/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_original.css 3286 2006-03-28 01:14:04Z drbyte $
*/
BODY {
	background-color: #FFF8CC; #FFFFFF;
	color: #6A6A6A;
	margin: 0;
	padding: 0;
  font: .9em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #7DCCA9;
	font-size: 1.8em;
	font: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #7DCCA9;
	font-size: 1.5em;
	font: Verdana, Arial, Helvetica, sans-serif;
}

h3.itemTitle {
	font-size:14px;
	display: block;
	height: 30px;
	width: 200px;
	text-align: center;
}

img {
	border:0;
	padding:0;
}


.centershop {
	padding: 0px;
	margin: 0px auto;
	margin-top: 10px;
	/*position: relative;*/
	text-align: left;
	width: 900px !important;
	background-color: #ffffff;
	background-image:url(../../../../images/spotted_material.jpg);
	background-repeat: repeat;
}

TD.main, P.main {
  font-size: .8em;
  line-height: 1.5;
	text-align:left;
}

a img {border: none; }

a{
  color: #c1a677;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #c1a677;
}

#ezpagesContent a{
	color: #c1a677;
	margin-left: 15px;
	font-size: 14px;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

a.menu {
	margin-left: 50px;
	color: #fff;
	font-size: 9px;
}

a.menu:hover {
	color: #fff;
}

.headerNavigation a {
	color: #fff;
}

.headerNavigation form div{
	text-align: left;
}


.headerNavigation div{
	text-align: left;
}

td.boxText {
	padding: 0px;
	margin: 0px;
	margin-right: 0px;
	padding-left: 10px;
	color: #fff;
	vertical-align: middle;
	text-align:left;
	font-size: 9px;
}

.headerNavigation input{
	margin-left: 0px;
	padding: 0px;
	height: 13px;
}

.headerNavigation {
	margin-bottom: 15px;
}

TABLE.header {
  background-color: #a3dbc2;
	margin-bottom: 0px;
	padding-left: 30px;
}

TABLE.headerNavigation {
  background-color: #BFA876; #DE9D8D;
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  letter-spacing:1px;
  padding: 4px;
  height: 21px;
}

#navBreadCrumb {
	font-size: .7em;
	font-style:italic;
  color: #9a9a9a;
  padding: 3px;
	margin: 5px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #fff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.new_button {
	margin: 10px;
	background: #FFF;
}

.new_button2 {
	margin-top: 10px;
	margin-bottom: 5px;
	background: #A3DBC2;
}

#box_heading{
	color: #fff;
	font-size: 1.5em;
	font: Verdana, Arial, Helvetica, sans-serif;
	margin:2px;
	padding-bottom: 6px;
}

#searchContent{
	background: #A3DBC2;
	padding: 5px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}

#searchContent a{
	color: #FFFFA0;
}

#searchContent h2{
	color: #FFFFFF;
	padding: 0px;
	margin: 5px;
	margin-left: 0px;
}

#advSearchResultsDefault {
	width: 498px;
	padding: 0px;
	margin: 0px;
}

#loginboxContent{
	background: #A3DBC2;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	width: 161px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 15px;
}

#loginboxContent a{
	color: #FFFFA0;
}

#informationContent{
	width: 150px;
	color: #00CCCC;
	margin-left: 20px;
}

#informationContent a{
	color: #C1A677;
}

.categoryListBoxContents{
	float:right;
	text-align:center;
	margin-bottom:15px;
}

#cartBoxListWrapper a {
	color: #C1A677;
}

#shoppingcartContent {
	padding: 10px;
}

#shoppingcartContent a {
	color: #FFFFA0;
}

#indexCategories{
	float: none;
}

legend {
	color: #DE9D8D;
}

.columnLeft, .columnRight, .columnSingle {
  padding: 10px;
	margin: 0px;
	vertical-align:top;
	padding-top: 0px;
}

.columnRight {
	padding-left: 5px;
}

#navColumnOne, #navColumnTwo {
	padding-top:.0em;
}

#navColumnTwoWrapper{
	padding: 0px;
	margin: 0px;
	width: 140px;
}

.boxText {
  font-size: .8em;
  line-height: .8em;
}

.leftbox a, .righbox a {
	color:#999;
}

.leftbox, .rightbox, .centerbox, .singlebox {
  font-size: 0.8em;
  background: transparent;
  border: 0;

}

hr {
	border:1px dashed;
	width:100%;
	height:1px;
	color:#a3dbc2;
	background-color:#FFFFFF
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  font:Geneva, Helvetica, Arial,  sans-serif;
	background-color: #c6e9d3;
  font-size: 1.5em;
  color: #000;
  padding: 3px;
  height: 2em;
  padding-left: 5px;
	
	display:none;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #000;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 0px;
  margin: 0px;
  padding-top: 0px;
  margin-top: 0px;
  background: transparent;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background: transparent;
  margin-bottom: 0px;
  height: 0px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: .8em;
  background: #ffffff;
  border:1px solid #9a9a9a;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: .8em;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: .8em;
  padding: 3px;
}

#listCell0-0 {
	visibility:hidden;
}

TD.productListing-error {
  font-size: 1.2em;
  padding: 5px;
}


TD.productListing-heading{
  background-color: #abbbd3;
  background-image: url(../../../../shop2/includes/templates/embellish_template/images/tile_back.jpg);
}

TD.productListing {
  border:1px solid #9a9a9a;
}

TD.productListing-data {
  font-size: .8em;
  padding: 5px;
  background-color: transparent;
}

#productListing {
	background: transparent;
}

