/* ######### CSS for Shade Tabs. Remove if not using ######### */

.product_tabs{
padding:10px 20px 10px 20px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.product_tabs li{
display: inline;
margin: 0;
}

.product_tabs li a{
text-decoration: none;
z-index:1;
padding: 5px 0px 5px 0px;
color:#000000;
font-weight:normal;
font-size:12px;
background:url(../images/hover_left.png) left no-repeat;
}
.product_tabs li a span{
text-decoration: none;
position: relative;
padding: 5px 20px 5px 20px;
background:url(../images/hover_right.png) right no-repeat;
}
.product_tabs li a:visited{
color: #2d2b2b;
}

.product_tabs li a:hover{
text-decoration: none;
color: #2d2b2b;
background:url(../images/hover_left_dark.png) left no-repeat;
}
.product_tabs li a span:hover{
background:url(../images/hover_right_dark.png) right no-repeat;
}
.product_tabs li a.selected{ /*selected main tab style */
background:url(../images/hover_left_dark.png) left no-repeat;
}
.product_tabs li a.selected span{ /*selected main tab style */
background:url(../images/hover_right_dark.png) right no-repeat;
}

.vertical_tabs{
padding:10px 20px 10px 20px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.vertical_tabs li{
margin: 0;
}

.vertical_tabs li a{
text-decoration: none;
z-index:1;
padding: 5px 0px 5px 0px;
color:#000000;
font-weight:normal;
font-size:12px;
line-height:30px;
background:url(../images/hover_left.png) left no-repeat;
}
.vertical_tabs li a span{
text-decoration: none;
position: relative;
padding: 5px 20px 5px 20px;
background:url(../images/hover_right.png) right no-repeat;
}
.vertical_tabs li a:visited{
color: #2d2b2b;
}

.vertical_tabs li a:hover{
text-decoration: none;
color: #2d2b2b;
background:url(../images/hover_left_dark.png) left no-repeat;
}
.vertical_tabs li a span:hover{
background:url(../images/hover_right_dark.png) right no-repeat;
}
.vertical_tabs li a.selected{ /*selected main tab style */
background:url(../images/hover_left_dark.png) left no-repeat;
}
.vertical_tabs li a.selected span{ /*selected main tab style */
background:url(../images/hover_right_dark.png) right no-repeat;
}



.image_tabs{
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.image_tabs div a img{
text-decoration:none;
border:1px solid #FFFFFF;
}
.image_tabs div a img:hover{
text-decoration:none;
border:1px solid #999999;
}
.image_tabs div a img.selected{
text-decoration:none;
border:1px solid #999999;
}
.image_tabs div img{
text-decoration:none;
border:none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.content_container {
padding:0px;
}