		ul.tabs {
			margin: 0;
			padding: 0;
			float: left;
			list-style: none;
			height: 27px;
			border-bottom: 1px solid #ccc;
			
			width: 100%;
		}
		ul.tabs li {
			float: left;
			margin: 0;
			margin-right:8px;
			padding: 0;
			height: 26px;
			line-height: 26px;
			border: 1px solid #ccc;
			margin-bottom: -1px;
			background: #e0e0e0;
			overflow: hidden;
			position: relative;
			-moz-border-radius-topleft: 4px;
			-webkit-border-top-left-radius: 4px;
			-moz-border-radius-topright: 4px;
			-webkit-border-top-right-radius: 4px;
		}
		ul.tabs li a {
			text-decoration: none;
			color: #666;
			display: block;
			font-size: 11px;
			padding: 0 10px;
			border: 1px solid #fff;
			outline: none;
			-moz-border-radius-topleft: 4px;
			-webkit-border-top-left-radius: 4px;
			-moz-border-radius-topright: 4px;
			-webkit-border-top-right-radius: 4px;
		}
		ul.tabs li a:hover {
			background: #ccc;
		}	
		html ul.tabs li.active, html ul.tabs li.active a:hover  {
			background: #fff;
			border-bottom: 1px solid #fff;
		}
		.tab_container {
			border: none;
			border-top: none;
			clear: both;
			float: left; 
			width: 100%;
			background: #fff;
		
		}
		.tab_content {
			padding: 20px;
			padding-top:5px;
		
		}
		
		.tab_content img {
			float: left;
			margin: 0 20px 20px 0;
			border: 1px solid #ddd;
			padding: 5px;
		}

