@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------------------- */
/******************************************************************************************************** 
	Company: Superlative, Inc
	Product: IDX V6 - VOM
	Authors: David Wheeler
	Date: 11/10/09
	
	Created @ Superlative, Inc. 2008 (Superlative IDX)
	Use of this content is by contractual agreement only.
	Superlative, Inc. claims no liability for content provided &/or uploaded by its clients.
	
********************************************************************************************************/
/* --------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------------------------ View On Map 04 - General Styles */
/* -------------------------------------------------------------------------------------------------- */

.VOM_1 {
	background: url(images/View_On_Map/bg-main.jpg) repeat-x #bababa top;
	margin: 0px auto;
	width: 900px;
	height: auto;
	text-align: center;
	display: table;
	border: 1px #b6b6b6 solid;
	padding-bottom: 7px;
	}

.VOM_1 .main_title_container {
	margin: 0px auto;
	width: 886px;
	height: 32px;
	display: table;
	}

.VOM_1 .main_title_dialog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	float: left;	
	}

.VOM_1 .close_window {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	float: right;	
	}
	
.VOM_1 .main_page_container {
	background: #FFFFFF;
	margin: 0px auto;
	width: 886px;
	height: auto;
	display: table;
	}

/* ----------------------- End */

/* ---------------------------------------------------------------------------------- */
/* --------------------------------------------------- View On Map 04 - Left Side Map */
/* ---------------------------------------------------------------------------------- */

.VOM_1 .left_map {
	margin: 0px auto;
	padding: 0px;
	width: 314px;
	height: auto;
	display: inline-block;
	float: left;
	}

/* ----------------------- Properties Control */			

.VOM_1 .properties_control {
	background: url(images/View_On_Map/bg_properties_control.jpg) repeat-x;
	margin: 0px auto;
	width: 312px;
	height: 27px;
	border: 1px #e2e2e2 solid;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	float: left;
	}

.VOM_1 .control_left {
	margin: 0px auto;
	display: inline-block;
	float: left;
	padding-top: 5px;
	}
	.VOM_1 .control_left a {
		background: url(images/View_On_Map/control_left_arrow.gif) no-repeat;
		background-position: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #414141;
		padding-left: 20px; 
		display: inline-block;
		text-decoration: none;
		}
	.VOM_1 .control_left a:hover {
		background: url(images/View_On_Map/control_left_arrow.gif) no-repeat;
		background-position: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #414141;
		padding-left: 20px; 
		display: inline-block;
		text-decoration: underline;
		}

.VOM_1 .control_right {
	margin: 0px auto;
	display: inline-block;
	float: right;
	padding-top: 5px;
	}
	.VOM_1 .control_right a {
		background: url(images/View_On_Map/control_right_arrow.gif) no-repeat;
		background-position: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #414141;
		padding-right: 20px; 
		display: inline-block;
		text-decoration: none;
		}
	.VOM_1 .control_right a:hover {
		background: url(images/View_On_Map/control_right_arrow.gif) no-repeat;
		background-position: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #414141;
		padding-right: 20px; 
		display: inline-block;
		text-decoration: underline;
		}

/* ----------------------- Properties */

.VOM_1 .properties_container {
	background: #e0e0e0;
	margin: 0px auto;
	padding: 0px;
	width: 314px;
	height: auto;
	display: inline-block;
	text-align: center;
	}

.VOM_1 .property {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 310px;
	border: 1px #8e8e8e solid;
	height: 110px;
	display: inline-block;
	text-align: center;
	margin-bottom: 1px;
	}

.VOM_1 .select_blue {
	background: url(images/View_On_Map/home_icon_all_lg.gif) no-repeat;
	display: inline;
	float: left;
	margin-left: 3px;
	margin-top: 10px;
	width: 23px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 6px;
	text-align: center;
	cursor: default;
	}

.VOM_1 .map_select_blue {
	background: url(images/View_On_Map/home_icon_all_lg.gif) no-repeat;
	display: inline;
	float: left;
	width: 23px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 6px;
	text-align: center;
	cursor: pointer;
	}

.VOM_1 .property_image {
		background: url(images/View_On_Map/bg_image_frame.jpg) no-repeat center;
		border: 0px;
		width: 109px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 2px;
		margin-top: 5px;
		height: 78px;
		display: inline-block;
		float: left;
		}
		.VOM_1 .property_image img {
			border: 1px #FFFFFF solid;
			width: 99px;
			height: 66px;
			}
	
.VOM_1 .property_info {
	margin: 0px auto;
	margin-top: 10px;
	margin-left: 5px;
	padding: 0px;
	width: 165px;
	height: auto;
	display: inline-block;
	text-align: left;
	float: left;
	}

.VOM_1 .m_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-bottom: 3px;
	}

.VOM_1 .m_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #414141;
	text-align: left;
	margin-bottom: 3px;
	}
	.VOM_1 .m_address a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #0860a8;
		}
	.VOM_1 .m_address a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #83afd3;
		}

.VOM_1 .m_mls_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414141;
	text-align: left;
	}

.VOM_1 .property_buttons {
	width: 305px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	padding-left: 5px;
	display: inline-block;
	height: auto;
	display: table;
	text-align: left;
	}
	.VOM_1 .property_buttons a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.VOM_1 .property_buttons a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}

.VOM_1 .property_button1 {
	background: url(images/View_On_Map/icon_button1.gif) no-repeat bottom left;
	margin: 0px auto;
	width: 52px;
	height: 15px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-left: 20px;
	display: inline-block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

.VOM_1 .property_button2 {
	background: url(images/View_On_Map/icon_button2.gif) no-repeat bottom left;
	margin: 0px auto;
	width: 38px;
	height: 15px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-left: 20px;
	display: inline-block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

.VOM_1 .property_button3 {
	background: url(images/View_On_Map/icon_button3.gif) no-repeat bottom left;
	margin: 0px auto;
	width: 125px;
	height: 15px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-left: 20px;
	display: inline-block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

/* ----------------------- End */

/* ---------------------------------------------------------------------------------- */
/* -------------------------------------------------- View On Map 04 - Right Side Map */
/* ---------------------------------------------------------------------------------- */

.VOM_1 .right_map {
	margin: 0px auto;
	padding: 0px;
	width: 572px;
	height: auto;
	display: inline-block;
	float: right;
	}

.VOM_1 .info_bar {
	width: 572px;
	height: 22px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	padding-top: 7px;
	text-align: center;
	float: right;
	}

.VOM_1 .phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	display: inline;
	}

.VOM_1 .map_container {
	margin: 0px auto;
	padding: 0px;
	width: 568px;
	height: auto;
	display: inline-block;
	border: 1px #8e8e8e solid;
	float: right;
	margin-right: 1px;
	}

/* ----------------------- End */

/* ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------ View On Map 04 - Bottom Bar */
/* ---------------------------------------------------------------------------------- */

.VOM_1 .bottom_bar {
	background: #FFFFFF;
	margin: 0px auto;
	width: 886px;
	height: 70px;
	display: table;
	text-align: center;
	}

.VOM_1 .bottom_text {
	margin: 0px auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	text-align: left;
	padding-top: 20px;
	}

/* ----------------------- End */

/* ---------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- The End */
/* ---------------------------------------------------------------------------------- */