/*//////////////////////////////////////////////
//// GENERIC ELEMENT FORMATTING
//////////////////////////////////////////////*/
body{
	background: #FFFFFF;
	color:#000000;
	margin: 5px;
	text-align: center;
}
#page{
	width: 900px;
	margin:auto;
}
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: #808080}
img{border:0px}

.cnt-def img.thumb, .cnt-def img.nopic, .cnt-def img.category-image, .cnt-def img#product_picture {border: 1px solid #735B26}
.cnt-alt img.thumb, .cnt-alt img.nopic, .cnt-alt img.category-image, .cnt-alt img#product_picture {border: 1px solid #0B328D}

a{color: #002D95}
hr{
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

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

/*//////////////////////////////////////////////
//// TEXT FORMATTING
//////////////////////////////////////////////*/
.t-imgsub{background:#E9F0FA; padding: 2px} /* Image subtitles/description */
.t-em{font-weight:bold; text-transform:uppercase; color:#735B26;} /* emphasized text */
.t-weak{color:#808080;} /* 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:right; 
	/*background:#6080CA;*/
}
.list-item{}
.list-item-alt{background:#FBF3E8}
.list-item-border{border: 1px solid #735B26}
.list-item-list-info{}
.list-item-partslist{background:#E9F0FA}
.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;
}

/*//////////////////////////////////////////////
//// ATTRIBUTELIST FORMATTING
//////////////////////////////////////////////*/
/* [inherited from global.css] */

/*//////////////////////////////////////////////
//// BANNER AREA (including level1-navigation)
//////////////////////////////////////////////*/
#topnav{width: 900px}
#nav-level1{text-align: right; padding: 0px 0px 4px 0px}
#banner{
	/*position: relative;*/
	text-align: left;
	width: 900px;
	height: 120px; 
	background: url('images/logo.jpg') no-repeat #0B328D;
	border-top: 1px solid #0B328D;
	border-bottom: 1px solid #0B328D;
	overflow: hidden;
	}
#clogo{
	position: relative;
	left: 10px;
	top: 10px;
	overflow: hidden;
	}
#nav-level1 a{
	color: #0B328D;
	text-decoration: none;
	}
#nav-level1 a:hover{text-decoration: underline}
#nav-level1 span{padding:0px 8px 0px 8px; color: #0B328D}

/*//////////////////////////////////////////////
//// LEVEL2 NAVIGATION
//////////////////////////////////////////////*/
#nav-level2{
	position: relative;
	width: 100%;
	/*background: url('images/bg_nav_level2.gif') bottom repeat-x;*/
	z-index: 2;
	}
#nav-level2 a{
	display: block;
	float: left;
	padding: 8px 12px 6px 2px;
	border-right: 1px solid #FFFFFF;
	background: url('images/bg_nav_level2.gif') left bottom repeat-x;
	color: #0B328D;
	text-decoration: none;
}
#nav-level2 a:hover{
	background: url('images/bg_nav_level2_active.gif') bottom repeat-x;
	color: #735B26;
}
#nav-level2 a.selected{
	font-weight: normal;
	color: #735B26;
	background: url('images/bg_nav_level2_active.gif') bottom repeat-x #FBF3E8;
	}
#nav-level2 a.selected:hover{
	color: #0B328D;
	background: url('images/bg_nav_level2_active.gif') bottom repeat-x #FBF3E8;
}
#nav-level2-back{
	clear: both;
	position: relative;
	width: 100%;
	line-height: 1px;
	height: 5px;
	top: -5px;
	margin-bottom: 5px;
	background: url('images/bg_nav_level2.gif') bottom repeat-x;
	z-index: 1;
	}

#pane-parent{width: 900px}
#pane-left{width: 170px}
#pane-body{width: 100%}
/*#pane-right{width: 170px}*/

/*//////////////////////////////////////////////
//// SEARCHBAR FORMATTING
//////////////////////////////////////////////*/
#searchbar {width: 100%}
#searchbar form{padding: 0; padding-bottom:4px margin: 0px}

#quicksearch td{padding: 5px}
#quicksearch form{display: inline}
#quicksearch input{vertical-align: middle; margin-right: 4px}

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

/*//////////////////////////////////////////////
//// SUBNAVIGATION (Level 3 and deeper).
//// Includes MINIBASKET because similar.
//////////////////////////////////////////////*/
#nav-level3, #minibasket{
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	background: #9E8243;
	color: #000000;
	overflow: hidden;
	}
#minibasket{margin-bottom: 10px}
#nav-level3 a, #searchbar a, #minibasket a{color: #000000; text-decoration:none}
#minibasket a:hover{text-decoration:underline}
#nav-level3 ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#nav-level3 li{padding: 0px; margin: 0px}
#nav-level3 li a{
	display: block;
	padding: 3px 0px 3px 16px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #FBF3E8;
	overflow: hidden;
	}
#nav-level3 li a:hover{
	background: url('images/bullet_light.png') no-repeat 3px center;
	}
#nav-level3 li a.selected{
	font-weight: bold;
}
#nav-level3 li a.expanded{
	padding-left: 5px;
	padding-right: 12px;
	background: url('images/bullet_light_top.png') 155px center no-repeat #735B26;
	color: #FBF3E8;
	border-bottom: 1px solid #FFFFFF;
	}
