html {
	background: #f2f2f2 url('../images/main-bg.png') 50% 0% no-repeat;
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: url('../images/repeat-sides2.png') 50% 0% repeat-y;
	padding: 0;
	margin: 0;
}
.home {
	width: 180px;
	height: 22px;
	margin: 0;
	padding: 0px 0 0 20px;
	display: block;
	clear: both;
	color: #E6E6E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	top:-24px;
	left:0;
	z-index:999;
	position:absolute;
}
.special {
	width: 190px;
	height: 24px;
	display: block;
	clear: both;
	color: #E6E6E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	z-index:999;
	background-color:#493050;
	padding: 8px 0 0 20px;
}
h2 {
	margin: 0;
	padding: 0;
	display: block;
	color: #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
h3 {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	
}
h4 {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	color: #fff;
	font-size: 12px;
	line-height:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.h4class{
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	background: #fff;
	width: 968px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
}
#header {
	background: url('../images/header.jpg') 50% 0% no-repeat;
	width: 738px;
	height: 85px;
	margin: 0 auto;
	padding: 110px 0 0 230px;
	display: block;
	clear: both;
	position: relative;
	z-index:9;
}
.logo {
	background: url('../images/logo.jpg') 50% 0% no-repeat;
	width: 134px;
	height: 121px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: absolute;
	top: 23px;
	left: 23px;
	border:0;
}
.banner {
	background: url('../images/logo.jpg') 50% 0% no-repeat;
	width: 353px;
	height: 106px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: absolute;
	top: 5px;
	right: 2px;
}
#navigation {
	width: 465px;
	_width:450px;
	height: 43px;
	margin: 40px 0 0 20px;
	padding: 0;
	display: block;
	float: left;
}
#navigation a {
	color: #e6e6e6;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	color: #DDD6DD;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav-home {
	width: 81px;
	_width:78px;
	height: 29px;
	margin: 0;
	padding: 13px 0 0 0;
	display: block;
	float: left;
}
.nav-about {
	width: 130px;
	_width:128px;
	height: 29px;
	margin: 0;
	padding: 13px 0 0 0;
	display: block;
	float: left;
}
.nav-test {
	width: 123px;
	_width:120px;
	height: 29px;
	margin: 0;
	padding: 13px 0 0 0;
	display: block;
	float: left;
}
#navigation-number {
	margin: 53px 0 0 8px;
	padding: 0;
	display: block;
	float: left;
	color: #fff;
	font-size: 22px;
}
#navigation-search {
	width: 353px;
	margin: 8px 0 0 0;
	padding: 0;
	display: block;
	position: absolute;
	right: 0;
}
.search-text {
	background: url(../images/search-textbg.png) 50% 0% no-repeat;
	width: 231px;
	height: 20px;
	margin: 0;
	padding: 4px 7px 0 7px;
	display: block;
	float: left;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #888888;
}
.submit-button {
	background: url(../images/search-button.png) 50% 0% no-repeat;
	width: 88px;
	height: 24px;
	margin: 0 0 0 5px;
	padding: 0;
	display: block;
	float: left;
	border: 0;
}

/* Content */

/* LEFTCOLUMN */
#leftcolumn {
	width: 210px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#left-navigation {
	width: 210px;
	margin: 0 0 12px 0;
	padding: 0;
	display: block;
	float: left;
	border-right: 1px #c9c2ca solid;
	position:relative;
	z-index:998;
}
#left-navigation a {
	width: 180px;
	height: 22px;
	margin: 0;
	padding: 8px 0 0 30px;
	display: block;
	clear: both;
	border-bottom: 1px #a498a7 dotted;
	color: #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}
#left-navigation a:hover {
	background: #eceaed;
	width: 180px;
	height: 22px;
	margin: 0;
	padding: 8px 0 0 30px;
	display: block;
	clear: both;
	border-bottom: 1px #a498a7 dotted;
	color: #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}
