@charset "utf-8";
/* CSS Document */

.container {width: 500px; margin: 10px auto; }
ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
	float: left !important;
	list-style: none !important;	
	border-top: none !important;
	width: 250px !important;
}
ul.tabs li {
	
	margin: 0 !important;
	padding: 0 !important;
	height: 36px !important;
	width:249px;
	
	line-height: 35px !important;
	border: 1px solid #999 !important;
	border-top: none !important;
	margin-right: -1px !important;
	background: #fff ;
	overflow: hidden !important;
	position: relative !important;
	
}
ul.tabs li a {
	text-decoration: none !important;
	color: #000 !important;
	display: block ;
	background: #eaeaea;	
	padding: 0 20px !important;
	border: 1px solid #fff !important;
	outline: none !important;

}
ul.tabs li a:hover {
	background: #ccc !important;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	border-right: 1px solid #fff !important;
}

html ul.tabs li.active a, html ul.tabs li.active a:hover  {
	background-color:#FFF !important;
}



.tab_container {
	border: 1px solid #999 !important;
	/*border-top: none !important;*/
    border-top:none !important;	
	float: left !important; 
	width: 500px !important;
	height:270px;
	background: #fff !important;
	-moz-border-radius-bottomright: 5px !important;
	-khtml-border-radius-bottomright: 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
	border-bottom-right-radius: 5px;
	margin-bottom:20px;


	
}
.tab_content {
	padding: 20px !important;
	padding-top:10px !important;


}


.tab_content img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

.tab_intro{
	border: 1px solid #999 !important;
	border-bottom-style: dashed !important;
	float:  none !important; 
	width: 750px !important;
	height:80px;
	background: #eaeaea !important;	
	-moz-border-radius-topright: 5px !important;
	-khtml-border-radius-topright: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	border-top-right-radius: 5px;


	}