.aw-htp {
	float: left;
	width: 980px;
}

.aw-htp-tabs {
	list-style:none outside none; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#fefefe'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#fefefe)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeeeee,  #fefefe); /* for firefox 3.6+ */
	height: 33px;
}

.aw-htp-tabs li                { 
	float:left; 
	border-right:1px solid #a4a4a4; 
	border-left:1px solid #fff; 
	font-size:1.1em; 
	line-height:1em; 
}

.aw-htp-tabs li.first          { 
	border-left:0; 
}

.aw-htp-tabs li.last           { 
	border-right:0; 
}

.aw-htp-tabs a                 {
	text-decoration: none; 
	display:block; 
	padding:10px 20px; 
	color:#444; 
}

.aw-htp-tabs a:hover           { 
background:url("/media/gradient_tabs.png") no-repeat scroll 0 0 #403553;
color:#FFFFFF;
}

.aw-htp-tabs li.active a,
.aw-htp-tabs li.active a:hover { 
background:url("/media/gradient_tabs.png") no-repeat scroll 0 0 #403553;
color:#FFFFFF;
}

.aw-htp-padder {
	border: 1px solid #C4C1BC;
	margin-bottom: 3px;
	width: 978px;
	float: left;
}

.aw-htp-loader {
	margin-top: 12px;	
	position: absolute;
	text-align: center;
	display: none;
}
	
	
	
	
