/* CSS Document */

/*-----------------------Left Side---------------------------*/

td.leftsideInner { 
	background: url(../fw/nav-orange-corner.jpg) no-repeat top left; 
}

/*-----------------------Content Areas---------------------------*/

div.tagLine {
	background: url(../fw/property-search-tagline.jpg) no-repeat top left;
}

.PropertySearch { 
	width:800px; 
	background: url(../fw/property-search-bg.jpg) repeat-x top left; 
	margin:0 0 0 1px;
	padding: 10px;
}

/*-------------Property Details-------------*/

h1.title {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

table.propertyDetails {

}

table.thumbnailTable td.detail_Thumb {
	padding: 0 7px 7px 0;
}

table.thumbnailTable td.mainThumb {
	padding: 0 0 7px 0;
}

table.tabTable {
	margin: 0 0 0 20px;
}

table.buttonTable {
	margin: 0 0 0 20px;
}

/**Rounded Box 500 Width**/
div.RoundedTabBox {
	background: url(../fw/tab_Tile.jpg) repeat-y top left;
	width: 500px;
	margin: 0 0 15px 0;
}
div.RoundedTabBox div.RoundedTop {
	background: url(../fw/tab_Top.jpg) no-repeat top left;
	padding: 16px 0 0 0;
}
div.RoundedTabBox div.RoundedBtm {
	background: url(../fw/tab_Btm.jpg) no-repeat bottom left;
	padding: 0 0 16px 0;
}
div.RoundedTabBox div.RoundedContent {
	background: url(../fw/tab_Gradient.jpg) no-repeat bottom left;
	padding: 0 16px 1px 16px;
}
div.RoundedTabBox div.RoundedContent p {
	font-size:12px; 
	color:#64430B;
	padding: 0 0 7px 0;
}
	
