/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin:0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom:5px solid #FF9900;
clear:both;
padding:0;
}

.shadetabs li{
float:left;
margin: 0 1px 0 0;
padding:0;
}

.shadetabs li a{
text-decoration: none;
margin:0;
display: block;
padding:7px 27px 7px 27px;
color: #2d2b2b;
background:#f8f9c1;
}

.shadetabs li a:visited{
color: #2d2b2b;
background:#C1F9EE;
margin:0;

}

.shadetabs li a:hover{
text-decoration: underline;
background:#2970ff;
color:#FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
margin:0;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#FF9900;
color:#FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background:#FF9900;
color:#FFFFFF;
}


.redPrice {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
