* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #5D6576;
	background: #243964	url(../img/background-body.gif) repeat-x;
	text-align:center;
	}
img {
	border:0;
	vertical-align:middle;
	}
a {
	color: #000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}


#container {
	margin:0 auto;
	position:relative; 
	text-align:left;
	clear:left;		
	width:800px; 
	}

#header {
	height:99px;
	background: #FFF url(../img/background-header.gif) repeat-x;
	border-bottom: 1px solid #0F1729;
	}
 
#header p {
	position: absolute;
	top: 18px;
	left: 29px;
	}
#header p a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 168px;
	height: 58px;
	background: url(../img/logo.gif) no-repeat;
	}
	
	
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 15px;
	right: 19px;
	}
#header ul li {
	float: left;
	padding-left: 11px;
	}
#header ul li span {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	}
#header ul li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 61px;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/blank.gif) repeat;
	}
#header ul li span:hover {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	}





#quick-search {
	border-bottom: 1px solid #5F6677;
	padding: 6px 0 7px 45px;
	font-size: 12px;
	color: #FFF;
	overflow: hidden;
	height: 24px;
	background-color: #2F384E;
	clear:both;
	}
#quick-search label {
	display: block;
	float: left;
	padding-right: 12px;
	line-height: 22px;
	font-weight: bold;
	font-size: 12px;
	}
#quick-search select {
	font-size: 12px;
	width: 195px;
	float: left;
	margin-right: 6px;
	height:20px;
	}
#quick-search input.submit {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	margin: 0;
	}
#quick-search .selectArea {
	margin-right: 6px;
	font-size: 12px;
	}



#navigation {
	background-color: #2F384E;
	z-index: 10;
	position: relative;
	padding-bottom: 1px;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	display: table;
	}
#navigation ul li {
	float: left;
	border-left: 1px solid #000;
	line-height: 30px;
	background:transparent url(../img/navigation-main-separator.gif) repeat-y scroll 0 0;
	}
#navigation ul li.hover {
	position: relative;
	}
#navigation ul li a,
#navigation ul li span {
	padding:0 16px 0 15px;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background:	url(../img/navigation-main-arrow.gif) no-repeat bottom;
	}
#navigation ul li a:hover,
#navigation ul li a.active,
#navigation ul li span:hover,
#navigation ul li span.active,
#navigation ul li.hover span,
#navigation ul li:hover span,
#navigation ul li.hover a,
#navigation ul li:hover a	{
	color: #162442;
	background-color: #DEE2EB;
	background-image: none;
	cursor: pointer;
	border-color: #DEE2EB;
	}

#navigation ul li ul {
	display: none;
	position: absolute;
	border: 1px solid #000;
	border-top: none;
	background-color: #DEE2EB;
	width: 142px;
	margin:0 0 0 -1px;
	/*padding: 4px;*/
	font-size: 11px;
	list-style: none;
	}
#navigation ul li:hover ul,
#navigation ul li.hover ul {
	display: block;
	}
#navigation ul li ul li {
	width: 132px;
	border: none;
	float: none;
	background: url(../img/separator-h.gif)	repeat-x top left;
	padding: 2px 5px 0 5px;
	line-height: 24px;
	}
#navigation ul li ul li a {
	background:none;
	padding:0;
	color: #000 !important;
	text-align: left;
	float: none;
	border: none !important;
	}
#navigation ul li ul li a:hover {
	text-decoration: underline !important;
	}




#homePageSlideshow {
	list-style:none;
	height:299px;
	overflow:hidden;
	}
#homePageSlideshow li {
	list-style:none;
	margin:0;
	}


#content {
	clear:both;	
	background-color:#EDEFF4;
	overflow:auto;
	}
#content div.block {
	background: #b2bac9 url(../img/bg-block.gif) repeat-x top;
	overflow:hidden;
	}
#content div.headline {
	background-color:#000;
	}
#content h1,
#content h2 {
	font-size:22px;
	font-weight:normal;
	color:#FFF;
	padding:10px;
	}
#content h1 strong,
#content h2 strong {	
	display:block;
	font-weight:bold;
	}

#content.home {
	padding:0;
	color:#000;
	}
#content.home div.left {
	float:left;
	width:445px;
	padding:12px 20px 0 27px;
	background: transparent url(../img/bg-content.gif) repeat-y scroll 482px 50%;
	}
