@charset "utf-8";

html {
	height: 100%;
}

body {
	font: 100%/1.4 Arial;
	background-color: #4b4b4b;
	margin: 0px;
	padding: 0px;
	color: #000;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: scroll;
}

#container {
	height: auto;
	width: 100%;
	min-height: 100%;
 	padding: 0px;
	margin: 0px;
	position: relative;
}

#loading_main {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100;
	visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	min-width: 280px;

}

#loading_main p {
	width: auto;
	color: #FFF;
	font-size: 24px;
	display: block;
	padding: 0px 0px 40px 0px;
	margin: 0px;
	background-image: url("../images/loading_main.gif");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: 50% 32px;
}


#cookie_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e9e9e9;
	width: 100%;
	height: 41px;
	line-height: 11px;
	z-index: 99;
	visibility: hidden;
}


#cookie {
	margin: 0px auto 0px auto;
	width: 1000px;
	position: relative;
}

#cookie p {
	padding: 0px;
	margin: 0px;
	color: #8c8c8c;
	font-size: 11px;
	position: absolute;
	left: 0px;
	top: 8px;
	width: 1000px;
	text-align: center;

}

#cookie a.policy {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	color: #8c8c8c;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}

#cookie a.cookie_close {
	position: absolute;
	top: 10px;
	right: 7px;
	width: 7px;
	height: 7px;
	cursor: pointer;
	background-image: url(../images/cookie_close.png);
	padding: 0px;
	margin: 0px;
	
}

#cookie_disabled_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #cb2128;
	width: 100%;
	height: 41px;
	line-height: 11px;
	z-index: 99;
	visibility: hidden;
}


#cookie_disabled {
	margin: 0px auto 0px auto;
	width: 1000px;
	position: relative;
}

#cookie_disabled p {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 11px;
	position: absolute;
	left: 0px;
	top: 8px;
	width: 1000px;
	text-align: center;

}

#cookie_disabled a.policy {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 11px;
	text-decoration: underline;
}

#header_bg {
	position: absolute;
	top: 0px;	
	left: 0px;
	background: #000;
	height: 176px; /* 135 */
	width: 100%;
}

#header {
	position: absolute;
	top: -135px;
	left: 0px;
	width: 100%;
	height: 176px; /* 135 */
	background: #000;
}

#content_bg {
	width: 1000px;  	
    min-height: 100%;
	padding: 0px;
	margin: 0px auto 0px auto;
	background: #FFF;
	position: relative;
}

#content_bg_shdw {
	width: 1000px;  	
    min-height: 100%;
	padding: 0px;
	margin: 0px 0px 0px -500px;
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 50%;
	-moz-box-shadow: 0 0 50px #0F0F0F;
	-webkit-box-shadow: 0 0 50px #0F0F0F;
	box-shadow: 0 0 50px #0F0F0F;
}

#content {
  	float: left;
    height: 100%;
  	width: 100%; 
	position: relative;
	margin-top: 176px;
	margin-bottom: 217px;
}

.end {
  	height: 0px;
    width: 100%;
  	clear: both;
}

#footer_bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #000;
	height: 217px;
	width: 100%;
}

#footer {
	position: relative;
	margin: 0px auto 0px auto;
	height: 189px;
	background: #CCC;
	width: 1000px;
	background-color: #F6F6F6;
	border-top: solid 1px #EDEDED;
}

#footer_banner {
	position: relative;
	margin: 0px auto 0px auto;
	height: 27px;
	background: #666;
	width: 1000px;

}

#popup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background: transparent;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
	visibility: hidden;
}

#popup_click {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background: transparent;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
	visibility: hidden;
}


#popup2 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background: transparent;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
	visibility: hidden;
}

#popup_perm {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background: transparent;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
	visibility: hidden;
}

#no_stock {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 170px;
	width: 360px;
	background-color: #FFF;
	margin: -125px 0px 0px -200px;
	z-index: 100;
	background-image: url(../images/no_results.png);
	background-repeat: no-repeat;
	background-position: 175px 20px;
	padding: 80px 20px 20px 20px;
	border: none;
	visibility: hidden;
}

#no_stock p {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	position: relative;
	width: 360px;
	text-align: justify;
}

#no_stock a.continue {
	display: block;
    width: 160px;
    height:12px;
    line-height:12px;
	font-size: 12px;
	color: #FFF;
	padding: 8px;
	position: absolute;
	left: 112px;
	bottom: 20px;	
	text-align: center;
	background-color: #ffa200;
	cursor: pointer;
}

#no_stock a.continue:hover {
	background-color: #ffbb44;
	text-decoration: underline;
}

#product_details {

	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: 0px;
	margin-bottom: 0px;
	height: auto;
	width: auto;
	padding: 20px 20px 20px 20px;
	background-color: #FFF;
	display: none;

}

#fit_bar_large {
	background-image: url(../images/fit_bar_large.png);
	background-repeat: no-repeat;
	background-position: 0px 284px;
	background-color: #36c847;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 284px;
	height: 93px;
}

#fit_bar_large:after {
	content:"";
	background-image: url(../images/fit_bar_large.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	right: -31px;
	width: 31px;
	height: 93px;
}

#fit_bar_large span.lrg {
	color: #FFF;
	font-size: 14px;
	width: 264px;
	float: left;
	text-align: center;
	padding: 0px 10px 0px 10px;;

}

