/*

First XV
=================================================

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

*/


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

/* global reset */

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

/* global reset-reset */

strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
a img {
	border: none;
	}


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

html {
	background: #0a0a0a url(../graphics/firstxv/bg.png) repeat center top;

	}
body {
	background: url(../graphics/firstxv/body-bg.png) repeat-x center 41px;
	color: #eee;
	font: 62.5%/1.8em Helvetica, Arial, sans-serif;	
	text-align: center;
	margin: 0;
	padding: 0;
	text-shadow: 0 1px 2px #000;
	}
table,
td,
input,
textarea,
select,
li {
	color: #eee;	
	font: 1em Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 2px #000;
	}
input,
textarea,
select {
	color: #111;	
	font: 1em Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 2px #000;
	}

/* hidden items */

#skip,
.hidden {
	display: none;
	}

/* basic links */

a,
a:link,
a:visited,
a:active {
	color: #de1125;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	font-weight: bold;
	}
a:hover {
	color: #fd2136;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
h2 {
	font-size: 3em;
	clear: both;
	font-weight: bold;
	margin: 1em 0;
	}
h3 {
	clear: both;
	font-size: 2em;
	font-weight: bold;
	}
h4,
h5 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 2em 0 .-5em 0;
	}
hr {
	display: none;
	}
address {
	font-style: normal;
	margin: 1em 0;
	}


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

#container {
	background: url(../graphics/firstxv/container-bg.png) repeat-x center top;
	border-top: 40px solid #0a0a0a;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
	}


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

#header {
	border-top: 1px solid #242424;
	height: 190px;	
	width: 100%;
	}
#header .inner {
	margin: 0 auto;
	position: relative;
	width: 940px;
	}

/* company logo & tagline */

h1#logo {
	display: block;
	height: 144px;
	left: -8px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -999999px;
	top: 25px;
	width: 197px;
	z-index: 2;
	}
h1#logo a {
	background: url(../graphics/firstxv/logo-bg.png) no-repeat 0 0;
	display: block;
	height: 144px;
	opacity: 1;
	width: 197px;
	}
h1#logo a:hover {
	opacity: .8;
	}
#tagline {
	border: none;
	color: #345068;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	}

/* shopping basket info */

#info {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;	
	top: -28px;
	width: 240px;
	z-index: 10;
	}
#info a {
	color: #ccc;
	}
#info a:hover {
	color: #fff;
	}
#basket {
	margin: 0;
	}


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

#mid {
	background: url(../graphics/petrol/grid.gif) repeat-y center top;
	background: none;
	margin: 0 auto;
	margin-top: -180px;
	position: relative;
	width: 940px;
	}

/* breadcrumb trail */

#breadcrumbs {
	background: url(../graphics/firstxv/side-bg.png) repeat-x left bottom;
	color: #fff;
	float: right;
	font-weight: bold;
	font-size: 1.2em;
	display: inline;
	margin: .75em 0;
	padding: 0 0 1.4em 0;
	text-shadow: 1px 1px 2px #000;
	width: 700px;
	}
#breadcrumbs a {
	color: #bbb;
	}
#breadcrumbs a:hover {
	color: #fff;
	}
#homepage #breadcrumbs {
	background: none;
	padding: 0;
	}

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

#sidebar {
	background: url(../graphics/firstxv/side-bg.png) no-repeat left top;
	float: left;
	display: inline;
	margin: 165px 0 0 0;
	padding: 2em 0 .5em 0;
	width: 180px;
	z-index: 1;
	}
#sidebar h3 {
	font: italic normal 1.2em/1.6em Georgia, Times, serif;
	margin: 1em 0 -.4em 0;	
	}

/* search & newsletter */

#searchTitle {
	display: none;
	}
#search {
	background: url(../graphics/firstxv/search-bg.png) no-repeat left bottom;
	margin:  0;
	padding: 0 0 2em 0;
	position: relative;
	}
#newsletter {
	background: url(../graphics/firstxv/navDept-bg.png) no-repeat left bottom;
	margin: 1.75em 0 1.5em 0;
	padding: 0 0 2em 0;
	}
