/*//////////////////////////////////////////////
//// GENERIC ELEMENT FORMATTING
//////////////////////////////////////////////*/
body{
	color: #000000;
	margin: 0px;
	min-height: 100%;
	height: auto;
	background: #E9F3FB url('images/texture-header.png') repeat-x left top;
}
body,td,div,p{
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}
th{
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
}
tfoot td{color: #747A7E}
img{border:0px}
a{color: #996600}
hr{
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#main{
	margin: 0px;
	min-height: 100%;
	height: 100%;
}
.site{
	padding-top: 40px;width: 950px;
}



/*//////////////////////////////////////////////
//// BREADCRUMB NAVIGATION
//////////////////////////////////////////////*/
#breadcrumb{border-bottom: 1px solid #747A7E}
a.breadcrumb{text-decoration: none;color:black}
a.breadcrumb:hover{text-decoration: none;}

/*//////////////////////////////////////////////
//// TEXT FORMATTING
//////////////////////////////////////////////*/
.t-imgsub{background:#BCD3F3; padding: 2px} /* Image subtitles/description */
.t-em{font-weight:bold; text-transform:uppercase; color:#114392;} /* emphasized text */
.t-weak{color:#747A7E;} /* weakened text */

/*//////////////////////////////////////////////
//// GENERIC LIST FORMATTING
//////////////////////////////////////////////*/
.list{table-layout:auto; width:100%}
.list-intro{padding:3px;padding-bottom:5px;text-align:center}
.list-footer{padding:3px;padding-bottom:5px;text-align:center}
.list-group{
	text-align: 950;
}
.list-item{}
.list-item-alt{background:#CDDEF5}
.list-item-border{border: 1px solid #114392}
.list-item-list-info{}
.list-item-partslist{background:#BCD3F3}
.list-item-partslist-header{font-weight:bold;padding:2px}
.list-item-partslist-item{padding:2px}
.list-item-hsep{
	background-image: url(images/hsep_default.gif);
	background-repeat:repeat-y;
	margin: 0 6px 0 6px;
	line-height: 1px;
	width: 3px;
	height: 100%;
	border: 0;
	padding: 0;
}
.list-item-vsep{
	background-image: url(images/vsep_default.gif) ;
	background-repeat:repeat-x;
	margin: 6px 0px 6px 0;
	line-height: 1px;
	width: 100%;
	height: 3px;
}

/*//////////////////////////////////////////////
//// BANNER AREA 
//////////////////////////////////////////////*/
#banner-upper-right{
	background: url(images/upper-right.gif) ;
	width: 10px;
	height: 36px;
}
.left-border{
	background: url(images/border-left.gif) bottom left repeat-y;
	width: 4px;
	height: 100%;
	vertical-align: bottom;
}
.right-border{
	background: url(images/border-right.gif) bottom right repeat-y;
	width: 4px;
	height: 100%;
	vertical-align: bottom;
}
#banner{
	width: 100%;
	height: 150px; 
	background: url('images/logo.gif') no-repeat;
	overflow: hidden;
}
#clogo{
	position: absolute;
	padding-left: 14px;
	top: 86px;
}

/*///////////////////////////////////////////////////
//// LEVEL 1 NAVIGATION
///////////////////////////////////////////////////*/
#nav-level1{
 	width: 100%;
 	background: url('images/1st-nav-bg.png') repeat-x top;
 	border-bottom: 1px solid #cccccc;
 	height: 30px;
 	text-align: left;
}

/*///////////////////////////////////////////////////
//// PANE FORMATING
///////////////////////////////////////////////////*/
#pane-parent{
	width: 100%;
	background: url(images/content-bg.gif) top repeat-x;
	height:662px;
}
#pane-left{
	width: 184px;
	padding-left: 5px;
	background: url(images/2nd-nav-bg.gif) no-repeat;
	padding-right: 15px;
}
#no-nav-pane-left{
	padding: 0px 10px 0px 10px;
}
#pane-body{width: 100%;	padding-top: 10px;}

#pane-right{
	width: 160px;
	padding-right: 10px;
	padding-top: 10px;
}

