html{
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #f2f4f9;
	font-size: 16px;
	line-height: 22px;
}
	body{
		margin: 0;
	}

#wr-tabs{
	width: 940px;
	margin: 40px auto 0;
}
	#wr-tabs .tabs{
		background-color: #fff;
		margin-bottom: 3px;
	}
	#wr-tabs .tabs:after{
		content: '';
		display: block;
		clear: both;
		height: 0;
	}
		#wr-tabs .tabs .tab{
			float: left;
			cursor: pointer;
			border-right: 1px solid #ffffff;
			padding: 10px 20px;
			background-color: #F7B33D;
		}
		#wr-tabs .tabs .tab:last-child{
			border-right: none;
			
		}
		#wr-tabs .tabs .tab:hover,
		#wr-tabs .tabs .tab.active{
			background-color: #7EB430;
			color: #ffffff;
		}
	#wr-tabs .content{
		background-color: #fff;
	}
		#wr-tabs .content .tab-cont{
			display: none;
			padding: 15px 10px;
		}
		#wr-tabs .content .tab-cont.active{
			display: block;
		}