body {
	background: url(/giftshop/images/bg_giftshop.gif) top center repeat-y #871200;
}

a,
a:hover {
	color:#871200;
}

.header {
	background: url(/giftshop/images/header_giftshop.gif) top left no-repeat;
}

.mmenu {
	background:#D0c4b1;
}

.mmenu .sel {
	color:#871200;
}

	
.mmenu li A:hover {
	background:#871200;
}

	
.leftbar {
	width:160px!important;
	overflow:hidden;
}

.leftbar h1 {
	color:#9c8880;
	margin-bottom:10px;
}

.leftbar ul {
	border-left:0px solid #E3E3E3;
	border-right:0px solid #E3E3E3;
	padding:0px 0 2px 0;
}

.leftbar li {
	background:none;
	border-bottom:0px solid #E3E3E3;
	padding:0px;
	margin:0px 0 5px 0;
	text-transform:uppercase;
}

.leftbar li a {
	font:bold 11px/17px arial, sans-serif;
	color:#000;
}

.leftbar li .select {
	color:#871200;
	font-weight:bold;
}

.leftbar li li {
	margin:0px;
}

.leftbar li li a {
	font-weight:normal;
	text-transform:none;
	background: url(/giftshop/images/leftnav_li_giftshop.gif) 0px 5px no-repeat;
	padding-left:8px;
	font-size:12px;
}

.leftbar li li .select {
	background: url(/giftshop/images/leftnav_li_giftshop_sel.gif) 0px 5px no-repeat;
}

.welcomeImage {
	padding-bottom:20px;
}

.rightbar {
	background: url(/giftshop/images/icn_dashes_giftshop.gif) top left repeat-y;
	width:598px!important;
	padding-left:25px;
	overflow:hidden;
}
html>/**/body .rightbar {width:573px!important}

.rightbar h1 {
	color:#000;
	margin-bottom:10px;
}

.featuredItemsBlock {
	background: url(/giftshop/images/bg_featuredItems.gif) bottom left no-repeat;
}

.featuredItem {
	border-top:1px solid #D0c4b1;
	padding:15px 15px 0px 15px;
	width:183px;
	margin-right:12px;
	text-align:center;
	float:left;
}
html>/**/body .featuredItem {width:153px; padding-bottom:15px;}

.featuredItem a {
	display:block;
	margin-bottom:12px;
	font:14px/17px georgia, serif;
}

.featuredItem.last {
	margin-right:0px;
}

.featuredItem .price {
	font-weight:bold;
}

.footer {
	border-top:1px solid #D0c4b1;
}

.footer div {
	color:#D0c4b1;
}

/*  PRODUCT PAGE  */


.productDetails {
	border-bottom:1px solid #D0c4b1;
	padding-bottom:18px;
	margin-bottom:10px;
}

.productDetails .image {
	float:left;
	width:183px;
	margin-right:13px;
}

.productDetails .details {
	float:left;
	width:377px;
}

.productDetails .details div {
	margin-bottom:4px;
}

.productDetails .subtitle {
	font:18px/26px georgia, serif;
	color:#871200;
	margin-bottom:10px;
}

.productDetails .title {
	font:24px/29px georgia, serif;
	color:#871200;
	margin-bottom:10px;
}


.productDetails .author {
	text-transform:uppercase;
	font-weight:bold;
}

.productDetails .moreInfo {
	font-weight:bold;
}

.productDetails .price {
	font-weight:bold;
	color:#871200;
	font-size:14px;
	padding:3px 0 5px 0;
}










