/*Tabs*/
.tabberlive .tabbertab a {
	color: #3e3e3e;
	text-decoration: none;
	}
.tabberlive .tabbertab a:hover {
	color: #00B3DE;	}
	

.tabberlive .tabbertabhide {
 	display:none;
}

.tabber {
}
.tabberlive {
	float:left;
margin-left:10px;
margin-top:15px;
display:inline;
width:265px;
}

 ul.tabbernav {
	margin: 0;
	padding: 0;	

}

 ul.tabbernav li{
	 list-style: none;
	 margin-right: 10px;
	 display: inline;  
	 

}

ul.tabbernav li a{
	 padding: 6px 12px;
	 margin-right: 0px;
	 background: #c7c8c9;
	 text-decoration: none;
	 font-family: Arial, Helvetica, sans-serif;
	 /*background:#DFDFDF url(../images/box_header.gif) repeat-x scroll 0 0;*/
	 background:#e3e3e3;
	 border-bottom:1px solid #CBCCCE;
	 


}

ul.tabbernav li a:hover{
	 color: #00B3DE;
	 border-bottom:1px solid #CBCCCE;	
}


 ul.tabbernav li.tabberactive a {
 	background:#FFFFFF;
 	/*background:#DFDFDF url(../images/box_header.gif) repeat-x scroll 0 0;*/
	 /*background:#edeeef url(../images/bcktab.gif) no-repeat top left;*/
	 /*background-color: #e2e4e5;*/
	 color: #3e3e3e;
	 border-bottom:1px solid #CBCCCE;
}

.tabberlive .tabbertab {
	 padding:5px;
margin:15px 10px 15px 0;
	 /*background-color: #e2e4e5;*/ 

}

.tabberlive .tabbertab h2 {
	 display:none;
}

.tabberlive .tabbertab h3 {
 	display:none;
}

 .tabberlive .tabbertab .tablist {
	overflow: hidden;
	padding: 2px;
	color: #3e3e3e;
	margin-bottom: 0;
	}

 .tablist {
	margin-bottom: 15px;
}	
.tablist li{border-bottom:1px dotted #666666;
list-style-image:url(img/arrow.png);
list-style-position:inside; 
list-style-type:disc;
margin-bottom:8px;
padding-bottom:8px;}

