/*
 1.   general rules
 1.1  global reset
 1.2. block elements
 1.3. inline elements
 1.4. alignment classes
 1.5. floats
 1.6. miscellaneous classes
 2.   layout
 2.1. container
 2.2. header
 2.3. content
 2.4. footer
 */

/*************************************
 1. General rules
 **************************************/
/*---------1.1. global reset-------------*/
* {
    margin: 0px;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
    text-decoration: none;
		text-indent:0px;
    list-style: none;
}

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, input, select, option, optgroup {
    padding: 0px;
}

html, table.mainTbl {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background:#40301F url(../images/body.gif) top left repeat;
}

.accessAid{
	position:absolute !important;
	width:0px !important;
	height:0px !important;
	overflow:hidden !important;
	text-indent:-9999em !important;
	font-size:0px !important;
}

/*-------1.2. block elements----*/
h1 {
	color:#7F5585;
font-size:20px;
font-weight:bold;
margin-bottom:10px;
}

h1.infoHeading{}

h1.catname{

}

h1 b{
	font-weight:normal;
}

h1 b.catTitleColor1{

}

h1 b.catTitleColor2{
	color:#8DB5A3;
}

h2 {
    color:#8DB5A3;
	 font-size:14px;
	 font-weight:normal;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	margin-bottom:15px;
}

blockquote {
}

noscript div {
    color: red;
    font-size: 12px;
}
/*--------------1.2.1 lists-------------*/
ul {
}

ol {
}

li {
}

dl {
}

dd {
}

dt {
}

.contentList{
	margin-bottom:15px;
}

ul.contentList li{
	list-style:inside;
}

ol.contentList li{
	list-style:decimal inside;
}

/*------------1.2.2 forms-----------------*/
form {
}

form ol {
}

form li {
	margin-bottom:3px;
}

form dl dt {
    float: left;
    clear: left;
    width: 50%;
}

form dl dd {
    float: right;
    clear: right;
    width: 50%;
}

form li label {
    display: block;
    cursor: pointer;
}

fieldset {
    border: none;
}

legend {
}

input.textInput,
input.textinput {
	border:1px solid #3F2D1C;
	color:#7F5585;
	padding:1px 0px;
}

input.submitBtn{
	background:none;
	border:none;
	padding:0px;
	margin:0px;
	color:#EB9FB6;
}

input.resetBtn{
	background:none;
	border:none;
	padding:0px;
	margin:0px;
	color:#EB9FB6;
}

input.imageInput{
	
}

input[ type = "submit" ], 
input[ type = "reset" ] {
    cursor: pointer;
}

button {
    cursor: pointer;
    border: none;
}

select {
	border:1px solid #3F2D1C;
	color:#7F5585;
}

option {
}

optgroup {
}

textarea {
	border:1px solid #3F2D1C;
	color:#7F5585;
}

/*--------------1.2.3. tables-------------*/
table {
    border: none;
    border-collapse: separate;
    border-spacing: 0; /*when set to "0" cellspacing has no effect on tables */
}

tr {
}

td {
}

th {
}

/*----------1.2.4 padded divs------------*/
.pad1 {
}

.pad2 {
}

.pad3 {
}

.pad4 {
}

.pad5 {
}

.infoPage{
	/*text-align:justify;*/
}
/*----------1.3. inline elements---------*/
a {
    cursor: pointer;
/*		color:#969799;*/
    color:#279980;
}

a:hover, a:focus {
}

a:visited {
	    color:#279980;
}

a img {
    border: none;
}

span {
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: oblique;
}

u {
    text-decoration: underline;
}

img {
    border: none;
}

/*-------1.4. alignment classes-------*/
.left {
    text-align: left;
}

img.left {
    float: left;
    clear: left;
		padding:0px 10px 10px 0px;
}

.center {
    text-align: center;
}

img.center {
    margin: 0 auto;
    display: block;
}

.right {
    text-align: right;
}

img.right {
    float: right;
    clear: right;
		padding:0px 0px 10px 10px;
}

/*-------------1.5. floats-------------*/
.leftfloat {
    float: left;
    clear: left;
}

.rightfloat {
    float: right;
    clear: right;
}

/*------1.5.1. clearing floats---------*/
/*clearfix*/
.clearfix:after, 
form li:after, 
form dl:after, 
form dt:after, 
ul:after,
#contactFormHolder:after,
#header:after,
.pad5:after,
.pad6:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*end of clearfix*/

/*-------1.6. other classes------*/
span.button{
	background:url(../images/buttonMiddle.jpg) center left repeat-x;
		display:inline-block;
		font-size:11px;
	
}

