.tabset {
	width:356px;
	margin-bottom:40px;
	position:relative;
}
.tabset-header {
	color:#686868;
	padding-top:3px;
	height:18px;
}
.tabset-list {
	margin:0!important;
	padding:0!important;
	list-style:none;
	height:21px;
	width:246px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}
.tabset-list li {
	width:117px;
	float:right;
	display:block;
	background:none!important;
	padding:0!important;
	height:19px;
	margin-left:6px;
}
.tabset-list li a {
	background:transparent url('../Image/Misc/Tab.gif') no-repeat;
	font-family:verdana;
	text-decoration:none;
	text-align:center;
	display:block;
	color:#686868!important;
	height:19px;
	padding-top:2px;
	cursor:pointer;
}
.tabset-list li.sel a {
	background:transparent url('../Image/Misc/Tab.On.gif') no-repeat;
	color:#A5BE00!important;
	font-weight:bold;
}
.tabset-content {
	position:relative;
	top:-1px;
	z-index:0;
	clear:both;
	border:1px solid #E3E3E3;
	overflow:hidden;
	background-color:#fff;
	width:354px;
}
.tabset-content .pad {
	padding:12px;
}

.tabset-content li {
	width:85px;
	background-image:url('../Image/Bullets/List.gif')!important;
	background-position:left 5px!important;
}
.tabset-content ul a {
	color:#4077B9;
	text-decoration:none;
	cursor:pointer;
}
.tabset-content li.sel {
	background-image:url('../Image/Bullets/List.Selected.gif')!important;
}
.tabset-content ul li.sel a {
	font-weight:bold;
	color:#686868!important;
}

.tabset-content .map {
	float:right;
}
.tabset-content .title {
	font-weight:bold;
	color:#686868;
}

#regions {
	_height:140px;
	_overflow:visible;
	min-height:140px;
}

#tabcontentMarkets {
	background:transparent url('../Image/Content/CustomersByMarket.gif') no-repeat right bottom;
}
#markets li {
	width:250px;
}

#customers h4 {
	margin:40px 0;
}

#customer-list {
	color:#686868;
}
#customer-list .name {
	/*font-weight:bold;*/
}
#customer-list .customer {
	background:transparent url('../Image/Bullets/List.gif') no-repeat left 6px;
	padding-left:10px;
	margin-bottom:20px;
	width:160px;
	overflow:hidden;
}

#customer-list .customer.even {
	float:right;
	clear:right;
}
#customer-list .customer.odd {
	float:left;
	clear:left;
}

#customer-logos .group {
	padding:8px;
	border:1px solid #EEEEEE;
	height:54px;
	margin-bottom:10px;
	text-align:center;
	width:136px;
	height:54px;
	overflow:hidden;
}
#customer-logos .logo {
	width:136px;
	height:54px;
	overflow:hidden;
}
