﻿body
{
	background: #e7f4fd url(images/bg.gif) top center repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

html, form
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/****************/
/**** Layout ****/
/****************/

.outercontainer
{
	height: auto !important;
	min-height: 100%;
	margin-bottom: -312px;
}

.push
{
	height: 311px;
}

.container
{
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}

.containerstuff
{
	width: 960px;
    position: relative;
	margin: 15px auto 0 auto;
}
		#header
		{
			width: 100%;
			height: 102px;
            background: url(images/header_bg.gif) top center repeat-x;
		}
		
		.header_Middle
		{
		    background: #377296 url(images/header_Middle.gif) top left repeat-y;
		    padding: 4px 0 7px 6px;
		    width: 425px;
		    height: 420px;
		    float: left;
		    /*overflow: hidden;*/
		}
		
		.header_Middle img
        {
        position:absolute;
        clip:rect(0px,425px,420px,0px);
        }
		
		.header_Right
		{
		    background: #377296 url(images/header_Right.gif) top left repeat-y;
		    padding: 4px 0 7px 0;
		    width: 279px;
		    height: 420px;
		    float: left;
		}
		
			a.logo
			{
				background-image: url(images/logo.png);
				background-repeat: no-repeat;
				display: block;
				width: 395px;
				height: 132px;
				position: absolute;
				top: 0px;
				left: -100px;
                z-index: 5000;
                *+z-index: 5000;
			}
			
			.tagline
			{
				position: absolute;
				top: 0px;
				left: 310px;
			}

			.freeshipping
			{
				position: absolute;
				top: 0px;
				right: 0px;
			}
			
			#cart
			{
			    height: 26px;
				width: 600px;
				position: absolute;
				top: 0px;
				right: 0px;
                z-index: 7000;
			}
			
			#nav
			{
				height: 36px;
				position: absolute;
				top: 66px;
				right: 0px;
                z-index: 6000;
			}
			
				#nav ul
				{
					margin: 0px;
					padding: 0px;
					list-style-type: none;
					float: right;
				}
				
				#nav ul li
				{
					margin: 0px 0px 0px 8px;
					padding: 0px;
					float: left;
				}
				
				#nav ul li a
				{
					display: block;
					color: #FFF;
					text-decoration: none;
					font-weight: bold;
					font-size: 12px;
					line-height: 36px;
					padding: 0px 0px 0px 10px;
					cursor: pointer;
				}
				
				#nav ul li a span
				{
					display: block;
					line-height: 36px;
					padding: 0px 10px 0px 0px;
				}
				
				#nav ul li a:hover, #nav ul li a.highlight
				{
					display: block;
                    background: url(images/nav_bg_act.gif) bottom center no-repeat;
				}
				
				#nav ul li a span:hover, #nav ul li a.highlight span
				{
					height: 36px;
					display: block;
				}
	
				#nav ul .sharelinks
				{
					width: 80px;
					position: absolute;
					right: 285px;
					padding: 4px 0px;
				}
				
					#nav ul .sharelinks a
					{
						background: none;
						padding: 1px;
						float: left;
					}
					
				#homeFlash
				{
				    width: 704px;
				    height: 457px;
				    margin: 0 15px 0 0;
				    float: left;
				}	
	
				#cartsummary
				{
					color: #727376;
					line-height: 26px;
					background-image: url(images/cart_bg.gif);
					background-repeat: no-repeat;
					width: 280px;
					height: 48px;
					position: relative;
					padding: 2px 10px;
					float: right;
					z-index: 900000
				}
				
					
					#cartsummary .viewcart a.showcart
					{
						color: #FFF;
						text-decoration: none;
						width: 160px;
						height: 26px;
						position: relative;
						top: 12px;
						left: 5px;
						z-index: 8000;
                        font-weight: bold;
					}
					
						#cartsummary .viewcart .cartarrow
						{
							position: absolute;
							top: 5px;
							right: 4px;
							cursor: pointer;
						}
						
						.cartSum
						{
							background-image: url(images/cartsumm_bg.gif);
							background-repeat: repeat-y;
							width: 404px;
							position: absolute;
							right: 20px;
                            top: 46px;
							z-index: 9999999;
						}
						
							.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: #134f75;
								}
							
								.cartSum table th, .cartSum table td
								{
									border: solid 1px #134f75;
								}
								
								.cartSum table th
								{
									color: #FFFFFF;
								}
								
								.cartSum table td
								{
									color: #464646;
									background-color: #FFF;
								}
								
								#cartsummary .viewcart a.delete
								{
									position: relative;
									top: 0px;
									left: 0px;
								}
								
								#cartsummary .viewcart a.csCheckout
								{
									position: relative;
									float: right;
								}
								
								.cartSum .inner .content .emptycart
								{
									color: #727376;
									display: block;
									text-align: center;
								}

				a.checkout, a.checkout:hover
				{
					background-image: url(images/cart_divide.gif);
					background-repeat: no-repeat;
					color: #FFF;
                    font-weight: bold;
                    text-transform: uppercase;
					text-decoration: none;
					line-height: 26px;
					margin: 0;
					padding-left: 10px;
					width: 45px;
					height: 26px;
                    position: relative;
                    right: -13px;
                    top: 12px;
                    z-index: 900000;
				}

