@charset "UTF-8";
/*
Theme Name: Lotus Cup Europe
Description: Custom theme for Lotus Cup Europe
Author: Jaime Golding
Author URI: https://jaimegolding.com
*/
html { -webkit-text-size-adjust:none;
-ms-text-size-adjust:none; }
body {
    color: #23262D;
    font-family: Arial,Helvetica,sans-serif;
	margin:0;
}
h5 {
    font-size:12px;
    text-decoration: underline;
    font-weight:bold;
    margin-bottom:0;
    padding-bottom:0;
}
.entry-list-third {
    display:inline-block;
    width:31%;
    margin-right:1%;
    vertical-align: top;
}
.entry-list-third.last {
    margin-right:0;
}
.entry-list-third p {
    line-height:1.8rem !important;
}
.entry-list-third a {
    text-transform: none !important;
}
.gap {
    margin-top:20px;
}
h2.header {
    background:#062E28;
    color:#FFFF00;
    font-size:14px;
    text-transform:uppercase;
    font-weight:normal;
    margin: 0;
    padding:7px;
}
h2.header-footer {
    background:none;
    color:#062E28;
    font-size:14px;
    text-transform:uppercase;
    font-weight:normal;
    margin: 0;
    padding:7px;
}
h1 {
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:4px;
	text-shadow: 2px 2px 2px #ccc;
}
h3 {
	font-size:15px;
}
#LoTRDC {
    margin-right:20px;
    margin-top:-3px;
    float:left;
    border:none;
}
#LotusCupEurope{
    height:54px;
    margin-right:10px;
    border:none;
}
#content {
	width:960px;
	margin:0 auto;
}
.alignright {
	float:right;
	margin-left:12px;
	margin-bottom:12px;
}
.alignleft {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
#copyright a {
	color:#23262D;
	padding-bottom:0.5px;
	font-size:12px;
	text-transform:uppercase;
}
#copyright a:hover {
	text-decoration:none;
}
.entry a {
	color:#23262D;
	padding-bottom:0.5px;
	font-size:12px;
	text-transform:uppercase;
}
.entry a:hover {
	text-decoration:none;
}
.entry {
    font-size:12px;
}
.entry p {
	font-size:12px;
}
.entry td {
	font-size:12px;
}
#header {
	height:350px;
	margin-bottom:20px;
}
.float-right {
	float:right;
}
#language {
	color: #F3DB14;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 30px;
    text-align: right;
    top: -345px;
    width: 960px;
    z-index: 99;
}
#language a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	margin-right:4px;
}
#language a:hover {
	text-decoration:underline;
}
#language-flag {
	position:relative;
	top:3px;
	right:2px;
}
#menu-wrapper {
	margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 30px;
    width: 960px;
}
#menu {
	background:#FFF;
	width:960px;
	height:80px;
	position:absolute;
	top:-373px;
	z-index:99;
	margin-left: auto;
    margin-right: auto;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#menu-align {
	margin-top:13px;
	margin-left:0px;
}
.results-menu {
    height:50px;
    position:relative;
    z-index:98;
    border-top:solid 1px #CCC;
    border-bottom:solid 1px #CCC;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    clear:both;
}
.results-menu a {
    text-transform:uppercase !important;
}
.results-menu a:hover {
    border-bottom:solid 1px #000;
}
#page-default {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.home-link {
	float:left;
	width:312px;
	height:184px;
	background:#666;
}
.home-link-4col {
	float:left;
	width:231px;
	height:136px;
	background:#666;
}
#homelink-usedcars {
	margin-left:12px;
	margin-right:12px;
}
#homelink-exigerange {
	margin-left:12px;
	margin-right:6px;
}
#homelink-evorarange {
	margin-left:6px;
	margin-right:12px;
}
.home-link-title {
	background: #000;
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .8);
	height:50px; 
	width:312px;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:15px; 
	position:absolute; 
	z-index:101;     
}
.home-link-title-4col {
	background: #000;
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .8);
	height:37px; 
	width:231px;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:9px; 
	position:absolute; 
	z-index:101;     
}
.home-link-title a {
	color:#FFF;
	text-decoration:none;
}
.home-link-title-4col a {
	color:#FFF;
	text-decoration:none;
}

