.container {width: 900px;margin:0 auto; padding-left:10px; margin-top:20px;}
ul.tabs {
margin: 0;
padding: 0;
padding-left: 0;
float: left;
list-style: none;
height: 32px;
width: 100%;
}

ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 31px;
line-height: 31px;
border: 1px solid #ccc;	
border-bottom: none;
margin-bottom: -1px;
background: #fff;
overflow: hidden;
position: relative;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;	
}

ul.tabs li a {
text-decoration: none;
color: #000;
display: block;
font-size: 1.1em;
padding: 0 15px;	
}

ul.tabs li a:hover {
background: #fdfdfd;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;	
color:#FB6B43;
}	

html ul.tabs li.active, html ul.tabs li.active a:hover  {
background: #fdfdfd;
padding-bottom:1px;
border-bottom:none;
font-weight:bold;
}

.tab_container {	
clear: both;
float: left; 
width: 100%;
background: #fdfdfd;
border: 1px solid #d7d7d7;
border-top: none;
}

.tab_content {
padding: 20px;
font-size: 1.1em;
}

.tab_content img {
	float: left;
	margin: 0 2px 20px 0;
	border: 1px solid #ddd;
	padding: 1px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}