/*

Tradingeye SCREEN style sheet
=================================================

Copyright:		2009 dpivision.com
Author:			Ian Sidaway
Last edit:		09/09/2009 by Ian Sidaway
Notes:			Horizontal top-level departments, optional drop-down sub departments

*/


/* RESET
------------------------------ */

/* global reset */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img {
	border: 0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
ol, ul, li {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}

/* global reset-reset */

strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}




/* =BASE
================================================= */

html {

	}
body {
	background-image:url(../images/gfx-background-image.gif);
	background-position: top;
	background-repeat:no-repeat;
	color: #666666;
	font: 62.5%/1.8em Lucida Grande, Verdana, Arial sans-serif;	
	text-align: center;
	margin: 0;
	padding: 0;
	
	}
table,
td,
input,
textarea,
select,
li {
	color: #222;	
	font: 1em Lucida Grande, Verdana, Arial, sans-serif;
	}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a:link,
a:visited,
a:active {
	color: #0871b9;
	text-decoration: none;
	}
a:hover {
	color: #ee352b;
	}

/* images */

img {
	border: none;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
h2 {
	font-size: 2em;
	clear: both;
	font-weight: bold;
	color: #31b14a;
	text-transform:lowercase;
	margin: 0;
	}
h2#pageTitle {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: .7em 0;
	color: #ee352b;
	}
	
h2#pageTitle span {
	color: #aaa;
	}
	
h2.maywesuggest {
	padding: 20px 0 0 0;
	border-top: 1px solid #addce9;
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: .7em 0;
	color: #ee352b;
	width: 600px;
	}
	

	
h3 {
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	}
	
h3.sortoptions {
	color:#FFFFFF;
	clear: both;
	font-size: 2em;	
	margin:10px 0 5px 0;
	padding:0;
	}
	
h3#searchTitle {
	display: none;
	}
	
h4,
h5 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}
hr {
	display: none;
	}
.message {
	background: #f2f2f2;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.message.positive {
	background: #0f0;
	}
.message.negative {
	background: #f7e1e1;
	}
.note {
	background: #f3f3f3;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.warning {
	background: #f7e1e1;
	font-size: 1em;
	padding: .5em 10px;
	}
.highlight {
	font-size: 1.4em;
	}
address {
	font-style: normal;
	margin: 1em 0;
	}


/* =CONTAINER
================================================= */

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
	}
	

/* =HEADER
================================================= */

#header {
	border-top: 3.2em solid #0871b9;
	font-size: 1.1em;
	height: 280px;	
	width: 100%;
	padding:0;
	margin:0;
	}
#header .inner {
	margin: 0 auto;
	position: relative;
	width: 980px;
	padding:0;
	}

#logo{
	width:295px;
	height:119px;
	float:left;
	background-image:url(../images/gfx-logo.gif);
	background-repeat:no-repeat;
	margin: 40px 0 20px 20px;

}	

#logo a{
	display:block;
	height:100%;
	width:100%;
}

	
#twitter{
	width:104px;
	height: 97px;
	float:right;
	cursor: pointer;
	display: block;	
	padding: 0;
	margin: 65px 10px 0 0;
}	

#twitter a{
	display:block;
	height:100%;
	width:100%;
}

#flash-header{
	width:630px;
	height:250px;
	background-image:url(../images/gfx-flash-holder-image.gif);
	background-repeat:no-repeat;
	float:left;
}

/* company logo & tagline */

h1#logo {
	font: normal 3.5em Palatino, Times, Times New Roman, serif;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	}
h1#logo a {
	color: #fff;
	}
#tagline {
	border: none;
	color: #345068;
	font: normal 2em Palatino, Times, Times New Roman, serif;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	}

/* shopping basket info */

#info {
	font-size: 1.4em;
	padding: 0;
	margin:0;
	position: absolute;	
	right: 20px;
	top:-38px;
	text-align: right;
	width: 300px;
	z-index: 10;
	text-transform:lowercase;
	}
	