/* calendar driver lists - remove the hyperlink styling */
.calendar-drivers-lists table a {
    text-transform:none;
    text-decoration:none;
    
}
/*   ------   ORIGINAL NEWS PAGE  -------  */
.news-wrapper {
	height:113px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:6px;
	padding-bottom:6px;
	width:480px;
	float:left;
	display:block;
	overflow:hidden;
}
.news-wrapper:hover {
	background:#EDEDED;
}
.news-thumbnail {
	float:left;
	margin-right:12px;
	margin-left:6px;
	width:140px;
}
.news-title {
	float:left;
	width:320px;
	margin-top:-5px;
}
.news-excerpt {
	float:left;
	width:320px;
}
.news-excerpt a {
	text-transform:none;
	text-decoration:none;
}
.news-excerpt a:hover {
	text-transform:none;
}
.news-time {
	font-size:12px;
	color:#777;
    text-transform:capitalize;
}
.news-content-wrapper p {
line-height:20px;
}
.news-content-wrapper img {
	max-width:718px;
	max-height:600px;
}
.news-sidebar {
	float:right;
	width:230px;
	height:100%;
	margin-left:12px;
}
.news-sidebar h4, .news-sidebar h4 a {
	color:#FFF;
	text-transform:uppercase;
	font-size:15px;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration:none;
}
.news-column {
	background:#AAB3BA;
	margin-bottom:12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:12px;
}
.news-column-1 {
}
.news-column-2 {
}
.news-column-3 {
}
.news-column p a {
	text-transform:none;
}
.news-column h3 {
    font-size:12px;
}
.news-column h3 a {
	text-decoration:none;
	text-transform:none;
}
.news-column h3 a:hover {
	text-decoration:underline;
	text-transform:none;
}

/*   ------   NEW STOCK PAGE  -------  */
.newstock-wrapper {
	height:113px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:6px;
	padding-bottom:6px;
	width:480px;
	float:left;
	display:block;
	overflow:hidden;
}
.newstock-wrapper:hover {
	background:#EDEDED;
}
.newstock-thumbnail {
	float:left;
	margin-right:12px;
	margin-left:6px;
	width:140px;
}
.newstock-title {
	float:left;
	width:320px;
	margin-top:-5px;
}
.newstock-excerpt {
	float:left;
	width:320px;
}
.newstock-excerpt a {
	text-transform:none;
	text-decoration:none;
}
.newstock-excerpt a:hover {
	text-transform:none;
}
.newstock-time {
	font-size:12px;
	color:#777;
}
.newstock-content-wrapper {
	width:718px;
}
.newstock-content-wrapper p {
line-height:20px;
}
.newstock-content-wrapper img {
	max-width:718px;
	max-height:600px;
}
.newstock-sidebar {
	float:right;
	width:230px;
	height:100%;
	margin-left:12px;
}
.newstock-sidebar h4, .newstock-sidebar h4 a {
	color:#FFF;
	text-transform:uppercase;
	font-size:15px;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration:none;
}
.newstock-column {
	background:#AAB3BA;
	margin-bottom:12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:12px;
}
.newstock-column-1 {
}
.newstock-column-2 {
}
.newstock-column-3 {
}
.newstock-column p a {
	text-transform:none;
}
.newstock-column h3 a {
	text-decoration:none;
	text-transform:none;
}
.newstock-column h3 a:hover {
	text-decoration:underline;
	text-transform:none;
}

/* buttons */
.add_to_cart_button {
	display:block;
	padding:5px !important;
        min-width:60px;
        margin-left:5px;
	background:#FCD90A;
	background: rgb(252,217,10); /* Old browsers */

background: -moz-linear-gradient(-45deg,  rgba(252,217,10,1) 0%, rgba(240,219,22,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(252,217,10,1)), color-stop(100%,rgba(240,219,22,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  rgba(252,217,10,1) 0%,rgba(240,219,22,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  rgba(252,217,10,1) 0%,rgba(240,219,22,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  rgba(252,217,10,1) 0%,rgba(240,219,22,1) 100%); /* IE10+ */

background: linear-gradient(135deg,  rgba(252,217,10,1) 0%,rgba(240,219,22,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd90a', endColorstr='#f0db16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: solid 1px #23262D;
        text-align:center;
	font-weight: bold;
	text-decoration:none;
}
.add_to_cart_button:hover {
	box-shadow: 0 0 5px #000;
}


/* lotus */
.column {
    float: left;
    margin-right: 8px;
    width: 234px;
}
.column.third {
    margin-right: 0;
}



/* news home */
#newshome {
	background-color: #062E28;
    height: 295px;
    padding: 20px;
    width: 614px;
    float: left;
    margin-right:20px;
}
#newshome a {
    text-transform: none;
}

#newslatest {
	float:left;
	height:300px;
	width:260px;
	margin-right:20px;
}

#newslatestpic img {
	width:240px;
	height:160px;
	margin-bottom:10px;
	border-top:10px solid #FFF;
	border-left:10px solid #FFF;
	border-right:10px solid #FFF;
	border-bottom:15px solid #FFF;
}

#newslatesttitle {
	margin-bottom:4px;
}

#newslatesttitle a {
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	width:300px;
	font-weight:bold;
	text-decoration:none;
}
#newslatesttitle a:hover {
    border-color: #FFF !important;
    text-decoration:underline;
}