#search label,
#newsletter label {
	display: none;
	}
#searchKeyword,
#newsletterEmail {
	background: #0f0f0f;
	border: 1px solid #1d1d1d;
	border-right: 0;
	-webkit-box-shadow: 0 0 3px #090909;
	-moz-box-shadow: 0 0 3px #090909;
	box-shadow: 0 0 3px #090909;
	color: #666;
	float: left;
	font-size: 12px;
	height: 17px;
	margin: 1px 0 0 0;
	overflow: hidden;
	padding: 7px 5px 0 5px;
	width: 141px;
	}
#newsletterEmail {
	background: #111;
	}
#searchKeyword:hover,
#searchKeyword:focus {
	background: #050505;
	color: #999;
	}
#newsletterEmail:hover,
#newsletterEmail:focus {
	background: #050505;
	color: #999;
	}
#searchKeyword:focus,
#newsletterEmail:focus {
	color: #ddd;
	}
#adv {
	display: none;
	}
#searchSubmit,
#newsletterSubmit {
	background: url(../graphics/firstxv/searchInput-bg.png) no-repeat -152px 0;
	border: 0;
	-webkit-box-shadow: 0 0 3px #090909;
	-moz-box-shadow: 0 0 3px #090909;
	box-shadow: 0 0 3px #090909;
	color: #fff;
	float: right;
	height: 28px;
	line-height: 28px;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: -99999px;
	text-transform: uppercase;
	width: 28px;
	}
#newsletterSubmit {
	background: url(../graphics/firstxv/newsletterInput-bg.png) no-repeat -152px 0;
	}
#searchSubmit:hover,
#newsletterSubmit:hover {
	background: url(../graphics/firstxv/searchInput-bg.png) no-repeat -152px -28px;
	cursor: pointer;
	}
#newsletterSubmit:hover {
	background: url(../graphics/firstxv/newsletterInput-bg.png) no-repeat -152px -28px;
	}

/* brand */

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

#navDept,
.navStatic,
#recentlyViewed {
	background: url(../graphics/firstxv/divider-bg.png) repeat-x center bottom;
	margin: 1em 0 1.5em 0;
	padding-bottom: 1.5em;
	}
#navDept li,
.navStatic li,
#recentlyViewed li {
	font-size: 12px;
	line-height: 1.8em;
	}
#navDept li a,
.navStatic li a,
#recentlyViewed li a {
	color: #7e2029;
	display: block;
	font-weight: bold;
	padding: .2em 0;
	width: 180px;
	}
#navDept li a:hover,
.navStatic li a:hover,
#recentlyViewed li a:hover {
	color: #b63845;
	}
#navDept li a.selected,
.navStatic li a.selected,
#recentlyViewed li a.selected {
	color: #fff;
	padding-left: 0;
	}
#navDept li a:hover.selected,
.navStatic li a:hover.selected,
#recentlyViewed li a:hover.selected {
	color: #fff;
	}

/* custom navSub dropdown menu */

.navSub li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navDept .navSub li {
	}
#navDept .navSub li a {
	background: url(../graphics/firstxv/navSub-bg.gif) no-repeat 2px .65em;
	color: #5c191f;
	padding-left: 15px;
	width: 165px;
	}
#navDept .navSub li a.selected,
#navDept .navSub li a.selected:hover {
	color: #fff;
	}
#navDept .navSub li a:hover {
	color: #7e2029;
	}
#navDept .navSub li .navSub li a.selected,
#navDept .navSub li .navSub li a.selected:hover {
	color: #fff;
	}
#navDept .navSub li a:hover {
	color: #7e2029;
	}

/*
*/

#navDept .navSub .navSub li a {
	background: url(../graphics/firstxv/navSub-bg.gif) no-repeat 17px .65em;
	color: #5c191f;
	padding-left: 30px;
	width: 150px;
	}

/* customer tools */

#navToolsTitle {
	display: none;
	}
#navTools {
	position: absolute;
	right: 0;
	text-align: right;
	top: -38px;
	width: 700px;
	}