#info a {
	color: #ffffff;
	
	}
#info a:hover {
	color: #addce9;
	}

	
.info-links {
	font-size: 1.5em;
	height: 30px;
	margin: 0;
	padding: 0;
	float:left;
	text-align: left;
	width: 290px;
	}
.info-links a {
	color: #f37327;
	
	}
.info-links a:hover {
	color: #ffffff;
	}	


/* =MID
================================================= */

#mid {
	margin: 0 auto;
	padding-bottom: 1.5em;
	position: relative;
	width: 960px;
	}
	
#mid-home {
	margin: 0 auto;
	position: relative;
	width: 960px;
	}

#love-it-need-it-container {
	width:940px;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(../images/gfx-love-it-need-it-want-it-bg.gif);
	background-repeat: no-repeat;
	background-position:top;
	padding: 20px 0 0 0;
}

.home-big-buttons  a, .home-big-buttons   a:visited {
	display: block;
	height: 138px;
	width: 293px;
	overflow: hidden;
	float:left;
	padding: 0;
	margin-right: 20px;
}

.home-big-buttons  a:hover, .home-big-buttons  a:active{
	display: block;
	text-indent: -293px;
	float:left;
}

/* breadcrumb trail */

#breadcrumbs {
	color: #777;
	float: left;
	font-weight: bold;
	font-size: 1.1em;
	display: inline;
	margin: 1em 0 .5em 10px;
	padding: .5em 10px;
	width: 850px;
	}
#breadcrumbs a {
	color: #444;
	}
#breadcrumbs a:hover {
	color: #111;
	}


/* =SIDEBAR
================================================= */


#sidebar {
	float: right;
	font-size: 1.1em;
	width: 293px;
	background-image:url(../images/gfx-sidebar-bg.gif);
	background-repeat:repeat-y;
	background-color: #febe14;
	padding: 0;
	color: #e2f7f8;
	margin-top: 51px;
	margin-right: 20px;
	}
	
#sidebar-inner {
	float: left;
	color: #e2f7f8;
	width: 200px;
	margin-left: 10px;
	}
	
#sidebar-top {
	float: right;
	width: 280px;
	background-image:url(../images/gfx-sidebar-top.gif);
	background-repeat:no-repeat;
	background-color: #febe14;
	margin-right: 20px;
	}
	
#sidebar-bottom {
	float: right;
	width: 280px;
	background-image:url(../images/gfx-sidebar-top.gif);
	background-repeat:no-repeat;
	background-color: #febe14;
	margin-right: 20px;
	}
	
	
	
#sidebar-home {
	float: right;
	font-size: 1.1em;
	display: inline;
	width: 280px;
	color: #e2f7f8;
	
	}

#side-bar-inner {
	border: dashed 1px #d2be90;	
	width:280px;
	margin-bottom: 20px;
	padding: 0 0 30px 0;
	float:left;
	
	}
	
.side-bar-content{
	width:280px;
	margin-bottom: 20px;
	padding: 0;
	
	}

/* standard search */

#search {
	margin: 0;
	padding: 0 0 0 49px;
	position:absolute;
	top: -97px;
	right:17px;
	height: 26px;
	width: 372px;
	background-image:url(../images/gfx-search-bg.gif);
	}
	
#search label {
	display: none;
	}
	
#searchKeyword {
	float: left;
	margin: 2px 3px 0 0;
	border-right: solid 1px #999999;
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding: 4px;
	width: 195px;
	}
	
#searchKeyword-top {
	background: #fff;
	float: left;
	margin: 0;
	padding: 4px;
	width: 349px;
	height:15px;
	}
	
#adv {
	float: left;
	margin: 2px 0 0 0;
	padding: 3px 4px;
	width: 120px;
	border: 0;
	}