#fit_bar_large span.sml {
	color: #FFF;
	font-size: 11px;
	width: 264px;
	float: left;
	text-align: center;
	padding: 0px 10px 0px 10px;;
}



#product_details img {
	margin-top: 10px;
	display: block;
}

#product_details span {
	display: block;
	font-size: 14px;
	color: #666;
	width: 100%;
	text-align: center;
	font-weight: normal;
	margin-top: 10px;
}

#product_details span b {
	font-size: 18px;
	color: #2D2D2D;
	width: 100%;
	text-align: center;
	font-weight: normal;
}

#product_details a.next {
	position: absolute;
	bottom: 20px;
	right: 20px;

	font-size: 11px;
	color: #2d2d2d;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	background-image: url(../images/forward-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 10px;
}

#product_details a.next:hover {
	text-decoration: underline;
}

#product_details a.prev {
	position: absolute;
	bottom: 20px;
	left: 20px;

	font-size: 11px;
	color: #2d2d2d;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	background-image: url(../images/back-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;

}

#product_details a.prev:hover {
	text-decoration: underline;
}

#product_details a.close {
	position: absolute;
	color: #666;
	font-size: 9px;
	top: 10px;
	right: 20px;
	background-image: url(../images/close_box.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding: 0px 16px 0px 0px;
	cursor: pointer;
	text-decoration: none;
}

#load_details {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -185px 0px 0px -325px;
	padding: 20px 20px 20px 20px;
	background-color: #FFF;
	display: none;
	height: 330px;
	width: 570px;

}

#load_details img {
	width: 266px;
	height: 205px;
	float: left;
	margin: 3px 10px 0px 0px;
}

#load_details span.title {
	width: 100%;
	font-size: 18px;
	color: #2d2d2d;
	font-weight: normal;
	float: left;
	margin: 5px 0px 10px 0px;
}

#load_details p {
	font-size: 11px;
	color: #666;
	text-align: left;
	font-weight: normal;
	margin-bottom: 5px;
}

#load_details a.close {
	position: absolute;
	color: #666;
	font-size: 9px;
	top: 10px;
	right: 20px;
	background-image: url(../images/close_box.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding: 0px 16px 0px 0px;
	cursor: pointer;
	text-decoration: none;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 100px;
	background-color: #FFF;
	margin: -30px 0px 0px -145px;
	z-index: 100;
	background-image: url(../images/loading_sml.gif);
	background-repeat: no-repeat;
	background-position: 85px 20px;
	color: #666;
	font-size: 14px;
	padding: 10px 70px 10px 120px;
	border: none;
	visibility: hidden;
}

#car_specs {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 1000px;
	background-color: #FFF;
	margin: 0px 0px 0px -500px;
	z-index: 100;
	padding: 0px;
	border: none;
	visibility: hidden;
}

#car_specs a.close {
	position: absolute;
	color: #666;
	font-size: 9px;
	top: 10px;
	right: 10px;
	background-image: url(../images/close_box.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding: 0px 16px 0px 0px;
	cursor: pointer;
	text-decoration: none;
	z-index: 100;
}

#upgrades {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 1000px;
	background-color: #FFF;
	margin: 0px 0px 0px -500px;
	z-index: 100;
	padding: 0px;
	border: none;
	display: none;
}

#upgrades a.close {
	position: absolute;
	color: #666;
	font-size: 9px;
	top: 10px;
	right: 10px;
	background-image: url(../images/close_box.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding: 0px 16px 0px 0px;
	cursor: pointer;
	text-decoration: none;
	z-index: 100;
}

#upgrades a.add_to_basket {
	background-color: #ffa200;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 30px 4px 30px;
	width: 270px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}

#upgrades a.add_to_basket:hover {
	background-color: #ffbb44;	
}

#tyre_confirmation {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 230px;
	width: 360px;
	background-color: #FFF;
	margin: -155px 0px 0px -200px;
	z-index: 100;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: 178px 20px;
	padding: 60px 20px 20px 20px;
	border: none;
	visibility: hidden;
}

#tyre_confirmation p {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	position: relative;
	width: 360px;
	text-align: justify;
}

#tyre_confirmation a.yes {
	display: block;
    width: 158px;
    height:12px;
    line-height:12px;
	font-size: 12px;
	color: #FFF;
	padding: 8px;
	position: absolute;
	right: 20px;
	bottom: 20px;	
	text-align: center;
	background-color: #ffa200;
	cursor: pointer;
}

#tyre_confirmation a.yes:hover {
	background-color: #ffbb44;
	text-decoration: underline;
}

#tyre_confirmation a.no {
	display: block;
    width: 158px;
    height:12px;
    line-height:12px;
	font-size: 12px;
	color: #666;
	padding: 8px;
	position: absolute;
	left: 20px;
	bottom: 20px;	
	text-align: center;
	background-color: #e2e2e2;
	cursor: pointer;
}

#tyre_confirmation a.no:hover {
	background-color: #ebebeb;
text-decoration: underline;
}

#tpms {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 220px;
	width: 360px;
	background-color: #FFF;
	margin: -140px 0px 0px -200px;
	z-index: 100;
	background-image: url(../images/tpms_alert.png);
	background-repeat: no-repeat;
	background-position: 178px 20px;
	padding: 60px 20px 20px 20px;
	border: none;
	visibility: hidden;
}

