/* stylesheet for the general content of all pages on the site */

/*-------------------------------------------------------------------*/
/*----------------Basic layout provided by the template--------------*/
/*-------------------------------------------------------------------*/

body {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000000;
	background-color:#FFFFFF;
	width:960px;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	background:url(../images/background.jpg) #FFFFFF repeat-x;
	}

/* for the top banner */
#searchbar {
	color:#FFFFFF;
	background-color:#333333;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	}

#container {
	background-image: url(../images/leftnav.jpg);
	background-repeat: repeat-y;
	}

#container2 {
	background-image: url(../images/rightnav.jpg);
	background-repeat: repeat-y;
	background-position: right;
	}

/* for the left column */
#leftnav {
	float: left;
	width: 150px; /* must adjust the width based on the padding or margin */
	padding:10px;
	}

body:nth-of-type(1) #leftnav {
/*	margin-left:-240px; */
}


/* the right column */
#rightnav {
	float: right;
	width: 160px;
	margin: 0;
	padding:10px 0 0 15px;
	color: #fff;
	text-align:right;
	}

/* the main content */
#content {
	margin-left: 170px;
	margin-right: 170px;
	padding:10px;
	background-color:#FFFFFF;
	}

/* needed because IE5 and 5.5 will not tile the background to the bottom otherwise */
#cleardiv {
	clear: both;
	height: 1em;
	}

/* the footer of the page */
#footer {
	clear: both;
	padding-left:0.5em;
	padding-right:0.5em;
	border-top: 1px solid #999;
	text-align: right;
	background-color:#FFFFFF;
	}

/*-------------------------------------------------------------------*/
/*-------- END OF the Basic layout provided by the template----------*/
/*-------------------------------------------------------------------*/
.red_text {
	color:#E81E23;
	}
#header {
	background-image:url(../images/header_back.jpg);
	background-position:right;
	background-repeat:repeat-y;
	position:relative;
	height:160px;
	background-color:#FFFFFF;
	}
#footer span.right {
	float:right;
	padding-top:0.5em;
	}
#footer span.left {
	float:left;
	}
#cart_summary {
	font-weight:bold;
	position:absolute;
	top:10px;
	right:10px;
	color:#333333;
	width:110px;
	border:2px solid #FFFFFF;
	}
#cart_summary th {
	background-color:#E81E23;
	border-bottom:2px solid #FFFFFF;
	padding:3px;
	}
#cart_summary a {color:#FFFFFF;font-weight:bold;text-decoration:none; font-size:1.1em; cursor:pointer;}
#cart_summary a:hover {text-decoration:underline;}
#cart_summary td {
	font-size:1em;
	line-height:1.3em;
	padding:2px;
	}
#cart_summary span {
	color:#E81D22;
	}
#checkrate {
	position:absolute;
	right:510px;
	top:25px;
}
#postage {
	font-size:25pt;
	position:absolute;
	top:5px;
	right:135px;
	color:#333333;
	}
#postage div {
	font-size:15pt;
	text-align:right;
	line-height:0.8em;
	color:#333333;
	}

/*----------------------------------------------*/
/*----- the red navigation tabs ----------------*/
/*----------------------------------------------*/

#tabs {
	width:195px;
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:-1px; /* to make it sit on searchbar seamlessly */
	}
#tabs dd {margin:0; padding:0;}
#tabs .aa {width:18px; background:url(../images/taglft.gif); float:left; padding:6px 0 4px 0;margin-left:-1px;}
#tabs .bb {background:url(../images/tagmid.gif); float:left; padding:6px 0 4px 0;text-align:center;}
#tabs .cc {width:18px; background:url(../images/tagrgt.gif); float:left; padding:6px 0 4px 0;}
#tabs a, #tabs a:visited {color:#FFFFFF;font-weight:bold;text-decoration:none; font-size:1.1em; cursor:pointer;}
#tabs a:hover {}
#tabs a:hover span, #tabs dd.current span {background-position:0 150px;}

/*----------------------------------------------*/
/*----- END OF the red navigation tabs ---------*/
/*----------------------------------------------*/

#searchbar {
	white-space:nowrap;
	text-align:right;
	color:#FFFFFF;
	padding:6px;
	}
#searchbar form {
	float:left;
	text-align:left;
	font-size:1.3em;
	color:#FFFFFF;
	}
#searchbar input {
	margin:0 5px 0 5px;
	border:1px solid black;
	}
