/*

Tradingeye 'Petrol v1.0' style sheet
===============================================

Copyright:		2008 dpivision.com
Author:			Ian Sidaway
Last edit:		16/04/2009 by Ian Sidaway

*/


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

html {
	background: #111;
	}
body {
	background: #111;
	color: #111;
	font: 62.5%/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, 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: #951e25;
	text-decoration: none;
	}
a:hover {
	color: #111;
	}

/* images */

img {
	border: none;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
h2 {
	font-size: 1.4em;
	clear: both;
	font-weight: bold;
	color: #951e25;
	}
h2#pageTitle {
	font: normal 24px Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin: .7em 0;
	}
h2#pageTitle span {
	color: #aaa;
	}
h3 {
	clear: both;
	font-size: 1.2em;
	}
h4,
h5 {
	font-size: 1em;
	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 {
	background: #f2f2f2;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
	}


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

#header {
	background: #951e25;
/*	border-top: 3.2em solid #222;*/
	font-size: 1.1em;
	height: 150px;	
	width: 100%;
}
#header .inner {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

div#header div.banner
{
	width: 980px;
	height: 150px;
	margin: 0 auto 0 auto;
	background-image: url('/_resources/interface/header.jpg');
	background-repeat: no-repeat;
 }

/* company logo & tagline */

#logo {
	font: normal 3.5em Palatino, Times, Times New Roman, serif;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	}
#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;
	height: 3.2em;
	line-height: 3.2em;
	margin: 0;
	padding: 0;
	position: absolute;	
	right: 20px;
	text-align: right;
	top: -3.2em;
	width: 300px;
	z-index: 10;
	}
#info a {
	color: #aaa;
	}
#info a:hover {
	color: #fff;
	}
#basket {
	background: url(../graphics/petrol/cartBg.gif) no-repeat 0 50%;
	display: inline;
	height: 3.2em;
	line-height: 3.2em;
	padding-left: 2em;
	}


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

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

/* 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: 678px;
	}
#breadcrumbs a {
	color: #444;
	}
#breadcrumbs a:hover {
	color: #111;
	}


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

#sidebar {
	float: right;
	font-size: 1.1em;
	display: inline;
	margin-right: 10px;
	margin-bottom: 1em;
	width: 220px;
	}

/* standard search */

#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 #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: #951e25;
	border: 0;
	color: #fff;
	float: right;
	height: 2.2em;
	line-height: 2.2em;
	margin: 1em 0 0 0;
	overflow: hidden;
	padding: 0 4px 1px 4px;
	text-transform: uppercase;
	}
#searchSubmit:hover {
	background: #951e25;
	cursor: pointer;
	}

/* shop by 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: #951e25;
	border: 0;
	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: #951e25;
	cursor: pointer;
	}

/* top-level navigation */

#navDeptTitle {
	display: none;
	}
#navDept,
#navDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navDept {
	left: 0;
	position: absolute;
	top: -3.3em;
	width: 960px;
	}
#navDept li {
	display: block;
	float: left;
	height: 3em;
	margin: 0 5px 0 0;
	position: relative;
	}
#navDept li a {
	background: #951e25;
	color: #cbd7e2;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 3em;
	display: block;
	padding: 0 12px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;

	}
#navDept li a:hover {
	color: black;
	background: white;
	}
#navDept li a.selected {
	background: #fff;
	color: #111;
	}
#navDept li a:hover.selected {
	background: #fff;
	color: #111;
	}

/* 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 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: #951e25;
	border-top: 0;
	display: block;
	width: 170px;
	}
#navDept li .navSub a.selected {
	color: #cbd7e2;
	}
#navDept li:hover .navSub li a:hover {
	background: #951e25;
	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,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navTools {
	left: 0;
	position: absolute;
	top: -180px;
	width: 720px;
	}
#navTools li {
	float: left;
	margin-right: 2em;
	}
#navTools li a {
	color: black;
	font-weight: bold;
	padding: .5em 0;
	}
#navTools li a:hover,
#navTools li a.selected {
	color: #fff;
	}
#navTools li a span {}

/* menu items */

.navStaticTitle {
	background: #951e25;
	font-size: 0.8em;
	color: white;
	text-align: right;
/*	letter-spacing: 1px;*/
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	width: 150px;
	float: right;
	clear: right;
/*	text-transform: uppercase;*/
	}
