#discountheader {
	background-image: url(assets/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;		
	}
	
#welcome_bg {
	background-image: url(assets/welcome_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;		
	}

.deliveryoptiondropdownlist {

		width: 170px;

}



/****** HTML ELEMENTS ******/

	body {
		font-family: "Lucida Grande", "Lucida Sans Unicode",trebuchet ms, trebuchet, arial;
		font-size: 11px;
		color: #333333;
		background-image: url(assets/bg-tile.gif);
		margin: 0px;
		padding: 10px;
	}
	
	td, p {
		font-family: "Lucida Grande", "Lucida Sans Unicode",trebuchet ms, trebuchet, arial;
		font-size: 11px;
                letter-spacing: -0.5px
	}
	
	a {
		color: #0000FF;
		text-decoration: none;
	}
	
	a:hover {
		color: #0000FF;
		text-decoration: underline;
	}
	
	form {
		margin: 0px 10px 25px 0px;
		padding: 0px;
	}
	
	hr {
		color: #CCC;
	}
	
/****** SURROUNDING TABLE ******/

	#container {
		background-color: #FFFFFF;
		border: 1px solid #00264c;
	}

	#mainContent td {
		padding: 3px;
	}
	
	

/****** END OF SURROUNDING TABLE *****/	

/****** MAIN CONTENT TABLE AREAS ******/

	#content {
	background-color: #FFFFFF;
	}

	/* TABLE HEADERS */
		#content th {
			font-weight: bold;
			color: #999;
			background-color: ;
			font-size: 12px;
			text-align: left;
			margin: 0px;
			padding: 5px 5px 2px 5px;
			border-bottom: 1px solid #999;
		}

	/* PRODUCT NAME */
		#content h2 {
			font-size: 14px;
			font-weight: bold;
			color: #333333;
			margin: 0px;
			padding: 0px;
		}

	/* PRODUCT PRICE */
		#content .itemprice h2 {
			font-size: 14px;
			font-weight: bold;
			color: #990000;
			margin: 0px;
			padding: 0px;
		}
		
		h3 {
			font-size: 13px;
			font-weight: bold;
			
			margin: 0px;
			padding: 0 20px 0 0;
		}
		
		#content .itemprice td {
			margin: 0px;
			padding: 0px;
		}
	/* REDUCED FROM TEXT (UNDER PRICE)*/
		#content .reduced {
			font-size: 9px;
			font-weight: bold;
			color: #FF0000;
			margin: 0px;
			padding: 0px;
		}

	/* BOX BEHIND ADD TO CART BUTTON */
		#content .addbox {
			font-weight: bold;
			color: #666666;
			background-color: #FFFFFF;
			margin: 0px;
			padding: 5px;
			font-size: 10px;
		}

	/* REVIEW LINKS & HOVER */
		#content .reviews a {
			font-size: 10px;
			font-weight: bold;
			color: #999999;
			text-decoration: none;
		}
	
		#content .reviews a:hover {
			color: #333333;
		}

	/* BACKGROUND CELL FOR PRODUCT DESCRIPTION & IMAGE */
		#content .productbg {
			background-color: #FFFFFF;
		}

	/* PREVIOUS & NEXT BUTTONS IN LIST ITEMS */
		#content #buttons {
			text-align: right;
		}
	
		#content #buttons input {
			font-size: 12px;
			font-weight: bold;
			color: #fcae30;
			background-color: #04376A;
			margin: 0px;
			padding: 0px;
			font-family: Arial, Helvetica, sans-serif;
			border: none;
		}
	
		#content #buttons form {
		
			margin: 0px;
			padding: 0px;
			display: inline;
		}
		
	/* HEADER FOR FEATURED ITEMS */	
		#content .featuredtitle {
			background: url(assets/featured-products.gif) no-repeat;
			height: 26px;
			text-indent: -9999px;
			font-size: 1px; line-height: 0;
			
		}
		
	#content .featuredtitle2 {
	font-size: 14px;
	font-weight: bold;
	color: #04376A;		
		
		
		}
		
		#content strong {
			font-size: 14px;
			font-weight: bold;
			color: #990000;
			margin: 0px;
			padding: 0px;
			font-size: 11px;
		}
		
