/* generic */
	h2{ font-size:16px; }
	form{ margin:0px; padding:0px; }
	input,select,textarea{ font-family:Arial, Helvetica, sans-serif; font-size:11px; }
	body{
		margin:0px;
		padding:0px;
		background:#7d7e80 url(../../lib/images/gui/ahpbackground.jpg) repeat-x top;
		text-align: center;
	}
	a,a:link,a:visited{
		color:#0000FF;
	}
	a:hover{
		color:#880000;
	}

/* layout */
	#wrapper{
		width:100%;
		position: relative;
	}
	#design{
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		margin-left:auto;
		margin-right:auto;
		width:760px;
		padding:0px;
		position: relative;
		border-left:3px solid #880000;
		border-right:3px solid #880000;
	}
	#logo_header{
		text-align:center;
		background: url('../../lib/images/gui/header-2010.jpg') no-repeat center top #ffffff;
		color:#FF0000;
		display:block;
		width:760px;
		height:165px;
	}
	#logo_header a,#logo_header h1{
		text-indent:-9999px;
		margin:0px;
		padding:0px;
	}
	#logo_header #cartbtn{
		display:block;
		text-indent:-9999px;
		position:absolute;
		width:143px;
		height:30px;
		top:110px;
		left:525px;
	}
	#logo_header #memberbtn{
		display:block;
		text-indent:-9999px;
		position:absolute;
		width:85px;
		height:30px;
		top:110px;
		left:670px;
	}
	#logo_header #logo_header_fill{
		width:760px;
		height:182px;
	}
	#footer_image{
		text-align:center;
		background: url('../../lib/images/gui/footer-2010.jpg') no-repeat center #ffffff;
		color:#FF0000;
		width:760px;
	}
	#footer_image #footer_image_fill{
		width:760px;
		height:35px;
	}
	#footer_ahp_logo img{
	}
	#footer_ahp_logo{
		text-align:center;
		background-color:#FFFFFF;
		padding:20px 0px 20px 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		padding-left:13px;
		height:115px;
		width:747px;
	}
	#footer_ahp_text{
		border-left:1px solid #C0C0C0;
		padding-left:285px;
		text-align:left;
		margin-top:20px;
	}
	#copyright table{
		width:99%;
		margin:5px;
	}
	#copyright table tr td{
		color:#999;
		font-size:9px;
	}
	#copyright table tr td a{
		color:#999;
		font-size:9px;
	}
	#copyright table tr td a:hover{
		color:#999;
		text-decoration:none;
		font-size:9px;
	}


/* navigation area */
	#navigation{
		color:#000000;
		font-size:10px;
		fong-weight:bold;
		font-family:inherit;
		background-color:#FF0000;
		height:auto;
		width:760px;
		padding:0px;
		padding:0;
		text-align:center;
	}
	#navigation table{
		width:100%;
	}
	#navigation table tr td{
		background:#B9A9A9 url('../../lib/images/gui/navigation-up-2010.jpg') repeat-x;
		color:#ffffff;
		padding:4px;
		margin:0 0 0 0 ;
		height:41px;
		text-align:center;
		text-transform:uppercase;
		text-decoration:none;
	}
	#navigation table tr td #N1{
		padding-left:20px;
	}
	#navigation table tr td:hover{
		cursor:pointer;
		background:#000;
		text-decoration:underline;
	}
	/*
	#navigation table tr td:hover{
		background:#D6CCCC url('../../lib/images/gui/navigation-over.jpg');
		color:#FFFFFF;
		cursor:pointer;
	}
	*/
	#navigation .hasDivider{
		border-right:1px solid #ccc;
	}
	
	#navigation .needsMoreSpace{
		padding-left:10px;
		padding-right:10px;
	}
	
	#B1  #N1{ text-decoration:underline; }
	#B2  #N2{ text-decoration:underline; }
	#B3  #N3{ text-decoration:underline; }
	#B4  #N4{ text-decoration:underline; }
	#B5  #N5{ text-decoration:underline; }
	#B6  #N6{ text-decoration:underline; }
	#B7  #N7{ text-decoration:underline; }
	#B8  #N8{ text-decoration:underline; }
	#B9  #N9{ text-decoration:underline; }
	#B99 #N99{ text-decoration:underline; }
	#B10 #N10{ text-decoration:underline; }
	#B11 #N11{ text-decoration:underline; }
	#BXX #NXX{ text-decoration:underline; }


