/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
font: bold 11px Arial,Helvetica,sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:486px;
}
.shadetabs ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.shadetabs li{
display: inline;
float:left;
}

.shadetabs li a{
text-decoration: none;
color: #565656;
display:block;
text-align:center;
width:121px;
line-height:27px;
background:url(../prd_imgs/tab_hover.gif) no-repeat  left top;
}

.shadetabs li a:visited{
color: #565656;
}

.shadetabs li a:hover{
color: #565656;
width:121px;
line-height:27px;
background:url(../prd_imgs/tab.gif) no-repeat  left top;
}

.shadetabs li a.selected{ /*selected main tab style */
color:#565656;
}

.shadetabs li a.selected{ /*selected main tab style */
background:url(../prd_imgs/tab.gif) no-repeat  left top;
width:121px;
line-height:27px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontentstyle{ /*style of tab content oontainer*/
width:450px;
float:left;
}

