/*
 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;
    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:Arial, Helvetica, sans-serif;
		background:#D7CBAD;
}

/*-------1.2. block elements----*/
h1 {
}


h1.catname{
	font-size:16px;
	margin-bottom:15px;
	text-transform:capitalize;
	color:#573414;
}

h1.infoheading{
	font-size:16px;
	margin-bottom:15px;
	text-transform:capitalize;
	color:#573414;
}


h2 {
   
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	margin-bottom:15px;
}

.infoPagePad p{
	text-align:justify;
}

.infoPagePad p.right{
	text-align:right;
}

blockquote {
}

noscript div {
    color: red;
    font-size: 12px;
}

hr {
    display: none;
}

/*--------------1.2.1 lists-------------*/
ul {
}

ol {
}

li {
}

dl {
}

dd {
}

dt {
}

/*------------1.2.2 forms-----------------*/
form {
}

form ol {
}

form li {
}

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;
}
 
#content label{
			color:#593515;
}

fieldset {
    border: none;
}

legend {
}

input.textinput {
	border:1px solid #bbaf94;
	color:#583515;
	padding:1px 0px;
}

input.submitBtn {
	background:none;
	border:none;
	color:#573414;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}

input[ type = "submit" ], input [ type = "reset" ] {
    cursor: pointer;
}

button {
    cursor: pointer;
    border: none;
}

select {
		color:#583515;
		font-family:Arial, Helvetica, sans-serif;
		border:1px solid #bbaf94;
}

option {
}

optgroup {
}

textarea {
		color:#583515;
		border:1px solid #bbaf94;
		font-family:Arial, Helvetica, sans-serif;
}

/*--------------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 {
}
/*----------1.3. inline elements---------*/
a {
    cursor: pointer;
		color:#BBAF94;
}

a:hover, a:focus {
}

a:visited {
}

a img {
    border: none;
}

span {
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: oblique;
}

u {
    text-decoration: underline;
}

del {
	text-decoration: line-through;
}

img {
    border: none;
}

/*-------1.4. alignment classes-------*/
.left {
    text-align: left;
}

img.left {
    float: left;
    clear: left;
}

.center {
    text-align: center;
}

img.center {
    margin: 0 auto;
    display: block;
}

.right {
    text-align: right;
}

img.right {
    float: right;
    clear: right;
}

/*-------------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, 
form dd:after,
#header:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*end of clearfix*/

/*-------1.6. other classes------*/

/************************************
 
 2. Layout
 
 *************************************/

/*------------2.1. container------------*/
#container {
	width:820px;
	position:relative;
	margin:0 auto;
	padding:85px 60px 20px 60px;
	border:40px solid #e6decb;
	background:#ffffff;
	color:#bbaf94;
	font-size:13px;
}
/*end of container*/

/*------------2.2. header---------------*/
#header{}

a#logo {
	display:block;
	width:235px;
	height:45px;
	text-indent:-9999px;
	background:url(../images/logo.jpg) center center no-repeat;
	float:left;
}


#miniCart {
	float:right;
	clear: right;
	color:#9b816a;
	background:url(../images/cart.gif) center left no-repeat;
	padding:3px 0px 3px 25px;
	margin-top:26px;
}

#miniCart a{
	color:#9b816a;
}

#miniCart img {
    vertical-align: middle;
}

#topMenu {
	float:left;
	clear:left;
	text-transform:uppercase;
	width:450px;
	padding:40px 10px 0px 10px;
	font-size:10px;
}

#topMenu ul {

}

#topMenu ul li {
	display:inline;
	margin-right:30px;
}

#topMenu ul li a {
	color:#bbaf94;
}

#topMenu a:hover {
	color:#583515;
}

#searchForm{
	float:right;
	clear:right;
	padding-top:40px;
}

#searchForm label{
	text-transform:uppercase;
	font-size:10px;
}

#searchInput{
	border:1px solid #bbaf94;
	color:#583515;
	width:166px;
}

#searchSubmit{
	background:#ffffff;
	border:none;
	margin:0px;
	padding:0px;
	color:#bbaf94;
}
/*end of header*/

/*------------2.3. content--------------*/
#content {
	border-top:1px solid #f6f4ed;
	margin-top:5px;
	padding-top:15px;
}

#randomProds td{
	padding-bottom:10px;
	text-align:center;
	vertical-align:middle;
}

#randomProds a{
	display:block;
	width:195px;
	padding:15px 2px;
	border:1px dashed #CDC5AE;
}

/*main content*/
#mainCell{

}

#mainContent {
}

#mainContent a {
 	color:#5A3312;
}

#mainContent a:hover{
	text-decoration:underline;
	color:#5A3312;
}

#breadcrumb {
	margin-bottom:15px;
	text-transform:lowercase;
}

#breadcrumb a {
	color:#BBAF94;
}

#breadcrumb .trail {

}

.trail a:hover {

}

.prevNext {
	float:right;
}

.pagenums{
	text-align:center;
}


.pagenums a{
	
}

.pagenums a:hover{
	
}

#subscribeForm label{
	font-weight:bold;
}

#subscribeForm .textinput{
	width:220px;
}
/*end of main content*/

/*side content*/
#sideCell{
	width:140px;
	padding-right:30px;
}

#sideContent {
}

#sideContent label{
	font-weight:bold;
	color:#7c5d42;
	display:block;
	margin-bottom:4px;
}

#sideContent select{
	width:140px;
	border:1px solid #d5ccc4;
	color:#7c5d42;
}

#sideCell a{
	color:#BBAF94;
}

#sideCell a:hover{
	color:#5A3312;
}

#navigation {
	text-transform:capitalize;
	margin-bottom:30px;
 	}

