/*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:#17164c;
color:#ffffff;
padding:1px 5px;
text-align:center;
cursor:pointer; 
display:inline; 
margin-top:10px;
border-radius: 5px;
padding:4px 9px;
-webkit-box-shadow:0 0 5px rgba(0,0,0,1);
box-shadow:0 0 5px rgba(0,0,0,1);
border:none;
}
.ys_primary:hover{ 
color:#FF9B11;
}
body{
background-repeat:no-repeat;
background-position:top center;
}

#container{
width:auto;
position:relative;
}
#header{
background-color:transparent;
width:998px;
margin:0 auto;
position:relative;
}
#nav-general{
position:absolute;
top:61px;
left:328px;
}
#nav-general li{
background-color:transparent;
border:none;
}

#nav-general li a{
text-shadow: 2px 2px 2px #000;
text-transform:capitalize;
}
#nav-general li a:hover{
background-color:transparent;
border:none;
}
#searcharea{
background-color:transparent;
position:absolute;
top:55px;
left:50%;
width:455px;
text-align:right;
}
#searchsubmit{
background-color:#FFF;
border-radius: 5px;
-webkit-box-shadow:0 0 10px rgba(0,0,0,1);
box-shadow:0 0 10px rgba(0,0,0,1);
border:none;
}

#bodyshell{
width:780px;
margin:8px auto 0;
border-radius: 10px;
-webkit-box-shadow:0 0 10px rgba(0,0,0,1);
box-shadow:0 0 10px rgba(0,0,0,1);
background-color:#FFF;
border-left-color:transparent;
float:none;
}
#nav-product{
width:290px;
}
#nav-product ul li a, #nav-product ul li a:hover{
background-color:transparent;
width:273px;
}
#bodycontent{
width:600px;
margin-right:10px;
}
.breadcrumbs{
margin:10px 0;
}
h1{
margin:0 !important;
padding:4px 0 6px !important;
}
#specialstitle{
display:none;
}
#captionarea, #messagearea, #info-div{
margin:10px 0;
}
#caption{
padding: 0 !important;
margin:0 !important;
}
#itemarea{
margin:0;
padding:10px 0;
}
#itempage-captiontitle{
margin-top:0 !important;
}
#container{
background-color:transparent;
border:none;
}
#footer{
background-color:transparent;
}