#tpms p {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	position: relative;
	width: 360px;
	text-align: justify;
}

#tpms a.ok {
	display: block;
    width: 208px;
    height:12px;
    line-height:12px;
	font-size: 12px;
	color: #FFF;
	padding: 8px;
	position: absolute;
	right: 20px;
	bottom: 20px;	
	text-align: center;
	background-color: #ffa200;
	cursor: pointer;
}

#tmps a.ok:hover {
	background-color: #ffbb44;
	text-decoration: underline;
}

#tyre_alert {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 280px;
	width: 320px;
	background-color: #FFF;
	margin: -140px 0px 0px -160px;
	z-index: 100;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: 140px 20px;
	padding: 0px;
	border: none;
	visibility: hidden;
}

#tyre_alert span {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	position: absolute;
	top: 70px;
	left: 20px;
	width: 280px;
	text-align: justify;
}

#tyre_alert a.continue {
	display: block;
    width: 114px;
    height:12px;
    line-height:12px;
	font-size: 12px;
	color: #FFF;
	padding: 8px;
	position: absolute;
	right: 95px;
	bottom: 20px;	
	text-align: center;
	background-color: #ffa200;
	cursor: pointer;
}

#alert {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 320px;
	background-color: #FFF;
	margin: -75px 0px 0px -160px;
	z-index: 100;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	padding: 0px;
	border: none;
	visibility: hidden;
}

#alert span.q {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	position: absolute;
	top: 26px;
	left: 100px;
	width: 200px;
}

#alert a.yes {
	display: block;
    width: 114px;
    height:12px;
    line-height:12px;
	font-size: 12px;
	color: #FFF;
	padding: 8px;
	position: absolute;
	right: 20px;
	bottom: 20px;	
	text-align: center;
	background-color: #ffa200;
	cursor: pointer;
}

#alert a.yes:hover {
	background-color: #ffbb44;
}

#alert a.no {
	display: block;
    width: 114px;
    height:12px;
    line-height:12px;
	font-size: 12px;
	color: #666;
	padding: 8px;
	position: absolute;
	left: 20px;
	bottom: 20px;	
	text-align: center;
	background-color: #e2e2e2;
	cursor: pointer;
}

#alert a.no:hover {
	background-color: #ebebeb;
}

#delivery {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 152px;
	width: 430px;
	background-color: #FFF;
	z-index: 100;
	color: #666;
	font-size: 14px;
	padding: 20px;
	border: none;
	margin: -96px 0px 0px -235px;
	display: none;
}

#delivery .cookies {
	position: absolute;
	bottom: 0px;
	left: 0px;

	font-size: 11px;
	color: #FFF;
	background-color: #2d2d2d;	
	font-weight: normal;
	height: 60px;
	width: 430px;
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

#delivery .cookies b {
	font-weight: bold;
	color: #FF8400;
}

#delivery span.title {
	display: block;
	font-size: 24px;
	color: #36C847;
	font-weight: normal;
}

#delivery span.notes {
	display: block;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

#delivery span.international {
	display: block;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}



#delivery select {
	display: block;
	border: solid 1px #B3B3B3;
    width: 300px;
    height:29px !important;
    line-height:21px;
	margin: 10px 0px 20px 0px;
	font-size: 14px;
	color: #2D2D2D;
	padding: 4px 4px 4px 2px;
}

#delivery img {
	position: absolute;
	top: 97px;
	left: 330px;
	cursor: pointer;
}

#online_help {
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	padding:15px;
	margin: -160px 0px 0px -200px;
	color:#fff;
	background-color: #FFF;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	min-height: 300px;
	height: auto;
	width: 400px;
	display: none;
}

#online_help:after {
	content:"";

	width: 37px;
	height: 32px;
	position: absolute;
	bottom: -32px;
	left: 80px;
	background-image: url(../images/bubble_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#online_help .avatar {
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin: 0px 0px 0px -76px;
	background-image: url(../images/avatar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 146px;
	width: 151px;
}

#online_help span.loading_box {
	font-size: 14px;
	color: #c1c1c1;
	font-weight: normal;
	text-decoration: none;
	width: auto;
	text-align: left;
	position: absolute;
	left: 185px;
	top: 20px;
	display: block;
}


#online_help span.question {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: normal;
	text-decoration: none;
	width: 300px;
	text-align: left;
	position: absolute;
	left: 65px;
	top: 60px;
	display: block;
}

#online_help span.answered {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: normal;
	text-decoration: none;
	width: 360px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 125px;
	display: block;
}

#online_help span.answered a {
	font-size: 18px;
	color: #237af6;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}



#online_help span.q {
	font-weight: bold;
	font-size: 18px;
	color: #2d2d2d;
/*	color: #237af6; */
	text-decoration: none;
	display: block;
	width: 20px;
	text-align: left;
	position: absolute;
	left: 35px;
	top: 60px;
}

#online_help .notes {
	display: block;
	width: 300px;
	position: absolute;
	left: 65px;
	top: 155px;
}

#online_help .notes p {
	font-weight: normal;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: justify;
}

#online_help select {
	display: block;
    width: 298px;
    height:28px !important;
    line-height:18px;
	font-size: 11px;
	color: #2D2D2D;
	padding: 5px 5px 5px 2px;
	position: absolute;
	left: 65px;
	top: 125px;	
	border: solid 2px #ffa200;
}