#searchbar #go {
	color:black;
	padding:0 5px 0 5px;
	}
#searchbar form a {
	font-size:0.8em;
	text-decoration:underline;
	}
#searchbar a {
	font-size:1.3em;
	text-decoration:none;
	color:#FFFFFF;
	}
#searchbar a:hover {
	text-decoration:underline;
	}
#searchbar ul {
	list-style:none;
	margin:0;
	}
#searchbar li {
	display:inline;
	margin:0 10px 0 10px;
	}

#leftnav .nh {
	border:1px solid #FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(../images/leftnavheading.gif);
	background-repeat: repeat-y;
	padding:2px 0 2px 5px;
	display:block;
	}
#leftnav{	font-size:0.9em;}
#leftnav ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:2px 0 8px 0;
	position:relative;
	}
#leftnav ul a {
	color:#000000;
	text-decoration:none;
	}
#leftnav ul a:hover {
	text-decoration:underline;
	}
#rightnav .nh {
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url(../images/rightnavheading.jpg);
	background-repeat: repeat-y;
	padding:2px 0 2px 30px;
	display:block;
	text-align:left;
	}
#rightnav ul {
	list-style:none;
	margin:0 0 0 30px;
	padding:8px 0 8px 0;
	font-size:0.9em;
	text-align:left;
	position:relative;
	}
#rightnav ul a {
	color:#FFFFFF;
	text-decoration:none;
	}
#rightnav ul a:hover {
	text-decoration:underline;
	}
#rightnav img {
	margin-left:30px;
	margin-top:10px;
	border:2px solid #333333;
	padding:3px;
	}

hr {
	margin-top:1.5em;
	}
h1 {
	font-size:1.8em;
	margin-top:0;
	margin-bottom:0.5em;
	color:#333333;
	}
h2 {
	margin-top:0;
	color:#333333;
	}
h3, h4 {
	margin:0;
	margin-top:1.5em;
	color:#333333;
	}
h2 a, h2 a:visited {
	color:#333333;
	}
a img {
	border:0;
	}
#content p {
	text-align:justify;
	font-size:0.9em;
	margin-top:0.5em;
	}
a.small {
	text-decoration:none;
	font-size:0.7em;
	}
table.simple_white, table.simple_white td, table.simple_white th {
	border:1px solid #000000;
	border-collapse:collapse;
	}
table.small {
	font-size:0.8em;
	}
p.mini {
	margin-left:10%;
	margin-right:10%;
	font-size:0.6em;
	font-style:italic;
	}
