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

#itemtype #contentarea #itempage-captiontitle {
	display:none;
	}  

#item-contenttitle {
	display:none;
	}  

#itemtype .itemFormName, #contents-table .itemFormName {
	display:none;
	}  

#footer a, #footer a:visited {
        text-decoration: none;
        }

#footer a:hover {
        text-decoration: underline;
        }

#footer li {
        margin: 0 0 0 5px;
        }

#footer {
        border-color:rgb(214,192,254);
        border-style:solid;
        border-top-width:10px;
        border-right-width:1px;
        border-bottom-width:0px;
        border-left-width:1px;
        margin: 5px 0px 0px 0px;
        }

#brandmark {
        display: none;
        }

#slogan {
    display: block;
    float: left;
    padding: 0px;
    text-align: left;
    width: 968px;
}

#searcharea {
        display: none;
        }
/* side bar edits start */

#bodyshell {background-color:#ffffff; border-left:197px solid #ffffff; 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*/

#nav-product {
    float: left;
    margin-left: -197px;
    position: relative;
    width: 195px;
    z-index: 100;
}

#nav-product a, #footer a:visited {
        text-decoration: none;
        }

#nav-product a:hover {
        background-color: none;
        text-decoration: underline;
        }

#htmltop, #htmlbottom, #htmltop a, #htmlbottom a {
    color: black;
    padding: 0;
}

/* side bar edits end */

#nav-general {display: none;
} /* for oddball floating cart area */

/* body edits start */

#captionarea, #messagearea {
    margin: 0;
}

#info-div {
    margin: 5px;
}

#middlemain {
    float: right;
    width: 600px;
    margin: 0px 0px 0px 0px;
}

#middlewrapper {
    float: right;
    width: 601px;
    margin: 5px 5px 5px 10px;
}

#messagearea #caption {
    margin: 0px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 0px;
}

#middleright {
    list-style-type: none;
    width:150px;
    float:right;
    margin:0px -160px 5px 10px;
    padding:0px;
    border-color: rgb(211,254,192);
    border-style: solid;
    border-width: 1px;
    background-color: rgb(247,255,242);
    background-image: url("");
    clear: none;
}

/* other pages of website edits for new 3col layout start */

#contentarea {
    width: 771px;
}

#container {
    margin: -10px 0px 0px 0px;
    text-align: left;
    width: 968px;
    margin-left: auto ;
    margin-right: auto ;
} /* to raise header into the sign in area */

