/***** ZERO ALL ELEMENTS *****/
html,body,table,tr,td,br,form,h1,h2,h3,h4,div,ul,li {
	margin: 0px; padding: 0px;
	font-family: arial, helv, helvetica, verdana;
	font-size: 12px;
	color: #686767;
}

p {
	margin: 10px 0px 10px 0px;
	line-height: 18px;
}

/***** DEFAULT STYLES *****/
a:link, a:visited { color: #9B0F5A; text-decoration: underline; }
a:hover { color: #686767; text-decoration: underline; }
img { border: 0px; }
br.breaker { clear: both; }

h1 { color: #9B0F5A; font-size: 16px; }
.pink { color: #9B0F5A; }
.f11px { font-size: 11px; }
.f12px { font-size: 12px; }
.f13px { font-size: 13px; }
.f14px { font-size: 13px; }
.f16px { font-size: 16px; }

h2 { color: #9B0F5A;
	 font-size: 14px;
	 margin: 12px 0px 5px 0px;
	 }


/***** LAYOUT *****/
body { background: url(/images/pagebg.jpg) no-repeat center 90px; }

#pagecontainer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		clear: both;
		margin-top: 20px;
		height: 80px;
	}

		img.logo {
			width: 310px;
			height: 75px;
			float: left;
		}

		img.xmas {
			width: 210px;
			height: 75px;
			float: left;
			padding: 0px 0px 0px 100px;
		}

		/***** MINICART *****/
		#minicart {
			float: right;
			font-family: verdana;
			margin-top: 10px;
			width: 141px;
			height: 50px;
			font-size: 10px;
			letter-spacing: -1px;
			text-align: right;
			padding: 3px 7px 0px 0px;
			line-height: 14px;
		}

			#minicart p { margin: 4px 0px; padding: 0px; line-height: 14px; }

			#minicart a:link, #minicart a:visited {
				text-decoration: none;
			}

			#minicart a.sbasket:link, #minicart a.sbasket:visited { color: #686767;	text-decoration: none; }
			#minicart a.sbasket:hover { color: #9B0F5A;	text-decoration: none; }

			#minicart .miniprice { color: #9B0F5A; font-weight: bold; }

	/***** TOPNAV *****/
	#topnav {
		clear: both;
		border-top: 1px solid #C2C2C2;
		border-bottom: 1px solid #C2C2C2;
		height: 26px;
		padding-top: 5px;
		margin-bottom: 15px;
	}

		#topnav ul { float: left; }

			#topnav li {
				list-style: none;
				display: inline;
				float: left;
				margin-right: 8px;
			}

				#topnav a:link, #topnav a:visited {
					text-decoration: none;
					font-size: 12px;
					font-weight: bold;
					text-align: center;
					text-transform: uppercase;
					color: #999;

					display: block;
					padding: 2px 0px;
					height: 15px;
					border: 1px solid #fff;
				}

				#topnav a:hover { color: #9B0F5A; border: 1px solid #9B0F5A; }

				#topnav li.active a:link, #topnav li.active a:visited { color: #9B0F5A; border: 1px solid #9B0F5A; }

				#topnav li.tna a:link, #topnav li.tna a:visited { width: 141px; }
				#topnav li.tnb a:link, #topnav li.tnb a:visited { width: 120px; }
				#topnav li.tnc a:link, #topnav li.tnc a:visited { width: 123px; }
				#topnav li.tnd a:link, #topnav li.tnd a:visited { width: 102px; }
				#topnav li.tne a:link, #topnav li.tne a:visited { width: 142px; }
				#topnav li.tnf a:link, #topnav li.tnf a:visited { width: 38px; }
				#topnav li.tng a:link, #topnav li.tng a:visited { width: 61px; }
				#topnav li.tnh a:link, #topnav li.tnh a:visited { width: 42px; }
				
				#topnav li.tni a:link, #topnav li.tni a:visited { width: 68px; }

	/***** LEFT HAND NAV *****/
	#lhsnav {
		clear: both;
		float: left;
		width: 160px;
	}

		#lhsnav ul { width: 160px; }

			#lhsnav li { list-style: none; padding: 2px 0px; }

				#lhsnav li a:link, #lhsnav li a:visited {
					color: #686767;
					text-decoration: none;
					padding: 0px 0px 0px 15px;
				}

				#lhsnav li a:hover {
					color: #9B0F5A;
					text-decoration: none;
					padding: 0px 0px 0px 15px;
					background: url(/images/nav-arrow.gif) no-repeat 2px 3px;
				}

				#lhsnav li.active a:link, #lhsnav li.active a:visited {
					color: #9B0F5A;
					text-decoration: none;
					padding: 0px 0px 0px 15px;
					background: url(/images/nav-arrow.gif) no-repeat 2px 3px;
					font-weight: bold;
				}

				#lhsnav li.head {
					width: 150px;
					margin-left: 8px;
					margin-bottom: 3px;
					background: #9B0F5A;
					color: #fff;
					text-align: center;
					font-size: 11px;
					font-weight: bold;
					padding: 3px 0px;

				}

	/***** MAIN CONTENT *****/
	#maincontent {
		float: left;
		width: 680px;
		margin: 0px 0px 0px 10px;
	}

		#maincontent ul.cust {
			list-style: none;
			margin: 0px 0px 0px 10px;
		}

			#maincontent ul.cust li {
				line-height: 18px;
				background: url(/images/nav-arrow.gif) no-repeat 2px 6px;
				padding: 2px 0px 0px 20px;
			}

		#maincontent ul {
			margin: 0px 0px 0px 10px;
		}

			#maincontent ul li {
				line-height: 18px;
				background: url(/images/nav-arrow.gif) no-repeat 2px 6px;
				padding: 2px 0px 0px 20px;
			}

	#maincontentfull {
		float: left;
		width: 810px;
		margin: 0px 20px 0px 20px;
	}

	#maincontentnarrow { /** FOR USE WITH BEST SELLERS **/
		float: left;
		width: 490px;
		margin: 0px 10px 0px 10px;
	}


	/***** FOOTER *****/
	#overfooter {
		clear: both;
		width: 850px;
		height: 65px;
		margin-top: 15px;
	}

		#brandlogos {
			float: left;
			width: 626px;
			height: 65px;
		}

			img.brandlogo {
				float: left;
				width: 118px;
				height: 30px;
				margin: 0px 7px 5px 0px
			}

	#footer {
		clear: both;
		width: 850px;
		padding: 10px 0px 5px 0px;
		font-size: 11px;
		line-height: 16px;
		margin-top: 10px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}

		#footer a:link, #footer a:visited { color: #686767; }
		#footer a:hover { color: #9B0F5A; }


		img.ccards {
			float: right;
			width: 450px;
			height: 40px;
			margin: 0px 0px 0px 0px
		}