.quick h3 {background-color:#DDDDDD;margin:-10px -10px 10px;padding:5px 10px 5px;border-bottom:1px solid black;font-weight:normal;font-size:1.4em;}
.quick h4 {margin:0;padding:0;font-size:1em;font-weight:normal;}
.quick div {border:1px solid black;width:380px;padding:10px;margin-bottom:15px;}


/*------------------------------------*/
/*----------- the site map -----------*/
/*------------------------------------*/
.dotted {
	padding-left:5px;
	margin-left:5px;
	}
.dotted li {
	list-style-type: none;
	}
ul.dotted > li {
	margin-bottom: 3px;
	}
.dotted ul li {
	list-style-image: url(/images/sitemap/l2_normal.gif);
	}
.dotted ul ul li {
	list-style-image: url(/images/sitemap/l3_normal.gif);
	}
.dotted ul li.firstfollow {
	list-style-image: url(/images/sitemap/l2_first_follow.gif);
	}
.dotted ul li.last {
	list-style-image: url(/images/sitemap/l2_last_item.gif);
	}
.dotted ul ul li.firstfollow {
	list-style-image: url(/images/sitemap/l3_first_follow.gif);
	}
.dotted ul ul li.last {
	list-style-image: url(/images/sitemap/l3_last_item.gif);
	}
/*------------------------------------*/
/*---------- END OF the site map -----*/
/*------------------------------------*/

/*------------------------------------*/
/*-- left navigation with red dots ---*/
/*------------------------------------*/
ul.dots {
	margin: 1em 0;
	list-style-type: none;
	background: url(/images/dot.gif) repeat-y 8px 0;
	padding: 0;
	}
ul.dots li {
	margin-bottom: 2px;
	}
ul.dots li a {
	background: url(/images/bullet1.gif) no-repeat 5px .4em;
	padding-left: 15px;
	}
ul.dots li a.open, ul.dots li li a.open, ul.dots li li li a.open, ul.dots li li li li a.open {
	background-image: url(/images/bullet2.gif);
	}
/* second level */
ul.dots ul {
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style-type: none;
	}
ul.dots li li {
	background: url(/images/dot2.gif) no-repeat -5px .5em;
	text-indent:-22px; /* these two lines stop long lines wrapping under the bullet point */
	padding-left:20px;
	}
ul.dots li li a {
	padding: 0 0 0 22px;
	background: url(/images/bullet1.gif) no-repeat 13px .3em;
	}
/* third level */
ul.dots ul ul {
	background: url(/images/dot.gif) repeat-y 30px 0;
	}
ul.dots li li li {
	background: url(/images/dot2.gif) no-repeat 30px .5em;
	}
ul.dots li li li a {
	padding: 0 0 0 60px;
	background: url(/images/bullet1.gif) no-repeat 50px .3em;
	}

/*------------------------------------*/
/*------- END OF left navigation -----*/
/*------------------------------------*/

#breadcrumb {font-size:0.8em;text-align:right;}
#breadcrumb a {font-weight:normal;text-decoration:underline;}

/*----------------------------------------------*/
/*-----  the individual product styles ---------*/
/*----------------------------------------------*/

.productImage img {
	border:1px solid #000000;
	}
.productImage {
	margin-bottom:1em;
	margin-right:1em;
	float:left;
	text-align:center;
	}
.productDetail {
	margin-left:180px;
	margin-right:10px;
	margin-bottom:1em;
	}
.productDetail span {
	font-size:0.8em;
	}

/* styling the addtocartbutton */
.addToCartButton {
	}
/* styling the addtocartform */
.addToCartForm {
	margin:0;
	}



/*----------------------------------------------*/
/*----- END OF the individual product styles ---*/
/*----------------------------------------------*/

table.relatedList td {
	padding:2px 1em 2px 0;
	}

table.relatedList span {
	font-size:0.8em;
	}

table.productList td {
	padding:5px;
	}
table.productList span {
	font-size:0.8em;
	}
table.productList .rowOdd {
	background-color:#DDDDDD;
	}
table.productList .rowEven {
	background-color:#EEEEEE;
	}


table.categoryList td {
	padding:10px;
	}

/* styles for the SHOPPING CART and CHECKOUT pages */
.crumbs {
	padding-top:1em;
	text-align:center;
	color:#BBBBBB;
	}
.crumbs span {
	color:#333333;
	}
.cart_table {
	padding:0;
	margin-left:10px;
	margin-right:10px;
	}
.cart_table th {
	color:#333333;
	background-color:#EFEFEF;
	font-size:0.8em;
	}
.cart_table td {
	padding:3px 0.5em;
	font-size:0.8em;
	}
.cart_table input {
	color:#333333;
	font-weight:bold;
	background-color:#CCCCCC;
	border:1px solid #333333;
	font-size:0.8em;
	}
.cart_table .textfield {
	width:3em;
	background-color:#FFFFFF;
	text-align:center;
	font-weight:normal;
	}
.cart_table #tableNav {
	font-size:1em;
	padding:1em;
	}
#deliveryDate {
	font-size:12pt !important;
	}
#deliveryDate span {
	font-size:10pt !important;
	}

#checkout {
	margin-top:1em;
	border:1px solid #333333;
	font-size:0.8em;
	background-color:#E1E1E1;
	}
#checkout th {
	color:#333333;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	}
#checkout td {
	padding:1px 0;
	}
#checkout input {
	color:#333333;
	font-weight:bold;
	background-color:#CCCCCC;
	border:1px solid #333333;
	font-size:0.8em;
	}
#checkout .text {
	background-color:#FFFFFF;
	}
#checkout .radio {
	background-color:#E1E1E1;
	border:0;
	}
#checkout #billing, #checkout #delivery {
	margin:1em 0em;
	float:left;
	}
#checkout #shipdate {
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	clear:both;
	}


.related {
	clear:left;
	}
#cartNavReturn {
	width:15em;
	}
/* END OF styles for the SHOPPING CART and CHECKOUT pages */

#removeDiv {
	border:1px solid #686868;
	margin-left:3%;
	margin-right:3%;
	margin-top:5px;
	padding:5px;
	font-size:0.9em;
	background-color:#EEEEEE;
	}

ul.removeFilter, ul.removeFilter li {
	display:inline;
	margin-right:3px;
	margin:0;
	padding:0;
	margin-left:3px;
	}
