@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height:140%;
	z-index:inherit;
}
body {
	font:68% Arial, Helvetica, sans-serif;
	color:#3E3731;
	background:#3E3731;
	overflow-x:hidden;
	overflow-y:auto;
	
}
a img {
	border:0;
}
/* Standardize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin:1em 0;
        padding: 0;
}
h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:175%;
}
h1.rem_bot {
	margin-bottom:0;
}
h2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:150%;
}
h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:125%;
}
p {
	font-size:120%;
	background:#fff;
}
a {
	text-decoration:none;
	color:#A654A1;
}
a:hover {
	text-decoration:underline;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}
/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
	border: 1px solid #CCC;
	padding:10px;
	float:left;
	display:inline;
	width:280px;
	margin:0 15px 15px 0;
	position:relative;
	background:#fff;
}
fieldset.full {
	width:500px;
}
legend {
	padding:0 6px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
/* Custom styles:
	ordered by syntax hierarchy */
#wrapper {
	width:972px;
	margin:0 auto 25px auto;
	background:#fff url(/images/bg_wrapper.jpg) repeat-x top left;
	overflow:visible;
	height:1%;
}
#splatter_wrap {
	position:relative;
	height:1%;
	width:auto;
	z-index:1;
	overflow:visible;
}
#splatter_wrap #splatter {
	position:absolute;
	top:-10px;
	right:-100px;
	opacity:.5; 
	filter: alpha(opacity=50);
	z-index:1;
}
#splatter_wrap #splatter img {
	z-index:1;
	margin-right:-160px;
}

	#header {
		height:120px;
		position:relative;
	}
	#header h1 {
		margin:0;
	}
	#header h1 a {
		display:block;
		position:absolute;
		width:245px;
		height:203px;
		background:url(/images/logo.jpg) no-repeat;
		text-indent:-5000px;
	}
	#utilities {
		width:300px;
		height:60px;
		float:right;
		display:inline;
		text-align:right;
		z-index:10;
		position:relative;
	}
		.login0 a, .login1 a, a.bag {
			color:#FFFFFF;
			display:inline;
			float:right;
			margin-top:5px;
			padding:4px 0 0 15px;
			text-align:left;
			text-transform:uppercase;
			margin-left:15px;
			width:60px;
		}
		.login0 a, .login1 a {
			background:url(/images/bg-icon-login.gif) no-repeat left center;
			padding-left:30px;
			width:50px;
		}
		.login1 .login, .login0 .account {
			display:none;
		}
		a.bag {
			background:url(/images/bg-icon-bag.gif) no-repeat left center;
			padding-left:20px;
			width:60px;
		}
		a.account {
			width:80px;
			margin-left:0;
		}
		#catCartSummary {
			float:left;
			display:inline;
			color:#999;
			padding-top:2px;
			width:300px;
			text-align:right;
		}
			#catCartSummary td {
				width:296px;
				text-align:right;
			}
			.cartSummaryLink {
				display:none;
			}
		#utilities .search-box {
			width:168px;
			float:right;
			display:inline;
			margin-top:6px;
		}
		#utilities .cat_textbox_small {
			width:130px;
			height:20px;
			background:#e8e8ea;
			border:0;
			padding:3px 0 0 5px;
			font-size:14px;
			float:left;
			display:inline;
		}
		#utilities .cat_button {
			background:#a654a1;
			color:#fff;
			text-transform:uppercase;
			border:0;
			width:31px;
			height:23px;
			float:left;
			display:inline;
			margin:0;
		}
	#main_menu {
		width:620px;
		height:25px;
		clear:right;
		float:right;
		display:inline;
		margin:10px 100px 0 0;
		z-index:100;
		position:relative;
	}
	#header {
		z-index:101;
	}
		#main_menu ul {
			list-style:none;
		}
		#main_menu li {
			float:left;
			display:inline;
			margin:0 20px;
			position:relative;
		}
			#main_menu li a {
				display:block;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:120%;
				font-weight:normal;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				line-height:21px;
				text-shadow:none;
			}
			#main_menu li a:hover, #main_menu li.selected a, #main_menu li.selected ul li a:hover {
				color:#A654A1;
			}
			#main_menu li ul {
				display:none;
				position:absolute;
				top:20px;
				left:0;
				width:auto;
				background:#fff;
				border:#d2d2d6 1px solid;
				padding:5px 0;
				margin:0;
				z-index:101;
			}
			#main_menu li ul li {
				display:block;
				float:none;
			}
				#main_menu li ul li a, #main_menu li.selected ul li a {
					color:#3e3731;
					font-family:Arial, Helvetica, sans-serif;
					font-size:90%;
					line-height:155%;
				}
				#main_menu li ul li.marie-neville a, #main_menu li ul li.medea-maple a {
					color:#d745ce;
				}
			#main_menu li.over ul, #main_menu li:hover ul {
				display:block;
			}

