/*

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;
	}

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;
	}
a img {
	border: none;
	}


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

html {
	
	}
body {
	color: #555555;
	font: 62.5%/1.8em Lucida Grande, Verdana, Arial sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image:url(../images/design/pagebg.jpg)
	}
table,
td,
input,
textarea,
select,
li {
	color: #555555;
	font: 12px Lucida Grande, Verdana, Arial, sans-serif;
	}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a:link,
a:visited,
a:active {
	color: #6CB370;
	text-decoration: none;
	}
a:hover {
	color: #6CB370;
	}

/* images */

img {
	border: none;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	
	
	margin:  5px 0 5px 0;
	}
	
	
#content p  {
	margin: 0px 0 4px 0;
	padding:4px 0 0 0px;
	font-size:12px;
	
	
	
	text-align:left;
	line-height:1.7em;
	
}
	
	
	
#main h1  {
	margin: 0px 0 4px 0;
	padding:4px 0 0 0px;
	font-size:26px;
	display:block;
	color:#5a7085;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:1.7em;
	font-weight:bold
}
	
	
	
#main h2 {
	margin: 0px 0 0px 0;
	display:block;
	padding:0px 0px 0px 0px;
	font-size:20px;
	color:#b1ccb4;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:1.7em;
	font-weight:bold
	}
h2#pageTitle {
	
	}
h2#pageTitle span {
	color: #aaa;
	}
h3 {
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	}
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;
	}
	
	
#content ol {
	margin: 0px 0 10px 10px;
	list-style-type:decimal;
	padding:0 0 0 30px;
	font-size:93%;
	color:#a88059;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align:left;
	line-height:19px;
}


#content ol li {
	
	padding-top:4px;
	
}


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

#container {
	width: 960px;
	margin: 0 auto;
	padding:0px
	}


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



#logo {
	float:left;
	width: 214px;
	height:202px;
	padding:4px 0 0px 45px;
}




#header {
width:960px;
	height:225px;
	padding:0px 0px 0 0;
	background-image:url(../images/design/topbannerbg.png);
	.background-image:url(../images/design/topbannerbg.png);
	_background-image:url(../images/design/topbannerbg.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative
	}
	
	

	
#header .inner {
	margin: 0 auto;
	position: relative;
	width: 980px;
	}

/* company logo & tagline */

h1#logo {
	font: normal 3.5em Palatino, Times, Times New Roman, serif;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	}
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 {
	color: #fff;
	font-weight: bold;
	line-height: 3.2em;
	margin: 0;
	padding: 0;
	position: absolute;	
	left: 162px;
	top: 28px;
	text-align: right;
	
	width: 300px;
	z-index: 10;
	}



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

#mid {
	float:left;
	width:960px;
	background-image:url(../images/design/pagebodybg.png);
	background-repeat:repeat-y;
	margin-left:0px;
	}




	 
#pagebody {
	
	
	




	 }
	 
/* breadcrumb trail */

#breadcrumbs {
	font-size:11px;
	line-height:13px;
	height:18px;
	background: #b1ccb4;
	
	border: 1px solid #b1ccb4;
	padding: 6px 7px 4px 7px;
	margin-bottom: 5px;
	color: #FFFFFF;
	border: 1px solid #b1ccb4;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	}
#breadcrumbs a {
	color: #5a7085;
	}
#breadcrumbs a:hover {
	color:  #5a7085;
	}


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

#sidebar {
	MARGIN:0;
	padding: 10px 0px 0 15px;
	float:left;
	text-align:left;
	WIDTH:214px;
	}
	
#sidebar h3	  {
	
margin: 0px 0 0px 0px;
	text-align:left;
	display:block;
	padding:10px 0 20px 0px;
	color:#5a7085;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans";
	font-weight:bold;
	text-transform:none;
	font-size:123.5%;
	height:15px;
	letter-spacing:3px;
	background-image: url(../images/design/birdie.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	
	
	
	}
	
	
 #sidebar .inner { position:relative }

/* search */


form#search {
	position:absolute;
	left:-34px;
	top:-135px;
}

#searchTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#search {
	margin: 0;
	padding: 0;
	}
#search label {
	display: none;
	}