#storemaster
{
    width: 685px;
    position: relative;
    top: 45px;
    left: 15px;
}


#inner
{
	padding: 0;
	margin: 0;
}

	/*#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;
		}
		
		#articles, #reviews
		{
			margin: 10px auto 10px auto;
		}
		
		#reviews
		{
			padding-bottom: 10px;
		}

			#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: bottom;
				padding: 4px 0px 7px 0px;
			}
			
	#mainContent
	{
		width: 615px;
		float: left;
        left: 19px;
        position: relative;


	}
	
.footer
{
	background: url(images/footer_bg.gif) left top repeat-x;
    height: 350px;
    width: 100%;
    position: relative;
    z-index: 5998;
	margin-top: 25px;
}

	.footer .footer_left
	{
		background: url(images/footer_left.png) bottom left no-repeat;
		height: 311px;
	}

	.footer .footer_right
	{
		background: url(images/footer_right.png) bottom right no-repeat;
		height: 311px;
	}

	.footer .container
	{
		z-index: 5000;
		width: 1020px;
		position: relative;
		left: 25px;
	}

		/*#footer a, #footer span
		{
			font-size: 11px;
			text-decoration: none;
			margin-right: 15px;
			color: #808080;
		}*/
		
		#footerlinks
		{
			height: 20px;
		    width: 450px;
		    margin-bottom: 20px;
		}
		
		#footerlinks li
		{
		    float: left;
		    list-style-type: none;
		}
		
		#footerlinks li a
		{
		    margin: 0 20px;
		}
		
.interiorfooter
{
	height: 150px;
	top: 161px;
}

	.interiorfooter .footer_left, .interiorfooter .footer_right
	{
		height: 150px;
	}
	
	.interiorfooter #footerlinks
	{
	    margin-top: 90px;
	}

/* Side Nav */

#sideNav
{
     float: left;
     width: 250px;
     background: url(images/sidenav_bg.gif) top left;
     position: relative;
     left: 22px;
     margin-right: 5px;
}

    #sideNav .top
    {
        background: url(images/sidenav_top.gif) top left no-repeat;
    }
    
    #sideNav .btm
    {
        background: url(images/sidenav_btm.gif) bottom left no-repeat;
    }

#sideNav .start
{
    /*position: relative;
    top: 25px;*/
}

#sideNav ul
{
	list-style-type: none;
	margin: 0px 23px;
	padding: 0px;
}

#sideNav ul li, .treeviewnav li
{
	margin: 0px;
	padding: 0px;
}

#sideNav ul li a, ul.treeviewnav li.collapsable span, ul.treeviewnav li.expandable span, .treeviewnav li a
{
    margin: 6px 0 0 0;
    color: #FFF;
    font-size: 14px;
}

ul.treeviewnav li.collapsable span ul li, ul.treeviewnav li.expandable span ul li
{
    font-size: 10px;   
}

#sideNav ul li a:hover, ul.treeviewnav li.collapsable span:hover, ul.treeviewnav li.expandable span:hover, .treeviewnav li a:hover
{
	color: #a9cbe0;
    text-decoration: underline;
}

