/************************************************

CUSTOMER KEY 2
Connect 2-4 Less

************************************************/

body
{
	margin-top:0;
	margin-left:0;
	/* font-size: small; */
	font-size: 11px;
	background-color:#FFFFFF;
	font-family:Arial;
	font-weight:300;
	font-style:normal;
	background-image:url(../Images/background.jpg);
	background-repeat:repeat-x;
}

body.no_img
{
	margin-top:0;
	margin-left:0;
	/* font-size: small; */
	font-size: 11px;
	background-color:#FFFFFF;
	font-family:Arial;
	font-weight:300;
	font-style:normal;	
	background-image:none;
}

body.white
{
	margin-top:0;
	margin-left:0;
	/* font-size: small; */
	font-size: 11px;
	background-color:#FFFFFF;
	font-family:Arial;
	font-weight:300;
	font-style:normal;
}

#divMainPage
{
	background-color:Transparent;
	width:985px;
	margin:0 auto;
}

.MainPage
{
	background-color:Transparent;
	width:985px;
	margin:0 auto;
}	

DIV.cross_sell
{
	width:120px;
	height:120px;
	/*border:solid 1px #000000;*/
	/*border-bottom:solid 2px #000000;
	border-right:solid 2px #000000;*/
	/*margin-top:10px;	*/
	margin-bottom: 10px;
	/*background-color: blue;*/
	text-align:center;
	background-image:url(../Images/cross_sell.gif);
}

DIV.cross_sell_tier
{
	width:120px;
	height: 69px;
	text-align:center;
	background-image:url(../Images/cross_sell_tier.gif);
	margin-bottom: 10px;
	position: relative;
	top: -1px;
}

DIV.cross_sell_tier_detail
{
	position: relative;
	top: 15px;
}

DIV.cross_sell_wide
{
	width: 180px;
	height: 120px;
	margin-bottom: 10px;
	text-align: left;
	background-image: url(../Images/cross_sell_wide.gif);
}

DIV.cross_sell div.cs_header
{
	width:100%;
	height:17px;
	padding-top:5px;
	padding-bottom: 5px;
	/* color:#cedd28; */
	color: #FFFFFF;
	/*border-bottom:solid 1px #000000;*/
	/*background-color: #CBDB2A;*/
}

DIV.cross_sell div.cs_detail
{
	padding-top: 5px;
	color: #344152;
}

DIV.cs_detail A
{
	cursor: hand;
	cursor: pointer;	
}

DIV.cs_detail A:Hover
{
	text-decoration: underline;
}

DIV.cross_sell_wide div.cs_wide_detail
{
	padding: 2px 5px 0px 8px;
	color: #344152;
	text-align: left;
}

DIV.cross_sell_wide div.cs_wide_header
{
	width: 100%;
	height:17px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
}

/* MAIN CATEGORY STYLES*/

#divCircleLightGreen
{
	top:5px;
	left:30px;
}

#divCircleOrange
{
	top:5px;
	left:165px;
}

#divCircleRed
{
	top:5px;
	left:300px;
}

#divCircleLightBlue
{
	top:5px;
	left:435px;
}

#divCircleBlue
{
	top:5px;
	left:570px;
}


#divCategories
{
	position:absolute;
	left:130px;
	top:3px;
	height:100px;
	width:725px;
	background-image: url('Images/hbar_border.gif');	
}

#divPageHeader	
{
	/* height:85px; */
	height: 45px;
	position: relative;
}

#divDetail
{
	position:relative;
	top: 0px;
	height:535px;
}	

.img_h_widget
{
	width:50px;
	height:50px;
	margin:2px 2px 0px 2px;
}

.img_h_arrow
{
	width:20px;
	height:20px;
}

.arrow_left
{
	position:absolute;
	left:0px;													
	top:35px;
	width:20px;
	height:20px;
}

.arrow_right
{
	position:absolute;
	right:20px;
	top:35px;
	width:20px;
	height:20px;	
}

DIV.h_widget
{
	width:100px;
	height:85px;
	/*border-top:solid 1px #A9A9A9;
	border-left:solid 1px #A9A9A9;
	border-right:solid 2px #A9A9A9;
	border-bottom:solid 2px #A9A9A9;*/
	text-align:center;
	position:absolute;
	background-image: url(../Images/widget.jpg);
}

DIV.h_widget DIV.Label
{
	font-size:10px;	
	margin: 0px 3px 0px 3px;
}

.divFooter
{
	/* height:14px;
	width:100%;
	text-align:center;
	font-size: 10px; */
	
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	color: #344152;
}
/* END CATEGORY */

/* SUB-CATEGORY STYLES */

#divSubCats
{
	position:absolute;
	top:109px;
	left:0px;
	width:125px;
	height:390px;
	margin-left: 3px;
}

DIV.arrow_up
{
	position:absolute;
	left:45px;
	top:0px;
	width:20px;
	height:20px;	
}

DIV.arrow_down
{
	position:absolute;
	left:45px;
	bottom:0px;
	width:20px;
	height:20px;
}

.img_v_arrow
{
	width:20px;
	height:20px;
}

DIV.v_widget
{
	position:absolute;
	width:110px;
	height:60px;
	/*border-top:solid 1px #A9A9A9;
	border-left:solid 1px #A9A9A9;
	border-right:solid 2px #A9A9A9;
	border-bottom:solid 2px #A9A9A9;*/
	text-align:center;	
	background-image: url(../Images/widget_sub.gif);
}