#searchKeyword {
	background: #fff;
	border: 1px solid #fff;
	font-size:12px;
	float: left;
	margin: 0;
	padding: 8px;
	width: 150px;
	}
#adv {
	border: 1px solid #d9d9d9;
	float: left;
	margin: 1em 0 0 0;
	padding: 3px 4px;
	width: 180px;
	}
#searchSubmit {



-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:18px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:18px;
-webkit-border-top-right-radius: 18px;
-webkit-border-bottom-right-radius: 18px;
float:right;
.float:none;
.float:none;



.position:relative;
_position:relative;


.left:4px;
_left:4px;

background-color:#8bb8ae;
color:#FFFFFF;
border:1px solid #8bb8ae;
font-size:13px;
height:33px;
padding:6px 8px 6px 4px;
.padding:5px 5px 5px 5px;
_padding:5px 5px 3px 5px;
margin-left:4px;





	
	}
#searchSubmit:hover {
	background: #6ca498;
	-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:18px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:18px;
-webkit-border-top-right-radius: 18px;
-webkit-border-bottom-right-radius: 18px;

color:#FFFFFF;
border:1px solid #6ca498;
font-size:13px;
padding:6px 8px 6px 4px;
.padding:5px 5px 5px 5px;
_padding:5px 5px 3px 5px;
margin-left:4px;

	cursor: pointer;
	}

/* 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;
	}
	
	
#inner { position:relative }




/* MAIN HORIZONTAL NAV
----------------------------------------------------------------------------- */



#mainnav {
	width:650px;
	height:33px;
	position:absolute;
	top:166px;
	left:300px;
	.left:300px;
	_left:300px;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0px;
	text-align:left;
}
#mainnav ul {
	
	
	padding:0px 0 0 0;
	margin:0;
	LIST-STYLE-TYPE: none;
	


}
#mainnav li {
	FLOAT: left;
	border-right:1px solid #fff;
	MARGIN: 0 0px 0 0;
	padding:0px 0px 0 0;
	
	
	display:inline;
}

#mainnav a {
	margin: 0px 20px 0px 20px;
	padding:4px 5px 4px 5px;

	DISPLAY: block;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	text-transform:none;
	font-size:16px;
	line-height:15px;
	font-weight:bold;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;	
		

	
	


}



#mainnav a:hover {
	COLOR: #fff;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background-color:#b8b7b7
		
}



#mainnav li.last {
	
	border-right:0px
}

#mainnav a.first {
	
	border-left:0px
}




	
	#nav {
	width:205px;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0px;
	text-align:left;
}
	
#navDept {
	
	

	
	}
#navDept li {
	
	border-bottom:1px solid #dadad6;
	MARGIN: 0 0px 0 0;
	padding:0px 0px 0 0;
	
	
	
	}
#navDept li a {
	
	margin: 3px 0px 3px 0px;
	padding:4px 5px 4px 0px;

	DISPLAY: block;
	COLOR: #8bb8ae;
	TEXT-DECORATION: none;
	text-transform:none;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;	
	}
#navDept li a:hover {

	text-decoration:none;
	color:#415970;
	
	}
#navDept li a.selected {
	
	color: #596f84;
	}
#navDept li a:hover.selected {
	
	color: #596f84;
	}
	
	
	
#navDept li.last {
	
	border-right:0px
}


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

.navSub,
.navSub li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.navSub {
	display: none;
	position: relative;
	z-index: 9999;
	}
#navDept li:hover .navSub {
	display: block;
	float: none;
	left: 0;
	top: 3.3em;
	position: absolute;
	width: 170px;
	}
#navDept li:hover .navSub li {
	clear: left;
	display: block;
	float: none;
	position: relative;
	}
#navDept li:hover .navSub li a {
	background: #4f7a9f;
	border-top: 0;
	display: block;
	width: 170px;
	}
#navDept li .navSub a.selected {
	color: #cbd7e2;
	}
#navDept li:hover .navSub li a:hover {
	background: #5a8bb6;
	color: #fff;
	}
#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: auto;
	}
#navDept li:hover .navSub li:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub li:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 194px;
	position: absolute;
	width: auto;
	}

