/* =============================================== */
/* CityGate.ie Stylesheet */
/* Page Specific : Dealerships */
/* Created by Digino/Ben Wakeford 2007 */
/* =============================================== */

div.dealer {
	width : 384px;
	float : left;
	border-right : 1px solid #2F3841;
	border-top : 1px solid #2F3841;
}

div.name {
	background : #58626D url(../../images/common/title-bg-bluegrad.gif) repeat-x scroll bottom;
	padding : 8px;
	border-bottom : 1px solid #2F3841;
}

div.name h2 {
	color : White;
	font-size : 110%;
	margin : 0 0 3px 0;
}

div.name h3 {
	color : #FBC000;
	font-size : 90%;
}

img.photo {
	float : left;
}

div.details {
	float : right;
	width : 184px;
	height : 159px;
	background : White url(../../images/common/bg-panel.gif) repeat-x scroll bottom;
	position : relative;
}

div.details p {
	margin : 10px;
}

div.details p.phone {
	margin : 0 0 3px 10px;
	font-weight : bold;
	background : transparent url(../../images/utility/icons/icon-phone.gif) no-repeat scroll 0 0;
	padding : 0 0 0 23px;
}

div.details p.fax {
	margin : 0 0 0 10px;
	font-weight : bold;
	background : transparent url(../../images/utility/icons/icon-printer.gif) no-repeat scroll 0 0;
	padding : 0 0 0 23px;
}

a.website {
	height: 24px;
	text-indent : -3000px;
	overflow: hidden;
	width: 79px;
	background: url(../../images/static_pages/btn-website.gif) no-repeat 0 0;
	bottom : 10px;
	right : 10px;
	position : absolute;
}

a.website:hover,
a.website:active {
	background-position : 0 -24px;
}