DIV.v_widget DIV.lbl_v_widget
{
	position:absolute;
	bottom:2px;
	left:0px;
	font-size:9px;
	width:100%;
}

DIV.v_widget IMG.img_v_widget
{
	width:75px;
	height:35px;
	margin:5px 2px 0px 2px;
}
/* END SUB-CATEGORY */

DIV.product_search
{
	/* position: absolute; */
	position: relative;
	top: 4px;
	/* right: 5px; */
	left: 3px;
	width: 105px;
	height: 85px;
	font-size: 10px;
	background-image: url(../Images/search.gif);
	padding: 10px 5px 5px 10px;
	border: none;
}

INPUT.ck_btn_checkout
{
    	/* background-color: #66643E;
	border-color: #48472c;
	border-style: solid; 
	border-width: 1px 2px 2px 1px;
	color: #FFFFFF; */
	background-image: url(../Images/orange_button.gif);
	/*border-color: #8F8F8F;
	border-style: solid;*/
	background-color:Transparent;
	border-width: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	width: 120px;
}

DIV.product_search_old
{
	/* Placing these old lines in a css class that will never be called fixes the display for Opera */
	
	/* background-image:url(../Images/search.jpg); */
	/* background-image: url(../Images/divsearch.gif); */
}
#divSearch
{
	right:5px; 
	top:3px	
}
DIV.product_search DIV.sel_search
{
	padding-top:3px;
}

DIV.product_search DIV.txt_search
{
	padding-top:3px;
}

DIV.product_search DIV.btn_search
{
	padding-top:3px;
}

DIV.product_search SELECT.sel_search
{
	font-size:10px;
	width:100px;
}

DIV.product_search INPUT.txt_search
{
	font-size:10px;
	width:95px;
}

INPUT.btn_menu
{
	/*border: solid 1px #000000;
	border-bottom: solid 2px #000000;
	border-right: solid 2px #000000;
	background-color: #CBDB2A;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100px;
	height: 40px;
}

INPUT.btn_menu:hover
{
	background-color: #F3ED09;
	
}

INPUT.btn_menu:active
{
	background-color: blue;
	
}

INPUT.btn_search
{
	border: solid 1px #000000;
	border-bottom: solid 2px #000000;
	border-right: solid 2px #000000;
	margin: 5px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 50px;
	background-color: #CBDB2A;
	font-size: 10px;
	
}

#btnSearch
{
	background-image: url(Images/button_bg_fixed.gif); 
	border: none; 
	background-color: #4C6043; 
	color: #FFFFFF;
	cursor:pointer;
	cursor:hand;
}

/** MENU STYLES **/

div.nav_menu_container
{
	margin: 0 auto;
	width: 976px;
	background-color: transparent;
	position: relative;
	right: 1px;
}

DIV.nav_menu
{
	/* width: 700px;
	margin:0 auto 0 auto;
	text-align: center;
	top: 48px;	*/					/* This sets the top correctly for Firefox, Safari, Netscape, and Opera. */
	/*padding-left: 200px;*/			/*this is set to center the menu on the page, css centering does not work*/
	width: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	height: 40px;
}

DIV.nav_menu ul
{
	display: inline;
	list-style-type: none;
}

DIV.nav_menu li 
{
	display: inline;
	margin: 0 auto;
}
DIV.nav_menu li a
{
	color:#cedd28;
	text-decoration:none;
	float:left;
	width: 100px;
	/* NOTE: THE HEIGHT + PADDING = IMAGE HEIGHT */
	height: 30px;
	padding-top:10px;
	background-image: url(../Images/menu.gif);
	
}

DIV.nav_menu li.left a
{
	background-image: url(../Images/menu_left.gif);
}

DIV.nav_menu li.right a
{
	background-image: url(../Images/menu_right.gif);
}

DIV.nav_menu li a:hover
{
	background-image: url(../Images/menu_roll.gif);
}

DIV.nav_menu li.left a:hover
{
	background-image: url(../Images/menu_left_roll.gif);
}

DIV.nav_menu li.right a:hover
{
	background-image: url(../Images/menu_right_roll.gif);
}

DIV.nav_menu li a:active
{
	background-image: url(../Images/menu_select.gif);
	/* NOTE: THE HEIGHT + PADDING = IMAGE HEIGHT */
	height: 29px;
	padding-top:11px;
}

DIV.nav_menu li.left a:active
{
	background-image: url(../Images/menu_left_select.gif);
	/* NOTE: THE HEIGHT + PADDING = IMAGE HEIGHT */
	height: 29px;
	padding-top:11px;
}

DIV.nav_menu li.right a:active
{
	background-image: url(../Images/menu_right_select.gif);
	/* NOTE: THE HEIGHT + PADDING = IMAGE HEIGHT */
	height: 29px;
	padding-top:11px;
}

.menu
{
	/* color: #DDFFC9; */
	color: #FFFFFF;
}

DIV.nav_menu SPAN.menu_select
{
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	width: 100px;
	/* NOTE: THE HEIGHT + PADDING = IMAGE HEIGHT */
	height: 29px;
	padding-top:11px;
	background-image: url(../Images/menu_select.gif);
}

DIV.nav_menu SPAN.menu_select_left
{
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	width: 100px;
	/* NOTE: THE HEIGHT + PADDING = IMAGE HEIGHT */
	height: 29px;
	padding-top:11px;
	background-image: url(../Images/menu_left_select.gif);
}

DIV.nav_menu SPAN.menu_select_right
{
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	width: 100px;
	/* NOTE: THE HEIGHT + PADDING = IMAGE HEIGHT */
	height: 29px;
	padding-top:11px;
	background-image: url(../Images/menu_right_select.gif);
}

/** END MENU STYLES **/

BUTTON.btn_add
{
	border: solid 1px #000000;
	border-bottom: solid 2px #000000;
	border-right: solid 2px #000000;
	padding: 0px 0px 0px 0px;
	width: 35px;
	background-image: url(../Images/button_bg.jpg);
	background-color: #CBDB2A;
}

A.product_link
{
	color: #000000;
	text-decoration: none;
}

A.product_link:hover
{
	color: #0000ff;
}

/*==============================================================================================================
	This next section deals with the shopping area
---------------------------------------------------------------------------------------------------------------*/
DIV.shopping_area
{
	position:relative;
	/*height: 94%;*/
	/*width: 96%;*/
	height: 405px;
	width: 703px;
	margin: 0px 3px 0px 15px;
	padding: 2px 2px 2px 2px;
	overflow: auto;
}
DIV.shopping_paging
{
	position:relative;
	display:block;
	width:675px;
	height:55px;
	padding: 2px 0px 2px 2px;
	overflow:hidden;
	text-align:right;
}
DIV.shopping_paging IMG
{
	cursor:pointer;
}
DIV.shopping_paging A
{
	text-decoration:none;
	text-align:center;
	color:#000000;
}
DIV.shopping_paging DIV.page_selected
{
	width:20px;
	height:20px;
	text-align:center;
	background-color:#A9A9A9;
	color:#FFFFFF;
	margin:0px 5px 0px 5px;
	border: solid 1px #A9A9A9;
	padding:4px 0px 0px 0px;
	cursor:pointer;
}
DIV.shopping_paging .page_selected A
{
	margin-top:3px;
	color:#FFFFFF;
}
DIV.shopping_paging .page_selected A:hover
{
	text-decoration:underline;
}
DIV.shopping_paging DIV.page
{
	width:20px;
	height:20px;
	text-align:center;
	background-color:rgb(238,238,238);
	color:#000000;
	border: solid 1px #CFD6CD;
	margin:0px 5px 0px 5px;
	padding:4px 0px 0px 0px;
	cursor:pointer;
}
DIV.shopping_paging DIV.page A:hover
{
	text-decoration:underline;
}
DIV.shopping_paging DIV.itemcounts
{
	text-align:center;
}
/*DIV.shopping_div
{
	position:absolute;
	top:1px;
	left:1px;
	width:732px;
	margin-left:125px;
	margin-right:125px;
	height:435px;
	background-image: url(../Images/product_border.gif);	
	background-color:Transparent;
}*/

.retail_cell_right
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_right.gif);
}