.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: black;
	display: block;
	width: 100%;
	text-align: right;	
	}
.navStatic li a:hover {
	color: #951e25;
	}
.navStatic li a span {
	display: block;
	padding: .5em 10px .5em 2.4em;
	}

/* newsletter signup */

#newsletterTitle {
	background: #951e25;
	font-size: 0.8em;
	color: white;
/*	letter-spacing: 1px;*/
	margin: 0;
	padding: .5em 5px;
	text-align: right;
	width: 150px;
	float: right;
	clear: right;
/*	text-transform: uppercase;*/
}


div#sidebar div.inner img
{
	float: left;
}
	
	
#newsletter label {
	display: none;
	}
#newsletterEmail {
	background: #fff;
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0 0 0 0;
	padding: 4px;
	width: 170px;
	clear: both;
	}
#newsletterSubmit {
	background: #951e25;
	border: 0;
	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: #951e25;
	cursor: pointer;
	}

/* menu items */

#recentlyViewedTitle {
	background: #951e25;
	font-size: 0.8em;
	color: white;
	text-align: right;
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	width: 150px;
	float: right;
	clear: right;
/*	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: black;
	display: block;
	width: 100%;	
	}
#recentlyViewed li a:hover {
	color: #951e25;
	}
#recentlyViewed li a span {
	display: block;
	width: 200px;
	text-align: left;
	margin: 0 10px 0 0;
	padding: 5px 20px 5px 26px;
	}

#recentlyViewed li a span {
	padding: 5px 10px 5px 26px;
	text-align: right;
	}


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

#main {
	float: left;
	font-size: 1.1em;
	display: inline;
	width: 700px;
	margin-left: 10px;
	}

/* content area */

#content {
	margin: 1em 0;
	width: 680px;
	}
#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: disc;
	margin: .5em 0 .5em 2em;
	font: 11px/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
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;
	}

/*  sub-department navigation - content area */

#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: 220px;
	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;
	text-align: center;
	}


#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #fff;
	border-bottom: 1px solid #951e25;
	}


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

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	clear: left;
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding: 0;
	}
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: #951e25;
	border: none;
	color: #fff;
	height: 2.2em;
	line-height: 2.2em;
	overflow: hidden;
	padding: 0 4px 2px 4px;
	}
.formButton:hover {
	background: #951e25;
	cursor: pointer;
	}
label {
	margin: .5em 0;
	}
label span {
	color: #951e25;
	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;
	}


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


/* =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: 340px;
	display: inline;
	}
.module2 {
	float: left;
	margin: 1em 0;
	width: 340px;
	display: inline;
	clear: both;
	}
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 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 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;
	}

/* 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: 310px;
	}
#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;
	}
#cv2 {
	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;
	}

/* 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%;
	}	
.paymentGateway {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	display: block;
	margin: -.5em 1em 1em 0;
	padding: 3px;
	}


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

/* product list */

ul.products
{
	width: 670px;
}

.products li p
{
	text-align: center;
}

.products li p.price
{
	font-size: 14px;
	font-weight: bold;
	color: #951e25;
}

.products li p.addWishlist a
{
	margin: 0 0 0 115px;
}

.products,
.products li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	} 
.products li {
	float: left;
	background: white;
	width: 300px;
	min-height: 350px;
	margin: 5px;
	padding: 1px 10px 0 10px;
	border: 1px solid #951e25;
	}
.products li:hover {
	background: white;
	}
.products li h3 {
	background: none;
	clear: left;
	font-size: 12px; 
	text-align: center;
	}
.products li h3 a,
.products li h3 a:link,
.products li h3 a:visited,
.products li h3 a:active {
	color: #951e25;
	text-align: center;
	font-size: 14px;
}
.products li h3 a:hover {
	color: #111;
	}
.products .image {
	text-align: center;
	width: 140px;
	height: 140px;
	margin: 0 auto 0 auto;
/*	display: inline;
	float: left;
	margin: -2.6em 0 1em -158px;
	width: 146px;*/
	}
.products .image a img {
	}
.products .image a:hover img {
	}
