/**
 * JSWeb CSS Stylesheet
 *
 * 
 * @copyright Copyright 2007 JSWeb
 * @version $Id: stylesheet_jsweb.css 0001 2007-06-05 16:00:00Z  ricksuffolk
 */
.header_bg {
	width:980px;
	height:102px;
	background-image: url(../images/design/header_bg.jpg);
	background-repeat:repeat-x;
}
.search_bg input {
	border:0;
	font-size:11px;
}
.search_bg {
	width:146px;
	height:20px;
	padding-top:3px;
	padding-left:3px;
	background-image: url(../images/design/search_bg.jpg);
	background-repeat:repeat-x;
}
.search_text {
	padding-top:3px;
	padding-right:5px;
	color:#9d7c1e;
}
.menu_bg {
	width:956px;
	height:29px;
	background-image: url(../images/design/menu_bg.jpg);
	background-repeat:repeat-x;
}
.menu_bg2 {
	height:29px;
	background-image: url(../images/design/menu_bg.jpg);
	background-repeat:repeat-x;
}
.footer_bg {
	margin-top:5px;
	width:980px;
	height:185px;
	background-image: url(../images/design/footer_bg.jpg);
	background-repeat:repeat-x;
}
.footer_shipping {
	width:264px;
	height:174px;
	padding:5px 5px 5px 10px;
	color:#000;
	font-size:12px;
	background-image: url(../images/design/footer_delivery.jpg);
	background-repeat:no-repeat;
}
.news_bg {
	width:254px;
	height:377px;
	padding:5px 6px 5px 7px;
	color:#000;
	font-size:12px;
	background-image: url(../images/design/news_bg.jpg);
	background-repeat:repeat-x;
}
p {
	padding:0;
	margin:0;
	padding-top:4px;
}
.footer_links {
	padding-top:10px;
	color:#9d7c1e;
}
.footer_copy {
	padding-top:10px;
}
.banner_title {
	padding-top:5px;
	height:32px;
	width:161px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	background-image: url(../images/design/cats_bottom.jpg);
	background-repeat:repeat-x;
}
.banner_title a:link {
	color:#fff;
}
.banner_title a:visited {
	color:#fff;
}
.banner_title a:active {
	color:#fff;
}
.banner_title a:hover {
	color:#fff;
	text-decoration: underline;
}
.main_cats {
	margin-right:5px;
}

.main_cats img{border:2px solid #9C7D20;}

.prod_content {
	width:199px;
	height:84px;
	background-image: url(../images/design/prod_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.prod_table {
	width:219px;
	margin:auto;
	margin-bottom:20px;
	margin-top:10px;
}
.prod_name {
	padding-top:10px;
	text-transform:uppercase;
	height:45px;
	padding-left:10px;
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
}
.prod_name a:link {
	color:#000;
}
.prod_name a:visited {
	color:#000;
}
.prod_name a:active {
	color:#000;
}
.prod_image {
	height:180px;
}
.prod_name a:hover {
	color:#000;
	text-decoration: underline;
}

.prod_price {
	padding-top:6px;
	font-weight:bold;
	color:#48184a;
}
h1#productListHeading {
	text-transform:uppercase;
	color:#fff;
	padding:5px 5px 5px 15px;
	background-color:#48184a;
	margin:0;
}
.prod_desc {
	border:3px solid #ffc200;
	padding:10px;
}
#categoryImgListing {
	width:180px;
	padding-left:20px;
}
#indexProductListCatDescription {
	width:460px;
	margin-left:20px;
	line-height:18px;
}
#AjaxifyLoading {
	width:100%;
	text-align:center;
}
#ajax_tooltipObj .ajax_tooltip_content{
	border: 1px solid #000;
	left:-460px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:410px;
	background-color: #ff0000;
	padding: 5px;
	padding-left:30px;
	color:#fff;
	text-align:left;
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}
#cartBoxEmpty {
	padding-top:10px;
	padding-bottom:10px;
}
#cartBoxListWrapper {
	padding:5px;
	padding-top:15px;
}
#cartBoxListWrapper a:link {
	color:#000;
}
#cartBoxListWrapper a:visited {
	color:#000;
}
#cartBoxListWrapper a:active {
	color:#000;
}
#cartBoxListWrapper a:hover {
	color:#000;
	text-decoration: underline;
}
.cart_item {
	padding-top:4px;
}
.cat_bg {
	border-bottom:1px dotted #ccc;
	padding-top:3px;
	padding-bottom:3px;
}
.cat_bg a:link {
	color:#000;
}
.cat_bg a:visited {
	color:#000;
}
.cat_bg a:active {
	color:#000;
}
.cat_bg a:hover {
	color:#000;
	text-decoration: underline;
}
.main_border {
	border:3px solid #9d7d1e;
	padding:10px;
}
.specials_bg {
	width:166px;
	height:174px;
	background-image: url(../images/design/special_bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
	padding-left:20px;
	padding-right:10px;
/*	padding-top:50px;*/
}
.specials1 {
	color:#fff;
	font-weight:bold;
	margin-bottom:4px;
}
.specials1 a:link {
	color:#fff;
}
.specials1 a:visited {
	color:#fff;
}
.specials1 a:active {
	color:#fff;
}
.specials1 a:hover {
	color:#fff;
	text-decoration: underline;
}

#cinote {
width:510px;
color:red;
margin-left:175px;
margin-top:6px;
margin-bottom:6px;
}
.cartDiscount {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	background-color: #e9e9e9;
	height: 2.2em;
}
.checkoutCandy {
	line-height: 2.4em;
	font-weight: bold;
	padding: 0.4em;
	border: 1px solid #9a9a9a;
	background-color: #ffffcc;
	color: #000000;
}
#betterTogetherDiscountPolicy {
/*background-color:#ff0;*/
height:290px;
border:1px solid #999999;
padding: 15px 5px 5px 5px;
font-size:1.5em;
font-weight:bold;
}

#betterTogetherDiscountPolicy a{font-weight:bold; color:#900}
