@CHARSET "ISO-8859-1";
.clear{
	clear: both;
	float:none!important;
}
/* for next button*/
.next-left{
	height:42px;
	width:20px;
	position:absolute;
	z-index: 990;
	background: url("../images/back.png") no-repeat 4px 13px  #f9f9f9;
	border: 1px solid #d1d1d1;
	
}
.next-left:hover{
	background: url("../images/back.png") no-repeat 50% #f9f9f9;
	cursor: pointer;	
}
.next-left-inactive{
	height:42px;
	width:20px;
	position:absolute;
	z-index: 990;
	border: 1px solid #d1d1d1;	
	background: url("../images/back.png") no-repeat 4px -60px #f9f9f9!important;
	cursor: default!important;
}
.next-right{
	height:42px;
	width:20px;
	position:absolute;
	z-index: 990;
	right: 0;
	background: url("../images/next.png") no-repeat 4px 13px  #f9f9f9;
	border: 1px solid #d1d1d1;	
}
.next-right:hover{
	background: url("../images/next.png") no-repeat 50% #f9f9f9;
	cursor: pointer;
}
.next-right-inactive{
	height:42px;
	width:20px;
	position:absolute;
	z-index: 990;
	right: 0;
	background: url("../images/next.png") no-repeat 4px -60px #f9f9f9!important;
	cursor: default!important;
	border: 1px solid #d1d1d1;	
}

/*end for next left right*/
.next-up{
	height:25px;
	position: absolute;
	background: url("../images/up.png") no-repeat 50% 7px #f9f9f9; 
	cursor:pointer;
	z-index: 999;
	border: 1px solid #d1d1d1;
}
.next-up:hover{
	background: url("../images/up.png") no-repeat 50% 50% #f9f9f9;
}
.next-up-inactive{
	height:25px;
	position: absolute;
	background: url("../images/up.png") no-repeat 50% -52px #f9f9f9!important; 
	cursor:default!important;
	z-index: 999;	
}

.next-down{
	cursor:pointer;
	height:25px;
	position: absolute;	
	background: url("../images/down.png") no-repeat 50% -53px #f9f9f9;
	z-index: 999;
	border: 1px solid #d1d1d1;
	
}
.next-down:hover {
	background: url("../images/down.png") no-repeat 50% 50% #f9f9f9;
}
.next-down-inactive{
	cursor:default!important;
	height:25px;
	position: absolute;	
	background: url("../images/down.png") no-repeat 50% 7px #f9f9f9!important;
	z-index: 999;
}
/* end for next button*/

.bt-tabs{
	border: solid 1px #d1d1d1;	
	margin: 5px;
}

.tab-buttons{
	
	overflow: hidden;
}
.tab-buttons ul{
	list-style: none;
	background: url("../images/bg_button_tabs.png") repeat-x;
	height: auto;
	width:100%;
	float:left;
	height: 42px;
	padding:0!important;
	margin: 0 !important;
}

.tab-buttons ul li.active{
	background: url("../images/bg_button_tabs_hover.png") repeat-x;
	color: #3daca6;
}
.tab-buttons ul li.active span {
	color: #3daca6!important;
}
.tab-buttons ul li.active, .tab-buttons ul li.active:hover  {
	background: url("../images/bg_button_tabs_hover.png") repeat-x;
	color: #3daca6;
}
.tab-buttons ul li.active, .tab-buttons ul li.active:hover span{
	color: #3daca6;
	}
.tab-buttons ul li:hover{
	background: url("../images/bg_button_tabs_hover.png") repeat-x;
	color: #3daca6;
}
.tab-buttons ul li:hover span{
	color: 	#3daca6;
}
.tab-buttons ul li span{
	color:#7a7a7a;
}
.tab-buttons ul li {
	/*background: url("../images/bg_button_tabs.png") repeat-x;*/
	height: 22px;
	float: left;
	border-right: 1px solid #d1d1d1;
	font-size:12px;
	padding:10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: tahoma, arial, time new roman;
	color:#7a7a7a;
	cursor: pointer;
	text-align: center!important;
}
.tab-items{
  position: relative;
  overflow:hidden;
  
}
.tab-items > div > div{
	/*display: none;*/
	opacity: 0;
	background: #fff;
	text-align: left;
	position:absolute;
	overflow: hidden;
}
.tab-items > div > div.active{
	opacity: 1;
}

 .bt-tabs{
	margin:0;
}

.tab-items-inner{
	min-height:125px;
	padding:15px 10px;
}
 .tab-items-inner p{
	line-height:24px;
	color:#393939;
}

.btTab-article-title{
	color:#3caca3;
	font-size:16px;
	text-transform:uppercase;
	padding-bottom:7px;
}
 .tab-buttons ul li{
	font-size:16px;
	font-weight:normal;
	padding:0 20px;
	line-height:42px;
	height:auto;
	overflow: hidden;
}