/* customer tools */

#navToolsTitle {
	display: none;
	}
	
	
#navTools {
	position:absolute;
	top:-200px;
	left:-401px;
	width:580px
	}
	
#navTools  ul {
	
padding:0px 0 0 0;
	margin:0;
	LIST-STYLE-TYPE: none;
}

#navTools li {
	FLOAT: left;
	border-right:1px solid #fff;
	MARGIN: 0 0px 0 0;
	padding:0px 0px 0 0;
	display:inline;
	}
	
#navTools li.last {
	
	border-right:0px solid #fff;
	
	}

#navTools li a {
	margin: 0px 9px 0px 9px;
	padding:4px 9px 4px 9px;

	DISPLAY: block;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	text-transform:none;
	font-size:11px;
	letter-spacing:0px;
	line-height:15px;
	font-weight:bold;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;	
	}
	
	#navTools li.first a { margin-left:0; }
	
	
#navTools li a:hover,
#navTools li a.selected {
	COLOR: #fff;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background-color:#b8b7b7
	}
#navTools li a span {}

/* menu items */

.navStaticTitle {
	
	font-size: 1em;
	letter-spacing: 1px;


	text-transform: uppercase;
	}

.navStatic li {
	list-style: none;
	border-bottom:1px solid #dadad6;
	MARGIN: 0 0px 0 0;
	padding:0px 0px 0 0;
	}
.navStatic {
	margin-bottom: 1em;
	}
	
.navStatic ul {
	 
	 border-bottom: 0px;
	 }
	
.navStatic li a,
.navStatic li a:link,
.navStatic li a:visited,
.navStatic li a:active {
	
	display: block;
	width: 100%;	
	}
.navStatic li a:hover {
	color: #415970;
	}
.navStatic li a  {
	margin: 3px 0px 3px 0px;
	padding:4px 5px 4px 0px;

	DISPLAY: block;
	COLOR: #8bb8ae;
	TEXT-DECORATION: none;
	text-transform:none;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;	
	}

/* newsletter signup */

#newsletterTitle {
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#newsletter label {
	display: none;
	}
#newsletterEmail {
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0;
	padding: 9px;
	width: 150px;
	.width: 150px;
	_width: 145px;
	}
#newsletterSubmit {
	
	background:#8bb8ae;
	-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
-webkit-border-radius: 9px;

height:32px;
.height:31px;
_height:31px;
width:70px;
color:#FFFFFF;
border:1px solid #8bb8ae;
font-size:13px;
padding:7px 5px 8px 5px;
.padding:6px 5px 4px 5px;
_padding:6px 5px 4px 5px;
margin-left:4px;

	
	
	
	
	
	
	}
#newsletterSubmit:hover {
	background: #6ca498;
	-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
-webkit-border-radius: 9px;

color:#FFFFFF;
border:1px solid #6ca498;
font-size:13px;
padding:7px 5px 8px 5px;
.padding:6px 5px 4px 5px;
_padding:6px 5px 4px 5px;
margin-left:4px;

	cursor: pointer;	}

/* menu items */

#recentlyViewedTitle {

	}

#recentlyViewed li {
	list-style: none;
	border-bottom:1px solid #dadad6;
	MARGIN: 0 0px 0 0;
	padding:0px 0px 0 0;
	}
	
#recentlyViewed ul { border-bottom:0px; list-style: none;MARGIN: 0 0px 0 0;padding:0px 0px 0 0; }	
	
	
	
#recentlyViewed {
	margin-bottom: 1em;
	}
#recentlyViewed li a,
#recentlyViewed li a:link,
#recentlyViewed li a:visited,
#recentlyViewed li a:active {
	
	}
#recentlyViewed li a:hover {
	color: #415970;
	}
#recentlyViewed li a{
	margin: 3px 0px 3px 0px;
	padding:4px 5px 4px 0px;

	DISPLAY: block;
	COLOR: #8bb8ae;
	TEXT-DECORATION: none;
	text-transform:none;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;	
	}


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

#main {
	padding:12px 25px 12px 44px;
	FLOAT: left;
	margin: 0 0 0 0px;
	text-align:left;
	width:635px;
	}


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