ul.removeFilter li a {
	font-size:0.9em;
	color:#686868;
	margin-left:3px;
	}

.bar {
	background-image:url(../images/bar.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:3px 5px;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
	width:586px;
	margin-left:auto;
	margin-right:auto;
	}

.specialList {

	margin-left:auto;
	margin-right:auto;
	}
.specialList td {
	padding:5px;
	}
.specialList span {
	font-size:0.8em;
	}
.specialList .rowOdd {
	background-color:#DDDDDD;
	}
.specialList .rowEven {
	background-color:#EEEEEE;
	}


div.warning {
	border:2px solid #E81E23;
	color:#E81E23;
	font-weight:bold;
	margin:1em;
	margin-left:auto;
	margin-right:auto;
	padding:0.5em;
	width:90%;
	text-align:justify;
	}

div.home {
	margin-left:auto;
	margin-right:auto;
	width:90%;
	}
div.home p {
	text-align:center !important;
	font-size:1.05em !important;
	}

div.accessories table {
	font-size:0.8em;
	}
div.accessories td {
	padding-left:3px;
	padding-right:3px;
	}
div.accessories table span {
	font-size:0.9em;
	}
div.accessories input {
	color:#333333;
	font-weight:bold;
	background-color:#CCCCCC;
	border:1px solid #333333;
	font-size:0.8em;
	}
div.accessories .tick {visibility:hidden;}
code {
	border:1px solid black;
	background-color:#D4D0C8;
	padding:2px 4px 2px 4px;
	font-weight:normal;
	color:#000000;
	}

form.filter {
	margin:0;
	}
form.filter input {
	color:#333333;
	font-weight:normal;
	background-color:#CCCCCC;
	border:1px solid #333333;
	font-size:1em;
	}
tr.bar {
	background-image:url(../images/bar.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:1px 5px;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
	text-align:right;
	}

div.notFoundPage h2 {
	color:#FF0000;
	}
div.notFoundPage p, div.notFoundPage ul li {
	font-size:11pt !important;
	}

/* for the order summmary view */
#orderSummary {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	}
#orderSummary h2 {
	text-align:center;
	margin:0;
	}
#orderSummary thead td {
	border-bottom:1px solid #000000;
	text-align:center;
	font-size:0.9em;
	}
#orderSummary tbody {
	font-size:0.8em;
	}
#orderSummary .label {
	width:50%;
	text-align:right;
	}
#orderSummary .data {
	width:50%;
	text-align:left;
	font-weight:bold;
	}
#orderSummary #prodSummary {
	width:100%;
	border-collapse:collapse;
	}
#orderSummary #prodSummary thead th {
	border-bottom:1px solid #000000;
	}
#orderSummary #prodSummary thead th {
	font-weight:bold;
	}
#orderSummary #prodSummary tbody th {
	font-weight:normal;
	text-align:left;
	}
#orderSummary #prodSummary tbody td {
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
	}
#orderSummary #prodSummary tfoot th, #orderSummary #prodSummary tfoot td {
	border-top:1px solid #000000;
	padding:2px;
	}
#orderSummary #prodSummary tfoot th, #orderSummary #prodSummary tfoot td {
	text-align:right;
	font-weight:normal;
	}
#orderSummary #prodSummary #total td, #orderSummary #prodSummary #total th {
	font-weight:bold;
	font-size:1.1em;
	}

/* for the Hints */
/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    width: 245px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 5px 5px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
	text-align:left;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) left top no-repeat;
}

#testimonials blockquote {
	background:#DDDDDD url(/images/quote-open.gif) no-repeat scroll 10px 12px;
	border:1px solid #686868;
	margin:20px 30px 0 30px;
	padding-bottom:5px;
}
#testimonials blockquote p.quoteInner {
	background:transparent url(/images/quote-close.gif) no-repeat scroll 455px bottom;
	margin:0pt;
	padding:10px 85px 5px;
}
#testimonials blockquote p.response {
	margin:0pt;
	padding:10px 85px 5px;
}
#testimonials blockquote span.quoteOwner {
	display:block;
	margin-top:10px;
	margin-left:20px;
	font-style:italic;
}

/****************************
** Info messages CSS ********
*****************************/

.info, .success, .infoWarning, .error, .validation {
    border: 1px solid;
    margin: 10px 10px;
    padding:10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	text-align:left;
	font-size:12px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/info/success.png');
}
.infoWarning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/info/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/info/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/info/validation.png');
}