/* stylesheet for printing */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000000;
	background-color:#FFFFFF;
	min-width:770px;
	max-width:1024px;
	width:expression(document.body.clientWidth < 800? "auto": "800px" );
	}

/* for the top banner */
#searchbar {
	display:none;
	}

#container {
	background-image:none;
	}

#container2 {
	background-image:none;
	}

/* for the left column */
#leftnav {
	display:none;
	}

/* the right column */
#rightnav {
	display:none;
	}

/* the main content */
#content {
	margin-left: 20px;
	margin-right: 20px;
	padding:10px;
	}

/* needed because IE5 and 5.5 will not tile the background to the bottom otherwise */
#cleardiv {
	display:none;
	}

/* the footer of the page */
#footer {
	display:none;
	}

/*-------------------------------------------------------------------*/
/*-------- END OF the Basic layout provided by the template----------*/
/*-------------------------------------------------------------------*/
.red_text {
	color:#E81E23;
	}
#header {
	background-image:none;
	position:relative;
	}
#cart_summary {
	display:none;
	}
#postage {
	display:none;
	}

/*----------------------------------------------*/
/*----- the red navigation tabs ----------------*/
/*----------------------------------------------*/

#tabs {
	display:none;
	}

/*----------------------------------------------*/
/*----- END OF the red navigation tabs ---------*/
/*----------------------------------------------*/

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 ---*/
/*------------------------------------*/

/*------------------------------------*/
/*------- 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;
	}

.tip a {
    position:relative; /*this is the key*/
    z-index:24;
	text-decoration:none;
	}
.tip a:hover{z-index:25;background-color:#FFFF00;}
.tip a span{display:none;}
.tip a:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    bottom:12pt;right:0;width:400px;
	padding:10px;
    border:2px solid #333333;
    background-color:#EBEBEB;
    text-align:justify;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
	}

.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:386px;
	margin-left:auto;
	margin-right:auto;
	}

.specialList {
	width:400px;
	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;
	}