#online_help a.button {
	display: block;
    width: 160px;
    height:12px;
    line-height:12px;
	font-size: 12px;
	color: #FFF;
	padding: 8px;
	position: absolute;
	left: 122px;
	top: 180px;	
	text-align: center;
	background-color: #ffa200;
	cursor: pointer;
}

#online_help a.button_all {
	float: left;
	margin: 0px 0px 25px 92px;
    width: 200px;
    height:12px;
    line-height:12px;
	font-size: 12px;
	color: #FFF;
	padding: 8px;
	text-align: center;
	background-color: #ffa200;
	cursor: pointer;
}

#online_help a.button:hover {
	background-color: #ffbb44;
}

#online_help a.close_help {
	position: absolute;
	color: #666;
	font-size: 9px;
	top: 10px;
	right: 10px;
	background-image: url(../images/close_box.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding: 0px 16px 0px 0px;
	cursor: pointer;
	text-decoration: none;
}

#online_help a.start {
	position: absolute;
	color: #666;
	font-size: 9px;
	top: 10px;
	left: 15px;
	padding: 0px;
	cursor: pointer;
	text-decoration: underline;
}

#online_help .list_box {
	position: relative
	float: left;
	margin: 100px 0px 20px 21px;
	height: auto;
	background-color: #e2e2e2;
	border: solid 2px #B3B3B3;
	width: 357px;
	padding: 0px;
	overflow:  hidden;
}

#online_help .list_box .column {
	position: relative;
	width: 178px;
	float: left;
	height: auto;
	border-right: solid 1px #B3B3B3;
	background-color: #FFF;
}

#online_help .list_box .column a.colour {
	width: 148px;
	display: inline-block;
	height: 14px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	border-bottom: solid 1px #B3B3B3;
	padding: 6px 0px 6px 30px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 3px 4px;
	cursor: pointer;
	position: relative;
}

#online_help .list_box .column a.colour:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	top: 7px;
	right: 7px;
	background-image: url(../images/tick_box.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#online_help .list_box .column a.colour_selected {
	width: 148px;
	display: inline-block;
	height: 14px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	border-bottom: solid 1px #B3B3B3;
	padding: 6px 0px 6px 30px;
	background-color: #FFFEBF;
	background-repeat: no-repeat;
	background-position: 3px 4px;
	cursor: pointer;
	position: relative;
}

#online_help .list_box .column a.colour_selected:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	top: 7px;
	right: 7px;
	background-image: url(../images/tick_box_ticked.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#online_help .list_box .column a.style {
	width: 130px;
	display: inline-block;
	height: 14px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	border-bottom: solid 1px #B3B3B3;
	padding: 18px 0px 18px 48px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	cursor: pointer;
	position: relative;
}

#online_help .list_box .column a.style b {
	font-weight: normal;
	font-size: 9px;
}

#online_help .list_box .column a.style:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	top: 19px;
	right: 7px;
	background-image: url(../images/tick_box.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#online_help .list_box .column a.style_selected {
	width: 130px;
	display: inline-block;
	height: 14px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	border-bottom: solid 1px #B3B3B3;
	padding: 18px 0px 18px 48px;
	background-color: #FFFEBF;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	cursor: pointer;
	position: relative;
}

#online_help .list_box .column a.style_selected b {
	font-weight: normal;
	font-size: 9px;
}

#online_help .list_box .column a.style_selected:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	top: 19px;
	right: 7px;
	background-image: url(../images/tick_box_ticked.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#choose_specs {
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 387px;
	width: 540px;
	background-color: #FFF;
	z-index: 100;
	color: #666;
	padding: 20px;
	border: none;
	position: relative;
	margin: -213px 0px 0px -290px;
	display: none;
}

#choose_specs a.close {
	position: absolute;
	color: #666;
	font-size: 9px;
	top: 10px;
	right: 10px;
	background-image: url(../images/close_box.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding: 0px 16px 0px 0px;
	cursor: pointer;
	text-decoration: none;
}

#choose_specs a.reset {
	position: absolute;
	color: #666;
	font-size: 9px;
	top: 0px;
	right: -10px;
	padding: 0px;
	cursor: pointer;
	text-decoration: underline;
}

#choose_specs .image {
	float: left;
	width: 120px;
	margin-right: 20px;
	position: relative;
}

#choose_specs .details {
	width: 400px;
	float: left;
	position: relative;
}

#choose_specs .details span.title {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #36C847;
	margin-bottom: 4px;
}

#choose_specs .details p {
	display: block;
	font-size: 11px;
	color: #666;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#choose_specs .dropdowns {
	float: left;
	width: 100%;
	border-top: dotted 1px #d8d8d7;
	border-bottom: dotted 1px #d8d8d7;
	padding: 10px 0px 15px 0px;
	margin: 10px 0px 10px 0px;
}

#choose_specs .dropdowns .box {
	display: inline;
	width: 265px;
	float: left;
	margin: 0px auto 0px auto;
}

#choose_specs .dropdowns .box span.header {
	font-size: 12px;
	color: #666;
	width: 100%;
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}

#choose_specs .dropdowns .box select {
	font-family: arial;
	display: block;
	border: solid 1px #ffa200;
    width: 100%;
    height: 26px !important;
    line-height:18px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #2D2D2D;
	padding: 4px 4px 4px 2px;
}