#feprice {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background: url(assets/pricebut.png) no-repeat;
	width: 114;
	height:31;
	text-align: center;
	vertical-align: middle;
	margin: -10px 0 4px 0;
padding: 7px 0 0 0;
}
#feprice2 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	background: url(assets/pricebut.png) no-repeat;
	width: 114;
	height:31;
	text-align: center;
	vertical-align: middle;
}
#feprice3 {
	background-image: url(assets/pricebut.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 114px;
	color: #ffffff;
	text-align: center;
    font-size:13px;
    font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	#feprice3 p {
	font-size:10px;
	color: #ffffff;
	margin: 0px;
	text-align: center;
    font-weight: normal;
	}

#itprice {
	background-image: url(assets/pricebutlarge.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 43px;
	width: 156px;
	color: #ffffff;
	text-align: center;
    font-size:16px;
    font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	}
	
#itprice p {
	font-size:11px;
	color: #ffffff;
	margin: 0px;
	text-align: center;
    font-weight: normal;
	}
		
		#mainContent td .border {
			padding: 5px 0px 5px 10px;
			border: 1px solid #cccccc;
			
}

#line {
	height: 1px;
	}
	
#tabtop {
	padding: 5px 0px 0px 0px;
	background-image: url(assets/tabtop.png);
	background-repeat: no-repeat;
	width:135px;
	height:25px;
	font-size:12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	float: left;
}
#tabtop2 {
	padding: 5px 0px 0px 0px;
	background-image: url(assets/tabtop.png);
	background-repeat: no-repeat;
	width:135px;
	height:25px;
	font-size:12px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
	
#tabtop3 {
	padding: 5px 0px 0px 0px;
	background-image: url(assets/tabtop.png);
	background-repeat: no-repeat;
	width:135px;
	height:25px;
	font-size:12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-left: 135px;
}	
#itemdescription {
	padding: 5px 0px 5px 10px;
	border: 1px solid #cccccc;
	clear: both;
}
#itemspec {
	padding: 5px 0px 5px 10px;
	border: 1px solid #cccccc;
}




/* RELATED ITEMS */
.relatedprods {border-top: 1px solid #CCCCCC; width: 100%;}
.relatedprods p{color: #990000; font-size: 12px;font-weight: bold;}
.relatedprods h4{
	color: #666666;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc
	;
}
#relmar {margin-top: 5px;}

/****** END OF MAIN CONTENT TABLE AREAS ******/





/****** LEFT HAND MENU ******/

	#menu p {
		padding: 5px;
		margin: 0;
	}

	/* CATEGORIES AND SUBCATEGORIES MENU */

		#menu #catmenu {
			/* background-color:#FF9933; */
			background-color:#FFF;
			margin: 0;
			margin-bottom: 0;
		}
		#menu #catmenu .catheader {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	height: 13px;
	background-image: url(assets/categories.gif);
		}
		.hidden{display: none;}
	
	/* HOT MENU */

		#menu #hotmenu {
			background-color: #396999;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
			margin-left: 0px;
		}
		
		#menu #hotmenu a{
			color: #FFF;
		}
		
		#menu #hotmenu .hotheader {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #fcae30;
			background-color: #04376A;
			padding: 5px;
			background-image: url(assets/large_bar_bg.gif);
		}
		
	.mainlink {
		display: block;
		margin: 0;
		padding: 6px 0 0 6px;
	
	}
		
	/* SALE MENU */

		#menu #salemenu {
			background-color: #396999;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
			margin-left: 0px;
		}
		
		#menu #salemenu a{
			color: #FFF;
		}


		#menu #salemenu .saleheader {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #fcae30;
			background-color: #04376A;
			padding: 5px;
			background-image: url(assets/large_bar_bg.gif);
		}


	/* SPECIAL MENU */

		#menu #specialmenu {
			background-color: #396999;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
			margin-left: 0px;
		}
		
		#menu #specialmenu a{
			color: #FFF;
		}


		#menu #specialmenu .specialheader {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #fcae30;
			background-color: #04376A;
			padding: 5px;
			background-image: url(assets/large_bar_bg.gif);
		}
		
	/* FEATURED MENU */

		#menu #featuredmenu {

			background-color: #396999;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
			margin-left: 0px;
		}
		
		#menu #featuredmenu a{
			color: #FFF;
		}


		#menu #featuredmenu .featuredheader {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #fcae30;
			background-color: #04376A;
			padding: 5px;
			background-image: url(assets/large_bar_bg2.gif);
			background-image: url(assets/large_bar_bg.gif);
		}		


