/*##################################
PRODUCT INFO RELATED CSS
##################################*/
.grid_2 div.left {
	width:330px;
	}
.grid_2 div.right {
	float:none;
	margin-left:340px;
	width:auto;
	}
.imgcontent{
	padding:10px 10px 10px 10px;
	border:1px solid #cccccc;
	background-color:#f2f2f2;
	min-height:1px;
	}
.listdata{
	margin:15px 0 0 0;
	min-height:1px
	}
#searchdetails .desc_text{
	margin-bottom:15px;
	}
#searchdetails .title_bar{
	margin-bottom:15px;	
	}
.hor_bar2{
	margin-bottom:15px;
	}
#searchdetails .title_bar td{
	width:85%;
	font-weight:bold;
	height:20px;
	padding:5px;
	}
#searchdetails .title_bar .pro_title{
	text-align:left;
	background-color:#E1E3E1;
	color:#721514;
	}
#searchdetails .title_bar .pro_price{
	text-align:right;
	background-color:#EBEDEB;
	padding-right:15px;
	color:#FF7F2B;
	}

/*==================================
PRO IMAGE CSS
==================================*/
.pro_data {
	min-height:1px;
	margin-bottom:15px;
	}
.pro_img td {
	width:306px;
	height:306px;
	vertical-align:middle;
	}
/*==================================
THUMB IMAGE CSS
==================================*/
.handcur{
	cursor:pointer;
	}
.smallimg {	
	border:1px solid #cccccc;
	padding:1px;
	width:49px;
	height:49px;	
	margin:10px 5px 0px 0px;
	vertical-align:middle;
	text-align:center;
	/*margin-right:13px;*/
	display:block;
	float:left;
	}
.th_image_box{
	margin:0 0px 0 0;
	position:relative;
	padding:0 0 0 12px;
	min-height:1px;
	}
.leftgalleryarrow {
	margin-right:10px;
	background-image:url(../images/galleryleftimg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	height:55px;
	width:9px;
	position:absolute;
	left:0px;
	top:9px;
	}

.leftgalleryarrow:hover {
	background-position:left -55px;
	}

.leftgalleryarrowactive  {
	margin-right:5px;
	
	background-image:url(../images/galleryleftimg.gif);

	background-repeat:no-repeat;

	background-position:left -55px;

	display:block;

	height:55px;

	width:9px;

	position:absolute;

	left:0px;

	top:9px;

}

.rightgalleryarrow {

	margin-left:5px;

	background-image:url(../images/galleryrightimg.gif);

	background-repeat:no-repeat;

	background-position:left top;

	display:block;

	height:55px;

	width:9px;

	position:absolute;

	right:-1px;

	top:9px;

}

.rightgalleryarrow:hover {

	background-position:left -55px;

}

.rightgalleryarrowactive {

	margin-left:10px;

	background-image:url(../images/galleryrightimg.gif);

	background-repeat:no-repeat;

	background-position:left -17px;

	display:block;

	height:55px;

	width:9px;

	position:absolute;

	right:0px;

	top:0px;

	display:block;
	

}

/*==================================
PRODUCT DETAILS SECTION
==================================*/
.searchinfo .details {
	/*display:table;
	width:100%;*/
	position:relative;
	min-height:1px;
	}
.searchinfo .details h2 {
	margin:0px 0px 0 0px;
	font-family:"Trebuchet MS";
	font-size:140%;
	padding:0 160px 5px 0;
	font-weight:normal;
	text-transform:none;
	}
.searchinfo .details .subtitle {
	display:block;
	padding:0 0 10px 0;
	color:#666666;
	}
.details .displaybox{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	background-color:#FF7200;
	background-image:url(../images/sidebarbox_bg1.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#FFFFFF;
	font-size:95%;
	font-weight:bold;
	padding:4px 10px;
	width:125px;
	border:1px solid #EF5F00;
	margin:0 0 0 5px;
	}
.details .displaybox span{
	padding:0 0px 0 0;
	}

/* PRODUCT PRICE
------------------------------------*/
.searchinfo em{
	display:block;
	float:left;
	width:70px;
	color:#666666;
	padding-right:4px;
	font-style:normal;
	font-weight:bold;
	}

/*##################################
FEATURE AND AMENITIES ,documents TABLE CSS
##################################*/
.feamenite table td{
	width:50%;
	}
.documents table td{
	width:33%;
	}
.documents .dochead{
	margin-bottom:20px;
	}
.docpoints li {
	list-style-type: none;
	padding:0;
	margin:0 0 10px 0;
	color:#666666;
	line-height:110%;
	display:block;
	float:left;
	width:29%;
	}
.docpoints li a {
	color:#666666;
	text-decoration:none;
	}
.docpoints li a img {
	padding-right:5px;
	}	
.docpoints li a:hover {
	color:#CF9674;
	}

	
/*##################################
RELATED PROPERTY CSS
##################################*/
.related .details h2 {
	margin:0px;
	}
.probox {
	width:226px;
	}
/* PRODUCT IMAGE
------------------------------------*/
.probox .image {
	height:106px;
	}
.probox .imgborder {
	height:100px;
	width:226px;
	}
.probox .image td {
	height:106px;
	}
.probox .details h2 {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #dfdfdf;
	}
.detailtable{
	border:1px solid #cccccc;
	}
.detailtable .colbg{
	background-color:#E1E1DF;
	}

