@charset "utf-8";
/* CSS Document */

/* SEARCH RESULTS - TYRE */

.tyre-results-outer
{
	height:255px;
	width: 31%;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #CCCCCC;
	margin: 10px 2% 10px 0;
	float: left;
}
#results-header
{
	height:10px;
}
.results-image
{
	width: 100%;
	height: 120px;
	border: 1px solid #ccc;
	background: #fff;
	float:left;
	overflow: hidden;
	margin: 10px 0;
}
.results-image img { 
  border: 0px none currentColor;
  max-width: 1000%;
  vertical-align: middle;
}
.results-image-rec {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
.manuf-image {
	max-width: 100%;
}
.manuf-image img {
	max-width: 100%;
}
.results-text
{
	height:110px;
	margin: 0 5px 0 5px;
	float:left;
	font-size:10px;
}

/* SEARCH RESULTS - CENTRE */

.centre-results-outer
{
	height:128px;
	border-radius:6px;
	border:1px solid #bbbbbb;
	background:#999999;
	color:#204387;
}
.centre-results-inner
{
	height:84px;
	border-radius:6px;
	border:1px solid #bbbbbb;
	background:#ccc;
	padding:10px;
	position:relative;
	left:-1px;
	top:6px;
	color:#676767;
	font-size:12px;
	line-height:16px
}
/* BASKET */
#basket
{
	height:496px;
	width:256px;
	background:#eee;
	border:2px solid #ccc;
	border-radius:5px;
	padding:10px;
}

#basket-header
{	
	border-bottom:1px solid #ccc;
	color:#00349a;
	font-size:18px;
	text-align:center;	
	padding:13px 0px;	
}

#basket-text
{
	padding:10px 0px;
}
.basket-section
{
	padding:10px 0px;
}
.basket-section-title
{
	color:#00349a;
	display:block;
	
}
.basket-section-text
{
	color:#707070;
}

#basket-summary
{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0px;
	color:#00349a;
}
.image-wrap
{
	border-radius:6px;
	overflow:hidden;
}

#time-selector {
	color: #000000;
	list-style-type: none;
	margin: 15px 0 0;
	padding: 0;
}
#time-selector li {
	background-color: #F1F1F2;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	display: inline;
	font-size: 1.0em;
	font-weight: bold;
	height: 20px;
	margin: 3px;
	padding: 5px 17px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	background-color: #006DCC;
	background-image: linear-gradient(to bottom, #0088CC, #0044CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#time-selector .ui-selecting { 
	background: #FECA40; 
}
#time-selector .ui-selected { 
	background: #F39814; 
	color: white; 
}
#time-selector li.disabled {
	background-color: #CC0606;
	color:#fff;
}
label.error {
	color: #FF2222;
	display:block!important;
	background-color:#FFCCCC;
	padding:4px;
}
.ui-datepicker {
	font-size:120%!important;
    width:100%!important;
	padding-bottom:20px;!important;
}
.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}
.details-form-error {
	color: #CC0000;
	font-size: 12px;
}
.reg {
	background-image: url('../img/registration-plate.png'); 
	background-repeat: no-repeat;
	background-position: left;
	background-color: #EFE424; 
	font-size: 22px; 
	padding: 5px 0 5px 50px; 
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	border-radius: 5px; 
   -moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
   border: 0px;
}
.margin-top {
	margin-top: 10px;
}
.margin-bottom {
	margin-bottom: 10px;
}
.margin-top-extra {
	margin-top: 30px;
}
.img-left {
	float: left;
	margin: 10px 20px 10px 0;
}
.img-right {
	float: right;
	margin: 10px 0 10px 20px;
}
.align-right {

	text-align: right;
}
.min-height {
	height: 65px;
	overflow: hidden;
}
.min-height-small {
	min-height: 20px;
}
.text-small {
	font-size: 12px;
	line-height: 14px;
}
.clearfloat {
	clear: both;
	line-height: 0;
	font-size: 1px;
	margin: 0;
}
#tbl_cookies {
	margin: 10px 0 20px 0;
}
#tbl_cookies tr td {
	padding: 5px;
}