/* ----- end float fix ----- */
body{
	background:#fff;
	color:#555;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */ 
/* --- Changed 17.7.06 -- SJ -- color to corporate color --- */ 
a:link, a:visited, a:active{
	color:#01539f;
	text-decoration:none;
}
a:hover{color:#555;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */ 
/* --- Changed 17.7.06 -- SJ -- width to 960px to allow 2 pillars --- */ 
#container{
	margin:0 auto;
	margin-top:10px;
	width:960px;
	text-align:left;
	background:#fff;
	padding-top:10px;
	position:relative;
}

/* ----- header area ----- */ 
/* --- Changed 17.7.06 -- SJ -- background color to #fff -- logo img added --- */ 
#header{
	height:130px;	
	position:relative;
	background:#ffffff;
	margin:0 10px;
	/* background-image:url(../images/logo.png); */
	background-image:url(../images/banner-bg.png);
	background-repeat:no-repeat;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:20px;
	left:30px;
	line-height:30px;
	font-size:180%;
	font-weight:normal;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:10px;
	right:30px;
	z-index:10;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;	
	display:inline;
	margin-right:10px;
	width:530px;
}

/* ----- search box ----- */ 
/* --- Changed 17.7.06 -- SJ -- background & color to corporate color --- */ 
#search{
	margin:0;
	margin-bottom:1em;
	padding:5px 20px;
	background:#01397b;
	color:#ffffff;
}
#search label{display:block;}

/* ----- side navigation ----- */
/* --- Changed 17.7.06 -- SJ -- all background & color to corporate color --- */ 
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{margin-bottom:1em;}
#navDept li{
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	background:#01397b;
	color:#ffffff;
}
#navDept li a:hover, #navDept li a.selected{background:#ffdd00; color:#000000;}
#navDept li a span{
	display:block;
	padding:3px 20px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	background:#ffffff;
	color:#777;
	/* added NR 25.07.07 */	
	padding:3px 0;
	
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	/* added NR 25.07.07 */
	width: 103px;
	float: left;
	padding-left: 0;
	padding-right: 2px;
	margin: 2px 0 0 0;
	text-align: center;
}

#navSubDept li a
{
	color:#777;
}


#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;}

/* ----- customer tool list ----- */
/* --- Changed 17.7.06 -- SJ -- all background & color to corporate color --- */ 
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:1em;}
#navTools li{
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;	
	background:#01397b;
	color:#ffffff;
}
#navTools li a:hover, #navTools li a.selected{background:#ffdd00; color:#000000;}
#navTools li a span{
	display:block;
	padding:3px 20px;
}

/* ----- nav static menu items ----- */
/* --- Changed 17.7.06 -- SJ -- all background & color to corporate color --- */ 

/* new definitions at end of CSS file
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	background:#01539f;
	color:#ffffff;
}
.navStatic li a:hover{background:#ffdd00; color:#000000;}
.navStatic li a span{
	display:block;
	padding:3px 20px;
}

#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#ddd;
	font-size:100%;
}

*/


/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:200px;
	margin-left:10px;
	margin-top:10px;
	background-color: #01397B;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:530px;
	margin-left:10px;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#275f81;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#275f81;
	font-size:180%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
	color:#FF0000; /* added by SJ 27.8.07 */
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/*----- right navigation column ----- */
/* --- Changed 17.7.06 -- SJ -- sideR added to allow right hand column to match left column --- */ 
#sideR{
	float:right;
	display:inline;
	width:190px;
	margin-left:10px;
	margin-right:10px; /* added NR 24.07.07 */
	margin-top:10px;
	background-color: #01397B;
}


/* ----- footer area ----- */
/* --- Changed 17.7.06 -- SJ -- background color to white --- */ 
#footer{
	background:#ffffff;
	padding:10px;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}
#footer a:hover{
	color:#999999;
	text-decoration:underline;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(/graphics/plain/ico_first.gif)no-repeat 0 0;}
