@charset "utf-8";
@import url("reset.css");

body {
	background-color: #FFF;
	background-image: url(../images/body-bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#WRAPPER {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]background-color: #000; */
}

header {
	display: block;
	height: 160px;
	width: 100%;
	position: relative;
}
header #LogIn {
	position: absolute;
	top: 1px;
	right: 80px;
	color: #FFF;
	display: block;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	background-image: url(../images/pic.png);
	background-position: 0px -92px;
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
	padding-left: 20px;
}
header #LogIn:hover {
	text-decoration: underline;
}

header #OLanguage {
	position: absolute;
	top: 1px;
	right: 20px;
	color: #FFF;
	display: block;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 26px;
}


header #OLanguage:hover {
	text-decoration: underline;
}
header h1 {
	position: absolute;
	top: 26px;
	left: 43px;
}
#header-menu {
	position: absolute;
	width: 948px;
	top: 123px;
	height: auto;
	left: 19px;
}
#header-menu li {
	float: left;
	height: 36px;
	min-width: 85px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	line-height: 36px;
	background-image: url(../images/pic.png);
	background-repeat: no-repeat;
	background-position: right 7px;
}
#header-menu li:nth-last-child(1) {
      	background-image: none;
}
#header-menu li a {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 1px;
}

#header-menu li a:hover {
	color: #666;
}
#Banner {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#Banner img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

article {
	min-height:550px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #FFF;
	padding-top: 8px;
	padding-bottom: 30px;
}
#SearchBar {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#SearchBarTop {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
	height: 44px;
	background-color: #F7F7F7;
}
#SearchBarTop ul .li-def {
	float: left;
	width: 126px;
	height: 42px;
	line-height: 38px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	color: #444444;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E9E9E9;
	cursor: pointer;
}
#SearchBarTop ul .li-def:hover {
	float: left;
	width: 126px;
	height: 39px;
	line-height: 35px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #3D94FF;
	color: #444444;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E9E9E9;
}

#SearchBarTop ul .li-def-cilck {
	border-top-width: 5px;
	border-top-color: #3D94FF;
	line-height: 35px;
}

#SearchBarTop ul .li-last {
	float: left;
	width: 434px;
	height: 39px;
	line-height: 38px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	color: #444444;
	text-align: center;
}

#SearchBarBottom {
	height: 57px;
	width: 936px;
	border: 2px solid #E9E9E9;
	padding-top: 16px;
	padding-left: 10px;
	position: relative;
}
.InputStyle{
	height: 37px;
	width: 130px;
	border: 2px solid #E9E9E9;
	line-height: 37px;
	padding-left: 10px;
	color: #444444;
	font-size: 16px;
	float: left;
	margin-right: 10px;
}

.SelectStyle {
	background:transparent url(../images/pic.png);
	background-repeat: no-repeat;
	background-position: right -38px;
	cursor: pointer;
}
.SInputStyle {
	width: 185px;
}

#SSellBut {
	float: left;
	height: 30px;
	width: 71px;
	background-image: url(../images/search-but.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 10px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	padding-left: 30px;
	padding-top: 12px;
}
#SSellBut:hover {
	background-position: 1px 1px;
	padding-top: 13px;
	padding-left: 31px;
	width: 70px;
	height: 29px;
}
#RRentBut {
	float: left;
	height: 30px;
	width: 71px;
	background-image: url(../images/search-but.jpg);
	background-repeat: no-repeat;
	background-position: -150px 0px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding-top: 12px;
	padding-left: 30px;
}
#RRentBut:hover {
	background-position: -149px 1px;
	height: 29px;
	width: 70px;
	padding-top: 13px;
	padding-left: 31px;
}

#AB1 {
	width: 170px;
}
#ABArea1 {
	position: absolute;
	left: 13px;
	top: 58px;
	height: auto;
	width: 350px;
	background-color: #FFF;
	display: none;
	z-index: 800;
}

