/*

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

blockquote {
	text-align: center;
	font-style: italic;
	color: #8B2942;
	padding: 30px 0 10px 0;
	margin-top: 20px;
	background: url(../images/divider1.gif) no-repeat top;
}
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;
	}
a img {
	border: none;
	}


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

html {
	}
body {
	background: #f7f2d4 url(../images/background.gif) repeat-x;
	color: #111;
	font: 62.5%/1.8em Georgia, "Times New Roman", Times, serif;	
	text-align: center;
	margin: 0;
	padding: 0;
	}
table,
td,
input,
textarea,
select,
li {
	color: #222;	
	font-size: 1em;
	}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a:link,
a:visited,
a:active {
	color: #8B2942;
	text-decoration: none;
	}
a:hover {
	color: #111;
	}

/* images */

img {
	border: none;
	}

.image img {
	border: 3px solid #EBEACA;
}
/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
p {
	font-size: 12px;
}
h2 {
	font-size: 1.4em;
	clear: both;
	font-weight: bold;
	}
h2#pageTitle {
	font: normal 24px Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin: .7em 0;
	}

.no_price h2#pageTitle {
	float: right;
	width: 530px;
	margin-bottom: 0;
}

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 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.message.positive {
	background: #0f0;
	}
.message.negative {
	background: #f7e1e1;
	}
.note {
	background: #ffffff;
	font-size: 1.1em;
	margin: 0 0 1em 0;
	padding: .5em 10px;
	}
.warning {
	background-color: #FFFDEF;
	font-size: 1.1em;
	padding: .5em 10px;
	}
.highlight {
	font-size: 1.4em;
	}
address {
	font-style: normal;
	margin: 1em 0;
	font-size: 12px;
	}


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

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


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

#header {
	font-size: 1.1em;
	height: 139px;	
	width: 100%;
	}
#header .inner {
	margin: 0 auto;
	position: relative;
	width: 932px;
	}

/* company logo & tagline */

h1#logo {
	font: normal 3.5em Palatino, Times, Times New Roman, serif;
	margin: 0 auto;
	width: 228px;
	padding: 0;
	}
h1#logo a {
	color: #fff;
	}

/* shopping basket info */

#info {
	color: #fff;
	height: 3.2em;
	line-height: 3.2em;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	}
#info a {
	color: #8B2942;
	}
#info a:hover {
	color: #000;
	}
#basket {
	display: inline;
	height: 3.2em;
	line-height: 3.2em;
	}


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

#mid {
	background: url(../images/background.jpg) repeat-y;
	margin: 50px auto 0 auto;
	padding: 0 5px 1.5em 5px;
	position: relative;
	width: 932px;
	}

#mid-top {
	position: absolute;
	top: -7px;
	left: 0;
	margin: 0 auto;
	width: 942px;
	height: 13px;
	background: url(../images/background_top.jpg) repeat-y;
}
/* breadcrumb trail */

#breadcrumbs {
	background-color: #ebeaca;
	color: #333;
	float: right;
	font-size: 1em;
	display: inline;
	margin: 15px 15px 0 0px;
	padding: .5em 10px .5em 15px;
	width: 655px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#homepage #breadcrumbs {
	margin: 15px 0 0 15px;
	padding: 13px;
	width: 521px;
	float: left;
}
#not_shop #breadcrumbs{
	margin: 15px 0 0 15px;
	width: 876px;
	float: left;
}

#breadcrumbs a {
	text-transform: none;
	color: #8B2942;
	font-style:italic;
	font-size: 1.1em;
	letter-spacing: 0;
	}
#breadcrumbs a:hover {
	color: #111;
	}


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

#side_navigation {
	background-color: #EBEACA;
}

#sidebar {
	float: left;
	clear: left;
	font-size: 1.1em;
	display: inline;
	margin: 8px 0 1em 10px;
	width: 200px;
	}
	
#sidebar a{
	color: #333;
}

#sidebar a:hover {
	color: #8B2942;
}

h3#side_navDeptTitle, h3.side_navStaticTitle {
	display: none;
}

#side_navDept {
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar.leftmen ul {
	margin-left: 0;
	padding: 5px 10px;
}

#sidebar.leftmen li {
	display: block;
	border-top: 1px solid #F7F2D4;
	width: 100%;
	line-height: 2em;
	list-style: none;
	font-size: 11px;
}

#sidebar.leftmen li.first {
	border-top: none;
}

ul.side_navSub {
	border-left: 5px solid #F7F2D4;
}

ul.side_navSub ul.side_navSub {
	border-left: none;
}

ul.side_navSub ul.side_navSub li {
	padding-left: 5px;
}

.side_navStatic {
	padding-top: 0;
	margin-top: 0;
}

#homepage #sidebar, #not_shop #sidebar {
	margin: 0;
	width: 0;
}