.searchSubmit {
	background-image:url(../images/gfx-go-search-button.jpg);
	background-repeat: no-repeat;
	color:#ffffff;
	float: right;
	height: 26px;
	width: 34px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	border: 0;
	}	

	
.searchSubmit:hover {
	background-image:url(../images/gfx-go-search-button-over.jpg);
	background-repeat: no-repeat;
	color: #febe14;
	cursor: pointer;
	float: right;
	border: 0;
	}

/* brand */

#shopbyBrandTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#shopByBrand {
	float: left;	
	padding: 3px 4px;
	width: 180px;
	}
#brandSubmit {
	background: #5a8bb6;
	border: 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#brandSubmit:hover {
	background: #4f7a9f;
	cursor: pointer;
	}

/* top-level navigation */

#navDeptTitle {
	display: none;
	}
#navDept,
#navDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	
	}
#navDept {
	left: 0;
	position: absolute;
	top: -4em;
	width: 980px;
	
	}
#navDept li {
	display: block;
	float: left;
	margin: 0 2px 0 0;
	position: relative;
	font-size: 1.5em;
	
	}
#navDept li a {
	color: #0871b9;
	display: block;
	float: left;
	font-weight: bold;
	display: block;
	padding: 0 12px;
	}
#navDept li a:hover {
	color: #febe14;
	}
#navDept li a.selected {
	color: #ee352b;
	}
#navDept li a:hover.selected {
	color: #febe14;
	}

/* navSub dropdown menu - shows only when tree nav is enabled in admin > design settings */

.navSub,
.navSub li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size:0.6em;
	}
.navSub {
	display: none;
	position: relative;
	z-index: 9999;
	background-color: #ffffff;
	}
#navDept li:hover .navSub {
	display: block;
	float: none;
	left: 0;
	position: absolute;
	width: 200px;
	
	}
#navDept li:hover .navSub li {
	clear: left;
	display: block;
	float: none;
	position: relative;
	}
#navDept li:hover .navSub li a {
	border-top: 0;
	display: block;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#navDept li .navSub a.selected {
	color: #cbd7e2;
	}
#navDept li:hover .navSub li a:hover {
	color: #febe14;
	}
#navDept li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: 190px;
	}
#navDept li:hover .navSub li:hover .navSub li .navSub {
	display: none;
	position: relative;
	width: 200px;
	}
#navDept li:hover .navSub li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: 190px;
	}

/* customer tools */

#navToolsTitle {
	display: none;
	}
#navTools,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	}
#navTools {
	left: 0;
	position: absolute;
	top: -306px;
	width: 720px;
	}
#navTools li {
	float: left;
	margin-right: 2em;
	
	}
#navTools li a {
	color: #ffffff;
	font-weight: bold;
	padding: .5em 0;
	}
#navTools li a:hover,
#navTools li a.selected {
	color: #addce9;
	}
#navTools li a span {}

/* menu items */

.navStaticTitle {
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	display:none;
	}
.navStatic,
.navStatic li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navStatic {
	margin-bottom: 1em;
	}
.navStatic li a,
.navStatic li a:link,
.navStatic li a:visited,
.navStatic li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	color: #777;
	display: block;
	width: 100%;	
	}
.navStatic li a:hover {
	color: #111;
	}
.navStatic li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}

/* newsletter signup */

.newsletterTitle {
	background-image:url(../images/gfx-block-title-background-sidebar.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size: 1em;
	letter-spacing: 1px;
	margin-bottom:20px;
	padding: .5em 10px;
	text-transform: uppercase;
	width: 260px;
	margin: 0 20px 30px 0;
	}	
#newsletter label {
	display: none;
	}
#newsletterEmail {
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
	
.newsletterSubmit {
	border: 0;
	background-image:url(../images/gfx-sign-up-bttn.gif);
	width:85px;
	height:24px;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
	}
.newsletterSubmit:hover {
	cursor: pointer;
	background-image:url(../images/gfx-sign-up-bttn-over.gif);
	}