/***** HOMEPAGE *****/
#homefeat1 {
	width: 475px;
	/* border: 1px solid #c2c2c2; */
	border: none;
	margin-bottom: 10px;
	padding: 0px 15px 0px 0px;
	color: #666;
	font-size: 11px;
	line-height: 12px;
}

	#homefeat1 h2 {
		color: #ACD03B;
		font-size: 20px;
		font-weight: bold;
	}

#pamperer {
	width: 152px;
	height: 190px;
	background: url(/images/homefeat2.jpg) no-repeat left top;
	margin-bottom: 15px;
	padding: 5px 10px;
	color: #676767;
	font-size: 11px;
}

	#bestsellers #pamperer h2 {
		color: #CD1377;
		font-size: 16px;
		font-weight: bold;
		background: none;
		border: 0px;
		padding: 0px;
		margin: 0px;
		text-align: left;
	}

	#pamperer p {
		margin: 0px;
		line-height: 15px;
	}

#lifegiving {
	width: 152px;
	height: 115px;
	background: url(/images/homefeat3.jpg) no-repeat left top;
	margin-bottom: 15px;
	padding: 5px 10px;
	color: #676767;
	font-size: 11px;
}

	#bestsellers #lifegiving h2 {
		color: #ACD03B;
		font-size: 16px;
		font-weight: bold;
		background: none;
		border: 0px;
		padding: 0px;
		margin: 0px;
		text-align: left;
	}

	#lifegiving p {
		margin: 0px;
		line-height: 15px;
	}

