@charset "UTF-8";
/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
width:100%;
margin-bottom: 0;
/* width: 90%; width of menu. Uncomment to change to a specific width */
}

.shadetabs ul{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 1px;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px 1px 7px;
margin-right: 2px;
margin-bottom:0;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shop/shade.gif) top left repeat-x;
outline: none;

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shop/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li.notselected{
}

.shadetabs li.notselected a{ /*selected main tab style */
background-image: url(shop/shade.gif);
}

.shadetabs li.notselected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs2{
border-bottom: 1px solid gray;
width:100%;
margin-bottom: 0;
/* width: 90%; width of menu. Uncomment to change to a specific width */
}

.shadetabs2 ul{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 1px;
font: bold 9px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
padding: 2px 5px 1px 5px;
margin-right: 2px;
margin-bottom:0;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shop/shade.gif) top left repeat-x;
outline: none;

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs2 li.selected{
position: relative;
top: 0px;
}

.shadetabs2 li.selected a{ /*selected main tab style */
background-image: url(shop/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs2 li.notselected{
}

.shadetabs2 li.notselected a{ /*selected main tab style */
background-image: url(shop/shade.gif);
}

.shadetabs2 li.notselected a:hover{ /*selected main tab style */
text-decoration: none;
}


#shopcontent{
margin-top:1px;
border-top:0px;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
width:100%;
height:auto;
}

#insider{
padding:10px;
min-height:300px;
}

/* accordion styles */

.item{
border-bottom:1px dashed #CCCCCC;}

.itemdesc{
display: none;
background-color: #F3F3F3;
border-bottom:1px dashed #CCCCCC;
}

.itemdesc2{
display: none;
background-color: #ffffff;
border-bottom:1px dashed #CCCCCC;
}

.ppselects{
width:150px;
margin-left:0;
margin-bottom:3px;
border:1px solid #CCCCCC;
font-size:11px;}

.details button{
border:0;
text-decoration:underline;
background:none;

}
#promoteditems{
margin-top:15px;
margin-bottom:15px;}

.promoted{
border:1px solid #006699;
padding:5px;
text-align:center;}

.promotedhead{
border:1px solid #006699;
padding: 2px 5px 2px 5px;
background-color:#006699;
color:#FFFFFF;
font-size:10px;
font-variant:small-caps;
text-align:center;}