@charset "utf-8";
/* Product Picture */
#main .ProductEdit{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main .ProductLeft{
	float: left;
	width: 340px;
	
}
#main .ProductRight{
	float: right;
	width: 340px;
}
#main .module{
	float: left;
	width: 330px;
	margin-right: 1.1em;
	margin-bottom: 1em;	
}
#main .module h4{
	font-size: 140%;
	line-height: 130%;
	font-weight: bolder;
}
#main .module h4 a{
	color: #205398;
	
}
#main .module h4 a:hover{color: #769e09;}
#main .module h4 span{
	font-size: 80%;
	font-weight: lighter;
	line-height: 120%;
}
#main .module img{float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #e2e2e2;
	margin-right: 5px;
	margin-bottom: 5px;}
#main .module li{
	font-weight: lighter;
	line-height: 150%;
	font-size: 110%;
	clear: left;
	color: #a6ca44;
}
#main .checkbox{
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	padding-top: 2px;
	padding-right: 2px;
}

