/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4813 2006-10-23 02:13:53Z drbyte $
 */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, input, ul { margin: 0; padding: 0; }

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
	text-align: left;
}

form, input, textarea, table { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; }

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Verdana, Arial, sans-serif; }

a {
	color: #F26921;
	text-decoration: none;
	overflow: hidden;
}
a:hover { text-decoration: underline; }
a img{ border: 0; }


#logoWrapper, .container, #contentMainWrapper {
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
}

/*-- header --*/

#headerWrapper {
	height: 116px;
	/*background: url(../images/header_bg.gif) top left repeat-x;*/
	background-color: #3b3c3e;
	clear: both;
}
#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #3b3c3e;
}
#header a, #header a:visited {
	color:#b9b9b9;
	text-decoration:none;
}
#header a:hover {
	color: #fff;
	text-decoration: none;
}
#headerSystemNav {
	float: right;
	margin-right: 20px;
	position: relative;
	top: -26px;
}
#headerSystemNav ul li {
	display: inline;
	list-style-type: none;
	font-family: Arial, Verdana, sans-serif;
	text-transform: lowercase;
	margin-left: 8px;
}
#headerSystemNav a, #headerSystemNav a:visited {
	color: #9e9e9e;
}
#headerSystemNav a:hover {
	color: #fff;
	text-decoration: underline;
}
#logoWrapper {
	height: 87px;
}
#logo {
	margin-top: 36px;
	margin-left: 17px;
}
#headerHorizontalNav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #636363;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e58e01;	
	background-color: #2c2c2c;
	clear: both;
	font-weight: bold;
	text-align: center;
}
#headerHorizontalNav ul {
	margin: 0;
	padding: 0;
	margin:0 auto;	
	font-family: Arial, Verdana, sans-serif;
	list-style: none;
}
#headerHorizontalNav ul li{ display: inline; }
 
#headerHorizontalNav ul a, #headerHorizontalNav ul a:visited {
	padding:9px 20px;
	line-height: 32px;
}
#headerHorizontalNav ul a:hover {
	background:#fdbb46;
	background-image: url(../images/tophor_hover.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*-- content-wrapper --*/

#contentMainWrapper {
	clear: both;
	margin-top: 40px;
	margin-bottom: 30px;
	width: 740px;
}

/*-- left-menu --*/
#contentColumnMain, #navColumnOne, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .categoryListBoxContents {
	vertical-align: top;
}
#navColumnOneWrapper {
	margin-right: 30px;
	line-height: 1.5em;
}
.leftBoxHeading {
	font-family: arial, verdana, helvetica, sans-serif;
	margin: 0em;
	color: #ffa500;
	border-bottom: 3px solid #bcb6ad;
	background-color: #252525;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: center -2px;
	padding: 0.5em 8px;
}
h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 14px;
	color: #eee;	
	text-transform: uppercase;
}
.leftBoxContainer {
	margin: 0;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #bcb6ad;
	background-color: #F9F9F7;
}
.leftBoxContainer a {
	color: #2c2c2c;
}
.sideBoxContent {
	padding: 8px;
}
.category-top {
	font-weight: bold;
}
.category-products {
	margin-left: 10px;
	color: #666!important;
}
#searchContent {
	text-align: center;
}
#searchContent input {
	margin-bottom: 5px;
	padding: 2px;
	vertical-align: middle;
}
#searchContent input[type="text"] {
	width: 100px!important;
}
#searchContent input[type="submit"] {
  width: 22px!important;
  height: 22px;
  padding: 22px 0 0;
  margin: 0;
  margin-left: 3px;
  border: 0;
  background: transparent url(../images/magnifier.png) no-repeat center top;
  overflow: hidden!important;
  color: #fff;
  cursor: pointer; /* hand-shaped cursor */
}
form>#searchContent input[type="submit"] { /* For non-IE browsers*/
  height: 0px;
}
#searchContent a {
	font-size: 11px;
	text-transform: lowercase;
}
#specials {border-bottom: 1px solid #ffa500!important;}
#specialsHeading {border-bottom: 3px solid #ffa500;}
#specialsContent {background-color: #fffbf1;text-align: center;}

/*-- content --*/