span.buttonLeft{
	background:url(../images/buttonLeft.jpg) center left no-repeat;
		display:inline-block;
	
}

span.buttonRight{
	background:url(../images/buttonRight.jpg) center right no-repeat;
	display:inline-block;
	
}

span.button button{
	background:none;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	display:inline-block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

span.button2{
	background:url(../images/buttonMiddle2.jpg) center left repeat-x;
		display:inline-block;
		font-size:11px;
}

span.buttonLeft2{
	background:url(../images/buttonLeft2.jpg) center left no-repeat;
		display:inline-block;
}

span.buttonRight2{
	background:url(../images/buttonRight2.jpg) center right no-repeat;
	display:inline-block;
	padding:0px 4px;
}

span.button2 a{
	background:none;
	padding:1px 3px;
	color:#fff;
	text-align:center;
	text-decoration:none !important;
	display:inline-block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
	display:block;
	height:0px;
	overflow:hidden;
	visibility:hidden;
}
/************************************
 2. Layout
 *************************************/

/*------------2.1. container------------*/
#container {
	position:relative;
	margin:0 auto;
	width:934px;
	font-size:12px;
	color:#7F5585;
	padding:40px 0px 20px 0px;
}

#backgroundOverlay1{
	position:absolute;
	top:10px;
	left:0px;
	width:934px;
	height:117px;
	background:url(../images/backgroundOverlay1.png) center center no-repeat;
}

#backgroundOverlay2{
	position:absolute;
	bottom:0px;
	left:0px;
	width:934px;
	height:102px;
	background:url(../images/backgroundOverlay2.png) center center no-repeat;
}

#backgroundOverlay3{
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-248px;
	width:934px;
	height:495px;
	background:url(../images/backgroundOverlay3.png) center center no-repeat;
}

#wrapper{
	position:relative;
	z-index:5;
	padding-left:10px;
}

#wrapperTop{
	height:42px;
	background:url(../images/wrapperTop.png) center  center no-repeat;
}

#wrapperMiddle{
	background:url(../images/wrapperInner.png) center top repeat-y;
	padding:0px 66px;
}

#wrapperBottom{
	height:42px;
	background:url(../images/wrapperBot.png) center  center no-repeat;
}

.borderTop1{
	background:url(../images/borderTop1.gif) top center no-repeat;
}

.borderMiddle1{
	background:url(../images/borderMiddle1.gif) center top repeat-y;
	position:relative;
}

.borderBot1{
	background:url(../images/borderBot1.gif) center bottom no-repeat;
	padding:20px 25px 20px 20px;
}
/*end of container*/

/*------------2.2. header---------------*/
#header{
	padding-left:5px;
}

a#logo {
	display:block;
	width:232px;
	height:100px;
	text-indent:-999em;
	background:url(/images/logo.jpg) center center no-repeat;
	float:left;
}

#quickLinks{
	float:right;
	margin:50px 0px 15px 0px;
	padding-right:15px;
	clear:right;
}

#quickLinks li{
	float:right;
	margin-left:3px;
}

#quickLinks a{
	display:block;
	width:60px;
	height:63px;
	text-indent:-999em;
}

#quickLinks li.vip a{
	background:url(/images/nav/mycartgiftbox.jpg) center center no-repeat;
	width:60px;
	height:63px;
}

#quickLinks li.news a{
	background:url(/images/nav/myaccountgiftbox.jpg) center center no-repeat;
	width:60px;
	height:63px;
}

#quickLinks li.cart a{
	background:url(/images/box.jpg) center center no-repeat;
	width:60px;
	height:63px;
}

#mainNav{
	/*float:right;*/
	clear:both;
	font-family:"Trebuchet MS";
	font-size:13px;
}

#mainNav li{
	float:left;
	margin-left:10px;
}

#mainNav li.story a{
	color:#279980;
}

#mainNav li.studio a{
	color:#EB9FB6;
}

#mainNav li.contact a{
	color:#7F5585;
}

#mainNav li.faqs a{
	color:#EB9FB6;
}

#mainNav li.info a{
	color:#279980;
}

#mainNav a{
	
}

#mainNav a:hover{
	
}
/*end of header*/

/*------------2.3. content--------------*/
#content {
	clear:both;
	min-height:450px;
}

#contentTable{
	background:transparent url(../images/borderMiddle2.gif) repeat-y scroll right top;
}

#homePageTop{
	background:url(../images/homePageTop.gif) center top no-repeat;

}

#homePageBot{
	background:url(../images/homePageBot.gif) bottom center no-repeat;
	padding:20px 14px 14px 14px;

}