/* search */

#searchTitle {
	display: none;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
	
#homepage #searchTitle, #homepage #search, #homepage #newsletterTitle, #homepage #newsletter, #not_shop #searchTitle, #not_shop #search, #not_shop #newsletterTitle, #not_shop #newsletter {
	display:none;
}
#search {
	display: none;
	margin: 0;
	padding: 0;
	}
#search label {
	display: none;
	}
#searchKeyword {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
#adv {
	border: 1px solid #d9d9d9;
	float: left;
	margin: 1em 0 0 0;
	padding: 3px 4px;
	width: 180px;
	}
#searchSubmit {
	background: #8B2942;
	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: 1em 0 0 0;
	overflow: hidden;
	padding: 0 4px;
	text-transform: uppercase;
	}
#searchSubmit:hover {
	background: #AF2B4F;
	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: #8B2942;
	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: #AF2B4F;
	cursor: pointer;
	}

/* top-level navigation */

#top_navigation{
	border-top: 1px solid #b6b39a;
	position: absolute;
	top: -50px;
	left: 5px;
	padding: 13px 0 37px 0;
	width: 932px;
	height:18px;
}
#navDeptTitle {
	display: none;
	}
#navDept,
#navDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navDept {
	float: left;
	}
#navDept li {
	display: inline;
	float: left;
	margin: 0 0 0 26px;
	position: relative;
	z-index: 10;
	font-size: 12px;
	}
#navDept li.first {
	margin-left:0;
	}
#navDept li a {
	background-color: #FFF;
	color: #000;
	display: block;
	float: left;
	font-size: 12px;
	height:18px;
	position:relative;
	overflow:hidden;
	text-decoration:none;
	}
#navDept li a:hover {
	color: #F9F;
	overflow-y:visible; /* needed to make dropdown visible in IE6 */
	}
#navDept li a.selected {
	background: #fff;
	color: #111;
	}
#navDept li a:hover.selected {
	background: #fff;
	color: #111;
	}
#navDept li a span{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	display:block;
	}
#navDept li a:hover span, .navStatic li a:hover span, #navDept li a.selected span, .navStatic li a.selected span{
	background-position: 0 -18px;
	}

/* 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;
	}
#navDept ul.navSub  {
	margin-top: -8px;
}
#navDept .navSub li{
	height:2.5em;
	margin-left:0px;
}
#navDept .navSub li a{
	height:2.5em;
}
#navDept .navSub li a span{
	line-height:2.5em;
	padding-left:10px;
}
/* IE6 uses table with a tag to replace li:hover */
#navDept li a table{
	border-collapse:collapse;
	margin:-1px 0;
	border:none;
	background:#FFFADF;
}
#navDept li a table tr, #navDept li a table td{
	border:none;
}
#navDept li a:hover table .navSub li{
	float:left; /* remove IE6 li extra space */
}
#navDept li a:hover table .navSub li a {
	border-bottom-style:solid;
}

#navDept li:hover .navSub, #navDept li a:hover .navSub {
	display: block;
	float: none;
	left: 0;
	top: 25px;
	position: absolute;
	width: 170px;
	background:#FFFADF; /* stops other background showing though the a tag border in IE7 */
	}
#navDept li:hover .navSub li, #navDept li a:hover .navSub li {
	clear: left;
	display: block;
	position: relative;
	width:170px;
	float: left; /* float needed to remove whitespace in IE7 */
	height:2.6em; /* specifiy height when floated to get the a tag border to be visible */
	}
#navDept li:hover .navSub li a, #navDept li a:hover .navSub li a {
	border-top: 0;
	display: block;
	width: 170px;
	background-color: #FFFDEF;
	border-bottom: dotted 1px #EBEBEB;
	}
#navDept li .navSub a.selected {
	color: #8A2841;
	}
#navDept li:hover .navSub li a:hover, #navDept li a:hover .navSub li a:hover {
	color: #8A2841;
	background-color: #EFEED1;
	}
#navDept li:hover .navSub li .navSub, #navDept li a:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub, #navDept li a:hover .navSub li a:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 170px;
	position: absolute;
	width: auto;
	}
#navDept li:hover .navSub li:hover .navSub li .navSub, #navDept li a:hover .navSub li a:hover .navSub li .navSub {
	display: none;
	position: relative;
	}
#navDept li:hover .navSub li:hover .navSub li:hover .navSub, #navDept li a:hover .navSub li a:hover .navSub li a:hover .navSub {
	display: block;
	float: none;
	top: 0;
	left: 170px;
	position: absolute;
	width: auto;
	}

/* customer tools */

#navToolsTitle {
	display: none;
	}
#navTools,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navTools {
	left: 0;
	position: absolute;
	top: -180px;
	width: 720px;
	}
