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


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

 #bodyshell {background-color:#f0f0c8; border-left:150px solid #e9e9e9; float:left; zoom:1; margin:0;*position:relative;} /*Left Column Color*/ /* Background color is needed to counter an IE rendering bug that erases the left column bgcolor */ /* float:left is needed in Moz to handle extra wide cntent that breaks the width */ /* Left/Right Margin was removed due to expanded content errors in Moz, this was used to push the nav/content area in to match the mock-up */ /* position:relative is needed to fix bug in IE that caused the navigation bar to push out over the main content*/ *:first-child+html #bodyshell { width:750px; } #bodyshell:after {clear:both; content:"."; display:block; height:0; visibility:hidden;} 
 
 #bodycontent {float:right; width:750px;} /* 150 + 750 = 900 */ /* 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. */

#contentarea #caption {margin:10px; width:700px;}

 *:first-child+html #info-div, *:first-child+html #specialtitle, *:first-child+html #messagearea { width:730px; }  

 #caption {background-color:#fff; padding:15px;} #captionarea, #messagearea, #info-div {margin:10px 10px 9px; /*border-bottom:1px #fff solid;*/} /* 1px is used to prevent Margin Folding */ #messagearea #messagetitle{background:#838385 url('') ; color:#ffffff; font:bold 14px Tahoma, Geneva, Verdana, sans-serif; padding:4px 15px 6px;} #itemtype #contentarea #itempage-captiontitle {margin:15px 0 10px; padding:0 2px;} #itemtype #itempage-captiontitle {background:none; color:#000000; font:bold 14px Tahoma, Geneva, Verdana, sans-serif; margin:0; padding:2px 2px 8px;} /*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 */ 

#section-contenttitle {background-color:#838385; color:#ffffff; font:bold 14px Tahoma, Geneva, Verdana, sans-serif; margin:0 10px; padding:4px 10px 6px; width:710px;} 


