/*
 * Colors:
 * #faf9f5 - cream of main page body
 * #9f9b00 - green of categories nav bar
 * #d5d6d6 - gray border of categories nav bar
 * #797979 - gray background of category item
 * #424242 - dark gray of category item title
 * #87775c - brown background of mailing list box 
 * #6b8ba4 - blue of furnish nav box background
 * #d7eeff - light blue of furnish nav box header
 * #ffe9c9 - cream of testimonials header
 * #007531 - red of recent news background
 * #ff949c - pink of recent news dates
 * #a69a37 - yellow of banner ad text
 *
 */

body.store .posting{width:869px !important;}

body.store #header { background-image:none !important;     position: relative;
    width: auto !important;}
body.store {    
	background-image: url("/wp-content/themes/bellfoods/images/bkgs_02.gif");
    background-position: left top;
    background-repeat: repeat-x;}
body.store #header-wrap {
    height: 136px;
	width:889px;
	margin: 0 auto;
}


* {
	margin: 0;
	padding: 0;
}

a img {
	border:none;
}

/** Element that need to clear (with floats in them) **/
#Announcement:after,
#categories-nav:after,
#container:after,
#content:after,
#image-gallery:after,
#items-wrap:after,
#main-user-meta:after,
#media-wrap:after,
#wrapper:after,
.full-content:after,
.product-data-item:after,
.suggested-use:after,
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

body {

	margin: 0px;
	padding:0;

	color: #333333;
	font-family: Arial, Helvetica, sans-serif;

}

/**GENERAL LIST STYLING
**************************/
ul {margin: 3px 0 0 5px;padding: 0px;}
ol {margin: 3px 0px 0px 30px;padding: 0px;}
ol li.num {color: #FFAD00;list-style-type:outside;}
ul li {list-style-position: inside;margin: 0px;padding: 0px;}
li.bullet {list-style-type: square;}
li.nobullet {list-style-type:none;margin-left:0;}
li.bulletLrg {list-style-type: square;}

#main-user-meta {
	font-size:9pt;
	margin:0 auto;
}
	#main-user-meta .user-meta-subsection {
		color:#fff;
		float: right;
		margin-left:1em;
	}
		#main-user-meta .user-meta-subsection a {
			color:#fff;
			text-decoration:none;
			font-weight: bold;
		}
		
		#main-user-meta .user-meta-subsection a:hover {
			text-decoration:underline;
		}

	#header .search-form-wrapper {
		left:135px;
		position:absolute;
		top:25px;
	}
	
		#header .search-form-wrapper input.searchBox {
			float:left;
			height:20px;
			margin-right:5px;
			line-height:20px;
			width:150px;
		}
		
		#header .search-form-wrapper button.SubmitBtn {
			background:url('../styleImages/backgrounds/search_button.png') no-repeat;
			display:block;
			float:left;
			height:22px;
			overflow:hidden;
			text-align:left;
			text-indent:-999em;
			width:61px;
		}

		#header #primary-nav {
			left:133px;
			position:absolute;
			top:66px;
		}
			#header #primary-nav a {
				color:#000;
				text-transform:uppercase;
				text-decoration:none;
			}
			
			#header #primary-nav a:hover {
				color:#007531;
				text-decoration:underline;
			}

			#header #primary-nav li {
				display:inline;
				margin-right:1em;
			}
		#tell-a-friend {
			position:absolute;
			right:10px;
			top:10px;
		}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase; 
	}

#Currency{
	padding: 15px 35px 2px 0;
	}

#Language {
	padding-right:10px;
	margin-bottom:3px;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 


/**LEFT COLUMN SECTION
************************/
#main-column {
	margin-left:25px;
	position: relative;
	width: 180px; 
	float: left;
	}

/**LEFT COLUMN SIDE BOXES
*************************/
.main-column-box {
	margin-top:10px;
	padding:10px;
}
	.main-column-box .content {
		border:1px solid #fff;
		margin:0;
		padding:10px;
	}

.main-column-box a {
	color: #FFFFFF;
	text-decoration:none;
	}

.main-column-box a:hover {
}

.main-column-box li {
	list-style-type:none;
}

#categories-nav {
background:#007531 none repeat scroll 0 0;
	margin-top:0;
	padding:10px;
	width:160px;
}

/**LEFT COLUMN - MAILING LIST
*******************************/
.main-column-box.borderncolor {
background-color:#87775C;
margin:10px 0;
height:75px;
width:160px;
color:#ffffff;
}


