/*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:5px;}

/* steve 2/18/12 */




/*added by eugene*/


body  {margin-top: 0em }

HEAD { LINK REL: url(favicon.ico) }

/*added by eugene page width adjustments*/
/*PAGE WIDTH*/
#container { width: 998px; background: none}
/*HOME PAGE WIDTH WITHOUT LEFT NAV*/
/*
#bodycontent { width: 817px;} 
#contentarea { width: 817px;} 
*/
#messagearea { width: 817px;} 
/*WIDTH BELOW LEFT NAV*/
#htmlbottom { width: 181px;} 
/*WIDTH OF GALLERY VIEW*/
#contents { width: 817px;} 

/*added by eugene 10-5-11*/
#htmlbottom {padding:0px;}
/* #caption { width: 807px;} */
#messagearea {margin-left:0px; margin-right:0px; padding-left:0px; padding-right:0px; margin-top:0px;}
#caption {margin-left:0px !important; margin-right:0px !important; padding:0px !important;}
#info-div {margin-left:0px !important; margin-right:0px !important; width: 817px !important;}

/*left nav width.*/

#nav-product {_display:inline; float:left; margin-left:0px; overflow:visible !important; position:relative; width:181px; z-index:100;}
/*margin-left:-181px;*/ /* IE Experiences the pixel doubling bug here. "display: inline;" fixes this. Position Relative and Z-Index are needed for IE in order to display the background colors */

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

 * html #nav-product ul li a {  /* make hover effect work in IE */
	width: 181px;
}


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


#bodyshell { background: none; border-left: 0; float:left; zoom:1; margin:0; width: 998px !important}
/* background-color:#ffffff; */
/* border-left:181px solid #f0f0f0; */
/*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 */

#bodycontent { width: inherit }

.indexpage { width: 998px; float: left }
.itempage { width: 998px; }
.infopage { width: 800px !important; float: left }
.categorypage { width: 800px !important; float: left }
/* width: 998px; */
/* width:817px */
/* 181 + 817 = 998 */
/* 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. */



/* 1/3/2011 edits by Steven.  Hide 3 areas, the top navigation buttons, top selling banner bar and standard yahoo search box located at the top */
#header, #searcharea { display:none }


/* 5/12/2011 edits by Steven.  Breadcrumbs */
.rndbc { width: 100%}
.rndbc a,
.rndbc b { display:block; float:left; height:23px; font:11px/23px Arial, monospace; text-decoration: none; background: url('http://site.icanvasart.com/breadcrumbs/ica.breadcrumbs.png') 0 0 no-repeat; }
.rndbc a:hover { text-decoration: underline; }
.rndbc .bchome { background-position: 0 0; width: 48px; text-indent:-999px; }
.rndbc .bchome:hover { background-position: 0 -23px; }
.rndbc .midarrow1 { width: 12px; background-position: 0 -46px; }
.rndbc .midarrow2 { width: 12px; background-position: -12px -46px; }
.rndbc .midarrow3 { width: 12px; background-position: -24px -46px; }
.rndbc .bccat { background-position:0 -69px; background-repeat: repeat-x; padding:0 10px; color: #111 }
.rndbc .bcitem { background-position: 0 -92px; background-repeat: repeat-x; padding:0 10px; color: #111 }