#navTools li {
	display: inline;
	font-size: 1.2em;
	margin-left: 2em;
	}
#navTools li a {
	color: #ccc;
	font-weight: bold;
	}
#navTools li a:hover,
#navTools li a.selected {
	color: #fff;
	}

/* banners */

p.banner {
	margin: 2em 0;
	}
p.banner a {
	opacity: .75;
	}
p.banner a:hover {
	opacity: 1;
	}


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

#main {
	float: right;
	display: inline;
	padding-bottom: 1.5em;
	width: 700px;
	}


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

#content {
	margin: 1em 0;
	}
#content #contactDetails {
	font-size: 1.4em;
	line-height: 1.6em;
	}
#content #contactDetails address {
	margin-top: 0;
	}
#content #contactDetails address:first-line {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
	}
#content p {
	color: #eee;
	font-size: 1.2em;
	line-height: 1.6em;
	}
#homepage #content p {
	color: #eee;
	font-family: Georgia, Times, serif;
	font-size: 1.6em;
	line-height: 1.6em;
	}
#content a {
	font-weight: bold;
	}
#content ul,
#content ol {	
	margin: 2em 0 3em 0;
	}
#content ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: disc;
	margin: 1em 0 1em 2em;
	}
#content ol li {
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: decimal;
	margin: 1em 0 1em 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;
	}

/* homepage banner */

#splash {
	-webkit-box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	margin: .75em 0 4em 0;
	}


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

#navSubDept,
#navSubDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navSubDept {
	background: url(../graphics/firstxv/bg.png) repeat center top;
	border: 1px solid #252525;
	-webkit-box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 10px #000;
	color: #777;
	margin: 1em 0 2em 0;
	padding: 1em 10px;
	position: relative;
	}
#navSubDept li {
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	list-style: none;
	margin: .5em 10px;
	width: 205px;
	}
#navSubDept li a {
	color: #666;
	display: block;
	text-indent: 1em;
	}
#navSubDept li a:hover {
	color: #bbb;
	}
#navSubDept li a:active {
	color: #fff;
	}


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

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
legend {
	clear: left;
	color: #fff;
	display: block;
	font-size: 2em;
	font-weight: bold;
	line-height: 2em;
	}
fieldset h3 {
	margin: 1em 0;
	}
label {
	display: block;
	font-size: 12px;
	margin: .5em 0;
	}
label span {
	color: #a00;
	font-weight: bold;
	}
.formField {
	background: #ddd;
	border: 0;
	font-size: 12px;
	margin-bottom: 1em;
	padding: 5px;
	text-shadow: none;
	width: 270px;
	}
select.formSelect {
	background: #ddd;
	border: 0;
	font-size: 12px;
	text-shadow: none;
	padding: 4px 5px;
	width: 280px;
	}
select.formSelectMedium {
	background: #ddd;
	border: 0;
	font-size: 12px;
	margin-right: .5em;
	text-shadow: none;
	padding: 4px 5px;
	width: 150px;
	}
.formFieldShort {
	background: #ddd;
	border: 0;
	font-size: 12px;
	margin-right: .5em;
	text-shadow: none;
	padding: 5px;
	width: 80px;
	}
.formFieldMedium {
	background: #ddd;
	border: 0;
	font-size: 12px;
	margin-right: .5em;
	text-shadow: none;
	padding: 5px;
	width: 100px;
	}
h3 .formRadio {
	margin: -.2em .5em 0 0;
	}
p .formRadio {
	margin: -.2em .5em 0 0;
	}
.formButton {
	background: #222;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin-right: .5em;
	overflow: hidden;
	padding: .5em .75em .4em .75em;
	-webkit-transition: all .2s ease-in-out;
	}
.formButton:hover {
	background: #333;
	cursor: pointer;
	}
input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus,
input.formField:hover,
input.formFieldShort:hover,
input.formFieldMedium:hover,
textarea:hover,
.quantity:hover,
.formField.comments:hover {
	background: #fff;
	}
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}



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

table {
	border-collapse: collapse;
	border: 0;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	font-size: 12px;
	line-height: 1.6em;
	margin: 1em 0 2em 0;
	width: 100%;
	}
