/*

VHSdirect.co.uk screen style sheet
===============================================

Copyright:		2008 dpivision.com
Author:			Ian Sidaway
Last edit:		16/04/2009 by Ian Sidaway - ian@dpivision.com

*/


/* =BASE
=============================================== */

html {
	background: #e4e4e4;
	}
body {
	background: #e4e4e4;
	color: #111;
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	text-align: center;
	}
table,
td,
input,
textarea,
select,
li {
	color: #111;	
	font: 12px Verdana, Arial, Helvetica sans-serif;
	}
img {
	border: none;
	}
.left {
	float: right;
	margin-right: .3em;
	}
.right {
	float: right;
	margin-left: .3em;
	}

/* hidden items */

#skip {
	display: none;
	}
.hidden {
	display: none;
	}

/* links base */

a:link,
a:visited,
a:active {
	color: #275f81;
	text-decoration: none;
	}
a:hover {
	color: #222;
	}

/* typography */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.6em;
	margin: 1em 0;
	}
h1 {
	font-size: 1.4em;
	}
h2 {
	clear: both;
	color: #2b5990;
	font: 2em Arial, Helvetica Verdana, sans-serif;
	margin: 1em 0 .5em 0;
	}
h2#pageTitle {
	color: #111;
	font: 2.4em Arial, Helvetica Verdana, sans-serif;
	margin: .7em 0;
	}
h3 {
	font-size: 1.2em;
	}
h4,
h5 {
	color: #999;
	font-size: 1em;
	text-transform: uppercase;
	}
p {
	font-size: 1.2em;
	}
hr {
	display: none;
	}
address {
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	margin: 1em 0;
	}
address:first-line {
	font-weight: bold;
	}
.note {
	font-size: 1.1em;
	}
.highlight {
	font-size: 1.4em;
	}


/* =CONTAINER
=============================================== */

#container {
	background: #fff url(../graphics/petrol/bg.gif) repeat-x 0 190px;
	border: 1px solid #bebebe;
	border-top: 0;
	margin: 0 auto 1em auto;
	position: relative;
	text-align: left;
	width: 990px;
	}


/* =HEADER
=============================================== */

#header {
	background: url(../graphics/plain/headerBg.gif) no-repeat 12px bottom;
	height: 114px;
	position: relative;
	width: 100%;
	}

/* logo & tagline */

#logo {
	background: url(../graphics/plain/logo.gif) no-repeat 0 0;
	height: 66px;
	left: 12px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -99999px;
	top: 1px;
	width: 647px;
	}
#logo a {
	display: block;
	height: 66px;
	}
#tagline {
	margin: 0;
	left: 30px;
	line-height: 2em;
	padding: 0;
	position: absolute;
	top: 50px;
	}
#emailLink {
	font-size: 1.4em;
	position: absolute;
	right: 1.5em;
	top: 1.2em;
	}

/* header nav */

#navMain,
#navMain li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navMain {
	bottom: .3em;
	left: 320px;
	position: absolute;
	}
#navMain li {
	display: inline;
	font-size: 1.2em;
	}
#navMain li a {
	color: #ddd;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding-left: 45px;
	}
#navMain li a:hover {
	color: #fff;
	}
#navMain li#navHome a {
	background: url(../graphics/plain/i_home.gif) no-repeat 0 -40px;
	}
#navMain li#navBasket a {
	background: url(../graphics/plain/i_basket.gif) no-repeat 0 -40px;
	}
#navMain li#navAccount a {
	background: url(../graphics/plain/i_account.gif) no-repeat 0 -40px;
	}
#navMain li#navHelp a {
	background: url(../graphics/plain/i_help.gif) no-repeat 0 -40px;
	}
#navMain li#navContact a {
	background: url(../graphics/plain/i_contact.gif) no-repeat 0 -40px;
	}
#navMain li#navHome a:hover,
#navMain li#navBasket a:hover,
#navMain li#navAccount a:hover,
#navMain li#navHelp a:hover,
#navMain li#navContact a:hover {
	background-position: 0 0;
	}

/* basket info */

#info {
	background: url(../graphics/plain/basketBg.gif) no-repeat 0 0;
	font-size: 1.2em;
	height: 48px;
	left: 12px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;	
	top: 125px;
	z-index: 10;
	width: 210px;
	}
