/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

*{padding: 0; margin: 0;}

html, body {
    height: 100%;
}
body {
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
}

#TB_secondLine {
	color:#666666;
}

#TB_window a:link {color: #72a8b5;}
#TB_window a:visited {color: #72a8b5;}
#TB_window a:hover {color: #72a8b5;}
#TB_window a:active {color: #72a8b5;}
#TB_window a:focus{color: #72a8b5;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#333333; /*#0a5b84 ;*/
	filter:alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	display:block;
}

#TB_window img {
	display:block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	position:absolute;
	top:410px;
	left:710px;
}

/*
#TB_closeAjaxWindow a {
	display:block;
	width:72px;
	height:8px;
	background:url(../multimap/assets/btn-close.gif) no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}*/


#TB_closeAjaxWindow a {
	display:block;
	width:72px;
	height:8px;
	background:url(../assets/btn-close.gif) no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}

#TB_closeAjaxWindow a:hover {
	text-decoration:underline;
}

#TB_printAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}


#TB_ajaxWindowTitle{
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
/*	color:#fff;*/
	font-size:0.9em;
}


#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:-1;
	position:absolute;
	top: 0;
	left: 0;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

iframe#TB_iframeContent {
	clear:both;
	border:none;
	overflow:hidden;
}

/* bespoke css */

#TB_wrapper-container {
	width:804px;
	float:right;
	padding:10px 0 0 0; 
	background: url(../assets/thickbox-top.gif) no-repeat;
}
#TB_wrapper-container #wrapper {
	width:804px;
	padding:0 0 20px 0;
	float:right; 
	background:url(../assets/thickbox-bot.gif) no-repeat;
}

* html #TB_wrapper-container #wrapper {
	height:390px;
}
#TB_wrapper-container #wrapper h2, #TB_wrapper-container #wrapper h3 { 
	text-transform:uppercase; 
	color:#72a8b5; 
	font-weight:normal; 
	font-size:2em; 
	line-height:1.2em; 
	width:230px;
}
#TB_wrapper-container #wrapper h2 {
	padding:20px 0 0 0;
}
#TB_wrapper-container #header { 
	float:left;
}
a { 
	color:#72a8b5; 
	text-decoration:none;
}
a:hover { 
	color:#72a8b5; 
	text-decoration:underline; 
}
a:visited { 
	color:#72a8b5; 
}
/*.dealer_name { margin:25px 0 0 0px; }
#MMEmbeddedMap { margin:0 auto; text-align:center;}
#MMEmbeddedMap div { margin:10px 0; font-size:1.2em; }*/
#print { /*display:block; position:absolute; left:690px; margin:-2px -3px 0 0;  font-size:1.3em; padding:0; z-index:9999; font-size:11px; text-align:right; */ }
#contact { 
	display:none;
}
#mapviewer { 
	float:left; 
	height:388px; 
	width:500px; 
	margin:10px 20px 0 20px; 
}
* html #mapviewer {
	display:inline;
}
#address-details {
	float:left;
	width:230px;
	padding:15px 0 0 0;
	margin:15px 0 0 0;
	border-top:2px solid #2f5057;
	font-size:1.2em;
	color:#a5cfd8;
}
#address-details a {
	font-weight:bold;
}
p#dealerPostCode {
	padding:0 0 20px 0;
}
p#dealerEmail {
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:2px solid #2f5057;
}