#productsListingTopNumber, #productsListingBottomNumber, #allProductsListingTopNumber, #allProductsListingBottomNumber, #newProductsDefaultListingTopNumber, #newProductsDefaultListingBottomNumber {
	font-size:.6em;
}

#sorter {
	font-size:.6em;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: large;
  font-weight: bold;
}

.centerColumn {
  padding: 8px;
	padding-top:0;
	background-color: transparent; 
/*	filter : alpha (opacity=50%);
	-moz-opacity:.40;
	opacity:.40; */
}
.main_page{
  width: 100% !important;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 5px;
}

/* footer
--------------*/

TABLE.footer {
  border-top: 1px dotted #c1a677; 
  background: #fff;
  text-align: center;
  font-size: .8em;
}

TR.footertop {
	background-color: #fff;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   padding: 3px;
   border: 1px dotted #ffb062;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: transparent;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: transparent;
}

TD.productListing-data-description-odd {
  background: transparent;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data-description-even {
  background: transparent;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #A3DBC2;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
/*TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}*/

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories */
A.category-top {
  text-decoration: none;
  background-image: url(../../../../images/button.gif);
  background-repeat: no-repeat;
  color: #fff;
}

A.category-top:hover {
/*	background-image:url(../../../../images/menu_over4b.gif);
	background-repeat: no-repeat;*/
	color: #fff;
	text-decoration: underline;
}

A.category-links {
  text-decoration: none;
  color: #fff;
  background-image: url(../../../../images/button.gif);
}
A.category-subs {
	padding-left: 20px;
	text-decoration: none;
	font-size:.9em;
	margin-left: 20px;
	color:#7DCCA9;
}

SPAN.category-subs-parent {
  color: #fff; #c1a677;
}
SPAN.category-subs-selected {
	color: #FFF;
}


#categoriesContent {
	padding: 6px;
	background: #A3DBC2;
	margin-bottom: 15px;
}
#categoriesContent a {
	display:block;
	margin: 6px 0px;
	padding-left:25px;
	padding-top:4px;
	padding-bottom:0px;
	height: 20px;
	width: 149px;
}
#categoriesContent a:hover {
	text-decoration: none;
}

a.category-products {
	padding-left: 15px;
	text-decoration: none;
	font-size:.9em;
	margin-left: -10px;
	color: #7DCCA9;
}

a.category-products a:hover {
	text-decoration: none;
}

#categoriesContent br {
	display: none;
}

#categories-table {
	padding-bottom: 0px;
	margin: 0px;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}

/* inital user greeting */
h2.greeting {
	font-size:1em;
	font-weight:normal;
	background-color: transparent;
	padding:1em;
}

.clearBoth {
	clear: both;
}

.centerBoxContentsNew, .centerBoxContentsFeatured  {
	padding: 0;
	padding-bottom: 8px;
	font-size: .7em;
	float:left;
}

.centerBoxContentsNew img, .centerBoxContentsFeatured img {
	float:left;
	border: 1px solid black;
}

.centerBoxContentsNew br, .centerBoxContentsFeatured br {
	clear:both;
	padding-bottom:5px;
}

#whatsNew, #featuredProducts {
	clear:both;
	padding:10px;
}

#whatsNew .centerBoxHeading, #featuredProducts .centerBoxHeading {
/*	padding-top:1em; */
	font-size:.8em;
}

#shoppingcartContent {
	background:#a3dbc2;
	color:#FFFFFF;
	padding: 5px;
	width: 176px;
	margin-bottom: 10px;
}

#shoppingcartContent ul{
	list-style:none;
	padding:0;
	margin:0;
	font-size:1em;
}
#shoppingcartContent li a{
	color:#FFFFA0;
}

.cartNewItem {
	color:#FFFFA0;
}

#productMainImage {
	float:right;
	margin-left:10px;
}

.navNextPrevList {
	display: block;
	float: left;
/*	white-space: nowrap; */
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	background-color: #FFF;
	padding: 3px;
}
	
.navNextPrevCounter {
	display: block;
	float: left;
	margin: 0em;
	font-size: 0.9em;
	padding: 0px;
	margin: 5px 20px 5px 0px;
}

#productName{
	display: block;
	clear: left;
}

#productPrices{
	display: block;
	clear: left;
	width: 200px;
}


#cartAdd{
	display: block;
	clear: left;
	width: 200px;
	float: right;
	margin-top: 20px;
}

.buttonRow img{
	margin: 5px;
}

.buttonRow input{
	margin-left: 5px;
}

h3#attribsOptionsText{
	color: #A3DBC2;
}

.centerBoxContentsAlsoPurch{
	float: left;
}

#alsoPurchased{
	clear: both;
	padding-top: 20px;
}

#alsoPurchased h2{
	font-size: 16px;
	padding-bottom: 10px;
}

.centerBoxContentsAlsoPurch a{
	visibility: collapse;
}

.centerBoxContentsAlsoPurch a img{
	visibility: visible;
}

.additionalImages{
	float: left;
	width: 10px;
}

.specialsListBoxContents {
	width: 30%!important;
	float: left;
	margin-bottom: 30px;
	}
	
#moreinformationContent {
	margin-left:  20px;
}

#moreinformationContent a, #information-content a {
	color: #C1A677;
	font-size: 14px;
	padding-bottom: 8px;
}

.centerBoxContentsProducts {
	float: left;
	margin-left: 0px;
	border-top: solid 1px #C1A677;
	text-align: center;
}

.cssButtonHover button_buy_now button_buy_nowHover {
	margin-top: 0px;	
	padding-top: 0px;
}