/*
 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;
    list-style: none;
}

.accessAid {
    position: absolute !important;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
    text-indent: -9999em !important;
    font-size: 0px !important;
}

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-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
    background: #816974 url(../images/body.jpg) top center repeat;
}
/*-------1.2. block elements----*/
h1 {
    color: #816974;
    font-weight: normal;
    position: relative;
    z-index: 5;
    text-transform: capitalize;
}

h1.catname {
	font-weight:lighter;
	font-size: 45px;
}

h1.infoheading {
    font-size: 45px;
		font-weight:lighter;
}

h1.crossPromoHeading {
    text-transform: uppercase;
    font-weight: normal;
    padding: 3px 0px 10px 0px;
}

h2 {
    font-size: 14px;
    color: #816974;
		margin-bottom:2px;
}

h3 {
	font-size:11px;
	margin-bottom:2px;
	color:#816974;
}

h4 {
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

#sideCell1 h6, #sideCell2 h6 {
    font-size: 12px;
    background: url(../images/h6.png) bottom center no-repeat;
    padding: 0px 0px 30px 0px;
    font-weight: normal;
}

p {
    text-align: justify;
    padding: 0px 15px 15px 0px;
}

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;
}

fieldset {
    border: none;
}

legend {
}

input.textinput, input.tinytextbox {
    border: 1px solid #a08e96;
    color: #6E6C6C;
    padding: 1px 0px;
}

imput.submitBtn {
}

input.imageinput {
    vertical-align: top;
}

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

button {
    cursor: pointer;
    border: none;
}

select {
    border: 1px solid #a08e96;
    color: #6E6C6C;
}

option {
}

optgroup {
}

textarea {
    border: 1px solid #a08e96;
    color: #6E6C6C;
}
/*--------------1.2.3. tables-------------*/
table {
    border: none;
    border-collapse: separate;
    border-spacing: 0; /*when set to "0" cellspacing has no effect on tables */
}

table#homeTable {
    margin: 5px 0px 15px 0px;
}

table#homeTable img {
    border: 1px solid #816974;
}

tr {
}

td {
}

th {
}
/*----------1.2.4 padded divs------------*/
.pad1 {
    padding: 15px 5px 0px 5px;
}

.pad2 {
}

.pad3 {
}

.pad4 {
}

.pad5 {
}
/*----------1.3. inline elements---------*/
a {
    cursor: pointer;
    color: #816974;
}

a:hover, a:focus {
    color: #816974;
    text-decoration: underline;
}

a:visited {
}

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;
}

.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, li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*end of clearfix*/
/*-------1.6. other classes------*/
.spacer1 {
    clear: both;
    height: 35px;
    background: url(../images/overlay3.jpg) center center no-repeat;
}

.watermark {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
		display:none;
}
/************************************
 
 2. Layout
 
 *************************************/
/*------------2.1. container------------*/
#container {
    color: #816974;
    width: 980px;
    margin: 0 auto;
    border: 4px solid #ffffff;
    font-size: 10px;
}
/*end of container*/
/*------------2.2. header---------------*/
#header {
}

a#logo {
    display: block;
    height: 262px;
    background: #816974 url(../images/logo.png) center center no-repeat;
	text-align:center;
}

#topMenu {
    background: #cec6ca;
    padding: 3px 0;
    text-transform: uppercase;
    text-align: center;
    color: #816974;
}

#topMenu ul {
	height: 22px;
	display: block;
	padding-left: 17px;
}

#topMenu ul li {
	float: left;
    border-right: 1px dotted #816974;
    padding: 4px 7px;
    letter-spacing: 1px;
}

#topMenu ul li.facebook { 
	padding-left: 25px; 
	background: url(../images/nav-facebook.png) no-repeat;
}

#topMenu ul li.last {
    border-right: none;
    padding-right: 0px;
}

#topMenu ul li a {
}

#topMenu a:hover {
}
/*end of header*/
/*------------2.3. content--------------*/
#content {
}

#mainCell {
    background: #ffffff;
    padding: 8px 10px 5px 10px;
    color: #6e6c6c;
}

#sitemap li{
	zoom:1.0;
	padding:3px 0px 3px 15px;
	clear:both;
}