.cat-heading {
	background: #48314f;
	width: 190px;
	height: 27px;
	margin: 0;
	padding: 3px  0 0 20px;
	display: block;
	clear: both;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
}
.special-offers {
	background: url('../images/special-offers.jpg') 0 0% no-repeat;
	width: 170px;
	height: 74px;
	margin: 0 0 12px 0;
	padding: 120px 20px 0 20px;
	display: block;
	clear: both;
}
.signup-bg {
	background: url('../images/signup-bg.png') 50% 0% no-repeat;
	width: 162px;
	height: 21px;
	margin: 0;
	padding: 3px 0 0 7px;
	display: block;
	clear: both;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0;
	background-position:right;
}
.signup-button {
	background: url('../images/sign-up.png') bottom right no-repeat;
	width: 88px;
	height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
	float: right;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0;
	cursor: pointer;
}
.need-help {
	background: transparent url('../images/need-help.jpg') 0 0% no-repeat;
	width: 105px;
	height: 36px;
	margin: 0 0 150px 0;
	padding: 190px 0 0 105px;
	display: block;
	clear: both;
}
.call-back {
	background: url('../images/call-back.png') 50% 0% no-repeat;
	width: 88px;
	height: 25px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	border: 0;
	cursor: pointer;
}
.sub2 {
	background: url('../images/submit.png') 50% 0% no-repeat;
	width: 88px;
	height: 25px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	border: 0;
	cursor: pointer;
	float:left;
	margin-left:60px;
	}
	.sub {
	background: url('../images/submit.png') 50% 0% no-repeat;
	width: 88px;
	height: 25px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	border: 0;
	cursor: pointer;
	float:right;
	}
	.suba{
	background: url('../images/submit.png') 50% 0% no-repeat;
	width: 88px;
	height: 25px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	border: 0;
	cursor: pointer;
	float:left;	}
/* LEFTCOLUMN END */