.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: #951e25;
	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: 10px 10px 0 10px;
	width: 204px;
	}
.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: .5em 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: 2.6em;
	}

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

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

/* product details */

#product {	
	margin: 1em 0;
	}

/* image gallery */

#product .image {	
	float: left;
	margin: 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 5px 0 0;
	}
#product .image ul li a img {
	background: #f2f2f2;
	padding: 4px;
	}
#product .image ul li a:hover img {
	background: #ddd;
	padding: 4px;
	}

/* product price & options */

#product .info {
	background: #f2f2f2;
	float: right;
	margin: 1em 0;
	padding: 1px 10px 10px 10px;
	position: relative;
	width: 278px;
	}
#product .info .onSale {
	background: #951e25;
	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 {
	background: url(../graphics/petrol/articleBg.gif) repeat-x bottom left;
	list-style: none;
	margin: 1em 0 .5em 0;
	padding: 0 0 .8em 0;
	}
#articles ul li a {
	background: url(../graphics/petrol/articleIcon.gif) no-repeat 0 0;
	color: #666;
	font-weight: bold;
	padding-left: 2.3em;
	padding-top: .2em;
	}
#articles ul li a:hover {
	background: url(../graphics/petrol/articleIcon2.gif) no-repeat 0 0;
	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: 80px 0;
	}
p.rating1 {
	background-position: 80px -12px;
	}
p.rating2 {
	background-position: 80px -24px;
	}
p.rating3 {
	background-position: 80px -36px;
	}
p.rating4 {
	background-position: 80px -48px;
	}
p.rating5 {
	background-position: 80px -60px;
	}
p.rating6 {
	background-position: 80px -72px;
	}
p.rating7 {
	background-position: 80px -84px;
	}
p.rating8 {
	background-position: 80px -96px;
	}
p.rating9 {
	background-position: 80px -108px;
	}
p.rating10 {
	background-position: 80px -120px;
	}

/* product page reviews */

#reviewcontainer {
	position: relative;
	}
#reviews {
	background: #f2f2f2;
	clear: both;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	}
#writeReview {
	background: #951e25;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: .5em 1em .4em 1em;
	position: absolute;
	top: 10px;
	right: 10px;
	}
#writeReview a {
	color: #aaa;
	}
#writeReview a:hover {
	color: #fff;
	}
#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;
	}


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

#footer {
	background: #951e25;
	clear: both;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em 0;
	}
#footer .inner {
	margin: 0 auto;
	width: 960px;
	}
#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 #fff;
	font-weight: bold;
	display: inline;
	margin-left: .4em;
	padding-left: .8em;
	font-size: 10px;
	}
#footer li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
	}
#footer a {
	color: #fff;
	}
#footer a:hover {
	color: #999;
	}
#footer #credits {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	}

#footer #web_credits
{
	float: right;
	text-align: right;
	font-size: 10px;
}


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

.inner:after,
#content:after,
.products:after,
.products li:after,
.pagination: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,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: block;
	}
/*  \*/
.inner,
#content,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	min-height: 1%;
	}
* html .inner,
* html #content,
* html .products,
* html .products li,
* html .pagination,
* html #total,
* html .module1,
* html .module2,
* html #search,
* html #brand,
* html #newsletter,
* html #navSubDept,
* html #navSubDept li,
* html #productSortOptions,
* html dl,
* html dl dt,
* html dl dd,
* html form,
* html .billShipBlock {
	height: 1%;
	}
 /*  */
 
 
 
/* SJ Additional CSS styles */

h3#twitterTitle
{
	background: #951e25;
	font-size: 0.8em;
	color: white;
	text-align: right;
/*	letter-spacing: 1px;*/
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	width: 160px;
	float: right;
	clear: right;
/*	text-transform: uppercase;*/
}

div#twitter_box
{
	margin: 20px 0 20px 0;
}
	
div#twitter
{
	width: 220px;
}

div#twitter ul#twitter_update_list
{
	list-style-type: none;
	margin: 0;
	padding: 10px;
	clear: both;
	text-align: right;
}

div#twitter ul#twitter_update_list li span
{
	font-style: italic;
}
 
div#twitter ul#twitter_update_list li a
{
	color: #951e25;
}