.retail_cell_right_bottom
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_right_bottom.gif);
}

.retail_cell_top_right_bottom
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_top_right_bottom.gif);
}

.retail_cell_top_right
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_top_right.gif);
}

.retail_cell_top
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_top.gif);
}

.retail_cell_left
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_left.gif);
}

.retail_cell_left_right
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_left_right.gif);
}

.retail_cell_left_right_bottom
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_left_right_bottom.gif);
}

.retail_cell_left_top
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_left_top.gif);
}

.retail_cell_left_top_right
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_left_top_right.gif);
}

.retail_cell_left_bottom
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_left_bottom.gif);
}

.retail_cell_left_top_bottom
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_left_top_bottom.gif);
}

.retail_cell_left_top
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_left_top.gif);
}

.retail_cell_none
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
}

.retail_cell_all
{
	height:245px;
	width:208px;
	padding: 2px 2px 2px 2px;
	background-image:url(../Images/retail_cell_all.gif);
}

.retail_img_cell
{
	height:120px;
}

.retail_desc_cell
{
	height:50px;
	vertical-align:top;	
	text-align:center;
}

.retail_descriptor_cell
{
	height:61px;
	vertical-align:top;	
	text-align:center;
	text-align:-moz-center;
	width: 208px;	
}

.retail_descriptor_left
{
	text-align:right;
	font-weight:bold;
	padding: 1px 3px 1px 1px;
}

.retail_descriptor_right
{
	text-align:left;
	padding: 1px 1px 1px 3px;
}

.retail_descriptor_more
{
	text-align:center;
	padding: 1px 1px 1px 1px;
}

.pricing_label
{
	font-size:12px;
	font-weight:bold;	
}


DIV.product_area
{
	position: relative;
	margin: 3px 3px 3px 3px;
	padding: 2px 2px 20px 2px;
}

SPAN.product_group
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 18px;
	text-align: left;	
	float: left;
}

.products
{
	border-left: 1px solid #CACACA; 
	border-top: 1px solid #CACACA;
}

TD.product_header
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	text-align: center;	
	border-bottom:1px solid #CACACA;
	border-right:1px solid #CACACA;
	padding: 2px 2px 2px 2px;
}

TD.product_detail
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	vertical-align: middle;
/*	white-space: nowrap; */
}

TD.product_detail_pricing
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	text-align: center;	
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	vertical-align: middle;
	text-align: center;
}

TD.product_sum
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	/* colspan: 2; */
	vertical-align: middle;
	text-align:center;
}

TD.product_sum_total_wentworth_dark_green
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	vertical-align: middle;
	text-align:center;
	color:#447730;
}

TD.product_sum_total
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	vertical-align: middle;
	text-align:center;
}

TD.product_sum_total_free
{
	font-family: Arial, Helvetica;
	font-weight:  bold;
	font-size: 11px;
	color: #447730;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	vertical-align: middle;
	text-align:center;
}