#mail-list-subscribe-box {
	background-color:#007531;
	height:75px;
	width:160px;
}
	#mail-list-subscribe-box .label {
		background:url('../styleImages/backgrounds/mailing_list.png') no-repeat top center;
		display:block;
		height:33px;
		overflow: hidden;
		text-align: left;
		text-indent:-999em;
		width:161px;
	}

	#submit-mail-list-subscribe {
		background:url('../styleImages/backgrounds/yes_button.png') no-repeat top center;
		display:block;
		height:21px;
		overflow:hidden;
		text-align:left;
		text-indent:-999em;
		width:43px;
	}
/** left column - furnish-a-room navigation **/
#furnish-nav {
	background-color:#6b8ba4;
	width:160px;
}
	#furnish-nav a {
		color:#fff;
	}
	#furnish-nav a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#furnish-nav h3 {
		color:#d7eeff;
	}

/** left column - testimonials **/
#cart-navigation,
#testimonials {
	background-color:#87775c;
	color:#fff;
	margin-bottom:10px;
}
	#cart-navigation h3,
	#testimonials h3 {
		color:#ffe9c9;
	}

/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}




ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}




/**MAIN CONTENT SECTION
************************/
	#content #featured-items {
	}
		#content #featured-items #main-ad-slideshow {
			background:url('../styleImages/backgrounds/slideshow_bg.jpg') no-repeat top center;
			height:234px;
			position:relative;
			width:640px;
		}
			#main-ad-slideshow .main-ad {
				color:#a69a37;
				font-size:15px;
				font-weight:bold;
				height:30px;
				padding:15px;
				position:absolute;
				right:15px;
				width:205px;
			}
				#main-ad-slideshow .main-ad a {
					color:#e1ca00;
					text-decoration:none;
				}

			#main-ad-slideshow-1 {
				top:17px;
			}
		
			#main-ad-slideshow-2 {
				top:87px;
			}
		
			#main-ad-slideshow-3 {
				top:155px;
			}
		
		#content #featured-items .featured-sections {
			height: 280px;
		}

#ContentBox {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	width:650px;
	float:left
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
.BreadCrumb {
	background:url('../styleImages/backgrounds/breadcrumb_bg.png') no-repeat 0 0;
	color:#d5d6d6;
	font-size:8pt;
	height:30px;
	line-height:25px;
	overflow:hidden;
	padding:0 10px;
	width:619px;
}
	.BreadCrumb .sep {
		font-size:13pt;
		font-weight:bold;
		margin: 0 10px;
	}

	.BreadCrumb a {
		color:#d5d6d6;
		text-decoration:none;
	}
	
	.BreadCrumb a:hover {
		text-decoration:underline;
	}

	.BreadCrumb a.current-location {
		color:#fff;
		font-weight:bold;
	}
.back-to-top {
	margin:10px;
	text-align:right;
	text-transform:uppercase;
}
	.back-to-top a {
		color:#000;
		text-decoration:none;
		font-size:10px;
	}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	}


/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	float:left;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	width:360px;
}


#Announcement p {
	margin:5px 5px 0 5px;
	line-height:16px;
}

#recent-news {
	background:url('../styleImages/backgrounds/news_bg.png') no-repeat 0 0;
	display:block;
	float:left;
	height:539px;
	overflow:hidden;
	padding:20px;
	width:212px;
}
	#recent-news li {
		list-style:none;
		margin-bottom:30px;
	}
		#recent-news .news-item-date {
			color:#EDEB7E;
			font-size:10px;
			border-bottom:1px dotted #EDEB7E;
			text-transform:uppercase;
		}

		#recent-news h3 {
			color:#fff;
			font-size:11pt;
			text-transform:none;
		}

		#recent-news .entry-content {
			color:#fff;
		}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	}

#Inner {
	margin: 5px;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 115px;
	margin: 5px 5px 20px 5px;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:5px 0;
	margin:3px auto;
	border:1px solid #cccccc;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	width:100%;
	color: #333333;
	}

.LPName a:link, .LPName a:visited {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #FFAD00;
	background: #FFFFFF;
	text-decoration:none;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	text-transform:uppercase;
	color: #3AB0D6;
	}


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 5px;
	padding: 0;
	width:100%;
	height:auto;
}

.no-products-msg {
	margin:1em;
}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

.subCat a {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color:#ffaa00;
	}

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}

.catview {
	margin:5px 0;
	padding:0;
	width:600px;
}