#choose_specs .dropdowns .box select[disabled] {
	color: #666;
	background-color: #F0F0F0;
	border: solid 1px #B3B3B3;
}

#choose_specs span.table_header {
	float: left;
	font-size: 11px;
	color: #666;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#choose_specs span.help {
	color: #36C847;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	top: 238px;
	left: 20px;
}

#choose_specs .question_box {
	background-color: #e9e9e9;
	width: 520px;
	height: 117px;
	float: left;
	padding: 10px;
	position: relative;
	margin-top: 30px;
}


#choose_specs .question_box span.question {
	font-size: 14px;
	color: #666;
	width: 100%;
	text-align: center;
	display: block;
	font-weight: normal;
	margin: 21px 0px 5px 0px;;
}

#choose_specs .question_box select {
	font-family: arial;
	display: block;
	border: solid 1px #B3B3B3;
    width: 71%;
    height:26px !important;
    line-height:18px;
	margin: 7px auto 0px auto;
	font-size: 11px;
	color: #2D2D2D;
	padding: 4px 4px 4px 2px;
}

#choose_specs .question_box span.links {
	font-size: 11px;
	color: #FFF;
	width: 100%;
	text-align: center;
	display: block;
	font-weight: normal;
	margin-top: 8px;
}

#choose_specs .question_box span.links a {
	font-size: 9px;
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}

#choose_specs .result {
	float: left;
	width: 100%;
	height: 170px;
	margin: 0px;
	position: relative;
}

#choose_specs .result #results_centered {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#results_centered .delivery_time {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

#results_centered .delivery_time b {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

#results_centered span.price {
	display: block;
	margin: 0px auto 0px auto;
	bottom: 73px;
	left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #CB2128;
	padding: 9px 0px 0px 0px;	
}

#results_centered span.price b {
	font-size: 9px;
	font-weight: bold;
}

#results_centered span.finance_from {
	font-size: 9px;
	font-weight: normal;
	color: #CB2128;
	display: block;
	margin: 2px auto 0px auto;
	padding: 0px;
}

#results_centered span.finance_from b {
	font-size: 11px;
	font-weight: bold;
}

#results_centered span.finance_from a.calculator {
	font-size: 9px;
	text-decoration: underline;
	font-weight: normal;
	color: #CB2128;
	cursor: pointer;
}

#choose_specs .result .buttons {
	width: 297px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 120px;
	height: 27px;
}

#choose_specs .result .buttons a.add_tyres {
	background-color: #e2e2e2;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 10px 4px 10px;
	width: 128px;
	height: 19px;
	text-align: center;
	text-decoration: none;
	line-height: 19px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#choose_specs .result .buttons a.add_tyres:hover {
	background-color: #EBEBEB;
	color: #909090;	
	text-decoration: underline;	
}

#choose_specs .result .buttons a.more_info {
	background-color: #ffa200;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 10px 4px 10px;
	width: 128px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#choose_specs .result .buttons a.more_info:hover {
	background-color: #ffbb44;
	text-decoration: underline;	
}

#ec_label {
	float: left;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 365px;
	width: 670px;
	background-color: #FFF;
	z-index: 100;
	color: #666;
	padding: 30px;
	border: none;
	position: relative;
	margin: -207px 0px 0px -360px;
	display: none;
}

#ec_label a.close {
	position: absolute;
	color: #666;
	font-size: 9px;
	top: 10px;
	right: 10px;
	background-image: url(../images/close_box.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding: 0px 16px 0px 0px;
	cursor: pointer;
	text-decoration: none;
}

#ec_label .ec_label_img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 310px;
	height: 425px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 30px 30px;
}


#ec_label .ec_label_img span.fuel {
	font-size: 24px;
	color: #FFF;
	position: absolute;
	background-image: url(../images/tyre_ec_control_lrg1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 26px;
	height: 29px;
	left: 116px;	
	padding-left: 25px;
	padding-top: 4px;
	line-height: 24px;
}

#ec_label .ec_label_img span.grip {
	font-size: 24px;
	color: #FFF;
	position: absolute;
	background-image: url(../images/tyre_ec_control_lrg1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 26px;
	height: 29px;
	left: 212px;
	padding-left: 25px;
	padding-top: 4px;
	line-height: 24px;
}

#ec_label .ec_label_img span.noise {
	font-size: 24px;
	color: #FFF;
	position: absolute;
	background-image: url(../images/tyre_ec_control_lrg2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 86px;
	height: 57px;
	top: 298px;
	left: 177px;
	padding-left: 23px;
	padding-top: 16px;
	line-height: 24px;
}

#ec_label .description {
	float: right;
	width: 400px;
	padding: 0px;
	margin: 0px;
}

#ec_label .description p {
	display: block;
	font-size: 11px;
	color: #666;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#ec_label .description span.title {
	display: block;
	font-size: 11px;
	color: #666;
	margin: 15px 0px 2px 0px;
	padding: 0px;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #8C8C8C;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #8C8C8C;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#breadcrumb {
	float: left;
	width: 980px;
	position: relative;	
	margin: 10px;
	padding: 0px;
}

#breadcrumb a {
	float: left;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}

#breadcrumb span {
	float: left;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin: 0px;
}

