.shadetabs {
	display:inline;
	float:left;
	list-style:none;
	margin:0 0 0 30px;
	padding:0;
	width:80px; 
}

.shadetabs li{
	margin:0 0 15px 0;	
	padding:0;
}

.shadetabs li a {
	margin:0;
	padding:0;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
}

.tabcontentstyle{ /*style of tab content oontainer*/
	background:#2d2b29;
	float:left; 
	height:300px; 
	width:300px; 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