#content.home div.right {
	margin:10px 10px 10px 490px;
	background-image:url(../img/vindis.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#5D6576;
	}
#content.home div.right ul {
	list-style:none;
	margin:0 0 10px ;
	}
#content.home div.right ul li {
	margin:0;
	border-bottom:1px solid #FFF;
	padding:5px 0;
	}
#content.home h1,
#content.home h2 {
	font-size:30px;
	padding:6px 16px 4px 25px;
	color:#243964;
	background-color:#EDEFF4;
	margin:0;
	height:auto
	}		
#content.home  h3 {
	font-size:20px;
	padding:5px 8px 0 0;
	margin-top:5px;
	color:#243964;
	float:right;
	font-weight:normal;
	}

#content.home h4 {
	padding:0;
	margin:0;
	}

#content.home a {
	color:#243964;
	}
#content.home .brands {
	width: 100%;
	overflow: hidden;
	color: #000;
	line-height: 15px;
	margin: 0 0 6px 0;
	}
#content.home .brands .brand1 {
	float: left;
	width: 136px;
	}
#content.home .brands .brand2 {
	float: left;
	width: 102px;
	}
#content.home .brands .brand3 {
	float: left;
	width: 103px;
	}
#content.home .brands .brand4 {
	float: left;
	width: 104px;
	}
#content.home .brands .brand5 {
	float: right;
	width: 207px;
	}
#content.home .brands ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#content.home .brands ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}


#content.home #poll-and-competition h3 {
	float:none;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-color:#1B2B51;
	margin:0;
	padding:5px;
	}
#content.home #poll-and-competition div.left {
	float:left;
	width:350px;
	height:237px;
	padding:0 20px 0 0;
	margin:0 10px 0 0;
	background: transparent url(../img/bg-content.gif) repeat-y scroll 357px 50%;
	}
#content.home #poll-and-competition div.left h3 {
	
	}
#content.home #poll-and-competition div.right {
	padding:0;
	margin:0 0 0 350px;
	background:none;
	}
#content.home #poll-and-competition div.right h3 {
	padding-left:20px;
	}


	
#content.news div.headline {
	padding:10px 10px 7px;
	}
	
#content.news h1,
#content.news h2 {
	background-image:url(../img/careers.jpg);
	background-repeat:no-repeat;
	padding:20px 20px 40px;
	color:#FFF;
	font-size:22px;	
	}
#content.news h3 {
	font-size:18px;
	margin-bottom:4px;
	}
#content.news p.date {
	margin-bottom:16px;
	}
#content.news ul#news {
	list-style:none;
	padding:17px 20px;
	}
#content.news ul#news > li {
	margin:0;
	border-bottom:2px solid #999;
	padding-bottom:20px;
	margin-bottom:20px;
	}


#content.news .leftColumn {
	width:600px;
	float:left;
	}
#content.news .leftColumn p.notice {
	padding:10px;
	}
#content.news .rightColumn {
	margin-left:620px;
	margin-top:10px;
	}
#content.news .rightColumn .infoBox {
	margin-bottom:20px;
	}
	

#content ul#blogPosts {
	margin:0;
	}
#content ul#blogPosts li {
	list-style-type:none;
	margin:0 0 10px 0;
	overflow:auto;
	background-image:url(../img/blogInfoBackground.gif);
	background-repeat:repeat-y;
	}
#content ul#blogPosts li div.blogFooter {
	padding:10px;
	background-color:#DFEBFA;
	}
#content ul#blogPosts li div.blogFooter p {
	margin-bottom:2px;
	}
	
#content ul#blogPosts li .postInfo {
	padding:8px 12px;
	width:95px;
	margin-right:10px;
	float:left;
	color:#5D6576;
	}	
#content ul#blogPosts li .postInfo p.day {	
	font-size:36px;
	float:left;
	border-right:1px solid #5D6576;
	margin:0;padding:0;
	padding:15px 8px 15px 0;
	margin-right:10px;
	/*height:34px;*/
	font-weight:bold;
	}
#content ul#blogPosts li .postInfo p.month {	
	margin:0;padding:0;
	margin-left:40px;
	margin-top:6px;
	font-size:14px;
	font-weight:bold;
	}
#content ul#blogPosts li .postInfo p.time {	
	clear:left;
	margin-top:8px;
	font-size:13px;
	}
#content ul#blogPosts li .postContent {
	float:left;
	width:450px;
	}	
#content ul#blogPosts li .postContent p {
	font-size:13px;
	line-height:18px;
	}
