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

/* CODE ADDED FROM OTHER STORE, TKOPERFORMANCE.COM, AND ALTERED TO USE VARIABLES INSTEAD OF HARD-CODED COLORS */

#itemarea {
    background-color: #4a4a4a;
    margin: 0px 15px 0;
    padding: 10px;
    zoom: 1;
} 

#bodycontent {
    float: right;
    width: 650px;
} /* 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: #4a4a4a;
    border-left: 150px solid #4a4a4a;
    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: 650px; }
#bodyshell: after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#brandmark {
    float: left;
    width: 550px;
} /* 510 + 250 = 760 */
#brandmark a {
    display: block;
    padding: 0 0 5px 13px;
    text-decoration: none;
}
#caption { zoom: 1; }
#caption:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

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

/* END OF CODE COPIED FROM TKOPERFORMANCE.COM AND MODIFIED */

#contents {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#itemtype #contents table {
    border-bottom: 10px solid transparent;
}