#sideNav ul li a.active, ul.treeviewnav li.collapsable span.active, ul.treeviewnav li.expandable span.active, .treeviewnav li a.active
{
	color: #a9cbe0;
}

.sidehold
{
    float: left;
    min-height: 281px; 
    position: relative;
    top: 25px;
    z-index: 5999;
    padding-bottom: 40px;
}	

    				
/**********************/
/*** 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
{
	width: 100%;
	position: relative;
	min-height: 20px;
	margin-top: 10px;
    z-index: 7000;
}

	.featured
	{
		width: 327px;
		height: 250px;
		position: relative;
        bottom: 20px;
		float: left;
		margin: 5px;
        background: url(images/featured_bg.gif) top center no-repeat;
	}
	
		.featured h3
		{
			color: #FFFFFF;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			width: 327px;
			text-align: center;
            padding: 3px 0 0 0;
            overflow: hidden;
            line-height: 30px;
            height: 25px;
		}

        .featured a .productimg
		{
            display: block;
            float: left;
		}
		
		.featured .productimg
		{
            display: block;
            width: 140px;
            margin: 15px 15px 0  25px;
            float: left;
		}

        .featured .desc
        {
            float: left;
            display: block;
            width: 120px;
            margin: 10px 0 0 0;
        }
		
        .featured .price
        {
            display: block;
            width: auto;
            text-align: right;
            color: #808080;
			font-size: 14px;
			font-weight: bold;
            float: right;
            position: relative;
            right: 25px;
            top: 5px;
        }

#homeAfter
{
	margin-top: 20px;
	position: relative;
}

	#homeAfter .expand
	{
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

.z9500
{
    z-index: 9500;
}

/*******************/
/*** 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: #FFF;
	font-size: .85em;
	text-align: right;
	position: absolute;
	top: 20px;
	right: 300px;
	margin: 0 5px 0 0;
}

.loggedinuser a
{
    color: #a1cd34;
}

.loggedinuser a:hover
{
    color: #84b619;
}

.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
{
		z-index: 99999999;
}

	.editorIcons
	{
		position: absolute;
		right: -45px;
		top: 10px;
	}
	
	#approvalButtons
	{
		left: 245px;
        position: absolute;
        text-align: right;
        top: 15px;
        width: 250px;
        z-index: 6000;
	}

.livepending
{
	position: absolute;
	top: -13px;
	/*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: 6000;/
}
	
/*********************/
/****** 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;
	position: relative;
}

	#catImage img
	{
		max-width: 150px;
		float: left;
	}
	
	#catImage .desc
	{
		text-align: left;
		display: block;
		width: 430px;
		font-size: 1em;
		float: left;
		z-index: 1000;
		float: left;
	}

.breadCrumb
{
    display: block;
    height: 20px;
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: bold
}

.breadCrumb a
{
    color: #104b72;
    text-decoration: none;
}

.breadCrumb a:hover
{
    color: #104b72;
    text-decoration: underline;

}

.productContainer
{
	width: 100%;
	position: relative;
	min-height: 20px;
	margin-top: 10px;
}

	.productItem
	{
		width: 327px;
		height: 225px;
		position: relative;
		float: left;
		margin: 5px 5px 15px 5px;
        background: url(images/productCatItem_bg.gif) bottom center repeat-y;
	}

		.productItem h3
		{
			color: #FFFFFF;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			width: 327px;
            height: 31px;
			text-align: center;
            padding: 8px 0 0 0;
            background: url(images/productCatItem_bg_h3.gif) top center no-repeat;
		}
		
		a.productimgHold
		{
            float: left;
            width: 180px;
            height: 160px;
            display: block; 
            overflow: hidden;  
		}


        .productItem a .productimg
		{
            float: left;
		}

        .productItem .productimg
		{
            display: block;
            width: 140px;
            margin: 0 15px 0 25px;
            float: left;
		}
		
		.productItem .title
		{
		    overflow: hidden;
		}
		
		.productItem .title h3
		{
		    line-height: 30px;
		    padding-top: 4px;
		}

        .productItem .desc
        {
            float: left;
            width: 120px;
        }
		
        .productItem .price
        {
            display: block;
            width: auto;
            text-align: right;
            color: #808080;
			font-size: 14px;
			font-weight: bold;
            float: right;
            position: relative;
            bottom: 20px;
            right: 25px;
        }


			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 20px 0 0;
	padding: 0;
	width: 300px;
}

	#skuImages img, #skuImages input
	{
		padding: 1px;
		margin-bottom: 5px;
	}

#productDesc
{
	width: 405px;
	float: left;
	margin-left: 10px;
}

	#productDetailNav
	{
		position: relative;
		left: 2px;
	} /* See teascapesDetails skin */
	
	#productDetailInfo
	{
        background: url(images/productDetailInfo_bg.gif) top left repeat-y;
        width: 715px;
	}

		#productDetailInfo h1
		{
            background: url(images/productDetailInfo_h1_bg.gif) top left no-repeat;
            width: 715px;
            height: 39px;
            text-align: center;
            color: #FFF;
            font-weight: bold;
            font-size: 18px;
            padding: 6px 0 0 0;
		}

        #productDetailInfo .inside
        {
            padding: 10px 40px 40px 40px;
        }
		
		#productDetailInfo table
		{
		}

        
    #productDetailInfo .bottom
	{
        background: url(images/productDetailInfo_bg_bottom.gif) top left no-repeat;
        width: 715px;
        height: 7px;
	}        
        
	.cartcontrols
	{

	}	
	
		.cartcontrols .options
		{
			width: 200px;
		}
		
		.cartcontrols .add
		{
			float: right;
		}
		
			.cartcontrols .add .addedtocart
			{
				background-image: url(images/check.png);
				background-repeat: no-repeat;
				background-position: left;
				color: #808080;
				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 */

            .productCommenter
            {
				min-height: 40px;
				padding: 5px 0px;
				position: relative;
				width: 370px;
                margin: 10px auto;
			}	

            .productCommenter textarea
            {
                border: 1px solid #FF3300;
            }
		
			.productComments
			{
				min-height: 40px;
				border-bottom: solid 1px #6191ae;
				padding: 5px 0px;
				position: relative;
				width: 400px;
                margin: 0 auto;
			}	
			
				.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: 12px;
						color: #0e486e;
						display: block;
					}		

