/* Global
================================================*/


body {
	color: #666666;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background-color: #f8cbdf;
}

.clear {
	clear:both;
	overflow:hidden;
	height:1px;
}
	

/* Main layout
================================================*/
#wrap {
	width: 850px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	background-color: #ffffff;
	background-image: url(/images/site_bg.gif);
	background-repeat: repeat-y;
}

.wrap {
	background-color: #ffffff;
	background-image: url(/images/site_bg.gif);
	background-repeat: repeat-y;
}

#maincontent {
	width: 730px;
	position: relative;
	left: 0px;
	top: -5px;
}

#bestsellers {
	width: 100px;
	position: relative;
	right: -10px;
	top: -10px;
	float: right;
	height: 100%;
}

/* Main Body Area
================================================*/
#bits {
	float: left;
	margin-top: 10px;
}
	
#alsolikediv {
	float:left;
	text-align: left;
}
	
#bigdescription {
	float:left;
	width:270px;
	margin: 0;
	padding-bottom: 10px;
	height:240px;
}

#bigimage {
	float:right;
	text-align: right;
	height:160px;
}
	
#textcolumn {
	float:left;
	width:300px;
	margin: 0;
}
	
#textimage {
	float:right;
	width:200px;
	margin-top:30px;
	height:150px;
	background: #dbb8f4;
}
	
#mainbody {
	position: relative;
	float: right;
	width: 538px;
	margin: 0px;
}
	
/*--------feature box one--------*/
	
#bigfeatureone {
	float: left;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	width: 535px;
	height: 220px;
	margin: 0em;
}

/*--------feature box two--------*/

.corners {
	position: relative;
	right: 0px;
	float: right;
	width: 11px;
	height: 125px;
	background-image: url(/images/homepage/corners.gif);
	background-repeat: no-repeat;
}

#bigfeaturetwo {
	float: left;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	width: 535px;
	height: 125px;
	margin: 0em;
	top: 0px;
	left: 0px;
	padding-top: 6px;
}

#bigfeaturethree {
	float: left;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	width: 535px;
	height: 125px;
	margin: 0em;
	top: 0px;
	left: 0px;
	padding-top: 6px;
}

#bigfeaturefour {
	float: left;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	width: 535px;
	height: 125px;
	margin: 0em;
	top: 0px;
	left: 0px;
	padding-top: 6px;
}
	
.bigfeaturetwo {
	float: left;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	width: 250px;
	height: 125px;
}

.bigfeaturetexttwo {
	background-color: #f6e5ec;
	float: left;
	text-align: left;
	width: 264px;
	padding: 5px;
	height: 115px;
}
	
	/* Header
================================================*/
#header {
	width: 730px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

#logo {
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	width: 350px;
	height:75px;
}
	
#toplinks {
	float: right;
	text-align: right;
	padding-right: 0px;
	width: 350px;
	height: 9px;
	font-size: 67%;
	font-weight: bold;
	color: #99628f;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 2px;
}

#toplinks a {
	margin:3px;
	text-decoration: none;
	color: #99628f;
}

#toplinks a:hover {
	margin:3px;
	text-decoration: none;
	color: #bd83b3;
}

	/* side navigation
================================================*/
	
#sidenavbg {
	float:left;
	width:172px;
}
	
		/* product detail
================================================*/

#thumbsmalldiv {
	float:right;
	width: 255px;
	text-align:right;
	margin: 0px;
}

#thumbsmall {
	margin-left: 5px;
	margin-right: 0px;
	text-align:right;
	float:right;
}

			/*  OFFERS
================================================*/

#offerwrapper {
	position: relative;
	left: 0px;
	top: 6px;
	width: 535px;
}

#offersone {
	position: relative;
	left: 0px;
	top: 0px;
	width: 345px;
	float: left;
}

.offersone {
	padding-bottom: 7px;
	border: 0px;
}

#offerstwo {
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
	width: 180px;
}

.offerstwo {
	border: 0px;
}


			/*  BESTSELLERS
================================================*/

.bestsellers {
	clear: both;
	text-align: left;
	margin: 0;
	border: 0;
	color: #935079;
	padding: 5px;
	text-align: center;
}

#sellerimage {
	width: 95px;
	height: 95px;
	border: 0px;
	margin-bottom: 2px;
}

.sellerimage {
	margin-top: 8px;
	border: 0px;
}

.sellertitle {
	margin-top: 18px;
	width: 100%;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}

			/*  PNG
================================================*/

.overlay{
	background-image: url(/images/bestsellers/overlay.png);
	width: 95px;
	height: 95px;
	margin-top: -95px;
	position: relative;
	left: 0px;
	top: 0px;
	border: 0;
}

*html .overlay{
	background: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bestsellers/overlay.png', sizingMethod='image');
}

.thumboverlay{
	background-image: url(/images/product/thumboverlay.png);
	width: 80px;
	height: 80px;
	margin-top: -80px;
	position: relative;
}

*html .thumboverlay{
	background: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/product/thumb_overlay.png', sizingMethod='image');
}

.detailoverlay{
	background-image: url(/images/product/overlay.png);
	width: 250px;
	height: 250px;
	margin-top: -250px;
	position: relative;
	margin-bottom: 10px;
}

*html .detailoverlay{
	background: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/product/overlay.png', sizingMethod='image');
}

			/*  Product list
================================================*/

.productboxone {
	width: 264px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin-right: 5px;
}

.productboxtitle {
	background-image: url(/images/product/titlebg.gif);
	width: 264px;
	background-repeat: no-repeat;
	background-color: #f6e5ec;
	text-indent: 10px;
	margin-top: 10px;
	height: 30px;
	line-height: 28px;
	vertical-align: middle;
}

.productbox {
	float: left;
	width: 264px;
}

.productbox img{
	float: left;
	padding-right: 5px;
}

.productpricewrapper {
	width: 150px;
	position: absolute;
	float: left;
	bottom: 5px;
	left: 110px;
	width: 140px;
}

.productprice {
	width: 60px;
	float: left;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	color: #ef098f;
	font-weight: bold;
	font-size: 0.8em;
}

.moreinfo a{
	background-color: #f8cbdf;
	color: #666666;
	border: 1px solid #5b2a49;
	text-align: center;
	width: 70px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	float: right;
	font-size: 0.7em;
	text-decoration: none;
}

.moreinfo a:hover{
	text-decoration: underline;
}

/* Special Offer
================================================*/

.specialoffer {
	width: 510px;
	border: 1px dashed #eb088b;
	padding: 10px;
	background-color: #f6e5ec;
	color: #eb088b;
	font-size: 0.7em;
	margin-bottom: 10px;
	margin-top: 15px;
}

.specialoffertitle {
	color: #eb088b;
	font-size: 1.4em;
	font-weight: bold;
}

hr {
	color: #eb088b;
	height: 1px;
}

#xxxwrapper {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 100%;
}

#enterbutton {
	float: left;
	width: 284px;
}

#bulletsright {
	float: right;
	width: 226px;
}