#main_content {
	float:left;
	display:inline;
	width:972px;
	position:relative;
	z-index:10;
	margin-bottom:20px;
	height:1%;
}
	#left_column, #right_column {
		float:left;
		display:inline;
		margin-left:50px;
		position:relative;
		z-index:10;
	}
	#left_column {
		width:170px;
		margin-top:90px;
	}
		#left_column h2 {
			color:#3e3731;
			font-size:150%;
			font-family:Georgia, "Times New Roman", Times, serif;
			text-transform:uppercase;
			border-top:1px dotted #875220;
			margin:0;
			padding-top:1em;
		}
		#left_column h3 {
			margin:10px 0;
		}
		#left_column h3 a {
			font-size:110%;
			color:#a654a1;
		}
		#left_column ul {
			list-style:none;
		}
			#left_column li {
				margin:.5em 0 1em 0;
				overflow:auto;
			}
			#left_column li.marie-neville {
				background:url(/assets/images/icon-marie-neville.gif) no-repeat left top;
			}
			#left_column li.medea-maple {
				background:url(/assets/images/icon-medea-maple.gif) no-repeat left top;
			}
			#left_column li a {
				color:#333;
				text-decoration:none;
				padding-left:25px;
				line-height:18px;
				font-size:115%;
			}
			#left_column li a:hover {
				color:#5ea82d;
			}
			#left_column li.selected a {
			}
			#left_column li a img {
				display:none;
			}
			#left_column li ul {
				float:left;
				display:inline;
				margin:0 0 0 25px;
				line-height:100%;
			}
			#left_column li ul li {
				float:left;
				display:inline;
				margin:0 5px 0 0;
				line-height:100%;
				overflow:hidden;
			}
			#left_column li ul li a {
				padding:0;
				color:#d745ce;
				line-height:100%;
				font-size:90%;
			}
			
			.secure-login label {
				color:#666;
			}
			.secure-login a {
				color:#a654a1;
				float:right;
				display:inline;
				width:45%;
				margin-top:20px;
			}
			.cat_textbox_small {
				height:19px;
				background:#e8e8ea;
				border:1px solid #cfcfcf;
				padding:0;
				font-size:14px;
			}
			input.cat_button {
				background:#a654a1;
				color:#fff;
				text-transform:uppercase;
				border:0;
				height:25px;
				margin:15px 0;
				cursor:pointer;
			}
			input.cat_button:hover, .faux_btn:hover {
				background:#5EA82D;
			}
			.faux_btn {
				background:#a654a1;
				color:#fff;
				text-transform:uppercase;
				width:50px;
				line-height:25px;
				display:block;
				text-align:center;
			}
			#catblogoutput .faux_btn {
				display:none;
			}
			.border {
				border-top:1px dotted #875220;
				margin-top:15px;
			}
			#left_column a.newsletter, #left_column a.register {
				background:url(/images/bg-icon-news.gif) no-repeat 1px 1px;
				color:#9c9ea0;
				display:block;
				line-height:22px;
				padding:5px 0 5px 34px;
				margin:20px 0 5px 0;
				width:136px;
			}
			#left_column a.newsletter:hover, #left_column a.register:hover {
				color:#333;
			}
			#left_column a.register {
				background-image:url(/images/bg-icon-reg.gif);
				margin:5px 0 25px 0;
			}
	#right_column {
		width:642px;
	}
		#right_column ol, #right_column address {
			padding:0 0 0 15px;
			font-size:120%;
		}
		#right_column .feature {
			width:205px;
			float:left;
			display:inline;
			margin:15px 1px 20px 0;
		}
		#right_column .feature2 {
			width:290px;
			float:left;
			display:inline;
			margin:15px 30px 20px 0;
		}
		#right_column .feature2 .pagination, #right_column .feature2 #webapp2967next {
			display:none;
		}
		#right_column .feature p {
			margin:0 0 1em 0;
		}
		#right_column .space {
			margin:15px 0 20px 13px;
		}
		#right_column a.tag, span.tag a {
			background:#A654A1 url(/images/icon_tag_trans.gif) no-repeat 1px 1px;
			color:#FFFFFF;
			display:block;
			line-height:22px;
			padding:0 5px 0 30px;
		}
		#right_column a.tag:hover, span.tag a:hover {
			background-color:#5ea82d;
		}

	#footer {
		clear:both;
		margin:20px 10px 0 10px;
		padding:15px 20px 15px 20px;
		overflow:auto;
		border-top:1px dotted #875220;
		height:1%;
	}
		#footer #copy {
			float:left;
			display:inline;
			width:130px;
			margin-left:240px;
		}
		#footer #links {
			float:left;
			display:inline;
			width:300px;
			margin-left:240px;
		}
			#footer #links div {
				display:inline;
			}
			#footer #links ul {
				list-style:none;
				margin:0;
			}
			#footer #links li {
				float:left;
				display:inline;
				margin:0 0 0 1em;
				padding:0 1em 0 0;
				border-right:1px solid #464646;
			}
			#footer #links li.last {
				border-right:0;
			}
		#footer #links a {
			color:#464646;
		}
