@charset "utf-8";
/* CSS Document */

.inner-holder {
	display: block;
	clear: both;
	min-height:400px;
}
.breadcrumb {
	display: block;
	padding: 0px !important;
	height: 38px !important;
	border-bottom: 1px solid #ffffff;
}
.breadcrumb a{
	display: block;
	height: 37px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	color: #666;
	background-image: url(../images/brd-sep.png);
	background-repeat: no-repeat;
	background-position: right;
	float:left;
}
.breadcrumb a:hover{
	color:#000;
}
.breadcrumb span{
	display: block;
	height: 30px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight:bold;
	color: #333;
	float:left;
}
.list-block {
	color: #333;
	display: block;
	position:relative;
	margin-bottom:20px;
	width:23%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	background-color:#ccc;
}
.list-block:hover .pic{
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.list-block .pic {
	display: block;
	clear: both;
	height: 174px;
	width: 100%;
	z-index:1;
	position:relative;
}
.list-block .big-pic{
	width:60%;
	float:left;	
}
.list-block .small-pic{
	width:40%;
	float:left;	
}
.list-block .small-pic .pic{
	height:87px;
}
.list-block .location {
	text-transform: uppercase;
	color: #FFffff;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: absolute;
	z-index: 100;
	left: 5px;
	top: 5px;
	font-weight: bold;
	background-image: url(../images/pixle.png);
	background-repeat: repeat;
	font-size:12px;
}
.more-info{
	display:block;
	padding:5px;
	background-color:#ccc;
	
}
.jehad{
	display:block;
	padding:5px;
	
	
}

.list-title{
	margin-bottom:3px;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
}
.list-block .details{
	display:block;
	clear:both;
	color:#666;
	font-size:11px;
	font-weight:bold;
}
.list-block .details span {
	padding-right: 5px;
	padding-left:5px;
	border-right:solid 1px #999;
	
}

.list-block .price {
	text-transform: uppercase;
	color: #276dcc;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: absolute;
	z-index: 100;
	left: 5px;
	top: 137px;
	font-weight: bold;
	background-image: url(../images/pixle.png);
	background-repeat: repeat;
	font-size:12px;
}
.dtls-btn{
	display:none;
	position:absolute;
	padding:5px 10px;
	background-color:#666;
	color:#FFF;
	text-transform: uppercase;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	top:75px;
	margin-left:auto;
	margin-right:auto;
	right:0;
}
.list-block:hover .dtls-btn{
	display:block;
	z-index:10;
}
.sort-btn {
	display: block;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.sort-title {
	font-size: 18px;
	font-weight: bold;
	padding-right: 15px;
}


.toolbar {
	height: 100%;
	height:auto;
	background-color:#F5F5F5;
	margin-bottom:15px;
	overflow:auto;
}
.toolbar a {
	display: block;
	float:left;
	margin:10px 15px;
}
.toolbar a img {
	max-width:100%;
}

.information-table td{
	text-align:left;
	font-size:14px;
	color:#333;
	padding:5px 1%;
	width:20%;
	border:solid 1px #fff;
}
.information-table td.td-title{
	background-color:#F5F5F5;
	font-weight:bold;
}
.information-table ul{
	margin-left:10px;
}
.information-table a{
	text-decoration:underline;
}
.descreption{
	padding:20px 0;
}
.additional-list{
	margin-left:20px;
}
#gallery{
	display:block;
	clear:both;
}
#gallery ul{
	margin:0;
	padding:0;
}
#gallery ul li{
	list-style:none;
	padding:0;
	margin:0;
}
.big-image{
	/*width:93%;*/
	margin-bottom:10px;
	padding: 1%;
	background-color: #fff;
	border: solid 1px #CCC;
	height:250px;
	position:relative;
	margin-left: 1%;
	margin-right: 1%;
}
.big-image img{
	/*width:100% !important;*/
	height:100% !important;
}
#gallery span{
	display: block;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding: 1%;
	background-color: #fff;
	border: solid 1px #CCC;
	width: 20% !important;
	margin-bottom: 10px;
	height:70px;
	cursor:pointer;
}
#gallery span img{
	width:98% !important;
	height:98% !important;
}
.floorplan {
	font-weight: bold;
	color: #FFF;
	background-color: #747474;
	text-align: center;
	display: block;
	height: 45px;
	width: 100%;
	padding-top: 25px;
	margin:0;
}
.fullscreen {
	color: #333;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 32px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: #fff;
	background-image: url(../images/icons/fullscreen.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.fullscreen:hover{
	background-color:#ccc;
}
.gray-block{
	background-color:#F5F5F5;
	margin-bottom:15px;
}
.gray-block .title2{
	display:block;
	
	padding:0px 10px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	background-color:#C1C1C1;
	margin:0;
	margin-bottom:10px;
}
.viewed a{
	display:block;
	height:100px;
}
.viewed img {
	display: block;
	width: 40%;
	margin-right: 5%;
	height:100px;
	float:left;
}
.viewed ul{
	margin:0;
	padding:0;
	float:left;
	width:55%;
	display:block;
}
.viewed ul li{
	list-style:none;
}
.compar {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.sharecontrol{
	display:block;
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	overflow:auto;
}
.sharecontrol .share{
	float:right;
}
.form{
	display:block;
	clear:both;
}
.form .lbl{
	display:block;
	vertical-align:middle;
	margin-bottom:5px;
	line-height:14px;
	margin-top:15px;
}
.form .txt, .form .slct{
	height:20px;
	border:solid 1px #bbb !important;
	width:200px;
	max-width:100%;
}
.form .txt2, .form .slct2{
	border:solid 1px #bbb !important;
	width:90%;
	height:23px !important;
	padding:2px;
}
.form .slct, .form .slct2{
	padding:2px;
	height:24px;
	height:27px !important;
	padding:2px;
}

.mandetory{
	color:#C00;
	font-weight:bold;
}
.form .txt-area{
	height:50px;
	border:solid 1px #bbb !important;
	width:350px;
	max-width:100%;
}
.form .txt-area2{
	height:50px;
	border:solid 1px #bbb !important;
	width:90%;
}

.check-list{
background-color: #FFF7E5;
    border: 1px solid gray;
    margin: 0;
    padding: 0;
    width: 95%;
	padding:2%;
}
.form table{
	width:100% !important;
}
.form input[type="checkbox"]{
	margin:5px;
}
.form p{
	display:block;
	clear:both;
}
.grid{
	border:none;
	border:solid 1px #747474;
}
.grid th{
	font-size:16px;
	font-weight:normal;
	text-align:left;
	padding:5px;
	color:#fff;
	border-bottom:solid 2px #323232;
	background-color:#747474;
	 background-image: -moz-linear-gradient(top, #747474, #535353);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#747474), to(#535353));
  background-image: -webkit-linear-gradient(top, #747474, #535353);
  background-image: -o-linear-gradient(top, #747474, #535353);
  background-image: linear-gradient(to bottom, #747474, #535353);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747474', endColorstr='#535353', GradientType=0);	
}
.grid td{
	padding:5px;
	font-size:13px;
}
.grid .row1 td{
	background-color:#fff;
}
.grid .row2 td{
	background-color:#ffefd6;
}
.grid a:hover{
	text-decoration:underline;
}
.glossary-nav{
	display:block;
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.glossary-nav a{
	padding:3px 10px;
	border:solid 1px #ccc;
	background-color:#f5f5f5;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:5px;
	
	
	background-image: -moz-linear-gradient(top, #f5f5f5, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6);
  background-image: -o-linear-gradient(top, #f5f5f5, #e6e6e6);
  background-image: linear-gradient(to bottom, #f5f5f5, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e6e6e6', GradientType=0);
 
  display:block;
  float:left;
}
.glossary-nav a:hover{
	background-color:#276dcc !important;
	background-image:none;
}
.compare-table{
	background-color:#fff;
	border:solid 1px #ccc;
	margin:20px auto;
	width:90% !important;
	webkit-box-shadow: 0 1px 10px rgba(120, 120, 120, .7);
	-moz-box-shadow: 0 1px 10px rgba(120, 120, 120, .7);
	box-shadow: 0 1px 10px rgba(120, 120, 120, .7);
}
.compare-table td{
	padding:5px 10px;
	border-bottom:dotted 1px #ccc;
	text-align:justify;
	vertical-align:top;
}
.compare-table td img{
	width:100px;
	height:100px;
}
.item-prop{
	background-color:#ededed;
	font-size:14px;
	font-weight:bold;
	width:20%;
}
.logos a{
	width:28%;
	float:left;
	margin:3px 1%;
	background-color:#FFF;
	border:solid 1px #ccc;
	padding:1%;
}
.contact-form td{
	padding:10px 0px;
}
.mls-block{
	display:block;
	width:44%;
	padding:1%;
	margin:5px 2%;
	background-color:#F5F5F5;
	float:left;
	position:relative;
}
.mls-block:hover{
webkit-box-shadow: 0px 1px 6px rgba(120, 120, 120, .6);
	-moz-box-shadow: 0px 1px 6px rgba(120, 120, 120, .6);
	box-shadow: 0px 1px 6px rgba(120, 120, 120, .6);	
}
.mls-block li{
	display:block;
	width:46%;
	float:left;
	padding:2px 2%;
}
.mls-block li span{
	font-weight:bold;
	padding-right:5px;
}
.mls-block .btn{
	padding:2px 10px !important;
	margin:0 !important;
	font-size:12px !important;
	position:absolute;
	bottom:10px;
	right:10px;
}