/* CHECKOUT STYLES */

#checkoutbg {
	background-color: #F0F0E1;
	margin: 0px;
	padding: 0px;
}

#checkoutborder {
	background-color: #04376A;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/****** FOOTER CSS (BOTTOM NAV) ******/

	#footer p {
		font-size: 9px;
		color: #396999;
	}
	
	#footer a {
		font-size: 11px;
		font-weight: bold;
		color: #396999;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #04376A;
	}

/****** END OF FOOTER CSS (BOTTOM NAV) ******/

#catmenu *{ margin: 0; padding: 0;}
.nav{
	position: relative;
}
.nav li{
	font-size: 12px;
	list-style: none;
	border-bottom: 1px solid #ffffff;
	white-space: nowrap;
}
.nav li a{
	width: 165px;
	display: block;
	font-weight: bold;
	padding: 5px 5px 5px 5px !important;
	color: #fff;
	text-decoration: none;
	text-align: left;
	background-image: url(assets/cathead-bg.jpg);
	text-indent: 15px;
}
.nav li a:hover{
	color: #fff;
}



.nav li .childMenu li a{
	width: 340px;
	background-color: #FFF;
	background-image: url(assets/cathead-bg2.gif);
	background-repeat: no-repeat;
}

.nav li .childMenu li a:hover{
	width: 340px;
	background-color: #FFF;
	background-image: url(assets/cathead-bg2r.gif);
	background-repeat: no-repeat;

}


#groupcontainer {
height: 200px !important;
overflow: auto;
border: 2px solid #ccc;
}

#spinnerbox img {
margin-top: 25px;
}

.desctable {
width: 500px;
border: 1px solid #ccc;
font-family: sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
border-collapse: collapse;
}

.desctable th {
text-align: left;
background-color: #eee;
margin: 0px;
padding: 4px 0 4px 2;
}

.desctable td {
width: 50%;
vertical-align: top;
}
.desctable ul {
margin: 0;
padding: 4px 0 4px 16px;
}

.desctablenb {
width: 500px;
font-family: sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
border-collapse: collapse;
}

.desctablenb th {
text-align: left;
background-color: #eee;
margin: 0px;
padding: 4px 0 4px 2;
}

.desctablenb td {
width: 50%;
vertical-align: top;
}
.desctablenb ul {
margin: 0;
padding: 4px 0 4px 16px;
}
#fewrap {
padding-top: 16px;
bottom: -30px;
}


.dealtable {
border-collapse: collapse;
}
.dealtable td {
border: 1px solid #F16B00;
}
.dealtable .head{
font-weight: bold;
vertical-align: top;
background-color: #F16B00;
color: #FFF;
border: 1px solid #D73700;
}
.dealtable .hilite{
background-color: #CCCCCC;
color: #000000;
}


.cf:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
/*\*/.cf{display:block;}/**/

#dealdiv {
}
#dealdiv img {
margin: 12px 6px 6px 6px;
}

.hrdiv{
border-bottom: 1px solid #ccc;
height: 1px;
}

#top-table-container {position:relative;width:750px;}

/* SEARCH CONTAINER */
#search-container {position:relative;width:100%;text-align:left;z-index:100;}
#search-container input {left:309px;position:absolute;top:33px;padding:0;height:16px;border:none;width:200px!important;padding:2px 0 0;}
#search-container button {position:absolute;top:32px;left:520px;width:37px;height:21px;background: url('assets/go.gif');background-repeat:no-repeat;transparent;border:none;cursor:pointer;}

/* HEADER GRAPHIC LINKS */
#basket-link {height:50;position:absolute;right:6px;top:0px;width:50px;}
#home-link {height:50px;right:72px;position:absolute;top:0px;width:50px;}
#home-link2 {position:absolute;top:0;left:0;width:410px;height:97px;}

.ir {display:block;
font-size:1px;
letter-spacing:-9999px;
line-height:0;
overflow:hidden;
text-decoration:none;}


#printme {
float: right;
}
#printme img {
width: 30px;
height: 25px;
}

