/* configuratorInfo.css 
*  for: configurator more info page
*/
   
.fancybox-inner { /*fix fancybox firefox*/
	overflow: hidden !important; 
 }
.info-title {
	font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
	font-size: 17px;
	line-height: 1.3;
	letter-spacing: 2px;
	margin: 20px 0;
	text-transform: none;
}
.info-img-wrp {
	text-align: center;
	margin: 20px auto;
}
.info-page {
	padding: 20px;
}
.info-page .title { /*to correct class under specifications*/
	font-family: 'Trebuchet MS',​Tahoma,​Verdana,​Arial,​sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	text-transform: none;
}
/*from products.css, modified below*/
.t-tabs {
	margin: 20px 0 0;
}
.t-nav-tabs {
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #CB0000;
	-webkit-font-smoothing: antialiased;
}
.t-nav-tabs > li {
	display: inline-block;
	padding: 11px 20px;
	margin-right: 5px;
	background: #AAA;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
		 -o-transition: all .1s linear;
			transition: all .1s linear;
}
.t-nav-tabs > li:last-child {
	margin-right: 0;
}
.t-nav-tabs > li:hover {
	background: #333;
	color: white;
}
.t-nav-tabs > li.current {
	background: #cb0000;
	color: white;
}
.t-tabs .tab-content {
	/*padding: 30px 45px;*/
	padding: 15px 25px;
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #E0E0E0;
	display: none;
	font-family: 'Trebuchet MS', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	
}
.t-tabs .tab-content.active{
	display: block;
	position: relative;
	height:200px;
}
.t-tabs .tab-content-wrp{
	position: relative;
}