body { 
	background: #1d180a url(/images/white_center_subpage.gif) center repeat-y;
	margin: 0;
	padding: 0;
}

#bodyContainer {
	display: block;
	position: relative;
	width: 840px;
	height: auto;
	background: url(/images/results-background.jpg) top center no-repeat;
	margin: auto;
	min-height: 600px;
}

#header {
	display: block;
	position: relative;
	height: 500px;
	width: 840px;
	margin: 0;
	padding: 0;
}

#subHeader {
	display: block;
	position: relative;
	height: 100px;
	width: 840px;
	margin: 0;
	padding: 0;
}

#searchBar {
	display: block;
	position: relative;
	height: 37px;
	_height: 30px;
	width: 100%;
	background: url(/images/resultsBarBG.gif) top repeat-x;
	margin: 20px 0 0 43px;
	padding: 0px;
	font-family: "Lucida Grande", "Myriad", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	z-index: 4;
}

#searchBar ul {
	margin: 0;
	padding: 0;
}

#searchBar li {
	float: left;
	list-style: none;
	position: relative;
	width: 130px; 	
	text-align: center;
	letter-spacing: .02em;
	text-decoration: none;
}

#searchBar li.dropdown:hover  {
	background: url(/images/search_btn_bg.gif) top repeat-x;
}

#searchBar li li:hover {
	background: none;
}

#searchBar li.dropdown a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	display: block;
	padding: 10px 0 0 0;
	width: 130px;
	height: 27px;
	background: none;
}

#searchBar li.not_a_button {
	display: block;
	padding: 2px 0 0 0;
	font-size: 13px;
	cursor: default;
}

#searchBar li.not_a_button2 {
	display: block;
	padding: 10px 0 0 0;
	font-size: 13px;
	cursor: default;
}

#searchBar li.dropdown {
	display: block;
	cursor: default;
}

#searchBar li.dropdown a:hover {
	text-decoration: none;
}

#searchBar li ul {
	display: none;
	background: none;
	z-index: 10;
}

#searchBar li:hover ul, #searchBar li.over ul {
	display: block;
	position: absolute;
	margin-left: -1px;
	z-index: 10;
}



#searchBar li li {
	width: 450px;
	padding: 0;
	margin: 0;
	background: none;
	padding: 0;
}


#results {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	margin: 0 0 0 43px;
	padding: 0px;
	font-family: "Lucida Grande", "Myriad", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	z-index: 1;
}

#results table {
	border-left: 1px solid #b7b697;
	border-right: 1px solid #b7b697;
	border-bottom: 1px solid #b7b697;
	
}

#results td {
	display: table-cell;
	position: relative;
	background-color: #fff;
	color: #000;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f3;
	border-left: 1px solid #f6f6f3;
	height: 75px;
	vertical-align: top;
	padding: 3px;
}

#detail {
	display: block;
	position: relative;
	height: auto;
	min-height: 500px;
	_height: 500px;
	width: 100%;
	margin: 0 0 0 43px;
	padding: 0;
	font-family: "Lucida Grande", "Myriad", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	z-index: 1;
	background-color: #fff;
}

.pictureTitle {
	text-align: center;
	border: none 0px;
	color: #333;
	margin: 0;
	padding: 0;
}

.dropdownBox {
	background-color: #f6f6f3;
	border: 1px solid #1d180a;
	border-top: none;
	width: 450px;
}

.shadow-right {
	top: 0px;
	bottom: 0px;
	width: 15px;
	background: url(/images/shadowRight.png) bottom left no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/shadowRight.png'); /*MSIE crap */
	
}

.shadow-bottom {
	height: 15px;
	background: url(/images/shadowBottom.png) top right no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/shadowBottom.png'); /*MSIE crap */
}


#backBtn {
	display: block;
	position: relative;
	margin: 3px 0 0 100px;
	_margin: 1px 0 0 100px;
	float: left;
	border: 0px;
	padding: 0px;
}


#result_info {
	display: block;
	position: relative;
	padding: 5px 0 5px 25px;
	font-size: 10px;
}

#result_info a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

#plan_details {
	display: block;
	position: relative;
	line-height: 20px;
	margin: 20px 0 20px 0;
	float: left;
}

#planPrice {
	display: block;
	position: relative;
	float: left;
	border: 0 0 0 1px;
	line-height: 20px;
	margin: 20px 0 20px 0;
}

.labelDetail {
	text-align: right;
}

.detailInfo {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

.price {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}

#photosTab {
	display: block;
	position: absolute;
	width: 150px;
	height: 32px;
	color: #000;
	right: 10px;
	bottom: 0px;
}

#photosTab ul {
	display: block;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#photosTab ul li {
	display: block;
	position:  relative;
	width: 72px;
	height: 32px;
	float: left;
}

#photosTab ul li a {
	display: block;
	width: 72px;
	height: 32px;
	padding-top: 10px;
	text-decoration: none;
	font-size: 14px;
	color: #47432f;
	letter-spacing: 0;
}

#photosTab ul li.active {
	display: block;
	background: url(/images/white_tab.gif);
	width: 72px;
	height: 32px;
}

#photosTab ul li.inactive {
	display: block;
	background: url(/images/brown_tab.gif);	
	width: 72px;
	height: 32px;
}
