@import url("main.css");

#man_face {
	float: left;
	width: 331px;
	height: 595px;
	background-image: url(../pic/man00.gif);
	margin-left: 65px;
	margin-top: 10px;
}

#man_face div {
	font-size: 14px;
	text-align: left;
	vertical-align: bottom;
	float: left;
	clear: both;
	margin-top: 31px;
	margin-left: 5px;
}

#man_face div a {
	color: #7F7F7F;
	text-decoration: none;
}

#man_face div a:hover {
	color: #000;
}

#man_bat {
	float: right;
	width: 310px;
	height: 590px;
	background-image: url(../pic/man10.gif);
	margin-top: 10px;
	margin-right: 10px;
}

#man_bat div {
	font-size: 14px;
	text-align: right;
	vertical-align: bottom;
	float: right;
	clear: both;
	margin-top: 31px;
	margin-right: 5px;
}

#man_bat div a {
	color: #7F7F7F;
	text-decoration: none;
}

#man_bat div a:hover {
	color: #000;
}

.producer {
	margin: 0;
	padding: 0;
	margin-left: 60px;
	border: 0;
	clear: both;
}

.problemsHalf {
	width: 350px;
	float: right;
	margin-top: 10px;
}

.problems_container {
}

.problems_container li {
	padding-left: 20px;
	margin-bottom: 7px;
	color: #515a5f;
	font-size: 12px;
	text-indent: -8px;
}

.problems_container li a {
	color: #515a5f;
}

.problems_container li a:hover {
	color: #2F72B1;
}

.description {
	color: #80808a;
	font-size: 10px;
	line-height: 14px;
	margin-left: 70px;
	margin-top: 10px;
	float: left;
	width: 300px;
}

#midle1 {
	width: 750px;
	float: left;
	padding-right: 20px;
	margin-top: 50px;
}

.choice {
	margin-left: 60px;
	font-size: 20px;
	color: #899298;
	margin-bottom: 20px;
	text-align: center;
	line-height: 22px;
}

.comments {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #000;
	width: 100%;
}