@charset "utf-8";
/* CSS Document */

h1
{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:18px;
}

h2
{
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:14px;
	margin:5px 0px;
	font-weight:bold;
}

h2.pricing
{
	float:left;
	font-size:12px; line-height:18px;
	margin:0px;
}

div.pricing
{
	margin-left:100px;
}

h2.toggler
{
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	background:url(images/bg_accordion_toggler.gif) left center repeat-x;
	padding:1px 5px 1px 30px;
	margin:0px;
	cursor:pointer;
}

.formrow
{
	margin-bottom:5px;
	width:200px;
}

.formrow label
{
	display:block;
	width:60px; height:18px; line-height:18px;
	float:left;
}

.formrow label.select
{
	height:20px; line-height:20px;
}

.formrow select, input
{
	font-family:"Lucida Grande", Arial, sans-serif; font-size:12px;
	border:1px solid #ff910d;
}

.formrow select
{
	width:85px;
}

.submit
{
	background:url(images/bg_button.png) center no-repeat;
	color:#505050; font-weight:bold;
	width:85px;
}

.submit_container
{
	margin:20px 0px 0px 60px;
}

.map_preview
{
	display:block;
	padding:10px;
	background:url(images/bg_map_preview.png) left top no-repeat;
	width:192px; height:106px;
}

*html .map_preview
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_map_preview.png', sizingMethod='crop');
}

.preview
{
	display:block;
	float:left;
	margin-right:5px;
	padding:10px;
	background:url(images/bg_preview.png) left top no-repeat;
	width:96px; height:53px;
}

.thumbnailbar
{
	height:73px;
	margin-bottom:4px;
	width:600px;
}

*html .preview
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_preview.png', sizingMethod='crop');
}

#accordion
{
	border:1px solid #EC9B57;	
}

.element
{
	height:155px;
	font-size:11px;
	padding:1px 5px;
	overflow:hidden;
}

.element p
{
	margin-bottom:0px;
}

.label
{
	float:left;
	width:100px;
	font-weight:bold;
}

*html .label
{
	margin-right:-3px;
}

.value
{
	margin-left:110px;
}

*html .value
{
	margin-left:107px;
	display:inline-block;
}

.right_col .label
{
	float:left;
	width:55px;
	font-weight:bold;
}

.right_col .value
{
	margin-left:70px;
}

*html .right_col .value
{
	margin-left:67px;
	display:inline-block;
}

.left_col
{
	float:left;
	width:55%;
}

.right_col
{
	float:right;
	width:43%;
}

.bed
{
	width:280px; height:159px;
	position:absolute;
	bottom:10px;
	right:50px;
	background:url(images/bed.png) right bottom no-repeat;
}

*html .bed
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bed.png', sizingMethod='crop');
}

.pricing
{
	margin-bottom:0px;
	width:auto;
}