#fragfacts {
	width: 470px;
	height: 100px;
	margin-bottom: 15px;
	padding: 15px 10px;
	color: #676767;
	font-size: 11px;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

	#fragfacts h2 {
		color: #ACD03B;
		font-size: 16px;
		font-weight: bold;
		background: none;
		border: 0;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	#fragfacts p {
		margin: 0px;
		line-height: 15px;
	}

		#pscroller2 {
			height: 55px;
			position: relative;
		}

			#pscroller2 p { line-height: 18px; text-align: left; font-size: 11px; }

		div.pscroller3 {

		}

		#pscroller4 {
			height: 105px;
			position: relative;
		}

		#pscroller4 p { line-height: 18px; text-align: left; font-size: 11px; }

#topbrands {
	clear: both;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	height: 30px;
	padding: 15px 0;
	margin: 15px 0;
}

#topbrandlogo {
	float: left;
	width: 80px;
}

#topbrandscroll {
	float: right;
	width: 400px;
	height: 30px;
}

	/*
	#topbrandscroll ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	*/

	#topbrandscroll ul li {
		float: left;
		margin-right: 5px;
	}

#topbrandlist {
	float: left;
	width: 400px;
	height: 30px;
	background: #fff;
	overflow: hidden;
}

	#ccasecontain {
		float: left;
		width: 400px;
		height: 30px;
		overflow: hidden;
	}
	
	img.scrollprod { margin-right: 5px; }

/***** CATEGORY PAGE *****/

#cathead {
	width: 490px;
	height: 187px;
	margin-bottom: 15px;
	padding-top: 13px;
}

	div.catfeat {
		width: 160px;
		height: 63px;
		background: #fff;
		padding: 17px 5px 0px 5px;
		margin: 0px 0px 0px 308px;
		
	}

		div.catfeat img {
			float: left;
			width: 50px; height: 50px;
			margin-right: 5px;
		}

			#cathead div.catfeat a:link, #cathead div.catfeat a:visited { text-decoration: underline; color: #686767; }

			#cathead div.catfeat a:hover { text-decoration: underline; color: #9B0F5A; }


	div.catitem {
		float: left;
		width: 158px;
		padding: 10px 2px 10px 3px;
		text-align: center;
	}

		div.catitemend { padding: 10px 3px 10px 3px; }

			div.catitem a:link, div.catitem a:visited { text-decoration: underline; color: #686767; }

			div.catitem a:hover { text-decoration: underline; color: #9B0F5A; }

/***** BEST SELLERS *****/

#bestsellers {
	float: right;
	width: 172px;
	margin-right: 8px;
}

	#bestsellers h2 {
		background: #9B0F5A;
		color: #fff;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		padding: 2px 0px;
		border: 1px solid #9B0F5A;
	}

	div.bestitem {
		width:172px;
		margin: 0px 0px;
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid #ddd;
	}

		div.bestitem img {
			float: left;
			width: 50px;
			height: 50px;
			margin-right: 5px;
		}

			#bestsellers div.bestitem a:link, #bestsellers div.bestitem a:visited { text-decoration: underline; color: #686767; }

			#bestsellers div.bestitem a:hover { text-decoration: underline; color: #9B0F5A; }


/***** BROKERAGE *****/

div.brokitem {
	float: left;
	width: 217px;
	height: 215px;
	background: url(/images/brokbg.gif) no-repeat left top;
	text-align: center;
	padding: 15px 5px 10px 5px;
	color: #9B0F5A;
}

	div.brokitemend { width: 216px; }

	div.brokitembot { height: 194px; }

	div.brokitem p { line-height: 18px; }


	.brokitem a:link, .brokitem a:visited {
		color: #686767;
		text-decoration: underline;
	}

	.brokitem a:hover {
		color: #9B0F5A;
		text-decoration: underline;
	}

.brokcell {
	width: 115px;
	margin: 0 10px 15px 10px;
	padding: 0;
	border: none;
	float: left;
	text-align: center;
}

	.brokcell img {
		margin: 0 0 5px 0;
	}

	.brokcell a:link, .brokcell a:visited {
		color: #686767;
		text-decoration: underline;
	}

	.brokcell a:hover {
		color: #9B0F5A;
		text-decoration: underline;
	}

/***** PRODPAGE *****/