#info a {
	background: url(../graphics/plain/basketBg.gif) no-repeat 0 0;
	color: #ddd;
	display: block;
	height: 48px;
	padding: 5px 0 0 58px;
	}
#info a:hover {
	background: url(../graphics/plain/basketBg.gif) no-repeat 0 -52px;
	color: #fff;
	}

/* breadcrumb trail */

#breadcrumbs {
	display: inline;
	float: right;
	font-size: 1.2em;
	margin: 1em 193px 0 0;
	width: 555px;
	}


/* =NAVBAR
=============================================== */

#side {
	float: left;
	display: inline;
	margin-left: 12px;
	margin-top: 60px;
	position: relative;
	width: 210px;
	z-index: 999;
	}

/* search */

#search {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 12px;
	position: absolute;
	top: -96px;
	width: 270px;
	}
#search label {
	color: #fff;
	display: inline;
	font-size: 12px;
	margin: 0 5px 0 0;
	}
#search #searchKeyword {
	color: #333;
	border: 2px solid #3871bd;
	padding: 3px 5px;
	}
#search #searchSubmit {
	background: #3871bd;
	border: 2px solid #3871bd;
	color: #fff;
	padding: 1px 5px;
	}
#search #searchSubmit:hover {
	background: #222;
	border: 2px solid #222;
	cursor: pointer;
	}

/* departments navigation */

#navDeptTitle {
	background: #36a url(../graphics/plain/navTitleBg.gif) repeat-x 0 0;
	color: #fff;
	margin: 0;
	padding: .8em 1em .7em 1em;
	margin-bottom: 1px;
	font: bold 1.1em Arial, Verdana, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#navDept,
#navDept li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navDept {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	}
#navDept li {
	font-size: 1.2em;
	}
#navDept li a {
	background: #eee;
	border-top: 1px solid #ccc;
	color: #666;
	display: block;
	width: 100%;
	}
#navDept li a:hover {
	background: #fff;
	color: #444;
	}
#navDept li a.selected {
	background: #fff;
	color: #222;
	}
#navDept li a span {
	display: block;
	padding: .4em 1em .5em 1em;
	}

/* tools */

#navToolsTitle {
	background: #36a url(../graphics/plain/navTitleBg.gif) repeat-x 0 0;
	color: #fff;
	margin: 0;
	padding: .9em 1em .8em 1em;
	margin-bottom: 1px;
	font: bold 1.1em Arial, Verdana, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#navTools,
#navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navTools {
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
	}
#navTools li {
	font-size: 1.2em;
	}
#navTools li a {
	background: #eee;
	border-bottom: 1px solid #ccc;
	color: #666;
	display: block;
	width: 100%;
	}
#navTools li a:hover {
	background: #fff;
	color: #444;
	}
#navTools li a.selected {
	background: #fff;
	color: #222;
	}
#navTools li a span {
	display: block;
	padding: .4em 1em .5em 1em;
	}

/* nav static menu items */

.navStaticTitle {
	background: #36a url(../graphics/plain/navTitleBg.gif) repeat-x 0 0;
	color: #fff;
	margin: 0;
	padding: .9em 1em .8em 1em;
	margin-bottom: 1px;
	font: bold 1.1em Arial, Verdana, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
.navStatic,
.navStatic li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.navStatic {
	border-bottom: 1px solid #aaa;
	margin-bottom: 1em;
	}
.navStatic li {
	margin-bottom: 1px;
	}
.navStatic li a {
	background: #eee;
	border-top: 1px solid #aaa;
	color: #666;
	display: block;
	width: 100%;
	}
.navStatic li a:hover {
	background: #fff;
	color: #444;
	}
.navStatic li a span {
	display: block;
	padding: .4em 1em .5em 1em;
	}

/* side info */

#sideInfo {
	text-align: center;
	}
#sideInfo #cards {
	margin: 20px 0 1em 0;
	padding: 0 30px;
	}
#sideInfo #geotrust {
	font-size: 1.1em;
	}
#sideInfo #geotrust a {
	color: #666;
	}
#sideInfo #geotrust a:hover {
	color: #111;
	}
#sideInfo #geotrust img {
	clear: both;
	display: block;
	margin: 0 auto .5em auto;
	}


/* =MAIN
=============================================== */

#main {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 555px;
	}

/* user content */