BUTTON
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
}

.divcart
{
	/* position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 125px;
	font-size: 10px; */
	
	position: absolute;
	top: 1px;
	right: 4px;
	/* left: 6px; */
	width: 104px;
	height: 85px;
	font-size: 10px;
	/* background-image: url(../Images/divcartcontainer.gif); */
	padding: 10px 5px 5px 10px;
	border: none;
}

.imgcart
{
	/* position: absolute;
	height: 90px;
	width: 120px;
	Top: 0px;
	cursor: hand;
	border: none; */
	
	position: absolute;
	top: 2px;
	right: 2px;
	/* width: 113px;
	height: 100%; */
	width: 119px;
	height: 100px;
	border: none;
	cursor: pointer;
	cursor:hand;
}

.shoppingcartitemcount
{
	position: absolute;
	Top: 5px;
	width: 100%;
	/* left: 4px; */
	right: 0px;
	text-align: center;
	color: #344152;
}

.shoppingcartprice
{
	/* Top: 5px; */
	position: absolute;
	top: 88px;
	right: 2px;
	/* bottom: 5px; */
	width: 100%;
	/* right: 7px; */
	text-align: center;
	color: #344152;
}

.shoppingcartlabel
{
	position: absolute;
	Bottom: 12px;
	width: 100%;
	/* left: 5px; */
	right: 2px;
	text-align: center;
	color: #344152;
}

.shoppingcartpriororders
{
	position: absolute;
	Bottom: 0px;
	width: 100%;
	/* left: 5px; */
	right: 2px;
	text-align: center;
}

.shoppingcartpriororderslink
{
	color: #ffffff;
	margin: 0px 0px 0px 10px;
}

#divCrossSell
{
	position:absolute;
	top:110px;
	right:0px;
	width:125px;
	height:425px;
}

.newsSubListItem
{
	list-style-position: inside;
}

.newsBlankListItem
{
	list-style-type: none;
}

.divNewProducts
{
	/* position: absolute; */
	top: 76px;
	left: 1px;
	width: 732px;
	margin-left: 125px;
	margin-right: 125px;
	height: 435px;
	background-image: url(../Images/product_border.gif);
	text-align: center;
}

DIV.new_product_area
{
	/* position: absolute; */
	top: 4%;
	left: 2%;
	height: 94%;
	width: 96%;
	margin: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
	overflow: auto;
}

.divLogo
{
	height: 45px;
	width: 600px;
	margin: 0 auto;
	/* position: relative;
	left: 0px; */
}

.divLogin
{
	position: absolute;
	top: 0px;
	right: 10px;
	color: #FFFFFF;
}

.divLoginContainerLoggedOut
{
	position: relative;
	top: 0px;
}

.divLoginContainerLoggedIn
{
	position: relative;
}

.hrefSupplierLink
{
	font-size: 11px;
	color: #344152;
}

.cs_image_suppliers
{
	padding-left: 1px;
	cursor: pointer;
	cursor:hand;
}

#divProducts
{
	position:absolute;
	top:106px;
	left:1px;
	width:732px;
	margin-left:125px;
	margin-right:125px;
	height:435px;
	/*border: solid 1px black;*/
}

#divProductsTop
{
	height:15px;
	background-image:url(../Images/product_border_top.gif);
}

#divProductsDetail
{
	background-image:url(../Images/product_border_detail.gif);
}

#divProductsBottom
{
	height:15px;
	background-image:url(../Images/product_border_bottom.gif);
}
#divCheckoutbutton
{
                margin-bottom:5px;
}

/*#btnCheckout
{
                width:120px;
                margin-top:0px;
                background-color:#4C6043;
                color:#FFFFFF;
                cursor:pointer;
                height:24px;
                
                border: solid 1px #D8DDD7;
                border-bottom: solid 2px #5E5E5E;
                border-right: solid 2px #5E5E5E;
                
                background-image: url(../images/button_bg.gif);
                background-repeat:repeat-x;
}*/
.divProductFilterTop
{
	height:15px;
	background-image:url(../Images/product_border_top.gif);
}

.divProductFilterBottom
{
	height:15px;
	background-image:url(../Images/product_border_bottom.gif);
}

.divProductFilterDetail
{
	background-image:url(../Images/product_border_detail.gif);
	background-repeat: repeat-y;
	height: 50px;
	padding: 0px 0px 0px 10px;
}

.divProductFilterArea
{
	width: 712px;
	overflow: auto;
}

.divProductFilterItem
{
	font-size: 10px;
	margin-left: 8px;
	padding: 2px 1px 0px 1px;
	height: 20px;
	display:inline-block;
	width: 168px;
}

.divPromotions
{
	font-weight: bold;
	position: absolute;
	left: 0px;
	/* padding: 5px; */
	font-family:Arial;
	font-size: 15px;
	background-color:Transparent;
	color: #FF0000;
	text-align: center;
	top: 15px;
}

IMG.cart_img
{
	cursor: pointer;
	/* margin: 35px 0px 0px 5px; */
}

.tblQuantity
{
	
}

.tblCart
{
	
}

.txtQuantity
{
	width: 15px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	vertical-align: middle;
	/* margin: 15px 0px 16px 0px; */
}

