/* @override http://68.143.105.29/css/tabs.css */


#tabs {
	position: relative; left: -22px;
	width: 550px;
	clear: both;
	margin: 35px 0 0;
	padding-left: 22px;
	height: 34px;
	background: #f1eee7;
	border-top: 1px solid #D9D2C7;
	border-bottom: 1px solid #D9D2C7;
	}
	#tabs span {
		display: block;
		float: left;
		padding: 10px;
		margin: 1px;
		overflow: hidden;
		font-size: 12px;
		text-transform: uppercase;
		color: #531;
		}
	#tabs span:hover {
		background: #9C9078;
		color: #fff;
	}
	#overview_tab {
		cursor: pointer !important;
		}
	#features_tab {
		cursor: pointer !important;
		}
	#accessories_tab {
		cursor: pointer !important;
		}
		
#overview,
#features,
#accessories {
	display: block;
	position: relative; top: -11px;
	width: 450px;
	padding: 10px;
	background: #fff /* url(/img/tabs_bg_light.jpg) no-repeat 0 0 */;
	}
	
#overview {
	background-position: -15px 0;
	}
	
#features {
	background-position:75px 0;
	display: none;
	
	}
#accessories {
	background-position: 180px 0;
	display: none;
	
	}