#items-wrap {
	margin-top:20px;
	border:thin #000000 solid;
	padding:10px;
}
	#items-wrap .item {
		font-size:9pt;
		margin:0 0 0 0;
		overflow:hidden;
		padding:3px;
	}

	#items-wrap .item .item-description {
		font-style:italic;
	}

	#items-wrap .item .item-price {
	}
		#items-wrap .item .item-price span {
			display:block;
			text-align:left;
		}
		
		#items-wrap .item-sale .item-price .Price {
			text-decoration: line-through;
		}
		
		#items-wrap .item .item-price .Sale {
			color:#007531;
			font-weight:bold;
			text-transform:uppercase;
		}

		#items-wrap .item .item-thumb {
			background-color:#797979;
			display:table-cell;
			height:145px;
			line-height:194px;
			position:relative;
			text-align:center;
			vertical-align:middle;
			width:194px;
			float:left;
		}
			#items-wrap .item-thumb .arrival-notification,
			#items-wrap .item-no-sale .item-thumb .sale-notification {
				display:none;
			}

			#items-wrap .new-arrival .item-thumb .arrival-notification,
			#items-wrap .item-sale .item-thumb .sale-notification {
				color:#fff;
				display:block;
				font-weight:bold;
				height:20px;
				line-height:20px;
				position:absolute;
				top:10px;
			}
			
			#items-wrap .new-arrival .item-thumb .arrival-notification {
				background-color:#6b8ba4;
				right:10px;
				width:80px;
			}

			#items-wrap .item-sale .item-thumb .sale-notification {
				background-color:#007531;
				left:11px;
				text-transform:uppercase;
				width:45px;
			}

		#items-wrap .item h2.item-title {
			font-size:15pt;
			padding:.5em;
			text-transform:none;
		}
			#items-wrap .item .item-title a {
				color:#424242;
				font-weight:bold;
				text-align:left;
				text-decoration:none;
			}
.item-info{margin:15px 0 0 15px; float:left; width:375px;}
.catsep {
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding-right:8px;
	padding-bottom:5px;
	}


.catsep h2, .catsep h2 a {
	font-size: 13px;
	color: #3AB0D6;
	background:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

.catsep h2 a:hover {
	background: #FFFFFF;
	color:#FF9900;
	}

.catimage {
	padding:0;
	margin:0;
	}

.catview a {
}

.catview p {
}
.catview .Price {
}

/**SINGLE PRODUCT PAGE
************************/
#single-prod {
	padding: 3px;
	margin-bottom:20px;
	position: relative;
	width:645px;
}
	#product-form {
		margin-top:25px;
	}

	#media-wrap {
		float:left;
		margin-bottom:1em;
		overflow:hidden;
		width:300px;
	}
		#product-image-wrap {
			margin-bottom:1em;
		}

	#purchase-data {
		float:left;
		margin:0 0 10px 10px;
		width:335px;
	}
		#purchase-data h1 {
			margin-bottom:1em;
			line-height:35px;
		}

		#purchase-data .product-data {
			border-bottom:1px dotted #007531;
			border-top:1px dotted #007531;
			clear:both;
			float:left;
			margin:1em 0;
			padding-top:1em;
			width:300px;
		}
			#purchase-data .product-data .product-data-item {
				clear:both;
				display:block;
			}
				#purchase-data .suggested-use .label,
				#purchase-data .product-data .product-data-item .label {
					color:#6b8ba4;
					float:left;
					font-weight:bold;
					margin-right:1em;
					text-transform:uppercase;
				}

				#purchase-data .suggested-use .data,
				#purchase-data .product-data .product-data-item .data {
					color:#000;
					float:left;
					font-weight:bold;
				}
				
			#purchase-data .regular-price .prod-sale-price {
				display:none;	
			}
			
			#purchase-data .sale-price .prod-sale-price .data,
			#purchase-data .sale-price .prod-sale-price .label {
				color:#007531;	
			}
				#purchase-data .sale-price .prod-price .data {
					text-decoration: line-through;
				}

			#purchase-data .product-data .shipping-lookup {
				clear:both;
				margin:1em 0;
			}
				#purchase-data .product-data .shipping-lookup #shipping-lookup-field {
					height:23px;
					width:110px;
					float:left;
				}
				
				#purchase-data .product-data .shipping-lookup #calculate-shipping {
					background:url('../styleImages/backgrounds/calculate_button.png') no-repeat;
					border:none;
					cursor:pointer;
					display:block;
					float:left;
					height:22px;
					margin-left:1em;
					overflow:hidden;
					text-align:left;
					text-indent:-999em;
					width:79px;
				}


		.add-product-to-cart {
			background:url('../styleImages/backgrounds/add_to_cart_button.png') no-repeat;
			border:none;
			cursor:pointer;
			display:block;
			float:left;
			height:22px;
			overflow:hidden;
			text-align:left;
			text-indent:-999em;
			width:110px;
		}
		.add-product-to-cat {
			background:url('../styleImages/backgrounds/add_to_cart_button.png') no-repeat;
			border:none;
			cursor:pointer;
			display:block;
			float:right;
			height:22px;
			overflow:hidden;
			text-align:left;
			text-indent:-999em;
			width:110px;
		}


		.suggested-use {
			clear:both;
			padding:1em;
		}

		#shipping-discussion {
			clear:both;
			float:left;
			padding:1em;
		}
			#shipping-discussion p {
				margin-bottom:1em;
				text-indent:1em;
			}

			#shipping-discussion .main {
				color:#9f9b00;
			}

			#shipping-discussion .secondary {
				color:#000;
			}

			#shipping-discussion .cost {
				color:#000;
			}

	#product-description {
		border-top:1px dotted #007531;
		padding:1em 0;
		clear: both;
	}
		#product-description h5 {
			color:#6b8ba4;
			display:inline;
			font-size:12pt;
			font-weight:bold;
			margin-right:1em;
			text-transform:uppercase;

		}
		
	#main-prod-image {
		max-width:300px;
	}
	/* Max width for ie6 */
	* html #main-prod-image {
		width: expression( 299 < document.body.clientWidth ? "300px" : "auto" );
	}