#prodleft {
	width: 245px;
	padding-right: 15px;
	float: left;
	margin-top: 23px;
}

	img.prodimg {
		float: left;
		width: 245px;
		height: 245px;
	}

	#prodleft a:link, #prodleft a:visited {
		color: #686767;
		text-decoration: underline;
	}

	#prodleft a:hover {
		color: #9B0F5A;
	}

	#prodleft p {
		margin: 10px 0px 10px 0px;
		line-height: 18px;
	}
	
	div.relitem {
		width:245px;
		height: 50px;
		margin: 0px 0px;
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid #ddd;
	}

		div.relleft {
			float: left;
			width: 245px;
		}

			div.relleft img {
				float: left;
				width: 50px; height: 50px;
				margin-right: 10px;
			}

				#prodleft div.relleft a:link, #prodleft div.relleft a:visited { text-decoration: underline; color: #686767; }

				#prodleft div.relleft a:hover { text-decoration: underline; color: #9B0F5A; }

		div.relright {
			float: left;
			width: 80px;
			text-align: right;
		}


#prodright {
	float: right;
	width: 420px;
	margin-top: 23px;
}

	#prodright p {
		margin: 10px 0px 10px 0px;
		line-height: 14px;
	}

	input.qty {
		border: 1px solid #70013C;
		color: #7E1A4F;
		padding: 1px 3px 0px 3px;
	}

	#prodright h2 { color: #9FBA4F; font-size: 13px; }

	div.alsoitem {
		width:420px;
		height: 50px;
		margin: 0px 0px;
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid #ddd;
	}

		div.alsoleft {
			float: left;
			width: 340px;
		}

			div.alsoleft img {
				float: left;
				width: 50px; height: 50px;
				margin-right: 10px;
			}

				#prodright div.alsoleft a:link, #prodright div.alsoleft a:visited { text-decoration: underline; color: #686767; }

				#prodright div.alsoleft a:hover { text-decoration: underline; color: #9B0F5A; }

		div.alsoright {
			float: left;
			width: 80px;
			text-align: right;
		}

/***** CUSTOMER SERVICE ULS *****/

#custserv ul {
	padding: 20px 0px 0px 0px;
}

	#custserv li {
		text-align: left;
		color: #686767;
		font-weight: bold;
		line-height: 22px;
		background: url(/images/nav-arrow.gif) no-repeat 2px 6px;
		padding: 0px 0px 0px 15px;
		margin: 0px 0px 0px 25px;
		list-style: none;
	}


/***** SHOPPING CART *****/

table.cart {
	width: 810px;
	border-collapse: collapse;
}

	table.cart th {
		padding: 2px 0px;
		border-bottom: 1px solid #ccc;
	}

	table.cart .imgcell { width: 75px; text-align: center; }
	table.cart .namecell { width: 495px; text-align: left; }
	table.cart .qtycell { width: 80px; text-align: center; }
	table.cart .pricecell { width: 80px; text-align: center; }
	table.cart .pricecell_r { width: 100px; text-align: right; }
	table.cart .blankcells { width: 570px; text-align: center; border-bottom: 1px solid #fff; }

	table.cart .continue { border-bottom: 0px; }
	table.cart .proceed { text-align: right; border-bottom: 0px; }

	table.cart td {
		padding: 5px 0px;
		border-bottom: 1px solid #ccc;
	}

/***** IMAGE FLOATS *****/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.giftwrapping{
	float: left; 
	padding-left: 170px; 
	margin-top: -25px;
}
.giftfirst{
	padding-left: 30px; 
	color: #CD1377;
}
/**********************
 FLASH ANIMBLOCK
***********************/

div.flashanim {
	position: relative;
}

div.flashanim .default {
	background: transparent;
	width: 267px;
	height: 170px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

div.flashanim img {
	display:none;
	position:absolute;
	top:0; left:0;
	margin-left: -280px;
	margin-top: -20px;
}

#oosemailthanks {
	padding: 5px;
	border: 1px solid #009900;
	background: #ddffdd;
}



/*********
   GIFTS
 *********/

#gift_brand {
	float: left;
	width: 210px;
	height: 450px;
	border-right: 1px solid #C2C2C2;
	padding: 0px 12px 0px 0px;
}

	#gift_brand ul { margin: 0px; padding: 0px; height: 400px; overflow: auto; }
	#gift_brand ul li { list-style: none; margin: 0px; padding: 0px; background: none; }
	#gift_brand ul li a:link, #gift_brand ul li a:visited { display: block; padding: 2px; color: #666; text-decoration: none; border-bottom: 1px solid #eee; }
	#gift_brand ul li a:hover { background: #eee;  border-bottom: 1px solid #ddd; }
	#gift_brand ul li a:active { background: #ddd; font-weight: bold; border-bottom: 1px solid #ccc; }
	#gift_brand ul li.active a:link, #gift_brand ul li.active a:visited { background: #ddd; font-weight: bold; border-bottom: 1px solid #ccc; }

