﻿:active, :visited{
    outline: none;
}
/* product table */
.niwholesale .units {
	display: none;
}

.product_table{
	width: 100%;
	text-align: left;
	margin: 0 0 20px;
}

.wholesale_list{
	font-size: 11px;
}

.product_table th,
.product_table td{
	padding: 7px 8px;
}

.product_table th{
	border-bottom: solid 1px #603314;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 7px 8px 0;
}

.product_table td{
	border-bottom: solid 1px #e8dfc7;
}

.product_table .product_name{
	color: #603314;
	background: none;
}


.product_table .product_name:hover{
	color: #A70E13;
}

.product_table .price, 
.product_table .weight{
	text-align: right;
}

.product_table .online,
.product_table .units,
.product_table .crtns,
.product_table .pallets,
.product_table .itemsPerCarton,
.product_table .cartonsPerPallet{
	text-align: center;
}

.product_table .itemsPerCarton,
.product_table .cartonsPerPallet{
	color: #AB927B;
}

.product_table .online a{
	text-transform: uppercase;
	text-indent: -9000px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(avail_online.gif) no-repeat 0 0;
	margin: 0 auto;
}

.product_table .online a.offline{
	background: url(not_avail_online.gif) no-repeat 0 0;
}

.heading_row td{
	background: #e8dfc7;
	padding: 20px 8px 6px;
}

.product_table .title_row td,
.product_table .title_row th{
	background: #efe9d9;
	padding: 20px 8px 6px;	
}

.product_table .title_row th{
	border-bottom: solid 1px #e8dfc7;
	color: #ab927b;
	padding: 15px 8px 0px;
	text-align: center;
}

.product_table .title_row h3,
.product_table .heading_row h3{
	width: 450px;
	float: left;
	margin: 0;
}

.product_table .title_row .back_to_top,
.product_table .heading_row .back_to_top{
	float: right;
	padding-right: 12px;
	background: url(back_to_top.gif) no-repeat right 5px;
}

.product_table .input{
	width: 35px;
	font-size: 11px;
	color: #603314;
	margin: 0 auto;
	display: block;
	padding: 2px;
	border: 1px solid #A98C7D;
}

#add_cart_wrapper{
	background: url(add_cart_wrapper.gif) no-repeat 0 0;
	height: 60px;
	position: relative;
}

.add_cart_btn{
	display: block;
	text-transform: uppercase;
	text-indent: -9000px;
	background: url(add_cart_btn.gif) no-repeat 0 0;
	border: none;
	height: 40px;  
	width: 135px;
	position: absolute;
	right: 7px;
	top: 10px;
}

.add_cart_btn:hover{
	background: url(add_cart_btn.gif) no-repeat 0 -40px;
}

/* jump to menu */

#jump_to_menu{
	margin: 0 0 25px;
}

#jump_to_menu .jump_to{
	width: 70px;
	display: block;
	float: left;
}

#list_categories {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 450px;
}

#list_categories li{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
}

.sidebar .tools{
	position: relative;
	background: url(side_tools.gif) no-repeat 0 0;
	padding: 5px 5px 7px;
	height: 70px;
}

.tools .side_add_btn{
	display: block;
	width: 160px;
	height: 40px;
	background: url(side_add_btn.gif) no-repeat 0 0;
	text-transform: uppercase;
	text-indent: -9000px;
}

.tools .side_add_btn:hover{
	background: url(side_add_btn.gif) no-repeat 0 -40px;
}

.tools .side_cart_btn{
	display: block;
	width: 160px;
	height: 30px;
	background: url(side_cart_btn.gif) no-repeat 0 0;
	text-transform: uppercase;
	text-indent: -9000px;
}

.tools .side_cart_btn:hover{
	background: url(side_cart_btn.gif) no-repeat 0 -30px;
}