/*** Add to Cart ***/

#spnOutOfStock
{
}

#divnotify
{
	background-color: #e7f4c8;
	border: solid 1px #82b518;
	border-bottom: solid 1px #82b518;
	padding: 10px;
	width: 250px;
	height: 40px;
	position: absolute;
    .position: absolute;
	/*top: 158px;
	left: 1px;*/
    z-index: 6000;
}

#divnotify table
{
    padding: 0;
    border: none;
    color: #82b518;
}

#divnotify .sendBtn
{
	position: relative;
    z-index: 6000;
    display: block;
}
	
/*** Cart ***/

.checkoutBtn
{
	float: right;
	text-align: right;
	margin-top: 30px;
}

#cartTable
{
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #134F75;
	background-color: #ebe8d4;
}	

	#cartTable th
	{
		color: #575333;
		background-color: #134F75;
	}

	#cartTable th, #cartTable td
	{
		vertical-align: top;
		border: solid 1px #134F75;
		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;*/
		background-color: #f3f3f4;
		width: 188px;
		min-height: 82px;
		float: left;
		padding: 10px;
		margin: 0 20px 10px 0;
	}	
	
		.cc h3
		{
			margin: 0px;
		}
	
		.cc img
		{
			border:1px solid #134d73;
		}
		
/*** Checkout ***/		


#checkoutInfo table
{
}

.checkoutstep
{
	background-image: url(images/paymentstep.gif);
	background-repeat: no-repeat;
	width: 615px;
	height: 43px;
	margin-bottom: 10px;
}		

	.checkoutstep span
	{
		color: #FFF;
		font-size: 1.4em;
		text-align: center;
		display: block;
		height: 43px;
		line-height: 43px;
		width: 25%;
		float: left;
	}
	
	.checkoutstep .activestep
	{
		color: #FFFFFF;
		background-image: url(images/activestep.gif);
		background-repeat: no-repeat;
	}

