/*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:#ff0000;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

/* My additions */

/* Makes the size of the page adjust automatically */

/*
#container { width: 90%!important }
#bodycontent { width: auto !important }
#bodyshell { width: auto !important }
#messagearea { width: auto !important }
*/
/*
#container { width: 985px;!important }
#bodycontent { width: 807px;!important }
#bodyshell { border-left: 178px !important }
*:first-child+html #bodyshell { width:807px; !important}
#messagearea { width: 807px;!important }
*/

#bodycontent {float:right; width:807px; !important} /* 150 + 610 = 760 */ /* 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. */

#bodyshell {background-color:#f4f9eb; border-left:150px solid #9bac7e; 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:807px; !important }


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



/*Align Item list from bottom */
#contents-table td{vertical-align:bottom!important;}

/* Horizontal separator lines */
.horizontal-seperator {border-bottom: 1px solid silver !important;}

/*Makes head banner touch edges of layout 
#brandmark a {
padding: 0px !important;
}*/

#searcharea fieldset {
padding:0px 0 10px 13px !important;}

/* top navigation buttons spacing */
/*#nav-general li a {padding:4px 20px 6px !important;}*/

/* Border around products Images */
#itemarea img.image-l, #itemarea img.image-r, #itemarea img.image-c
{
border: 1px solid silver;
}
