#dealership {
	padding-top: 0px;
	padding-left:0px;
	clear: right;
}

#wala {
	padding-top: 0px;
	padding-left:16px;
	clear: right;
}


	#dealership .header {
		background: transparent url("images/dealership_header.gif") no-repeat;
		width: 442px;
		height: 63px;
	}
	
	#dealership .cell {
		float: left;
		width: 197px;
		height: 145px;
	  /*width: 100px;
		height: 63px;*/
		text-align: center;
		margin: 3px;
	}
	
		#dealership .cell .caption {
			background-color: #e2e2e2;
			padding: 2px 0px;
		}
	
		#dealership .cell img {
			border: 1px solid #897b7d;
			
			margin-bottom: 1px;
		}
		
		#dealership .cell h1 {
			font-size: 10px;
			text-transform: uppercase;
			font-weight: bold;
			padding-top: 1px;
		}
		
		#dealership .cell p {
			font-size: 9px;
			/*text-transform: uppercase;*/
			margin: 0px;
			padding: 0px;
		}
		
#dealership ul.tabs {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 1px;
	height: 28px;
}

	#dealership ul.tabs li {
		list-style-type: none;
		height: 28px;
		float: left;
		margin: 0px 1px 0px 0px;
		background: #AFA4A6 url("images/dealership_tab_right.gif") no-repeat right top;
	}
	
		#dealership ul.tabs li a {
			color: black;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			background: transparent url("images/dealership_tab_left.gif") no-repeat;
			display: block;
			padding: 7px 7px;
			text-decoration: none;
		}
		
	#dealership ul.tabs li.select {
		background: #01A5AE url("images/dealership_tab_right_select.gif") no-repeat right top;
	}
	
		#dealership ul.tabs li.select a {
			color: white;
			background: transparent url("images/dealership_tab_left_select.gif") no-repeat;
		}
		
#dealership ul.footer {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 1px;
	float: none;
	clear: both;
}

	#dealership ul.footer li.infos {
		list-style-type: none;
		width: 150px;
		height: 89px;
		float: left;
		margin: 0px;
		background: #fbc201;
		overflow:hidden;
	}
	
		#dealership ul.footer li.infos p {
			padding: 8px 5px 5px 8px;
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			line-height: 12px;
		}
	
	#dealership ul.footer li.contact {
		list-style-type: none;
		width: 382px;
		height: 89px;
		margin: 0px;
		clear: right;
		background: #000 url("images/dealership_footer_contact.gif") no-repeat;
		float: left;
	}
	
		#dealership ul.footer li.contact a {
			text-indent: -10000px;
			display: block;
			height: 79px;
			width: 300px;
			clear: right;
		}

tab_content {
	clear: both;
}

#tab_content_workshop,
#tab_content_store,
#tab_content_map {
	display: none;
}

#dealership .slogan {
	padding: 15px;
}

	#dealership .slogan h1 {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0px;
	}
	
	#dealership .slogan p {
		font-size: 10px;
	}

#dealership .image {
	text-align: center;
}

	#dealership .image img {
		border: 1px solid #a4989a;
	}

#dealership ul.coords {
	padding: 10px;
}

	#dealership ul.coords li {
		list-style-type: none;
		float: left;
		border-right: 1px solid #a4989a;
		width: 250px;
	}
	
	#dealership ul.coords li.contact h1 {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#dealership ul.coords li.contact h2 {
		font-size: 16px;
		text-transform: uppercase;
		color: #77686a;
		font-weight: bold;
	}
	
	#dealership ul.coords li.contact p {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#dealership ul.coords li.hours {
		font-size: 10px;
		text-transform: uppercase;
		font-weight: bold;
		border-right-width: 0px;
		width: 150px;
	}
	
	#dealership ul.coords li.hours p {
		font-size: 10px;
		text-transform: uppercase;
		font-weight: bold;
		padding: 10px;
	}
	