/*//////////////////////////////////////////////
//// SUBNAVIGATION
//////////////////////////////////////////////*/
.catnav{ border: 1px solid #4784DD;width:186px;}
.catnav-header{	background-color: #4784DD;	padding-bottom: 3px;}
.catnav-header a{
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}
td.catnav-row{
	padding: 0px;
	height: 22px;
	background:url(images/navitem-bg.png) no-repeat;
}
td.catnav-selected{
	padding: 0px;
	height: 22px;
	background: url(images/active-navitem-bg.gif) no-repeat;
	color: #ffffff;
}
.catnav-2nd-row{
	padding: 0px;
	height: 22px;
}
.catnav-2nd-selected{
	padding: 0px;
	height: 22px;
	background: url(images/2nd-nav-2nd-tier-sel.gif) 5px 0px no-repeat;
}
.catnav-row a , .catnav-2nd-row a{
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin-right: -100px;
	width: 175px;
}
.catnav-row a {height: 22px;margin-bottom:-6px}

.catnav-2nd-selected a {color: #000000;}
.catnav-selected a {color: #ffffff}
.catnav-row a:hover , .catnav-expanded a:hover , .catnav-selected a:hover{
	text-decoration: none;
	padding: 0px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	height: 22px;
	background: url(images/hover-navitem-bg.gif) no-repeat;
	margin-bottom: -6px;
	margin-right: -100px;
	width: 178px;
}
.catnav-2nd-row a:hover , .catnav-2nd-expanded a:hover , .catnav-2nd-selected a:hover{
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	height: 22px;
	background: url(images/2nd-nav-2nd-tier-hover.gif) 5px 0px no-repeat;
	margin-bottom: -6px;
	margin-right: -100px;
}

.second-nav-2nd-tier{
	background: #ffffff url(images/2nd-nav-2nd-tier-bg.png) no-repeat;
	background-position: bottom center;
	width: 180px;
}

.nav-left{
	background: url(images/nav-border.gif) repeat-y;
	width: 3px;
}
.nav-right{
	background: url(images/nav-border.gif) repeat-y;
	width: 3px;
}

/*//////////////////////////////////////////////
//// Checkout Navigation
//////////////////////////////////////////////*/

.checkoutnav-row{
	width: 184px;
	padding-right: 10px;
	height: 22px;
	background: url(images/navitem-bg.png) no-repeat;
}
.checkoutnav-row-active{
	width: 184px;
	padding-right: 10px;
	height: 22px;
	background: url(images/hover-navitem-bg.gif) repeat-x;
}
.checkoutnav-row a, .checkoutnav-row-active a {
	text-decoration: none;
	padding: 4px;
	display: inline;
	width: 155px;
}
.checkoutnav-row span, .checkoutnav-row a{
	color: #000000;
	padding-left: 7px;
	height: 22px;
	padding-top: 3px;
}
.checkoutnav-row-active span, .checkoutnav-row-active a{
	color: #ffffff;
	font-weight: bold;
	padding-left: 7px;
	height: 22px;
	padding-top: 3px;
}
.checkout-nav{
	padding-top: 8px;
	color: #ffffff;
	font-size: 12px;
}
.checkoutnav-row span , .checkoutnav-row-active span{ padding-bottom:10px }
.checkoutnav-row a { margin-bottom:-7px; }

/*//////////////////////////////////////////////
//// SEARCHBAR & MINIBASKET FORMATTING
//////////////////////////////////////////////*/
#searchbar form{padding: 5px; padding-bottom:4px margin: 0px}

#quicksearch {	
	text-align: right;
	text-decoration: none;
	padding: 7px 20px;
	padding-bottom:120px;
}
#quicksearch form{display: inline;padding: 8px;}
#quicksearch input{vertical-align: middle; margin-right: 4px}
#quicksearch a{color: #ffffff;text-decoration:none;font-weight:bold}
#quicksearch a:hover{color: #ffffff;text-decoration:none;font-weight:bold}

input.quicksearch-term{border: 1px solid #193359; padding: 1px; width: 110px}

#noMiniBasket{
	background: url(images/no-minibasket.gif) no-repeat;
	width: 186px;
	height: 13px;
	margin-bottom: -3px;
}
#minibasket-bg{
	width: 186px;
	height: 62px;
	background: url(images/minibasket-bg.png) no-repeat;
}
#minibasket-bg6{
	width: 186px;
	height: 62px;
	background: url(images/minibasket-bg6.gif) no-repeat;
	border-bottom: 1px solid #ffffff;
}
.minibasket{width: 136px; color: #ffffff}
.minibasket-value{text-align: right; font-weight: bold}
.minibasket-caption{padding-left:10px}
.minibasket-value{padding-right: 3px}
.minibasket-footer{text-align: right;padding: 5px 3px 4px 0px}
.minibasket a:hover, .minibasket a{color: #ffffff}

/*//////////////////////////////////////////////
//// FOOTERBAR FORMATTING
//////////////////////////////////////////////*/
#footer{
	background: url('images/texture-footer.png') repeat-x center bottom;
	height: 144px;
	padding-bottom: 10px;
}
#nav-footer a{text-decoration: none}
#nav-footer a:hover{text-decoration: underline}
#nav-footer span{padding:0px 8px 0px 8px; color: #193359}

/*//////////////////////////////////////////////
//// PAGINATOR
//////////////////////////////////////////////*/
#paginator-top, #paginator-bottom{	padding: 4px;}
#paginator-top{border-bottom: 1px solid #81ADE9}
#paginator-bottom{border-top: 1px solid #81ADE9}
#paginator a.pi, #paginator span{
	display: block;
	font-weight: bold;
	width: 22px;
	height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	margin-right: 0px;
	border-right: 1px solid #BCD3F3;
	color: #ffffff;
	float: left;
	background:url('') no-repeat;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
}
#paginator a.pi{background:url('images/button_paginator.png') no-repeat}
#paginator a.pi:hover{background:url('images/button_paginator_pushed.png') no-repeat}
#paginator span.pi-active{background:url('images/button_paginator_pushed.png') no-repeat}
#paginator span.pi-ellipsis{background:url('images/button_paginator.png') no-repeat}
#paginator a.pi-first, #paginator span.pi-first{}
#paginator a.pi-last, #paginator span.pi-last{margin-right: 0px}
#paginator img.pi-img-prev {display:inline; float:left}
#paginator img.pi-img-next{display:inline}

/*//////////////////////////////////////////////
//// CONTAINER FORMATTING
//////////////////////////////////////////////*/

.cnt-def{ width: 100%; }
.cnt-icon{ padding-top: 4px; }
.border-left{border-left: 1px solid #4784DD;}
.border-right{border-right: 1px solid #4784DD;}
.border-bottom{border-bottom: 1px solid #4784DD}
.border-left-alt{border-left: 1px solid #81ADE9;}
.border-right-alt{border-right: 1px solid #81ADE9;}
.border-bottom-alt{border-bottom: 1px solid #81ADE9}
.cnt-thinalt-title , .cnt-smoothalt-title , .cnt-thin-title , .cnt-smooth-title , .cnt-simple-header , { font-weight: bold; color: #000000; }
.cnt-default-title , .cnt-alt-title , .cnt-high-title{	font-weight: bold;	color:#ffffff; }
.cnt-default-title , .cnt-alt-title , .cnt-high-title , .cnt-thin-title { padding: 5px 0px 5px 5px; }
.cnt-smooth-title , .cnt-smooth-title {	padding: 8px 0px 5px 5px; }

/* Default */

.cnt-default-upper-left{ background: url('images/cnt-default-upper-left.png') no-repeat left top; }
.cnt-default-upper-right{ background: url('images/cnt-default-upper-right.png') no-repeat left top;}
.cnt-default-icon{ background: url('images/cnt-default-icon-top.png') no-repeat left top #4784DD;}
.cnt-default-title{	background: url('images/cnt-default-title-top.png') repeat-x left top #4784DD;}
.cnt-default-body{ background: url('images/cnt-default-title-bottom.png') repeat-x left top }
.cnt-default-body-left{ background: url('images/cnt-default-title-bottom.png') no-repeat; }
.cnt-default-body-right{ background: url('images/cnt-default-title-bottom.png') no-repeat; }
.cnt-default-corner-bottom-left{ background: url('images/cnt-default-bottom-left.png') no-repeat left top;width:3px;height:3px }
.cnt-default-corner-bottom-right{ background: url('images/cnt-default-bottom-right.png') no-repeat right top;width:3px }

/* Alternativ */

.cnt-alt-upper-left{ background: url('images/cnt-alt-upper-left.png') no-repeat left top; }
.cnt-alt-upper-right{ background: url('images/cnt-alt-upper-right.png') no-repeat left top;}
.cnt-alt-icon{ background: url('images/cnt-alt-icon-top.png') no-repeat left top #81ADE9;}
.cnt-alt-title{	background: url('images/cnt-alt-title-top.png') repeat-x left top #81ADE9;}
.cnt-alt-body{ background: url('images/cnt-alt-title-bottom.png') repeat-x left top }
.cnt-alt-body-left{	background: url('images/cnt-alt-title-bottom.png') no-repeat; }
.cnt-alt-body-right{ background: url('images/cnt-alt-title-bottom.png') no-repeat; }
.cnt-alt-bottom-left{ background: url('images/cnt-alt-bottom-left.png') no-repeat left top;width:3px;height:3px }
.cnt-alt-bottom-right{ background: url('images/cnt-alt-bottom-right.png') no-repeat right top;width:3px }

/* Highlight */

.cnt-high-upper-left{background: url('images/cnt-high-corner-left-bg.gif') repeat-y left top;}
.cnt-high-upper-right{background: url('images/cnt-high-corner-right-bg.gif') repeat-y left top;}
.cnt-high-icon{background: url('images/cnt-high-icon-bg.gif') repeat-y left top;}
.cnt-high-title{ background: url('images/cnt-high-title-top.gif') repeat-x left top #202525; }
.cnt-high-body{ background: url('images/cnt-high-icon-bottom.gif') repeat-x left top;}

/* Simple */
.cnt-simple-header{	padding: 3px 3px 5px 0px; }
.cnt-icon-simple{ padding: 5px 5px 0px 8px; }
.cnt-simple-body{ background: url('images/simple-bottom.gif') no-repeat left top; }

/* Smooth */
.cnt-smooth-upper-left{background: url('images/cnt-smooth-upper-left.png') no-repeat left top;height:100%}
.cnt-smooth-upper-right{background: url('images/cnt-smooth-upper-right.png') no-repeat right top;}
.cnt-smooth-icon{background: url('') repeat-y left top #ACC9F0; }
.cnt-smooth-title{background: url('images/cnt-smooth-title-top.png') repeat-x left top #ACC9F0;}

/* Thin */
.cnt-thin-upper-left{background: url('images/cnt-thin-upper-left.png') no-repeat left top;}
.cnt-thin-upper-right{background: url('images/cnt-thin-upper-right.png') no-repeat right top;}
.cnt-thin-icon{background: url('') repeat-y left top;}
.cnt-thin-title{border-top: 1px solid #4784DD;}
.cnt-thin-bottom-left{background: url('images/cnt-thin-bottom-left.png') no-repeat left top;width:5px;height:4px}
.cnt-thin-bottom-right{background: url('images/cnt-thin-bottom-right.png') no-repeat right top;width:5px;height:4px}
.cnt-thin-bottom-middle{background: #4784DD; height:4px}

/* Smooth Alternativ */
.cnt-smoothalt-upper-left{background: url('images/cnt-smoothalt-upper-left.png') no-repeat left top;height:100%}
.cnt-smoothalt-upper-right{background: url('images/cnt-smoothalt-upper-right.png') no-repeat right top;}
.cnt-smoothalt-icon{background: url('') repeat-y left top #ACC9F0; }
.cnt-smoothalt-title {background: url('images/cnt-smoothalt-title-top.png') repeat-x left top #ACC9F0;}

/* Thin Alternativ */
.cnt-thinalt-upper-left{background: url('images/cnt-thinalt-upper-left.png') no-repeat left top;}
.cnt-thinalt-upper-right{background: url('images/cnt-thinalt-upper-right.png') no-repeat right top;}
.cnt-thinalt-icon{background: url('') repeat-y left top;border-top: 1px solid #81ADE9;}
.cnt-thinalt-title{	border-top: 1px solid #81ADE9;	padding: 5px 0px 5px 5px }
.cnt-thinalt-bottom-left{background: url('images/cnt-thinalt-bottom-left.png') no-repeat left top;width:5px;height:4px}
.cnt-thinalt-bottom-right{background: url('images/cnt-thinalt-bottom-right.png') no-repeat right top;width:5px;height:4px}
.cnt-thinalt-bottom-middle{background: #81ADE9;height:4px}

/*////////////////////////////////////////////////
//// BASKET FORMATTING
////////////////////////////////////////////////*/
#basket{
	border-collapse: collapse;
	border-top: 2px solid #114392;  
	border-bottom: 2px solid #114392; 
}
#cnt-def #basket, #cnt-alt #basket{border-top:none}
#cnt-hilite #basket, #cnt-simple #basket{border-top:none}

#basket thead th{border-bottom: 1px solid #114392}

#basket tbody td.alt-item{background:#CDDEF5}
#cnt-def #basket tbody td.alt-item, #cnt-alt #basket tbody td.alt-item{background:#E9F3FB;}
#cnt-alt #basket tbody td.alt-item{background:#E9F3FB;}

#basket tfoot td{color:#000000}
#basket tfoot td.first-item{border-top: 1px solid #114392}
#basket tfoot td.basket-summary{font-weight: bold}

table.basket-buttons{margin: 10px 0px 10px 0px}
#cnt-def table.basket-buttons td, #cnt-alt table.basket-buttons td{padding: 0px 5px 0px 5px}

#tellfriend{background:#ffffff}

#checkout-image{
	background: url(images/checkout-step.png) no-repeat;
	color: #ffffff;
	padding: 4px 2px 7px 2px;
	font-weight: bold;
}
/*
#product_price{
	font-size: 14px;
	color: #ff0000;
}
.t-price-list{
	font-size: 14px;
	color: #ff0000;
}
*/