#banner {
	background:url("../images/bannerslice.jpg") repeat-x scroll center 0 transparent;
	height:450px;
}

/********** Sidebars **********/

/* .sidebar {
	clear:none;
	display:inline-block;
	margin-left:25px;
	margin-right:20px;
	margin-top:-430px;
	position:relative;
	vertical-align:top;
	width:250px;
} */

.sidebar {
	width: 250px;
	margin-left: 25px;
	margin-right: 20px;
	clear: none;
	/*float: left;*/
	position: relative;
	margin-top: -430px;
	display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline;
}

div.sidebar_propertyphotos {

}

div.sidebar_propertyphotos .content {
	background-color: #AEC5EE;
}

div.sidebar_propertyphotos img.main {
	border: 1px solid #FFF;
}

div.sidebar_propertyphotos img.small {
	border: 1px solid #FFF;
	margin: 0 2px 1px 0px;
}

div.sidebar_propertyattributes {
	margin-top: 20px;
}

div.sidebar_propertyattributes .header {
	background-color: #428EEC;
}


div.sidebar_propertycomments {
	margin-top: 20px;
	font-size: 11px;
}

div.sidebar_propertycomments .header {
	background-color: #DF479C;
}



.sidebar_propertyattributes ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar_propertyattributes li {
	line-height: 24px;
}

.sidebar_propertyattributes li label {
	clear: none;
}

.sidebar_propertyattributes .value {
	width: 120px;
	background-color: #FFF;
	display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline;
	padding: 2px;
	float: right;
	line-height: 16px;
	margin-top: 2px;
}

.sidebar_propertyattributes .checkbox img {
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 40px;
	float: right;
}


div#contentpanel {
	margin-top: -430px;
	width: 550px;
	display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline;
	position: relative;
}

div#contentpanel .heading {
	color: #FFF;
	font-size: 16px;
	background-color: #21324E;
	line-height: 32px;
	padding: 0 0 0 10px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

div#contentpanel .content {
	border: 1px solid #AEC5EE;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 2px 10px;
	background-color: #FFF;
	text-align: justify;
}


#property_mapframe {
	height: 400px;
	width: 488px;
}

/********** Pricing Table **********/
table.priceList {
	width: 480px;
	border: 1px solid #FC8318;
}

table.priceList thead td{
	color: #FFF;
	background-color: #FC8318;
	font-weight: bold;
	padding: 2px 3px;
}

table.priceList tbody tr{
	height: 22px;
}

table.priceList tbody td{
	padding: 2px 4px;
}

/********** jQuery UI hacks *********/
.ui-helper-clearfix {
	display: inline-block;
}

#tabs .ui-widget-header {
	background: none;
	border: 0;
}

#tabs.ui-widget-content {
	background: none;
	border: 0;
}

#tabs .ui-tabs-panel {
	border: 1px solid #CCC;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	margin-top: -15px;
}

#tabs .availability {
	background: none;
	background-color: #FC8318;
	border-left: 1px solid #FC8318;
	border-top: 1px solid #FC8318;
	border-right: 1px solid #FC8318;
	font-weight: bold;
}

#tabs {
	
}


/********** Availability Form *********/
div.availabilityform {
	width: 480px;
	display: inline-block;
	margin-right: 30px;
}

div.availabilityform select {
	width: auto;
}

div.availabilityform .row {
	height: 48px;
}

div.availabilityform .row label {
	clear: right;
	width: 480px;
	display: inline-block;
	line-height: 24px;
	font-weight: bold;
}

fieldset {
	border: 0;
}

form.neatform div.row {
	min-height: 28px;
}

form.neatform div.row label,form.neatform .persondetails label {
	font-weight: bold;
	display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline;
	width: 220px;
	vertical-align: top;
}

form.neatform .persondetails label {
	width: 300px;
}

form.neatform input.inits {
	width: 20px;
}

form.neatform input.text {
	
}

.persondetails {
	margin-bottom: 12px;
}

table.paymentmethod ul {
	margin: 0;
	padding: 0 0 0 10px;
}

.ui-widget-content a.calendarbutton {
	color: #FFF;
	font-weight: bold;
	width: 140px;
	display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline;
	padding: 3px;
	background: #FC8318;
	text-align: center;
	-moz-border-radius: 4px;
	border-radius: 4px;

}


ul.icons {
	list-style: none outside none;
	margin: 4px 0;
	line-height: 28px;
}

ul.icons  li{
	display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline;
}

ul.icons li img{
	margin-left: 5px;
}



/********** Waiver Info Popup **********/
#waiverinfo {
	width: 400px;
	height: 200px;
	background-color: #FFF;
	padding: 20px 10px;
}

#waiverinfo .bClose {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
}

#waiverinfo_trigger {
	cursor: pointer;
    vertical-align: bottom;
}