#pagination a#prevPage{background:url(/graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(/graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(/graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	margin-bottom:1em;
	padding:.5em 10px 0 10px;
	background:#f1f1f1;
	border:1px solid #e1e1e1;
	color:#777;
}
.products li:hover{
	background:#f5f5f5;
	border:1px solid #e5e5e5;
}
.products li h3{
	margin-top:.5em;
	margin-bottom:1em;
	padding:0;
	background:none;
}
.products li h3 a{color:#555;}
.products li h3 a:hover{color:#275f81;}
.products .image{
	/*float:left;*/
	margin:0 auto 0 auto;
	margin-right:10px;
	margin-bottom:10px;
}
.products .image a img{
/*	border:1px solid #e2e2e2;*/
	padding:2px;
	background:#fff;
	border: 2px solid #13689d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.products .image a:hover img{
	padding:2px;
	background:#e2e2e2;
	border: 2px solid #13689d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.products .price{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{
	margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
	width: 210px; /* added NR */
}	
#product .info{	
	float:right;
	width:270px;
}
#product .price{
	color:#13689d;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
	color:#FF0000;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#01397b;
	border:1px solid #eee;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(/graphics/plain/circle.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#fff;} /* Change color to white  SJ 27.08.07*/
#articles  ul li a:hover{color:#ffdd00;text-decoration:underline;} /* Change color to yellow  SJ 27.08.07*/

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#01397b;
	border:1px solid #eee;
	color:#fff;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#ffdd00;} /* Change color to white  SJ 27.08.07*/
#reviews  ul li a:hover{color:#ffdd00;text-decoration:underline;} /* Change color to yellow  SJ 27.08.07*/

/* ----- 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 and 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, fieldset h3{margin:1em 0 0 0;}
#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;
}
.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;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#01397b;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
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 ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:300px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:470px;
	text-align:right;
	
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */


/* ----- NR adjustments to hide search for and Tools menus in right side area ----- */

#side h3#navToolsTitle, #side ul#navTools, #side form#search, form.search {
	display: none;
}

div#articles h2{
	padding-top: 1.5em;
}

h1#logo a{
	display: block;
	padding: 0;
	margin: 0;
	width: 280px;
	height: 70px;
	width: 570px;
	height: 55px;
	text-indent: -2000px;
	background-image: url(../images/cando-logo-new.png);
}

#logo{
	position:absolute;
	top:30px;
	left:5px;
}

/* Tools menu */

.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	position:absolute;
	top:100px;
	/* right:450px; */
	left: 20px;
	width:501px;
	height:31px;
	text-align:left;
}
.navStatic li{
	display:inline;
	padding-left:10px;
	margin-left:0;
	line-height:30px;
	height:30px;
	font-size:100%;
	background-image: url(../images/menu-separator.png);
	background-position: left;
	background-repeat: no-repeat;
}

.navStatic li a{
	line-height:30px;
	color:#fff;
}
.navStatic li a:hover{color:#fd0;}
.navStatic li a span{}

#navToolsTitle, #navDeptTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#ddd;
	font-size:100%;
}

.navStaticTitle{display:none;}


/* ----- breadcrumb trail adjustments ----- */

#breadcrumbs{
	position:absolute;
	top: 160px;
	left: 220px;
}

#main .inner h2#pageTitle{
	margin-top: 0;
	height: 1.5em;
	line-height: 1.5em;
}

div#content {
	padding-top: 10px;
}

/* change menu headings */

h3#navDeptTitle, h3#navToolsTitle, h3.navToolsTitle{
	color: #fd0;
	background-color: #01397b;
	padding: 0 0 0 20px;
}

form#search label{
	color: #fd0;
	font-weight: bold;	
}

/* set bg image to create blue columns */

div#mid, div#main, div#main div.inner,div#content,
h2#pageTitle, #breadcrumbs, p.breadcrumbs{
	background-color: #fff;
}
#container{
	background-color: #fff;
}

div#mid div.inner{
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 2em;
}

div#side div.inner, div#sideR div.inner, div#main div.inner{
	background-image: none;
}

ul#navDept, ul#navTools{
	background-color: #fff;
}

/* change layout of product details */

div.products li{
	display: block;
	width: 20%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	font-size: 0.85em;
	min-height: 255px;
	text-align: center;
}

div.products li h3{
	clear: left;
	text-align: center;
}

div.products p.price{
	text-align: center;	
}

div.products p.productCode{
	text-align: center;	
	padding: 0;
	margin: 0;
	font-size: 6pt;
}

/* re-size product image */
#product .image img{	
	width: 200px;
}

a.continueShopping{
	/*display: block;
	float: left;*/
	background:#01397b;
	color:#fff;
	border:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 2px;
	padding-right: 2px;
	
}

img.rightBannerImg, img.leftBannerImg{
	margin-left: 16px;
	text-align: center;
}

/*img.rightBannerImg{
	padding-bottom: 65px;
}*/
form.global-form{
	clear: left;
}

div#content ol{
	margin-left: 30px;
}

div#content ol li{
	/*list-style-position: inside;*/
}

div#content ol li h2{
	/*width: 90%;*/
}

div#navigation_pictures
{
	margin: 0 auto 0 auto;
	text-align: center;
}

div#special_offer
{
	margin: 0 auto 0 auto;
	text-align: center;
	background:#01397b;
	color:#fff;
}

div#special_offer p.special_offer_header
{
	font-size: 16px;
	font-weight: bold;
}

div#special_offer p
{
	margin: 0 10px 10px 10px;
	font-size: 12px;
	line-height: 1.5;
}

p.first_line_text
{
	text-indent: -9999px;
	font-size: 1px;
	height: 1px;
}