/* homepage newsletter styling */

.newsletter-title{
	width: 200px;
	color:#ffffff;
	font-size:2.2em;
	padding: 0;
	margin: 2px 10px 0 0;
	float:left;
}

#home-newsletter-bar-outer, #sub-page-bar{
	width:940px;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image:url(../images/gfx-newsletter-sign-up-home-bg.gif);
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
}

#sub-page-bar{
	height:5px;
}

#home-newsletter-bar-inner{
	width:880px;
	height:4.5em;
	position:relative;
	margin-left: 20px;
}

#home-form, #sub-form{
	padding:5px 0 0 0;
	margin:0;
}

.input-home{
	width: 260px;
	height: 20px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 0 0 0 5px;
	border: 0;
}

.submit-home{
	color: #FFFFFF;
	float:right;
	width: 80px;
	font-size:2em;
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}


.newsletter-title-subpage{
	width: 250px;
	color:#ffffff;
	font-size:1.5em;
	padding: 20px 0 0 0;
	border-top: solid 2px #ff9900;
	margin: 0 0 10px 0;
	float:left;
}


#newsletter-bar-outer, #sub-page-bar{
	width:250px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0;
}

#sub-page-bar{
	height:5px;
}

#newsletter-bar-inner{
	width:250px;
	height:4.5em;
	position:relative;
}

#form, #sub-form{
	padding:5px 0 0 0;
	margin:0;
}

.input{
	width: 245px;
	height: 20px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 0 0 0 5px;
	border: 0;
}

.newsletterSubmitSub {
	width: 68px;
	height:19px;
	background-image:url(../images/gfx-sign-up-bttn-side-bar.gif);
	background-repeat:no-repeat;
	float: right;
	font-size: 1em;
	margin: 0;
	overflow: hidden;
	padding: 0;
	border:0;
	}
.newsletterSubmitSub:hover {
	cursor: pointer;
	background-image:url(../images/gfx-sign-up-bttn-side-bar-over.gif);
	background-repeat:no-repeat;
	border:0;
	}


/* menu items */

#recentlyViewedTitle {
	color:#ffffff;
	font-size: 1em;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#recentlyViewed,
#recentlyViewed li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#recentlyViewed {
	margin-bottom: 1em;
	}
#recentlyViewed li a,
#recentlyViewed li a:link,
#recentlyViewed li a:visited,
#recentlyViewed li a:active {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 1em .9em;
	color: #777;
	display: block;
	width: 100%;	
	}
#recentlyViewed li a:hover {
	color: #111;
	}
#recentlyViewed li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}


/* =MAIN
================================================= */

#main {
	float: left;
	font-size: 1.1em;
	display: inline;
	width: 600px;
	margin-left: 20px;
	}
	
#main-home {
	float: left;
	font-size: 1.1em;
	display: inline;
	width: 290px;
	margin-left: 20px;
	}


/* =CONTENT
================================================= */

#content {
	margin: 1em 0;
	}
#content #contactDetails {
	background: #f2f2f2;
	float: right;
	margin-left: 20px;
	padding: 1em 15px;
	width: 320px;
	}
#content #contactDetails address {
	margin: 0;
	}
#content a {
	font-weight: bold;
	}
#content ul,
#content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	
	}
#content ul {	
	margin: 1em 0 2em 0;
	}
#content ul li {
	list-style: none;
	margin: 0 5px 20px 5px;
	float: left;
	
	}
p.buttonWrapper {
	height: 2em;
	line-height: 2em;
	margin: 1em 0;
	}
p.buttonWrapper a:link,
p.buttonWrapper a:visited,
p.buttonWrapper a:active {
	background: #5a8bb6;
	color: #fff;
	margin-right: .5em;
	padding: .5em 1em;
	}
p.buttonWrapper a:hover {
	background: #4f7a9f;
	}


