﻿/* -- realestate_ControlAlertMail
---------------------------------------------------*/

#realestate_ControlAlertMail {
	width: 270px;
	height: 71px;
	padding: 15px;
	background: url('images/bg_alertmail.gif') 0 0 no-repeat;
	display:block;

	color: #fff;
	
	text-decoration:none;
}

	#realestate_ControlAlertMail h2 {
		color: #fff;
		margin-bottom: 10px;
		font-size:15px;
	}

		#realestate_ControlAlertMail:hover {
		 background-position:0px -101px;
		}

/* -- realestate_ControlRandomGood
---------------------------------------------------*/

#realestate_ControlRandomGoodContainer {
	width: 306px;
	height: 233px;
	padding: 14px 0 0 14px;
	background: url('images/bg_randomgood.gif') 0 0 no-repeat #FFF;
	overflow: hidden;

	position: relative;
	top: -40px;
	margin-bottom: -40px;
	_top: -55px;
	_margin-bottom: -55px;
	left: -10px;
	margin-right: -10px;
}

#realestate_ControlRandomGood {
	width: 293px;
	height: 220px;
	overflow: hidden;
}

	#realestate_ControlRandomGood ul {
		width: 294px;
		height: 221px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}

	#realestate_ControlRandomGood .goodPicture {
		width: 294px;
		height: 221px;
		overflow: hidden;
	}

	#realestate_ControlRandomGood .linkRandomGood {
		display: block;
		width: 266px;
		height: 17px;
		padding: 4px 0 0 28px;
		background: url('images/bg_linkrandomgood.jpg') 0 0 no-repeat orange;
		
		position: relative;
		*position: normal;
		margin-top: -22px;

		color: #fff;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		text-align: left;
	}

/* -- realestate_ControlGoodsSearch
---------------------------------------------------*/

#realestate_ControlGoodsSearch {
	padding: 5px 15px 0 15px;
	background: url('images/bg_goodssearch.jpg') 0 0 no-repeat;
}

	#realestate_ControlGoodsSearch b {
		color: #00458e;
	}

	#realestate_ControlGoodsSearch  .btnGoodsSearch {
		width: 132px;
		height: 31px;
		border: 0px solid #fff;
		margin: 6px 0 0 0;
		padding: 0 0 0 10px;
		background: url('images/btn_goodssearch.jpg') 0 4px no-repeat;

		position: relative;
		left: -1px;
		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
	}

	#realestate_ControlGoodsSearch  .btnGoodsSearch:hover {
		background: url('images/btn_goodssearch-o.jpg') 0 4px no-repeat;
	}

/* -- realestate_GoodsList
---------------------------------------------------*/