.centerColumn {
	line-height: 1.5em;
}
.centerColumn h1 {
	color: #ffa500;
	font-size: 26px;
	padding-bottom: 12px;
	line-height: 30px;
}
.centerColumn h2, #productGeneral h3 {
	color: #6c6863;
	font-size: 18px;
	padding: 8px;
	padding-left: 0;
	padding-right: 0;
	line-height: 22px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffe5b5;
}
.centerColumn h3 {
	color: #333;
	font-size: 14px;
	padding: 8px;
	padding-left: 0;
	padding-right: 0;
}
.centerColumn p, .centerColumn ul, .centerColumn ol {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: justify;
}
.centerColumn ul, .centerColumn ol {
	text-align: left;
}
.centerColumn ul {
	list-style: none;
	padding-left: 14px;
}
.centerColumn ul li {
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px;
	padding-left: 18px;
}
#navBreadCrumb {
	color: #999999;
	font-size: 11px;
	padding-bottom: 18px;
}
#navBreadCrumb a {
	color: #999999;
}

/*-- footer --*/

#aboveFooter, #footer {
	color: #807D7A;
	line-height: 1.5em;
}
#aboveFooter {
	padding: 20px 0 30px 0;
	border-top: 1px solid #bcb6ad;
	border-bottom: 1px solid #bcb6ad;
	background: #F9F9F7;
	overflow: hidden;
}
#aboveFooter h3 {
	margin: 0 0 10px 0;
	color: #6c6863;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: -1px;
}
#aboveFooter ul {
	margin: 0 0 5px 15px;
}
#aboveFooter p {
	margin: 0 0 10px 0;
}
#aboveFooter .call {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	width: 250px;
	float: left;
	border-left: 1px dotted #bcb6ad;
}
#aboveFooter .first {
	margin: 0;
	border: 0;
	width: 160px;
}

#footer {
	height: 99px;
	width: 100%;
	background: url(../images/useless.gif) top left repeat-x;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
#footer p {
	font-size: 11px;
}
#footer a {
	color: #807D7A;
}
#foot_nav {
	padding: 20px 0 10px 0;
	list-style: none;
}
#foot_nav li {
	margin: 0 20px 0 0;
	display: inline;
}
#foot_nav a {
	color: #ddd;
	font-size: 12px;
}

/*-- Forms --*/

fieldset {
	border:none;
	border-top:1px solid #ccc;
	clear: both;
}
legend {
padding:0 .5em;
padding-top:1em;
padding-bottom:1em;
color:#036;
background:transparent;
font-size:1.3em;
font-weight:bold;
}
#loginDefault form, #contactUsForm {margin-top:10px;}
#loginDefault form legend, #contactUsDefault form legend, #passwordForgotten form legend {display:none;border:none;}
#loginDefault form fieldset, #contactUsDefault form fieldset, #passwordForgotten form fieldset {border:none;}
label.inputLabel, label.selectLabel {
float:left;
width:150px;
padding:0 1em;
text-align:right;
margin-top: 5px;
margin-bottom: 5px;
}
fieldset input[type="text"], fieldset input[type="password"], fieldset textarea {
width:250px;
padding:2px;
color:#333;
margin-top: 5px;
margin-bottom: 5px;
}
fieldset select { padding:1px; }
input[type="checkbox"], input[type="radio"] {
}
label.checkboxLabel, label.radioButtonLabel {
	margin: 0.5em 0.3em;
}
address {
	padding: 0.5em;
	font-style: normal;
	margin-bottom: 10px;
	background-color: #fffbf1;
	border: 1px solid #ffe5b5;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.alert {
	vertical-align: top;
	color: #FF0000;
	margin-left: 0.5em;
}
.information {
	margin-bottom: 10px;
}
.addressBookDefaultName {
	background-image: url(../images/vcard.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px!important;
}
h2#addressBookDefaultPrimary, h2#checkoutConfirmDefaultHeadingComments, h2#checkoutConfirmDefaultHeadingCart, h2#checkoutConfirmDefaultBillingAddress, h2#checkoutConfirmDefaultShippingAddress, h2#checkoutShippingHeadingAddress, h2#checkoutShippingHeadingMethod, h2.centerBoxHeading, h2#checkoutShipAddressDefaultAddress, h2#checkoutPaymentHeadingAddress {
	margin-bottom: 10px;
}
.messageStackSuccess img, .messageStackWarning img, .messageStackError img {
	vertical-align: middle;
	margin-right: 4px;
}
.messageStackSuccess {
	background-color:#edfcd5;
	border: 2px solid #d4ebaf;
	padding:1.5em;
	margin: 0;
	margin-top:.5em;
	margin-bottom:1em;
	vertical-align: middle;
}
.messageStackWarning, .messageStackCaution {
	background-color:#fef6d2;
	border: 2px solid #efe3ae;
	padding:1.5em;
	margin: 0;
	margin-top:.5em;
	margin-bottom:1em;
	vertical-align: middle;
}
.messageStackError {
	background-color:#ffd9c8;
	border: 2px solid #f0baa2;
	padding:1.5em;
	margin: 0;
	margin-top:.5em;
	margin-bottom:1em;
	vertical-align: middle;
}
.cartTotalsDisplay {
	padding: 0.5em 0em;
	text-align: center;
	font-weight: bold;
}

