@charset "utf-8";
@import url(reset.css);
/* ==========================================================================================
	--REPORT
========================================================================================== */





/*	@Report
-------------------------------------------------------------------------------------------*/

.box {
	width: 660px;
	margin-right: -2px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-left: 5px;

}
.box img {
	
}
.box h4 {
	margin-bottom: 5px;
}
.box h4 img {
	border: none;

}
.box .field {
	position: relative;
	float: left;
	width: 280px;
	height: 350px;
	margin-right: 2px;
	
	z-index: 2;
}
.box .field img {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0px;
	margin-left: 0px;
}
.box ul.switch {
	float: left;
	width: 360px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.box ul.switch li {
	float: left;
	width: 91px;
	list-style: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.box ul.switch li span {
	display: block;
	font-size: 10px;
	text-align: center;
	color: #FFF;
}



.box ul.switch strong{
	float: left;
	width: 330px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.box p {
	display: inline;
	float: left;
	width: 330px;
	padding-left: 10px;
	line-height: 1.5;
	overflow: hidden;
	
}
