@CHARSET "ISO-8859-1";

.clear{

	clear: both;

	float:none!important;

}

/* for next button*/

.next-left{

	height:41px;

	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:41px;

	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:41px;

	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:41px;

	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;
	display: none;

}

.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;

	

}

.btt_tab_btn_bottom{

	background: url("../images/bg_button_tabs_bottom.png") repeat-x!important;

}

.btt_tab_btn_bottom li:hover{

	background: url("../images/bg_button_tabs_hover_bottom.png") repeat-x!important;

}

.btt_tab_btn_bottom li.active{

	background: url("../images/bg_button_tabs_hover_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: #000;

	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;

}



