/* CSS Document */
body{
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	width: 100%;
}
img{
	border: 0px;
}
a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration: underline;
}


/* DIV's */
#header_wrapper{
	background-color: #ffffff;
	width: 100%;
	height: 60px;
	float: left;
}
#header_container{
	width: 830px;
	margin: 0 auto;
}
#header_left{
	float: left;
	width: 420px;
	margin: 4px 0px 0px 0px;
}
#header_right{
	float: right;
	width: 280px;
}
#header_right_nav{
	text-align: right;
	margin: 2px 0px 0px 0px;
	height: 18px;
	float: right;
	width: 210px;
}
#header_right_nav a{
	color: #333333;
}
#header_right_flags{
	float: right;
	width: 55px;
	height: 18px;
	display: none;
}

#header_right_basket_holder{
	background-image: url(../images/header_basket_bg.gif);
	background-repeat: no-repeat;
	width: 232px;
	height: 32px;
	margin: 2px 0px 0px 0px;
	padding: 4px;
	float: right;
}
#header_right_basket_overview{
	width: 100%;
	font-weight: bold;
	border-bottom: 1px solid #E9F3F2;
	margin: -2px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	float: left;
}
#header_right_basket_overview a{
	color: #333333;
}
#header_right_basket_user{
	color: #666666;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	margin: 2px 0px 0px 0px;
	width: 100%;
	float: left;
}
#header_right_basket_user a{
	color: #666666;
	text-decoration: none;
}

#nav_wrapper{
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
	float: left;
}
#nav_container{
	width: 830px;
	height: 25px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav_container ul{
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}	
#nav_container li{
	float: left;
	display: block;
}
#nav_container li.nav_start a{
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #5F8D8D;
	border-left: 1px solid #5F8D8D;
	color: #ffffff;
	text-decoration: none;	
	display: block;
}
#nav_container li.nav a{
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #5F8D8D;
	color: #ffffff;
	text-decoration: none;	
	display: block;
}
#nav_container li.nav_end a{
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #5F8D8D;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#nav_container li.nav_start a:hover, #nav_container li.nav a:hover, #nav_container li.nav_end a:hover{
	background-color: #5F8D8D;
	display: block;
}
#nav_buttons_container{
	width: 600px;
	float: left;
}
#nav_search_container{
	line-height: 25px;
	margin: 0px 4px 0px 0px;
	text-align: right;
}
#nav_search_container form{
	padding: 0px;
	margin: 0px;
}
#breadcrumbs_container{
	width: 100%;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #85ADAD;
	text-indent: 5px;
	float: left;
}

#wrapper{
	background-color: #D9EAE8;
	width: 100%;
	float: left;
}
#container_wrapper{
	width: 830px;
	margin: 0 auto;
}
#container{
	background-color: #ffffff;
	width: 100%;
	min-height:350px;
	float: left;
}
#content{
	width: 100%;
	padding: 0px 0px 60px 0px;
	float: left;
}

#categories_holder{
	background-color: #E9F3F2;
	width: 150px;
	padding: 8px 0px 20px 0px;
	margin: 0px 0px 10px 0px;
	float: left;
}
#categories{
	width: 100%;
	font-weight: bold;
	float: left;
}
.cat_off{
	background-image: url(../images/categorybg_off.gif);
	background-repeat: no-repeat;
	width: 132px;
	padding: 0px 0px 5px 18px;
	line-height: 15px;
	display: block;
	cursor: pointer;
}
.cat_on{
	background-image: url(../images/categorybg_on.gif);
	background-repeat: no-repeat;
	width: 132px;
	padding: 0px 0px 5px 18px;
	line-height: 15px;
	display: block;
	cursor: pointer;
}
.submenu{
	width: 148px;
	background-color: #D9EAE8;
	float: left;
}
.sub{
	width: 124px;
	min-height: 15px;
	padding: 2px 0px 2px 24px;
	border-bottom: 1px dotted #B8D8D3;
	display: block;
}
.sub a{
	color: #333333;
}

#noright_holder{
	width: 665px;
	margin: 0px 0px 0px 8px;
	float: left;
}
#noleft_holder{
	width: 665px;
	margin: 8px 0px 0px 6px;
	padding: 0px;
	float: left;
}
#right_holder{
	background-color: #E9F3F2;
	width: 140px;
	padding: 8px 4px 20px 4px;
	margin: 0px 0px 10px 0px;
	float: right;
}