#MoreImages {}

#image-gallery {
	height:auto;
	width:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.gallery-item {
	float:left;
	margin:0 0 30px 15px;
}
	.gallery-item .video-player {
		display:none;
	}

.gallery-image {
	text-align:center;
	margin:0;
}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding:5px 0;
	margin:0;
	text-align:left;
	height:60px;
	width:100%;
	}

#ProdPrice {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:30%;
	height:66%;
	font-size:20px;
	padding:20px 0 0 0;
	margin:0;
	text-align:left;
	color:#3aa8cc; 
	background:#FFFFFF;
	}

#ProdReviews {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:90%;
	width:29%;
	margin:0 auto;
	text-align:center;
	padding:3px 5px 3px 0;
	border-right:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	background:#FFFFFF;
	}

#ProdReviews a {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

#ProdReviews a:hover {text-decoration: none; color: #FFAA00}

#TellAFriend {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:37%;
	height:100%;
	margin:0;
	padding:0;
	background:white;
	}

#TellAFriend ul {
	display:block;
	margin:0 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
	}

#TellAFriend a {
	color:#3aa8cc;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#ffaa00;
	background: #FFFFFF;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	background: #FFFFFF;
	}

#Options {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	background: #FFFFFF;
	}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:30px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	background: #FFFFFF;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color: #ffffff; 
	background: #3AB0D6;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	background:#FFFFFF;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color: #FFAA00;
	background: #FFFFFF;
	padding: 3px;
	}

.Date {
	color: #ffaa00;
	background: #FFFFFF;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}

#footer {
}
	#footer a {
	}

	#footer a:hover {
		text-decoration:underline;
	}

	#footer address {
		display:inline;
		font-style:normal;
		font-weight:bold;
	}

	#footer .contact-info {
		display:block;
		margin: 0 auto;
		text-align:center;
	}

	#footer #SiteDocs {
		margin:0 auto;
		text-align:center;
	}
		#footer #SiteDocs li {
			display:inline;
			margin-right:1em;
		}


/**SEARCH FACILITY
********************/
.searchBox {
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	margin-left:3px; 
	}

#searchStr {
	margin-right:20px;
	width:110px;
	}

.SmallTitle  {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase; 
	float:left;
	margin-top:2px;
	}

/**GENERAL FORM ELEMENTS
*****************************/	
form {margin: 0px;padding: 0px;}
form#GiftCert {	margin-left:10px;}
input { vertical-align: middle;}
.textbox {
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	}

input#email {
	float:left;
	width:110px;
}

.textboxDisabled {
	color: #333333;
	background: #FFFFFF;
	border: none;
	font-size: 10px;
	}


/**GENERAL BUTTONS
*******************/
.SubmitBtn {
	float:right;
	border:none;
	display:block;
	cursor: pointer;
	}

.AddBtn {
	background:transparent url(../styleImages/icons/add.gif) no-repeat;
	height: 17px;
	width:17px;
	padding:0;
	margin:-17px 0 0 0;
	text-align:right;
	float:right;
	border:none;
	display:block;
	cursor: pointer;
	}