#navTools li {
	float: left;
	padding: 0 0.5em;
	border-left: 1px solid #d5cfb1;
	}
#navTools li.first {
	border-left: none;
	padding-left: 0;
}
#navTools li a {
	color: #8B2942;
	padding: .5em 0;
	}
#navTools li a:hover,
#navTools li a.selected {
	color: #000;
	}
#navTools li a span {}

/* menu items */

.navStaticTitle {
	display: none;
	}

.navStatic li {
	  display:inline;
	  float:left;
	  font-size:12px;
	  margin:0 0 0 26px;
	  position:relative;
	  z-index:10;
	}

.navStatic {
	position: relative;
	float: left;
	width: 98px;
	}
.navStatic li a,
.navStatic li a:link,
.navStatic li a:visited,
.navStatic li a:active {
	color: #777;
	display: block;
	width: 100%;	
	}
.navStatic li a:hover {
	color: #111;
	}
.navStatic li a span {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}

/* newsletter signup */

#newsletterTitle {
	display: none;
	background: #f2f2f2;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0;
	padding: .5em 10px;
	text-transform: uppercase;
	}
#newsletter label {
	display: none;
	}
#newsletterEmail {
	display: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0;
	padding: 4px;
	width: 170px;
	}
#newsletterSubmit {
	display: none;
	background: #8B2942;
	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;
	}
#newsletterSubmit:hover {
	background: #AF2B4F;
	cursor: pointer;
	}

/* menu items */

#recentlyViewedTitle {
	background: #f2f2f2;
	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: right;
	font-size: 1.0em;
	display: inline;
	width: 677px;
	padding: 0 15px 0 0;
	}

/* =HOME
================================================= */

#homepage #main, #not_shop #main {
	width: 547px;
	padding: 0;
	float: left;
	margin: 0 15px;
}

#not_shop #main {
	padding: 0 15px;
	width: 871px;
	background-color: #ebeaca;
}
#homepage h2 {
	padding: 0;
}

#homepage p {
	padding: 0;
}

#top_content {
	background-color: #ebeaca;
	min-height: 278px;
	padding: 0 15px;
	overflow: auto;
}

*html #top_content {
	height: 278px;
}

#top_content h2 {
	margin-top: 0;
	padding-top: 15px;
}

#homepic {
	float: right;
	margin: 15px 15px 0 0;
	display: inline;
}

#home_online {
	background-color: #ebeaca;
	float: left;
	width: 306px;
	margin-top: 18px;
	font-size: 1.2em;
	min-height: 252px;
}

*html #home_online {
	height: 237px;
}

#home_online h2 {
	padding: 0;
	margin-left: 15px;
}

#home_online .image {
	margin: 0 0 0 15px;
	width: 150px;
	float: left;
}

#home_online .information {
	float: right;
	width: 108px;
	clear: right;
	padding-right: 15px;
}

#home_online h3 {
	clear: right;
	margin: 0;
}

#articles {
	margin-top: 18px;
	float: right;
	background-color: #ebeaca;
	width: 193px;
	padding: 0 15px 15px 15px;
	min-height: 237px;
	font-size: 1.2em;
}

*html #articles {
	height: 237px;
}

#articles h2 {
	margin-top: 17px;
}

#testimonial {
	float: right;
	background-color: #ebeaca;
	width: 309px;
	margin: 19px 15px 0 0;
	padding: 0 15px 15px 15px;
	font-size: 1.2em;
	font-style: italic;
	min-height: 237px;
	display: inline;
}

*html #testimonial {
	height: 237px;
}

#homepage .products{
	clear:both;
}

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

#not_shop img.right {
	margin-left: 15px;
	border: 3px solid #CECEB0;
}

#not_shop #content h3 {
	padding-left: 5px;
	background-color: #CECEB0;
	width: 99%;
	display: block;
}

#content {
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 160%;
	color:#333;
	}
#content #contactDetails {
	background: #e7e1c0;
	float: left;
	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: disc;
	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: #8B2942;
	color: #fff;
	margin-right: .5em;
	padding: .5em 1em;
	}
p.buttonWrapper a:hover {
	background: #AF2B4F;
	}


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

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navSubDept {
	background: #F7F3D6;
	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(../images/bullet.gif) no-repeat 0 50%;
	color: #8B2942;
	display: block;
	font-weight: normal;
	text-indent: 1.2em;
	font-size: 1.4em;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
	}

#homepage #side_navigation, #not_shop #side_navigation{
	display:none;
}


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

fieldset {
	font-size: 12px;
	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 {
	/*font-size: 1.1em;*/
	background: #8B2942;
	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: #AF2B4F;
	cursor: pointer;
	}
label {
	margin: .5em 0;
	font-size: 12px;
	}
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: #EBEACA;
	border-bottom: 1px solid #DFDEC3;
	border-top: 1px solid #DFDEC3;
	padding: 5px;
	}