/* =SUBDEPARTMENTS
================================================= */

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navSubDept {
	background: #f2f2f2;
	color: #777;
	margin: 1em 0 2em 0;
	padding: 1em 10px;
	position: relative;
	}
#navSubDept li {
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	list-style: none;
	margin: 0 10px;
	width: 315px;
	}
#navSubDept li a {
	background: url(../graphics/petrol/navStaticBg.gif) no-repeat 0 50%;
	color: #888;
	display: block;
	font-weight: normal;
	text-indent: 1em;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
	}


/* =FORMS
================================================= */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	clear: left;
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	}
fieldset h3 {
	margin: 1em 0;
	}
.formField {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 4px;
	width: 170px;
	}
select.formSelect {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 3px 4px;
	width: 170px;
	}
select.formSelectMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 3px 4px;
	width: 90px;
	}
.formFieldShort {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 50px;
	}
.formFieldMedium {
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
	padding: 4px;
	width: 90px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #5a8bb6;
	color: #fff;
	height: 2.2em;
	overflow: hidden;
	padding: 0 4px 2px 4px;
	}
.formButton:hover {
	background: #4f7a9f;
	cursor: pointer;
	}
label {
	margin: .5em 0;
	}
label span {
	color: #a00;
	font-size: 110%;
	font-weight: bold;
	}
input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus	{
	background: #fff;
	border: 1px solid #aaa;
	}
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}

/* content area forms (checkout, login, contact form etc.) */

.sort-option-label{
	display: block;
	color:#ffffff;
	float: left;
	margin-bottom:5px;
	width: 130px;
	}
	
#main label {
	display: block;
	color:#0871b9;
	}
#main .formField,
#main .formFieldMedium {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#main select.formSelect,
#main select.formSelectMedium,
#main select.formSelectShort {
	margin: 0 0 .8em 0;
	width: 280px;
	}
#content .formField,
#frmContact .formField {
	width: 250px;
	}
	
#content .formField,
#frmContact .formField {
	width: 200px;
	}
	
#content .formFieldShort,
#frmContact .formFieldShort {
	margin: .2em 0 1em 0;
	width: 50px;
	}
#content select.formSelect,
#frmContact select.formSelect {
	width: 228px;
	}
#content select.formSelectMedium,
#frmContact select.formSelectMedium {
	margin-right: .8em;
	width: 80px;
	}
#content .formButton,
#frmContact .formButton {
	float: left;
	margin-right: .5em;
	}

.addToBasket{
	background-image:url(../images/gfx-add-to-basket-button.gif);
	background-repeat: no-repeat;
	width:110px;
	height:15px;
	border: 0;
	cursor: pointer;
	float:right;
	margin: 10px 20px 0 0;
}

/* =TABLES
================================================= */

table {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	line-height: 150%;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	background: #0871b9;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 5px;
	color: #ffffff;
	}
tr {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	}
td {
	background: #addce9;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	vertical-align: top;
	}
table .price {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	}
th.first,
td.first {
	width: 25%;
	}
td.qty {
	width: 100px;
	}
th.remove {
	width: 75px;
	}
th.product,
th.attributes {
	width: 30%
	}

/* checkout form layout */

table.user,
table.user tr,
table.user td {
	background: none;
	border: 0;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	


/* =PAGINATION
================================================= */

.pagination {
	clear: both;
	color: #777;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 10px .5em 5px;
	}
.pagination p {
	margin: 0;
	}
.pagination p.current {
	display: inline;
	float: right;
	line-height: 1em;
	margin: .5em 0;
	}
.pagination p.summary {
	border-left: 1px solid #bbb;
	float: right;
	line-height: 1em;
	margin: .5em 0 .5em .6em;
	padding-left: .5em;
	}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: .1em 6px;
	}
.pagination a:hover {
	color: #111;
	}
.pagination a.selected {
	background: #fff;
	color: #111;
	}
.pagination.end {
	margin-top: 0;
	}


