/*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.*/

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

#bodycontent {width:700px;} /* 150 + 700 = 850 */ 
*:first-child+html #bodyshell { width:700px; }
#section-contenttitle {color:#333333; font:bold 16px Georgia, Times New Roman, Serif; margin:0 15px; padding:4px 15px 6px;} 

#brandmark {float:left; font:normal 36px Tahoma, Geneva, Verdana, sans-serif; width:600px;} /* 600 + 250 = 850 */ 
#container { width: 850px; }


#nav-general li a { padding:4px 6px 0px; }


#nav-topbar a {align:right; color:white; font-size:10px; font-weight:bold; padding:-20px 15px 0px; text-decoration:none; } 
#nav-topbar a:hover {background-color:transparent; color:#cce058;} 
 
#nav-product li a { font-size: 1.8em; }
#item-contenttitle { font-size: 2.0em; } 
.menubar { border: 0; }

#main-msg {color:#333333; font: 14px Trebuchet MS, Serif; margin:0 0 0 0; padding:0 0 0 70px;} 

#itemarea h3 {
   color: RGB(140,174,74);
   font-size: 1.5em;
}

/* for popups in the collection page view */
.popup {  text-decoration: none; }
.popup:hover { position: relative; }
.popup span { display: none;}

.popup:hover span {   
display: block; 
position: absolute; 
top: -20px; 
left: 100px;  
width: 150px; 
padding: 5px; 
margin: 10px; 
z-index: 100;      
background: #ffffff; 
border: 1px solid #c0c0c0; 
text-decoration:none; 
color: #333333;
}



