@import url('insure4aday_typography.css');
@import url('colorbox.css');

body {
	font-size:85%;
}

/* STRUCTURE */

#site {
	position:relative;
	background:#DBCCA5 url('../images/template/insure4aday/gradient_top.jpg') 0 -35px repeat-x;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

#cookie_compliance {
	position:relative;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

#cookie_compliance #cookie_compliance_close {
	position:absolute;
	top:7px;
	right:10px;
	text-decoration: none;
	font-size:160%;
	font-weight: bold;
	line-height:1em;
	color:#FFF;
}

#cookie_compliance p {
	margin:0;
	padding: 7px 40px 10px 10px;
	color:#FFF;
}

#header {
	margin-top:65px;
	height:90px;
	position:relative;
	background:#FFF url('../images/template/insure4aday/corner_right.jpg') top right no-repeat;
}

#header #logo {
	position:absolute;
	top:-44px;
	left:0;
}

#header #nav {
	background:url('../images/template/insure4aday/ul_bg_left.jpg') top left no-repeat;
	height:52px;
	position:absolute;
	top:20px;
	left:210px;
	width:721px;
}

#header ul {
	width:703px;
	height:52px;
	background:url('../images/template/insure4aday/ul_bg_right.jpg') top right no-repeat;
}

#header ul li {
	float:left;
	display:block;
	height:45px;
	line-height:45px;
	margin-top:7px;
	background:url('../images/template/insure4aday/li_div.jpg') top left no-repeat;
}

#header ul li:first-child, #header ul li.nav_first {
	background:none;
}

#header ul li a {
	float:left;
	display:block;
	height:30px;
	line-height:35px;
	padding: 0 25px;
	color:#FFF;
	font-size:140%;
	text-decoration: none;
}

#header ul li a.active {
	color:#fdcb25;
}

#content,
#site_content {
	width:100%;
	padding-bottom:15px;
	text-align:center;
	background:#FFF url('../images/template/insure4aday/gradient_bottom.jpg') bottom left repeat-x;
}

#content_inner {
	text-align: left;
	padding:18px;
	background:#FFF;
	min-height:350px;
	
	border-radius:         12px;
	-webkit-border-radius: 12px;
	-moz-border-radius:    12px;
	-o-border-radius:      12px;
	-khtml-border-radius:  12px;
}

#footer {
	clear:both;
	margin:0;
	min-height:260px;
	padding:10px 0 0 0;
	/*overflow:auto;*/
}

#footer a {
	color:#8F6A08;
}

#footer ul {
	list-style: none;
	padding-left:0;

}

#footer p {
	color:#4F3D0F;
	font-size:90%;
}

/* BREADCRUMB */

.breadcrumb {
	float:right;
	margin:0;
	margin-top:-10px;
	padding:0;
}

.breadcrumb li {
	display:inline;
	list-style: none;
	margin:0;
	padding:0;
}

.breadcrumb li a {
	display:block;
	float:left;
	text-align:center;
	padding-top:37px;
	background:url('../images/template/insure4aday/breadcrumb_off.jpg') top center no-repeat;
	color:#cdcdcd;
	text-decoration: none;
}

.breadcrumb li.disabled a {
	cursor:default;
}

.breadcrumb li.active a {
	background:url('../images/template/insure4aday/breadcrumb_on.jpg') top center no-repeat;
	color:#af921d;
	font-weight:bold;
	cursor:default;
}

.breadcrumb li.bc_1 a {width:100px;}
.breadcrumb li.bc_2 a {width:100px;}
.breadcrumb li.bc_3 a {width:140px;}
.breadcrumb li.bc_4 a {width:100px;}



/* COMMON */

table {clear:both;}

table.list th, table.list td {padding:4px 10px 4px 5px;border:#DDDDDD solid 1px;}

#model_container {
	background:#EFEFEF;
	padding:10px;
	width:750px;
	margin: 0 0 15px 0;
}

#model_container ul {
	border:#CCC solid 1px;
	background:#FFF;	
	height:120px;
	width:730px;
	margin:0;
	padding:5px;
	overflow-y: scroll;
	list-style: none;
}

#model_container ul li {
	border-bottom:#EFEFEF solid 1px;
	padding: 2px 0;
}

#model_container .inactive {
	color:#CCC;
	text-decoration: line-through;
}

#model_container .inactive_notice {
	color:#AF2020;
	float:right;
}

#model_container p {
	margin: 0 0 0 0;
}

#vehicle_model_search {
	width:400px;
}

#screenquote {
	border:#9F2727 solid 2px;
	margin: 0 0 10px 0;
	padding:5px;
}