#content {
	margin: 1em 0 2em 0;
	}

/* subdepartment navigation */

#navSubDept,
#navSubDept li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navSubDept {
	background: #d6e8f9;
	font-size: 1.2em;
	margin: 1em 0;
	padding: .8em 20px;
	}
#navSubDept li {
	line-height: 150%;
	margin: .3em 0;
	padding: 0;
	list-style: none;
	}
#navSubDept li a {
	color: #36a;
	}
#navSubDept li a:hover,
#navSubDept li a.selected {
	color: #111;
	}

/* product thumbnail list */

.products {
	margin: 1em 0 2em 0;
	}
.products ul,
.products li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.products ul {
	border-top: 1px solid #ccc;
	}
.products li {
	background: #eee;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #444;
	display: block;
	padding: 10px 10px 10px 161px;
	}
.products li:hover {
	background: #f8f8f8;
	}
.products li h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 -.5em 0;
	}
.products li h3 a {
	color: #36a;
	}
.products li h3 a:hover {
	color: #111;
	}
.products .image {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0 0 0 -151px;
	padding: 2px;
	text-align: center;
	max-width: 130px;
	min-width: 130px;
	}
.products .image a img {
	background: #eee;
	width: 130px;
	}
.products .desc {
	font-size: 12px;
	}
.products .price {
	clear: both;
	color: #d00;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 .5em 0;
	text-align: right;
	}
.products .quantity {
	clear: both;
	margin: 1em 0;
	text-align: right;
	line-height: 180%;
	}

/* pagination */

.pagination {}
.pagination .links {
	display: block;
	float: right;
	height: 16px;
	margin: -2.5em 4px 0 0;
	padding: 0;
	position: relative;
	width: 79px;
	}
.pagination a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	text-indent: -99999px;
	overflow: hidden;
	}
.pagination a.firstPage {
	background: url(/graphics/plain/ico_first.gif) no-repeat 0 0;
	left: 0;
	position: absolute;
	}
.pagination a.firstPage:hover {
	background:url(/graphics/plain/ico_first.gif) no-repeat 0 -16px;
	}
.pagination a.prevPage {
	background:url(/graphics/plain/ico_prev.gif) no-repeat 0 0;
	left: 21px;
	position: absolute;
	}
.pagination a.prevPage:hover {
	background:url(/graphics/plain/ico_prev.gif) no-repeat 0 -16px;
	}
.pagination a.nextPage {
	background:url(/graphics/plain/ico_next.gif) no-repeat 0 0;
	left: 42px;
	position: absolute;
	}
.pagination a.nextPage:hover {
	background:url(/graphics/plain/ico_next.gif) no-repeat 0 -16px;
	}
.pagination a.lastPage {
	background:url(/graphics/plain/ico_last.gif) no-repeat 0 0;
	left: 63px;
	position: absolute;
	}
.pagination a.lastPage:hover {
	background:url(/graphics/plain/ico_last.gif) no-repeat 0 -16px;
	}

/* individual products */

#product {
	background: #eee;
	clear: both;
	margin: 1em 0;
	padding: 10px;
	}
#product .image {	
	float: left;
	margin-bottom: 1em;
	}
#product .image p {
	margin: .5em 0;
	}
#product .image img {
	border: 1px solid #e1e1e1;
	}
#product .info {
	background: #f9f9f9;
	float: right;
	padding: 10px;
	width: 250px;
	}
#product .price {
	color: #111;
	font-size: 1.4em;
	}
#product .info p {
	margin: 0;
	margin-bottom: .2em;
	}
#product .info h3{
	margin: 0;
	margin-bottom: .2em;
	}
#product .actions {
	border-top: 1px solid #e1e1e1;
	clear: both;
	}
#product #addBasket {
	border-top: 1px solid #e1e1e1;
	padding-top: 1em;
	}
#product #addWishlist a {}
#addThis {
	margin: 1em 0 .5em 0;
	}

/* featured articles */

#articles {}
#articles ol,
#articles ol li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#articles ol {
	background: #d6e8f9;
	font-size: 1.2em;
	margin: 1em 0;
	padding: .8em 20px;
	}
#articles ol li {
	line-height: 150%;
	list-style: decimal;
	margin: .3em 1em .3em 1.5em;
	}
#articles ol li a {
	color: #36a;
	}
#articles ol li a:hover {
	color: #111;
	}