/* =PRODUCT LISTS
=============================================== */

/* product list */

.product-info {
	font-size: 1.4em;
	margin: 10px 0 20px 0;
	padding: 0 0 0 20px;
	float:left;	
	right: 20px;
	text-align: left;
	width: 580px;
	text-transform:lowercase;
	background-color: #31b14a;
	color: #ffffff;
	border: 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
#product-details-container {
	width:320px;	
	float:right;
	margin-bottom: 20px;
	}

.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	
	} 
	
.products a:link {
	color:#ffffff;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	
	} 

.products li {
	background: #f37327;
	margin: 0 10px 20px 10px;
	padding: 0;
	float: left;
	width:280px;
	border: 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
.productsinner {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width:260px;
	height:260px;
	}
	
.products li:hover {
	color: #febe14;
	float: left;
	}

.products li h3 {
	color:#ffffff;
	background: none;
	clear: left;
	font-size: 1.5em;
	line-height: 3em;
	padding: 10px 0 0 0;
	margin: 0;
	height: 30px;
	}	
	
.products p {
	color:#ffffff;
	font-size: 1.1em;
	}
	
.products li h3 a,
.products li h3 a:link,
.products li h3 a:visited,
.products li h3 a:active {
	color: #ffffff;
	}
.products li h3 a:hover {
	color: #ffffff;
	}
.products .image {
	float: left;
	margin: 20px 10px 10px 0;
	width: 140px;
	height: 140px;
	border: 0;
	background-color: #ffffff;
	text-align:center;
	}
	
.products .image a img {
	text-align:center;
	border: 0;
	}
.products .image a:hover img {
	background: #fff;
	border: 0;
	}

#thumbs-container{
	width: 230px;
	float: left;
	padding: 0;
	margin: 0;
	}
	
#product-image-container{
	width: 230px;
	float: left;
	padding: 0;
	margin: 0;
}


.product-image {
	width: 230px;
	float: left;
	margin: 0 20px 10px 0;
	border: 0;
	background-color: #ffffff;
	text-align:center;
	border: solid 5px #eeeeee;
	}
	
	
	
.products .addWishlist,
.products .addCompare {
	color: #ffffff;
	display: inline;
	margin: .5em 1em .5em 0;
	}
	
.product-options-container-right{
	width: 250px;
	float: right;

}

.product-options-container-left{
	width: 250px;
	float: left;

}
	
.products .desc {
	color: #ffffff;
	line-height: 1.5em;
	}
.products .rrp {
	color: #ffffff;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	float:right;
	padding: 0;
	}
.products .rrp span {
	color: #fff;
	padding: 0;
	}
.products .onSale {
	background: #a00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	float:right;

	}
.products .price {
	color: #ffffff;
	font-size: 2em;
	float:right;
	bottom: 0;
	left: 0;
	padding: 0 0 5px 0;
	margin: 0;
	}
.products .quantity {
	color: #ffffff;
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}

/* product grid */

.products.grid {
	margin-right: -10px;
	width: 620px;
	}
.products.grid li {
	float: left;
	margin-right: 10px;
	padding: 10px 10px 0 10px;
	width: 270px;
	}
.products.grid .image {
	float: none;
	margin: 1em 0;
	
	}
.products.grid .addWishlist,
.products.grid .addCompare {
	color: #ffffff;
	border: 0;
	display: block;
	margin: .2em 0;
	padding: 0;
	}
.products.grid .price {
	margin: .5em 0;
	color: #ffffff;
	font-size: 2em;
	}
.products.grid .price span {
	display: block;
	margin: .5em 0;
	font-size: 2em;
	color:#ffffff;
	}
.products.grid .actions {
	clear: both;
	float: none;
	margin: .5em 0;
	text-align: left;
	}



/* sort container */

#productSort #productSortOptions {
	background-image:url(../images/gfx-sort-options-bg.gif);
	background-repeat:no-repeat;
	width: 600px;
	margin-bottom: 20px;
	padding:5px 20px 27px 20px;
	
	}
	