#screenquote p {
	font-size:100%;
	margin:0;
	padding:0;
}

#screenquote p.total {
	color:#FF0000;
	font-size:120%;
	font-weight: bold;
}

/* FAQs */

p.faq_set {
	display:block;
	background:#EFEFEF;
	padding:10px;
	border-radius:         6px;
	-webkit-border-radius: 6px;
	-moz-border-radius:    6px;
	-o-border-radius:      6px;
	-khtml-border-radius:  6px;
}

/* FORMS */

p.f {
	margin:0;
	padding:0;
}

.dob {width:90px;margin-right:10px;}

.date_part {width:69px;margin-right:5px;}
.time_part {width:144px;margin-right:5px;}

form label.pad {
	padding-top:10px;
}

form label span {
	font-weight:normal;
	display:block;
	font-style: italic;
}

input.postcode {width:150px;}
input.registration {width:150px;}

fieldset {background:#FFF;}

textarea {height:120px; width:300px; font-family: Verdana; font-size:100%; resize:none; }

#driver_address, #driver_2_address, #owner_address {height:65px;}

.pagination {margin-bottom:10px;text-align:right;font-size:130%;}
.pagination a {
	padding: 7px;
	font-weight:bold;
}
.pagination span {
	padding: 7px;
	font-weight:bold;
}

a.button_gaq_centre {
	display:block;
	margin: 0 auto;
	width:208px;
	height:73px;
	background:url('../images/template/insure4aday/button_gaq.png') top right no-repeat;
	text-indent:-5000px;
}

a.button_gaq {
	display:block;
	width:208px;
	height:73px;
	background:url('../images/template/insure4aday/button_gaq.png') top right no-repeat;
	text-indent:-5000px;
}

a.button_gaq:hover, a.button_gaq_centre:hover {
	background:url('../images/template/insure4aday/button_gaq_hover.png') top right no-repeat;
}

.find_address {
	margin-left:10px;
	background:#4DA00E;
	color:#FFF;
	font-weight: normal;
	border:#0B7502 solid 2px;
	padding:2px;
	border-radius:7px;
}

.find_address:hover {
	background:#0B7502;
}

/* PAGE LAYOUT STYLES */

.grey-box {
	background:#f1f1f2;
	padding:10px;
	border:#FFF solid 2px;
	border-radius:15px;
	box-shadow: 1px 1px 4px #CCC;
	margin: 15px 0;
}

/* STAR RATINGS */

.star_rating {
	width:65px;
	height:12px;
	background:url('../images/template/insure4aday/stars.png') 0 0 no-repeat;
}
a.star_rating {
	text-align: left;
	display:inline-block;
	text-indent:-5000px;
}
.star_rating .stars {
	display: block;
	text-indent:-5000px;
	width:0px;
	height:12px;
	text-indent:-7000px;
	overflow: hidden;
	background:url('../images/template/insure4aday/stars.png') 0 -15px no-repeat;
}
.star_rating.star_rating_1 .stars {width:13px;}
.star_rating.star_rating_2 .stars {width:26px;}
.star_rating.star_rating_3 .stars {width:39px;}
.star_rating.star_rating_4 .stars {width:52px;}
.star_rating.star_rating_5 .stars {width:65px;}

.review_comment {
	border:#F9C877 solid 1px;
	background:#FCF1E0;
	margin:7px 0 0 0;
}
.review_comment p {
	padding:7px;
	margin:0;
	color:#494845;
}
.review_comment p.review_comment_intro {
	font-weight:bold;
	font-style: italic;
	padding-bottom:0;
}

.send_email_quote{

	border:1px solid #990000;
	border-radius:5px;
	padding: 11px 36px;
	margin-left: 10px;
	background:url('../images/template/insure4aday/send_email.png') repeat-x;
	text-decoration:none;
	color:#370c0c;

}

.send_email_quote:hover{

	background:#d04949;
	color:#000;

}

.save_email_quote{

	border: 1px solid #9c9c08;
	margin-top: 5px;
	border-radius: 5px;
	padding: 8px 10px;
	background: url('../images/template/insure4aday/save_email_quote.png') repeat-x;
	text-decoration: none;
	color:#370c0c;
	float: left;
}

.save_email_quote:hover{

	background:#a4a41a;
	color:#000;

}

/* Quoteboxes */

.addon_risk_warning {
	background: #E24A49;
	color: #FFF;
	padding: 15px;
}

.addon_risk_warning label {
	color: #FFF;
	font-size: 16px;
    font-weight: bold;
}

.addon_risk_warning p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}