/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.shadetabs li {
	padding:0;
	margin:1;
	display:block;
	width:200px;
	text-indent:-9000px;
}

.shadetabs li a {
	text-decoration: none;
	display:block;
	outline-style:none;
	border-right:1px solid #61e7ff;	
	border-bottom:1px solid #61e7ff;
	width:200px;	
	height:70px;
	background-color:#ecfcff;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
}

.shadetabs li a.selected {
	background-color:#ffffff;
	border-right:1px solid #61e7ff;	
}

.shadetabs li.globe_stand a {
	background-image:url(img/certificate-ssl/globe_standard_ssl.png);
	background-repeat:no-repeat;
	background-position:center;
}

.shadetabs li.globe_stand_w a {
	background-image:url(img/certificate-ssl/globe_standard_wildcard_ssl.png);
	background-repeat:no-repeat;
	background-position:center;	
}

.shadetabs li.globe_multi_d a {
	background-image:url(img/certificate-ssl/globe_multi_domain_ssl.png);
	background-repeat:no-repeat;	
	background-position:center;	
}

.shadetabs li.comodo_z a {
	background-image:url(img/certificate-ssl/comoro_ev.png);
	background-repeat:no-repeat;
	background-position:center;		
}

.shadetabs li a.selected {
	border-right:1px solid #ffffff;
}

.tab_content {
	padding:10px;
	background:#ffffff;
	height:263px;
}

.tabcontent {
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