tr {
	border-left: 1px solid #DFDEC3;
	border-right: 1px solid #DFDEC3;
	}
td {
	border-bottom: 1px solid #DFDEC3;
	padding: 5px;
	vertical-align: top;
	}
table .price {
	color: #8B2942;
	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: #CECEB0;
	clear: both;
	color: #777;
	font-weight: bold;
	margin: -2em 0 1em 0;
	padding: .5em 10px .5em 5px;
	}
	
#not_shop .pagination {
	margin-top: 0;
	font-size: 1.1em;
}

.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: #EBEACA;
	color: #111;
	}
.pagination.end {
	margin-top: 0;
	}


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

/* product list */

.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
	} 
.products li {
	background: #EBEACA;
	margin: 0 0 1em 0;
	padding: 1px 10px 0 10px;
	position: relative;
	}
.products#not_shop li{
	padding: 10px;
}
.products#not_shop li {
	width: 197px;
	text-align: center;
	float: left;
	min-height: 260px;
}
.products li:hover {
	}
.products li h3 {
	background: none;
	clear: right;
	font-size: 12px;
	margin-right: 6.5em;
	min-height: 40px;
	}

.products#not_shop li h3 {
	clear: none;
	margin: 0;
}
.products li h3 a,
.products li h3 a:link,
.products li h3 a:visited,
.products li h3 a:active {
	color: #8B2942;
	}
.products li h3 a:hover {
	color: #111;
	}
.products .image {
	display: inline;
	float: left;
	margin: 10px 10px 10px 0;
	width: 210px;
	}
.products#not_shop .image {
	float: none;
	margin: 0;
}

.products .image a img {
	background: #ceceb0;
	padding: 3px;
	}
.products .image a:hover img {
	background: #fff;
	padding: 3px;
	}
.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: #AF2B4F;
	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: 10px;
	padding: 2px 2px 5px 2px;
	width: 206px;
	min-height: 270px;
	}
.products.grid .image {
	float: none;
	margin: 0;
	display: block;
	min-height: 180px;
	}
.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: #EBEACA;
	color: #111;
	}
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
	}

/* sort container */

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

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 130px;
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 130px;
	}
#productSort #productSortOptions .formButton {
	float: right;
	margin-top: 2.6em;
	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 */

#product.no_price ul#imgGallery {
	float: right;
}

#product.no_price .image img {
	float: left;
	border: 3px solid #ceceb0;
}

#hideGalleryInput {
	display: none;
	}
#product .image {	
	float: left;
	margin: 0 0 1em 0;
	}

#product.no_price .image {
	width: 900px;
}
#product .image p {
	margin: 1em 0;
	}
#product.no_price .image p {
	float: right;
	width: 530px;
}
#product.no_price .image p#long_descrip {
	margin-top: 0;
}

#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul {
	width: 370px;
	}
#product.no_price .image ul {
	width: 530px;
}
#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.no_price .image ul li a img {
	border: 3px solid #ceceb0;
	margin-left: 3px;
	}
#product.no_price .image ul li a:hover img {
	border: 3px solid #FFF;
	}

/* product price & options */

#product .info {
	background:#EBEACA;
	float: right;
	margin: 0 0 1em 0;
	padding: 1px 10px 10px 10px;
	position: relative;
	width: 220px;
	}
#product .info .onSale {
	background: #AF2B4F;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: .5em 1em .5em 1em;
	position: absolute;
	top: -.8em;
	right: 10px;
	}
#product .info .price {
	color: #111;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 1.3em 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: 210px;
	}
#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: #fFF;
	clear: both;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	font-size: 1.1em;
	}
#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: 320px;
	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/site/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;
	}
#footer .inner {
	background: url(../images/background_bottom.jpg) no-repeat 0 0 ;
	margin: 0 auto;
	width: 942px;
	padding: 1em 0;
	}
#footer p {
	margin-bottom: 0;
	}
#footer #left {
	float: left;
	width: 650px;
}

#footer ul,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul {
	margin: 1em 0;
	}
#footer li {
	border-left: 1px solid #d5cfb1;
	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: #000;
	}
#footer #credits {
	}

#footer #rba {
	margin-top: 10px;
	float: right;
	width: 170px;
}


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

#payment {
	margin-left: 40px;
}

#payment h3, #payment h2 {
	margin-left: -40px;
}

#customerReg a.formButton {
	color: #FFF;
}

#customerReg {
	margin-bottom: 20px;
	overflow: auto;
}

#content #smtPassChange {
	clear: left;
	float: none;
}

.image #productlargeimage {
	max-width: 400px;
	width: expression(this.width > 400 ? 400: true);
}
