.product {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.product > li {
	position: relative;
	display: block;
}
.product > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #919191 !important;
}
.product > li > a:hover,
.product > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
	color: #173F58 !important;
}
.product > li.disabled > a {
	color: #777777;
}
.product > li.disabled > a:hover,
.product > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.product .open > a,
.product .open > a:hover,
.product .open > a:focus {
	background-color: #eeeeee;
	border-color: #333333;
}
.product .product-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.product > li > a > img {
	max-width: none;
}
.product:before,
.product:after {
        content: " ";
        display: table;
}

.product:after {
        clear: both;
}
.product-tab {
	border-bottom: 1px solid #dddddd;
}
.product-tab > li {
	float: left;
	margin-bottom: -1px;
}
.product-tab > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	text-decoration: none !important;
}
.product-tab > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.product-tab > li.active > a,
.product-tab > li.active > a:hover,
.product-tab > li.active > a:focus {
	color: #173f58 !important;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
	text-decoration: none;
}
.product-tab
{
        margin-bottom: 0px;
}
.product-tab li a
{
        color: #919191 !important;
}
.product-tab li.active a, .product-tab li.active:hover a
{
        background-color: #fff;
        color: #173f58 !important;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.tab-content
{
        padding-top: 10px;
}
.tab-content h4 { color: #2f6081 !important; }
.tab-content h5 { color: #2f6081 !important; }
.tab-content table tr + tr { border-bottom:1px solid #D2D2D2; }
.tab-content table tr td:first-child {
	font-weight:bold;
	padding:0 0 0 10px;
}
.tab-content .product-table2 tr:first-child td {
	font-weight:bold;
	padding:0 0 0 10px;
}
.tab-content table tr:nth-child(odd) td { background:#f3f3f3; }
.tab-content table p {
	border:none;
	padding:2px 0;
}

.tab-content .text-tab h4 { margin: 0 }
.tab-content .text-tab h5 { margin: 0 }

.text-tab { overflow: hidden; }
#tab-features .text-tab {
	border-bottom:1px solid #e5e5e5;
	margin:0 0 10px;
	padding:0 0 10px;
}
#tab-features .text-tab p { margin:25px 0; }
.text-tab ul, .text-tab h4, .text-tab h5, .text-tab p { margin:15px 0 15px 15px !important; }
.text-tab ul li { list-style-type:disc; margin:0 0 0 15px; }
.tab-pane img { float:left; } /* default image location for all tab-pane's */

.text-tab dl { float:right; margin:0 15px 0 55px !important; width:140px; }
.text-tab dt { margin-top:40px !important; }

.product-detail .product-tab
{
	margin-top: 40px;
}
.product-detail .product-tab li.active a
{
	background: #fff;
	color: #919191;
}
.product-detail .tab-content
{
	margin-top: 20px;
	margin-bottom: 80px;
	padding: 0px;
	border: none;
}

.product-specifications-table tr td:not(:first-child)
{
    text-align: center;
}