#breadcrumb a.back {
	float: right;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
	cursor: pointer;
}

#main_header {
	float: left;
	width: 100%;
	background-color: #e9e9e9;
	padding: 13px 0px 13px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	position: relative;
	height: 42px;
}


#main_header .blue_bkg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 154px;
	height: 71px;
	background-image: url(../images/header_bkg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	

}

#main_header .blue_bkg img {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 100px;
	height: 50px;
}

a.menu_header {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	padding: 0px 0px 0px 11px;
	margin: 0px;
	display: block;
	background-image: url(../images/dropdown_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;	
	z-index: 0;
}

h4 {
	float: left;
	font-size: 14px;
/*	color: #2d2d2d; */
	color: #8C8C8C;	
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#intro_about_us h2 {
	float: left;
	font-size: 14px;
	color: #2d2d2d;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#intro_about_us h2 b {
	float: left;
	font-size: 14px;
	color: #ff8400;
	font-weight: bold;
	margin-right: 10px;
}

h5 {
	font-size: 14px;
	line-height: 16px;
	color: #666;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	display: block;
}

h6 {
	float: left;
	font-size: 14px;	
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #FFF;
}




a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
}
a:visited {
}
a:hover, a:active, a:focus { 
}

a.grey666 {
	color: #666;
	text-decoration: underline;
}

a.blue {
	color: #237af6;
	text-decoration: underline;
	cursor: pointer;
}

a.red {
	color: #cb2128;
	text-decoration: underline;
	cursor: pointer;
}

#logo {
	float: left;
	width: 420px;
	height: 75px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#logo img {
	position: absolute;
	top: 18px;
	left: 0px;
}

#logo span.slogan {
	font-size: 11px;
	color: #FFF;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	display: inline;
	position: absolute;
	top: 39px;
	left: 220px;
}

#quick {
	float: left;
	width: 330px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	position: relative;
}


#quick input {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 303px;
	border: none;
	color: #2D2D2D;
	font-size: 11px;
	height: 14px;
	padding: 4px 0px 4px 5px;
}

#quick img.button {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 22px;
 	height: 22px;
	border: 0px;
	cursor: pointer;
}

#quick span.quick_desc {
	position: absolute;
	top: 46px;
	left: 0px;
	font-size: 9px;
	color: #CCC;
	line-height: 11px;
	display: block;
	padding: 0px;
}

#basket {
	float: right;
	display: block;
	width: auto;
	position: relative;
	margin-top: 9px;
	padding-bottom: 2px;
	border-bottom: dotted 1px #666;
}

#basket a.title {
	float: right;
	font-size: 12px;
	color: #FFF;
	margin-right: 10px;
	text-decoration: none;
	cursor: pointer;
}

#basket a.title:hover {
	text-decoration: underline;
}

#basket .items {
	float: right;
	font-size: 12px;
	color: #CCC;
	margin-right: 10px;
}

#basket .total {
	float: right;
	font-size: 12px;
	color: #CCC;
}

span.vat {
	float: right;
	width: 210px;
	position: relative;
	font-size: 9px;
	color: #CCC;
	text-align: right;
	margin-top: 2px;
}


#currency {
	float: right;
	display: block;
	width: auto;
	position: relative;
	margin-top: 5px;
	cursor: pointer;
}

#currency span.title {
	float: left;
	font-size: 11px;
	color: #FFF;
	margin-right: 5px;
}

#currency a.currency {
	float: left;
	font-size: 11px;
	color: #3f8eff;
	margin-right: 5px;
	text-decoration: underline;
}

#currency span.symbol {
	float: left;
	font-size: 11px;
	color: #FFF;
}

#currency .currency_box {
	position: absolute;
	width: 150px;
	height: auto;
	top: 25px;
	right: 0px;
	background-color: #FFF;
	border: solid 4px #C1C1C1;
	z-index: 100;
	display: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}


#currency .currency_box .arrow {
	position: absolute;
	width: 13px;
	height: 11px;
	right: 46px;
	top: -11px;
	background-image: url(../images/bottom_popup_sml.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#currency .currency_box a.uk {
	display: block;
	font-size: 11px;
	color: #3f8eff;
	width: 95px;	
	padding: 5px 10px 5px 45px;
	border-bottom: solid 1px #d8d8d7;
	background-image: url(../images/flag_uk.png);
	background-position: 10px 13px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#currency .currency_box a.uk b {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#currency .currency_box a.ie {
	display: block;
	font-size: 11px;
	color: #3f8eff;
	width: 95px;	
	padding: 5px 10px 3px 45px;
	background-image: url(../images/flag_ie.png);
	background-position: 10px 13px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#currency .currency_box a.ie b {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#currency .currency_box a.ie:hover {
	background-color: #f6f5f5;
}

#currency .currency_box a.uk:hover {
	background-color: #f6f5f5;
}

#search_controls {
	float: left;
	width: 1000px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/navi_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	z-index: 99;
}

#search_controls a.home {
	float: left;
	width: 21px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/home.png);
	background-position: 5px 25px;
	background-repeat: no-repeat;
	background-color: #383838;
	cursor: pointer;
}

#search_controls a.home:hover {
	background-color: #828282;
}

#search_controls .link {
	float: left;
	width: 168px;
	height: 54px;
	margin: 0px;
	padding: 6px 15px 0px 15px;
	background-image: url(../images/navi_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	position: relative;
	cursor: pointer;
}