#orderSummary
{
	/*background-image: url(images/featured_bg.gif);
	background-repeat: repeat-y;
	background-color: #f3f3f4;*/
	padding: 20px;
	width: 615px;
	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: 300px;
		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 #134d73;
		}
		
	.checkouttable
	{
		background-color: #FFF;
		width: 100%;
		margin-bottom: 10px;
	}
	
		.checkouttable th
		{
			color: #FFFFFF;
			background-color: #134d73;
		}
		
		.checkouttable td
		{
			color: #464646;
		}
	
		.checkouttable th, .checkouttable td
		{
			text-align: left;
			border: solid 1px #134d73;
		}		
		
/*** Login ***/

#memberLogin, #newUser, #resetPassword
{
	background: #e7f4fd url(images/signuplogin.gif) top left no-repeat;
	width: 316px;
	height: 156px;
	position: relative;
	float: left;
	padding: 20px;
    color: #104b71;
}

#memberLogin
{
	margin-right: 15px;
}

	#memberLogin h2, #newUser h2
	{
		font-size: 1.8em;
		color: #104b71;
	}

	#memberLogin .imagebtn, #newUser .imagebtn
	{
		position: absolute;
		bottom: 15px;
		right: 15px;
		margin: 2px 0 0 0;
	}
	
	#memberLogin a, #newUser a
	{
		color: #104b71;
	}

    #memberLogin label, #newUser label
	{
		color: #104b71;
	}

	.forgot
	{	
		position: absolute;
		bottom: 20px;
		left: 15px;
		font-size: .9em;
	}
	
/*** Password Reset ***/


/*#resetPassword
{
	background-color: #efede0;
	background-image: url(images/bubble_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 275px;
	height: 130px;
	position: relative;
	float: left;
	padding: 15px 15px 30px 15px;
	margin: 0 20px 0 0;
}

#resetPassword h2
{
	background-color: #efede0;
	background-image: url(images/bubble_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 275px;
	padding: 15px 15px 30px 15px;
	margin: -15px 0px 0px -15px;
}

#resetPassword .imagebtn
	{
		position: absolute;
		bottom: 25px;
		right: 15px;
		margin: 2px 0 0 0;
	}*/

/* Contact */

#contactLeft
{
	width: 390px;
	float: left;
	margin-right: 20px;
}

#contentRight
{
	background-repeat: repeat-y;
	width: 300px;
	margin-top: 30px;
	float: left;
}
	#mapContainer
{
	width: 610px;
	padding: 10px;
	padding: 1px;
	background-color: #6191ae;
	border: solid 2px #1d5e86;
}

	#map
	{
		width: 610px;
		height: 333px;
		position: relative;
	}
	
	#message  
	{
		background-color: #fff;
		text-align: center;
		width: 270px;
		height: 60px;
		position:absolute;
		top: -140px; 
		left: -145px;
		padding:10px;
		line-height: 16px;
	}
	
/****************/
/**** Common ****/
/****************/

.padding
{
	padding: 0px 15px 20px 15px;
}

.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;
	}
	
.inputbox
{
    background-color: #e4f1c4;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 24px;
}	
	
.valSum
{
	border: solid 1px #b6471d;
	background-color: #e4cdc2;
	color: #b7481e;
	padding: 10px;
}

.checkbox label
{
	display: inline;
}

.imagebtn
{
}

.removebtn
{
	position: relative;
	top: 8px;
}

.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;
	}
	
.editorBox .button
{
    *+float: left;
    *+margin-right: 8px;
}	
	
#approvalButtons .button
{
    background-image: url(images/btn_a.gif);
    background-position: -1px;
}	

    #approvalButtons .button span
    {
        background-image: url(images/btn_rt_a.gif);
        background-position: -50px;
    }	

.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 #134d73;
			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
{
	font-weight: bold;
	text-decoration: underline;
}

#adminLeft
{
    width: 250px;
    float: left;
}

#adminSideNav
{
     float: left;
     width: 250px;
     background: url(images/admin_side_nav_bg.gif) top left repeat-y;
     position: relative;
     left: 22px;
     margin-top: 80px;
     
     *+z-index: 0;
}