#content ul#blogPosts li .postContent h3 {	
	font-size:20px;	
	margin:10px 0 15px;
	}
#content ul#blogPosts li .postContent h3 a {		
	text-decoration:none;
	color:#5D6576;
	font-weight:normal;
	}


#content ul#blogPosts li .postContent .postFooter {
	background-color:#DCDFE6;
	padding:5px;
	}
#content ul#blogPosts li .postContent .postFooter p {
	padding:5px;
	margin:0;
	}

#content ul#archive {
	margin-bottom:0;
	list-style:none;
	}
#content ul#archive li {
	margin:5px 0 0 0;
	list-style:none;
	}
#content ul#archive > li > a {
	font-size:19px;	
	font-weight:normal;
	}
#content ul#archive > li.open > a {
	}
#content ul#archive li ul {
	margin-bottom:10px;
	display:none;
	}
#content ul#archive li.open ul {
	display:block;
	}
#content ul#archive li ul {
	}	
	

#content ul#archive li ul li {
	margin:5px 0 0 0;
	}
#content ul#archive li ul li a {
	font-weight:normal;
	font-size:13px;
	}
#content ul#archive li ul li ul li a {
	font-weight:normal;
	font-size:13px;
	}
	
#content div.blogPageNavigation {
	clear:both;
	font-weight:bold;
	height:50px;
	margin-left:130px;
	width:450px;
	}	
#content div.blogPageNavigation p {
	color:#555;
	font-size:18px;
	}
#content div.blogPageNavigation a {
	text-decoration:none;
	font-size:18px;
	}
#content div.blogPageNavigation  p.next {	
	float:right;
	color:#999;
	}
#content div.blogPageNavigation  p.back {	
	float:left;
	color:#999;
	}
#content div.blogPageNavigation  p.pages {	
	text-align:center;
	}
#content div.blogPageNavigation  p.pages a.pageLink {
	padding:5px;
	}
#content div.blogPageNavigation  p.pages .currentPage {
	padding:5px;
	}





#content.special_offers div.headline {
	padding:10px 10px 7px;
	}
#content.special_offers h1,
#content.special_offers h2 {
	height:60px;
	}
#content.special_offers h1.volkswagen,
#content.special_offers h2.volkswagen {
	padding-left: 88px;
	background:url(../img/logo-volkswagen.gif) no-repeat left;
	}

#content.special_offers div.offer {
	padding:25px 20px 35px;
	overflow:auto;
	}
#content.special_offers div.offer h3 {
	font-size:14px;
	margin-bottom:16px;
	font-weight:bold;
	}
#content.special_offers div.offer div.image {
	float:left;
	margin-right:10px;
	}
#content.special_offers div.offer ul {
	list-style:none;
	}
#content.special_offers div.offer ul li {
	border-bottom:1px solid #999;
	padding:5px;
	font-weight:bold;
	margin:0;
	font-size:12px;
	}
#content.special_offers div.offer ul li span {
	float:right;
	}



#content.directory {
	padding:20px;	
	}
#content.directory h1 {
	padding:0;
	color:#000;
	}
#content.directory h1 a {
	color:#000;
	text-decoration:underline;
	}
#content.directory li {
	margin:4px 0 4px 20px;
	}


#content p.layout {
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	overflow: hidden;
}

#content.car_search div.car-search {
	background: #000 url(../img/car-search.jpg)
		no-repeat;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height: 300px;
	padding: 30px 20px 0 20px !important;
}

#content.car_search div.car-search h4 {
	margin:8px 0;
	font-size:15px;
}

#content.car_search div.car-search div.text {
	padding-right: 450px;
}

#content.car_search div.car-search label {
	display: block;
	float: left;
	width: 85px;
	padding-right: 10px;
	line-height: 19px;
}

#content.car_search div.car-search select {
	display: block;
	float: left;
	width: 197px;
	font-size: 12px;
	height:20px;
}

#content.car_search div.car-search input.submit {
	margin-left: 95px;
}

#content.car_search div.car-search .buttonSubmit {
	margin-left: 95px;
	display: inline;
	float: left;
}

#content.car_search div.car-search .selectArea {
	font-size: 12px;
	font-weight: normal;
}

#content.car_search div.car-search .buttonSubmit input.submit {
	margin-left: 0 !important;
}

#content.car_search div.car-search p.legend {
	line-height: 18px;
}

