﻿.product_desc{
	clear:both;
	margin-top:30px;
}
.product_desc .specification table{
	
}
.specification th{
	width:50%;
}
.specification  tr:nth-child(1){
	background-color: #0070B8;
	color:#F2F2F2
}
.product_desc .specification tr:nth-child(11){
	background-color: #0070B8;
	color:#F2F2F2
}
.product_desc .specification  tr:nth-child(16){
	background-color: #0070B8;
	color:#F2F2F2
}
.product_desc .specification tr:nth-child(21){
	background-color: #0070B8;
	color:#F2F2F2 ;
}

.desctab h3{
	font-size:18px ;
}
.features ul li { 
	list-style-type:  ;
	font-size: 15px;
	
}
.features ul li ul li{ 
	list-style-type:  ;
	font-size: 14px;
	font-weight: normal;
}
.inthebox ul li { 
	list-style-type:  ;
	font-size: 14px;
	
}

.tg2 tr:nth-child(1){
	background-color: #0070B8;
	color:#F2F2F2
}
.tg2 th:nth-child(1) {
	width:55%;
}
.tg2 th:nth-child(2) {
	width:15%;
}
.tg2 th:nth-child(3) {
	width:15%;
}
.tg2 th:nth-child(4) {
	width:15%;
}
.add{
	padding: 0px 6px
}
.resp-tabs-list li {
	font-size:13px;
	display: inline-block;
	padding: 13px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
    margin-right: 5px;
    border-radius: 2px 2px 0 0;
}
.resp-tab-item{
	border: 1px solid #c1c1c1;
	border-bottom: none;
	margin-bottom: -2px !important;
	padding: 12px 14px 14px 14px !important;
	color: #333;
	text-shadow:0px 1px 0px rgba(255, 255, 255, 0.6);
	z-index: 10;
}
.resp-tabs-list li:hover {
	color: #999;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 15px;
}
.resp-tab-active {
	
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
}
.resp-tab-active {
	border-bottom: none;
	background: #fff;
	color:#F2F2F2;
	background: #004571;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.resp-tab-content {
   border: 1px solid #ccc;
}
h2.resp-accordion {
	font-size:1em;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 10px 15px;
	background:#004571;
	margin:10px 0;
	color: #F2F2F2;
}
h2.resp-accordion:hover{
	color: #999;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
	background-color: #004571;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
}