#homePage{
	background:url(../images/homePageMiddle.gif) top center repeat-y;
	text-align:center;
	margin:5px 0px 0px 5px;
}
/*main content*/
#mainCell{
	background:transparent url(../images/borderBot2.gif) no-repeat scroll right bottom;
	min-height:450px;
}

#mainContent {
    background: transparent url(../images/borderTop2.gif) no-repeat scroll right top;
    min-height: 450px;
    padding: 20px 20px 20px 25px;
}

#mainContent a{
	
}

#mainContent a:hover{
	text-decoration:underline;
}

#breadcrumb {
	color:#BDBEC0;
	text-transform:lowercase;
	padding-bottom:10px;
}

#breadcrumb a {
	color:#BDBEC0;
}

#breadcrumb a:hover{
	color:#7D5683;
}

#breadcrumb .trail {

}

.trail a:hover {

}

.prevnext{
	float:right;
}

/*contact form*/
#contactFormHolder #leftSide{
	float:left;
	width:280px;
}

#contactFormHolder #rightSide{
	float:right;
	width:260px;
}

#contactForm .textinput,
#contactForm .textInput{
	width:260px;
}

#contactForm textarea{
	width:260px;
	height:100px;
}
/*end of contact form*/

/*VIP form*/
#vipForm fieldset{
	margin-bottom:15px;
}

#vipForm .textinput{
	width:240px;
}

#vipForm .textinputSmall{
	width:77px;
}

#vipForm select{
	width:244px;
}

#vipForm select.selectSmall{
	width:77px;
}
/*end of VIP form*/

/*custom product switcher*/
#customProdSwitcher ul{
	width:174px;
	margin-left:-5px;
	float:left;
	position:relative;
}

#customProdSwitcher li{
	float:left;
	margin:2px; 
	position:relative;
}

#customProdSwitcher li a{
	display:block;
	width:82px;
	height:82px;
	overflow:hidden;
}

#customProdSwitcher li a img{
	width:80px;
	height:80px;
	border:1px solid #fff;
}

#fullProduct{
	float:right;
	margin:3px -8px 0px 0px;
	background:url(../images/fullProductBack.gif) center center no-repeat;
	position:relative;
}

#fullProduct img{
	width:400px;
	height:400px;
	display:block;
	padding:10px 8px 7px 6px;
}
/*end of custom product switcher*/
/*end of main content*/

/*side content*/
#sideCell {
	width:125px;
	padding:10px 10px 0px 0px;
	text-align:right;
}

#sideContent{
	
}

#quickLinks2 a,
#quickLinks3 a{
	color:#279980;
	font-size:14px;
}

#quickLinks2 a b,
#quickLinks3 a b{
	color:#7F5585;
	font-weight:normal;
}

#quickLinks2 a:hover,
#quickLinks3 a:hover{
	color:#7F5585;
	font-size:14px;
}

#quickLinks2 .title,
#quickLinks3 .title{
	font-size:17px;
}

#sideNav {
	color:#969799;
	font-weight:lighter;
	text-transform:lowercase;
	padding-top:0px;
	font-family:"Trebuchet MS";
}

#sideNav li {
	margin-bottom:13px;
}

#sideNav a {
	padding:2px 0px 2px 17px;
/*	color:#969799;*/
	    color:#279980;
}


#sideNav li.selected a,
#sideNav li.subselected a,
#sideNav a:hover,
#sideNav li.thumbOver a{
	color:#7F5585;
	background:url(../images/navLinkOver.gif) 0px 3px no-repeat;
}

#sideNav li.selected a {

}

#v li.selected a:hover{

}

#sideNav li.subcat a {
}

#sideNav li.subcat a:hover{
}

#miniCart{
	padding-top:30px;
}

#miniCart a{
	color:#7F5585;
}

#miniCart a:hover{
	
}
/*end of side content*/

/*product table*/
table#prodtable {

}

table#prodtable a {

}

tr.trImage {

}

td.tdImage {

}

div.prodCatImgHolder{
	width:140px;
	height:96px;
	position:relative;
	bottom:-10px;
}

div.prodCatImgHolder img{
	margin-top:-70px;
	position:relative;
	z-index:10;
}

p.prodCatDescHolder{
	padding-left:155px;
	min-height:25px;
}

tr.trName {
	color:#7F5585;
}

tr.trName a{
	color:#7F5585;
}


tr.trDescription {
	display:none;
}

td.tdDescription {
}

tr.trPrice {
}

td.tdPrice {
}

tr.trBuyButton {
}

