

/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */

#tabs_wrapper {min-height:700px;}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}


.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: #F17C71;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV H3 {
	border-bottom: 4px solid #E5E5E5 !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
}

.tabs LI {
	background: white;
	border-bottom: 4px solid #E5E5E5;
	margin-right: 10px;

}

.tabs A {
	
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 14px 24px;
	text-decoration: none;

}


.tabs LI:hover {
	background: #fff;
	border-bottom: 0px solid #68a697;
}

.tabs LI:hover A, .tabs LI:active {
	color: white;
}

.tabs LI {
		margin-top:24px;
	font-size:14px;
	text-transform:uppercase;
	background: #EFEFEF;
	border-bottom: 0px;
}
	
.tabs a {

	padding: 8px 10px;	font-size:14px;
color:black !important;
  text-decoration:none !important;
	
	}
.tabs {text-align: center;white-space: normal !important;border:none !important;}

.tabs LI:hover {
	border-bottom:0 !important;
	background-color: #757575 !important;}
.tabs .active {
	background: #757575 !important;;
	border-bottom: 0px;
	color:#fff;
	
	
}	
.tabs .active a {color:#fff !important;border:none !important;background-color:transparent !important;}
.tabs  a:hover {color:#fff !important;}
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: transparent;
	margin-right:auto;margin-left:auto;
}
.comparisonColumn .col
{
border:1px solid #E0E0E0;
	

	}
.comparisonColumn {  
max-width: 1108px;
  margin: 0 auto !important;}	
.comparisonColumn .col h3 {padding:7px;}
.comparisonColumn .col p {padding:7px 15px;}

.tabs > DIV H3 {
  border-bottom: 0px !important;
  color: #333333 !important;
  font-weight: normal;
  text-transform:uppercase;
  line-height: 24px !important;
  margin-top:10px;
}

.comparisonColumn a, .comparisonColumn a:visited, .comparisonColumn a:active {text-decoration: underline; color:#A52A2A !important;  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;}
.comparisonColumn a:hover {text-decoration: underline; color: #898989 !important;}