﻿/*-------------------------
       单列样式
-------------------------*/
.boxone
{
	clear: both;
	padding: 6px 10px 0 10px; *padding:3px 10px 0 10px;
text-align:center;
margin:0 3px 0 2px;
}
/*-------------------------
         三列样式
-------------------------*/
.boxthree
{
	clear: both;
	padding: 6px 15px 0 15px; *padding:3px 15px 0 15px;
text-align:center;
}
.boxthree .boxLeft
{
	padding: 8px;
	float: left;
	width: 257px;
	margin-right: 10px;
}
.boxthree .boxCenter
{
	padding: 8px;
	float: left;
	width: 257px;
}
.boxthree .boxRight
{
	padding: 8px;
	float: right;
	width: 257px;
}
.boxthree .boxLeftDefault
{
	float: left;
	width: 249px;
	margin-right: 10px;
}
/*-------------------------
         两列样式
-------------------------*/
.two
{
	clear: both;
	padding: 6px 15px 0 15px; *padding:3px 15px 0 15px;
text-align:center;
}
.two .boxLeft
{
	padding: 8px;
	float: left;
	width: 509px;
}
.two .boxRight
{
	padding: 8px;
	float: right;
	width: 289px;
}
/*-------------------------
-------------------------*/
.boxList .image01
{
	float: left;
	width: 185px;
	height: 205px;
	padding-left: 5px;
	margin-top: 5px;
	background: url(Image/bgListImg.gif) no-repeat right bottom;
	padding-right: 6px !important;
	padding-bottom: 6px !important; *padding-right:5px;
*padding-bottom:1px;

}
.boxList .image01 img
{
	background-color: #fff;
	width: 175px;
	height: 195px;
	padding: 5px;
	border: solid 1px #999999;
}
.boxList .list01
{
	float: left;
	padding-left: 10px;
	width: 300px;
}
.boxList .list01 h2
{
	font-size: 14px;
	margin: 0;
	text-align: center;
	margin-bottom: 3px;
}
.boxList .list01 p
{
	margin: 0;
	border-bottom: solid 1px #C4C4C4;
	margin-bottom: 5px;
	padding-bottom: 3px;
	line-height: 150%;
	text-indent: 2em;
}
.boxList .list01 ul
{
	line-height: 180%;
}

.boxList .list02
{
	border-bottom: solid 1px #C4C4C4;
	height: 119px; *height:123px;
margin-bottom:5px;
}
.boxList .list02 img
{
	border: solid 1px #000;
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.boxList .list02 ul
{
	float: left;
	padding-left: 10px;
	list-style-type: none;
	line-height: 150%;
}
.boxList .tbHouseList
{
	width: 100%;
	text-align: center;
	border: none;
	border-collapse: collapse;
	line-height: 180%;
	height: 91px; *height:87px;
}
.boxList .tbHouseList th
{
	font-weight: bold;
}
.boxList .tbHouseList .tdTitle
{
	text-align: left;
}

.boxList .number01
{
	background-color:#FF6302;
	color: #fff;
	font-weight: bold;
	padding:0 5px 0 5px;
}
.boxList .number02
{
	background-color:#343434;
	color: #fff;
	font-weight: bold;
	padding:0 5px 0 5px;
}

.boxList .number03
{
	background-color:#343434;
	color: #fff;
	font-weight: bold;
	padding:0px 2px 0px 2px;
}

/*-------------------------
-------------------------*/

.picButton
{
	border: solid 1px #fff;
}
.picAButton
{
	border: solid 1px #fff;
	width: 60px;
	height: 40px;
}
.picAButton .boximg
{
	border: solid 1px #ff0000;
	padding: 2px;
}

.search
{
	background: url(Image/icoSerach.gif) no-repeat left center;
	line-height: 200%;
}
.txt
{
	border: solid 1px #AAAAAA;
	height: 15px;
	width: 150px;
}
.btn
{
	background: url(Image/btnInfoSearch.gif) no-repeat left center;
	width: 50px;
	height: 19px;
	border: none;
	cursor: pointer;
}
