/*-----------------------------------------------------------------------------
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: #1C3595; text-decoration: none; 
}
a img {
	border:0
	}

a:hover { 
	text-decoration: none; cursor:pointer; 
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea { color:#696969;}


/* =Holden Dealer----------------------------------------------------*/
em{
	font-style: normal;
}
.dealer {
}

.dealer p {
	clear: left;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5em;
}

.dealer p span {
	color: #1C3595;
}

.dealerTitle h1{
	margin: 13px 25px 25px 25px;
	color: #1C3595;
}

.dealer .row {
	margin-top: 20px;
	margin-bottom: 40px;
}

.dealer .row h2 {
	padding: 18px 8px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font-size: 2.2em;
}

.dealer .row h2.title {
	padding: 0;
	text-indent: -99999px;
	height:53px;
	width:790px;
	background: url(../images/dealer_yourSearchResults.gif) top left no-repeat;
	margin-bottom: 20px;
	border: none;
}

.dealer .row h3 {
	color: #1C3595;
	font-size: 1.5em;
}

.dealer .row .col1,
.dealer .row .col2 {
	float: left;
}
.col1{
	overflow:hidden;
}
.dealer .row .col1 {
	width: 452px;
	height: 270px;
	margin: 14px 17px 0 0;
}

.dealer .map {
	width: 425px;
	height: 300px;
	overflow:hidden;
	float:left;
	margin: 10px 0;
}

.dealer .row .col2 {
	width: 275px;
	padding-left: 14px;
	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: #EE2544;
}

.dealer .row ul {
	list-style: none;
	margin: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: #EE2544;
}

.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:716px;
	font-size:80%;
	border: 1px solid #DBDBDB;
	margin: 0 16px 20px 0;
	padding: 0 10px;
	background-color: #fff;
}
.secondaryContent{
	float:right;	
	width:147px;
	height:auto;
	position:relative;
	bottom:-12px;
}