.hrefProductTitle
{
	text-decoration: underline;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

A.hrefProductTitle:hover { text-decoration: underline; }

.hrefLogin
{
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

A.hrefLogin:hover { text-decoration: underline; }

.imgClose
{
	float: right;
	cursor: pointer;
	border: none;
}

#light
{
	width:530px;
	height:360px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-265px; /* this is half the width for centering */
	margin-top:-180px;	/* this is half the  for centering */
	padding: 10px 16px 0px 16px;
}

.pnlWelcome
{
	position: absolute;
	bottom: 2px;
	/* left: 4px; */
	right: 150px;
	top: 3px;
	padding: 5px;
	border:none;
	background-color:Transparent;
	/* background-image:url(../images/welcome.gif); */
	width:175px;
	height:60px;
	padding: 0px;
}

#pnlWelcomeContent
{
	margin: 5px;	
}

.lblWelcomeLabel
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 35px 0px 0px;
	color: #FFFFFF;
}

Span.lblHighlight
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 18px;
	color:#ff0000;
	float:right;
}

TD.product_top_left
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	text-align: center;	
	border-bottom:1px solid #CACACA;
	border-right:1px solid #CACACA;
	border-left:1px solid #CACACA;
	padding: 2px 2px 2px 2px;
}

TD.product_top_left A 
{
	border: none;
}

TD.product_top_left A IMG
{
	border: solid 2px #FFFFFF;
}

TD.product_top_left A:Hover IMG
{
	border: solid 2px #CECECE;
}

TD.lblhighlightborder
{
	
	border-bottom: 1px solid #CACACA;	
}

/*Category Styles*/
#newBar1
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 725px; 
	height: 100px; 
	background-color: transparent; 
	display: block; 
	visibility: visible;

}

#newBar1_Left
{
	position: absolute; 
	height: 100%; 
	width: 5%; 
	display: block; 
	visibility: visible; 
	vertical-align: middle; 
	text-align: center; 
	z-index: 50; 
	background-color: transparent;
}

#pnlCatPrior
{
	position: absolute; 
	left: 17%; 
	top: 35%; 
	width: 65%; 
	display: block; 
	visibility: visible; 
	vertical-align: middle; 
	cursor: pointer;
}

#lnkPriorCat
{
	width:20px;
	height:20px;
}

#newBar1_Window
{
	position: absolute; 
	height: 96%; 
	width: 90%; 
	left: 5%; 
	top: 2%; 
	display: block; 
	visibility: visible; 
	vertical-align: middle; 
	text-align: center; 
	z-index: 50; 
	background-color: rgb(238, 238, 238);
}

#newBar1_Right
{
	position: absolute; 
	height: 100%; 
	width: 5%; 
	left: 95%; 
	display: block; 
	visibility: visible; 
	vertical-align: middle; 
	text-align: center; 
	z-index: 50; 
	background-color: transparent;
}

#pnlCatNext
{
	position: absolute;
	left: 17%;
	top: 35%;
	width: 65%;
	display: block;
	visibility: visible;
	vertical-align: middle;
	cursor: pointer;
}

#lnkNextCat
{
	width:20px;
	height:20px;
}

DIV.cat_widget 
{
	margin: 2px;
	position: absolute;
	visibility: hidden;
	display: none;
	height: 81px;
	cursor: pointer;
	z-index: 50;
	font-family: Arial;
	font-size: 10px;
	color: white;
	width: 119px;
	top: 6px;
}

IMG.cat_img 
{
	vertical-align: middle;
	z-index: 60;
}

DIV.cat_txt
{
	padding: 0px 0px 5px 0px;
	z-index: 70;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 115px;
	color: rgb(255, 255, 255);
	text-align: center;
	margin-left:2px;
	margin-right:2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}

IMG.cat_bg_img 
{
	z-index: 65;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 119px;
	height: 81px;
}

/*SubCategory Styles*/

#newBar2
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 429px;
	display: block;
	visibility: visible;
	background-color: transparent;
}

#newBar2_Top
{
	position: absolute;
	height: 5%;
	width: 100%;
	display: block;
	visibility: visible;
	vertical-align: middle;
	z-index: 50;
	background-color: transparent;
	text-align: center;
}

#pnlSubCatNext
{
	position: absolute;
	display: block;
	cursor: pointer;
	top: 10%;
	height: 65%;
	vertical-align: middle;
	visibility: visible;
	left: 40%;
}

#lnkPriorCat
{
	width:20px;
	height:20px;
}

#newBar2_Window
{
	position: absolute;
	height: 90%;
	width: 96%;
	top: 5%;
	left: 2%;
	display: block;
	visibility: visible;
	vertical-align: middle;
	text-align: center;
	z-index: 50;
	background-color: rgb(238, 238, 238);
}

#newBar2_Bottom
{
	position: absolute;
	height: 5%;
	width: 100%;
	top: 95%;
	display: block;
	visibility: visible;
	vertical-align: middle;
	text-align: center;
	z-index: 50;
	background-color: transparent;
}

#pnlSubCatPrior
{
	position: absolute;
	left: 40%;
	top: 10%;
	height: 65%;
	display: block;
	visibility: visible;
	vertical-align: middle;
	cursor: pointer;
}

#lnkNextSubCat
{
	width:20px;
	height:20px;
}

DIV.sub_cat_widget 
{
	margin: 2px;
	position: absolute;
	visibility: hidden;
	display: none;
	cursor: pointer;
	z-index: 50;
	font-family: Arial;
	font-size: 10px;
	color: white;
	background-color: rgb(255, 255, 255);
	width: 102px;
	height: 65px;
	top: 9px;
	left: 5px;
}

IMG.sub_cat_img 
{
	vertical-align: middle;
	z-index: 60;
}

