﻿body
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

/****************/
/**** Layout ****/
/****************/

#container
{
	width: 960px;
	margin: 0px auto 0px auto;
	position: relative;
}


		#header
		{
			width: 960px;
			height: 133px;
		}
		
			a.logo
			{
				background-image: url(images/logo.gif);
				background-repeat: no-repeat;
				display: block;
				width: 110px;
				height: 138px;
				position: absolute;
				top: 6px;
				left: 56px;
				z-index: 100;
			}
			
			.tagline
			{
				position: absolute;
				top: 0px;
				left: 310px;
			}

			.freeshipping
			{
				position: absolute;
				top: 0px;
				right: 0px;
			}
			
			#nav
			{
				background-image: url(images/nav_bg.gif);
				background-repeat: no-repeat;
				height: 26px;
				width: 960px;
				position: absolute;
				top: 107px;
			}
			
				#nav ul
				{
					margin: 0px 0px 0px 190px;
					padding: 0px;
					list-style-type: none;
				}
				
				#nav ul li
				{
					margin: 0px;
					padding: 0px;
					float: left;
				}
				
				#nav ul li a
				{
					background-image: url(images/nav_seperator.gif);
					background-repeat: no-repeat;
					background-position: right;
					display: block;
					color: #fff;
					text-decoration: none;
					font-weight: bold;
					line-height: 26px;
					padding: 0px 0px 0px 10px;
					cursor: pointer;
				}
				
				#nav ul li a span
				{
					display: block;
					line-height: 26px;
					padding: 0px 10px 0px 0px;
				}
				
				#nav ul li a:hover, #nav ul li a.active
				{
					display: block;
				}
				
				#nav ul li a span:hover, #nav ul li a.active span
				{
					height: 26px;
					display: block;
				}
	
				#nav ul .sharelinks
				{
					width: 80px;
					position: absolute;
					right: 285px;
					padding: 4px 0px;
				}
				
					#nav ul .sharelinks a
					{
						background: none;
						padding: 1px;
						float: left;
					}
	
				#cartsummary
				{
					color: #fff;
					line-height: 26px;
					background-image: url(images/cart_bg.gif);
					background-repeat: no-repeat;
					width: 187px;
					height: 26px;
					position: absolute;
					top: -2px;
					right: 80px;
					padding: 2px 10px;
				}
				
					
					#cartsummary .viewcart a.showcart
					{
						color: #fff;
						text-decoration: none;
						width: 160px;
						height: 26px;
						position: absolute;
						top: 2px;
						left: 45px;
						z-index: 9000;
					}
					
						#cartsummary .viewcart .cartarrow
						{
							position: absolute;
							top: 3px;
							right: 4px;
							cursor: pointer;
						}
						
						.cartSum
						{
							background-image: url(images/cartsumm_bg.gif);
							background-repeat: repeat-y;
							width: 404px;
							position: absolute;
							top: 133px;
							right: 82px;
							z-index: 900000;
						}
						
							.cartSum .inner
							{
								background-image: url(images/cartsumm_top.gif);
								background-repeat: no-repeat;
								z-index: 900000;
							}
							
							.cartSum .inner .content
							{
								background-image: url(images/cartsumm_btm.png);
								background-repeat: no-repeat;
								background-position: bottom;
								position: relative;
								top: 5px;
								z-index: 900000;
								padding: 10px;
							}
							
								.cartSum table
								{
									width: 384px;
									margin-bottom: 3px;
								}
							
								.cartSum table th
								{
									background-color: #b4b08d;
								}
							
								.cartSum table th, .cartSum table td
								{
									color: #575333;
									border: solid 1px #b4b08d;
								}
								
								#cartsummary .viewcart a.delete
								{
									position: relative;
									top: 0px;
									left: 0px;
								}
								
								#cartsummary .viewcart a.csCheckout
								{
									position: relative;
									float: right;
								}
								
								.cartSum .inner .content .emptycart
								{
									color: #575333;
									display: block;
									text-align: center;
								}

				a.checkout, a.checkout:hover
				{
					background-image: url(images/green_arrow.gif);
					background-repeat: no-repeat;
					background-position: right 8px;
					color: #fff;
					text-decoration: none;
					line-height: 26px;
					font-style: italic;
					position: absolute;
					right: 6px;
					padding-right: 10px;
					width: 60px;
					height: 30px;
				}

#inner
{
	background-color: #fff;
	min-height: 400px;
	padding: 15px;
}

	#left
	{
		width: 190px;
		float: left;
	}


		#search
		{
			background-image: url(images/search_bg.gif);
			background-repeat: no-repeat;
			width: 182px;
			height: 25px;
			padding: 4px;
		}
		
		#subNav
		{
			width: 190px;
			float: left;
			margin: 0 15px 0 0;
		}
			
	#mainContent
	{
		width: 730px;
		float: left;
		margin-left: 10px;
	}
	