#content.car_search {
	overflow:visible;
	padding-bottom:20px;
	min-height:400px;
	}

#content.car_search h2 {
	background-image:url(../img/search-results.jpg);
	background-repeat:no-repeat;
	padding:20px 20px 40px;
	color:#FFF;
	font-size:22px;	
	}
#content.car_search h1,
#content.car_search h3 {
	margin:20px 0 0px 30px;
	font-size:16px;
	font-weight:bold;
	color:#5D6576;
	padding:0;
	}

#content.car_search .breadcrumbs {
	margin:0 0 0 30px;
	}

#content ul.table-holder {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}


#content ul.table-holder li {	
	background: url(../img/separator-h.gif)	repeat-x;
	padding: 7px 0 5px 0;
	margin:0;	
}



#content #searchForm {
	float:right;
	width:213px;
	background-image:url(../img/carSearchBot.gif);
	background-position:bottom;
	margin:20px 20px 0 0;
	}
#content #searchForm h4 {
	background-image:url(../img/carSearchTop.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:10px 10px 0 10px;
	margin:0;
	font-size:20px;
	color:#2F384E;
	}
#content #searchForm form {	
	padding:0 10px 10px;
	}
#content #searchForm label {	
	display:block;
	padding:5px 0 0 0;
	}
#content #searchForm select {	
	width:190px;
	height:20px;
	}
.currentPage {
	padding:3px;
	margin:3px;	
	background-color:#666;
	color:#FFF;
	}
a.pageLink {
	padding:3px;
	margin:3px;	
	}	
	
	

#content ul.sresults {
	margin:0;
	list-style:none;
	}
#content ul.sresults li {
	padding-top: 20px;
	padding-bottom: 18px;
	list-style:none;
	}
#content ul.sresults dl {
	margin: 0;
	padding: 0 10px 0 0;
	width: 370px;
	margin-left:175px;
	}
#content ul.sresults dl dt {
	margin: 0;
	padding: 0 5px 0 0;
	display: block;
	float: left;
	width: 80px;
	line-height: 16px;
	}
#content ul.sresults dl dd {
	margin: 0;
	padding: 0;
	display: table;
	font-weight: bold;
	line-height: 16px;
	}
#content ul.sresults span.icon {
	width: 155px;
	float:left;
	text-align:center;
	margin-right:10px;
	}
#content ul.sresults span.icon img {
	width: 153px;
	height: 100px;
	border: 1px solid #000;
	}
#content ul.sresults span.more {
	line-height: 100px;
	width: 104px;
	padding-right: 10px;
	text-align: right;
	display:none;
	}

#content ul.details {
	margin:0;
	list-style:none;
	}
#content ul.details li {
	padding-top: 10px;
	padding-bottom: 10px;
	list-style:none;
	}
#content ul.details dl {
	margin: 0;
	padding: 0 10px 0 0;
	width: 479px;
	}
#content ul.details dl dt {
	margin: 0;
	padding: 0 5px 0 0;
	display: block;
	float: left;
	clear: left;
	width: 130px;
	line-height: 16px;
	}
#content ul.details dl dd {
	margin: 0;
	padding: 0;
	display: table;
	height: 1%;
	font-weight: bold;
	line-height: 16px;
	}
#content ul.details span.icon {
	width: 155px;
	}
#content ul.details span.icon img {
	width: 153px;
	height: 100px;
	border: 1px solid #000;
	margin:0 19px 19px 0;
	}
#content ul.details span.more {
	line-height: 100px;
	width: 104px;
	padding-right: 10px;
	text-align: right;
	}



#content.after_sales div.headline {
	padding:10px 10px 7px;
	background-image:url(../img/after-sales.jpg);
	}
#content.after_sales div.text {
	padding:25px 20px 35px 20px;
	}


#content.business_motoring {
	background-image:url(../img/business-motoring.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:25px 490px 35px 20px;
	height:240px;
	background-color: #CFD9E3;
	border-bottom: 1px solid #EDEFF4;
	}
#content.business_motoring h1,
#content.business_motoring h2 {
	height:auto;
	padding:0 0 20px 0;
	background-image:url(../img/business-motoring.gif);
	background-repeat:no-repeat;
	height:25px;
	}
#content.business_motoring h1 span,
#content.business_motoring h2 span {
	display:none;
	}
#content.business_motoring p {
	line-height:17px;
	}



