#tabs {
	font-size: 90%; 
	margin:0px 0 0 0; 
}
#tabs ul.tab-nav {
    display:block;
	padding:0;
 
}
#tabs ul.tab-nav li { margin-right:1px;
   padding:0!important;
	list-style: none;background:#5c730b;
 -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
* html #tabs ul.tab-nav li {
	display: inline; 
}
 
#tabs ul.tab-nav li, #tabs ul.tab-nav li a {
	float: left;
	color:#fff;
}
#tabs ul.tab-nav li.active {
	 
	background:#fff; 
}
#tabs ul.tab-nav li.active a {
	color: #333;
}
#tabs ul.tab-nav li.active a span{color:#a6a5a5;}
#tabs .tab-container {
	background:#fff;
	clear: both;
	display:block;
	padding: 12px;  
	  color:#333;
	min-height: 200px;
	overflow:auto;
}
#tabs .tab-container p{margin-bottom:14px;}
#tabs .tab-container hr{border:none; border-bottom:#5c5c5c 1px dashed; margin-bottom:15px;}
 
 
#tabs ul.tab-nav a {
	text-decoration: none;
	padding:10px; 
    font-size:16px; 
 
}

.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}
-->