#footer_wrapper{
	width: 100%;
	min-height: 150px;
	background-color: #666666;
	border-top: 1px solid #CCCCCC;
	float: left;
	color: #ffffff;
}
#footer_container{
	margin: 0 auto;
	width: 830px;
}
#footer_left{
	width: 600px;
	margin: 10px 0px 0px 20px;
	float: left;
}
#footer_left a{
	color: #ffffff;
	text-decoration: none;
}
#footer_left a:hover{
	text-decoration: underline;
}
#footer_right{
	width: 180px;
	text-align: right;
	margin: 10px 10px 0px 0px;
	color: #ffffff;
	float: right;
}

/* Categories */
.category_header{
	width: 250px;
	float: left;
}
.category_header_text{
	width: 100%;
	float: left;
}
.categories_pager{
	width: 400px;
	margin: 0px 4px 0px 0px;
	text-align: right;
	color: #669393;
	float: right;
	display: inline;
}
.categories_pager a{
	color: #669393;
	font-weight: bold;
}
.categories_pager select{
	border: 1px solid #2F5E5E;
	background-color: #E9F3F2;
	padding: 0px;
	color: #333333;
	font-size: 11px;
}	
.product_view_category_wrapper{
	width: 160px;
	margin: 6px 2px 12px 2px;
	float: left;
}
.product_view_category_holder{
	width: 100%;
	float:left;
}
.product_view_category_picture{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
}
.product_view_category_price_holder{
	width: 146px;
	height: 42px;
	padding: 2px;
	border: 1px dotted #669393;
	float: left;
}
.product_view_category_title{
	width: 100%;
	height: 24px;
	line-height: 12px;
	color: #333333;
	float: left;
}
.product_view_category_title a{
	color: #333333;
	font-size: 10px;
}
.product_view_category_login, .product_view_category_price {
	width: 120px;
	line-height: 12px;
	font-size: 10px;
	color: #669393;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	float: left;
}
.product_view_category_login a{
	color: #669393;
}
.product_view_category_moreinfo a{
	background-image: url(../images/btMoreInfo.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	display: block;
	float: right;
}
.product_view_category_moreinfo span{
	display: none;
}

/* Product view */
#product_left_holder{
	width: 360px;
	margin: 5px 0px 5px 0px;
	float: left;
}
#product_main_image{
	width: 100%;
	float: left;
}
#product_gallery_holder{
	width: 100%;
	float: left;
}
.product_image_holder{
	width: 64px;
	height: 64px;
	padding: 3px;
	margin: 3px;
	border: 1px solid #669393;
	overflow: hidden;
	float: left;
}

#product_right_holder{
	width: 295px;
	margin: 5px 0px 5px 0px;
	float: right;
}
#product_itemnumber{
	width: 100%;
	line-height: 24px;
	border-bottom: 1px dotted #669393;
	border-top: 1px dotted #669393;
	font-weight: bold;
	color: #669393;
	float: left;
}	
#product_description{
	width: 90%;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px dotted #669393;
	float: left;
}
#product_description li{
	list-style-type: square;	
}
#product_title{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #2F5E5E;
	width: 100%;
	float: left;
}
#product_price, #product_login{
	width: 100%;
	font-size: 14px;
	color: #2F5E5E;
	line-height: 16px;
	margin: 8px 0px 2px 0px;
	float: left;
}
#product_login a{
	color: #2F5E5E;
	font-weight: bold;
}
#product_bulk{
	font-size: 12px;
	width: 100%;
	margin: 2px 0px 0px 4px;
	color: #666666;
	float: left;
}
.product_view_category_soon, .product_view_category_out{
	width: 130px;
	margin: 8px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.product_view_category_stock{
	width: 100%;
	margin: 8px 0px 0px 0px;
	color: #669393;
	display: block;
	float: left;
}
.product_view_category_multiples{
	width: 100%;
	margin: 4px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	float: left
}
.product_add_button{
	margin: 0px 0px -4px 4px;
}
.product_daysdue{
	width: 100%;
	color: #2F5E5E;
	margin: 8px 0px 2px 0px;
	float: left;
}
.product_email_stock{
	width: 100%;
	float: left;
}
#might_also_like_holder{
	width: 100%;
	margin: 20px 0px 5px 0px;
	float: left;
}
#might_also_like_header{
	width: 100%;
	font-size: 14px;
	color: #669393;
	margin: 2px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px dotted #669393;
	float: left;
}