#newslatesttext {
	font-size:13px;
	color:#FFF !important;
	overflow:hidden;
	margin-bottom:4px;
}

.newslatestmore {
}

.newslatestmore a {
	color:#fed73e !important;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
.newslatestmore a:hover {
    border-color:#fed73e !important;
    text-decoration:underline;
}
#newsmore {
	float:left;
	height:300px;
	width:334px;
}
.newsprevious {
	overflow:hidden;
	margin-bottom:6px;
	height:58px;
}
.newspic {
	float:left;
	margin-right:10px;
}
.newspic img {
	width:84px;
	height:56px;
	border:1px inset #888;
	
}
.newsdate a {
	font-size:12px;
	font-weight:normal;
	color:#FFF !important;
	text-decoration:none;
}
.newsdate a:hover {
        border-color:#FFF !important;
    text-decoration:underline;
}
.newstitle a {
	font-size:12px;
	font-weight:bold;
	color:#FFF !important;
	text-decoration:none;
}
.newstitle a:hover {
	border-color:#FFF !important;
    text-decoration:underline;
}
.newssmall {
	float:left;
	margin-bottom:2px;
	margin-top:3px;
	height:13px;
}
.newssmalltitle {
	width:284px;
	overflow:hidden;
	float:left;
}
.newssmalltitle a {
	font-size:11px;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
.newssmalltitle a:hover {
	text-decoration:underline;
}
.newssmalldate {
	width:50px;
	text-align:right;
	float:left;
}
.newssmalldate a {
	font-size:11px;
	color:#CCC;
	font-weight:normal;
	text-decoration:none;
}

/* news facebook */
#facebook-title {
    margin-top:10px;
}
#facebook-title a {
    font-weight:bold;
    color:#669BFF !important;
    text-decoration:underline;
    font-style:italic;
    
}
#facebook-title a:hover {
    text-decoration:none;
}
#facebook a {
    font-size:12px;
    font-weight:bold;
    color:#FFF !important;
    text-decoration:none;
    
    font-style:italic;
}
#facebook a:hover {
    text-decoration:underline;
}
#facebook img {
    float:left;
    margin-right:10px;
    max-width:84px;
    max-height:56px;
    border:1px inset #888;
}

/* standings content */
#standingshome {
    width: 285px;
    height:336px;
    overflow:visible;
    float:left;
}
/* drivers content */
#standingsdriverslist {
    width: 29.6875%;
    overflow:visible;
    float:left;
}

/* calendar content */
#calendarhome {
    width:654px;
    float:left;
    height:232px;
    margin-right:20px;
    overflow:hidden;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#calendarhome a {
    text-transform:none;
}
.calendar-right-border {
    border-right: solid 1px #ccc;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.calendar-wrapper {
	height:100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:8px;
	width:163px;
	float:left;
	display:block;
	overflow:hidden;
        font-size:14px;
        text-align:center;
        border-bottom: solid 1px #ccc;
        border-left: solid 1px #ccc;
        position:relative;
}
.calendar-wrapper:hover {
	background:#EDEDED;
}
.calendar-track-map {
    margin-bottom:2px;
}
.calendar-track-name {
    margin-bottom:2px;
}
.calendar-track-date {
    font-size:12px;
}

/* next event content */
#nexteventhome {
    width: 285px;
    height:230px;
    overflow:visible;
    float:left;
}

.eventcountdown {
    text-transform:none;
    font-style:italic;
    color:#FFFFFF;
    float:right;
}
.eventcountdown-text {
    position:relative;
    top:-2px;
}
.eventcountdown img {
    height:14px;
}

