/*//////////////////////////////////////////////
//// GENERIC ELEMENT FORMATTING
//////////////////////////////////////////////*/
body{
	color: #333333;
	background: #333333;
	margin: 0px;
	min-height: 100%;
	height: auto;
	text-align:center;
}

body,td,div,p{
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	line-height:150%;
}

th{
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
}
tfoot td{color: #999999}
img{border:0px}
a{color: #004679}
a:hover{
	color: #999999;
}
hr{
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}
h1{
	color:#425157;
	padding:25px 10px 5px 10px;
	font-weight:bold;
	border-bottom: #425157 solid 4px;
}
h3{
	color:#425157;
	padding:25px 10px 5px 10px;
	border-bottom: #425157 solid 2px;
}
h1 a, h3 a{
	text-decoration:none;
}
.alt, .alt a{
	color:  #0092FD;
	border-bottom-color: #0092FD;
}
.def, .def a{
	color:#425157;
	border-bottom-color: #425157;
}

.site{
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border-spacing:0px;
	width:870px;
}

/*//////////////////////////////////////////////
//// BREADCRUMB NAVIGATION
//////////////////////////////////////////////*/
#breadcrumb{
	border-bottom: 1px solid #999999;
	padding-left:10px;
	}
a.breadcrumb{text-decoration: none;}

/*//////////////////////////////////////////////
//// TEXT FORMATTING
//////////////////////////////////////////////*/
.t-imgsub{background:#8B9EA7; padding: 2px} /* Image subtitles/description */
.t-em{font-weight:bold; text-transform:uppercase; color:#004679;} /* emphasized text */
.t-weak{color:#999999;} /* 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: 870;
}
.list-item{}
.list-item-alt{background:#82CAFF}
.list-item-border{border: 1px solid #004679}
.list-item-list-info{}
.list-item-partslist{background:#8B9EA7}
.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 
//////////////////////////////////////////////*/
#left-border{
	background: url('images/border-left.gif') bottom left repeat-y;
	width:10px;
}
#right-border{
	background: url('images/border-right.gif') bottom right repeat-y;
	width:10px;
}
#main-content{
}
#banner{
	height: 173px;
	background: url('images/logo.png') no-repeat;
	overflow: hidden;
	width: 100%;
}
#clogo{
	position: absolute;
	padding-left: 90px;
	top: 50px;
}

/*///////////////////////////////////////////////////
//// Boxes
///////////////////////////////////////////////////*/
#nav-level2{
	background: #000000;
 	width: 100%;
 	height: 50px;
 	text-align: ;
	margin: 0px 0px 15px 0px;
	text-align:center;
}

.stripe-black-line{
	position:relative;
	padding-top: 15px;
}
.stripe-black{
	height:100%;
	padding: 0px 20px 0px 20px;
}
.stripe-black a{
	color: white;
	height:auto;
	font-weight: bold; 
	font-size: 1.5em; 
	text-decoration:none;
	text-transform:uppercase;
}

#quicksearch{
	display: inline;
	margin-top:auto;
	margin-bottom:auto;
	padding: 0px 0px 0px 20px;
	text-decoration:none;
}
#quicksearch form{
	margin-top:auto;
	margin-bottom:auto;
	display: inline;
	vertical-align:top;
	padding: 0px 0px 0px 0px;
}

input.quicksearch-term{border: 1px solid #21282B; width: 100px}

/*///////////////////////////////////////////////////
//// PANE FORMATING
///////////////////////////////////////////////////*/
#pane-left{
	float:left;
	width:71%;
	padding-left:10px;
}
#pane-right{
	float:right;
	width:25%;
	padding-right:10px;
}

/*//////////////////////////////////////////////
//// SUBNAVIGATION
//////////////////////////////////////////////*/
.cat-row {
	height:20px;
}

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

.checkoutnav-row{
	width: 184px;
	padding-right: 10px;
	height: 22px;
	background: url() no-repeat;
}
.checkoutnav-row-active{
	width: 184px;
	padding-right: 10px;
	height: 22px;
	background: url() 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}

#noMiniBasket{
	background: url() no-repeat;
	width: 100%;
	height: 13px;
	margin-bottom: -3px;
}
#minibasket-bg{
	width: 100%;
	height: 62px;
	background: url() no-repeat;
}
#minibasket-bg6{
	width: 186px;
	height: 62px;
	background: url() no-repeat;
	border-bottom: 1px solid #ffffff;
}
.minibasket{width: 100%;}
.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}

/*//////////////////////////////////////////////
//// FOOTERBAR FORMATTING
//////////////////////////////////////////////*/
#footer{
	height: 100px;
	padding: 30px 0px 30px 0px;
	clear:both;
}
#nav-footer a{text-decoration: none}
#nav-footer a:hover{text-decoration: underline}
#nav-footer span{padding:0px 8px 0px 8px; color: #21282B}

/*//////////////////////////////////////////////
//// PAGINATOR
//////////////////////////////////////////////*/
#paginator-top, #paginator-bottom{	padding: 4px;}
#paginator-top{border-bottom: 1px solid #0092FD}
#paginator-bottom{border-top: 1px solid #0092FD}
#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 #8B9EA7;
	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}

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

#basket tbody td.alt-item{background:#82CAFF}
#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:#333333}
#basket tfoot td.first-item{border-top: 1px solid #004679}
#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;
}
*/