ul.shadetabs{
	text-align: left;
	margin: 0 0 0;
	height: 30px;
	text-align: right;
	overflow: visible;
	background: url(../images/winter/shellv2/tab-border.gif) repeat-x left bottom;
	border-bottom: 5px solid #fff;
}


.shadetabs li{
display: inline;
margin: 0;
}


.shadetabs li a.closebtn {
	padding: 0;
	background: url(../images/winter/shellv2/close.gif) no-repeat right bottom;
	width: 15px;
	height: 15px;
	}
	
.shadetabs li.selected a.closebtn {
	background: url(../images/winter/shellv2/close.gif) no-repeat right top;
	height: 15px;
	}

.shadetabs li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: right;
	text-decoration: none;
	color: #fff;
	letter-spacing: -.085em;
	height: 22px;
	padding: 8px 25px 0 12px;
	margin: 0 0 0 5px;
	background: #d44406 url(../images/winter/shellv2/orange-bgarr.gif) no-repeat right top;
}


.shadetabs li.selected a {	
	color: #069;
	background: #fff url(../images/winter/shellv2/opentab.gif) no-repeat right top;
	}


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

.tabcontent{
display:none;
}

#tcontent1.tabcontent {
	display: block;
	}

.tabcontent div {
text-align: left;
padding: 5px 10px 0;
height: 130px;
overflow: hidden;
font: normal 11px/16px Arial, Helvetica, sans-serif;
background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

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


.tabcontent table {
	font-size: 11px;
	color: #000;
	line-height: 14px;
	margin: 0;
}	

.tabcontent p {
	margin-bottom: 10px;
	}


.tabcontent ol, .tabcontent ul {
	margin-bottom: 13px;
	}
	
.tabcontent li {
	margin-bottom: 4px;
	}

.tabcontent h3 {
	border: 1px solid #ccc;
	padding: 3px 5px;
	color: #069;
	margin-bottom: 5px;
	clear: both;
	font-size: 13px;
	line-height: 15px;
	}

.tabcontent table tr td {
	border-top: 1px solid #ccc;
	padding: 3px 5px;
	vertical-align: middle;
}

.tabcontent a {
	color: #069;
	}

.tabcontent table tr.noborder td {
	border-style: none;
}

.tabcontent h4 {
	font: bold 12px/16px Arial, Helvetica, sans-serif
	color: #333;
	text-transform: uppercase;
	margin-bottom: 3px;
	}