#footer
{
	background-image:url(images/bottom_bdr.gif);
	background-position:center top;
	background-repeat:repeat-x;
	padding-top: 10px;
	text-align: center;
	width: 960px;
	position: relative;
	margin: 0px auto 0px auto;
}

	#footer a
	{
		text-decoration: none;
	}

/* Side Nav (accordion) */

#accordion
{
	margin-bottom: 1px;
	min-height: 20px;
}

	.acWrap
	{
		background-image: url(images/nav_mdl.gif);
		background-repeat: repeat-y;
		margin-top: 1px;
		width: 190px;
		min-height: 20px;
	}
	
	.acInner
	{
		background-image: url(images/nav_top.gif);
		background-repeat: no-repeat;
		background-position: top;
		min-height: 20px;
	}
	
	.acBtm
	{
		background-image: url(images/nav_btm.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}
		
		.acWrap ul, .acWrap ul li
		{
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
		.acWrap a
		{
			background-image: url(images/side_nav_sep.gif);
			background-repeat: no-repeat;
			color: #575333;
			font-size: 1em;
			line-height: 24px;
			text-decoration: none;
			display: block;
			width: 170px;
			margin: 0px 10px;
		}	

		.acWrap a.rpSelected
		{
			color:#a13e0f;
		}	
		
			.acWrap a.rpSelected .rpOut
			{
				display: block;
				background-image: url(images/orange_arrow.gif);
				background-repeat: no-repeat;
				background-position: 3px 10px;
				padding-left: 10px;
			}	
	
		a.acHeader
		{
			color: #575333;
			background-image: url(images/plus.gif);
			background-position: 157px 7px;
			background-repeat: no-repeat;
			font-size: 1.4em;
			line-height: 30px;
			min-height: 30px;
			text-decoration: none;
			display: block;
		}
		
			a.acHeader img
			{
				margin-top: 5px;
			}
		
		a.selected
		{
			background-image: url(images/minus.gif);
		}	
			
	div.selected
	{
		min-height: 20px;
	}		
			
	.regionFlag
	{
		float: left;
		margin: 6px 10px 0px 8px;
	}

/* Newsletter Signup */

	.newsletter
	{
		background-image: url(images/nav_mdl.gif);
		background-repeat: repeat-y;
		margin-top: 1px;
		width: 190px;
		min-height: 20px;
	}
	
	.nlInner
	{
		background-image: url(images/nav_top.gif);
		background-repeat: no-repeat;
		background-position: top;
		min-height: 20px;
	}
	
	.nlBtm
	{
		color: #585333;
		background-image: url(images/nav_btm.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 10px;
		font-size: .8em;
		line-height: 1.2em;
	}
					
/**********************/
/*** Default.master ***/
/**********************/

/* Easy Slider */

#sliderWrap
{
	width: 729px;
	height: 373px;
	position: relative;
}

	#slider
	{
		background-image: url(images/slider.gif);
		background-repeat: no-repeat;
		width: 729px;
		height: 373px;
		position: relative;
		padding: 2px;
		margin-bottom: 10px;
		display: block;
	}

		#slider ul, #slider li, #slider2 ul, #slider2 li
		{
			margin:0;
			padding:0;
			list-style:none;
		}
			
		#slider2
		{
			margin-top:1em;
		}
		
		#slider li, #slider2 li
		{ 
			width: 725px;
			height: 369px;
			overflow:hidden; 
			position: relative;
		}
				
		#prevBtn, #nextBtn, #slider1next, #slider1prev
		{ 
			display:block;
			width: 12px;
			height: 17px;
			position:absolute;
			top: 180px;
			z-index:1000000;
		}
			
		#prevBtn
		{ 
			position:absolute;
			top: 180px;
			left: 10px;
		}	
		
		#nextBtn
		{
			position:absolute;
			top: 180px;
			right: 10px
		}
		
/* Featured Product */

#featuredProduct
{
	background-image: url(images/featured_bg.gif);
	background-repeat: repeat-y;
	width: 729px;
	position: relative;
	min-height: 20px;
	margin-top: 10px;
}

	#featuredProduct .top
	{
		background-image: url(images/featured_top.gif);
		background-position: top;
		background-repeat: no-repeat;
		position: relative;
		min-height: 20px;
	}
	
	#featuredProduct .content
	{
		background-image: url(images/featured_btm.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 9px 9px 9px 0px;
		min-height: 20px;
		position: relative;
	}

	.featured
	{
		background-color: #fff;
		border: solid 1px #dbd7be;
		width: 205px;
		height: 140px;
		position: relative;
		float: left;
		margin: 5px;
		padding: 10px;
	}
	
		.featured h3
		{
			color: #FFFFFF;
			font-size: 15px;
			font-weight: normal;
			background-image: url(images/product_title.gif);
			background-repeat: no-repeat;
			text-decoration: none;
			width: 190px;
			height: 24px;
			position: absolute;
			top: 9px;
			left: -3px;
			margin: 0;
			padding: 0 0 0 6px;
		}
		
		.featured .productimg
		{
			position: absolute;
			top: 33px;
			left: 2px;
		}
		
		.featured .desc
		{
			font-size: .85em;
			line-height: 1.3em;
			display: block;
			width: 120px;
			height: 85px;
			position: absolute;
			top: 40px;
			left: 100px;
			overflow: hidden;
		}
		
		.featured .buynow
		{
			position: absolute;
			bottom: 10px;
			right: -3px;
			margin: 0;
		}

#homeAfter
{
	margin-top: 20px;
	position: relative;
	padding: 15px 0px;
}

	#homeAfter .expand
	{
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

.z9500
{
    z-index: 9500;
}

/* Articles & Reviews Tabs */

#articlesReviews
{
}

		#articlesReviews #articles, #articlesReviews #reviews
		{
			width: 340px;
			float: left;
		}
		
		#articlesReviews #reviews
		{
			margin-right: 25px;
		}
		
			#articles h3, #reviews h3
			{
				color: #ac4c1e;
				margin: 0px;
			}
		
			#articles a, #reviews a
			{
				text-decoration: none;
			}
			
			#reviews a.review, #articles a.article_title
			{
				color: #575333;
				display: block;
				background-image: url(images/bottom_bdr.gif);
				background-repeat: repeat-x;
				background-position: top;
				padding: 7px 0px 4px 0px;
			}


/*******************/
/*** Main.Master ***/
/*******************/


/**************************/
/** Editor/Cart Elements **/
/**************************/	

#currencyDiv
{
	font-size: .85em;
	position: absolute;
	top: 30px;
	right: 0px;
}

	#currencyDiv a
	{
		text-decoration: none;
	}

	#currencyDiv img
	{
		filter:alpha(opacity=30);
		opacity: 0.3;
		-moz-opacity:0.3;
	}

	#currencyDiv .currSelected img
	{
		filter:alpha(opacity=100);
		opacity: 1;
		-moz-opacity:1;
	}
	
	
	
.loggedinuser
{
	line-height: 1.4em;
	color: #575333;
	font-size: .85em;
	text-align: right;
	position: absolute;
	top: 90px;
	right: 0px;
}

.cartTotals
{
	text-align: left;
	width: 375px;
	position: absolute;
	top: 14px;
}

#cartotals
{
    height: 28px;
    background-image: url(images/cartotals_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	float: right;
}

#cartotals span
{
    line-height: 28px;
    background-image: url(images/cartotals_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
	color: #FFFFFF;
}

#pageAttributesDiv
{
}

	.editorIcons
	{
		position: absolute;
		right: 0px;
		top: 0px;
	}
	
	#approvalButtons
	{
		text-align: right;
		width: 250px;
		position: absolute;
		right: 0px;
		top: 20px;
		z-index: 1999;
	}

.livepending
{
	position: absolute;
	top: -20px;
	/*z-index: 10000;*/
}

	.cms_tab
	{
		text-align: center;
		text-decoration: none;
		background-image: url(images/cms_tab.gif);
		background-repeat: no-repeat;
		width: 141px;
		height: 23px;
		display: block;
		float: left;
	}

	.cms_tab_act
	{
		text-align: center;
		text-decoration: none;
		background-image: url(images/cms_tab_act.gif);
		background-repeat: no-repeat;
		width: 141px;
		height: 23px;
		display: block;
		float: left;
	}

a.cms_tab
{
	color: #272727;
	font-size: .8em;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/cms_tab.gif);
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	cursor: pointer;
	
	display: block;
}

	.cms_tab span
	{
		display: block;
		background-image: url(images/cms_tab_rt.gif);
		background-repeat: no-repeat;
		background-position: right;
		height: 30px;
		padding: 0px 10px 0px 13px;
	}
	*html .cms_tab span
	{
		width: 20px;
		padding: 0px 10px 0px 13px;
	}
	
a.cms_tab_act
{
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/cms_tab_act.gif);
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	cursor: pointer;
	
	display: block;
}
	.cms_tab_act span
	{
		display: block;
		background-image: url(images/cms_tab_act_rt.gif);
		background-repeat: no-repeat;
		background-position: right;
		height: 30px;
		padding: 0px 10px 0px 13px;
	}
	*html .cms_tab_act span
	{
		width: 20px;
	}

#cmsRegionCommands
{
	position: relative;
	/*top: -24px;*/
}

.radeditor
{
	position: relative;
	top: 0px;
	left: 0px;
}

.editorBox
{
	position: relative;
	/*z-index: 10000;*/
}

.editPageLink
{
	position:absolute;
	top: 0px;
	left: -12px;
	/*z-index: 10000;*/
}
	
/*********************/
/****** Content ******/
/*********************/
	
/*** Product Browser Tabs ***/	
	
.ui-tabs .ui-tabs-hide {
     display: none;
}	

#tabs
{
	position: relative;
	top: -20px;
}

	#tabs ul, #tabs li
	{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	#tabs li
	{
		float: left;
	}
	
	#tabs .ui-state-default a
	{
		color: #625e41;
		font-size: 18px;
		display: block;
		text-decoration: none;
	}
	
	#tabs .ui-tabs-selected a
	{
		display: block;
	}
	
/*** Product Browser ***/

#catImage
{
	width: 730px;
	height: 198px;
	position: relative;
	margin-bottom: 15px;
}

	#catImage .pic
	{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#catImage .desc
	{
		text-align: center;
		display: block;
		width: 430px;
		font-size: 1em;
		height: 130px;
		position: absolute;
		top: 30px;
		right: 40px;
		z-index: 1000;
	}

.breadCrumb
{
    display: block;
    height: 20px;
    margin: 0 0 20px 0;
}

.breadCrumb a
{
    color: #575333;
    text-decoration: none;
}

.breadCrumb a:hover
{
    color: #5f5b4d;
}

.productContainer
{
	background-image: url(images/featured_bg.gif);
	background-repeat: repeat-y;
	width: 729px;
	position: relative;
	margin-top: 42px;
}

	.productContainer .top
	{
		background-image: url(images/featured_top.gif);
		background-position: top;
		background-repeat: no-repeat;
		position: relative;
	}
	
	.productContainer .inner
	{
		background-image: url(images/featured_btm.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 6px;
		position: relative;
	}

	.productItem
	{
		background-color: #fff;
		border: solid 1px #dbd7be;
		width: 205px;
		height: 140px;
		position: relative;
		float: left;
		margin: 5px;
		padding: 10px;
	}

		.productItem a.title
		{
			background-image: url(images/product_title.gif);
			background-repeat: no-repeat;
			text-decoration: none;
			width: 190px;
			height: 24px;
			position: absolute;
			top: 9px;
			left: -3px;
		}
		.productItem h1,.productItem h2
		{
			color: #FFFFFF;
			font-size: 15px;
			font-weight: normal;
			margin: 0;
			padding: 0 0 0 6px;
		}
		
		.productItem .productimg
		{
			position: absolute;
			top: 33px;
			left: 2px;
		}

		.productItem .desc
		{
			font-size: .85em;
			line-height: 1.3em;
			display: block;
			width: 120px;
			height: 85px;
			position: absolute;
			top: 40px;
			left: 100px;
			overflow: hidden;
		}	
			
		.productItem .msrp
		{
			font-size: 11px;
			font-weight: bold;
			color: #ac4c1e;
			position: absolute;
			bottom: 12px;
			right: 50px;
		}
		
		.productItem .buynow
		{
			position: absolute;
			bottom: 10px;
			right: -3px;
			margin: 0;
		}

			a.productHeader 
			{
				color: #283409;
				text-decoration: none;
				line-height: 34px;
				background-image: url(images/product_title.gif);
				background-repeat: no-repeat;
				display: block;
				width: 315px;
				height: 34px;
				padding: 0 0 0 10px;
			}	
			
				a.productHeader h1
				{
					color: #283409;
					margin: 0;
				}
			
			.productInfo
			{
				background-color: #fff;
				border: solid 1px #8f9776;
				height: 150px;
				width: 323px;
			}	
					
				.productImage
				{
					float: left;
					width: 170px;
					height: 148px;
				}	
				
				.productContent
				{
					width: 133px;
					height: 130px;
					position: relative;
					float: left;
					padding: 10px;
				}	
				
					.productContent .desc
					{
						font-size: .9em;
						color: #a44300;
						width: 133px;
						height: 100px;
						overflow: hidden;
					}
				
					.productContent .price
					{
						color: #283409;
						font-weight: bold;
						position: absolute;
						bottom: 0px;
						right: 0px;
					}

a.backtotop
{
	font-size: .8em;
	background-image: url(images/top_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #575333;
	text-decoration: none;
	padding-right: 10px;
}

/*** Product Details ***/

#skuImages
{
	text-align: center;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

	#skuImages img, #skuImages input
	{
		padding: 1px;
		background-color: #ebe8d4;
		margin-bottom: 5px;
	}

#productDesc
{
	width: 405px;
	float: left;
	margin-left: 10px;
}

	#productDetailNav
	{
		position: relative;
		left: 2px;
	} /* See teascapesDetails skin */
	
	#productDetailInfo
	{
	}

		#productDetailInfo h1
		{
		}
		
		#productDetailInfo table
		{
		}
		
	.cartcontrols
	{
		background-image: url(images/bottom_bdr.gif);
		background-repeat: repeat-x;
		background-position: bottom;
	}	
	
		.cartcontrols .options
		{
			width: 420px;
		}
		
		.cartcontrols .optionLabel
		{
			
			color: #A8481C;

		}
		
		.cartcontrols .add
		{
			float: right;
		}
		
			.cartcontrols .add .addedtocart
			{
				background-image: url(images/check.png);
				background-repeat: no-repeat;
				background-position: left;
				color: #ce5e2a;
				display: block;
				margin: 4px 0px;
				padding-left: 20px;
				display : none ;
			}
	
	.productDetailsRow
	{
		padding-top: 10px;
	}
	
	#ratings
	{
		background-image: url(images/rating_bg.gif);
		background-repeat: no-repeat;
		width: 161px;
		height: 80px;
		position: relative;
		text-align: center;
		padding-top: 7px;
		margin-bottom: 10px;
	}
	
		#ratings h3
		{
			color: #a8481c;
			margin: 0px;
		}
	
		.stars
		{
			width: 90px;
			height: 20px;
			position: relative;
			margin: 0px auto;
		}

			.rating
			{
				font-size: 1em;
				line-height: 1.4em;
			}
			
			.ratingdesc
			{
				font-size: .8em;
				line-height: 1.4em;
			}
			
			#ratings table
			{
				margin: 5px;
				border: none;
				width: 100%;
			}

				#divRates
				{
					text-align: center;
					background-color: #f7f6ef;
					border: solid 1px #b6b28f;
					padding: 20px;
					margin: 10px 35px;
					width: 130px;
				}
				
	#directions
	{
	}
		
		#scoop
		{
			background-image: url(images/scoop.gif);
			background-position: top left;
			background-repeat: no-repeat;
			width: 43px;
			height: 47px;
			padding-right: 10px;
			color: #cac8ba;
			text-align: right;
			margin: 0px 1px 0 0;
			float: left;
		}
	
		#temp
		{
			background-image: url(images/temp.gif);
			background-position: top left;
			background-repeat: no-repeat;
			width: 43px;
			height: 47px;
			padding-right: 10px;
			color: #cac8ba;
			text-align: right;
			margin: 0px 1px 0 0;
			float: left;
		}
		
		#time
		{
			background-image: url(images/time.gif);
			background-position: top left;
			background-repeat: no-repeat;
			width: 43px;
			height: 47px;
			padding-right: 10px;
			color: #cac8ba;
			text-align: right;
			margin: 0px;
			float: left;
		}
		
		.articlestab
		{
			list-style-type: none;
			margin: 0px;
		}
		
		.articlestab li
		{			
			background-image: url(images/bottom_bdr.gif);
			background-repeat: repeat-x;
			background-position: bottom;
			padding-bottom: 5px;
		}
		
		.articlestab li a
		{
			color: #575333;
			text-decoration: none;
			background-image: url(images/arrow.gif);
			background-repeat: no-repeat;
			line-height: 18px;
			background-position: 2px left;
			padding-left: 13px;
		}
	
/* Related Products */
	
.RelatedProducts
{
	clear: both;
	position: relative;
}	

	.RelatedProducts .top .inner
	{
		padding: 10px 9px 0px 9px;
	}

	.RelatedProducts h1
	{
		margin: 0px;
	}

	.RelatedProducts .back
	{
		position: absolute;
		top: 100px;
		left: 3px;
		text-decoration: none;
	}
	
	.RelatedProducts .forward
	{
		position: absolute;
		top: 100px;
		right: 3px;
		text-decoration: none;
	}
	
	.RelatedProducts a
	{
		text-decoration: none;
	}

/* Packages */

#packagesContainer
{
	margin-top: 10px;
	border-bottom: 1px solid #b6b28f;
}

	.packageItem
	{		
		position: relative;
		width: 100%;
	    min-height: 100px;
	    float: left;
	    margin: 0 10px 10px 0;
	    padding: 0;
        border-top: 1px solid #b6b28f;
	}
	
	.packageItem h3
	{
	    line-height: 30px;
	}
	
	.packageItem .packageprice
	{
		position: absolute;
		bottom: 5px;
		right: 1px;
	}
	
	.packageItem .addtocart
	{
		position: absolute;
		top: 5px;
		right: 1px;
	}

    .packageItem .packageImage
    {
    	float: right;
    	margin-top: 5px;
    }
        
/* Reviews */
		
			.productComments
			{
				min-height: 40px;
				border-bottom: solid 1px #bfbb9d;
				padding: 5px 0px;
				position: relative;
				width: 400px;
			}	
			
				.commButtons
				{
					float: left;
					margin-right: 10px;
				}
				
				.commArea
				{
				}
				
					.commDate
					{
						font-family: Verdana;
						font-size: .7em;
						color: #807d5a;
						display: block;
					}
					
					.comment
					{
						display: block;
					}
					
					.commUN
					{
						font-family: Verdana;
						font-size: .7em;
						color: #807d5a;
						display: block;
					}		

/*** Add to Cart ***/

#spnOutOfStock
{
}

#divnotify
{
	background-color: #dad7c6;
	border: solid 1px #a09d7e;
	border-bottom: solid 1px #716f59;
	padding: 10px;
	width: 250px;
	height: 40px;
	position: absolute;
	top: 158px;
	left: 250px;
}

#divnotify table
{
    padding: 0;
    border: none;
}

#divnotify .sendBtn
{
	position: relative;
}
	
/*** Cart ***/

#cartContainer
{
	position: relative;
}

.quantUpdate
{
	position: absolute;
	top: 65px;
	left: 0px;
	cursor: pointer;
}

.checkoutBtn
{
	position: absolute;
	top: 40px;
	right: 0px;
}

#cartTable
{
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #b4b08d;
	background-color: #ebe8d4;
}	

	#cartTable th
	{
		color: #575333;
		background-color: #b4b08d;
	}

	#cartTable th, #cartTable td
	{
		vertical-align: top;
		border: solid 1px #b4b08d;
		text-align: center;
	}
	
	.rtWrapper #cartTable th, #cartTable td
	{
		border: none;
	}
	
	.UpdateQuantity img
	{
	    margin: 0 0 0 10px;
	}
	
	.ToolTipWrapper
	{
		border: 0px;
	}
	
	.ToolTipWrapper table th, .ToolTipWrapper table td
	{
		border: none;
	}
		
	.cc
	{
		background-image: url(images/cc_bg.gif);
		background-repeat: no-repeat;
		width: 188px;
		height: 82px;
		float: left;
		padding: 10px;
		margin-bottom: 10px;
	}	
	
		.cc h3
		{
			margin: 0px;
		}
	
		.cc img
		{
			border:1px solid #DBD7BE;
		}
		
/*** Checkout ***/		


#checkoutInfo table
{
}

.checkoutstep
{
	background-image: url(images/paymentstep.gif);
	background-repeat: no-repeat;
	width: 729px;
	height: 43px;
	margin-bottom: 10px;
}		

	.checkoutstep span
	{
		color: #575333;
		font-size: 1.4em;
		text-align: center;
		display: block;
		height: 43px;
		line-height: 43px;
		width: 25%;
		float: left;
	}
	
	.checkoutstep .activestep
	{
		background-image: url(images/activestep.gif);
		background-repeat: no-repeat;
	}

#orderSummary
{
	background-image: url(images/featured_bg.gif);
	background-repeat: repeat-y;
	width: 729px;
	min-height: 20px;
	margin-bottom: 10px;
}

	#orderSummary .top
	{
		background-image: url(images/featured_top.gif);
		background-position: top;
		background-repeat: no-repeat;
		min-height: 20px;
	}
	
	#orderSummary .inner
	{
		background-image: url(images/featured_btm.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 16px;
		min-height: 20px;
	}

	#orderSummary table
	{
		width: 350px;
		margin: 0px 0px 2px 0px;
		float: left;
	}

		#orderSummary th, #orderSummary td
		{
			vertical-align: top;
		}
		
		#orderSummary th
		{
			text-align: right;
		}
		
	.acceptedcards
	{
		width: 300px;
		float: right;
	}	
	
		.acceptedcards h3
		{
			margin: 0px;
		}
	
		.acceptedcards img
		{
			border: solid 1px #dbd7be;
		}
		
	.checkouttable
	{
		background-color: #ebe8d4;
		width: 100%;
		margin-bottom: 10px;
	}
	
		.checkouttable th
		{
			background-color: #dbd7be;
		}
	
		.checkouttable th, .checkouttable td
		{
			text-align: left;
			border: solid 1px #dbd7be;
		}		
		
/*** Login ***/

#memberLogin, #newUser
{
	background-image: url(images/login_bx.gif);
	background-repeat: no-repeat;
	width: 316px;
	height: 156px;
	position: relative;
	float: left;
	padding: 20px;
}

#memberLogin
{
	margin-right: 15px;
}

	#memberLogin h2, #newUser h2
	{
		font-size: 1.8em;
		color: #575333;
	}

	#memberLogin .imagebtn, #newUser .imagebtn
	{
		position: absolute;
		bottom: 15px;
		right: 15px;
		margin: 2px 0 0 0;
	}
	
	#memberLogin a, #newUser a
	{
		color: #575333;
	}

	.forgot
	{	
		position: absolute;
		bottom: 20px;
		left: 15px;
		font-size: .9em;
	}
	
/*** Password Reset ***/


#resetPassword
{
	background-image: url(images/login_bx.gif);
	background-repeat: no-repeat;
	width: 316px;
	height: 156px;
	position: relative;
	float: left;
	padding: 20px;
}

#resetPassword h2
{
		font-size: 1.8em;
		color: #575333;
}

#resetPassword .imagebtn
	{
		position: absolute;
		bottom: 25px;
		right: 15px;
		margin: 2px 0 0 0;
	}

/* Contact */

#contactLeft
{
	width: 390px;
	float: left;
	margin-right: 20px;
}

#contentRight
{
	background-image: url(images/contact_bg.gif);
	background-repeat: repeat-y;
	width: 300px;
	margin-top: 30px;
	float: left;
}

	#contentRight .top
	{
		background-image: url(images/contact_top.gif);
		background-position: top;
		background-repeat: no-repeat;
	}
	
	#contentRight .content
	{
		background-image: url(images/contact_btm.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 15px;
		text-align: center;
	}
	
	#contentRight .content a
	{
		color: #575333;
	}
	
/****************/
/**** Common ****/
/****************/

.padding
{
	padding: 0px 10px 20px 10px;
}

.bottomborder
{
	background-image: url(images/bottom_bdr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.title
{
	display: block;
}

.clear
{
	clear: both;
}

.arrow_green
{
	background-image: url(images/gr_arrow.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}

.arrow_orange
{
	background-image: url(images/or_arrow.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}

.form
{
}

	.form td, .form th
	{
		vertical-align: top;
	}

	.form th
	{
		text-align: right;
		font-weight: normal;
	}
	
.valSum
{
	border: solid 1px #b6471d;
	background-color: #e4cdc2;
	color: #b7481e;
	padding: 10px;
}

.checkbox label
{
	display: inline;
}

.imagebtn
{
}

.button
{
	background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration: none;
	line-height: 27px;
	color: #FFFFFF;
	height: 27px;
	margin: 0px 0px 2px 0px;
	
	cursor: pointer;
}

	.button span
	{
		display: block;
		background-image: url(images/btn_rt.gif);
		background-repeat: no-repeat;
		background-position: right;
		height: 27px;
		color: #FFFFFF;
		padding: 0px 10px 0px 10px;
		
		cursor: pointer;
	}
	
#approvalButtons .button
{
    background-image: url(images/btn_a.gif);
}	

    #approvalButtons .button span
    {
        background-image: url(images/btn_rt_a.gif);
    }	

.marginright
{
	margin-right: 20px;
}

.statusLabel
{
	font-weight: bold;
	color: #950000;
}
	
/****************/
/**** jquery ****/
/****************/

/* Tabs */

.ui-tabs .ui-tabs-hide {
     display: none;
}

/* Product Slider */
	
.sl_container
{
	overflow:hidden; 
    width: 700px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}
        
	#picContainer
	{
	}
	
        .abs
        {
            position:absolute;
        }

		.sl
		{
			background-color: #fff;
			border: solid 1px #dbd7be;
			width: 200px;
			height: 160px;
			position:absolute;
			left: 705px;
			margin-top: 70px;
		}

		.sl a.title
		{
			background-image: url(images/product_title.gif);
			background-repeat: no-repeat;
			text-decoration: none;
			width: 190px;
			height: 24px;
			position: absolute;
			top: 9px;
			left: -3px;
		}
		
		.sl h1
		{
			color: #FFFFFF;
			font-size: 15px;
			font-weight: normal;
			margin: 0;
			padding: 0 0 0 6px;
		}

		.sl .productimg
		{
			position: absolute;
			top: 33px;
			left: 2px;
			width: 100px;
		}
		
		
		.sl .desc
		{
			font-size: 10px;
			line-height: 12px;
			display: block;
			width: 92px;
			height: 90px;
			position: absolute;
			top: 40px;
			left: 105px;
			overflow: hidden;
		}
		
		.sl .msrp
		{
			color: #ac4c1e;
			position: absolute;
			bottom: 23px;
			right: 50px;
		}
		
		.sl .view
		{
			background-image: url(images/btn_view.gif);
			background-repeat: no-repeat;
			width: 46px;
			height: 25px;
			position: absolute;
			bottom: 8px;
			right: -3px;
		}
		
	.activepanel
	{
		margin-top: 0px;
		width: 245px;
		height: 310px;
	}
	
		.activepanel a.title
		{
			background-image: url(images/ttl_bg_lg.gif);
			background-repeat: no-repeat;
			text-decoration: none;
			width: 230px;
			height: 30px;
			line-height: 24px;
			overflow: hidden;
			position: absolute;
			top: 9px;
			left: -4px;
		}
		
		.activepanel h1
		{
			color: #FFFFFF;
			font-size: 15px;
			font-weight: normal;
			margin: 0;
			padding: 0 0 0 6px;
		}

		.activepanel .productimg 
		{
			position: absolute;
			top: 38px;
			left: 35px;
		}
		
		.activepanel .desc
		{
			font-size: .85em;
			line-height: 1.3em;
			display: block;
			width: 225px;
			height: 85px;
			position: absolute;
			top: 210px;
			left: 20px;
			overflow: hidden;
		}
		
		.activepanel .msrp
		{
			color: #ac4c1e;
			position: absolute;
			bottom: 23px;
			right: 60px;
		}
		
		.activepanel .view
		{
			background-image: url(images/btn_view_lg.gif);
			background-repeat: no-repeat;
			width: 56px;
			height: 30px;
			position: absolute;
			bottom: 20px;
			right: -4px;
		}
		
	.scrollButtons {
		position: absolute;
		top: 160px;
		cursor: pointer;
		z-index: 10000;
	}

	.scrollButtons.left {
		left: 5px;
	}

	.scrollButtons.right {
		right: 5px;
	}

	.hide {
		display: none;
	}

/****************/
/***** Admin ****/
/****************/

.backtosite
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 3px;
	right: 10px;
}

.adminNav
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	.adminNav li
	{
	margin: 0px;
	padding: 0px;
	}
	
	.adminNav h2
	{
		margin-top: 20px;
	}

.horizTable
{
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #a44200;
	background-color: #d1cfb9;
	margin: 0px 0px 2px 0px;
}

	.horizTable th, .horizTable td
	{
		border: solid 1px #a44200;
		vertical-align: top;
		padding: 1px 3px;
	}
	
	.horizTable th, .horizTable th
	{
		color: #FFFFFF;
		background-color: #a44200;
	}

.categories
{
	margin: 0;
}

.tabbox
{
	margin: 0 0 20px 0;
	border-top: solid 1px #575333;
}

/* Admin Product Packages */

.pkgList
{
	border-top: solid 1px #575333;
	padding-top: 10px;
	margin-top: 10px;
}

/************************/
/***** Search Widget ****/
/************************/

#search
{
    width: 200px;
}

.search
{
    background-image: url(images/search.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #bebb9c;
    border: none;
    width: 195px;
    height: 23px;
    padding: 5px 0px 0px 5px;
    margin: 0px;
    float: left;
}

.searchgo
{
    float: left;
    position: relative;
    top: 0px;
    right: 20px;
    
    overflow: hidden;
}    
        
#mainContent .RadTabStrip .rtsImg, .RadTabStripVertical .rtsImg 
{
    border: 0 none;
    margin-top: 0px;
    vertical-align: middle;
}        

.subCatList
{
    margin: 0 0 0 40px;
}




/******************
   Star Rating
*******************/

.filledRatingStar 
{
    /*-moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;*/
    background:transparent url(./images/LibC.gif) repeat scroll -288px 0;
}

.savedRatingStar 
{
    /*-moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;*/
    background:transparent url(./images/LibC.gif) repeat scroll -272px 0;
}

.ratingStar 
{
    background-repeat:no-repeat;
    cursor:pointer;
    display:block;
    font-size:0;
    height:16px;
    margin:0;
    padding:0;
    width:16px;
}

.emptyRatingStar 
{
    /*-moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;*/
    background:transparent url(./images/LibC.gif) repeat scroll -304px 0;
}

/******************
   END > Star Rating
*******************/

.summary
{
    background-image: url(images/headerBoxBottom.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.summary h1
{
    color: #FFFFFF;
    font-size: 18px;
    background-color: #2d2d25;
    background-image: url(images/headerBoxTop.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 8px;
}

.summary table
{
    width: 100%;   
}

.navTab
{
    width: 197px;
    height: 28px;
    padding: 1px 3px 0 0;
    background-image: url(images/navTab.gif);
    background-position: left 1px;
    background-repeat: no-repeat;
    text-align: right;
}

.bestValue
{
    color: #AC4C1E;
}
.zind
{
    position:absolute;z-index:-10000;
}