/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
}
body {
	background-color: #2A2A2A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #505050;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #505050;
}
a:hover {
	text-decoration: underline;
	color: #FF6B00;
}
a:active {
	text-decoration: none;
	color: #505050;
}
.search_td {
	background-image: url(Images/Left_Bg_02.jpg);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 22px;
}
.search_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
}
.search_btn {
	width: 20px;
	height: 18px;
	border: none;
	background-image: url(Images/Icon_Btn.jpg);
	background-repeat: no-repeat;
}
.prolist_div {
	width: 190px;
	height: 190px;
	margin: 0px;
	padding: 15px 25px 0px 25px;
	float: left;
	overflow: hidden;
}
.prolist_div_img {
	width: 180px;
	height: 124px;
	margin: 0px;
	padding: 4px;
	border: #DEE2E5 1px solid;
	overflow: hidden;
}
.prolist_div_tit {
	width: 190px;
	height: auto;
	margin: 8px 0px 0px 0px;
	padding: 2px 0px;
	text-align: center;
	line-height: 20px;
	background-color: #EEEEEE;
}
.proimgdiv {
	padding: 4px;
	border: #DEE2E5 1px solid;
}
.proimglist {
	width: 120px;
	height: 84px;
	margin: 4px 0px 0px 4px;
	padding: 0px;
	border: #DEE2E5 1px solid;
	overflow: hidden;
}
.indmore_div {
	width: 50px;
	height: 16px;
	background-image: url(Images/more_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
a.indmore:link {
	color: #5261A4;
	text-decoration: underline;
}
a.indmore:visited {
	text-decoration: underline;
	color: #5261A4;
}
a.indmore:hover {
	text-decoration: none;
	color: #FF6B00;
}
a.indmore:active {
	text-decoration: underline;
	color: #5261A4;
}