#tabs {width:  980px; float: left;}
#tabs ul.tabs {width: 980px; padding: 0; float: left; height: 50px;}
#tabs ul.tabs li{
	float: left; 
	height: 52px;
	cursor: pointer;
	border-right: 1px solid #000;
}
#tabs ul.tabs li span{
	float: left;
	color: #fff;
	line-height: 52px;
	text-transform: uppercase;
	border-right: 1px solid #242424;
	
}

#tabs ul.tabs li:last-child, #tabs ul.tabs li:last-child span {
	border: none;
}

#tabs ul.tabs li:hover  {background:url(/images/tab_hover.jpg)  repeat-x left top; height: 52px;}
#tabs ul.tabs li.active {background:url(/images/tab_hover.jpg)  repeat-x left top; color: #fff; height: 52px;  }
#tabs div.hide{display: none}
#tabs div.tabs_content{
clear: both;
width: 970px;
padding: 30px 0 30px 20px;
height: 220px;
}
#tabs div.tabs_content div {float: left; width: 380px; }
#tabs div.tabs_content h3 {float: left; width: 380px;  padding-bottom: 15px;}
#tabs div.tabs_content h3 a {
	float: left;
	width: 380px;
	line-height: 40px;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
}
#tabs div.tabs_content p {
	float: left;
	width: 380px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	clear: both;
}
#tabs div.tabs_content h4{
	float: left;
	width: 340px;
	padding: 18px 0 18px 40px;
	font-size: 12px;
	font-weight: bold;
	color: #c5c5c5;
	text-transform: uppercase;
}
#tabs div.tabs_content ul.items{
	float: left;
	width: 275px;
	padding-left: 40px;
}
#tabs div.tabs_content ul.items li a {
	float: left;
	width: 320px;
	line-height: 18px;
	color: #9d9d9d;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 0 6px 12px;
	background: url(/images/icon1.png) no-repeat left 12px;
}
#tab_bg {
	float: left; 
	width: 255px !important;
	height: 255px !important;
	position: relative;
	margin-top: -66px;
	float: right !important;
	padding-right: 20px;
}
#tab_bg img {
	float: left; 
	width: 252px;
	height: 252px;
	
}
#tab_bg #lens{
	float: left; 
	width: 255px !important;
	height: 255px !important;
	background: url(/images/lens.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	
}
#tabs div.tabs_content ul.items li a:hover {
	text-decoration: underline;
	color: #fff;
	background: url(/images/icon1.png) no-repeat left 12px;
}


#tabs_content {width:  720px; float: left; padding: 20px 0; clear: both;}
#tabs_content #tabs {width:  720px; float: left;}
#tabs_content  ul.tabs {width: 720px; padding: 0; float: left; height: 33px;}
#tabs_content  ul.tabs li{
	float: left; 
	height: 36px;
	cursor: pointer;
	border: none;
	padding: 0 0 0 10px;
	margin-right: 3px;
	width: auto;
	 background: url(/images/tabs_right1.png) no-repeat left top;
}
#tabs_content  ul.tabs li span{
	float: left;
	color: #303030;
	line-height: 36px;
	text-transform: uppercase;
	padding: 0 10px 0 0 ;
	border: none;
	background: url(/images/tabs_left1.png) no-repeat right top; 
}

#tabs_content  ul.tabs li:last-child, #tabs_content  ul.tabs li:last-child span {
	border: none;
}

#tabs_content  ul.tabs li:hover  { background: url(/images/tabs_left.png) no-repeat left top; height: 36px;}
#tabs_content  ul.tabs li:hover  span{ background: url(/images/tabs_right.png) no-repeat right top; height: 36px; color: #fff;}
#tabs_content  ul.tabs li.active {background: url(/images/tabs_left.png) no-repeat left top; color: #fff; height: 36px;  }
#tabs_content  ul.tabs li.active span {background: url(/images/tabs_right.png) no-repeat right top; color: #fff; height: 36px; color: #fff;  }
#tabs_content  div.hide{display: none}
#tabs_content  div.tabs_content{clear: both; width: 695px;  padding: 20px 10px; height: auto; border: 1px solid #cac9c9; color: #303030; float: left;}
#tabs_content  div.tabs_content div {float: left; width: 695px; }
#tabs_content  #tabs div.tabs_content p  {float: left; width: 695px; color: #303030; }
#tabs_content div.tabs_content div img{
	max-width: 635px !important;
}