/* ######### CSS for Shade Tabs. Remove if not using ######### */


.shadetabs{
margin:0;
padding:0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:28px;
border:none;
border-collapse:collapse;


}
.shadetabs img {border:none;outline:none;}

.shadetabs li{
	z-index:1;
	float:left;
/*display: inline;*/
margin: 0;
padding:0;
border:none;
border-collapse:collapse;

}

.shadetabs li a{	
background: #e90000;
line-height:28px;
font-size:30px;
height:28px;
}

.shadetabs li a:visited{
background: #e90000;
}

.shadetabs li a:hover{
background: #747473;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #747473;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
background: #747473;
}

/* Nested tab styles */

.thumbtabs{
padding:0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
outline:none;
margin: 1px;

}
#pcMain .thumbtabs a img {border:2px solid white !important; }

.thumbtabs li{
	z-index:1;
	float:left;
/*display: inline;*/


}

#pcMain .thumbtabs li a img{
	opacity: .6;
	-moz-opacity: 0.6;
	filter: alpha(opacity='65');
	width:55px;
height:51px;
outline:none;
margin: 1px;
zoom:1;
border: 2px solid #fff;

}

.thumbtabs li a:visited img{
	opacity: .6;
	-moz-opacity: 0.6;
	filter: alpha(opacity='65');
border: 2px solid #fff

}

#pcMain .thumbtabs li a:hover img{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity='99');
	border:2px solid #e90000 !important; 


}

#pcMain .thumbtabs li a.selected img{ /*selected main tab style */
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity='99');
	border:2px solid #e90000 !important; 
	


}

.thumbtabs li a.selected:hover img{ /*selected main tab style */
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity='99');
	border:2px solid #e90000;

}

.sfbg_content {
	padding: 10px; height: 200px; min-height:200px;
}

.sfbg_text {
	padding: 10px 10px 10px 0; 
	margin:10px;
	clear:left; 
	width:92%; 
	text-align:left;

}