#ABArea2 {
	position: absolute;
	left: 206px;
	top: 58px;
	height: auto;
	width: auto;
	background-color: #FFF;
	display: none;
	z-index: 801;
}

#ABArea3 {
	position: absolute;
	left: 361px;
	top: 58px;
	width: auto;
	background-color: #FFF;
	display: none;
	height: auto;
	z-index: 802;
}
.ABAreaCenter {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-shadow: 3px 3px 5px #666666;
	-webkit-box-shadow: 3px 3px 5px #666666;
	-moz-box-shadow: 3px 3px 5px #666666;
}

.ABAreaCenter div {
	font-size: 13px;
	color: #444444;
	line-height: 22px;
}
.ABAreaCenter div input {
	border: 2px solid #666;
	height: 18px;
	width: 18px;
	float: left;
	clear: left;
	line-height: 22px;
	margin-top: 3px;
}

.ABAreaCenter div label {
	display: block;
	float: left;
	padding-left: 5px;
	margin-bottom: 8px;
	white-space: nowrap;
	letter-spacing: 1px;
}
.AreaCheckBox {
	width: 100px;
	float: left;
}

.ABAreaTop {
	height: 13px;
	width: 100%;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#LinkPath {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pic.png);
	background-repeat: no-repeat;
	background-position: 10px -135px;
	padding-left: 35px;
	font-size: 15px;
	color: #00479d;
	line-height: 18px;
	font-weight: lighter;
	padding-top: 15px;
	padding-bottom: 15px;
}
#LinkPath a {
	font-size: 15px;
	text-decoration: none;
	color: #313131;
}
#LinkPath a:hover {
	text-decoration: underline;
}

#PageTitle {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pic.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	font-size: 18px;
	color: #ff7c1a;
	line-height: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 30px;
}#PageTitle span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff7c1a;
	padding-bottom: 2px;
}
.NewTitle {
	color: #ff7c1a;
	font-weight: bold;
	letter-spacing: 1px;
	background-image: url(../images/pic.png);
	background-position: 0px -533px;
	background-repeat: no-repeat;
	padding-left: 30px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 17px;
}
#NewList {
	margin-right: auto;
	margin-left: auto;
	width: 952px;
}
#NewList li {
	float: left;
	width: 232px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 15px;
}
#NewList a {
	font-size: 15px;
	font-weight: bold;
	color: #0e69d9;
	text-decoration: none;
}
#NewList a img {
	width: 232px;
}

#NewList a div {
	margin-right: auto;
	margin-left: auto;
	padding: 7px;
	min-height:74px;
}
#NewBar {
	background-color: #383838;
	padding-bottom: 20px;
}

.NewBarTitle {
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	background-image: url(../images/pic.png);
	background-position: 30px -527px;
	background-repeat: no-repeat;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 17px;
	padding-left: 60px;
}
#NewBarList {
	width: 232px;
	margin-right: auto;
	margin-left: auto;
}
#NewBarList li {
	/* [disabled]height: 200px; */
	overflow: hidden;
}
#NewBarList li a {
	text-decoration: none;
}

#NewBarList a div {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 8px;
}







footer {
	/*background-image: url(../images/footer-bk.jpg);*/
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 105px;
	width: 100%;
	background-color: #E0E0E0;
}
#footer-center {
	height: 105px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	position: relative;
}
#footer-center h3 {
	position: absolute;
	left: 77px;
	top: 28px;
}

#footer-version {
	position: absolute;
	font-size: 12px;
	left: 409px;
	top: 69px;
}

#footer-version a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#footer-version a:hover{
	color: #F90;
}

#footer-menu {
	position: absolute;
	width: 610px;
	right: 4px;
	top: 33px;
}
#footer-menu li {
	float: left;
	margin-right: 15px;
}
#footer-menu li a {
	font-size: 13px;
	color: #707070;
	text-decoration: none;
}

#footer-menu li a:hover {
	color: #F90;
	text-decoration: underline;
}