#search_controls .link a.hidden {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#search_controls .link p {
	font-size: 9px;
	color: #CCC;
	line-height: 11px;
	display: block;
	text-align: left;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	z-index: 0;
}


#search_controls .search {
	float: right;
	width: 345px;
	height: 54px;
	margin: 0px;
	padding: 6px 0px 0px 16px;
	background-image: url(../images/navi_bg_blue.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	position: relative;
}

#search_controls .search:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -19px;
	width: 19px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/navi_bg_split.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#search_controls .search span.title {
	float: left;
	width: auto;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	margin-right: 10px;
}

#search_controls .search a.yellow {
	float: left;
	width: auto;
	font-size: 9px;
	color: #fcff02;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	padding-top: 1px;
}


#search_controls .search span.yellow {
	float: left;
	width: auto;
	font-size: 9px;
	color: #fcff02;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 7px 0px 7px;
	cursor: pointer;
	padding-top: 1px;
}

#search_controls .search span.line1 {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}

#search_controls .search span.line2 {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}

#search_controls .search .help_vehicle_selector_box {
	position: absolute;
	width: 620px;
	height: auto;
	top: -70px;
	right: 0px;
	background-color: #FFF;
	border: solid 4px #C1C1C1;
	z-index: 99;
	display: none;
	padding: 5px 10px 3px 10px;
	margin: 0px 0px 0px 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

#search_controls .search .help_vehicle_selector_box p {
	font-size: 11px;
	color: #666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	width: 100%;
	text-align: justify;
	line-height: 15px;
	
}

#search_controls .search .help_vehicle_selector_box .arrow {
	position: absolute;
	width: 13px;
	height: 11px;
	right: 2px;
	bottom: -11px;
	background-image: url(../images/top_popup.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#combo_manu {
	float: left;
	width: 136px;
	margin-right: 4px;
}

#combo_model {
	float: left;
	width: 136px;
	margin-right: 4px;
}

#combo_year {
	float: left;
	width: 57px;
}

#combo_manu select {
	float: left;
	border: none;
    z-index:2;
    width: 100%;
    height:24px !important;
    line-height:18px;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	color: #2D2D2D;
	padding: 4px 4px 4px 2px;
	cursor: pointer;
}

#combo_manu select[disabled] {
	color: #AAA;
	background-color: #E9E9E9;
	cursor: default;
}

#combo_model select {
	float: left;
	border: none;
    z-index:2;
    width: 100%;
    height:24px !important;
    line-height:18px;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	color: #2D2D2D;
	padding: 4px 4px 4px 2px;
	cursor: pointer;
}

#combo_model select[disabled] {
	color: #AAA;
	background-color: #E9E9E9;
	cursor: default;
}

#combo_year select {
	float: left;
	border: none;
    z-index:2;
    width: 100%;
    height:24px !important;
    line-height:18px;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	color: #2D2D2D;
	padding: 4px 4px 4px 2px;
	cursor: pointer;
}

#combo_year select[disabled] {
	color: #AAA;
	background-color: #E9E9E9;
	cursor: default;
}

#combo_manu_quick {
	float: left;
	width: 136px;
	margin-right: 4px;
}

#combo_model_quick {
	float: left;
	width: 136px;
	margin-right: 4px;
}

#combo_year_quick {
	float: left;
	width: 57px;
}


#combo_manu_quick select {
	float: left;
	border: none;
    z-index:2;
    width: 100%;
    height:24px !important;
    line-height:18px;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	color: #2D2D2D;
	padding: 4px 4px 4px 2px;
	cursor: pointer;
}

#combo_model_quick select {
	float: left;
	border: none;
    z-index:2;
    width: 100%;
    height:24px !important;
    line-height:18px;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	color: #2D2D2D;
	padding: 4px 4px 4px 2px;
	cursor: pointer;
}

#combo_model_quick select[disabled] {
	color: #AAA;
	background-color: #E9E9E9;
	cursor: default;
}

#combo_year_quick select {
	float: left;
	border: none;
    z-index:2;
    width: 100%;
    height:24px !important;
    line-height:18px;
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	color: #2D2D2D;
	padding: 4px 4px 4px 2px;
	cursor: pointer;
}

#combo_year_quick select[disabled] {
	color: #AAA;
	background-color: #E9E9E9;
	cursor: default;
}

#search_controls .link:hover {
	background-image: url(../images/navi_bg_hover.png);
}

#search_controls .link:hover a.menu_header {
	color: #2D2D2D;
	background-position: 0px 6px;	
}

#search_controls .link:hover p {
	color: #666;
}

#search_controls .link .dropdown {
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	height: auto;
	background-color: #f2f2f2;
	z-index: 99;
	margin: 0px;
	padding: 0px;
	border: solid 3px #c1c1c1;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	cursor: default;
}

#search_controls .link .dropdown .column {
	float: left;
	width: 150px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#search_controls .link .dropdown .column a {
	float: left;
	width: 130px;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	border-bottom: solid 1px #e0e0e0;
	padding: 3px 10px 3px 10px;
	position: relative;
	cursor: pointer;
	background-color: #FFF;
}

#search_controls .link .dropdown .column a b {
	font-size: 9px;
	color: #a8a8a8;
	font-weight: normal;
	text-decoration: none;
	float: right;
	margin-top: 1px;
}

