/*-----------------------------------------------------------------------------
Holden.com.au main stylesheet

version:   _redesign 1.0
author:    Visual Jazz 

contents:
=page defaults
=Holden Dealer
=Content area
=content below the fold

/* =page defaults
-----------------------------------------------------------------------------*/
a { 
	color: #000; text-decoration: underline; 
}
a:hover { 
	cursor:pointer; 
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea { 
	color:#000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 1.4;
}

table{
	clear: both;
	padding: 0;
	margin: 0;
	/*
	border-right: 1px solid #D7D7D7;	*/
}
/*
table table{
	border: 0;
}
*/
/* =Holden Dealer----------------------------------------------------*/
em{
	color: #999;
	font-style: normal;
}
.dealer {
}

.dealer p {
	clear: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4;
}

.dealer p span {
	color: #999999;
}

.dealerTitle h1{	
	background-color: #7394B5;
	color: #FFFFFF;
	font-size: 13px;
	padding: 18px 25px;
	margin: 0;
}

.dealer .row {
	margin-top: 20px;
	margin-bottom: 40px;
}

.dealer .row h2 {
	padding: 18px 20px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font-size: 13px;
	line-height: normal;
	_height: 50px;
}

.dealer .row h3 {
	color: #999999;
	font-size: 13px;
}

.dealer .row .col1,
.dealer .row .col2 {
	float: left;
}
.col1{
	overflow:hidden;
}
.dealer .row .col1 {
	width: 525px;
	/*
	height: 270px;
	*/
	margin: 14px 17px 0 20px;
}

.dealer .map {
	width: 425px;
	height: 300px;
	overflow:hidden;
	float:left;
	margin: 20px;
}

.dealer .row .col2 {
	width: 355px;
	padding-left: 34px;
	border-left: 1px solid #d7d7d7;
	margin-top:14px;
}

.dealer .row iframe {
	border: 1px solid #d7d7d7;
	float: left;
	margin: 0 17px 0 2px;
}

.dealer .row.recommendedDealer {
	margin: 0;
}

.dealer .row.recommendedDealer .col2 {
	border-left: none;
}

.dealer .row .recommendedDealer a span {
	color: #999;
}

.dealer .row ul {
	list-style: none;
	margin:0;
	padding-left: 0;
}

.dealer .row.recommendedDealer ul li {
	
	list-style: none;
	font-weight: bold;
	font-size: 110%;
	margin-top: 20px;
}

.dealer .row.recommendedDealer ul li span {
	color: #999;
}

.dealer .row .details,
.dealer .row .tradingTimes {
	float: left;
}
.details{
	margin-right: 80px;
}
.tradingTimes{
	display:inline;
	width:210px;
	height:200px;
	margin-left:10px;
	position:relative;
}
/*
.dealer .row .col2{
	float: left;
	width: 230px;
}*/
.dealer .row .col2 .productsServices li {
	float: left;
	width: 126px;
	padding-left: 28px;
	margin-bottom: 14px;
	background: url(../../images/dealer_tick.gif) no-repeat;
	background-position: 0 50%;
	height: 30px;
}
.dealerName {
	position:relative;
	/*
	height:12px;
	*/
	min-height: 12px;
}
.dealerName a{
	position:absolute;
	top:13px;
	right:0px;
}
.dealerName input{
	float:right;
	position:absolute;
	bottom:15px;
	right:0px;
}
.dealer h5{
	font-size:180%;
	font-weight:bold;
	margin-bottom: 10px;
}
span.changeDealer a{
	margin-left:20px;
	text-decoration:underline;
	font-weight:normal;
	font-size:70%;
}



/* =Content area  -----------------------------------------------*/
#contentWrapper{
	width:100%;
}
.mainContainer {
	width:100%;
	/*
	padding-top: 12px;
	*/
	background-color: #fff;
	position:relative;
	z-index:1;	
	clear:both;
}



/* content below the fold ---------------------------------------*/
.primaryContainer {
	width:100%;
	/*
	margin-top:12px;
	*/
}
.primaryContent{
	float:left;
	width:982px;
	_width: 984px;
	font-size:80%;
	/*
	border: 1px solid #D7D7D7;	
	*/
}
.secondaryContent{
	float:right;	
	width:147px;
	height:auto;
	position:relative;
	bottom:-12px;
}
