/**
 * Copyright:	Volkswagen South Africa
 * Author:		Dylan Smith <dylan.smith@ogilvy.co.za>
 * Updated:		Rudolf Vavruch - changed model selector
 */
 
@import "/css/layouts/01.css";
#page_content {
	padding:0;
	width:100%;
	min-height:860px;
}
#page_content h2 {
	background-image:url(/images/explore/helpmechoose/h.gif);
	height:25px;
	width:250px;
	margin-top:0;
}
#column_1, #column_2 {
	top:10px;
}
#column_1 {
	left:23px;
	width:307px;
	position:absolute;
	z-index:20;
}
#column_2 {
	position: relative;
	left:327px;
	width:380px;
	z-index:10;
}
* html #column_2 {
	height:700px !important;
}
#hooks {
	margin:15px 0 0;
}
/*----------------------------------------------------------------------------------------
 * menu
 *--------------------------------------------------------------------------------------*/
#menu {
	width:307px;
	background:url(/images/explore/helpmechoose/menu_bg_top.png) no-repeat;
	overflow:auto; /* this is to force the top img from being hidden when no border is present */
}
#menu dl {
	margin:12px 0 0 0;
	padding:0;
	background:url(/images/explore/helpmechoose/menu_bg.png) repeat-y 0 100%;
}
#menu dt, #menu dd {
	padding-left:18px;
	padding-right:12px;
}
#menu dt {
	margin-top:3px;
	background:url(/images/common/bullet_orangesquare.gif) no-repeat 18px 0;
	height:20px;
	padding-left:40px;
	font-weight:bold;
}
#menu dt a {
	text-decoration:none;
	font-size:13px;
}
#menu dd {
	margin:0;
	padding-top:0;
	padding-bottom: 7px;
	background:url(/images/explore/helpmechoose/menu_hr.png) no-repeat 0 100%;
}
#menu dd p {
	margin:4px 0 10px 0;
	line-height:14px;
}
#menu dl dd.last-child {
	background:url(/images/explore/helpmechoose/menu_bg_btm.png) no-repeat 0 100%;
}
/*----------------------------------------------------------------------------------------
 * model selector
 * Model selector in help me choose is special
 *--------------------------------------------------------------------------------------*/
#model_selector_block_no-test-drive {
	width: 380px;
}
#model_selector_block_no-test-drive #models_passenger {
	background: url("/images/explore/helpmechoose/bg_models_top.png") no-repeat;
	text-indent:-9999em;
}
#model_selector_block_no-test-drive dl {
	background: #ededed url("/images/explore/helpmechoose/bg_models.gif") repeat-y;
}
#model_selector_block_no-test-drive dl dd {
	padding-left: 14px;
	*padding-left: 17px;
}
#model_selector_block_no-test-drive dl dd ul {
	width: auto;
	padding: 0;
	margin: 0;
	margin-right: -6px;
}
#model_selector_block_no-test-drive dl dd li {
	margin: 0;
	padding: 0;
	margin-left: -2px;
}
#model_selector_block_no-test-drive dl dd li a {
	padding-right: 2px;
	background-color: #ededed;
}
#model_selector_block_no-test-drive div.calls-to-action {
	display:none;
}
#model_selector_block_no-test-drive #peoplemovers {
	padding-bottom: 15px;
	background: transparent url("/images/explore/helpmechoose/bg_models_btm.png") no-repeat left bottom;
}
