﻿
.productTabs {
	clear: both;
	margin: 0 0px 24px 0;
	padding: 0 !important;
	font: inherit !important;
	border: none !important;
}
.productTabs-header {
	overflow: hidden;
}
.productTabs-header ul {
	float: left;
	padding: 0 !important;
	border: none !important;
    background: none!important;
}
.productTabs-header li {
	float: left;
	height: 40px;
    line-height: 40px;
	margin: 0 5px 0 0 !important;
	padding: 0 0 0 2px !important;
	border: 1px dashed #a09c7f !important;
    background: #faf1f4 !important;
    border-radius: 0 !important;
}
.productTabs-header li:first-child {
	background: none;
	padding-left: 0 !important;
}
.productTabs-header li a {
	display: block;
	height: 40px;
	padding: 0 20px !important;
	text-align: center;
    font-weight: bold;
}
.productTabs-header li a:hover {
	cursor: pointer !important;
}
.productTabs-header li:first-child a {
}
.productTabs-header li:last-child a {
}
.productTabs-body {
    background: #fff;
    padding: 15px 5px;
    border: 1px dashed #a09c7f;
    margin: -3px 0 0 0;
}
.productTabs-body * {
}
.productTabs-body p {
}
.productTabs-body ul{
    padding-left: 40px;
}
.productTabs-body strong, .productTabs-body b {
    font-weight: bold;
}
.ui-tabs .ui-tabs-panel {
	padding: 0;
}
.ui-tabs .product-specs-box {
	margin: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    background: #fff !important;
    border-bottom: none !important;
}

.ui-widget-content {
    background: none;
}