#productSortOptions-inner {
	background: #ffffff;
	width: 607px;
	height:134px;
	border: dashed  1px #d2be90; 
	padding: 10px;

	}
	

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin: 5px 0 5px 0;
	width: 195px;
	
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 180px;

	}
#productSort #productSortOptions .formButton {
	float: right;
	margin-right: 30px;
	border: none;
	width: 78px;
	height: 17px;
	background-image:url(../images/gfx-sort-list-bttn.gif);
	background-repeat:no-repeat;

	}

/* sort by attributes */

#productSort h4 {
	margin: .8em 0 0 0;
	text-transform: none;
	}
#productSort #productSortOptions dl,
#productSort #productSortOptions dl dt,
#productSort #productSortOptions dl dd {
	margin: 0;
	padding: 0;
	}
#productSort #productSortOptions dl {
	margin: .5em 0;
	padding-left: 150px;
	position: relative;
	}
#productSort #productSortOptions dl dt {
	clear: left;
	color: #555;
	float: left;
	font-weight: bold;
	margin-left: -150px;
	width: 140px;
	}
#productSort #productSortOptions dl dd {
	color: #888;
	float: left;
	margin-right: 1em;
	}


/* =REVIEWS
================================================= */

/* star ratings */

.review {
	background: url(../graphics/petrol/ratings.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	line-height: 12px;
	margin: 1em 0;
	padding-left: 80px;
	color: #ffffff;
	
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -12px;
	}
p.rating2 {
	background-position: 0 -24px;
	}
p.rating3 {
	background-position: 0 -36px;
	}
p.rating4 {
	background-position: 0 -48px;
	}
p.rating5 {
	background-position: 0 -60px;
	}
p.rating6 {
	background-position: 0 -72px;
	}
p.rating7 {
	background-position: 0 -84px;
	}
p.rating8 {
	background-position: 0 -96px;
	}
p.rating9 {
	background-position: 0 -108px;
	}
p.rating10 {
	background-position: 0 -120px;
	}

/* product page reviews */

#reviews {
	background: #addce9;
	clear: both;
	margin: 1em 0;
	padding: 1px 20px;
	position: relative;
	border: none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
#reviews h3 {
	margin-bottom: 0;
	margin-right: 160px;
	color: #ffffff;
	}
#reviews .review {
	float: right;
	margin-bottom: -1.3em;
	}
p.reviewAuthor {
	float: right;
	margin-top: 0;
	}
.reviewDate {
	border-bottom: 1px solid #0871b9;
	margin-bottom: 1em;
	padding-bottom: .5em;
	}
dl#reviewForm,
dl#reviewForm dt,
dl#reviewForm dd {
	margin: 0;
	padding: 0;
	}
dl#reviewForm dt {
	margin: .5em 0 .2em 0;
	}


/* =SEARCH RESULTS
================================================= */

#searchResults,
#searchResults li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#searchResults {
	margin: 1em 0;
	}
#searchResults li {
	list-style: decimal;
	margin: 1em 0 1em 2.5em;
	}
#searchResults h3 {}
#searchResults p {
	margin-top: -1em;
	}
#searchResults span {
	background: #ccc;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	margin-left: .5em;
	padding: .2em .5em .15em .5em;
	}



/* =MISC
================================================= */

/* site map */

#sitemap,
#sitemap ul,
#sitemap li {
	list-style: none;		
	margin: 0;
	padding: 0;
	}
#sitemap {
	margin: 1em 0;
	}
#sitemap li {
	margin: .5em 0;
	}
#sitemap li h3 {
	margin: .2em 0;
	}
#sitemap ul {
	padding-left: 20px;
	}

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 1em 0;
	width: 300px;
	display: inline;
	}
