@CHARSET "ISO-8859-1";
.clear{
	clear: both;
	float:none!important;
}
/* for next button*/
.next-left{
	height:40px;
	width:20px;
	position:absolute;
	z-index: 999;
	background: url("../images/next-left.png") no-repeat 48% #d1d1d1;
	border: 1px solid #d1d1d1; 
}
.next-left:hover{
	background: url("../images/next-left.png") no-repeat 47% #d1d1d1;
	cursor: pointer;
}
.next-right{
	height:42px;
	width:20px;
	position:absolute;
	z-index: 999;
	right: 0;
	background: url("../images/next-right.png") no-repeat 76% #d1d1d1;
	border: 1px solid #d1d1d1;
}
.next-right:hover{
	background: url("../images/next-right.png") no-repeat 77% #d1d1d1;
	cursor: pointer;
}
/*end for next left right*/
.next-up{
	height:42px;
	position: absolute;
	background: url("../images/bg-up.png") no-repeat 50% 50% #d1d1d1; 
	cursor:pointer;
	z-index: 999;
	
}
.next-up:hover{
	background: url("../images/bg-up.png") no-repeat 50% 46% #d1d1d1;
}
.next-down{
	cursor:pointer;
	height:42px;
	position: absolute;	
	background: url("../images/bg-down.png") no-repeat 50% 50% #d1d1d1;
	z-index: 999;
}
.next-down:hover {
	background: url("../images/bg-down.png") no-repeat 50% 51% #d1d1d1;
}

/* end for next button*/

.bt-tabs{
	border: solid 1px #d1d1d1;
	background: #fff;
	margin: 5px;
}

.tab-buttons{
	float: left;
	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;
}
.btt_tab_btn_bottom{
	background: url("../images/bg_button_tabs_bottom.png") repeat-x!important;
}
.tab-buttons ul li.active{
	background: url("../images/bg_button_tabs_hover.png") repeat-x;
	color: #3daca6;
}
	
.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:HOVER{
	background: url("../images/bg_button_tabs_hover-2.png") repeat-x;
	color: #3daca6;
	
}
.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;
	background: #fff;
	text-align: left !important;
	position:absolute;
	overflow: hidden;
}
 .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:42px;
	overflow: hidden;
}

