html, body {
	height: 100%;	
	}

body    {
	margin: 5px 0 0 0;
	padding: 0;
        text-align: center; 
	background: #cfe4de;	
	color: #6e4932;
	font-family: verdana, arial, helvetica, sans-serif;	
	/* adjust baseline font size here, no smaller than 75% */  
	/* Safari didn't like a smaller percentage */
	font-size: 100%;        
	}

table  {
	 /* IE 5 doesn't inherit font sizes into tables */ 
 	font-size: 1em; 
 	}
 	
#page  {
	font-size: 1em;	
	}
	
div, td  {
 	vertical-align: top;
 	} 	
 	
img     {
	border: 0; 
	}

.hide   {
	display: none; 
	}

.pre    {
	visibility:hidden;
	}

.block  {
	display: block;
	}

.inline {
	display: inline;
	}
	
br.clear { 
	clear: both; 
	}	

h1, .title, div.content-title      {
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #a69e48;	
	text-align: center;
	vertical-align: middle;
	height: 32px;
	width: 590px;
	margin: 0 auto 15px auto;
	padding-top: 10px;
	background: url(../../images/whiteshapesmall.gif) left top no-repeat	
	}
	
h2  {
	font-size: 1.1em;
	color: #6e4932;
	}
	
h3  {
	font-size: 1em;
	font-weight: bold;
	color: #e8831d;
	margin-bottom: 0.3em;
	}	
	
p       {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.4;
	}

.brown  {
	color: #6e4932;
	}

.orange  {
	font-weight: bold;
	color: #e8831d;
	}

.floatleft {
	float:left; 
	margin-right:15px;
	}
	
.floatright {
	float: right; 
	margin-left: 15px;
	}

.left {
	text-align:left;
	}
	
.ctr {
	text-align:center;
	}
	
.right {
	text-align:right;
	}
	
.justify {
	text-align:justify;
	}

.small {
	font-size:10px;
	}

.notice {
	color:#e8831d;
	font-weight:bold;
	}

.big {
	font-size: 1.6em;
	}
	
.cbutton, .billbutt, input.sm-button, .abutton, .wbutton, .button, input.sm-button {
	background: url(../../images/button_bg.gif) center left no-repeat; 
	height: 60px;
	color: #6e4932;
	padding: 0 10px 12px 40px; 
	border: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	overflow: visible; 
	margin: 5px 0 0 0;
	}	
	
.cbutton:hover, .billbutt:hover, .abutton:hover, .wbutton:hover, .button:hover, input.sm-button:hover, .submit input:hover {
	color: #a69e48;
	}	

/* Floated images */

.imgright {
	display: inline;
    	float: right;
	margin: 0 0 0 15px; 
	}

.imgleft {
	display: inline;	
    	float: left;
	margin: 0 15px 5px 0; 
	}

/* Link style */

a:link  {
	font-weight: normal;
	text-decoration: none;
	color: #e8831d;
	background: transparent;
	}
	
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #e8831d;
	background: transparent;
	}	
	
a:hover {
	font-weight: normal;
	font-style: normal;
	color: #a69e48;
	background: transparent;
	}

a:active {
	font-weight: normal;
	text-decoration: none;
	color: #e8831d;
	background: transparent;
	}
	
/* Forms */

form {
	padding:0;
	margin:0;
	}

input, select  {
	margin: 5px;
	}
	
/* The content section of the page */

#wrapper  {
	width: 905px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(../../images/content_bg.jpg) left top repeat-y;
	position: relative;
	padding: 0;
	}

#content  {	
	margin: 0 auto 0 auto;
	font-size: .80em;
	background: url(../../images/header_bg.gif) center top no-repeat;
	padding: 0;	
	}

#pagewrapper  {
	padding: 100px 25px 0 30px;	
	}

#leftnav  {
	float: left;	
	width: 190px;
	padding: 45px 0 0 0;
	margin-top: 130px;
	background: #fff url(../../images/leftnav_bg.gif) top center no-repeat;
	}

#page  {	
	float: right;
	width: 635px;
	}
	