#nav-level3 li a.expanded:hover{
	background: url('images/bullet_light_top.png') 155px center no-repeat #9E8243; 
	color: #FBF3E8;
}

.minibasket{width: 164px; margin: 3px; color: #000000}
.minibasket-value{text-align: right; font-weight: bold}
.minibasket-footer{text-align: right}

/*//////////////////////////////////////////////
//// FOOTERBAR FORMATTING
//////////////////////////////////////////////*/
#footer{
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #6080CA;
	overflow: hidden;
	}
#nav-footer a{text-decoration: none}
#nav-footer a:hover{text-decoration: underline}
#nav-footer span{padding:0px 8px 0px 8px; color: #0B328D}

/*//////////////////////////////////////////////
//// PAGINATOR
//////////////////////////////////////////////*/
#paginator-top, #paginator-bottom{
	background-color: #0B328D;
	padding: 4px;
}
#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: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	margin-right: 0px;
	border-right: 1px solid #E9F0FA;
	color: #E9F0FA;
	float: left;
}
#paginator a.pi:link, #paginator a.pi:visited, #paginator a.pi:active, #paginator span.pi-ellipsis{background:transparent; color: #E9F0FA;}
#paginator a.pi:hover{background:transparent; color:#CAAA60; text-decoration:underline}
#paginator span.pi-active{background:#E9F0FA; color:#0B328D}
#paginator a.pi-last, #paginator span.pi-last{border-right:none}

/*//////////////////////////////////////////////
//// CONTAINER FORMATTING
//////////////////////////////////////////////*/
.cnt-def{
	width: 100%;
	/*border: 1px solid #6080CA;*/
	background: #E9F0FA;}
.cnt-def-header{
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: url('images/tab_corner_right_main.gif') right top no-repeat #6080CA;
	padding: 5px 10px 5px 5px;	
	}
.cnt-def-body{
	color: #000000;	
	}

.cnt-alt{
	width: 100%;
	/*border: 1px solid #6080CA;*/
	background: #FBF3E8;}
.cnt-alt-header{
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	background: url('images/tab_corner_right_alt.gif') right top no-repeat #CAAA60;
	padding: 5px 10px 5px 5px;	
	}
.cnt-alt-body{
	/*color: #000000;*/	
	}

.cnt-simple{width: 100%}
.cnt-simple-header{
	color: #808080;
	font-weight: bold;
	padding: 5px 5px 0px 0px;
	border-bottom: 1px solid #808080;	
	}
.cnt-simple-body{
	/* */
	}

.cnt-hilite{width: 100%;}
.cnt-hilite-header{
	text-align: center;
	background: url('images/bg_cnt_hilite_header.gif') left top repeat-x #F3DDBE;
	border: 1px solid #CAAA60;
	color: #000000;
	font-weight: bold;
	padding: 5px;	
	}
.cnt-hilite-body{
	/* */
	}
.cnt-body{
	padding: 0px;	
	}

div.cnt-special-header{
	font-weight: bold;
	color: #FBF3E8;
	background: url('images/tab_corner_right_alt_dark.gif') right top no-repeat #735B26;
	padding: 5px 10px 5px 5px;	
	border-bottom: 1px solid #FFFFFF;
	}

/*/////////////////////////////////////////////////////////////////
/// CONTAINER SPECIFICATION (overriding default text and link
/// formatting according to container background colors). 
/// This technique requires invalid HTML, but it worls perfectly
/// in any browser and solves our color management problem.
/////////////////////////////////////////////////////////////////*/
#cnt-def *.cnt-body *{color:#000000}
#cnt-def *.cnt-body a{color:#002D95}
#cnt-def *.cnt-body *.t-em{color:#735B26;}
#cnt-def *.cnt-body *.t-weak{color:#8598C6;}
#cnt-def *.cnt-body *.t-imgsub{background:#FBF3E8}

#cnt-alt *.cnt-body *{color:#000000}
#cnt-alt *.cnt-body a{color:#002D95}
#cnt-alt *.cnt-body *.t-em{color:#0B328D;}
#cnt-alt *.cnt-body *.t-weak{color:#B9AD92;}
#cnt-alt #paginator a.pi{background:transparent; color:#0B328D}
#cnt-alt #paginator a.pi:hover{background:transparent; color:#735B26}
#cnt-alt #paginator span.pi-active{background:#CAAA60; color:#000000}

/*////////////////////////////////////////////////
//// CHECKOUT BAR
////////////////////////////////////////////////*/
#checkout-bar{
	background-color: transparent;
	border-collapse: collapse;
}
#checkout-bar td{padding: 2px}
.checkout-item{
	color: #808080;
	border: 2px solid #735B26;
}
.checkout-item div{
	color: #808080;
}
.checkout-item-active{
	color: #735B26;
	background: #FBF3E8;
	border: 2px solid #735B26;
}
.checkout-item-active div{
	color: #735B26;
}

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

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

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

/*
#product_price{
	font-size: 14px;
	color: #ff0000;
}
.t-price-list{
	font-size: 14px;
	color: #ff0000;
}
*/