#gift_range {
	float: left;
	width: 210px;
	height: 450px;
	border-right: 1px solid #C2C2C2;
	padding: 0px 12px 0px 12px;
}
		#gift_range ul { margin: 0px; padding: 0px; height: 400px; overflow: auto; }
		#gift_range ul li { list-style: none; margin: 0px; padding: 0px; background: none; }
		#gift_range ul li a:link, #gift_range ul li a:visited { display: block; padding: 2px; color: #666; text-decoration: none; border-bottom: 1px solid #eee; }
		#gift_range ul li a:hover { background: #eee;  border-bottom: 1px solid #ddd; }
		#gift_range ul li a:active { background: #ddd; font-weight: bold; border-bottom: 1px solid #ccc; }
		#gift_range ul li.active a:link, #gift_range ul li.active a:visited { background: #ddd; font-weight: bold; border-bottom: 1px solid #ccc; }

#gift_product {
	float: left;
	width: 210px;
	height: 450px;
	padding: 0px 0px 0px 12px;
}

	#gift_products {
		margin: 0px; padding: 0px; height: 400px; overflow: auto;
	}

	div.gift_item {
		width: 163px;
		padding: 10px;
		border: 1px solid #ccc;
		text-align: center;
		margin-bottom: 10px;
	}

#gift_brand h2, #gift_range h2, #gift_product h2 { color: #9B0F5A; font-size: 14px; }

}


#gift_summary_area {
	clear: both;
	float: left;
	width: 390px;
	margin: 10px 10px 0px 0px;
}

	div.giftitem {
		width:390px;
		height: 110px;
		margin: 0px;
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid #ddd;
	}

		div.giftleft {
			float: left;
			width: 390px;
		}

			div.giftleft img {
				float: left;
				width: 110px; height: 110px;
				margin-right: 10px;
			}


#gift_total_area {
	float: left;
	width: 269px;
	height: 373px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	border-left: 1px solid #ddd;
}






/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*** site map ***/

#site-map {
	width: 680px;
	border: none;
	margin: 0;
	padding: 0;
}

	.sitemap-lft {
		width: 320px;
		border: none;
		float: left;
		margin: 15px 0 0 0;
		padding: 0;
	}

	.sitemap-rgt {
		width: 320px;
		border: none;
		float: right;
		margin: 15px 0 0 0;
		padding: 0;
	}

	#site-map ul {
		width: 320px;
		border: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#site-map ul li.header {
			color: #666;
			font-size: 1.2em;
			padding: 0 0 5px 0;
			background: none;
		}

			#site-map ul li.header a:link, #site-map ul li.header a:visited {
				color: #666;
				text-decoration: none;
			}

			#site-map ul li.header a:hover {
				color: #9B0F5A;
				text-decoration: underline;
			}

		#site-map ul li.link {
			background: url(/images/nav-arrow.gif) no-repeat 5px 5px;
			padding: 3px 0px 3px 18px;
		}

			#site-map ul li.link a:link, #site-map ul li.link a:visited {
				color: #9B0F5A;
			}

			#site-map ul li.link a:hover {
				color: #666;
			}
/***** search *****/
.searchheading{
	background-color: #9B0F5A;
	margin: 0px 2px 0px 8px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	padding-top: 3px;
	width: 150px;
}
.searchinput{
	margin-left: 10px;
	width: 110px;
}
.searchsubmit{
	width: 30px;
}
.customername{
	color: #9B0F5A;
}
/***** email a friend *****/
.emailafriend{

}
.emailfriend label{
	float: left;
	width: 100px;
}