#page-checkout  {	
	width: 90%;
	margin: 0 auto 0 auto;
	}	

#footer  {
	background: #cfe4de url(../../images/footer_bg.gif) 2px top no-repeat;	
	clear: both;
	margin: 0 auto 0 auto;
	padding: 80px 20px 40px 60px;
	color: #fff;
	height: 50px;
	}

/* Header */

#logo  {
	position: absolute;
	top: 15px;
	left: -5px;
	}
	
div.searchbox  {
	position: absolute;
	top: 10px;
	left: 370px;
	}
	
div.searchbox input, div.searchbox div {
	display: inline;
	vertical-align: middle;
	}	
	
div.cartlinks  {
	position: absolute;
	top: 60px;
	left: 360px;
	height: 19px;
	margin-bottom: 15px;
	}	
	
div.cartlinks img {
	vertical-align: top;
	margin-left: 15px;
	}	
	
a#viewcart  {
	position: absolute;
	top: -3px;
	left: 595px;
	}		
	
/* Image replacement for header and left nav 
#login {
	width: 55px;
	height: 19px;
	position: relative;
	}
	
#login span {
	background: url(../../images/login.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
*/



/* Left nav content */

.specialbox  {
	background: url(../../images/leftnav_base.gif) bottom center no-repeat;	
	padding-bottom: 5px;
	}

.vert-level-0 a:link, .vert-level-0 a:hover, .vert-level-0 a:active, .vert-level-0 a:visited, .specialnav a:link,  .specialnav a:active, .specialnav a:visited, .specialnav-on a:link,  .specialnav-on a:active, .specialnav-on a:visited, .vert-level-0-on a:link, .vert-level-0-on a:hover, .vert-level-0-on a:active, .vert-level-0-on a:visited {
	display: block;
	width: 170px;
	height: 45px;
	margin: 10px 0 10px 6px;
	}

.vert-level-0 a:hover, .vert-level-0-on a:hover, .specialnav a:hover, .vert-level-0-on a:link, .vert-level-0-on a:active, .vert-level-0-on a:visited, .specialnav-on a:active, .specialnav-on a:visited {
	}

.vert-level-1 a, .vert-level-2 a, .vert-level-1-on a, .vert-level-2-on a  {
	
	}
	
.vert-level-1  {
	background: #fae6dd;
	padding: 3px 0 3px 0;
	}
	
.vert-level-1 a, .vert-level-1-on a  {
	color: #6e4932;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	display: block;
	padding-left: 25px;
	margin: 0 0 0 25px;
	text-align: left;
	background: url(../../images/orangeflower.gif) center left no-repeat; 
	}
	
.vert-level-1-on a  {
	color: #6e4932;
	}	
	
/* Product pages  */

.breadcrumb  {
	text-align: right;
	padding: 0 45px 15px 0;
	}

#item-left  {
	float: left; 
	width: 270px;
	}

#item-right  {
	float: right;
	width: 345px;	
	background: #fff url(../../images/prodform_bg.gif) center repeat-y; 	
	}
	
#item-right .item-error {
	background: none;
	color: #e8831d;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	}	
	
#item-left img {
	text-align: center;
	margin: auto;
	display: block;
	}
	
#item-right-head {
	background: url(../../images/prodform_top.gif) top center no-repeat; 
	padding: 15px 0 0 0;
	width: 345px;
	text-align: center;
	margin: 0;	
	}	
	
#item-right h1  {
	width: 320px;
	}	
		
#item-right div.item-message {
	margin-top: 10px;
	text-align: center;
	}	
	
#item-right div.additional-info  {	
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 15px;
	padding-left: 25px;
	text-align: left;
	background: url(../../images/orangeflower.gif) center left no-repeat; 
	}		
	
div.itemlongdesc  {
	padding: 0 10px 15px 15px;
	background: url(../../images/greenline.gif) bottom no-repeat; 	
	}

div#buttons  {
	margin: 15px auto 0 auto;
	width: 60%;
	text-align: center;
	}	
	
div#buttons a  {	
	color: #a69e48;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
	text-align: left;
	background: url(../../images/orangeflower.gif) center left no-repeat; 
	}	
	
