a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


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

.switch_a {
	padding: 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	line-height:27px; 
	text-align:center;	
	vertical-align: bottom;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.switch_a ul{
padding: 0;
list-style: none;
}

.switch_a li{
display: inline;
padding: 0;
text-transform:uppercase;
}

.switch_a a{
	width:105px;
	float: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: black; /*Brown color theme*/ 
	background:url(products/server_case/images/accessories_r1_c3.jpg) no-repeat left; 
}

.switch_a a:hover{
	color: #ffffff;
	background:url(products/server_case/images/accessories_r1_c2.jpg) no-repeat left; 
}

.switch_a a.selected{ /*currently selected tab*/
	background:url(products/server_case/images/accessories_r1_c2.jpg) no-repeat left; 
	color: #ffffff;
	border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
	display:none;
}

.switch_aa{
	padding: 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	line-height:26px; 
	text-align:center;	
	vertical-align: bottom;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.switch_aa img{
	display: block;
}

.switch_aa ul{
	padding: 0;
	list-style: none;
}

.switch_aa li{
	display: inline;
	padding: 0;
	text-transform:uppercase;
}

.switch_aa a{
	width:105px;
	float: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: black; /*Brown color theme*/ 
	background:url(products/server_case/images/accessories_r2_c7.jpg) no-repeat left; 
	text-decoration: none;
}

.switch_aa a:hover{
	color: #0095ae;
	background:url(products/server_case/images/accessories_r2_c8.jpg) no-repeat left; 
}

.switch_aa li a.selected{ /*currently selected tab*/
	background:url(products/server_case/images/accessories_r2_c8.jpg) no-repeat left; 
	color: #0095ae;
	border-color: #D25A0B; /*Brown color theme*/ 
}

.switch_aa li a:hover{
	text-decoration: none;
}

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

@media print {
	.tabcontent {
		display:block !important;
	}
}