#content {
	margin: 0;
	}
#content #contactDetails {
	background: #f2f2f2;
	float: left;
	margin-left: 0px;
	padding: 1em 0px 0 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: disc;
	line-height:19px;
	color:#495D73;
	margin: .5em 0 .5em 2em;
	}
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;
	border: none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #fff;
	height: 2.2em;
	line-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.) */

#main label {
	display: block;
	}
#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: 280px;
	}
#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;
	}


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

table {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	line-height: 150%;
	margin: .5em 0 1em 0;
	width: 100%;
	}
th {
	background: #f3f3f3;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 5px;
	}
tr {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	}
td {
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	vertical-align: top;
	}
table .price {
	color: #5a8bb6;
	font-size: 1em;
	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: none;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	


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

.pagination {
	background: #f2f2f2;
	clear: both;
	color: #777;
	font-weight: bold;
	margin: -2em 0 1em 0;
	padding: .5em 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 */

.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	} 
.products li {
	background: #f8f8f8;
	margin: 0 0 1em 0;
	padding: 1px 10px 3px 170px;
	position: relative;
	}
.products li:hover {
	background: #f2f2f2;
	}
.products li h3 {
	background: none;
	clear: none;
	font-size: 12px;
	margin-right: 5px;
	}
.products li h3 a,
.products li h3 a:link,
.products li h3 a:visited,
.products li h3 a:active {
	color: #4e789d;
	}
.products li h3 a:hover {
	color: #111;
	}
.products .image {
	display: inline;
	float: left;
	margin: 0 0 0 -169px;
	width: 146px;
	}
.products .image a img {

	padding: 2px;
	}
.products .image a:hover img {
	background: #fff;
	padding: 2px;
	}
.products .addWishlist,
.products .addCompare {
	display: inline;
	margin: .5em 1em .5em 0;
	}
.products .desc {
	line-height: 1.5em;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: #a00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
.products .price {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	}
.products .quantity {
	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: 710px;
	}
.products.grid li {
	float: left;
	margin-right: 32px;
	padding: 10px 15px 5px 18px;
	width: 157px;
		
	min-height:270px;
	height:auto !important;
	height:270px;
	
	}
.products.grid .image {
	float: none;
	margin: 1em 0;
	}
.products.grid .addWishlist,
.products.grid .addCompare {
	border: 0;
	display: block;
	margin: .2em 0;
	padding: 0;
	}
.products.grid .price {
	margin: .5em 0;
	}
.products.grid .price span {
	display: block;
	margin: .5em 0;
	}
.products.grid .actions {
	clear: both;
	float: none;
	margin: .5em 0;
	text-align: left;
	}

/* sort by options / attributes header */

#productSort h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	text-transform: uppercase;
	}
#productSort h3 a {
	color: #999;
	height: 2.7em;
	line-height: 2.7em;
	padding: .8em 10px;
	}
#productSort h3 a:hover {
	color: #555;
	}
#productSort h3 a.selected {
	background: #f2f2f2;
	color: #111;
	}
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
	}

/* sort container */

#productSort #productSortOptions {
	background: #f2f2f2;
	margin: 0 0 1em 0;
	padding: 5px 5px 5px 10px;
	}

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 140px;
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 140px;
	}
#productSort #productSortOptions .formButton {
	float: right;
	margin-top: 5px;
	padding: 0 5px 1px 5px;
	}

/* 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;
	}


/* =PRODUCT DETAILS
================================================= */

/* product details */

#product {
	margin: 1em 0;
	}

/* image gallery */

#hideGalleryInput {
	display: none;
	}
#product .image {
	float: left;
	width:330px;
	margin: 10px 0 1em 0;
	}
#product .image p {
	margin: 1em 0;
	}
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul {
	width: 370px;
	}
#product .image ul li {
	display: inline;
	}
#product .image ul li {
	margin: 0 3px 0 0;
	}
#product .image ul li a img {
	border: 1px solid #eee;
	padding: 2px;
	}
#product .image ul li a:hover img {
	border: 1px solid #ddd;
	padding: 2px;
	}

/* product price & options */

#product .info {
	float: right;
	margin: 0 0 1em 0;
	padding: 0px 10px 10px 10px;
	
	width: 278px;
	}