/* subheader */
	#subheader{
		padding:10px;
		font-size:11px;
		margin:0px 10px 10px 10px;
		font-style:italic;
	}
	#subheader #search{
		padding:15px 38px 0 8px;
		margin:0 0 0 15px;
		font-size:10px;
		font-style:normal;
		background:url(../../lib/images/gui/search-bg.jpg) top left no-repeat;
	}
	#subheader #search2{
		padding:0 48px 0 8px;
		margin:0 0 0 15px;
		font-size:10px;
		height:26px;
	}
	#search #searchBox,#search2 #searchBox{
		width:155px;
		border:1px solid #ccc;
		height:18px;
		padding-left:3px;
		color:#888;
		margin-left:-3px;
	}
	#search #searchSelect{
		font-size:9px;
		width:124px;
		margin-left:6px;
	}
	#search #searchButton,#search2 #searchButton{
		position:absolute;
		top:23px;
		right:23px;
	}


/* main content area */
	.welcome{
		text-indent:-9999px;
		background:url(../../lib/images/gui/welcome.jpg) no-repeat top center;
		display:block;
		width:560px;
		height:36px;
		font-family:Segoe Script,Verdana,Geneva, Arial, Helvetica, sans-serif;
		font-style:italic;
	}
	#content{
		color:#000000;
		background:#FFFFFF;
		font-size:inherit;
		font-family:inherit;
		padding:0px;
		width:760px;
		min-height:500px;
		position: relative;
		overflow:hidden;
	}
	#leftcolumn{
		float:left;
		width:130px;
		padding:0 10px 0 10px;
		font-size:11px;
		margin-bottom:20px;
		margin-top:-10px;
	}
	#leftcolumn h2{
		font-weight:bold;
		color:#FFFFFF;
		background:#880000;
		padding:2px;
		margin:0px;
		width:130px;
		font-size:10px;
	}
	#leftcolumn ul{
		list-style:none;
		margin:0px;
		padding:0px;
		width:132px;
		border:1px solid #880000;
	}
	#leftcolumn ul li{
		display:list-item;
		background-color:#E0E0E0;
		padding:2px;
		margin:0px;
	}
	#leftcolumn ul li:hover{
		background-color:#F0F0F0;
	}
	#leftcolumn ul li a{
		display:block;
		text-decoration:none;
		width:130px;
	}
	#middlecolumn{
		float:left;
		width:350px;
		padding:0;
		margin-left:20px;
	}
	#middlecolumn p{
		font-size:12px;
	}

	#browseCtgBox{ width:223px; }

	#middlecolumn_options{
		width:260px;
		padding:0 10px;
		font-size:9px;
		margin-top:-10px;
		margin-bottom:10px;
		margin-left:-10px;
	}
	#middlecolumn_options h2{
		font-weight:bold;
		color:#FFFFFF;
		background:#000088;
		padding:2px;
		margin:0px;
		max-width:225px;
		font-size:10px;
	}
	#middlecolumn_options ul{
		list-style:none;
		margin:0px;
		padding:0px;
		max-width:227px;
		border:1px solid #000088;
	}
	#middlecolumn_options ul li{
		display:list-item;
		background-color:#E0E0E0;
		padding:2px;
		margin:0px;
	}

	#middlecolumn_options2{
		width:135px;
		padding:0 10px;
		font-size:9px;
		margin-top:-10px;
		margin-bottom:10px;
		margin-left:-45px;
	}
	#middlecolumn_options2 h2{
		font-weight:bold;
		color:#FFFFFF;
		background:#000088;
		padding:2px;
		margin:0px;
		max-width:150px;
		font-size:10px;
	}
	#middlecolumn_options2 ul{
		list-style:none;
		margin:0px;
		padding:0px;
		max-width:152px;
		border:1px solid #000088;
	}
	#middlecolumn_options2 ul li{
		display:list-item;
		background-color:#E0E0E0;
		padding:2px;
		margin:0px;
	}

	#rightcolumn{
		float:right;
		width:156px;
		padding:0 10px;
		font-size:9px;
		margin-top:-10px;
	}
	#rightcolumn h2{
		font-weight:bold;
		color:#FFFFFF;
		background:#000088;
		padding:2px;
		margin:0px;
		width:142px;
		font-size:10px;
	}
	#rightcolumn ul{
		list-style:none;
		margin:0px;
		padding:0px;
		width:144px;
		border:1px solid #000088;
	}
	#rightcolumn ul li{
		display:list-item;
		background-color:#E0E0E0;
		padding:2px;
		margin:0px;
	}
	#rightcolumn ul li:hover{
		background-color:#F0F0F0;
	}
	#rightcolumn ul li a{
		display:block;
		text-decoration:none;
		width:130px;
	}


