.verticalTabs { 
	width: 342px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0 0 20px;
}
		
.verticalTabs .tabs {
	float: right;
	margin: 0;
	padding: 0 5px 0;
	list-style: none;
	text-align: right;
}

.verticalTabs .tabs li { 
	margin: 2px 0 0;
	float: left;
	position: relative;
	top: 1px;
}

.verticalTabs .bulletTab {
	display: block;
	width: 33px;
	height: 31px;
	background: url('/assets/modules/display-containers/vertical-tabs/tabs.gif');
}

.verticalTabs .ui-state-default a {
	background-position: 0 -62px;
}

.verticalTabs .ui-state-default a:hover {
	background-position: 0 -31px;
}

.verticalTabs .ui-state-active a,
.verticalTabs .ui-state-active a:hover  {
	background-position: 0 0;
}

.separator {
	clear: both;
	height: 1px;
	background: #eeebe2;
	color: #eeebe2;
	border: 0;
	margin: 0;
	padding: 0;
}

html>body .separator {
	margin-top: -7px;
}

.verticalTabs .section {
	clear: both;
	padding: 15px;
}

.verticalTabs .ui-tabs-hide {
	display: none;
}

.verticalTabs .ui-tabs-selected .bulletTab {
	background-position: 0 0;
}

.verticalTabs .promo .info { width: 145px; }