/*//////////////////////////////////////////////
//// GENERIC ELEMENT FORMATTING
//////////////////////////////////////////////*/
body{ 
      overflow:auto;
	color: #000000;
	margin: 0px;
	min-height: 100%;
	height: auto;
	background: #E3E7EC url('') 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: #727476}
img{border:0px}
a{color: #000000}
hr{
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#main{
	margin: 0px;
	min-height: 100%;
	height: 100%;
}
.site{
	padding-top: 0px;width: 860px;
}



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

/*//////////////////////////////////////////////
//// TEXT FORMATTING
//////////////////////////////////////////////*/
.t-imgsub{background:#E3E7EC; padding: 2px} /* Image subtitles/description */
.t-em{font-weight:bold; text-transform:uppercase; color:#FFFFFF;} /* emphasized text */
.t-weak{color:#727476;} /* 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-item{}
.list-item-alt{background:#FFFFFF}
.list-item-border{border: 1px solid #FFFFFF}
.list-item-list-info{}
.list-item-partslist{background:#E3E7EC}
.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-none.png) no-repeat;
    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: 103px;
	background: url('images/logo.gif') no-repeat;
	overflow: hidden;
}
#clogo{
	position: absolute;
	padding-left: 10px;
	top: 10px;
}

/*///////////////////////////////////////////////////
//// 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: right;
}

/*///////////////////////////////////////////////////
//// PANE FORMATING
///////////////////////////////////////////////////*/
#pane-parent{

	width: 832px;
	background: url(images/content-bg.gif) top repeat-x;
	height:662px;
}
#pane-left{
	width: 212px;

	padding-right: 32px;
	padding-left: 10px;
	background: url(images/2nd-nav-bg.png) no-repeat;

}
#no-nav-pane-left{
	padding: 0px 32px 0px 10px;
}
#pane-body{width: 100%;	padding-top: 10px;}

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

/*//////////////////////////////////////////////
//// SUBNAVIGATION
//////////////////////////////////////////////*/
.catnav{ border: 1px solid #4277BE;}
.catnav-header{	background-color: #4277BE;	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;
      width:100%; 
}
.catnav-2nd-selected{
	padding: 0px;
	height: 22px;
	background: url(images/2nd-nav-2nd-tier-sel.gif) 5px center no-repeat;
      width:100%;
}
.catnav-row a , .catnav-2nd-row a{
	text-decoration: none;
	color: #000000;
      display:block;
      width:100%;
}

.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;
	height: 22px;
	background: url(images/hover-navitem-bg.gif) no-repeat;
	margin-bottom: -6px;
	margin-right: -100px;
      width:100%;
}
.catnav-2nd-row a:hover , .catnav-2nd-expanded a:hover , .catnav-2nd-selected a:hover{
	text-decoration: none;
	color: #000000;
	padding: 0px;
      width:100%;
	background: url(images/2nd-nav-2nd-tier-hover.gif) 5px center no-repeat;
}

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

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

.container-header a{
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	color: #ffffff;
	font-weight: bold;
}

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

.checkoutnav-row{
	width: 100%;
	padding-right: 10px;
	height: 22px;
	background: url(images/navitem-bg.png) no-repeat;
}
.checkoutnav-row-active{
	width: 100%;
	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;

}
.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: 73px;
}
#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 #E3E7EC; padding: 1px; width: 110px}

#noMiniBasket{

	width: 100%;
	height: 13px;
	margin-bottom: -3px;
}
#minibasket-bg{
	width: 182px;
	height: 62px;
	background: url(images/minibasket-bg.png) repeat-x;
}

#minibasket-bg6{
	width: 182px;
	height: 62px;
	background: url(images/minibasket-bg6.gif) repeat-x;
	border-bottom: 1px solid #ffffff;
}
#minibasket-bg6-left{	border-bottom: 1px solid #ffffff; }
#minibasket-bg6-right{	border-bottom: 1px solid #ffffff; }

.minibasket{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: #E3E7EC}

/*//////////////////////////////////////////////
//// PAGINATOR
//////////////////////////////////////////////*/
#paginator-top, #paginator-bottom{ padding: 0px;}
#paginator-top{border-bottom: 1px solid #FFFFFF}
#paginator-bottom{border-top: 1px solid #FFFFFF}
#paginator a.pi, #paginator span{
display: block;
font-weight: bold;
width: 22px;
height: 24px;
padding: 0px;
padding-top: 4px;
text-align: center;
vertical-align: middle;
margin-right: 0px;
border-right: 1px solid #E3E7EC;
color: #ffffff;
float: left;
background:url('') center no-repeat;
text-decoration: none;
}
#paginator a.pi{background:url('images/button_paginator.png') center no-repeat}
#paginator a.pi:hover{background:url('images/button_paginator_pushed.png') center no-repeat}
#paginator span.pi-active{background:url('images/button_paginator_pushed.png') center no-repeat}
#paginator span.pi-ellipsis{background:url('images/button_paginator.png') center 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 #4277BE;}
.border-right{border-right: 1px solid #4277BE;}
.border-bottom{border-bottom: 1px solid #4277BE}
.border-left-alt{border-left: 1px solid #FFFFFF;}
.border-right-alt{border-right: 1px solid #FFFFFF;}
.border-bottom-alt{border-bottom: 1px solid #FFFFFF}
.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; }

/* Catnav */

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

/* 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 #4277BE;}
.cnt-default-title{	background: url('images/cnt-default-title-top.png') repeat-x left top #4277BE;}
.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 #FFFFFF;}
.cnt-alt-title{	background: url('images/cnt-alt-title-top.png') repeat-x left top #FFFFFF;}
.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 #FFFFFF; }
.cnt-smooth-title{background: url('images/cnt-smooth-title-top.png') repeat-x left top #FFFFFF;}

/* 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 #4277BE;}
.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: #4277BE; 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 #FFFFFF; }
.cnt-smoothalt-title {background: url('images/cnt-smoothalt-title-top.png') repeat-x left top #FFFFFF;}

/* 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 #FFFFFF;}
.cnt-thinalt-title{	border-top: 1px solid #FFFFFF;	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: #FFFFFF;height:4px}

/*////////////////////////////////////////////////
//// BASKET FORMATTING
////////////////////////////////////////////////*/
#basket{
	border-collapse: collapse;
	border-top: 2px solid #FFFFFF;  
	border-bottom: 2px solid #FFFFFF; 
}
#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 #FFFFFF}

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

#basket tfoot td{color:#000000}
#basket tfoot td.first-item{border-top: 1px solid #FFFFFF}
#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;
}
*/