@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #696969;
	background-image: url(../../images/share/img/img_detail_bg.jpg);
	background-repeat: repeat-x;
}
#divWrapper {
	width: 980px;
	margin: 0px auto;
}
.divLayout {
	float: left;
}
#divContent {
	float: left;
	width: 980px;
}
#divFooter {
	float: left;
	width: 980px;
	padding-right: 0px;
	padding-left: 0px;

}
#divContentWrapper {
	float: left;
	width: 980px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.divContentLeft {
	float: left;
	width: 210px;
	padding-right:10px;
	background-color: #FFFFFF;
}
.borderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BDBDBD;
}
.borderBtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDBD;

}

#Form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	width: 205px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.pagingActive {
	background-color: #FEB900;
}
.pagingInactive {
	background: url(../../images/share/img/bg_paging.jpg) no-repeat;
}
.border {
	border: 1px solid #BDBDBD;
}
.bullet{
	list-style:url(../../images/share/img/img_yl_sq.gif);
}