div.itemopts  {
	margin: 15px 0 5px 0;
	padding: 0;
	}

div.itemopts div  {
	vertical-align: middle;
	font-weight: bold;
	}

div.buy > input.sm-button  {
	margin-top: 10px;
	display: block;
	}
	
div.product-form, div.restock-request  {
	clear: right;
	padding: 10px;
	text-align: center;
	background: url(../../images/prodform_base.gif) bottom center no-repeat; 	
	}

div.price, div.restock-request  {
	font-size: 1.2em;
	}
	
div.restock-request  {
	padding-bottom: 10px;
	}

div#quantityorder  {
	text-align: left;
	}
	
div#quantityorder input {
	vertical-align: middle;
	}	

a.lastitem  {
	}

a.nextitem  {
	}

table.related-table  {
	margin-top: 25px;
	}	

table.related-table td {
	padding-top: 10px;
	}	

div.item-pager {
	font-size: .90em;
	padding-top: 30px;
	clear: both;
	text-align: center;
	}
	
#item-left div.gallery {
	width: 270px;
	height: 40px;
	margin-top: 5px;
	padding-top: 11px;
	background: url(../../images/blueshape.gif) center top no-repeat; 		
	}	
	
#item-left div.gallery a  {
	font-weight: bold;
	font-size: 1.1em;
	color: #6e4932;
	}
 
#item-left div.gallery a:hover  {
	color: #fff;
	} 
 
/* Footer */

#footer a:link, #footer a:active, #footer a:visited  {
	color: #fff;
	font-weight: normal;
	}
	
#footer a:hover  {
	color: #f9e5db;
	font-weight: normal;
	}	

#footer #credit  {
	float: left;
	width: 200px;
	text-align: center;
	}

#footer #credit a {
	font-size: .85em;
	}

#footer .footcolumn  {
	float: left;
	margin-left: 10px;
	width: 180px;
	font-size: 1.3em;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
/* Home page */

#homefeatured  {
	background: url(../../images/homefeatured_bg.gif) center top no-repeat; 
	height: 190px;
	position: relative;
	padding: 80px 0 0 220px;
	}

#homefeatured div.indexfeat {
	float: left;
	margin-left: 5px;
	display: inline;
	width: 130px;
	}

div.indexfeat  {
	width: 480px;
	}

img.homelg  {
	position: absolute;
	top: 3px;
	left: 0;
	}

img.homesm  {
	float: left;
	margin: 90px 0 0 13px;
	}

#hometext  {
	clear: both;
	background: url(../../images/hometext_bg.gif) center top repeat-y; 
	margin-top: 15px;
	width: 644px;
	}
	
#hometextwrap2 div {
	width: 500px;
	float: right;
	padding: 20px 20px 20px 0;
	}	
	
#hometextwrap1  {
	background: url(../../images/hometext1_bg.gif) center top no-repeat; 
	width: 644px;
	}
	
#hometextwrap2  {
	background: url(../../images/hometext2_bg.gif) center bottom no-repeat; 
	width: 644px;
	}	

/* Home page */

#homecats {
	clear: both;
	position: relative;  
	margin: 15px 0 15px 0;
	width: 570px;
	height: 205px;
	}
	
#homecats #jewelry  {
	position: absolute;
	top: 55px;
	left: 290px;
	}
	
#homecats #accessories  {
	position: absolute;
	top: 50px;
	left: 55px;
	}
	
#homecats #beauty {
	position: absolute;
	top: 120px;
	left: 185px;
	}
	
#homecats #papergoods{
	position: absolute;
	top: 120px;
	left: 350px;
	}
	
/* Popups */


div.emailpop  {
	width: 85%;
	margin: auto;
	padding: 10px;
	text-align: center;
	background: #fff;
	font-size: .90em;
	}
	
div.emailpop h1 {
	background: none;
	}	
	
div.emailpop table td {
	padding: 5px;
	text-align: left;
	}
	
/* Category page */

div.discount-message  {
	color: #e8831d;
	font-weight: bold;
	margin: 10px 0 10px 0;
	}

