.shadetabs{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.shadetabs li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.shadetabs li a{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 7px;
	height: 41px;
	border: 0px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.shadetabs li a:hover{
	background-color: #2a4773;
	text-decoration: none;
}

.shadetabs li.thome a{
	background: url(../images/thome.jpg) no-repeat;
	width: 128px;
	height: 41px;
}

.shadetabs li.thome a:hover{
	background-image: none;
	background-color: #c92927;
}

.shadetabs li.tdiet a{
	background: url(../images/tdiet.jpg) no-repeat;
	width: 163px;
	height: 41px;
}

.shadetabs li.tdiet a:hover{
	background-image: none;
	background-color: #c92927;
}

.shadetabs li.tauthors a{
	background: url(../images/tauthors.jpg) no-repeat;
	width: 135px;
	height: 41px;
}

.shadetabs li.tauthors a:hover{
	background-image: none;
	background-color: #c92927;
}

.shadetabs li.task a:hover{
	background-image: none;
	background-color: #c92927;
}

.shadetabs li.task a{
	background: url(../images/task.jpg) no-repeat;
	width: 162px;
	height: 41px;
}

.shadetabs li.tcontact a:hover{
	background-image: none;
	background-color: #c92927;
}

.shadetabs li.tcontact a{
	background: url(../images/tcontact.jpg) no-repeat;
	width: 135px;
	height: 41px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	margin-left: 0px;
	width: 775px;
}

.shadetabs li.selected{
	background-image: none;
	background-color: #c92927;
}

.tabcontent{
	display:none;
}

#producttab {
	text-align: left;
	margin: 0px;
}




.subtabs{
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.subtabs li{
	margin: 0px;
	margin-bottom: 10px;
	*margin-bottom: 0px;
	display: block;
	width: 300px;
}

.subtabs li a{
	font-family: Trebuchet MS, Trebuchet, Arial;
	font-size: 12px;
	font-weight: normal;
	padding-right: 7px;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 7px;
	width: 300px;
	border: 0px;
	margin: 0px;
	margin-bottom: 1px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.subtabs li a:hover{
	background-color: #c92927;
	color: #ffffff;
	text-decoration: none;
}

.subtabs li.t1 a{
	background-color: #F0F9DD;
}

.subtabs li.t2 a{
	background-color: #FCF3CD;
}

.subtabs li.t3 a{
	background-color: #FCD9B1;
}

.subtabs li.t4 a{
	background-color: #FFDFE2;
}

.subtabs li.t5 a{
	background-color: #E8D1BF;
}



@media print {
.tabcontent {
display:block!important;
}
}
