#tabView {
	padding: 0;
	margin: 20px 0 15px 0;
	width: 508px;
	background: url(/i/tariff-tab-content-bg.jpg) left 56px;
	background-repeat: no-repeat;
	border-left: solid 1px #a5a5a5;
	
}
#tabViewTabs .tabRow1 {
	float:left;
	height:30px;
	background:url(/i/tariff-tab-bg.gif) repeat-x;
	background-position: left top;
	border-right: 1px solid #a5a5a5;
	font-size: 1.2em;
	text-align: center;
	/* text-transform: uppercase; */

}
#tabViewTabs .first {
	
	/* border-left: 1px solid #a5a5a5; */

}
#tabViewTabs .last {
	
	border-right: 1px solid #a5a5a5;

}
#tabViewTabs .tabRow2 {
	float:left;
	height:30px;
	background:url(/i/tariff-tab-bg.gif) repeat-x;
	background-position: left top;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	font-size: 1.2em;
	text-align: center;
	/* text-transform: uppercase; */

}
#tabViewTabs .tab-none {
	float:left;
	height:30px;
	width: 20px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	/* text-transform: uppercase; */

}
#tabViewTabs .tabRow1 a {
	display:block;
	padding: 5px 5px 0px 5px;
	border-top: 1px solid #a5a5a5;
	width: 116px;
}
#tabViewTabs .tabRow2 a {
	display:block;
	padding: 5px 5px 0px 5px;
	border-top: 1px solid #a5a5a5;
	width: 116px;
}

#tabViewTabs .tabRow1 a:hover {
	background: url(/i/tariff-tab-bg-selected.gif) repeat-x;
	background-position: left top;
	padding: 5px 5px 0px 5px;
	height: 25px;
}
#tabViewTabs .tabRow2 a:hover {
	background: url(/i/tariff-tab-bg-selected.gif) repeat-x;
	background-position: left top;
	padding: 5px 5px 0px 5px;
	height: 24px;
}
#tabViewTabs .tabRow1 a:active {
	color:#000;
	padding: 7px 5px 0px 5px;
	height: 23px;
	background: url(/i/tariff-tab-bg-active.gif) repeat-x;
	background-position: left top;
}
#tabViewTabs .tabRow2 a:active {
	color:#000;
	padding: 7px 5px 0px 5px;
	height: 23px;
	background: url(/i/tariff-tab-bg-active.gif) repeat-x;
	background-position: left top;
}
#tabViewTabs .tabRow1 .tabActive  {
	display:block;
	padding: 5px 5px 0px 5px;
	width: 116px;
	color:#000;
	font-weight: bold;
	background: url(/i/tariff-tab-bg-selected.gif) repeat-x;
	background-position: left top;
	height: 25px;
}
#tabViewTabs .tabRow2 .tabActive  {
	display:block;
	padding: 5px 5px 0px 5px;
	width: 116px;
	color:#000;
	background: url(/i/tariff-tab-bg-selected.gif) repeat-x;
	background-position: left top;
	height: 24px;
	font-weight: bold;
	border-bottom: 1px solid #a5a5a5;
}
#tabViewContent {
	clear:both;
	padding: 10px 0px 0px 0px;
	width:507px;
	
}
#tabViewContent table {
	margin:0px 0px 0 0px;
	border-collapse:collapse;
	border:0px;
}
#tabViewContent h3, h4, h5, p {
	padding: 0px 10px 5px 10px !important;
}

#tabViewContent p .heading {
	font-size: 1.3em;
	color: #999;
	font-style: italic;
}