th {
	background: #222;
	border: 0;
	font-weight: bold;
	padding: 5px;
	}
tr {
	border: 0;
	}
td {
	background: #111;
	border: 0;
	padding: 5px;
	vertical-align: top;
	}
table .price {
	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;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	}
table.user {
	margin: 0;
	}
table.user td {
	width: 50%;
	}	


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

.pagination {
	background: url(../graphics/firstxv/product-bg.png) repeat-x center bottom;
	clear: both;
	font-weight: bold;
	margin: -.5em 0 3em 0;
	padding: 0 0 1.5em 0;
	}
.pagination p {
	font-size: 1.2em;
	margin: 0;
	}
.pagination p.current {
	position: absolute;
	margin-top: 3px;
	right: 0;
	}
.pagination p.summary {
	position: absolute;
	margin-top: 3px;
	right: 100px;
	}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active {
	background: #050505;
	border: 1px solid #191919;
	color: #333;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: .5em;
	padding: 2px .5em 0 .5em;
	}
.pagination a:hover {
	color: #999;
	}
.pagination a.selected {
	border-color: #222;
	color: #fff;
	}
.pagination #firstPage,
.pagination #prevPage,
.pagination #nextPage,
.pagination #lastPage {
	display: none;
	}


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

/* product list */

.products {
	margin: 0;
	}
.products li {
	background: url(../graphics/firstxv/product-bg.png) repeat-x center bottom;
	margin: 2em 0 3em 0;
	opacity: .8;
	padding: 0 0 1em 240px;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	}
.products li:hover {
	opacity: 1;
	}
.products li h3 {
	color: #fff;
	background: none;
	font-size: 1.6em;
	margin-top: 0;
	}
.products li h3 a {
	color: #fff;
	}
.products li h3 a:hover {
	color: #ddd;
	}
.products .image {
	-webkit-box-shadow: 0 1px 10px #000;
	-moz-box-shadow: 0 1px 10px #000;
	box-shadow: 0 1px 10px #000;
	display: inline;
	float: left;
	margin: -44px 0 2em -240px;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	}
.products li:hover .image {
	-webkit-box-shadow: 0 0 15px rgba(222,17,37,.65);
	-moz-box-shadow: 0 0 15px rgba(222,17,37,.65);
	box-shadow: 0 0 15px rgba(222,17,37,.65);
	}
.products .addWishlist,
.products .addCompare {
	display: inline;
	margin: .5em .8em .5em 0;
	}
.products .addCompare {
	border-left: 2px solid #333;
	padding-left: .9em;
	}
.products p {
	font-size: 1.2em;
	line-height: 1.6em;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: url(../graphics/firstxv/onSale-bg.gif) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	height: 44px;
	left: 0;
	line-height: 44px;
	margin: -9px 0 0 0;
	overflow: hidden;
	position: absolute;
	text-indent: -999999px;
	top: 0;
	width: 44px;
	}
.products .price {
	font-size: 1.6em;
	font-weight: bold;
	position: absolute;
	margin: 0;
	right: 0;
	top: -4px;
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}

/* product grid - unused */

.products.grid {}

/* product sorter - unused */

#productSort {
	display: none;
	}


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

/* product details */

#product {
	margin: 1em 0;
	}

/* image gallery */

#hideGalleryInput {
	display: none;
	}
#product .image {
	float: left;
	margin: 1em 0;
	width: 390px;
	}
#product .image img {
	box-shadow: 0 0 5px #000, 0 0 15px #000;
	-moz-box-shadow: 0 0 5px #000, 0 0 15px #000;
	-webkit-box-shadow: 0 0 5px #000, 0 0 15px #000;
	}
#product .image p {
	margin: 1em 0;
	}
#product .image ul,
#product .image ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#product .image ul li {
	display: inline;
	}
#product .image ul li {
	margin: 0 5px 0 0;
	}
#product .image ul li a img {
	opacity: .8;
	}
#product .image ul li a:hover img {
	opacity: 1;
	}

/* product price & options */