/* products */
#productCell{
	padding:5px;
	padding-bottom:15px;
}
#productCell:hover{
	/*border:1px dashed #FF0000;*/
	cursor:pointer;
	padding-bottom:15px;
	border:1px dashed #FF0000;
	background:url(../../lib/images/gui/cell-BG-hover.jpg) repeat-x bottom;
}
.teaserCellEnd{
	padding:20px 15px 20px 15px;
	text-align:center;
	border:1px dashed #FFFFFF;
	background:url(../../lib/images/gui/cell-BG.jpg) repeat-x bottom;
}
.teaserCell{
	padding:20px 15px 20px 15px;
	border:1px dashed #FFFFFF;
	text-align:center;
	background:url(../../lib/images/gui/cell-BG.jpg) repeat-x bottom;
}
.teaserCell img{
	margin-bottom:4px;
}
.upc{
	font-size:9px;
	color:#A0A0A0;
	text-transform:uppercase;
}
.retail{
	color:#FF0000;
	text-decoration:line-through;
}
.ahp{
	color:#000000;
	font-weight:bold;
}

#browseBrandsBox{
}

.productPage_Title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.productPage_Manufacturer{
	color:#808080;
	font-size:11px;
	font-style:italic;
}
.productPage_Wholesale{
}
.productPage_Retail{
}
.productPage_AHP{
	font-weight:bold;
	color:#FF0000;
}
.productPage_Quantity{
	font-size:12px;
	width:15px;
	text-align:center;
}
.productPage_AddBtn{
	font-size:12px;
	width:70px;
}
.productPage_Add{
	padding:3px;
	background-color:#FFFFCC;
	border:1px solid #990033;
	text-align:center;
}
.productPageImageTD{
	text-align:center;
	padding-bottom:8px;
}

.tabOpen{
	padding:5px;
	border-top:1px solid #990000;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	background-color:#FFFFCC;
	color:#880000;
	cursor:default;
	font-size:9pt;
	text-transform:uppercase;
}
.tabClosed{
	padding:5px;
	border-top:1px solid #FF9966;
	border-left:1px solid #FF9966;
	border-right:1px solid #FF9966;
	background-color:#FFFFFF;
	color:#000000;
	cursor:pointer;
	font-size:9pt;
	text-transform:uppercase;
}
.tabClosed:hover{
	color:#880000;
}
.tabContent{
	padding:15px;
	color:#000000;
	background-color: #FFFFCC;
	border:1px solid #990000;
	margin-bottom:20px;
}
.tabContent ul li, .tabContent ol li{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

/* cart & checkout */
.orderInfoTable{
	border:1px solid #808080;
}
.cartHeader, .orderInfoHeader{
	background-color:#FFFF99;
	font-weight:bold;
	color:#000000;
	font-size:11px;
	border-bottom:1px solid #808080;
}
.cartRow{
	color:#000000;
	font-size:11px;
	border-bottom:1px solid #808080;
}
.cartRowTotal{
	color:#000000;
	font-size:11px;
	border-bottom:1px solid #808080;
	background-color:#FFFFCC;
}
.cartTable{
	border:1px solid #808080;
	border-bottom:0px;
}
.quantityBox{
	padding:0px;
	margin:0px;
	width:20px;
	font-size:11px;
	text-align:center;
}
.basicBtn{
	border:1px solid #000000;
	background-color:#E0E0E0;
}
.basicBtn:hover{
	background-color:#D0D0D0;
	cursor:pointer;
}
.checkoutBtn{
	border:1px solid #000000;
	background-color:#009900;
	color:#FFFFFF;
}
.checkoutBtn:hover{
	background-color:#005500;
	cursor:pointer;
}
.allProductsLink{
	border-top:1px solid #C0C0C0;
	margin-top:10px;
	margin-bottom:30px;
	text-align:right;
}
.sortProductsLink{
	border-top:1px solid #C0C0C0;
	margin-bottom:20px;
	text-align:right;
	margin-top:-15px;
}
.otherInfo{
	font-size:11px;
}


#errorMessage{
	font-weight:bold;
	color:#FF0000;
	padding:3px;
	margin-top:-5px;
	margin-bottom:3px;
	text-align:center;
}
#pagination{
	width:auto;
	text-align:left;
	font-size:12px;
}

#optionTable{
	width:auto;
	padding:0px;
	margin:0px;
	float:left;
}
#loginstatus{
	font-size:12px;
	color:#555;
	width:auto;
	overflow:hidden;
	text-align:right;
	float:right;
	margin:8px 0 0 0;
	font-style:normal;
}
#loginstatus a{
	font-size:12px;
	color:#555;
}