/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

/* Elements - Added background repeat */
a{color:#242481}
a:visited{/*color:#9da5b7*/}
* {padding:0; /*margin:0;*/}
td {font-size: 12px ; color:#000000; padding:0; margin:0;}
h1, h2, h3{margin:0;}
body {background-color: #b0b2c4; background-image:url('http://ep.yimg.com/ca/I/yhst-32625448825518_2198_4622131'); background-repeat: repeat-x; font:normal 12px Arial, Helvetica, sans-serif; text-align:center; width:100%;margin:0;color:#000000; }


.ys_primary{ background:#d80019;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

#bodyshell {background-color:#ffffff; border-left:200px solid #f4f4f9; float:left; zoom:1; margin:0;}

#container {margin:0 auto; text-align:left; width:810px; border:solid 1px #d7d9eb; background-color: #ffffff;}

#nav-product {_display:inline; float:left; margin-left:-200px; overflow:hidden; position:relative; width:200px; z-index:100;} 

#nav-product ul li a {border-bottom:1px solid #ddddec; font-family: verdana; color:#454a5b; display:block; font-weight:normal; font-size:11px; height:10px; margin:0; min-height:10px; padding:4px 2px 2px 12px; text-decoration:none;width:133px;}

html>body #nav-product a {height:auto;}

#nav-product ul li a:hover {background-color:#ebebf3; color:#d80019;}

#nav-product li {margin:0;}

#nav-product ul {list-style:none;}

 * html #nav-product ul li a {  /* make hover effect work in IE */
	width: 150px;
}
#htmltop, #htmlbottom, #htmltop a, #htmlbottom a{padding:5px;color:#000000}

#nav-product ul li a{width:100%; background-color: #f4f4f9;}

* html #nav-product ul li a{width:133px; height:100%; overflow:hidden; background-color: #f4f4f9; overflow:hidden;}

* html #nav-product {overflow:visible; width:150px; }

/*MAKES THE ITEM TITLE BACKGROUNDS AN IMAGE. THE SAME IMAGE AS THE HOME PAGE BAR*/
#item-contenttitle {background:#e9ecf3 url('http://ep.yimg.com/ca/I/yhst-32625448825518_2195_280264'); color:#f0f0f0; font:bold 14px Tahoma, Geneva, Verdana, sans-serif; margin:0 15px; padding:4px 15px 6px;}

/*MAKES THE SECTION TITLE BACKGROUNDS AN IMAGE. THE SAME IMAGE AS THE HOME PAGE BAR*/
#section-contenttitle {background:#e9ecf3 url('http://ep.yimg.com/ca/I/yhst-32625448825518_2195_280264');
color:#f0f0f0; font:bold 14px Tahoma, Geneva, Verdana, sans-serif; margin:0 15px; padding:4px 15px 6px;}

/*SHRINKS THE PADDING AROUND THE CONTENT AREA*/
#contentarea {} #caption
#itemtype #caption {padding:0 3px;}
#maintype #caption {background-color:#fff; padding:3px;}

/*INCREASES THE MARGINS ON THE LEFT OF THE CAPTION*/
#caption {zoom:1; border-bottom:solid 1px #d7d9eb;}
#caption:after {clear:both; content:"."; display:block; height:0; visibility:hidden;}
#contentarea #caption {margin:3px; padding:3px 20px 6px; 20px}

/*ADDS THE BACKGROUND IMAGE TO THE ACCESSORY TITLE*/
#accessorytitle {}
#itemtype #accessorytitle {background:#e9ecf3 url('http://ep.yimg.com/ca/I/yhst-32625448825518_2195_280264');  color:#ffffff; font:bold 14px Tahoma, Geneva, Verdana, sans-serif; margin:0 15px; padding:4px 15px 6px;}

/*ADDED BORDER-BOTTOM TO UNDERLINE THE PRODUCT DESCRIPTION TITLE*/
#itempage-captiontitle {background:none; color:#4e4e4e; border-bottom:solid 1px #d7d9eb; font:bold 12px Tahoma, Geneva, Verdana, sans-serif; margin:0 15px; padding:4px 15px 6px;} /*The Left/Right Padding is smaller because the Caption Title needs to be nested within the Caption on Item pages, but not on Section pages */

/*WIDENS THE CONTAINER*/
#container {margin:0 auto; text-align:left; width:920px; border:solid 1px #d7d9eb; background-color: #ffffff;} /* This "container" is needed as IE produces resize induced rendering errors when using the BODY element for a container. */ 

/*WIDENS THE BODY CONTENT AREA*/
#bodycontent {float:right; width:720px;} /* 200+ 700= 920*/ /* The Min-width is needed for Moz to stretch the bodycontent that is shrinkwrapping content due to floats. This is only necessary on pages without Tables in the contents. Min-width breaks Opera's layout so Width:100% is used instead of Min-width. */


