#editorTabs {
	width:451px;
	float:left;
}
.tabbox {
	position: relative;
	overflow: visible;
	clear: both;
}
.tabbox .tabPanel h3 {
	float: left;
	width: 149px;
	margin: 0;
	border: solid #fff;
	border-width: 1px 1px 0 0;
	font-size: 16px;
}
.tabbox .first h3 {
	border-left-width: 1px;
}
.tabbox .tabPanel h3 a {
	text-decoration: none;
	color: #fff;
	display: block;
	height: 20px;
	padding: 5px;
	background-color:#d4c09a;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:2px;
	padding-top:7px;
}
.tabbox .tabPanel h3 a:hover {
	background: #b6995b;
	font-size:10px;
	color:black;
}
.tabPanel.selected h3 a {
	background: #b6995b;
	font-size:10px;
}
.tabbox .tabContent {
	position: absolute;
	top: -9999px;
	left: -9999px;
	border: 1px solid #fff;
	padding:25px;
	text-align:left !important;
	font-size:12px;
	width:399px;
	color:black;
	background-color:#d8d7d6;
	height:118px;
	overflow:auto;
}
.tabbox .selected .tabContent {
	top: 30px;
	left: 0;
}
.verticalTabs .tabPanel h3 {
	float: none;
	clear: both;
	width: 10em;
	border-width: 0 1px 1px 1px;
}
.verticalTabs .tabPanel h3 a {
	height: auto;
}
.verticalTabs .first h3 {
	border-width: 1px;
}
.verticalTabs .selected .tabContent {
	top: 0;
	left: 10em;
	min-height: 10em;
	margin-left: 1px;
}
.addtocart {
	float:left;
}