.captcha {
	padding-bottom:4px;
}
/******************/
/*eCommerce styles*/
/******************/
a.cartLink {
	font-size:150%;
	padding-top:10px;
	display:block;
}
.productTable {
	padding:0;
	clear:right;
	margin-bottom:20px;
}
.shop-product-small {
	width:150px;
	margin:15px 10px 10px 0;
}
	.shop-product-small h2 {
		margin:.5em 0 0 0;
		clear:left;
	}
	.shop-product-small h2 a {
		color:#3E3731;
		height:22px;
		overflow:hidden;
		display:block;
		font-size:80%;
		line-height:22px;
	}
	.shop-product-small .image a {
		padding:3px;
		background:#e8e8ea;
		display:block;
	}
	.shop-product-small .image a:hover {
		background:#A654A1;
	}
	.shop-product-small .price {
		color:#A654A1;
		font-size:125%;
		padding-bottom:5px;
		display:block;
	}
.paging {
	text-align:right;
	margin:10px 4px 0 0;
}
.pagination {
	color:#666666;
	display:inline;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	padding:0 7px;
	vertical-align:top;
}
	.pagination a {
		color:#5EA82D;
		padding:5px;
	}
	.pagination a:hover {
		color:#A654A1;
	}
.register, .secure-login {
	float:left;
	display:inline;
	margin-right:20px;
	width:280px;
	background:#fff;
}
.search-result {
	overflow:auto;
	margin-bottom:10px;
}
.search-result h3 {
	margin-bottom:0;
}
.search-result h3 a {
	font-size:125%;
	color:#3E3731;
}
.search-result p {
	margin-top:.5em;
	background:#fff;
}
#searchnext, #searchprev {
	font-size:150%;
	color:#5EA82D;
}
/***************/
/* Large Template */
/***************/
.shop-product-large {
	width:642px;
	overflow:hidden;
}
.shop-product-large .left, .shop-product-large .details {
	float:left;
	display:inline;
	width:306px;
}
.shop-product-large .poplets {
	clear:left;
	padding:10px 0 0 0;
}
	.shop-product-large .poplets a {
		display:block;
		padding:3px;
		background:#e8e8ea;
		margin-right:10px;
	}
	.shop-product-large .poplets p {
		margin:0 0 4px 0;
	}
	.shop-product-large .poplets a:hover {
		background:#A654A1;
	}