/* Basket */
#basket_holder{
	width: 100%;
	float: left;
}
#basket_title_holder{
	width: 100%;
	border-bottom: 1px dotted #669393;
	border-top: 1px dotted #669393;
	line-height: 18px;
	color: #2F5E5E;
	float: left;
}
.basket_title_qty, .basket_item_qty{
	width: 50px;
	float: left;
}
.basket_title_title, .basket_item_title{
	width: 280px;
	float: left;
}
.basket_item_title a{
	color: #333333;
	font-weight: bold;
}
.basket_item_title a:hover{
	color: #2F5E5E;
	font-weight: bold;
	text-decoration: none;
}
.basket_title_price, .basket_item_price{
	width: 100px;
	float: left;
}
.basket_title_linetotal, .basket_item_linetotal{
	width: 120px;
	float: left;
}
.basket_title_delete, .basket_item_delete{
	width: 90px;
	float: left;
}
.basket_title_pic, .basket_item_pic{
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
}
.basket_item{
	width: 100%;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 2px 0px;
	line-height: 18px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
}
.checkout_item{
	width: 100%;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 2px 0px;
	line-height: 14px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
}
.basket_totals_holder{
	width: 390px;
	margin: 10px 0px 0px 0px;
	float: right;
}
.basket_totals_title{
	width: 150px;
	text-align: right;
	line-height: 18px;
	color: #666666;
	float: left;
}
.basket_totals{
	width: 233px;
	font-size: 12px;
	line-height: 18px;
	color: #2F5E5E;
	font-weight: bold;
	float: right;
}
.basket_delivery_title{
	width: 150px;
	text-align: right;
	line-height: 18px;
	margin: 5px 0px 5px 0px;
	color: #666666;
	float: left;
}
.basket_delivery{
	width: 233px;
	font-size: 12px;
	line-height: 18px;
	color: #2F5E5E;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	float: right;
}
.basket_buttons_holder{
	width: 120px;
	margin: 10px 0px 0px 0px;
	float: left;
}
#basket_checkout_holder{
	width: 625px;
	margin: 30px 0px 0px 0px;
	text-align: right;
	float: left;
}
#basket_empty{
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	color: #2F5E5E;
	float: left;
}
.delivery_select{
	border: 1px solid #2F5E5E;
	background-color: #E9F3F2;
	padding: 1px;
	color: #333333;
	font-size: 11px;
}	
.delivery_help{
	padding: 0px;
	margin: 0px 0px -3px -4px;;
}
	