#adminSideNav .inside
{
    padding: 20px;
}

#adminSideNav .bottom
{
     width: 250px;
     height: 7px;
     background: url(images/admin_side_nav_bg_bottom.gif) top left no-repeat;
}

#adminSideNav h2
{
    color: #FFF;
}

#adminSideNav ul
{
    list-style-type: none;
}

#adminSideNav ul li
{

}

#adminSideNav ul li a
{
    margin: 8px 0 0 0;
    color: #FFF;
    font-size: 16px;
}

#adminSideNav ul li a:hover
{
    text-decoration: underline;
}



.adminNav
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	.adminNav li
	{
	margin: 0px;
	padding: 0px;
	}
	
	.adminNav h2
	{
		margin-top: 20px;
	}
	
#admin #mainContent
	{
		width: 615px;
		float: left;
        left: 39px;
        position: relative;
        margin-top: 80px;
	}	

.horizTable
{
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #134F75;
	background-color: #FFF;
	margin: 0px 0px 2px 0px;
}

	.horizTable th, .horizTable td
	{
		border: solid 1px #134F75;
		vertical-align: top;
		padding: 1px 3px;
	}
	
	.horizTable th, .horizTable th
	{
		color: #FFFFFF;
		background-color: #134F75;
	}

.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_hold
{
    /*position: absolute;
    bottom: 25px;
    z-index: 5999;*/
}

#search 
{
    position: relative;
    top: 8px;
    left: 15px;
    width: 220px;
    padding-bottom: 40px;
}

.search
{
    background: url(images/search.gif) top left no-repeat;
    border: none;
    width: 220px;
    height: 28px;
    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;
}

.spaceimgs img
{
    margin: 15px;
}

.Greenstuff
{
    background: #e4f1c4;
}

.greenbox
{
    background: #e7f4fd url(images/greenbox.gif) top center repeat-y;
    width: 666px;
}

.greenbox .inside
{
    width: 622px;
    padding: 0 22px 0 22px;
}

.greenbox .inside table td, .greenbox .inside table th
{
    padding: 5px 5px 5px 0;
}

.greenbox .top
{
    background: #e7f4fd url(images/greenbox_top.gif) top center repeat-y;
    height: 12px;
}

.greenbox .bottom
{
    background: #e7f4fd url(images/greenbox_bottom.gif) bottom center repeat-y;
    height: 16px;
}





.sysMsg
{
    border: 1px solid #82b518;
    background-color: #ffffff;
    background-image: url(images/sysMsg_bg.gif);
    padding: 0 10px 0 10px;
    color: #82b518;
    margin: 0 0 10px 0;
}

.sysMsg ul
{
    text-indent: 0;
    padding: 0;
    margin: 10px 0 0 0;
}

.sysMsg ul li
{
    color: #82b518;
    list-style-type: none;
    background-image: url(images/success.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
}



.formValidation
{
    border: 1px solid #82b518;
    background-color: #ffffff;
    background-image: url(images/sysMsg_bg.gif);
    padding: 0 10px 0 10px;
    color: #82b518;
    margin: 0 0 10px 0;
}

.formValidation ul
{
    text-indent: 0;
    padding: 0;
    margin: 10px 0 0 0;
}

.formValidation ul li
{
    color: #82b518;
    list-style-type: none;
    background-image: url(images/warning.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

html body div.RadToolTip_Default a.rtCloseButton 
{
    position: relative;
    right: 20px;
}

html body .RadTabStrip .rtsIn, html body .RadTabStripVertical .rtsIn {
{
    display: block;
    padding:2px 5px 0;
}

.border
{
    border: 1px solid #FF3300;
}

.regPrice{
  text-decoration: line-through;

}

.onSale{
  color: #ff0000;
}

#social-media-icons
{
    width: 300px;
    float: left;
    position: relative;
}

.social-media-icons-facebook
{
    background: url("images/social-media-icons.png") no-repeat scroll 0 0 transparent;
    float: left;
}

.social-media-icons-twitter
{
    background: url("images/social-media-icons.png") no-repeat scroll -50px 0px transparent;
    float: left;
}