#search_controls .link .dropdown .column a:hover {
	background-color: #6D6D6D;
	color: #FFF;
}

#search_controls .link .dropdown .column a:hover b {
	color: #CCC;
}

#search_controls .link .dropdown .column a.red {
	float: left;
	width: 130px;
	font-size: 11px;
	color: #CB2128;
	text-decoration: none;
	border-bottom: solid 1px #e0e0e0;
	padding: 3px 10px 3px 10px;
	position: relative;
	cursor: pointer;
	background-color: #FFF;
}

#search_controls .link .dropdown .column a.red:hover {
	background-color: #CB2128;
	color: #FFF;
}


#search_controls .quick {
	float: left;
	width: 330px;
	height: 60px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#search_controls .quick input {
	float: right;
	border: none;
	color: #666;
	font-size: 11px;
	height: 14px;
	display: inline;
	width: 287px;
	padding: 4px 0px 4px 5px;
	margin: 10px 0px 0px 0px;
}

#search_controls .quick img {
	float: right;
	width: 22px;
 	height: 22px;
	border: 0px;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
	display: inline;
}

#search_controls .quick span.quick_desc {
	float: right;
	font-size: 9px;
	color: #CCC;
	line-height: 11px;
	display: block;
	padding: 4px 0px 0px 0px;
}


#copyright_payments {
	width: 980px;
	padding: 7px 10px 10px 10px;
	position: relative;
}

#copyright_payments .copyright {
	float: left;
	height: 17px;
	padding: 3px 0px 0px 0px;
	
}

#copyright_payments .copyright span.text {
	float: left;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

#copyright_payments .copyright span.divider {
	float: left;
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	padding: 0px;
	margin: 0px 10px 0px 10px;
}

#copyright_payments .copyright a {
	float: left;
	font-size: 11px;
	color: #bab9b9;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

#copyright_payments .payments {
	float: right;
	background-image: url(../images/card_logos.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 406px;
	height: 17px;
	padding: 3px 0px 0px 0px;
}

#copyright_payments .payments span.text {
	float: left;
	font-size: 11px;
	color: #666;
	font-weight: normal;

}

#footer_links {
	width: 980px;
	margin: 25px 0px 0px 0px;
	padding : 0px;
}

#footer_links ul {
	float: left;
	width: 215px;
	list-style: none;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}

#footer_links ul li.header {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #F90;
	text-decoration: underline;
	padding: 0px 0px 3px 0px;
}

#footer_links ul li.link {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
	line-height: 16px;
}



#footer_banner .social {
	float: left;
	width: 241px;
	height: 27px;
}

#footer_banner .social a.twitter {
	float: left;
	width: 87px;
	height: 27px;
	background-image: url(../images/twitter.png);
}

#footer_banner .social a.facebook {
	float: left;
	width: 154px;
	height: 27px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-color: #3b5999;
	position: relative;
}

#footer_banner .social .fb-like {
	position: absolute;
	top: 3px;
	height: 15px;
	left: 157px;
	background-color: #3b5999;
}

#footer_banner .info {
	float: left;
	width: 518px;
	height: 27px;
	background-color: #D9D9D9;

}

#footer_banner .info span {
	float: left;
	color: #484848;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 0px 0px 0px;
	text-align: center;
	width: 518px;
}


#footer_banner .info span b {
	color: #376DDF;
	font-size: 12px;
	font-weight: bold;
}

#footer_banner .info span a {
	color: #376DDF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#footer_banner a.finance {
	float: left;
	background-color: #36C847;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 0px 4px 40px;
	width: 201px;
	height: 17px;
	background-image: url(../images/timer.png);
	background-repeat: no-repeat;
	background-position: 12px 1px;
	text-decoration: none;
}

#footer_banner a.finance:hover {
	background-color: #4cd35c;
	background-image: url(../images/timer_rollover.png);
}

#no_results {
	float: left;
	font-size: 22px;
	color: #2d2d2d;
	font-weight: normal;
	margin: 100px 100px 130px 100px;
	padding: 60px 0px 0px 0px;
	width: 800px;
	text-align: center;
	background-image: url(../images/no_results.png);
	background-repeat: no-repeat;
	background-position: 375px 0px;

}

#no_results_custom {
	float: left;
	font-size: 22px;
	color: #2d2d2d;
	font-weight: normal;
	margin: 40px 100px 130px 100px;
	padding: 60px 0px 0px 0px;
	width: 600px;
	text-align: center;
	background-image: url(../images/no_results_up.png);
	background-repeat: no-repeat;
	background-position: 35px 25px;
}

#no_results_filtered {
	float: left;
	font-size: 22px;
	color: #2d2d2d;
	font-weight: normal;
	margin: 0px 0px 100px 0px;
	padding: 100px 0px 0px 0px;
	width: 100%;
	text-align: center;
	background-image: url(../images/no_results_filtered.png);
	background-repeat: no-repeat;
	background-position: 375px 40px;

}

#no_results_filtered p {
	float: left;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

#no_results_custom p {
	float: left;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

#no_results p {
	float: left;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

span.delivery_time {
	display: block;
	font-size: 12px;
	color: #237af6;
}

span.custom_tyre {
	display: block;
	font-size: 12px;
	color: #ff8400;
	padding-top: 10px;
	font-style: italic;
}