.shop-product-large .details {
	padding-left:20px;
	background:#fff;
	font-size:120%;
}
	.shop-product-large .details h1 {
		margin:0 0 1em 0;
		font-size:160%;
	}
	.shop-product-large .details h2, .shop-product-large .details .big {
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:120%;
		font-weight:bold;
	}
	.shop-product-large .details ul {
		list-style:none;
	}
	.shop-product-large .details ul li {
		margin:1em 0 0 0;
	}
	.shop-product-large .details ul li.quantity input.productTextInput {
		width:25px;
		font-weight:bold;
		margin-top:6px;
		font-size:125%;
	}
	.shop-product-large .details ul li.quantity .add input {
		background:#5EA82D;
		border:0;
		color:#FFFFFF;
		cursor:pointer;
		height:29px;
		text-transform:uppercase;
		margin:20px 0;
	}
	.shop-product-large .details ul li.quantity .add input:hover {
		background:#A654A1;
	}
	.shop-cart-continue-shopping {
		background:#5EA82D;
		border:0;
		color:#FFFFFF;
		cursor:pointer;
		height:25px;
		line-height:25px;
		padding:0 10px;
		text-transform:uppercase;
		float:left;
		display:inline;
		font-size:105%;
	}
	.shop-cart-continue-shopping:hover {
		background:#A654A1;
		text-decoration:none;
	}
	.shop-product-large .details ul li.price {
		color:#5EA82D;
		font-size:140%;
		font-weight:bold;
	}
	.shop-product-large .details ul li.onsale {
		color:#F00;
	}
	.shop-product-large .details ul li.quantity img {
		margin:6px;
	}
.shop-product-large .image {
	float:left;
	display:inline;
	width:300px;
	padding:3px;
	background:#e8e8ea;
}
	/* related */
	.related {
		clear:both;
		padding:1px 0;
	}
	.related p {
		margin:25px 0 0 0;
		border-bottom:1px dotted #875220;
		padding-bottom:5px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:140%;
	}
	/* removing style for related products */
	.shop-product-large .shop-product-small .image {
		float:left;
		display:inline;
		width:150px;
		padding:0;	
	}

div#overlay, div#lightbox {
	z-index:102;
}
/***************/
/*Shopping Cart*/
/***************/
table.cart {
	border-collapse: collapse;
	width:100%;
	background:#fff;
}
.cart th {
	font-size:110%;
	font-weight:bold;
	padding:5px 10px;
	background:#E8E8EA;
}
.cart td {
	padding:6px;
	border-bottom:1px solid #E8E8EA;
}
.cart td.none {
	border:none;
}
.cartInputText {
	width:50px;
}
/***************/
/*WebApp Styles*/
/***************/
.app-list-item h2 {
	margin-bottom:0;
	font-size:125%;
}
.app-list-item h2 a {
	background:none;
	color:#A654A1;
	padding:0;
	text-decoration:underline;
}
.app-list-item h2 a:hover {
	background:none;
	color:#5EA82D;
}
.app-list-item p.details {
	margin-top:.5em;
}
.app-list-item a, .app-detail a.back {
	background:#A654A1;
	color:#FFFFFF;
	line-height:22px;
	padding:5px 10px;
}
.app-list-item a {
	background:#fff;
	color:#A654A1;
	padding:0;
}
.app-list-item a:hover, .app-detail a.back:hover {
	background:#5EA82D;
}
.app-list-item a:hover {
	background:#fff;
	color:#5EA82D;
}
.shop-form {
	min-height:600px;
	overflow:auto;
}
	.shop-form .item {
		overflow:autp;
		margin:5px 0;
	}
	.shop-form .step {
		clear:left;
	}
	.shop-form .right {
		float:right;
	}
	.shop-form h2 {
		padding:0 0 0 25px;
		cursor:pointer;
		background:url(../images/up_arrow.gif) no-repeat 2px 2px #ccc;
	}
	.shop-form h2.open {
		background:url(../images/down_arrow.gif) no-repeat 2px 2px #ccc;
	}
.center {
	text-align:center;
}
#favoritethings .item {
	clear:left;
	position:relative;
	padding-left:200px;
	padding-bottom:20px;
}
	#favoritethings .item a.image {
		position:absolute;
		left:0;
		top:10px;
		width:200px;
		text-align:center;
	}
#right_column img {
	max-width:642px;
}
a.facebook, a.twitter, a.sms{
	float:left;
    display:inline;
    clear:both;
    width:140px;
    line-height:24px;
    font-size:125%;
    color:#504740;
    padding:5px 0 5px 30px;
    background:url(../images/icon-facebook.gif) no-repeat left center;
}
a.facebook{
    margin-top:20px;
}
a.twitter{
    background:url(../images/icon-twitter.gif) no-repeat left center;
}
a.sms{
    background:url(../images/icon-text.gif) no-repeat left center;
}