DIV.sub_cat_txt
{
	padding: 0px 0px 5px;
	z-index: 70;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 98px;
	color: rgb(255, 255, 255);
	text-align: center;
	margin-left:2px;
	margin-right:2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}

IMG.sub_cat_bg_img 
{
	z-index: 65;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 102px;
	height: 65px;
}

DIV.hdn_widget 
{
	position: absolute;
	visibility: hidden;
	display: none;
}

#divShoppingArea
{
	/*visibility: hidden; */
}
        
#divNoJS 
{ 
	width:200px;
	height:60px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2000;
	visibility:visible;
	display:block;
	margin-top:-30px;
	margin-left:-100px; 
	background-color: #FF5454; 
	border: solid 2px #333333;
	border-right:solid 2px; 
	border-bottom:solid 2px; 
	padding: 10px;
	text-align:center;
	font-weight:bold; 
	font-size:12px; 
}
#divNoJSShadow 
{ 
	width:220px;
	height:80px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1999;
	margin-top:-20px;
	margin-left:-90px; 
	background-color: black;
	opacity:0.6; 
}

.bold
{
	font-weight: bold;
}

.lblTierLevel
{
	color: #FFFFFF;
	position: relative;
	top: 5px;
	font-weight: bold;
}

.lblTierLevelDetail
{
	color: #000000;
	position: relative;
	top: 0px;
}

.lblTierLevelAmount
{
	color: #000000;
	font-weight: bold;
	position: relative;
	top: 5px;
}

/**********************************************************************************

BEGIN PRODUCT DETAIL!!!

**********************************************************************************/

DIV.product_detail_area
{
	width: 670px;
}

DIV.product_detail_area TABLE.product_detail_table
{
	
}

DIV.product_detail_area TABLE.product_detail_table TD.left_cell
{
	text-align:right;
	padding-bottom:10px;
	padding-right:10px;	
	padding-top:20px;
	padding-left:20px;
	vertical-align:top;
}

DIV.product_detail_area TABLE.product_detail_table TD.left_cell IMG.product_image
{
	border: 2px solid #f6f6f6;
	cursor: pointer;
}