#product .info .onSale {
	background: #c00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
#product .info .price {
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 1em 0 .5em 0;
	}
#product .info .price span {
	color: #aaa;
	display: block;
	}
#product .info .rrp {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	}
#product .info h3 {
	line-height: 2em;
	margin-bottom: -.5em;
	}
#product .info label {
	float: left;
	margin: 5px .5em 0 0;
	}
#product .info .formField {
	width: 270px;
	}
#product .info .formButton {
	margin: .2em 0 0 0;
	}
#product .info .formFieldShort,
#product .info .formButton {
	float: left;
	margin-right: 1em;
	}
#product .info #addWishlist,
#product .info #addComparison {
	margin: .5em 0;
	}
#product .actions {
	clear: both;
	}


/* =ARTICLES
================================================= */

#articles ul,
#articles li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#articles ul {
	margin: 1em 0;
	}
#articles ul li {
	list-style: none;
	margin: 1em 0 .5em 0;
	}
#articles ul li a {
	color: #666;
	font-weight: bold;
	padding-top: .2em;
	}
#articles ul li a:hover {
	color: #111;
	}
#pageAuthor {
	background: #f2f2f2;
	padding: .5em 10px;
	}


/* =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;
	}
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: #f2f2f2;
	clear: both;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	}
#reviews h3 {
	margin-bottom: 0;
	margin-right: 160px;
	}
#reviews .review {
	float: right;
	margin-bottom: -1.3em;
	}
p.reviewAuthor {
	float: right;
	margin-top: 0;
	}
.reviewDate {
	border-bottom: 1px solid #ddd;
	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: 290px;
	display: inline;
	}
.module2 {
	float: right;
	margin: 1em 0;
	width: 340px;
	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 {
	width: 960px;
	text-align:left;
	height:56px;
	padding:70px 0px 0px 0px;
	float:left;
	background-image:url(../images/design/footerbg.png);
	background-repeat:no-repeat
	}
#footer .inner {
	margin: 0 auto;
	width: 935px;
	}
#footer p {
	text-align:left;
	padding:0px 0px 7px 0px;
	margin:0;
	color:#495D73;
	font-size:11px;
	line-height:1.62em
	}
#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul {
	margin: 1em 0;
	}
#footer li {
	border-left: 1px solid #fff;
	font-weight: bold;
	display: inline;
	margin-left: 0.4em;
	padding-left: 0.8em;
	}
#footer li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	}
#footer a {
	color: #5F916D;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	}
#footer a:hover {
		color: #5F916D;
	font-weight:normal;
	text-decoration:underline;	
	}
#footer #credits {
	}


/* =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 */


form#newsletter { margin-bottom:10px }

/* SHOPPIN CART LINK
------------------------------------------------------------------------------- */


#utility-nav {
	margin-right:16px;
	padding: 12px 0 0 0;
	overflow:visible;
	position:absolute;
	list-style-type:none;
	width:420px;
	left:150px;
	
	top:70px;
	.top:-140px;
	_top:-140px;
}
#utility-nav li {
font-size:15px;
border-right:0px solid #666666;
float:left;
padding:0px 15px 0 15px 
}
#utility-nav li.last {

border-right:0px solid #666666;

}



#utility-nav a {
color:#666666;
font-size:12px;
margin-top:4px;
padding-top:4px;
text-decoration:none;
}
#utility-nav a:hover {
color:#333333;
text-decoration:underline;
}

#utility-nav #shopping-bag-details {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background:#EEEEEE none repeat scroll 0 0;
color:#2E8193;
font-size:85%;
padding:2px 4px;
}

#signup {
	float:left;
	width:195px;
	padding:0 0 4px 0px	
	
	}
	
#signup span input#name { width:200px }
#signup2 span input#iuiye-iuiye { width:200px }
	

#signup2 { 


	float:left;
	width:195px;
	padding:0 0 4px 0px
	
	
	
	}

span.label,span.spacer,span.multiple span {
	width:120px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:4px
} 
span.multiple {float:left;} 
span.button {float:right; padding-right:8px} 



div.clear {clear:both;padding-top:5px;} 