#navigation li {
	border-bottom:1px solid #F6F4ED;

}

#navigation a {
	display:block;
	padding:4px 2px;
}

#navigation a:hover {

}

#navigation li.selected a {

}

#navigation li.selected a:hover{

}

#navigation li.subcat a {
}

#navigation li.subcat a:hover{
}
/* end side content*/


/*product table*/
table#prodtable {

}

table#prodtable a {

}

tr.trImage {

}

td.tdImage {

}

tr.trName {
}

td.tdName{
	color:#583515;
	text-transform:capitalize;
	padding:5px 30px 10px 30px;
}

td.tdName a{
	color:#583515;
}

td.tdImage {
}

tr.trDescription {
}

td.tdDescription {
		padding:0px 30px 5px 30px;
}

tr.trPrice {
}

td.tdPrice {
	text-align:right;
	padding:0px 30px;
	vertical-align: middle;
}

td.tdPrice a{
	background:url(../images/cart3.gif) center left no-repeat;
	padding:3px 0px 3px 20px;
}

div.prodprice{
	font-weight:bolder;
	color:#573414;
}

td.tdPrice table{
	width: 100%;
}

.listPrice{
	text-decoration:line-through;
}


tr.trBuyButton {
}

td.tdBuyButton {
}

td.productsImageHolder {
}

td.productsImageHolder a{
	display:block;
	border:1px dashed #CDC5AE
}


td.tdImage td a {
}
/*end of product table*/

/*categories table*/
table#categoriesTable td{

}

td.tdCatName {
	color:#583515;
	text-transform:capitalize;
	padding:5px 0px 20px 0px;
	font-size:11px;
}

td.tdCatName a{
	color:#583515;
}

td.tdCatImage a{
	display:block;
	border:1px dashed #CDC5AE;
}

/*end of categories table*/

/*product detail table*/
table#productDetailTable{
}

td.image-cell{
	width:315px;
	padding-right:45px;
	text-align:center;
}

a.hrefProductDetailImage{}

img.prodfullimage{}

a.zoom{
	text-transform:lowercase;
	display:block;
	color:#BBAF94 !important;
}

a.zoom:hover{
	color:#593515 !important;
}

td.text-cell{
}

h1.productDetailName{
	text-transform:capitalize;
	margin-bottom:15px;
}

p.productDetailDescription{
	line-height:2.5em;
	min-height:200px;
}

div.productDetailOptions{
	margin-bottom:15px;
}

div.productDetailOptions fieldset{
	padding:2px 0px;
}

div.prodDetailActions{
	background:#E6DECB;
	padding:25px 12px;
}

div.productDetailPrice{
	text-align:center;
	color:#583515;
}

div.productDetailPrice strong{
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
}

div.prodDetailListPrice{
	text-decoration: line-through;
}

div.productDetailEmailFriend{
	float:left;
	text-transform:uppercase;
}

div.productDetailEmailFriend a{
color:#BBAF94 !important;
}

div.productDetailAddToWishlist{
}

div.productDetailBuyNow{
	float:right;
}

input#addToCart{
	background:url(../images/cart2.gif) center left no-repeat;
	border:none;
	text-transform:uppercase;
	color:#583515;
	cursor:pointer;
	padding:2px 0px 2px 20px;
}
/*end of product detail table*/

/*cross promotion table*/
div#cross-promotion {
    clear: both;
		border-top:1px dashed #CDC5AE;
		padding-top:15px;
		margin-top:20px;
}

table#cross-promotion-table {
	width:100%;
}

tr.image-row td{
	padding-bottom:10px;
}

tr.image-row a {
	display:block;
	border:1px dashed #CDC5AE;
}

tr.image-row img {
}



tr.product-name-row {
}

tr.price-row  td{
	text-align:right;
	padding:0px 40px;
}

tr.price-row  td span{
	float:left;
}

tr.price-row  a.buyLink{
		background:url(../images/cart3.gif) center left no-repeat;
	padding:3px 0px 3px 20px;
} 

h1#crossPromoHeading{
	font-size:14px;
	margin-bottom:10px;
	font-weight:normal;
	word-spacing:5px;
}
/*end of cross promotion table*/

/*search table*/
/*end of search table*/


/*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;
}
/*end of search page search form*/

/*cart form*/
#mainForm {
}

#mainForm td {
	padding:2px;
}

#mainForm label{
	
}

#mainForm input.textinput {
	width:200px;
}

#mainForm select {
	width:202px;
}

#mainForm select#payprovider {
	margin-left:78px;
	margin-bottom:5px;
}

#mainForm textarea {
	width:200px;
	height:70px;
	margin-left:84px
}
/*end of cart form*/

/*end of content*/

/*-----------2.4. footer----------------*/
#footer {
}

#footerMenu {
	padding:20px 0px 50px 0px;
	text-transform:uppercase;
	font-size:10px;
}

#footerMenu ul {
}

#footerMenu li {
	float:left;
	margin-right:30px;
}

#footerMenu li.subscribe{
	float:right;
	margin-right:0px;
}

#footer a {
		color:#bbaf94;
}

#footer a:hover {
		color:#583515;
}

.copyright{
	float:left;
}

.credits{
	text-align:right;
}
/*end of footer*/

#quantity-div fieldset{
	padding: 5px 0px;
}


tr.price-row td table.promoPriceTable{
	width: 100%;
}

tr.price-row td table.promoPriceTable td{
	padding: 0px;
}

.promoListPrice{
	text-decoration: line-through;
}

#message {
	width: 300px;
	border: 1px dashed #D7CBAD;
	float: right;
	margin-top: -60px;
	padding: 5px;
	font-size: 12px;
	text-align: justify;

}