div.tab {
	padding-left: 190px;
	position:relative;
}

ul.tab {
	position: absolute;
	top: 20px;
	margin-left: -190px;
	width: 191px;
	z-index: 1;
}

ul.tab li.selected {
	background:url(../i/tabListItem.gif) left top repeat-x;
}

ul.tab a {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #404547;
	position: relative;	
	height: 45px;
}

ul.tab li.selected a {
	background:url(../i/tabListRight.jpg) left top no-repeat;
	color: #ff5a00;
}

ul.tab a:hover {
	color: #ff5a00;
	text-decoration: none;
}

ul.tab a img {
	margin: 7px 15px 0px 10px;
	border: none;
	float: left;
}

ul.tab a span {
	position: relative;
	height: 45px;
	overflow: hidden;
	cursor: pointer;
	display: block;	
}

ul.tab a > span{
	display: table;
	position: static;
}

ul.tab a strong {
	top: 50%;
	position: absolute;
	display: block;
}

ul.tab a > span > strong {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

ul.tab a  span b {
	position: relative;
	top: -50%;
	display: block;
}

div.tabContentWrapper {
	width: 265px;
	background:url(../i/middleAction.gif) repeat-y left top;
}

div.tabContentWrapper div.top {
	background:url(../i/topAction.gif) no-repeat left top;
	height: 22px;
}

div.tabContentWrapper div.bottom {
	background:url(../i/bottomAction.gif) no-repeat left bottom;
	height: 28px;
}

* html div.tabContent {
	height: 200px;
}

div.tabContent {
	padding: 0px 30px 0px 30px;
	font-family: Arial;	
	font-size: 11px;	
	min-height: 200px;
	display: none;
}

div.tabContent ul {
	list-style: square; 
	color: #ff5a00;
	font-weight: bold;
	margin-left: 15px;
}

div.tabContent li {
	line-height: 1.5em;
	padding: 4px 0px 4px 5px;
}

div.customers {
	background:url(../i/customerBg.gif) right top repeat-y #E0F0D5;
}

div.customers div.corner {
	position: relative;
	height: 10px;
	width: 10px;
}

div.customers div.top {
	background:url(../i/tcustomerBg.gif) left top repeat-x;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}

div.customers div.bottom {
	background:url(../i/bcustomerBg.gif) left bottom repeat-x;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}


div.customers div.top div.left {
	background:url(../i/ltcustomerCorner.gif) left top no-repeat;
	left: 0px;
	top: 0px;
}

div.customers div.top div.right {
	background:url(../i/rtcustomerCorner.gif) right top no-repeat;
	right: 0px;
	top: 0px;
	float: right;
}

div.customers div.bottom div.left {
	background:url(../i/lbcustomerCorner.gif) left bottom no-repeat;
	left: 0px;
	bottom: 0px;
}

div.customers div.bottom div.right {
	background:url(../i/rbcustomerCorner.gif) right bottom no-repeat;
	right: 0px;
	bottom: 0px;
	width: 68px;
	height: 55px;
	float: right;
	margin-top: -45px;
}

div.customers div.content {
	padding: 0px 10px 10px 10px;
	z-index: 1;
	position: relative;
}

div.customers input.radio {
	height: 28px;
}

div.customers table td {
	padding: 6px 10px 6px 15px;
}