/* next event poster */
.poster-fallback {
    text-align:center;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    height:199px;
}
.fallback-field {
    display:block;
    padding-top:25px;
}
.next-event-poster {
    position: relative; 
    z-index: 10;
}
/* video home content */
#videohome {
    width:654px;
    float:left;
    height:298px;
    margin-right:20px;
    overflow:hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}

.video-embed {
    float:left;
    display:block;
}
.video-sponsor {
    float:left;
    display:block;
    border-bottom:solid 1px #ccc;
    border-right:solid 1px #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:183px;
}
.video-sponsored-by {
    text-transform:none;
    font-style:italic;
    color:#FFFFFF;
    float:right;
}
.video-sponsored-by img {
    height:20px;
    position:relative;
    top:-2px;
}
.video-sponsored-by-text {
    position:relative;
    top:-7px;
}
.video-more {
    display:block;
    float:left;
    width:183px;
    border-bottom:solid 1px #ccc;
    border-right:solid 1px #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height:36px;
    text-align:center;
    padding-top:7px;
    text-transform:uppercase;
    font-size:14px;
}

/* partners rotate content */
#partnershome {
    width: 285px;
    height:298px;
    overflow:visible;
    float:left;
}

/* video page */
#video-list-page table {
    margin-left:-17px;
    margin-top:19px;
    margin-bottom:19px;
}
.video-wrapper-page {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom:6px;
	width:225px;
	float:left;
	display:block;
	overflow:hidden;
    margin-left:17px;
    margin-bottom:20px;
}
.video-wrapper-page:hover {
	background:#EDEDED;
}
.video-thumbnail-page img {
    width:225px;
    height:127px;
}
.video-title-page {
	width:225px;
        text-align:center;
        padding-top: 6px;
        padding-bottom: 4px;
}

/* gallery page */
#gallery-list-page {
    margin-left:-17px;
    margin-top:19px;
    margin-bottom:19px;
}
.gallery-wrapper-page {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom:6px;
	width:225px;
	float:left;
	display:block;
	overflow:hidden;
    margin-left:17px;
    margin-bottom:20px;
}
.gallery-wrapper-page:hover {
	background:#EDEDED;
}
.gallery-thumbnail-page img {
    width:225px;
    height:127px;
}
.gallery-title-page {
	width:225px;
        text-align:center;
        padding-top: 6px;
        padding-bottom: 4px;
}

/* facebook */
.fb-like-box img {
    height:50px !important;
    width:50px !important;
}