#product .info {
	float: right;
	margin: 0 0 1em 0;
	padding: 1px 0;
	position: relative;
	width: 300px;
	}
#product .info .onSale {
	background: url(../graphics/firstxv/onSale-bg.gif) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	height: 44px;
	left: -400px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -999999px;
	top: 10px;
	width: 44px;
	}
#product .info .price {
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0;
	}
#product .info .price span {
	display: block;
	}
#product .info .rrp {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: -1em;
	opacity: .5;
	}
#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 .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 {
	margin: 1em 0 3em 0;
	}
#articles ul li {
	font-size: 1.2em;
	list-style: disc;
	line-height: 1.6em;
	margin: .5em 0 .5em 1.1em;
	padding-left: .5em;
	}
#articles ul li a {
	color: #666;
	font-weight: bold;
	padding-top: .2em;
	}
#articles ul li a:hover {
	color: #bbb;
	}
#articles ul li a:active {
	color: #fff;
	}
p#pageAuthor {
	background: url(../graphics/firstxv/side-bg.png) repeat-x 0 0;
	color: #eee;
	font-family: Georgia, Times, serif;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-top: 2em;
	padding-top: 1em;
	}
/*
#homepage #content p {
	}


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

/* star ratings */

.review {
	background: url(../graphics/firstxv/ratings-bg.gif) no-repeat 0 0;
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 1em 0;
	overflow: hidden;
	padding: 0 0 0 90px;
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -16px;
	}
p.rating2 {
	background-position: 0 -32px;
	}
p.rating3 {
	background-position: 0 -48px;
	}
p.rating4 {
	background-position: 0 -64px;
	}
p.rating5 {
	background-position: 0 -80px;
	}
p.rating6 {
	background-position: 0 -96px;
	}
p.rating7 {
	background-position: 0 -112px;
	}
p.rating8 {
	background-position: 0 -128px;
	}
p.rating9 {
	background-position: 0 -144px;
	}
p.rating10 {
	background-position: 0 -160px;
	}

/* product page reviews */

#reviews {
	background: #f2f2f2;
	clear: both;
	margin: 1em 0;
	padding: 1px 10px;
	position: relative;
	}
#reviewcontainer {
	margin-top: -2em;
	}
#reviewcontainer p {
	font-size: 1.2em;
	}
#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 {
	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 */

ul#sitemap,
ul#sitemap li,
ul#sitemap li ul,
ul#sitemap li ul li {
	list-style: none;
	margin: 0;
	padding: 0
	}
ul#sitemap li h3 {
	margin: 1.5em 0 1em 0;
	}
ul#sitemap li ul {
	margin-left: 20px;
	}
ul#sitemap li ul li {
	font-size: 12px;
	list-style: disc;
	margin: .25em 0;
	}

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 1em 0;
	width: 340px;
	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;
	}
#acceptedCards {
	margin: 1em 0;
	}
#acceptedCards img {
	margin-right: .5em;
	}

/* cart totals */

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


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

#footer {
	clear: both;
	font-weight: bold;
	}
#footer .inner {
	background: url(../graphics/firstxv/divider-bg.png) repeat-x center top;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 2.5em 0 1.5em 240px;
	position: relative;
	width: 700px;
	}
#footer p {
	display: inline;
	float: left;
	height: 92px;
	margin: .2em 0 0 -240px;
	overflow: hidden;
	position: relative;
	text-indent: -999999px;
	width: 181px;
	}
#footer p a {
	background: url(../graphics/firstxv/footer-logo-bg.png) no-repeat 0 -92px;
	display: block;
	height: 92px;
	opacity: .75;
	position: relative;
	}
#footer p a:hover {
	opacity: 1;
	}
#footer ul {
	margin: 1em 0;
	}
#footer li {
	color: #ccc;
	font-weight: bold;
	display: inline;
	margin-left: 1em;
	}
#footer li.first {
	margin-left: 0;
	}
#footer a {
	color: #666;
	}
#footer a:hover {
	color: #999;
	}
#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,
#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,
#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,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: block;
	}
/* End hide from IE Mac */