/* MIDDLECOLUMN */
#middlecolumn {
	width: 564px;
	_width:558px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	display: block;
	float: left;
}
#middlecol-top {
	background:url('../images/middlecol-top.jpg') 50% 0% no-repeat;
	width: 511px;
	height: 185px;
	margin: 0 auto;
	padding: 20px 0 0 10px;
	display: block;
	clear: both;
	position: relative;
}
.middlecol-gifts {
	width: 286px;
	height: 152px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 13px;
	right: 0;
}
.middle-heading {
	width: 450px;
	margin: 0;
	padding: 0 0 15px 0;
	display: block;
	clear: both;
}
.big-heading {
	color: #48314f;
	font-size: 40px;
}
.small-heading {
	margin: 0 0 0 85px;
	padding: 0;
	display: block;
	color: #48314f;
	font-size: 18px;
}
.middle-text {
	widtH: 225px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	color: #48314f;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.readmore {
	background: url('../images/read-more.png') 50% 0% no-repeat;
	width: 105px;
	height: 23px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
}
#middle-content {
	width: 521px;
	margin: 10px auto;
	padding: 0;
	display: block;
	clear: both;
}
.product-listing {
	width: 521px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	border-bottom: 1px #48314f dotted;
}
.product-listing-prod {
	width: 521px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
}
.main-title {
	background: url('../images/mainheading-bg.jpg') 50% 0% no-repeat;
	width: 513px;
	height: 32px;
	margin: 0;
	padding: 8px 8px 12px 0;
	display: block;
	clear: both;
	color: #48314f;
	font-size: 26px;
	text-align: right;
}
.product-block {
	widtH: 125px;
	height: 154px;
	margin: 0 0 10px 5px;
	padding: 0;
	display: block;
	float: left;
}
.product-block-image {
	widtH: 125px;
	height: 112px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.product-name-purple {
	background: url('../images/name-repeat.jpg') 50% 0% repeat-x;
	width: 123px;
	height: 42px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	border-right: 1px #76647b solid;
	border-left: 1px #76647b solid;
}
.product-name {
	background: url('../images/product-arrow.png') 95% 14px no-repeat;
	width: 118px;
	height: 38px;
	margin: 0;
	padding: 4px 0 0 5px;
	display: block;
	float: left;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.search-block {
	width: 521px;
	margin: 30px auto;
	padding: 0;
	display: block;
	clear: both;
	border-bottom: 1px #48314f dotted;
}
.price-range-block {
	background: url('../images/search-block.png') 50% 0% no-repeat;
	width: 162px;
	height: 161px;
	margin: 0 0 10px 11px;
	padding: 15px 0 0 0;
	display: block;
	float: left;
	color: #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
.searchtitle {
	width: 162px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
} 
.searchsmall {
	height: 39px;
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
.search-range {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
.view-products {
	background: url('../images/view-products.png') 50% 0% no-repeat;
	width: 126px;
	height: 23px;
	margin: 30px auto;
	padding: 0;
	display: block;
	clear: both;
}
/* MIDDLECOLUMN END */


/* RIGHTCOLUMN */
#rightcolumn {
	width: 194px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#basket {
	width: 194px;
	margin: 0 0 12px 0;
	padding: 0;
	display: block;
	clear: both;
	border-left: 1px #c9c2ca solid;
	border-bottom: 1px #c9c2ca solid;
}
a.basket-view {
	background: url('../images/basket-view.jpg') 50% 0% no-repeat;
	width: 57px;
	height: 20px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	right: 10px;
	top: 6px;
}
.basket-heading {
	background: #48314f;
	width: 183px;
	height: 26px;
	margin: 12px 0 0 0;
	padding: 4px 0 0 11px;
	display: block;
	clear: both;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
	position: relative;
}
.cart-wrap {
	width: 184px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	margin: 0;
	padding: 7px 0 0 10px;
	display: block;
	clear: both;
	border-bottom: 1px #a498a7 dotted;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
.cart-wrap a {
	color: #75647b;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.cart-delete {
	background: url('../images/cart-delete.jpg') 50% 0% no-repeat;
	width: 17px;
	height: 17px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: absolute;
	top: 7px;
	right: 10px;
}
.shopping-price {
	background: #e8e4e8;
	width: 183px;
	min-height: 33px;
	height: auto !important;
	height: 33px;
	margin: 0;
	padding: 5px 0 0 10px;
	display: block;
	clear: both;
	color: #75647b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.price-bold {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #48314f;
}

#offers-block {
	width: 194px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	border-left: 1px #c9c2ca solid;
}
.save {
	background: url('../images/save.png') 50% 0% no-repeat;
	width: 106px;
	height: 106px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 10;
	top: -5px;
	left: -6px;
}
.offers-heading {
	background: #48314f;
	width: 94px;
	height: 26px;
	margin: 0;
	padding: 4px 0 0 100px;
	display: block;
	clear: both;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
	position: relative;
}
.offers-productblock {
	background: url('../images/offers-bg.jpg') 50% 0% repeat-x;
	width: 186px;
	height: 78px;
	margin: 0;
	padding: 5px 0 0 7px;
	display: block;
	clear: both;
	border-bottom: 1px #a498a7 dotted;
}
.offers-product {
	width: 177px;
	height: 72px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
.offers-product-image {
	widtH: 78px;
	height: 72px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.offers-product-name {
	background: #48314f;
	width: 96px;
	height: 69px;
	margin: 0;
	padding: 3px 0 0 3px;
	display: block;
	float: left;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.offers-product-name a {
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.offers-product-name-small {
	font-size: 10px;
} 

.product-price {
	background: url('../images/product-arrow.jpg') 90% 0% no-repeat;
	width: 96px;
	height: 18px;
	margin: 3px 0 0 0;
	padding: 2px 0 0 0;
	display: block;
	clear: both;
}
.rightcol-images {
	margin: 15px auto;
	padding: 0;
	display: block;
	clear: both;
	border: 0;
}
/* RIGHTCOLUMN END */



#footer {
	width: 958px;
	height: 47px;
	margin: 0;
	padding: 8px 0 0 10px;
	display: block;
	clear: both;
	color: #48314f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 7px #48314f solid;
}
#footer-address{
	width: 500px;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	color: #48314f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer-links {
	width: 450px;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	color: #48314f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer-links a {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #48314f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#footer-links a:hover {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #B4AFB5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.clearfix {
	clear: both;
}

.prod{
width:90px;
display:block;
}
a{
border:0;
border:0;
}
#slide-contact{
Background:url("../images/call-back-drop.png");
display:block;
width:210px;
height:150px;
margin-left:-105px;
margin-bottom:40px;
padding:0;
}
.call-me-back{
width:170px;
padding-top:20px;
padding-left:20px;
}

.call-me-back input{
margin-top:10px;
}

.special-occ{
border-left:1px solid #48314E;
}

/* LISTING PAGE */
.listing-productblock {
	background: url('../images/listing-bg.jpg') 50% 0% repeat-x;
	width: 521px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	border-top: 1px #48314f dotted;
	position: relative;
}
.page-navigator {
	width: 506px;
	height: 24px;
	margin: 0 auto;
	padding: 6px 0 0 15px;
	display: block;
	clear: both;
}
.previous-page {
	background: url('../images/previous-page.png') 50% 0% no-repeat;
	width: 122px;
	height: 20px;
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	float: left;
	border:0px;
}
.page-number {
	background: url('../images/number-spot.png') 50% 0% no-repeat;
	width: 24px;
	height: 20px;
	margin: 0 5px 0 5px;
	padding: 0;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:0px;
}
.page-number-selected{
	background: url('../images/number-spot.png') 50% 0% no-repeat;
	width: 24px;
	height: 20px;
	margin: 0 5px 0 5px;
	padding: 0;
	display: block;
	float: left;
	color: #6D5B73;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:default;
}
.next-page {
	background: url('../images/next-page.png') 50% 0% no-repeat;
	width: 122px;
	height: 20px;
	margin: 0 0 0 20px;
	padding: 0;
	display: block;
	float: left;
	border:0px;
}
.listing-images {
	width: 238px;
	height: 162px;
	margin: 0;
	padding: 18px 0 0 5px;
	display: block;
	float: left;
}
.listing-images-big {
	width: 149px;
	height: 149px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}


.listing-images-small {
	width: 71px;
	height: 71px;
	margin: 0 0 6px 5px;
	padding: 0;
	display: block;
	float: left;
}
.listing-des {
	width: 273px;
	height: 100px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.purple-heading {
	width: 255px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
	border-bottom: 1px #d1cbd3 dotted;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #48314f;
	font-weight: bold;
}
.purple-title {
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	float: left;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #48314f;
	font-weight: bold;
}
.listingproduct-text {
	width: 250px;
	margin: 12px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #808080;
}
.listingproduct-price {
	margin: 12px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #48314f;
	font-weight: bold;
}
.listingproduct-price-small {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #48314f;
	font-weight: bold;
}
.email-friend {
	background: url('../images/email-friend.png') 50% 0% no-repeat;
	width: 122px;
	height: 21px;
	margin: 13px 7px 0 0;
	padding: 0;
	display: inline-block;
	float: left;
}
.view-details {
	background: url('../images/view-details.png') 50% 0% no-repeat;
	width: 122px;
	height: 21px;
	margin: 13px 0 0 0;
	padding:	0;
	display: inline-block;
	float: left;
}
.save {
	background: url('../images/save.png') 50% 0% no-repeat;
	width: 106px;
	height: 106px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 10;
	top: -5px;
	left: -6px;
}
.save-listing {
	background: url('../images/save.png') 50% 0% no-repeat;
	width: 106px;
	height: 106px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 5;
	top: 7px;
	left: -4px;
}
.new-listing {
	background: url('../images/new-product.png') 50% 0% no-repeat;
	width: 106px;
	height: 106px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 10;
	top: 7px;
	left: -4px;
}
.main-title {
	background: url('../images/mainheading-bg.jpg') 50% 0% no-repeat;
	width: 513px;
	height: 32px;
	margin: 0;
	padding: 8px 8px 12px 0;
	display: block;
	clear: both;
	color: #48314f;
	font-size: 26px;
	text-align: right;
}
.main-title2 {
	background: url('../images/mainheading-bg2.jpg') 50% 0% no-repeat;
	width: 513px;
	height: 32px;
	margin: 0;
	padding: 8px 0 16px 8px;
	display: block;
	clear: both;
	color: #48314f;
	font-size: 26px;
	text-align: left;
}
.clearfix {
	clear: both;
}

.emailafriend{
height:210px;
display:block;
background:#F2F2F2;
}

.email label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:40px;
	margin-top:20px;
	margin-right:20px;
	Font-size:14px;
	width:130px;
	display:inline-block;
}

.email input{
width:260px;
border:1px solid #B7AFBA;
}
.email textarea{
width:260px;
margin-top:20px;
border:1px solid #B7AFBA;
}
.email .submit{
margin-top:20px;
margin-left:240px;
background:url("../images/submit.png") ;
width:88px;
height:25px;
border:0;
}

.heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 513px;
	height: 32px;
	margin: 0;
	display: block;
	clear: both;
	color: #48314f;
	font-size: 26px;
	text-align: left;
}
.padding-prev{
	/*background: url('../images/previous-page.png') 50% 0% no-repeat;*/
	width: 122px;
	height: 20px;
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	float: left;
}

.left-cont-prod{
	float:left;
	width:300px;
	display:block;
}
.right-cont-prod{
	float:left;
	width:200px;
	display:block;
	margin-left:20px;
}
.small-image{
	float:left;
	margin-left:12px;
	margin-bottom:10px;
	margin-top:10px;
}
.head-heading {
	padding: 0;
	display: block;
	clear: both;
	border-bottom: 1px #d1cbd3 dotted;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #48314f;
	font-weight: bold;
}
.product-text {
	margin: 12px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #604C66;
}

.prod-name{
font-wight:normal;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#48314f;
}

.prod-price{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	clear:both;
	Font-weight:Bold;
	Font-size:28px;
	color:#48314F;
}
.engraving{
float:left;
display:block;
clear:both;
width:570px;
margin-top:20px;
}
.eng-img-block{
float:left;
width:280px;
display:block;
}

.eng-text-block{
float:left;
display:block;
width:250px;
}

.engform-item{
border:1px solid #48314F;
}
.engform-item2{
border:0;
width:100px;
text-align:right;
}
.engtable  td{
border-bottom: 1px dotted #48314F;
}

.bottom-listing{
	display:block;
	clear:both;
	font-size:11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#48314F;
	text-align:justify;
	padding-right:10px;
}
.bottom-listing2{
	display:block;
	clear:both;
	font-size:10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#48314F;
}
.alsolike{
	margin-top:10px;
	padding: 0 20px 0 0;
	height:40px;
	width:501px;
	display:block;
	background:url("../images/maylike.jpg");
	float:right;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	color: #48314f;
	font-size: 26px;
	text-align:right;
}

.featuredprod{
	width:520px;
	display:block;
	clear:both;
	float:left;
	min-height:100px;
	margin-top:20px;
}

.dark{
background:#EBE9EC;
}

td{
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #48314f;
	font-weight:bold;
}
.engrave{
background:url("../images/inputbg.jpg") no-repeat;
border:0;
width:205px;
height:28px;
padding-left:10px;
padding-top:5px;
margin-left:5px;
color:#48314F;

}

.head-heading2 {
	padding: 0;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #48314f;
	font-weight: bold;
}

.quant{
width:50px;
height:28px;
border:0;
background: url("../images/quant.jpg") no-repeat;
padding-top:5px;
padding-left:7px;
margin-left:10px;
color:#48314F;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

.emailprod{
display:block;
clear:both;
width:200px;
background:#DED7DE;
padding-left:10px;
margin:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.emailprod input{
width:180px;
}

.emailprod textarea{
width:180px;
height:100px;
}

.emailprod .submit{
margin-top:0px;
margin-bottom:10px;
margin-left:0px;
background:url("../images/submit.png") ;
width:88px;
height:25px;
border:0;
}

.emails{
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#48314F;
}

.buy-it{
background:url("../images/add-basket.jpg")  50% 0% no-repeat;
	width: 150px;
	height: 30px;
	margin: 13px 0 0 0;
	padding:	0;
	display: block;
	float: left;
	border:0;
	font-size:0;
	position:relative;
}
.email-friend2 {
	background: url('../images/email2.jpg') 50% 0% no-repeat;
	width: 150px;
	height: 30px;
	margin: 13px 7px 0 0;
	padding: 0;
	display: block;
	float: left;
}

.item-thing{
	/*background: url('../images/listing-bg.jpg') 50% 0% repeat-x;*/
	width: 321px;
	height: 320px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
}
.new-listingmain {
	background: url('../images/new-product.png') 50% 0% no-repeat;
	width: 106px;
	height: 106px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 10;
	top: -5px;
	left: -5px;
}

.save-listingmain {
	background: url('../images/save.png') 50% 0% no-repeat;
	width: 106px;
	height: 106px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 10;
	top: -5px;
	left: -5px;
}

.cart-listing{
	width:130px;
	display: block;
}


#viewcart{
font-size:16px;
width:500px;
text-align:left;
}

#viewcart td{
margin-left:5px;
font-size:12px;
}

#viewcart tr{
	color: #48314F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.contus{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #48314F;
}

.contus strong{
color: #48314F;
}

.testtop{
margin-top:20px;
background: url("../images/testtop.png") no-repeat;
width:521;
height:10px;
}
.testbot{
background: url("../images/testbot.png") no-repeat;
width:521;
height:11px;

}
.testim{
background-color:#E5E0E6;
padding-left:10px;
padding-right:10px;
}

.aboutus{

}


.aboutusblock{
display:block;
float:left;
width:200px;
height:200px;
margin-left:35px;
}

.abouttext{
width:160px;
padding-left:20px;
display:block;
}
#silvergifts{
display:block;
float:left;
margin-top:0px;
width:900px;
}

.thanks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
		color: #48314F;
}
.thankspan{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #48314F;
}

label{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #48314F;
		display:inline-block;
		width:150px;
}

.topcontent{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #48314F;
}

.checkout-option{
display:block;
margin-top:20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #48314F;
		font-weight:bold;
}

a{
color:#551A8B;
}
.sorry-results{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #48314F;
}
#cont label{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #48314F;
		display:inline-block;
		width:120px;
}
#cont input{
	width:207px;
	margin-top:5px;
}
#cont .textarea{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #48314F;
		display:inline-block;
		width:120px;
		display:block;
		padding-top:-100px;
		float:left;
		
}