#content.testimonials {
	background-image:url(../img/business-motoring.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:25px 490px 35px 20px;
	height:240px;
	background-color: #CFD9E3;
	border-bottom: 1px solid #EDEFF4;
	}
#content.testimonials h1,
#content.testimonials h2 {
	height:auto;
	padding:0 0 20px 0;
	background-image:url(../img/testimonials.gif);
	background-repeat:no-repeat;
	height:25px;
	}
#content.testimonials h1 span,
#content.testimonials h2 span {
	display:none;
	}
#content.testimonials p {
	line-height:17px;
	}


#content.dealer div.headline {
	height:90px;
	padding:0;
	}
#content.dealer div.headline h1,
#content.dealer div.headline h2 {
	padding:30px 100px;
	}
#content.dealer div.volkswagen {
	background-image:url(../img/dealer-volkswagen.jpg);
	}
#content.dealer div.audi {
	background-image:url(../img/dealer-audi.jpg);
	}
#content.dealer div.lotus {
	background-image:url(../img/dealer-lotus.jpg);
	}
#content.dealer div.skoda {
	background-image:url(../img/dealer-skoda.jpg);
	}
#content.dealer div.volkswagen_vans {
	background-image:url(../img/dealer-volkswagen.jpg);
	}
#content.dealer div.bentley {
	background-image:url(../img/dealer-bentley.jpg);
	padding-left:50px;
	}
#content.dealer div.bodyshop {	
	display:none;
	}
	
#content.dealer div.dealer {
	padding:25px 20px 35px;
	overflow:auto;
	}
#content.dealer div.dealer div.googleMap {
	float:left;
	margin-right:10px;
	padding-bottom:20px;
	}
#content.dealer div.dealer h1,
#content.dealer div.dealer h3 {
	font-size:24px;
	margin-bottom:16px;	
	font-weight:bold;
	color: #5D6576;
	}
#content.dealer div.dealer ul {
	list-style:none;
	}
#content.dealer div.dealer ul li {
	clear:both;
	margin:0;
	padding:8px 0;
	background:transparent url(../img/separator-h.gif) repeat-x scroll 0 0;
	}
#content.dealer div.dealer ul li h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
	}
#content.dealer div.dealer ul li div.address {
	float:left;
	width:440px;
	}
#content.dealer div.dealer ul li div.contact {
	float:left;
	width:200px;
	}
		
#content h3 {
	font-size:20px;
	font-weight:normal;
	}
#content h4 {
	font-size:17px;
	padding-top:6px;
	margin-bottom:12px;
	}
#content h5 {
	font-size:14px;
	margin-bottom:16px;
	}
#content h6 {
	font-size:14px;
	margin-bottom:16px;
	}
#content object {
	margin-bottom:16px;
	}
	
		
#content table {
	margin:10px 0;
	width:100%;
	border-collapse:collapse;
	}	
#content table tr th {	
	padding:4px;
	font-size:15px;
	}
#content table tr td {	
	padding:4px;
	vertical-align:top;
	}	
	
#content form.login {
	padding:10px;
	}	
#content form.login table {
	width:400px;
	margin-left:200px;
	border:0;
	}
	
#content p {
	line-height:15px;
	margin-bottom:7px;
	}	
#content p.headline_text {
	line-height:20px;
	font-size:16px;
	}
#content ul {
	margin-bottom:16px;
	}
#content ul li {
	margin-left:30px;
	}
#content hr {
	margin:10px 0;
	}
#content img.right {
	float:right;
	margin-left:10px;
	margin-bottom:20px;
	}
#content img.left {
	float:left;
	margin-right:10px;
	}

	
a.button {
	border:1px solid #333;
	padding:3px 6px;
	background-color:#E3E3E3;
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	white-space:normal;
	}




/* form layout */
form p {
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
	}
div.row {	
	font-size:11px;
	color:#777;
	margin: 0;
	padding: 2px 0 2px 0;
	margin-bottom:5px;
	}
div.row label {
	float:left;
	width:170px;
	
	}
div.row label.required:after {
	content:" *";
	color:#FF0000;
	}
div.row label.error {
	color:#FF0000;
	}
div.row input.text {
	width: 253px;
	font-size:13px;
	}
div.row input.submit {	
	font-size:14px;	
	cursor:pointer;	
	}
div.row input[type=radio] {
	margin-right: 3px;
	}
div.row input[type=checkbox] {
	margin-right: 3px;
	}