#mainCell form li {
    margin-bottom: 3px;
}

#contentBottom {
    background: #816974;
    text-transform: uppercase;
}

#contentBottom td {
    padding: 9px;
}

#contentBottom label {
    display: block;
    color: #b7a9b2;
    text-align: left;
}

#signupForm label {
    padding-left: 30px;
}

#searchForm label {
    padding-left: 12px;
}

#contentBottom .textinput {
    width: 140px;
    margin-right: 6px;
    background: #816974;
		color:#B7A9B2;
}

#bottomMenu {
	display: block;
	height: 50px;
	margin-top: 35px; 
	margin-left: 30px;
}

#bottomMenu li {
	float: left;
    color: #dfd9dc;
    padding: 0px 5px;
    border-right: 1px solid #dfd9dc;
}

#contentBottom li.last {
    border: none;
    padding-right: 0px;
}

#bottomMenu a {
    color: #dfd9dc;
}

#mainContent {
}

#categoryImage {
    position: relative;
    height: 100px;
}

img.categoryImage {
    position: absolute;
    top: 0px;
    right: 0px;
}

#maincontent a {
}

#breadcrumb {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 5;
    height: 25px;
    line-height: 25px;
    width: 100%;
    text-transform: uppercase;
    font-size: 9px;
    background: url(../images/breadcrumb.png) center right repeat-y;
}

#breadcrumb a {
}

#breadcrumb .trail {
    padding-left: 10px;
}

.trail a:hover {
}

.prevnext {
}

.pagenums {
    text-align: center;
}

.pagenums a {
}

.pagenums a:hover {
}


/*contact form*/
#contactForm {
    float: right;
    width: 250px;
}

#contactForm li {
    margin-bottom: 3px;
}

#contactForm .textinput {
    width: 250px;
    padding: 1px 0px;
}

#contactForm textarea {
    width: 250px;
    height: 100px;
}
/*end of contatc form*/
/*sidecells*/
#sideCell1 {
    width: 160px;
    height: 200px;
    padding: 18px 20px 85px 25px;
    background: #e5e1e3 url(../images/overlay2.jpg) bottom center no-repeat;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.80;
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
		filter: alpha(opacity=80);
}

#navigation {
    min-height: 400px;
}

#navigation li {

}

#sideMenu li a,
#navigationList2 a {
    display: block;
		border-bottom: 1px solid #c7c4c5;
		padding:15px 0px;
}

#sideMenu li h6 a{
	border-bottom:none;
	padding:0px;
	font-weight:normal !important;
}

#sideMenu ul ul  a{
	padding:4px 0px;
	border-bottom:none;
}

#sideMenu ul ul{
	font-size:8px;
	border-bottom: 1px solid #c7c4c5;
}

#sideMenu ul ul ul{
	border-bottom:none;
}

#sideMenu ul ul ul li{
	display:none;
}

#sideMenu ul ul ul li.selected{
	display:block;
}

#navigation a:hover {
}

#navigation li.selected a {
}

#navigation li.selected a:hover {
}

#navigation li.subcat a {
}

#navigation li.subcat a:hover {
}

#navigationList {
    background: url(../images/overlay4.png) center bottom no-repeat;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

#navigation  li.selectedWithSub a{
	font-weight:bold;
}

#navigation  li.selectedWithSub  li a{
	font-weight:normal;
	font-style:italic;
}

#navigation li.selected a{
	font-style:italic;
}

#navigation  li.selectedWithSub  li.selected a{
	font-weight:bold;
	font-style:italic;
}

#navigationList2{
	margin-top:15px;
	padding-top:15px;
	background:url(../images/overlay4.png) top center no-repeat;
}

#sideCell2 {
    width: 182px;
    padding: 18px 10px 0px 10px;
    background: #e5e1e3;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.85;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
		filter: alpha(opacity=80);
}

#miniCart {
    margin: 0px 30px;
		padding:15px 0px;
    border-bottom: 1px solid #C7C4C5;
}

#miniCart a{
	display:block;
	text-align:center;
}

span.cart {
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 15px 3px 20px;
    background: url(../images/cart.jpg) center left no-repeat;
		display:block;
}

