@charset "utf-8";
#body > .container .main{
	width:730px;
	min-height:300px;
	float:left;	
}
#body > .container .sidebar{
	width:350px;
	min-height:300px;
	float:right;
	margin-left:30px;
	background:#f8e4c1;
	padding:20px;	
	margin-top:20px;
	margin-bottom:40px;
}
#body > .container .sidebar .label{
	border-bottom:3px solid #f78f1e;
	margin-bottom:20px;	
	font-size:24px;
	padding-bottom:10px;
}
#body > .container .sidebar .benefit{
	height:80px;
	line-height:80px;	
	margin-bottom:10px;
}
#body > .container .sidebar .benefit.double{
	line-height:20px;	
}
#body > .container .sidebar .benefit.double .name{
	padding-top:20px;	
}
#body > .container .sidebar .benefit .ico{
	height:70px;
	width:70px;
	border-radius:70px;
	border:5px solid white;	
	float:left;
}
#body > .container .sidebar .benefit .ico.strong{
	background:#343434 url(/images/features_icons.png) no-repeat 0px 0px;	
}
#body > .container .sidebar .benefit .ico.durable{
	background:#adc9ad url(/images/features_icons.png) no-repeat -70px 0px;	
}
#body > .container .sidebar .benefit .ico.light{
	background:#a2e1ee url(/images/features_icons.png) no-repeat -140px 0px;	
}
#body > .container .sidebar .benefit .ico.antislip{
	background:#a2e1ee url(/images/features_icons.png) no-repeat 0px -70px;	
}
#body > .container .sidebar .benefit .ico.cheap{
	background:#adc9ad url(/images/features_icons.png) no-repeat -140px -70px;	
}
#body > .container .sidebar .benefit .ico.quality{
	background:#343434 url(/images/features_icons.png) no-repeat -70px -70px;	
}
#body > .container .sidebar .benefit .ico.water{
	background:#c1e5ec url(/images/features_icons.png) no-repeat -140px -140px;	
}
#body > .container .sidebar .benefit .ico.wind{
	background:#c9c9c9 url(/images/features_icons.png) no-repeat -210px -140px;	
}
#body > .container .sidebar .benefit .ico.time{
	background:#4e4e4e url(/images/features_icons.png) no-repeat 0px -210px;	
}
#body > .container .sidebar .benefit .ico.uniform{
	background:#f8e4c1 url(/images/features_icons.png) no-repeat -70px -210px;	
}
#body > .container .sidebar .benefit .name{
	float:left;
	width:250px;
	padding-left:20px;
	font-size:16px;
}
@media only screen and (max-width: 599px) {
	#body > .container .main{
		width:300px;
	}
	#body > .container .sidebar{
		width:280px;
		float:none;
		margin-left:0px;
		padding:10px;
	}	
	#body > .container .sidebar .benefit{
		width:280px;
		display:inline-block;
		text-align:center;
		margin-bottom:30px;
		vertical-align:top;
		height:auto;
		border-bottom:1px dashed #f7ac59;
		padding-bottom:15px;
	}
	#body > .container .sidebar .benefit.double{
		line-height:16px;	
	}
	#body > .container .sidebar .benefit.double .name{
		padding-top:0px;	
	}
	#body > .container .sidebar .benefit .ico{
		float:none;
		margin:auto;
	}	
	#body > .container .sidebar .benefit .name{
		width:auto;
		float:none;	
		line-height:16px;
		margin-top:10px;
		padding-left:0px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	#body > .container .main{
		width:518px;
	}
	#body > .container .sidebar{
		width:518px;
	}
	#body > .container .sidebar .benefit{
		width:255px;
		display:inline-block;
		text-align:center;
		margin-bottom:30px;
		vertical-align:top;
		height:auto;
	}
	#body > .container .sidebar .benefit.double{
		line-height:16px;	
	}
	#body > .container .sidebar .benefit.double .name{
		padding-top:0px;	
	}
	#body > .container .sidebar .benefit .ico{
		float:none;
		margin:auto;
	}	
	#body > .container .sidebar .benefit .name{
		width:220px;
		float:none;	
		line-height:16px;
		margin-top:10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
	#body > .container .main{
		width:688px;
	}
	#body > .container .sidebar{
		width:688px;
	}
	#body > .container .sidebar .benefit{
		width:330px;
		display:inline-block;
	}
	#body > .container .sidebar .benefit .name{
		width:220px;	
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1207px) {
	#body > .container .main{
		width:530px;
	}
	#body > .container .sidebar{
		width:350px;
	}
}
@media only screen and (min-width: 1208px){
			
}