/* -----[ Go Cyber Style Sheet ]-- */
/* -----[   www.gocyber.co.nz  ]--- */
/* -----[  Production Partners ]--- */

html, body, div, p, dl, dd, dt, ol, ul, li, h1, h2, h3, h4, h5, h6, img, form {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	background-color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 118%;
	color: #000000;
	text-align: left;
}
p {
	padding-bottom: 8px;
}
em {
 font-style: italic;
	color: #000000;
}
ul {
 margin: 0;
 padding: 0 0 0 15px;
}
.line {
	background: #fff url(../images/general/borderLine.gif) repeat-x center bottom;
	margin: 8px auto;
	height: 1px;
}

/* -----[ Images ]------------------------- */

img {
	border: 0;
}
.img_logo {
 padding: 28px 0 10px 55px;
}
.img_best_buys {
	padding: 15px 0 6px 0;
}
.img_top {
	top: 3px;
}
.img_bottom {
	padding-bottom: 3px;
}
.img_topbot {
	padding-top: 6px;
	padding-bottom: 3px;
}
.img_leftbot {
	padding-bottom: 3px;
	padding-left: 3px;
}


/* -----[ Colours ]------------------------- */

.white {
	color: #ffffff;
	padding-bottom: 6px;
}
.red {
	color: #e80f46;
}

/* -----[ Home Page ]------------------------- */

.intro {
	padding: 14px 10px 14px 10px;
}

/* -----[ Search Results ]------------------------- */

.size {
	margin-bottom: 10px;
}
.rh_one {
	background-color: #8ea3b1;
	color: #dcdfe0;
}
.rh_two {
	background-color: #cad6e0;
	color: #808385;
}
.rh_three {
	background-color: #91969f;
	color: #45535c;
}

/* -----[ Search Again ]------------------------- */

.search_again {
	margin-top: 6px;
	font-weight: bold;
}


/* -----[ Links ]------------------------- */

a {
	color: #e80f46;
	text-decoration: underline;
}
a:hover {
	color: #e80f46;
	text-decoration: none;
}
a.link {
	color: #231f20;
	text-decoration: underline;
}
a.link:hover {
	color: #231f20;
	text-decoration: none;
}
a.vehicle_link {
	color: #231f20;
	text-decoration: underline;
}
a.vehicle_link:hover {
	color: #e80f46;
	text-decoration: none;
}
a.gcl {
	font-size: 11px;
 color: #b1b1b1;
	text-decoration: none;
}
a.gcl:hover {
	font-size: 11px;
 color: #e80f46;
	text-decoration: none;
}


/* -----[ Headers ]------------------------ */

h1 {
	font-size: 28px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 28px;
	padding-bottom: 4px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #e80f46;
	padding-bottom: 8px;
	line-height: 26px;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	color: #e80f46;
	line-height: 28px;
	padding-bottom: 4px;
}
h4,h5,h6 {
	font-size: 16px;
	font-weight: normal;
	color: #00aeef;
	padding-right: 45px;
	text-align: right;
	padding-bottom: 4px;
}

/* -----[ Footer ]------------------------ */

.logos {
	color: #231f20;
	font-size: 12px;
	line-height: 14px;
}
.base {
	color: #231f20;
	font-size: 12px;
	line-height: 14px;
}
.copyright {
	font-size: 11px;
	color: #b1b1b1;
	line-height: 14px;
	margin-bottom: 2px;
	padding-top: 58px;
}

/* -----[ Clear Fixes ]------------------------- */

.clearfix {
	clear: both;
}
.clear_left {
	clear: left;
	margin-bottom: 12px;
}
.clearleft {
	clear: left;
}

/* -----[ Form ]------------------------ */

.mid_bg_form {
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	border-bottom: solid #d9dddf 1px;
}
.light_bg_form {
	background-color: #e8e7e3;
	color: #000000;
	padding: 5px 5px 5px 10px;
	border-bottom: solid #d9dddf 1px;
	border-top: solid #ffffff 1px;
	border-right: solid #ffffff 6px;
}
.white_bg {
	background-color: #d9dddf;
}