DIV.product_detail_area TABLE.product_detail_table TD.left_cell IMG.product_image_hover
{
	border: 2px solid #e4e4e4;
	cursor: pointer;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell
{
	padding-top:20px;
	vertical-align:top;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell SPAN.product_name
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell SPAN.model_no
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 13px;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table
{
	width:100%;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.pricing_cell
{
	vertical-align:top;
	padding:5px 0px 20px 0px;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.pricing_cell TABLE.pricing
{
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.pricing_cell TABLE.pricing TD.pricing_header
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;	
	padding: 2px 2px 2px 2px;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.pricing_cell TABLE.pricing TD.product_detail_pricing
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	text-align: center;	
	vertical-align: middle;
	text-align: left;
	border:0px;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.pricing_cell SPAN.product_detail_pricing
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.cart_cell
{
	vertical-align:top;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.cart_cell TABLE.cart_table
{
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.cart_cell TABLE.cart_table TD.left_cell
{
	text-align:left;
	padding:2px;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.cart_cell TABLE.cart_table TD.left_cell SPAN.quantity
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	vertical-align:middle;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.cart_cell TABLE.cart_table TD.left_cell INPUT.quantity
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	vertical-align: middle;
	width:20px;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.cart_cell TABLE.cart_table TD.left_cell DIV.cart_link_panel A.cart_link
{
	border:0px;
	vertical-align:middle;
	cursor:pointer;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.cart_cell TABLE.cart_table TD.left_cell DIV.cart_link_panel DIV.cart_link_wrapper
{
	height:25px;
	margin:0px auto;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.cart_cell TABLE.cart_table TD.left_cell DIV.cart_link_panel
{
	vertical-align:middle;
	cursor:pointer;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.cart_cell TABLE.cart_table TD.left_cell DIV.cart_link_panel A.cart_link SPAN.add_update
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	color:#447730;
	vertical-align:super;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.cart_cell TABLE.cart_table TD.left_cell DIV.cart_link_panel A.cart_link SPAN.remove
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	color:#AA0000;
	vertical-align:super;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.email_cell
{
	text-align:center;
	width:100%;
	vertical-align:middle;
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.email_cell A.email_link
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none; 
}

DIV.product_detail_area TABLE.product_detail_table TD.right_cell TABLE.right_table TD.email_cell A.email_link:hover
{
	text-decoration:underline;
}


DIV.product_detail_area TABLE.product_detail_table TD.detail_cell
{
	padding-left:20px;
	vertical-align:top;
	width: 650px;
}

DIV.product_detail_area TABLE.product_detail_table TD.detail_cell DIV.detail_container
{
	width:98%;
	background-color:#f6f6f6;
	border:2px solid #e4e4e4;
	padding: 5px;
	text-align:left;
}

DIV.product_detail_area TABLE.product_detail_table TD.detail_cell DIV.detail_container SPAN.detail_header
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
}

DIV.product_detail_area TABLE.product_detail_table TD.detail_cell DIV.detail_container DIV.detail_details
{
	padding: 10px;
}

DIV.product_detail_area TABLE.product_detail_table TD.detail_cell DIV.detail_container DIV.detail_details TABLE.detail_detail_table
{
}

DIV.product_detail_area TABLE.product_detail_table TD.detail_cell DIV.detail_container DIV.detail_details TABLE.detail_details_table TD.detail_details_table_cell
{
	text-align:left;
	padding-right:10px;
}

DIV.product_detail_area TABLE.product_detail_table TD.detail_cell DIV.detail_container DIV.detail_details TABLE.detail_details_table TD.detail_details_table_cell SPAN.detail_tag
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
}

DIV.product_detail_area TABLE.product_detail_table TD.detail_cell DIV.detail_container DIV.detail_details TABLE.detail_details_table TD.detail_details_table_cell SPAN.detail_value
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
} 

/**********************************************************************************

END PRODUCT DETAIL!!!

**********************************************************************************/

/**********************************************************************************

BEGIN PRODUCT GROUP DETAIL!!!

**********************************************************************************/
div.productGroup_Crumb
{
	margin-bottom:10px;
}
div.productGroup_Crumb a
{
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
div.productGroup_Crumb a:hover
{
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}
table.productGroup_table
{
	width:663px;
}
.productGroup_left
{
	font-weight:bold;
	text-align:right;
	width:120px;
}
.productGroup_right
{
	text-align:left;
	width:120px;
}
table.productGroup_table .productGroup_imgColumn
{
	padding:20px 10px 10px 20px;
	width:153px;
}
table.productGroup_table .productGroup_imgColumn img
{
	border: 2px solid #f6f6f6;
}
table.productGroup_table .productGroup_imgColumn img:hover
{
	border: 2px solid #e4e4e4;
}
table.productGroup_table .productGroup_descColumn
{
	width:250px;
	text-align:center;
}
table.productGroup_table .productGroup_description
{
	font-size:13pt;
}
table.productGroup_table .productGroup_description a
{
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
table.productGroup_table .productGroup_description a:hover
{
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}
table.productGroup_table .productGroup_thresholdColumn
{
	width:250px;
	text-align:center;
}
table.productGroup_table .productGroup_thresholdColumn td
{
	vertical-align:top;
}
table.productGroup_table SPAN.quantity
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
}

table.productGroup_table INPUT.quantity
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	vertical-align: middle;
	width:20px;
}

table.productGroup_table DIV.cart_link_panel A.cart_link
{
	border:0px;
	vertical-align:middle;
	cursor:pointer;
}

table.productGroup_table DIV.cart_link_panel
{
	vertical-align:middle;
	cursor:pointer;
}

table.productGroup_table DIV.cart_link_panel A.cart_link SPAN.add_update
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	color:#447730;
	vertical-align:super;
}
table.productGroup_table DIV.cart_link_panel A.cart_link SPAN.remove
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	color:#AA0000;
	vertical-align:super;
}
/**********************************************************************************

END PRODUCT GROUP DETAIL!!!


**********************************************************************************/
/**********************************************************************************

START SPLASH SCREEN!!!

**********************************************************************************/
div.splash
{
	color:#000000;
	width:680px;
	text-align:center;
}
div.splash div.splash_header
{
	text-align:left;
	width:660px;
	padding:0px 20px 0px 20px;
}
div.splash .divmessage
{
	width:660px;
	margin-top:20px;
	font-size:14pt;
	margin-bottom:20px;
	/*padding:0px 20px 0px 20px;*/
	font-size: 14px;
}
div.splash div.category_panel
{
	width:670px;
	padding:0px 0px 0px 10px;	
}
div.splash div.category_panel A.category_link
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	color:#000000;	
}
div.splash div.category_panel A.category_link:hover
{
	text-decoration:underline;	
}
div.splash .divpromo
{
	width: 660px;
	margin: 0 auto;
}
div.splash .divpromo .header
{
	background-color: #FFCCCC;
	border: solid 1px #AA0000;
	font-weight: bold;
	color: #AA0000;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	width: 650px;
	font-size: 14px;
}
div.splash .divmenu
{
	/*background of menu bar (default state)*/
	font: bold 12px Arial;
	background-color: Transparent;
	width: 100%;
	margin-left: 5px;
	text-align:center;
	padding: 0px auto;
}

div.splash .divmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
div.splash .divmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding: 2px 2px 2px 2px;
}

div.splash .divmenu ul li a
{
	/*background of menu items (default state)*/
	display: block;
	background-color: Transparent;
	text-decoration: none;
	text-align:center;
	
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-top: 2px;
    padding-top: 4px;
    padding-right: 6px;
    padding-left: 6px;
}

* html div.splash .divmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

div.splash .divmenu ul li a:link, div.splash .divmenu ul li a:visited
{
	color: #000000;
}

div.splash .divmenu ul li a.selected
{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*background: blue; 
	color: white;*/
}

div.splash .divmenu ul li a:hover
{
	/*background of menu items during onmouseover (hover state)*/
	background-color: #447730;
	color:#FFFFFF
}
	
/*1st sub level menu*/
div.splash .divmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
div.splash .divmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
div.splash .divmenu ul li ul li ul{
top	: 0;
}

/* Sub level menu links style */
div.splash .divmenu ul li ul li a
{
	/*font: normal 13px Verdana;*/
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #C1C1C1;		/** keep this item for functionality */
	
	background-color:#C1C1C1;
    opacity:0.9;
    filter:alpha(opacity=90);
    /*color: red;*/
}

div.splash .divmenu ul li ul li a:link, div.splash .divmenu ul li ul li a:visited
{
	color: #171717;
}

div.splash .divmenu ul li ul li a.selected
{
	background-color: #A9A9A9;
}

div.splash .divmenu ul li ul li a:hover
{
	background-color: #A9A9A9;
}



/* ######### CSS classes applied to down and right arrow images  ######### */

div.splash .divmenu .downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	width: 0px;
}

div.splash .divmenu .rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

 .ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow

{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
	filter:alpha(opacity=80);
}

/**********************************************************************************

END SPLASH SCREEN!!!

**********************************************************************************/

/**********************************************************************************

START RETAIL VIEW!

**********************************************************************************/

table.retail_view
{
	width:670px;
}

table.retail_view TD
{
	padding:5px;
	width:193px;	
}

table.retail_view TD.right
{
	border-right:1px solid #e4e4e4;
}

table.retail_view TD.left
{
	border-left:1px solid #e4e4e4;	
}

table.retail_view TD.left_right
{
	border-right:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
}

table.retail_view TD.right_bottom
{
	border-right:1px solid #e4e4e4;
	border-bottom:2px solid #e4e4e4;
}

table.retail_view TD.left_bottom
{
	border-left:1px solid #e4e4e4;	
	border-bottom:2px solid #e4e4e4;
}

table.retail_view TD.left_right_bottom
{
	border-right:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	border-bottom:2px solid #e4e4e4;
}

table.retail_view TD TABLE TD.image_cell
{	
	text-align:center;
}

table.retail_view TD TABLE TD.image_cell IMG.product_image
{	
	border:2px solid #e4e4e4;
	cursor:pointer;
}

table.retail_view TD TABLE TD.description_cell
{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, Sans-Serif;
}

table.retail_view TD TABLE TD.entry_cell
{
	padding-left:20px;
}

table.retail_view TD TABLE TD.entry_cell TABLE TD SPAN.quantity
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	vertical-align:middle;
}

table.retail_view TD TABLE TD.entry_cell TABLE TD INPUT.quantity
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	vertical-align: middle;
	width:20px;
}

table.retail_view TD TABLE TD.entry_cell TABLE TD DIV.cart_link_panel A.cart_link
{
	border:0px;
	vertical-align:middle;
	cursor:pointer;
}

table.retail_view TD TABLE TD.entry_cell TABLE TD DIV.cart_link_panel DIV.cart_link_wrapper
{
	height:25px;
	margin:0px auto;
}

table.retail_view TD TABLE TD.entry_cell TABLE TD DIV.cart_link_panel
{
	vertical-align:middle;
	cursor:pointer;
}

table.retail_view TD TABLE TD.entry_cell TABLE TD DIV.cart_link_panel A.cart_link SPAN.add_update
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	color:#447730;
	vertical-align:super;
}