div#basket p#basket
{
	color: #backet;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div#basket p#basket a
{
	color: black;
	text-align: right;
}

div#basket p#basket a:hover
{
	color: #951e25;
}

div#basket ul
{
	
}

div#basket ul li
{
	list-style-type: none;
	text-align: right;
}

div#basket ul li a
{
	color: black;
	list-style-type: none;
	text-align: right;
}

div#basket ul li a:hover
{
	color: #951e25;
}

div#networks h3#networksTitle
{
	background: #951e25;
	font-size: 0.8em;
	color: white;
	text-align: right;
/*	letter-spacing: 1px;*/
	margin: 1em 0 .5em 0;
	padding: .5em 10px;
	width: 160px;
	float: right;
	clear: right;
/*	text-transform: uppercase;*/
}

div#networks ul
{
	list-style: none;
	text-align: right;
}

div#networks ul li
{
}

div#networks ul li a
{
	color: black;
	display: block;
	padding: 5px 10px 5px 26px;
}

span.red_title
{
	color: #951e25;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

span.black_title
{
	color: black;
	font-weight: bold;
	font-size: 14px;	
}

p.home_page
{
	color: gray;
	margin: 0;
	padding: 0;
}

div#front_page_images
{
	width: 650px;
	height: 330px;
}

div.looping_images
{
	width: 580px;
	height: 300px;
	border: 1px solid #951e25;
	padding: 2px;
	margin: 0 0 20px 0;
	display: block;
	float: left;
	overflow: hidden;
}

div.looping_images img
{
	position: absolute;
	opacity: 0.0;
}

div.looping_images img.initial
{
	opacity: 1.0;
}

div#athletes_testimonials
{
	margin: 0;
	padding: 0;
}

div#athletes_testimonials ul
{
	margin: 0;
	padding: 0;
}

div#athletes_testimonials ul li
{
	width: 960px;
}

div#athletes_testimonials ul li.athlete_photo
{
	width: 150px;
	height: 190px;
	float: left;
	list-style-type: none;
}

div#athletes_testimonials ul li.athlete_photo img
{
	border: 1px solid #951e25;
	padding: 2px;
}

div#athletes_testimonials ul li.athlete_photo p.photo_copyright
{
	font-size: 9px;
}

div#athletes_testimonials ul li.athlete_testimonial
{
	width: 9px;
	height: 190px;
	float: left;
	list-style-type: none;
}

div#athletes_testimonials ul li h3
{
	color: #951e25;
	margin: 0;
	padding: 0;
}
  
div#athletes_testimonials ul li p
{
	font-style: italic;
} 

div#athletes_testimonials ul li p.testimonial_date
{
	font-size: 9px;
}

div#athletes
{
	margin: 0;
	padding: 0;
}

div#athletes ul
{
	margin: 0;
	padding: 0;
}

div#athletes ul li.athlete_photo
{
	width: 150px;
	height: 190px;
	float: left;
	list-style-type: none;
}

div#athletes ul li.athlete_photo img
{
	border: 1px solid #951e25;
	padding: 2px;
}

div#athletes ul li.athlete_photo p.photo_copyright
{
	font-size: 9px;
}

 div#athletes ul li.athlete_profile
{
	width: 450px;
	float: left;
	list-style-type: none;
	margin-bottom: 30px;
}

div#athletes ul li.athlete_profile h3
{
	color: #951e25;
	margin: 0;
	padding: 0;
}
  
div#athletes ul li.athlete_profile p
{

} 

div#mid div.inner a img.top_banner,
div#mid div.inner a img.bottom_banner
{
	margin: 10px auto 10px auto;
}

th
{
	border-bottom: 1px solid black;
}

div#postage
{

}

div#postage h4
{
	color: #951e25;
	font-weight: bold;
}

div#postage p
{
	margin: 0;
	padding: 0;
}

div.fo_discounts
{
	width: 600px;
}

h2.hsbc_text
{
	margin: 20px 0 0 0;
	padding: 0;	
}

div.billShipBlock
{
	margin: 0;
	padding: 0;
}

p.newsletter_text
{
	text-align: right;
	clear: both;
}

div#content table.vol-disc
{
	clear: both;
}

div.newsletter_form
{
	text-align: right;
}

div#bottom_banner
{
	clear: both;
}