.UpDateBtn {	
	background-image:url(../styleImages/icons/Rtbutton.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#FFFFFF;
	color: #663366;
	margin:0;
	padding:0 0 3px 25px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	}


.BasketProduct p span{margin-right:5px;}
#shopping-cart {
}
	#main-user-meta #shopping-cart .view-cart-text {
		background:url('../styleImages/backgrounds/shopping_cart1.png') no-repeat top right;
		padding-right: 22px;
	}

.TotalItems{
	margin-left: 5px 0px 0;
	font-weight:normal;
}


.TotalPrice{
	text-align:right;
	float:right;
	margin: 0px 5px 0px 0;
	padding: 0px;
	color: #FFFFFF;
	font-weight:bold;
}

#BasketView {
	text-align: left; 
	margin-top:10px;
	font-size:12px;
	}

a.BasketBtn, a.BasketBtn:hover {
	background-image:url(../styleImages/icons/button.gif);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#FFFFFF;
	color: #663366;
	margin:0;
	padding:0 20px 3px 0px;
	text-decoration:none;
	}


/**VIEW CART PAGES
********************/
#CartView {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}
	
form#cart {
	padding-right:5px;
	margin-bottom:20px;
	}

#cartTable {
	margin-bottom:20px;
	}


.cartProgress {
}

.txtcartProgressCurrent {
}

.quickBuy {
}
	
.tdcartTitle {
}


.tdcartEven {
}

.tdcartOdd {
}

.tdCartSubTotal {
}

.txtStockWarn {color: #FF4600;}

.dropDown {
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 9px;
	color: #6F9994;
	}

/**STEP ONE PAGE
******************/
#InfoBox {
}

#InfoBox td {
}

.Prompt {
}

#InfoBox .ButtonRt {
}

.Heading {
}

/**EDIT INVOICE PAGE
**********************/
#EditInvoice {margin-bottom:20px;}
#EditInvoice td.nudge80 {padding-left:80px;}


/**PERSONAL PROFILE PAGE
************************/
#Profile {margin:10px auto;}


/*Forms*/

body.reg input, .input {
	margin:0;
	padding:3px;
	width:auto; 
	height:auto;
	background:#FFF url(../styleImages/img/input.jpg) repeat-x top center;
	border:1px solid #bfdae7;
}
body.reg textarea {
	width: 95%;
	height:auto;
}

body.reg h1 {
font-family:Arial,Helvetica,sans-serif;
font-size:2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:-1px;
line-height:normal;
margin:15px 0 0;
padding:0;
color:#8B514F;
}

body.reg td, .thepadr td{
	padding:3px 0 0 3px;
}


/*THIS IS FOR THE CART*/

.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background:#2D4955; 
	height:20px;
	}


.tdcartEven {
	background:#FFFFFF; 
	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	}

.tdcartOdd {
	background: #FFFFFF;
	color: #333333;
	}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	}

.txtStockWarn {color: #FF4600;}

.dropDown {
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 9px;
	color: #6F9994;
	}

/**STEP ONE PAGE
******************/
.InfoBox{
	padding: 10px 0;
	margin: 20px 0px 10px;
	border-top: 1px solid #CCCCCC;
	}

.InfoBox .BlueBg {height:30px;}

.InfoBox .BlueBg .Button {
	float:right;
	text-indent:0;
	margin-top:-20px;
	}

.Heading {
	text-transform:uppercase; 
	font-weight:bold; 
	padding-left:10px;
	text-align:left;
	}

.HeadingHalf {
	text-transform:uppercase; 
	font-weight:normal; 
	padding-left:10px;
	text-align:left;
	float:left;
	}


/**EDIT INVOICE PAGE
**********************/
#EditInvoice {margin-bottom:20px;}
#EditInvoice td.nudge80 {padding-left:80px;}

/*.login-wrap {
background:transparent url(../styleImages/backgrounds/lock.png) no-repeat scroll 20px 20px;
padding:20px 20px 20px 85px;
}*/
.login-message {
float:left;
width:200px;
}
.login-message li{
margin:0 0 15px 0;
padding:0;
line-height:25px;
list-style-type:none;
}

.login-message li strong, .login-main h4{
color:#8B0008 !important;
text-transform:uppercase !important;
display:block !important;
}
.login-main {
float:right;
clear:right;
width:450px;
margin: 3px 0 0 0;
}
.login-main #ajax-login table{float:left; width:75%;}
.login-main p{margin:10px 0 10px 0 !important;}
.login-main td{padding:1px 0 1px 0 !important;}

#ajax-payment-form h3{
	color:#B00009 !important;
	font-family:Arial,Helvetica,sans-serif !important;
	font-size:15px !important;
	font-weight:bold!important;
	margin:5px 0 !important;
	padding:0 !important;
}