div.items {
	/* This is to make the new icon behave */
	position: relative;
	}
	
div.catpager  {
	text-align: center;	
	}
	
div.outstock  {
	/* Out of stock message */
	color: #e8831d;
	font-weight: bold;
	}

.newicon  {
	position: absolute;
	bottom: 5px;
	right:5px;
	}
	
.item-count  {		
	/* Don't display category counts */
	display: none;
	}
	
img.item_thumb_image, img.category_thumb_image  {
	padding: 12px;
	display: block;
	margin: auto;
	text-align: center;
	background: url(../../images/thumb_frame.gif) center top no-repeat;	
	
	}
	
img.item_thumb_image  {
	/* width: 100px;
	height: 100px; */
	}

img.category_thumb_image  {
	margin-bottom: 5px;
	}

img.category_large_image  {
	margin-bottom: 10px;
	}

td.itemcell  {
	font-weight: normal;
	}

td.itemcell a, td.feat-cell a  {
	color: #6e4932;
	font-weight: normal;
	}

td.itemcell a:hover, td.feat-cell a:hover  {
	color: #a69e48;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	}

td.itemcell div.price, td.feat-cell div.price  {
	font-weight: normal;
	font-size: 1em;
	color: #e8831d;
	}

table.catitemoutertable, table.mainnew, table.subcatoutertable  {
	margin: auto;
	text-align: center;
	}

div.items {
	margin: auto;
	text-align: center;
	width: 100%;
	}

table.subcattable  {
	text-align: center;
	margin: auto;
	width: 590px;
	}
	
table.subcattable div.categoryname a {
	background: url(../../images/orangeflower.gif) center left no-repeat; 
	color: #6e4932;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	display: block;
	padding-left: 25px;
	margin: 0 0 0 25px;
	text-align: left;
	}	

.itemcell, .feat-cell, .subcatcell  {
	text-align: center;	
	}

.subcatcell  {
	padding-bottom: 10px;
	}	
	
/* Information pages */

/* User, cart and checkout pages */

table.register-form  {
	text-align: left;
	}

table.register-form td {
	vertical-align: middle;
	}	
	
.field-req {
	text-align:right;
	padding:1px;
	}

.cart-name {
	font-style:italic;
	}

.head {
	font-size:18px;
	font-weight:bold;
	padding:2px;
	}

/* Wishlist user page */

.wlistpage .emailfriend  {
	text-align: center;
	font-size: 1.1em;
	margin: 10px;
	}

#wishlistsearch  {
	margin-top: 15px;
	}
	
table.wishlisttable th {	
	text-align: center;
	font-size: .80em;
	background: #fff;
	}
	
table.wishlisttable td {	
	text-align: center;
	}	

.map-level-0 {margin:10px 20px 10px 20px; font-weight:bold; font-size:12pt; }
.map-level-1{margin-left:35px; font-weight:bold; font-size:10pt;}
.map-level-2{margin-left:45px; font-size:9pt;}
.map-content-link {margin-left:20px; font-weight:bold; font-size:12pt;}
.map-content-link-on{margin-left:20px; font-weight:bold; font-size:12pt;}

/* Formmailer */

.ddfmwrap {
	margin:auto;
	width: 450px; 
	}

.ddfmwrap input {
	margin: 0;
	padding: 0;
	}

.ddfmwrap p.fieldwrap {
	padding: 0;
	margin: 0;
	line-height: 1;	
	}
	
form.ddfm {
	text-align: left;
	width: 430px; 
	}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
	}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;
	}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
	font-weight: bold;
	}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 5px;  
	padding: 3px; 
	}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 5px;
	}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 5px;
	}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
	}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
	}
	
form.ddfm .fmradio input {
	margin: 0 5px 0;
	}	

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 5px;
	padding: 3px;
	}
	
form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
	}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
	}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
	}

form.ddfm img {
	margin: 1px 0 0 10px; 
    	float: left;
	}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 5px;  
	padding: 3px;
	}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
	}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
	}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: center;
	clear:both;
	padding: 0;
	}
	
form.ddfm .submit input {
	color: #6e4932;
	}	

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
	}
