.shadetabs {
	list-style-type:none;
	height:40px;
	line-height:40px;
	text-align:left;
	background:url(../images/bg-bottom.gif) repeat-x top;
	width:744px;
	float:left;
	overflow:hidden;
	padding: 0 5px;
}
.shadetabs li {
	display:inline;
		
}
.shadetabs li:first:child{
	margin-left:5px;}
.shadetabs li a {
	width: 180px;
	text-align: center;
	color:#000000;
	text-decoration:none;
	float:left;
	height:40px;
	line-height:40px;
	margin-right:12px;
	font-weight:bold;
}
.shadetabs li a span {
	display:block;
	float:left;
}
.shadetabs li a strong {
	padding:0 7px;
	padding-top:15px;
	color:#000000;
	display:block;
	height:42px;
	float:left
}
.shadetabs li a:visited {
	color:#fff;
	background:url(../images/bg_hover_tab.png) repeat-x;
}
.shadetabs li a.selected, .shadetabs li a.selected:hover {
	width: 176px;
	background:#ffffff;
	border: 1px solid #666666;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	margin-top: 5px;
	height: 29px;
	line-height: 29px;
}

.shadetabs li a:hover {
	width: 176px;
	background:#ffffff;
	border: 1px solid #666666;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	margin-top: 5px;
	height: 29px;
	line-height: 29px;
}
.shadetabs li a:hover span {
}
.shadetabs li a:hover strong {
	background:url(../skin/hover_tab_bg.png) repeat-x top;
	padding:0 7px;
	display:block;
	height:42px;
	color:#2779aa;
	padding-top:15px
}
.tabcontent {
	display:none;
	width:744px;
	background:none;
	float:left;
	min-height:300px;
}
@media print {
.tabcontent {
	display:block!important
}
}