div.row select {
	font-size:13px;
	
	}


div.footerLinks {
	padding:13px;
	background-color:#dcdfe6;
	}
div.footerLinks ul {
	margin-bottom:10px;
	padding-bottom:5px;
	overflow:auto;
	}
div.footerLinks ul li {
	float:left;
	width:150px;
	list-style:none;
	}

#footer {
	background: url(../img/background-footer.png) repeat-x;
	height: 102px;
	font-size: 10px;
	color: #B6B9BE;
	}
#footer p.copy {	
	padding:13px;
	}
#footer p.credit {
	float: right;
	margin-right:13px;
	}
#footer p.credit a {
	float: right;
	line-height: 36px;
	color: #75777B;
	padding-right: 30px;
	background: url(../img/site-by-new.gif)	no-repeat 100% 8px;
	}
#footer p.credit span {
	display: none;
	}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:none;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}





#racing_wrapper {
	width:980px;
	margin:0 auto;
	position:relative; 
	text-align:left;
	clear:left;		
	}
#racing_wrapper #content {
	background:none;
	padding:18px;
	overflow:visible;
	background-image:url(../img/racing-content-bg.gif);
	background-repeat:repeat-x;
	background-color:#1F365B;
	overflow:auto;
	}
#racing_wrapper #content h1 {
	background-image:url(../img/r-badge.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 180px;
	color:#FFF;
	font-size:28px;
	font-weight:bold;
	margin-bottom:30px;
	}
#racing_wrapper #content h1 span {
	display:block;
	font-size:22px;
	font-weight:normal;
	}
#racing_wrapper h2 {
	padding:0;
	font-weight:bold;
	font-size:18px;
	margin-bottom:14px;
	color:#FFF;
	}
#racing_wrapper h3 {
	padding:0;
	font-weight:normal;
	font-size:18px;
	margin-bottom:14px;
	color:#FFF;
	}
#racing_wrapper p {
	color:#FFF;
	font-size:12px;
	margin-bottom:10px;
	}


#racing_wrapper #content div.info {
	position:absolute;
	right:20px;
	top:120px;
	}
#racing_wrapper #content div.info p {
	margin-bottom:7px;
	}
#racing_wrapper #content div.info p a {
	color:#005DF2;
	}
#racing_wrapper #content div.info p.title {
	font-size:16px;
	font-weight:bold;
	}
#racing_wrapper #content div.info p.bullet {
	padding-left:20px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	}
#racing_wrapper #content p.quote {
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:30px;
	}


#racing_wrapper #content .leftColumn {
	float:left;
	width:300px;
	}
#racing_wrapper #content .rightColumn {
	margin-left:320px;
	padding-right:10px;
	}

#racing_wrapper #content div.list {
	width:284px;
	background-image:url(../img/r-listBgTop.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:10px 0 0;
	}
#racing_wrapper #content div.list ul {
	background-image:url(../img/r-listBgBot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#000;
	padding:0 0 10px;
	}
#racing_wrapper #content div.list ul li {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin-left:25px;
	padding:0 0 5px;
	}


#racing_wrapper #footer {
	background-color:#000;
	background-image:url(../img/racing-footer-bg.gif);
	background-repeat:repeat-x;
	clear:both;
	overflow:auto;
	height:400px;
	padding:25px 18px 0;
	}
#racing_wrapper #footer h4 {
	padding:0;
	font-weight:normal;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:10px;
	color:#FFF;
	border-bottom:1px solid #FFF;
	}
#racing_wrapper #footer ul {
	height:70px;
	margin-bottom:10px;
	border-bottom:1px solid #FFF;
	}
#racing_wrapper #footer ul li {
	color:#FFF;
	font-size:12px;
	margin-left:15px;
	}
#racing_wrapper #footer p strong{ 
	font-size:16px;
	}
#racing_wrapper #footer .leftColumn {
	width:480px;
	float:left;
	}
#racing_wrapper #footer .rightColumn {
	margin-left:500px;
	}



#content ul.prizeGrid {
list-style:none;
margin:0 0 20px;
padding:10px;
overflow:auto;
}
#content ul.prizeGrid li {	
float:left;
margin:5px;
}
#content ul.prizeGrid li a {
display:block;
text-align:center;
font-size:24px;
font-weight:bold;
padding:20px;
width:30px;
border:1px solid #999;
}
div.prizedraw {
padding:10px;
}
div.prizedraw p {
font-size:14px;
}
