.shadetabs {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:548px;
	height:450px;
}

.shadetabs li {
	display:inline;
	float:left;
	margin: 0 34px 30px 0;
	width:148px;
}

.shadetabs li a {
	display:block;
	text-decoration: none;
	padding: 0;
	margin: 0 0 5px 0;
	color: #2d2b2b;
	width:142px;
	border:3px solid #e9e9e9;
}
.shadetabs li a img {
	border:1px solid #d6d6d6;
}

.shadetabs li a:hover{
	border:3px solid #08b2e9;
}

.shadetabs li.selected a{
	border:3px solid #08b2e9;
}


.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	float:left;
	width: 340px;
	padding: 0 55px 0 0;
	margin:0;
}

.tabcontent {
display:none;
}
.tabcontent h2 {
	font-size:18px;
}


@media print {
.tabcontent {
display:block!important;
}
}