#cont textarea{
width:207px;
float:left;
margin-top:5px;
}

#cont{
min-height:340px;
margin-bottom:20px;
padding-bottom:20px;
}

.copy{
cursor:pointer;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		background: url("../images/longbutton.png") no-repeat;
		color:white;
		 width:141px;
		 height:20px;
		 display:block;
padding-top:7px;
padding-left:80px;
margin-left:330px;
}

a{
border:none;
}

.qty{
padding-left:155px;
}

.wasprice{
text-decoration: line-through;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
		color: #48314F;
}

h1 {
padding:0;
margin:0;
font-weight:normal;
}

.eng{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #48314F;
		top:-10px;
		left:160px;
		padding-left:15px;
		padding-top:2px;
		text-decoration:none;
		display:block;
		width:79px;
		height:22px;
		background: url('../images/enlarge.png') no-repeat;
		z-index:999;
		text-decoration: none;
		position:absolute;
		}
		
.eng a{
		text-decoration: none;
}		
		.vmessage{
			font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #48314F;
		}
		

	
	.pay input{
		float:left;
		display:block;
	}
	
	.pay label{
		float:left;
		display:block;
	}
	


#paymenttbl{
border:none;
}
#paymenttbl{
border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: green green green green;
	border-collapse: collapse;
}
#paymenttbl td{
background: #E8E4E8;
border:0px white #E8E4E8;
padding-top:5px;
padding:3px;
margin:0;

}
#viewcart{
font-family: Verdana, Arial, Helvetica, sans-serif;
border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: green green green green;
	border-collapse: collapse;
}
#viewcart th{
background: #48314F;
color:#DED7DE;
border:0px white #E8E4E8;
padding-top:2px;
padding-left:2px;
padding-bottom:2px;
}
#viewcart .odd2{
background: #FAF8FA;

}