/* Misc */
.box_outer{
	background-color: #D9EAE8;
	border: 1px solid #669393;
	padding: 4px;
	margin: 5px 4px 2px 10px;
	float: left;
}
#warning{
	width: 100%;
	height: 20px;
	text-indent: 35px;
	padding: 6px 0px 0px 0px;
	font-size: 11px;
	margin: 10px 0px 8px 0px;
	color: #333333;
	float: left;
}
.warningerror{
	background-image: url(../images/icon_error.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px dashed #FF3300;
	font-weight: bold;
}
.warningok{
	background-image: url(../images/icon_errorok.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px dashed #336600;
	font-weight: bold;
}
.custom_button{
	margin: 2px 0px 2px 0px;
	float: left;
}

/* Custom pages */
#page_text{
	width: 100%;
	margin: 4px 0px 0px 0px;
	float: left;
}

/* Register */


/* Account Section */
.account_order_title{
	background-color: #D9EAE8;
	border-bottom: 1px dotted #669393;
	width: 100%;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 8px 0px;
}
.account_order_date, .account_order_orderno, .account_order_value, .account_order_status, .account_order_type{
	width: 120px;
	line-height: 20px;
	margin: 0px 0px 0px 4px;
	float: left;
}
.account_order_body_text{
	width: 100%;
	margin: 4px 0px 10px 0px;
	line-height: 12px;
	font-weight: bold;
	float: left;
}
.account_order_body_line{
	width: 100%;
	height: 20px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dashed #999999;
	float: left;
}
.account_order_showall{
	width: 100%;
	text-align: right;
	margin: 5px 0px 8px 0px;
	font-weight: bold;
	color: #999999;
}
.account_order_showall a{
	color: #669393;
	font-size: 12px;
}
.view_order_details_holder{
	width: 280px;
	background-color: #EFEFEF;
	border: 1px solid #999999;
	margin: 0px 0px 10px 0px;
	float: right;
}
.view_order_details_line{
	width: 80px;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	text-indent: 3px;
	float: left;
}
.view_order_details_value{
	width: 180px;
	line-height: 18px;
	text-indent: 10px;
	font-size: 12px;
	border-left: 1px solid #999999;
	float: right;
}
.view_order_item{
	width: 80px;
	line-height: 20px;
	margin: 0px 0px 0px 4px;
	float: left;
}
.view_order_title{
	width: 320px;
	line-height: 20px;
	margin: 0px 0px 0px 4px;
	float: left;
}
.view_order_title a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.view_order_title a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.view_order_price{
	width: 80px;
	line-height: 20px;
	margin: 0px 0px 0px 4px;
	float: left;
}
.view_order_qty{
	width: 60px;
	line-height: 20px;
	margin: 0px 0px 0px 4px;
	float: left;
}
.view_order_total{
	width: 100px;
	line-height: 20px;
	margin: 0px 0px 0px 4px;
	float: left;
}
.view_order_body{
	width: 100%;
	margin: 0px 0px 20px 0px;
	float: left;
}
.order_done_result{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 10px 0px;
	line-height: 31px;
	float: left;
}
.order_done_text{
	width: 100%;
	float: left;
}
#view_order_billing, #view_order_shipping{
	width: 300px;
	font-size: 12px;
	margin: 0px 0px 8px 8px;
	float: left;
}	

/* Homepage */
#homepage_category_wrapper{
	width: 100%;
	float: left;
}
#homepage_category_wrapper a{
	text-decoration: none;
	cursor: pointer;
	float: left;
}
.homepage_category_holder{
	width: 125px;
	height: 125px;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #649191;
	margin: 4px 1px 0px 1px;
	float: left;
}
.homepage_category_title{
	width: 125px;
	line-height: 18px;
	background-color: #649191;
	filter:alpha(opacity=85);
	moz-opacity:.85;
	opacity:.85;
	float: left;
}
.homepage_category_title span{
	width: 121px;
	font-size: 14px;
	padding: 0px 2px 0px 2px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}
#homepage_text{
	width: 820px;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	float: left;
}
#homepage_text a{
	color: #333333;
}

#right_title{
	color: #588181;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	float: left;
	width: 100%;
}
.right_product_holder{
	width: 100%;
	border-bottom: 1px dotted #669393;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px 2px 0px;
	float: left;
}
.right_product_image{
	width: 40px;
	margin: 0px 6px 0px 0px;
	float: left;
}
.right_product_image img{
	border: 1px solid #669393;
}
.right_product_title{
	width: 90px;
	float: left;
}
.right_product_title a{
	color: #333333;
	font-weight: bold;
}
.homepage_login{
	width: 135px;
	margin: 5px 0px 15px 0px;
	text-align: right;
	float: left;
}
/* Search */
.search_results_text{
	width: 100%;
	margin: 0px 0px 5px 0px;
	color: #666666;
	float: left;
}
#list_view_search_holder{
	width: 100%;
	float: left;
}

/* Prev & Next */
#next_prev_products{
	width: 90%;
	border: 1px dotted #669393;
	margin: 5px 0px 0px 0px;
	float: left;
}
#next_prev_category{
	background: #669393;
	width: 100%;
	color: #fff;
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	font-weight: bold;
	text-indent: 2px;
	line-height: 14px;
}
#prev_product{
	width: 60px;
	color: #2F5E5E;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 0px 40px;
	float: left;
}
#next_product{
	width: 60px;
	color: #2F5E5E;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 40px 0px 0px;
	float: right;
}
#prev_product img, #next_product img{
	border: 1px solid #669393;
	margin: 0px 0px 0px 8px;
}