/*-- Sitemap styling --*/

#siteMapList ul li {
	list-style-type: disc;
	background-image: none!important;
	padding-left: 0px!important;
}
#siteMapList ul li ul li {
	list-style-type: circle;
	margin-left: 10px!important;
}
#siteMapList ul li ul li ul li {
	list-style-type: square;
	margin-left: 10px!important;
}

/*-- Shopping cart + Tables stylign--*/

.tabTable {clear:both; display:table;}
.tabTable th a {color:#fff;}

#cartContentsDisplay th, .tabTable th {
	border-bottom: 3px solid #bcb6ad;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #252525;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: center 1px;
}
#cartContentsDisplay th#scProductsHeading, .tabTable th#listCell0-1 {
	text-align: left;
}
#cartContentsDisplay td, .tabTable td {
	padding: 16px 11px;
	border-bottom: 1px solid #bcb6ad;
	vertical-align: top;
}
#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	background-color: #f9f9f7;
	border-top: 2px solid #bcb6ad;
	padding: 10px;
}
#cartContentsDisplay input[type="text"] {
	vertical-align: super;
}
#cartContentsDisplay div#cartProdTitle {
	margin-left: 60px;
}
.cartContentsDisplayCheckout {
	margin-top: 10px;
	margin-bottom: 10px;
}
.rowOdd, .productListing-even {
	background-color: #f9f9f7;
	height: 1.5em;
	vertical-align: middle;
}

.rowEven, .productListing-odd {
	background-color: #fff;
	height: 1.5em;
	vertical-align: middle;
}

/*-- Popups --*/

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	padding: 10px;
	background-color: #ffffff;
	line-height: 1.5em;
}
#popupShippingEstimator h1, #popupSearchHelp h1, #popupAdditionalImage h1, #popupImage h1, #popupCVVHelp h1, #popupCouponHelp h1, #popupAtrribsQuantityPricesHelp h1, #infoShoppingCart h1 {
	color: #ffa500;
	font-size: 26px;
	padding-bottom: 16px;
	padding-left: 0;
	padding-right: 0;
	line-height: 26px;
}
#popupShippingEstimator h2, #popupSearchHelp h2, #popupAdditionalImage h2, #popupImage h2, #popupCVVHelp h2, #popupCouponHelp h2, #popupAtrribsQuantityPricesHelp h2, #infoShoppingCart h2 {
	color: #6c6863;
	font-size: 18px;
	padding: 0;
	line-height: 22px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffe5b5;
}
#popupShippingEstimator p, #popupSearchHelp p, #popupAdditionalImage p, #popupImage p, #popupCVVHelp p, #popupCouponHelp p, #popupAtrribsQuantityPricesHelp p, #infoShoppingCart p {
	margin-top: 12px;
	margin-bottom: 12px;
}
#popupShippingEstimator select {
	margin-bottom: 20px;
}
#popupShippingEstimator .cartTotalsDisplay {
	margin-bottom: 10px;
	margin-top: 10px;
}
#popupShippingEstimator div.back {
	padding-left: 128px;
	margin-right: 14px;
}

/*misc*/
.clearBoth {clear: both;}
.back {float: left;}
.forward {float: right;}
.bold, #ottotal {font-weight: bold;}
.hiddenField {display: none;}
.visibleField {display: inline;}
.instructions {margin-left: 160px;}
.important {font-weight: bold;}
.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}
.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}
.amount {width: 5.5em;}