table.retail_view TD TABLE TD.entry_cell TABLE TD DIV.cart_link_panel A.cart_link SPAN.remove
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	color:#AA0000;
	vertical-align:super;
}

table.retail_view TD TABLE TD.email_cell
{
	text-align:center;
	width:100%;
	vertical-align:middle;
}

table.retail_view TD TABLE TD.email_cell A.email_link
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none; 
}

table.retail_view TD TABLE TD.pricing_cell
{
	padding: 2px;
}

table.retail_view TD TABLE TD.pricing_cell SPAN.product_detail_pricing
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
}

table.retail_view TD TABLE TD.pricing_cell TABLE.pricing
{
}

table.retail_view TD TABLE TD.pricing_cell TABLE.pricing TD.pricing_header
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;	
	padding: 2px 2px 2px 2px;
	width:50%;
}

table.retail_view TD TABLE TD.pricing_cell TABLE.pricing TD.product_detail_pricing
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	text-align: center;	
	vertical-align: middle;
	text-align: left;
	border:0px;
	width:50%;
}

/**********************************************************************************

end RETAIL VIEW!

**********************************************************************************/

/**********************************************************************************

begin CATEGORY SPLASH SCREEN!

**********************************************************************************/

DIV.category_splash_area
{
	width: 670px;
}

table.category_header_table
{
	width:670px;	
}

table.category_header_table TD.left_cell
{
	padding:0px;
	width:202px;
	vertical-align:top;
}

table.category_header_table TD.left_cell IMG.category_image
{
	border: 2px solid #e4e4e4;
	cursor: pointer;
}

table.category_header_table TD.left_cell IMG.category_image_hover
{
	border: 2px solid #868686;
	cursor: pointer;
}

table.category_header_table TD.right_cell
{
	padding-left:10px;
	width:458px;
	vertical-align:top;
}

table.category_header_table TD.right_cell SPAN.category_label
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight:bold;
}

table.category_subcategory_table
{
	width:670px;
}

table.category_subcategory_table TD
{
	padding-left:5px;
	padding-right:5px;
	width:140px;
	vertical-align:top;
}

table.category_subcategory_table TD TABLE TD.top_cell
{
	vertical-align: middle;
	height:122px;
	width: 100%;
}

table.category_subcategory_table TD TABLE TD.top_cell IMG.subcategory_image
{
	border: 2px solid #e4e4e4;
	cursor: pointer;	
}

table.category_subcategory_table TD TABLE TD.top_cell IMG.subcategory_image_hover
{
	border: 2px solid #868686;
	cursor: pointer;	
}

table.category_subcategory_table TD TABLE
{
	width: 100%;
}

table.category_subcategory_table TD TABLE TD.bottom_cell
{
	vertical-align:middle;
	padding-top:5px;
	width: 100%;
}

table.category_subcategory_table TD TABLE TD.bottom_cell A.subcategory_link
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer; 
	color: #000000;
	text-decoration:none;	
}

table.category_subcategory_table TD TABLE TD.bottom_cell A.subcategory_link:hover
{
	text-decoration:underline;	
}

/**********************************************************************************

end CATEGORY SPLASH SCREEN!

**********************************************************************************/