#miniCart li{
	text-align:left;
	padding:3px 0px;
}
/*end of sidecells*/
/*product table*/
table#prodtable {
}

table#prodtable a {
    color: #6E6C6C;
}

tr.trImage {
}

td.tdImage {
}

td.tdImage td {
    border: 1px solid #cec4cc;
    width: 130px;
    height: 130px;
    text-align: center;
}

td.tdImage a {
    position: relative;
    display: block;
}

tr.trName {
}

td.tdImage {
}

td.tdName {
    padding: 7px 30px 7px 30px;
}

tr.trDescription {
}

td.tdDescription {
}

tr.trPrice {

}

td.tdPrice {
}

tr.trBuyButton {
}

td.tdBuyButton {
}

td.productsImageHolder {
}

td.tdImage td a {
}
/*end of product table*/
/*categories table*/
table#categoriesTable {
    color: #6E6C6C;
}

table#categoriesTable tr {
}

td.catname {
}

table#categoriesTable td.tdCatImage td {
    border: 1px solid #cec4cc;
    width: 120px;
    height: 120px;
    text-align: center;
}

td.tdCatImage a {
    display: block;
    position: relative;
}

table#categoriesTable td.tdCatName {
    padding: 2px 30px 10px 30px;
}
/*end of categories table*/
/*product detail table*/
table#productDetailTable {
}

td.image-cell {
}

div.prodImageHolder {
    position: relative;
		display: block;
    border: 1px solid #e7e2e6;
}

div.prodImageHolder .watermark {
    top: 20%;
}

a.hrefProductDetailImage {
}

img.prodfullimage {
}

a.zoom {
    text-transform: lowercase;
}

a.zoom:hover {
}

h1.productDetailName {
    text-transform: capitalize;
    margin-bottom: 18px;
    font-weight: normal;
    font-size: 14px;
}

p.productDetailDescription {
    border-bottom: 1px solid #E7E2E6;
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
}

div.productDetailOptions {

}

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

div.productDetailOptions label {
    float: left;
    display: block;
    padding-top: 4px;
}

div.productDetailPrice {
}

div.productDetailEmailFriend {
    float: left;
    padding-top: 10px;
}

div.productDetailAddToWishlist {
}

div.productDetailBuyNow {
    float: right;
}

#multiple-images {
    width: 100%;
    margin-top: 10px;
}

#multiple-images a {
    display: block;
    text-align: center;
    margin-bottom: 7px;
}

#multiple-images a img {
    width: 65px;
    height: 65px;
    border: 1px solid #e7e2e6;
}
/*end of product detail table*/
/*cross promotion table*/
div#cross-promotion {
    padding: 30px 0px 0px 0px;
}

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

tr.image-row {
}

tr.image-row td td {
}

tr.image-row a {
    display: block;
    width: 65px;
    height: 65px;
    border: 1px solid #e7e2e6;
}

tr.image-row a img {
    width: 65px;
    height: 65px;
}

tr.product-name-row {
    display: none;
}

tr.price-row {
    display: none;
}
/*end of cross promotion table*/
/*wholesale application*/
div#wholesale-right {
    float: right;
    width: 230px;
}

div#wholesale-left {
    float: left;
    width: 300px;
}

div#wholesale-left .textinput {
    width: 200px;
}

div#wholesale-right .tinytextbox {
    width: 200px;
}

div#wholesale-left select {
    width: 203px;
}

div#wholesale-left textarea {
    width: 200px;
    height: 70px;
}
/*end of wholesale*/
/*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: 203px;
}

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

#mainForm textarea {
    width: 200px;
    margin-left: 107px
}
/*end of cart form*/
/*end of content*/
/*-----------2.4. footer----------------*/
#footer {
    text-align: center;
    background: #d8d2d5;
    padding: 10px;
}

div.copyright {
    display: inline;
/*    margin: 0px 25px;*/
    font-family: Arial, Helvetica, sans-serif;
}

#footerMenu {
}

#footerMenu ul {
}

#footer li {
}

#footer a {
}

#footer a:hover {
}
/*end of footer*/

#mainCell ul li {
	list-style: disc outside none;
	margin-left: 15px;
}