#viewcart .even2{
background: #DED7DE;

}
#viewcart .odd{
background: #FAF8FA;
border-top:1px dotted #A498A7;
}

#viewcart .even{
background: #DED7DE;
border-top:1px dotted #A498A7;
}
#viewcart tr{
height:40px;
}
#viewcart td{
padding-left:5px;
padding-top:2px;
padding-bottom:3px;
}

.offertext{
font-size:10px;
}

.checkout td{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.checkoutform .input{
width:250px;
}
.tick{
width:260px;
}
.tickbox{
width:10px;
}
#paymentopt{
border-collapse:collapse;
margin-left:1px;
}
#paymentopt td{
width:250px;
padding-top:1px;
border:1px solid #DED7DE;
border-collapse:collapse;
font-size:14px;
text-align:center;
}
 .paytitle{
background:#DED7DE;
}
.gcheckout{
margin-left:50px;
}
#paymentopt2{
border-collapse:collapse;
border:1px solid #DED7DE;
padding:1px;
width:500px;
}

.cont{
margin-top:10px;
margin-left:10px;
}
.cont img{
border:none;}
.h2prod{
width:300px;
display:block;
}








.listingproduct-price2{
display:none;
}

.prod-price2{
display:none;
}

.wasprice2{
display:none;
}
.listingproduct-pricesale{
display:none;
}


