﻿/*-------------------------
---------------------------
	页头样式
---------------------------
-------------------------*/
#layHeader
{
	text-align: right;
	border-top: solid 5px #A0A0A3;
	background: url(Image/Logo.jpg) no-repeat;
	background-position: 0px 19px; 
	*background-position:0px 25px;
	margin-bottom:5px;
}
/*-------------------------
	子页头样式
-------------------------*/
#headerSubject .Subject
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoSub.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .Comment
{
	width: 960px;
	height: 80px;
	background: #fff url(Image/logoSub.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .SecondhandList
{
	width: 928px;
	height: 80px;
	background: #fff url(Image/logoSecondhouse.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .RentHouseList
{
	width: 928px;
	height: 80px;
	background: #fff url(Image/logoRentHouse.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .Slide
{
	width: 960px;
	height: 80px;
	background: #fff url(Image/logoSlide.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .Store
{
	width: 928px;
	height: 80px;
	background: #fff url(Image/logoStore.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .StoreHouse
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoStore.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .SubjectList
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoSubject.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .Villa
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoSubVilla.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .NewHouse
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoSubNewHouse.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .Photo
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoSubPhoto.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .Map
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoMap.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .Forum
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoSubForum.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .BuyTool
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoSubBuyTool.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .Brochure
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoSubBrochure.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .Daily
{
	width: 875px;
	height: 80px;
	background: #fff url(Image/logoSubDaily.jpg) no-repeat 10px top;
	text-align: right;
	font-size: 12px;
	color:#fff;
}
#headerSubject .border
{
	padding-bottom: 20px;
	background: url(Image/bgSearchBorder.gif) repeat-x bottom left;
}
#headerSubject .menuRow
{
	width: 575px;
	height: 25px;
	margin: 5px 0 5px auto;
	line-height: 25px;
	text-align: left;
	padding-left:12px;
	color:#fff;
}
#headerSubject .red
{
	background: #C50A05;
}
#headerSubject .black
{
	background: #000;
}
.menuLink:Link, .menuLink:Visited, .menuLink:Active
{
	color: #fff;
	text-decoration: none;
	padding:0 10px;
}
.menuLink:Hover
{
	color: #fff;
	text-decoration: underline;
}

/*-------------------------
	工具栏样式
-------------------------*/
#layHeader .top
{
	text-align: left;
	padding: 0 15px;
}
#layHeader .weather
{
	padding-top: 3px;
	display: block;
	float: left;
}
#layHeader .weather iframe
{
	width: 280px;
	height: 21px;
}
#layHeader .user
{
	padding-top: 2px;
	display: block;
	float: right;
	background:#fff;
}
#layHeader .user iframe
{
	width: 540px;
	height: 25px;
}
#layHeader table
{
	display:inline;
}
.lblUser
{
	background: url(Image/icoUser.gif) no-repeat left bottom;
	padding-left: 25px;
	padding-top: 2px;
}
.lblPassword
{
	background: url(Image/icoPassword.gif) no-repeat left bottom;
	padding-left: 25px;
	padding-top: 2px;
}
/*-------------------------
	菜单样式
-------------------------*/
#layHeader .menu
{
	padding-top: 3px;
	*padding-top: 2px;
	clear: both;
}
#layHeader .menu p
{
	line-height: 26px;
	width: 650px;
	font-size: 13px;
	text-align: left;
	margin:0;
	padding-left: 10px;
	margin-left: auto;
}
#layHeader .black
{
	background-color: #000;
	color: #fff;
	clear: both;
}
#layHeader .red
{
	background-color: #C50A05;
	color: #fff;
}
#layHeader .menu a
{
	margin: 0 8px;*margin:0 10px;
	letter-spacing: 1px; 
	*font-family:arial;
}
#layHeader .black a, #layHeader .red a
{
	color: #fff;
}
#layHeader .border
{
	background: url(Image/bgSearchBorder.gif) repeat-x left bottom;
	padding-bottom:17px;
}


/*-------------------------
---------------------------
	搜索条样式
---------------------------
-------------------------*/
#boxSearch
{
	padding: 0 15px;
	margin-bottom:-3px;
}
#boxSearch h1
{
	font-size: 12px;
	padding: 6px 0 5px 0;
	margin: 0;
}
#boxSearch strong
{
	color: #C70A06;
}
#boxSearch img
{
	width: 66px;
	height: 70px;
	border: solid 1px #E1E1E1;
}
#boxSearch .left
{
	padding: 0 0 0 15px;
	width: 302px;
	height: 113px;
	float: left;
	background: url(Image/bgSearchLeft.gif) no-repeat left top;
}
#boxSearch .right
{
	padding: 0 15px;
	width: 490px;
	height: 113px;
	float: right;
	background: url(Image/bgSearchRight.gif) no-repeat left top;
}
.boxIndex
{
	padding-bottom: 3px;
	padding-left:5px;
	margin-bottom:5px;
}
.boxIndex .item
{
	float:left;
	display:block;
	margin:0 1px;*margin:0 5px;
}
.boxIndex .link a
{
	padding:0 3px;
}
.boxIndex strong
{
	font-weight: normal;
	color: #C70A06;
}
.boxIndex p
{
	clear:both;
	margin: 0;
	border-bottom: solid 1px #DEDEDE;
}
/*-------------------------
---------------------------
	列表样式
---------------------------
-------------------------*/
.boxList
{
	text-align: left;
	border: solid 1px #E6E6E6;
}
.boxList ul
{
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style-type: none;
	line-height:190%;
}
.boxList .listDate
{
	*line-height:190%!important;
	*line-height:170%;
}
.boxList .listBlack li
{
	background: url(Image/icoList02.gif) no-repeat left center;
	padding-left: 14px;
	letter-spacing: 1px;
	height:20px;
	clear:both;
}
.boxList .listRed li
{
	background: url(Image/icoList01.gif) no-repeat left center;
	padding-left: 14px;
	letter-spacing: 1px;
	height:20px;
	clear:both;
}
.boxList .titleBlack
{
	background: #000 url(Image/bgTitle02.gif) repeat-x left top;
}
.boxList .titleRed
{
	background: #C50A05 url(Image/bgTitle01.gif) repeat-x left top;
}
.boxList h1
{
	margin: 0;
	margin-bottom: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	height: 19px;
	line-height: 19px;
	padding: 0 5px;
}


.boxList .listImage
{
	padding-top: 3px;
}
.boxList .listImage img
{
	width: 115px;
	height: 75px;
}
.boxList .listImage span
{
	padding: 4px; 
	*padding:8px;
}
.boxList h1 strong
{
	font-weight: normal;
	float: left;
}
.boxList h1 a
{
	float: right;
}
.boxList h1 a:Link, .boxList h1 a:Visited, .boxList h1 a:Active
{
	color: #fff;
	text-decoration: none;
}
.boxList h1 a:Hover
{
	text-decoration: underline;
}

.boxList .titleSub
{
	font-size: 12px;
	color: #C50907;
	margin:4px 0;
	padding: 0;
	padding-left: 10px;
	text-align:center;
	font-size:14px;
	font-family:Arial;
}
.boxList .summary
{
	padding: 0 3px 6px 3px;
	margin: 3px 3px 8px 3px;
	line-height: 140%;
	letter-spacing: 1px;
	border-bottom: solid 1px #DEDEDE;
	text-indent:2em;
}
.boxList .table
{
	width: 100%;
	text-align: center;
	border: none;
	border-collapse: collapse;
}
.boxList .table th
{
	font-weight: normal;
}
.subList
{
	float: left;
	padding:0 5px;
	*padding:0 6px;
}
.subList h2
{
	font-size: 12px;
	margin: 0;
	padding: 0 5px 0 10px;
	color: #C50A05;
	font-weight: normal;
}
.subList h2 strong
{
	float: left;
	font-weight: normal;
}
.subList h2 span
{
	float: right;
}
.subList ol
{
	background-color: #F7F7F7;
	padding: 3px 10px;
	margin: 0;
	clear: both;
	list-style-type: none;
}
.subList li
{
	clear: both;
}
.subList ol a
{
	float: left;
}
.subList ol span
{
	float: right;
}
.tblHouseCommend
{
	width: 100%;
	text-align: center;
	border: none;
	border-collapse: collapse;
	margin-top:1px;
}
.tblHouseCommend span
{
	padding:1px 0;
	*padding:2px 0 0 1px;
	display:block;
}
.tblHouseCommend img
{
	width: 84px;
	height: 84px; 
	*height:85px;
	border:solid 1px #D8D6D7;
	padding:3px;
}
.tblHouseDistinct
{
	width: 100%;
	text-align: center;
	border: none;
	border-collapse: collapse;
}
.tblHouseDistinct .border
{
	border: solid 1px #E0E0E0;
	padding: 5px;
	height: 105px;
	margin: 2px;
}
.tblHouseDistinct .title
{
	width: 22px;
	background: #EAEAEA;
	padding: 21px 0;
	margin-right: 10px;
}

.boxInfoDefault
{
}
.boxInfoDefault .border
{
	border: solid 1px #E6E6E6;
	text-align:center;
	margin-top:-3px;
	padding-top:10px;
}
.boxInfoDefault .listBlack ,.boxInfoDefault .listRed
{
	margin: 0;
	padding: 8px;
	padding-left: 10px;
	list-style-type: none;
	text-align: left;
}
.boxInfoDefault .listBlack li
{
	background: url(Image/icoList02.gif) no-repeat left center;
	padding-left: 14px;
	letter-spacing: 1px;
}
.boxInfoDefault .listRed li
{
	background: url(Image/icoList01.gif) no-repeat left center;
	padding-left: 14px;
	letter-spacing: 1px;
}
.boxInfoDefault h1
{
	margin: 0;
	margin-bottom: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	height: 19px;
	line-height: 19px;
	padding: 0 5px;
}
.boxInfoDefault h1 strong
{
	font-weight: normal;
}
.boxInfoDefault h1 a
{
	float: right;
}
.boxInfoDefault h1 a:Link, .boxInfoDefault h1 a:Visited, .boxInfoDefault h1 a:Hover, .boxInfoDefault h1 a:Active
{
	color: #000;
	text-decoration: none;
}
.boxInfoDefault h1 a:Hover
{
	text-decoration: underline;
}
.boxInfoDefault .titleBlack
{
	background: url(Image/bgTitle02.gif) repeat-x left top;
}
.boxInfoDefault .titleRed
{
	background: url(Image/bgTitle01.gif) repeat-x left top;
}
.boxInfoDefault h1
{
	margin: 0;
	padding: 0 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	text-align:center;
}
.boxInfoDefault .tdActive
{
	border: solid 1px #E6E6E6; 
	padding: 5px 10px;
	cursor:pointer;
}
.boxInfoDefault .tdNormal
{
	padding: 5px 10px;
	cursor:pointer;
}
/*-------------------------
---------------------------
	友情链接样式
---------------------------
-------------------------*/
.boxFriendlink
{
	border: solid 1px #E6E6E6; 
	margin: 0; 
	padding: 0;
	text-align:left;
}
.boxFriendlink .boxdiv
{
	background: url(Image/bgFriendLink.gif) no-repeat left center;
    width: 842px; 
    height: 28px;
}
.boxFriendlink .boxdiv .linkbtn
{
	float: left; 
	color: #ff0000; 
	margin: 3px 0 0 20px; 
	font-size: 14px;
    font-weight: bold;
}
.boxFriendlink .boxdiv a
{
	font-size: 12px;
    float: right; 
    margin: 1px  5px 0 0;
}
.boxFriendlink .boxsubdiv
{
	padding:10px;
}
.boxSubFriendlink
{
	border: solid 1px #E6E6E6; 
	margin: 0; 
	padding: 0;
	text-align:left;
	width:926px;
}
.boxSubFriendlink .boxdiv
{
	background: url(Image/bgSubFriendLink.gif) repeat-x left center;
    width: 926px; 
    height: 28px;
}
.boxSubFriendlink .boxdiv .linkbtn
{
	float: left; 
	color: #ff0000; 
	margin: 3px 0 0 20px; 
	font-size: 14px;
    font-weight: bold;
}
.boxSubFriendlink .boxdiv a
{
	font-size: 12px;
    float: right; 
    margin: 1px  5px 0 0;
}
.boxSubFriendlink .boxsubdiv
{
	padding:10px;
}
.layFooter
{
	border-bottom: solid 5px #C50A05;
	padding-bottom: 5px;
	text-align: center;
}
/*-------------------------
---------------------------
	频道菜单样式
---------------------------
-------------------------*/
.boxMenuChannel
{
	width:845px;
	height:68px;
	margin:0 auto;
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
}
.News
{
	background-image:url(Image/bgMenuNews.gif);
}
.Video
{
	background-image:url(Image/bgMenuVideo.gif);
}
.Construction
{
	background-image:url(Image/bgMenuConstruction.gif);
}
.LandSale
{
	background-image:url(Image/bgMenuLandSale.gif);
}
.Subject
{
	background-image:url(Image/bgMenuSubject.gif);
}
.Diary
{
	background-image:url(Image/bgMenuDiary.gif);
}
.Photo
{
	background-image:url(Image/bgMenuPictorial.gif);
}
.NewHouse
{
	background-image:url(Image/bgMenuNewHouse.gif);
}
.Villa
{
	background-image:url(Image/bgMenuVilla.gif);
}
.SecondhandHouse
{
	background-image:url(Image/bgMenuSecondhandHouse.gif);
}
.Store
{
	background-image:url(Image/bgMenuStore.gif);
}
.boxMenuChannel h1
{
	display:block;
	padding:30px 0 0 215px;
	font-size:13px;
}
.boxMenuChannel a:Link, .boxMenuChannel a:Visited, .boxMenuChannel a:Hover, .boxMenuChannel a:Active
{
	color:#fff;
	margin-left:15px;
	padding-left:10px;
	background: url(Image/icoListWhite.gif) no-repeat left center;
}
/*-------------------------
---------------------------
	城建块样式
---------------------------
-------------------------*/

/*-------------------------
           导航
-------------------------*/
.boxChannelSub
{
	width:845px;
	height:49px;
	margin:0 auto;
	margin-top:5px;
	background-position:center;
	background-repeat:no-repeat;
	background: url(Image/bgSubChannel.gif) no-repeat left top;
}
.boxChannelSub h1
{
	font-size: 13px; 
	margin: 0; 
	padding: 0; 
	line-height: 49px; 
	padding-left: 20px; 
	float: left;
	background:url(Image/icoCommonSub.gif) no-repeat left center;
	margin-left:20px;
	*margin-left:10px;
	color:#666666;
	font-weight:normal;
}
.boxChannelSub span
{
	margin-top:12px;
	display:block;
	float: right; 
	padding-right: 20px;
	padding-left:40px;
	background:url(Image/btnSearchVilla.gif) no-repeat left center;
}
.boxChannelSub label
{
	font-size:14px;
	font-weight:bold;
}