/* customer reviews */

#reviews {}
#reviews ul,
#reviews ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#reviews ul {
	background: #d6e8f9;
	border: 1px solid #eee;
	color: #777;
	margin: 1em 0;
	padding: 3px 10px;
	}
#reviews ul li {
	margin: .5em 0;
	line-height: 150%;
	padding: 0;
	padding-left: 15px;
	list-style: none;
	}
#reviews ul li a {
	color: #777;
	}
#reviews ul li a:hover {
	color: #777;
	text-decoration: underline;
	}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* tables */

#content table {
	width: 100%;
	margin: .5em 0;
	border-collapse: collapse;
	line-height: 150%;
	}
th {
	border: 1px solid #fff;
	background: #ddd;
	padding: 5px;
	}
td {
	background: #eee;
	border: 1px solid #fff;
	padding: 5px;
	vertical-align: top;
	}
td.first {
	width: 40%;
	}
table .price {
	color: #13689d;
	font-size: 110%;
	font-weight: bold;
	}

/* forms */

fieldset {
	border: none;
	padding: 0;
	margin: 1em 0;
	}
legend {
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #555;
	font-size: 120%;
	clear: both;
	}
fieldset h3 {
	margin: 1em 0 0 0;
	}
.formField,
.formSelect {
	background: #fff;
	border: 1px solid #e1e1e1;
	width: 200px;
	}
.formFieldShort,
.formFieldMedium {
	background: #fff;
	border: 1px solid #e1e1e1;
	width: 20px;
	margin-right: 5px;
	}
.formFieldMedium {
	width: 96px;
	}
.formFieldProduct{
	width: 150px;
	}
.formRadio {
	vertical-align: middle;
	}
.formButton {
	background: #296fa4;
	color: #fff;
	cursor: pointer;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	}
.formButton:hover {
	background: #222;
	cursor: pointer;
	}
label span {
	color: #13689d;
	font-size: 110%;
	font-weight: bold;
	}
input.formField:focus,
formFieldShort:focus,
formFieldMedium:focus,
textarea:focus,
#quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
	}

/* shopping cart */

.module1 {
	float: left;
	width: 250px;
	}
.module2 {
	float: right;
	width: 250px;
	}
#total {
	margin: 1em 0;
	padding: 0;
	width: 295px;
	font-size: 110%;
	}
#total dt {
	width: 200px;
	float: left;
	font-weight: bold;
	}
#total dd {
	margin-left: 201px;
	text-align: right;
	}
.actions {
	clear: both;
	margin: 0;
	padding: .5em 0;
	}
.special {
	display: none;
	}


/* =LOGOBAR
=============================================== */

#suppliers {
	display: inline;
	float: right;
	margin: -1em 13px 0 0;
	position: relative;
	text-align: center;
	width: 160px;
	}


/* =FOOTER
=============================================== */

#footer {
	background: #ececec;
	border-top: 1px solid #bebebe;
	clear: both;
	height: 7em;
	margin: 10px;
	padding: .1em 15px 15px 15px;
	}
#footer .inner {
	clear: both;
	}
#footer .column {
	float: left;
	margin-left: 20px;
	width: 460px;
	}
#footer .column.first {
	margin-left: 0;
	}
#footer h3 {
	color: #264E84;
	font-size: 1.2em;
	margin-bottom: .2em;
	}
#footer ul,
#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer li {
	display: inline;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: .5em 1.5em .5em 0;
	}
#footer li.first {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
	}
#footer a {
	color: #777;
	}
#footer a:hover {
	color: #222;
	}


/* =FLOAT FIX
=============================================== */

.inner:after,
#footer:after,
.column:after,
.products:after,
.products ul:after,
.products li:after,
#pagination:after,
#total:after,
.modules:after,
#product:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
	
.inner,
#footer,
.column,
.products,
.products ul,
.products li,
#pagination,
#total,
.modules,
#product {
	display: block;
	}
/*  \*/
.inner,
#footer,
.column,
.products,
.products ul,
.products li,
#pagination,
#total,
.modules,
#product {
	min-height: 1%;
	}
* html .inner,
* html #footer,
* html .column,
* html .products,
* html .products ul,
* html .products li,
* html #pagination,
* html #total,
* html .modules,
* html #product {
	height: 1%;
	}
/*  */