.normalprice, .productSpecialPriceSale  {text-decoration: line-through; color:#666;}
.productPriceDiscount  {color:#666;}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {color: #cc0000;}

/* Products */
.centeredContent, #productReviewsDefaultListingBottomLinks p, .centered p {text-align: center;}
.navNextPrevCounter {margin: 0em;font-size: 0.9em;}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 2px;
	padding: 0.5em 0em;
	list-style-type: none;
}
.navNextPrevCounter {text-align: center!important;}
#productGeneral h3 {clear: both;}
#productPrices span.productPriceDiscount, #productReviewsDefaultPrice span.productPriceDiscount  {font-size:14px;}
h2.productGeneral {color: #cc0000; font-size: 26px; margin:0; padding: 0; border: none; padding-bottom: 10px; padding-top: 4px; text-align:center;}
#productMainImage, .smallProductImage, .specialsListBoxContents img, .centerBoxContentsNew img, .centerBoxContentsSpecials img, .productListing-data img {
	padding: 5px;	
	background-color: #f7f7f7;
}
#productMainImage:hover, .smallProductImage:hover, .specialsListBoxContents img:hover, .centerBoxContentsNew img:hover, .centerBoxContentsSpecials img:hover, .productListing-data img:hover {
	background-color: #eee;
}
.smallProductImage {margin-right: 20px; margin-bottom: 20px;}
#productMainImage a img, .smallProductImage a img, .specialsListBoxContents a img, .centerBoxContentsNew a img, .centerBoxContentsSpecials a img, .productListing-data a img {border: 1px solid #eee;}
#productMainImage a:hover img, .smallProductImage a:hover img {border: 1px solid #ccc;}
#productMainImage a span.imgLink {color: #999;}
#cartAdd, #productReviewsDefaultProductPageLink {text-align: center!important;}
#cartAdd, #cartAdd img, #cartAdd input, #productReviewsDefaultProductPageLink {
	vertical-align: middle;
	margin: 3px;
}
#cartAdd input {font-size: 12px;}
#cartAdd input[type="image"] {margin-bottom: 10px;}
#productImagePriceAddCart {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#productPriceAddCart {
	float: right;
	padding: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom:.5em;
	background-color: #fffbf1;
	border: 1px solid #ffe5b5;
}
.productDeafultPrice {font-weight: bold;color: #cc0000; font-size: 14px;}
.specialsListBoxContents, .centerBoxContentsNew, .centerBoxContentsSpecials, .categoryListBoxContents {
	float: left;
	width: 170px!important;
	/*margin: 0 33px 15px 0;*/
	margin: 0 0 15px 0;
	padding: 5px;
	vertical-align: top;
	text-align: center;

	/*border: 1px solid #999;*/
}
.specialsListBoxContents a, .centerBoxContentsNew a, .centerBoxContentsSpecials a, .categoryListBoxContents a {font-weight:bold; color:#ffa500;}
span.productSpecialPrice {font-weight:bold;}

/* Reviews */
#productReviewsDefaultProductPageLink {margin-top: 1em;}
.productReviewsDefaultSingle {
	clear: both;
	width:100%;
	padding-top: 20px;
	padding-bottom: 10px;
	position:relative;
	border-top: 1px solid #ccc;
}
.productReviewsDefaultSingle h2 {
	margin:0!important;
	padding:0!important;
	padding-bottom: 4px!important;
	border:none!important;
}
.productReviewsDefaultReviewer img {vertical-align: middle;}
.productReviewsDefaultReviewer span.rating {margin-right: 10px;}
.productReviewsDefaultProductMainContent {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3#reviewsWriteReviewer {line-height:36px;}
.ratingRow {margin-bottom: 1em;}
.ratingRow img {margin-right: 6px;}
textarea#review-text {display:block;}
#productReviewsDefaultListingTopNumber {padding-top: 10px;}
#productReviewsDefaultListingTopNumber p {margin-top:0!important;}
h2.productReviewsTitle a, h3.itemTitle a {color: #ffa500;}
h3.itemTitle {font-size:18px;padding-top:0!important;}
h2.centerBoxHeading {margin-bottom: 20px;}
#whatsNew h2.centerBoxHeading, #specialsDefault h2.centerBoxHeading {padding-left: 12px;margin-top:20px;background-color:#fffbf1;}

#indexProductList label, #indexProductList select {margin:0!important;padding:0!important;width:auto!important;}

/* Banners */
.bannerIndex {margin-top:10px;margin-bottom:10px;}

.floatingBox1, .floatingBox2 {
	margin: 0;
	margin-bottom: 10px;
	width: 250px;
	height: 100px;
	clear:none!important;
}
.floatingBox2 {height: auto;}
.floatingBox2 input {width: 100px!important;}