/* compete */
.compete-sidebar {
	float:right;
	width:230px;
	height:100%;
	margin-left:22px;
}
.compete-sidebar h4, .compete-sidebar h4 a {
	color:#FFF;
	text-transform:uppercase;
	font-size:15px;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration:none;
}
/* e-mail address transform */
.email {
    text-transform:lowercase !important;
}
.email a {
    text-transform:lowercase !important;
}
/* drivers profile */
#drivers-profile {
    float:left;
    display:block;
    padding-left:2.08333%;
    width:68.2291%;
    height:396px;
    padding-bottom:20px;
}
#drivers-profile ul {
    padding-left: 10px;
}
#driver-profile-nationality img {
    height:14px;
    width:19px;
}
#driver-profile-info {
    float:left;
    display:block;
    width:53%;
    margin-bottom:3.0534%;
    height:30.3030%;
}
#driver-profile-sponsors {
    float:left;
    display:block;
    width:43%;
    margin-left:3.0534%;
    margin-bottom:3.0534%;
    height:30.3030%;
}
#driver-profile-car {
    float:left;
    display:block;
    width:53%;
    height:58.8383%;
    border:solid 1px #ccc;
}
#driver-profile-car img {
    width:100%;
    height:100%;
}
#driver-profile-portrait {
    float:left;
    display:block;
    width:43%;
    height:58.8383%;
    border:solid 1px #ccc;
    margin-left:3.0534%;
}
#driver-profile-portrait img {
    width:100%;
    height:100%;
}
#profile {
    position:relative;
        top:100px;
}
/* for sale */
.for-sale-right {
	float:right;
	display:block;
	width:439px;
}
.for-sale-price {
	font-size:20px;
	color:#12351A;
	font-weight:bold;
}
.for-sale-call-us {
	font-size:20px;
	font-weight:normal;
}
.for-sale-email {
	font-size:20px;
	font-weight:normal;
}
.for-sale-email a {
	font-size:20px;
	font-weight:normal;
}
.for-sale-hours {
	font-size:16px;
	font-weight:normal;
}
.for-sale-details {
	margin-top:19px;
		
}
.for-sale-detail {
	float:left;
	width:25%;
	border-bottom:1px solid #23262D;
}
.for-sale-spec {
	float:left;
	width:33%;
	border-bottom:1px solid #23262D;
}
.for-sale-specification {
	
	margin-top:-1px;
}
.for-sale-page-wrapper {
}
.for-sale-page-title {
	margin-bottom:20px;
}
.for-sale-page-thumbnail {
	width:300px;
	height:200px;
	overflow:hidden;
	margin-right:12px;
}
.for-sale-page-thumbnail img {
	width:300px;
}
.for-sale-page-details {
	float:right;
	width:648px;
	height:135px;
	overflow:hidden;
}
.for-sale-page-detail {
	float:left;
	width:33%;
	border-bottom:1px solid #23262D;
}
.for-sale-page-detail p {
	font-size:10px;
	font-weight:bold;
}
.for-sale-page-price {
	float:right;
	width:648px;
	margin-top:-4px;
}
.for-sale-price-float {
	float:left;
	margin-right:20px;
	height:50px;
}
.for-sale-page-price h3 {
	margin-top:7px;
	margin-bottom:0;
}
.for-sale-contact {
	color:#23262D;
}
.for-sale-contact a {
	font-size:17px;
}
.for-sale-button a {
	margin-right:10px;
	float:right;
	padding: 7px 14px;
	background:#FCD90A;
	background: rgb(252,217,10); /* Old browsers */

background: -moz-linear-gradient(-45deg,  rgba(252,217,10,1) 0%, rgba(240,219,22,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(252,217,10,1)), color-stop(100%,rgba(240,219,22,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  rgba(252,217,10,1) 0%,rgba(240,219,22,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  rgba(252,217,10,1) 0%,rgba(240,219,22,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  rgba(252,217,10,1) 0%,rgba(240,219,22,1) 100%); /* IE10+ */

background: linear-gradient(135deg,  rgba(252,217,10,1) 0%,rgba(240,219,22,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd90a', endColorstr='#f0db16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: solid 2px #23262D;

	font-weight: bold;
	color: #23262D;
	text-transform: uppercase;
	text-decoration:none;
	font-size:16px;
}
.for-sale-button a:hover {
	box-shadow: 0 0 5px #000;
}
.hr-for-sale {
	margin-bottom:10px;
}
h1.jps {
	background: none repeat scroll 0 0 #12351A;
    color: #ffff00;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    padding: 13px 20px;
    text-shadow:none !important;
}
h1.jps a {
    background: #12351A none repeat scroll 0 0;
    color: #ffff00;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    text-shadow: none;
}
/* car colour shortcodes */
.carcolourthird {
	display: inline-block;
    height: 10px;
	width:5px;
}
.carcolourhalf {
	display: inline-block;
    height: 10px;
	width:7.5px;
}
.carcolour {
	display: inline-block;
    height: 10px;
	width:15px;
}
.blackcar {
	background:#000;
}
.purplecar {
	background:#609;
}
.bluecar {
	background:#00F;
}
.laserbluecar {
	background: #2e8de4; /* Old browsers */

background: -moz-linear-gradient(top,  #2e8de4 0%, #4c87d0 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e8de4), color-stop(100%,#4c87d0)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #2e8de4 0%,#4c87d0 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #2e8de4 0%,#4c87d0 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #2e8de4 0%,#4c87d0 100%); /* IE10+ */

background: linear-gradient(to bottom,  #2e8de4 0%,#4c87d0 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8de4', endColorstr='#4c87d0',GradientType=0 ); /* IE6-9 */
}
.darkbluecar {
	background:#000572;
}
.redcar {
	background:#F00;
}
.pinkcar {
	background:#DD83A6;
}
.greencar {
	background:#4EB53F;
}
.darkgreencar {
	background:#030;
}
.kryptongreencar {
	background:#A4CA1D;
}
.greycar {
	background:#666;
}
.orangecar {
	background:#F60;
}
.goldcar {
	background:#B9B55C;
	background: rgb(185,181,92); /* Old browsers */

background: -moz-linear-gradient(-45deg,  rgba(185,181,92,1) 0%, rgba(234,225,91,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(185,181,92,1)), color-stop(100%,rgba(234,225,91,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  rgba(185,181,92,1) 0%,rgba(234,225,91,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  rgba(185,181,92,1) 0%,rgba(234,225,91,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  rgba(185,181,92,1) 0%,rgba(234,225,91,1) 100%); /* IE10+ */

background: linear-gradient(135deg,  rgba(185,181,92,1) 0%,rgba(234,225,91,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b55c', endColorstr='#eae15b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.powderbluecar {
	background:#9BCEE9;
	
}
.whitecar {
	background:#FFF;
	border: 1px solid #888;
	width:13px;
	height:8px;
}
.whitecarhalf {
	background:#FFF;
	border: 1px solid #888;
	height: 8px;
	width:5.5px;
}
.whitecarthird {
	background:#FFF;
	border: 1px solid #888;
	height: 8px;
	width:3px;
}
.yellowcar {
	background:#FFE900;
	border: 1px solid #888;
	width:13px;
	height:8px;
}
.yellowcarhalf {
	background:#FFE900;
	border: 1px solid #888;
	height: 8px;
	width:5.5px;
}
.yellowcarthird {
	background:#FFE900;
	border: 1px solid #888;
	height: 8px;
	width:3px;
}
.silvercar {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(135deg,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #888;
	width:13px;
	height:8px;
}
.silvercarhalf {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(135deg,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #888;
	height: 8px;
	width:5.5px;
}
.silvercarthird {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(135deg,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #888;
	height: 8px;
	width:3px;
}
.icebluecar {
background: rgb(231,241,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(231,241,253,1) 0%, rgba(139,176,218,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,241,253,1)), color-stop(100%,rgba(139,176,218,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1fd', endColorstr='#8bb0da',GradientType=0 ); /* IE6-9 */
	border: 1px solid #888;
	width:13px;
	height:8px;
}
.icebluecarhalf {
background: rgb(231,241,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(231,241,253,1) 0%, rgba(139,176,218,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,241,253,1)), color-stop(100%,rgba(139,176,218,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1fd', endColorstr='#8bb0da',GradientType=0 ); /* IE6-9 */
	border: 1px solid #888;
	height: 8px;
	width:5.5px;
}
.icebluecarthird {
background: rgb(231,241,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(231,241,253,1) 0%, rgba(139,176,218,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,241,253,1)), color-stop(100%,rgba(139,176,218,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(231,241,253,1) 0%,rgba(139,176,218,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1fd', endColorstr='#8bb0da',GradientType=0 ); /* IE6-9 */
	border: 1px solid #888;
	height: 8px;
	width:3px;
}
.titaniumcar {
background: rgb(154,164,166); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(154,164,166,1) 0%, rgba(101,102,106,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,164,166,1)), color-stop(100%,rgba(101,102,106,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aa4a6', endColorstr='#65666a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #888;
	width:13px;
	height:8px;
}
.titaniumcarhalf {
background: rgb(154,164,166); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(154,164,166,1) 0%, rgba(101,102,106,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,164,166,1)), color-stop(100%,rgba(101,102,106,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aa4a6', endColorstr='#65666a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #888;
	height: 8px;
	width:5.5px;
}
.titaniumcarthird {
background: rgb(154,164,166); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(154,164,166,1) 0%, rgba(101,102,106,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,164,166,1)), color-stop(100%,rgba(101,102,106,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(154,164,166,1) 0%,rgba(101,102,106,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aa4a6', endColorstr='#65666a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #888;
	height: 8px;
	width:3px;
}

/* entry flag heights */
.news-content-wrapper .nationality img {
    height: 10px;
}



/* wpml ubermenu */
.ubermenu-wpml-ls-slot-4 ul {
    position:relative !important;
    right:0px !important;
}
.ubermenu-wpml-ls-slot-4 {
    width: 60px !important;
}

/* woocommerce */
input#ship-to-different-address-checkbox {
    display:none;
}
/* footer content */
#footer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	margin-top:3px;
}
#copyright p {
	font-size:12px;
	color:#999999;
	text-align:right;
}
.clear {
	clear:both;
}/* CSS Document */

/*
     FILE ARCHIVED ON 19:35:35 Jun 19, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:53:04 Aug 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.393
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.039
  esindex: 0.005
  cdx.remote: 22.35
  LoadShardBlock: 8178.272 (3)
  PetaboxLoader3.datanode: 7883.897 (5)
  PetaboxLoader3.resolve: 417.56 (2)
  load_resource: 364.937
*/