.module2 {
	float: right;
	margin: 1em 0;
	width: 300px;
	display: inline;
	}
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}
#cartContents {
	margin-bottom: 1em;
	}
#cartContents td.productDetails {
	padding-left: 80px;
	}
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
	}
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
	}
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
	}
a.removeItem {
	background: url(../graphics/petrol/removeItem.gif) no-repeat 0 50%;
	height: 16px;
	padding-left: 20px;
	}
#acceptedCards {
	margin: 1em 0;
	}
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

#total {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 110%;
	}
#total dt {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	line-height: 2.5em;
	}
#total dd {
	line-height: 2.5em;
	margin-top: -2.6em;
	text-align: right;
	}
#total .total {
	font-size: 1.2em;
	}
.actions {
	clear: both;
	margin: 1em 0;
	}
#cv2Image {
	float: left;
	margin: -.2em 0 0 1em;
	}

/* checkout summary */

#checkout dl.cartSummary,
#checkout dl.cartSummary dt,
#checkout dl.cartSummary dd {
	margin: 0;
	padding: 0;
	}
#checkout dl.cartSummary dt {
	clear: left;
	float: left;
	margin: 0;
	width: 40%;
	}
#checkout dl.cartSummary dd {
	float: left;
	margin: 0;
	width: 59%;
	}
.addGiftWrap {
	float: left;
	margin: -.5em 0 0 0;
	}
.paymentGateway {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
	}


/* =FOOTER
================================================= */

#footer {
	clear: both;
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em 0;
	background-image:url(../images/gfx-footer-stich.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
#footer .inner {
	margin: 0 auto;
	width: 920px;
	}
#footer p {
	margin-bottom: 0;
	}
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul {
	margin: 1em 0;
	}
#footer li {
	border-left: 1px solid #999;
	font-weight: bold;
	display: inline;
	margin-left: .4em;
	padding-left: .8em;
	}
#footer li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	}
#footer a {
	color: #999;
	}
#footer a:hover {
	color: #addce9;
	}
#footer #credits {
	}
	
		
.komodo-link-container  a, .komodo-link-container   a:visited {
	display: block;
	height: 20px;
	width: 79px;
	margin-top: 4px;
	overflow: hidden;
	float:right;
	

}

.komodo-link-container  a:hover, .komodo-link-container  a:active{
	display: block;
	text-indent: -79px;
	float:right;

}	

.facebook-link-container  a, .facebook-link-container   a:visited {
	display: block;
	height: 34px;
	width: 90px;
	margin-top: 4px;
	overflow: hidden;
	float:left;
	margin-right: 20px;

}

.facebook-link-container  a:hover, .facebook-link-container  a:active{
	display: block;
	text-indent: -90px;
	float:left;

}	

.stumbleupon-link-container  a, .stumbleupon-link-container   a:visited {
	display: block;
	height: 34px;
	width: 94px;
	margin-top: 8px;
	overflow: hidden;
	float:left;
	margin-right: 20px;

}

.stumbleupon-link-container  a:hover, .stumbleupon-link-container  a:active{
	display: block;
	text-indent: -94px;
	float:left;

}	


/* =FLOAT FIX
================================================= */

.inner:after,
#content:after,
.products:after,
.products li:after,
.pagination:after,
#product:after,
#total:after,
.module1:after,
.module2:after,
#search:after,
#advancedSearch:after,
#brand:after,
#newsletter:after,
#navSubDept:after,
#navSubDept li:after,
#productSortOptions:after,
dl:after,
dl dt:after,
dl dd:after,
form:after,
.billShipBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.inner,
#content,
.products,
.products li,
.pagination,
#product,
#total,
.module1,
.module2,
#search,
#advancedSearch,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: inline-block;
	}
/* Hide from IE Mac \*/
.inner,
#content,
.products,
.products li,
.pagination,
#product,
#total,
.module1,
.module2,
#search,
#advancedSearch,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: block;
	}
/* End hide from IE Mac */