td.tdBuyButton {
}

td.tdBuyButton a{
	color:#8DB5A3;
}

td.productsImageHolder a{
	display:block;
	background:url(../images/imageBg.jpg) center center no-repeat;
	padding:5px;
}

td.tdImage td a {
}
/*end of product table*/

/*categories table*/
table#categoriesTable {
}

table#categoriesTable tr {
	text-align:center;
}

.tdCatName{
	padding:5px 0px;
}

p.catDescription{
	margin:0px;
	padding:0px;
}
/*end of categories table*/

/*product detail table*/
table#productDetailTable{
}

td.image-cell{
	width:210px;
	text-align:center;
	padding-right:10px;
}

a.hrefProductDetailImage{
	display:block;
	width:185px;
	height:155px;
	padding:12px;
	text-align:center;
	background:url(../images/hrefProductDetailImage.gif) center center no-repeat;
}

img.prodfullimage{}

a.zoom{
	text-transform:lowercase;
	color:#8DB5A3;
}

a.zoom:hover{
}

td.text-cell{
}

h1.productDetailName{
	text-transform:lowercase;
}

p.productDetailDescription{
	min-height:190px;
}

div.productDetailOptions{
}

div.productDetailPrice{
	padding:5px 0px;
}

div.productDetailEmailFriend{
}

div.productDetailAddToWishlist{
}

div.productDetailBuyNow{
	float:left;
	margin-right:20px;
}
/*end of product detail table*/

/*cross promotion table*/
div#cross-promotion {
    clear: both;
		background:url(../images/crossPromoTop.gif) top center no-repeat;
		padding:15px 0px;
		margin-top:20px;
}

table#cross-promotion-table {
	width:100%;
}

tr.image-row {
}

tr.image-row a {
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
}

tr.image-row img {
	width:80px;
	height:80px;
}

tr.product-name-row {
	display:none;
	text-align:center;
}

tr.price-row {
	display:none;
	text-align:center;
}
/*end of cross promotion table*/


/*search form*/
#searchForm{
	
}

#searchInput{
	width:200px;
}

#searchSubmit{
	
}
/*end of search form*/

/*vip subscribe form*/
#vipSignupEmail{
	width:200px;
}
/*end of vip subscribe form*/

/*signup form*/
#subscribeForm{
	float:right;
	width:150px;
	padding:22px 28px;
	background:url(../images/subscribeForm.gif) center center no-repeat;
	text-align:center;
}

#signupEmail{
	width:150px;
	display:block;
	margin-bottom:3px;
}
/*end of signup form*/

/*checkout form*/
form#checkoutForm {
}

form#checkoutForm td,
table.cobtbl td{
	padding:2px;
}

/*end of checkout form*/

/*affiliate form*/
table#affiliateTable td{
	padding:2px;
}

table#affiliateTable .textInput{
	width:100px;
}
/*end of affiliate form*/

/*search page search form*/
form#search-page-form {
}

form#search-page-form fieldset {
	padding:2px;
}

form#search-page-form input.textinput {
	width:220px;
}

form#search-page-form select {
	width:225px;
}

form#search-page-form select input.submitBtn {
}

form#search-page-form label {
	display:block;
}

#search-info dt{
	color:#A7C5B9;
	font-size:12px;
}

#search-info dd{
	padding:0px 0px 10px 20px;
}
/*end of search page search form*/

/*cart form*/
#mainForm {
}

#mainForm td {
	padding:2px;
}

#mainForm label{
	
}

#mainForm input.textinput {
	width:220px;
}

#mainForm select {
	width:223px;
}

#mainForm select#payprovider {
	margin-left:78px;
	margin-bottom:5px;
}

#mainForm textarea {
	width:220px;
	height:70px;
	margin-left:115px
}
/*end of cart form*/

/*end of content*/

/*-----------2.4. footer----------------*/
#footer {
	height:40px;
	padding:5px 0px 20px 150px;
	clear:both;
	text-align:center;
}

#footer a {
}

#footer a:hover {
}

#footerNav {
}

#footerNav ul {
}

#footerNav li {

}


#credits{
	position:relative;
	top:55px;
	text-align:center;
	color:#968C82;
}

#credits a{
	color:#968C82;
}

#credits a{
	
}

#copyright{
	
}

#copyright a{
	
}
/*end of footer*/

#quantity-div fieldset{
	border-top: solid 5px #ffffff;
}

#quantity-div label{
	width: 80px;
	float: left;
}

.quantity-box input{
	border:1px solid #3F2D1C;
	color:#7F5585;
	padding:1px 0px;
}