#home_selector {
	position: absolute;
	left: 5px;
	top: 100px;
	width: 438px;
	height: 266px;
	padding: 40px 25px 20px 25px;
	background: url('../assets/home_red_block.png') no-repeat;
}

.home_selector_left {
	float: left;
	width: 214px;
	color: white;
	font-size: 105%;
}

.home_selector_right {
	float: right;
	width: 214px;
	color: white;
	font-size: 105%;
}

.home_selector_left p,
.home_selector_right p {
	margin: 0px 0px 8px 0px;
}

.home_selector_left .formfield,
.home_selector_right .formfield {
	margin-top: 2px;
	width: 214px;
}

.home_selector_left .formbutton,
.home_selector_right .formbutton {
	border: 1px solid #828282;
	background: #340809 url( '../assets/button_bg.jpg' ) repeat-x;
	color: white;
	margin-top: 5px;
	padding: 5px 10px 5px 10px;
}

.home_selector_left select,
.home_selector_right select {
	background: #e6e6e6;
	border: 1px solid #a69e9e;
}

#selector_bottom_link {
	position: absolute;
	top: 270px;
	left: 25px;
	color: white;
}

#home_left {
	float: left;
	padding-top: 270px;
	width: 460px;
	margin-left: 20px;
}

#model_images {
	margin-bottom: 10px;
}

.home_models {
	float: left;
	width: 115px;
	height: 85px;
	display: block;
	overflow: hidden;
}

.home_models img {
	width: 115px;
	height: 85px;
}

.tooltip {
	display:none;
	background:transparent url('../assets/tooltip_black_arrow.png');
	font-size:12px;
	height:60px;
	width:160px;
	padding: 35px 25px 25px 25px;
	color:#fff;
	text-align: center;
}

.news_row,
.news_row_even {
	padding: 5px;
}

.news_row_even {
	background: #dbdde2;
}

.news_row_img {
	float: left;
	width: 150px;
}

.news_row_img img {
	width: 100%;
}

.news_row_content {
	float: right;
	width: 290px;
}

.news_row_title {
	margin: 0px;
	font-style: italic;
	color: #383838;
	font-size: 115%;
}

.news_row_content p {
	margin: 0px 0px 8px 0px;
}

#home_right {
	float: right;
	width: 460px;
	padding: 15px 0px 5px 0px;
	margin-right: 20px;
}

.occasion_row,
.occasion_row_even {
	padding: 5px;
	position: relative;
}

.occasion_row_even {
	background: #dbdde2;
}

.occasion_row:hover,
.occasion_row_even:hover {
	background: #eeeeee;
}

.occasion_row_img {
	float: left;
	width: 100px;
	min-height: 75px;
	background: url('../assets/no_image.png') 25px 12px no-repeat;
}

.occasion_row_img img {
	width: 100%;
}

.occasion_row_content {
	float: right;
	width: 340px;
}

.occasion_row_title {
	font-size: 100%;
	margin: 0px;
	color: #383838;
}

.occasion_row_price {
	position: absolute;
	top: 30px;
	right: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #383838;
}

.occasion_row_url {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 460px;
	height: 100%;
}

.occasion_row_url a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-indent: -9999px;
	background: url('../assets/blank.gif');
}