#realestate_GoodsList {
	min-height: 390px;
	padding: 15px;
	margin: 20px 0 0 0;
	background: url('images/bg_page.gif') 0 0 no-repeat;
}

	#realestate_GoodsList .goodItem {
		width: 530px;
		height: 132px;
		float: left;
		padding: 10px;
		margin: 0 0 10px 0;
		background: url('images/bg_gooditem.gif') 0 0 no-repeat;
	}

		#realestate_GoodsList .goodItem .leftSide {
			width: 170px;
			float: left;
			margin: 0 15px 0 0 ;
		}

			#realestate_GoodsList .goodItem .leftSide .photo {
				width: 164px;
				height: 122px;
				margin: 3px 0 0 0;
				border: 3px solid #c5c5c5;
				overflow: hidden;

				text-align: center;
				font-size: 0;
			}

				#realestate_GoodsList .goodItem .leftSide .photo img {
					max-width: 164px;
					/*_width: 164px;*/
					/*_height: 122px;*/
				}

		#realestate_GoodsList .goodItem .leftSide .reference {
			display: none;
			width: 60%;
			height: 13px;
			padding: 2px 3px;
			background: url('images/bg_ref.png') right 0 no-repeat;

			position: relative;
			top: -20px;
			left: 3px;
			margin-bottom: -17px;

			color: #fff;
			font-size: 10px;
		}
		
		#realestate_GoodsList .goodItem .rightSide {
			width: 345px;
			float: left;
		}

			#realestate_GoodsList .goodItem .rightSide .title {
				width: 245px;
				height: 30px;
				float: left;
				
				line-height:12px;
				font-size: 12px;
				color: #00458e;
				font-weight: bold;
				text-transform: uppercase;				
			}
				#realestate_GoodsList .goodItem .rightSide .title a {
					text-decoration: none;	
				}

			#realestate_GoodsList .goodItem .rightSide .price {
				width: 100px;
				height: 30px;
				float: right;
				margin-top: -2px;
				
				color: #00458e;
				font-size: 20px;
				font-weight: bold;
				text-align: right;
			}

			#realestate_GoodsList .goodItem .rightSide .description {
				height: 61px;
				float: left;
				margin: 0px 0px 10px 0px; 

				line-height:12px;
				font-size: 11px;
			}

			#realestate_GoodsList .goodItem .rightSide .starflash {
				height: 13px;
				padding: 2px 10px;
				background: url('images/bg_starflash.jpg') 0 0 repeat-x;

				color: #fff;
				font-size: 10px;
			}

	#realestate_GoodsList .goodItemSeparator {
		width: 15px;
		height: 1px;
		float: left;
	}

/* -- realestate_GoodsView
---------------------------------------------------*/

#realestate_GoodsView {
	min-height: 390px;
	padding: 15px;
	margin: 20px 0 0 0;
	background: url('images/bg_page.gif') 0 0 no-repeat;
}

	#realestate_GoodsView h1 {
		zoom: 1; 
	}

	#realestate_GoodsView .leftSide {
		width: 267px;
		float: left;
		margin: 0 16px 15px 0;
	}

		#realestate_GoodsView .leftSide .photo {
			width: 261px;
			height: 196px;
			margin: 0 0 15px 0;
			border: 3px solid #c5c5c5;
			overflow: hidden;

			text-align: center;
			font-size: 0;
		}

		#realestate_GoodsView .leftSide .zoom {
			display: block;
			width: 23px;
			height: 22px;
			background: url('images/ico_zoom.gif') 0 0 no-repeat;

			position: absolute;
			margin-left: 3px;
			margin-top: -40px;
		}

		#realestate_GoodsView .leftSide .moreImg {
			display: block;
			width: 23px;
			height: 22px;
			background: url('images/ico_moreimg.png') 0 0 no-repeat;

			position: absolute;
			margin-left: 26px;
			margin-top: -40px;
		}

			#realestate_GoodsView .leftSide .photo img {
				/*height: 196px;*/
				max-width: 261px;
			}

		#realestate_GoodsView .leftSide .smallPhotos {
			width: 267px;
		}

	#realestate_GoodsView .rightSide {
		width: 267px;
		float: left;
		margin: 0 0 15px 0;
	}

		#realestate_GoodsView .rightSide .price {	
			display: block;
			height: 30px;
			margin-top: -2px;

			color: #00458e;
			font-size: 20px;
			font-weight: bold;
		}

		#realestate_GoodsView .rightSide .starflash {
			height: 13px;
			padding: 2px 10px;
			margin: 10px 0 0 0;
			background: url('images/bg_starflash.jpg') 0 0 repeat-x;

			color: #fff;
			font-size: 10px;
		}

		#realestate_GoodsView .rightSide .description {
			display: block;
			margin: 15px 0;

			font-size: 11px;
		}

		#realestate_GoodsView .rightSide .tools {
			border-top: 1px solid #c5c5c5;
		}

			#realestate_GoodsView .rightSide .tools a {
				display: block;
				padding: 2px 5px;
				border-bottom: 1px solid #c5c5c5;
				
				color: #8b8b8b;
				font-size: 10px;
				text-decoration: none;
			}

			#realestate_GoodsView .rightSide .tools a:hover {
				color: #00458e;
			}