/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 3688 2006-06-02 00:12:18Z drbyte $
 */

body {
  margin: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 68%;
  color: #000000;
  background-color: #f0f2f5;
}
a img {
  border: none;
}
a:link, #navEZPagesTOC ul li a {
  color: #0067cc;
  text-decoration: none;
}
a:visited {
  color: #0067cc;
  text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
  color: #cc0066;
}
a:active {
  color: #0067cc;
}
H1.header{
  font-size: small;
  font-weight: normal;
  color: #FFFFFF;
  background-image: url(/Y29t/YnVuZ3VzaG9w/d3d3/aHR0cDovL3d3dy5idW5ndXNob3AuY29tL2luY2x1ZGVzL3RlbXBsYXRlcy9idW5ndVRlbXBsYXRlL2Nzcy8uLi9pbWFnZXMvaDFfYmcuZ2lm/68/0/);
  margin: 0px;
  padding: 5px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #00488f;
  border-right-color: #00488f;
  border-left-color: #00488f;
}
h2 {
  font-size: 12px;
  color: #FFFFFF;
  float: right;
  margin: 0px;
  padding-top: 68px;
  padding-right: 5px;
}
h3 {
  margin: 0em;
  padding: 8px 0px 4px 0px;
  color: #333333;
  background-image: url(/Y29t/YnVuZ3VzaG9w/d3d3/aHR0cDovL3d3dy5idW5ndXNob3AuY29tL2luY2x1ZGVzL3RlbXBsYXRlcy9idW5ndVRlbXBsYXRlL2Nzcy8uLi9pbWFnZXMvY2VudGVyYm94aGVhZGluZ19iZy5naWY/68/0/);
  background-repeat: repeat-x;
  height: 19px;
  border: 1px solid #cccccc;
  font-size: 12px;
  text-indent: 8px;
}
h4 {
  background-color: #bfdfff;
  text-align: right;
  margin: 0px 1px;
  padding: 5px;
  font-size: 12px;
  color: #80c0ff;
}
h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
  font-size: 1.0em;
}
.biggerText {
  font-size: 1.0em;
}
h3, h5, h6 {
  margin: 0.3em;
}
CODE {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1em;
}
FORM, SELECT, INPUT {
  display: inline;
  font-size: 1em;
  margin: 0.1em;
}
TEXTAREA {
  float: left;
  margin: auto;
  display: block;
  width: 95%;
}
input:focus, select:focus, textarea:focus {
  background: #F0F8FF;
}
FIELDSET {
  padding: 0.5em;
  margin: 0.5em 0em;
  border: 1px solid #cccccc;
}
LEGEND {
  font-weight: bold;
  padding: 0.3em;
}
LABEL, h4.optionName {
  line-height: 1.5em;
  padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
  margin: 0.5em 0.3em;
}
#logo {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 405px;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
  float: left;
}
LABEL.inputLabel {
  width: 11em;
  float: left;
}
LABEL.inputLabelPayment {
  float: left;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
  width: 12em;
  float: left;
}
P, ADDRESS {
  padding: 0.5em;
}
ADDRESS {
  font-style: normal;
}
.clearBoth {
  clear: both;
  margin: 0px;
  padding: 0px;
}
HR {
  height: 1px;
  margin-top: 0.5em;
  border: none;
  border-bottom: 1px solid #9a9a9a;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
  line-height: 1.8em;
  padding: 0.2em;
  border: 1px solid #000000;
}
.messageStackWarning, .messageStackError {
  background-color: #ff0000;
  color: #ffffff;
}
.messageStackSuccess {
  background-color: #99FF99;
  color: #000000;
}
.messageStackCaution {
  background-color: #FFFF66;
  color: #000000;
}
/*wrappers - page or section containers*/
#mainWrapper {
  text-align: left;
  width: 950px;
  vertical-align: top;
  padding: 0px;
  background-image: url(/Y29t/YnVuZ3VzaG9w/d3d3/aHR0cDovL3d3dy5idW5ndXNob3AuY29tL2luY2x1ZGVzL3RlbXBsYXRlcy9idW5ndVRlbXBsYXRlL2Nzcy8uLi9pbWFnZXMvbWFpbl9iZy5naWY/68/0/);
  background-repeat: repeat-y;
  margin: 0px;
}
#headerWrapper {
  background-color: #bfdfff;
  margin: 0em 1px 10px;
  padding: 0px;
}
#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
  margin: 0em;
  padding: 0em;
}
#logoWrapper {
  margin: 0px;
  padding: 0px;
  background-image: url(/Y29t/YnVuZ3VzaG9w/d3d3/aHR0cDovL3d3dy5idW5ndXNob3AuY29tL2luY2x1ZGVzL3RlbXBsYXRlcy9idW5ndVRlbXBsYXRlL2Nzcy8uLi9pbWFnZXMvbG9nb19iZy5qcGc/68/0/);
  height: 90px;
  width: 948px;
}
#headerWrapper br.clearboth {
  font-size: 0;
  clear: both;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
  margin: auto 5px;
  padding: 0px;
}
#mainWrapper {
  margin: auto;
  padding: 0px;
}
#tagline {
  color:#FFFFFF;
  text-align : left;
  vertical-align: middle;
  font-weight: bold;
  padding: 20px 10px;
}
#sendSpendWrapper {
  border: 1px solid #cacaca;
  margin: 0em 0em 1em 1em;
  width: 100%;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
  margin: 0;
  width: 47%;
}
.wrapperAttribsOptions {
  margin: 0.3em 0em;
}
/*navigation*/

.navSplitPagesResult {
  }
.navSplitPagesLinks {
  }
.navNextPrevCounter {
  margin: 0em;
  font-size: 0.9em;
}
.navNextPrevList {
  display: inline;
  white-space: nowrap;
  margin: 0;
  padding:  0.5em 0.2em;
  list-style-type: none;
}
#navMainWrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00488f;
  padding: 0px;
  margin: 0em;
  font-weight: bold;
  width: 100%;
  vertical-align: middle;
}
#navSuppWrapper, #navCatTabsWrapper {
  margin: 0em;
  font-weight: bold;
  width: 100%;
}
#navMain ul, #navSupp ul, #navCatTabs ul  {
  margin: 0;
  padding:  0.5em 0em;
  list-style-type: none;
  text-align: center;
  line-height: 1.5em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
  display: inline;
  white-space: nowrap;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
  text-decoration: none;
  padding: 0em 0.5em;
  margin: 0;
  color: #0067cc;
}
#navMain ul li a:hover {
  color: #0067cc;
  text-decoration: underline;
}
#navEZPagesTOCWrapper {
  font-weight: bold;
  float: right;
  height: 1%;
  border: 1px solid #000000;
}
#navEZPagesTOC ul {
  margin: 0;
  padding:  0.5em 0em;
  list-style-type: none;
  line-height: 1.5em;
}
#navEZPagesTOC ul li {
  white-space: nowrap;
}
#navEZPagesTOC ul li a {
  padding: 0em 0.5em;
  margin: 0;
}
#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
  margin: 0.5em;
}
#navBreadCrumb {
  font-size: 1em;
  font-weight: bold;
  margin: 0px 5px 5px;
  padding: 0px;
  color: #333333;
}
#navEZPagesTop {
  background-color: #ffff33;
}
#navEZPagesTop {
  font-size: 1em;
  font-weight: bold;
  margin: 0em;
  padding: 0.5em;
}
#navColumnOne {
  margin: 0px;
  padding: 0px;
}
#navColumnTwo {
  margin: 0px;
  padding: 0px;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
  vertical-align: top;
}
/*.content,*/ .shippingEstimatorWrapper {
  /*font-size: 1.2em;
  */
	padding: 0.5em;
}
#productDescription {
  margin: 0px;
  padding: 0px;
}
.alert {
  color: #FF0000;
  margin-left: 0.5em;
}
.advisory {
  }
.important {
  font-weight: bold;
}
.notice {
  }
.rating{
  }
.gvBal {
  float: right;
}
.centerColumn {
  padding: 0px 5px;
}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
  padding: 0.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
  font-size: 0.9em;
}
#siteinfoLegal {
  color: #FFFFFF;
  background-color: #00488f;
  padding: 3px;
}
#siteinfoLegal a {
  color: #FFFFFF;
}
#siteinfoLegal a:hover {
  text-decoration: underline;
}
/*Shopping Cart Display*/
#cartAdd {
  float: right;
  text-align: center;
  margin: 1em;
  border: 1px solid #000000;
  padding: 1em;
}
.tableHeading TH {
  border-bottom: 1px solid #cccccc;
}
.tableHeading, #cartSubTotal {
  background-color: #e9e9e9;
}
#cartSubTotal {
  border-top: 1px solid #cccccc;
  font-weight: bold;
  text-align: right;
  line-height: 2.2em;
  padding-right: 2.5em;
}
.tableRow, .tableHeading, #cartSubTotal {
  height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
  padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay {
  text-align: right;
  padding-right: 0.2em;
}
#scUpdateQuantity {
  width: 2em;
}
.cartQuantity {
  width: 4.7em;
}
.cartNewItem {
  color: #33CC33;
  position: relative;
/*do not remove-fixes stupid IEbug*/
	}
.cartOldItem {
  color: #660099;
  position: relative;
/*do not remove-fixes stupid IEbug*/
	}
.cartBoxTotal {
  text-align: right;
  font-weight: bold;
}
.cartRemoveItemDisplay {
  width: 3.5em;
}
#cartAttribsList {
  margin-left: 1em;
}
#mediaManager {
  width: 50%;
  margin: 0.2em;
  padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
  text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
  color: #ff0000;
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
  list-style-type: none;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
  margin: 0;
  padding: 0.2em 0em;
}
.totalBox {
  width: 5.5em;
  text-align: right;
  padding: 0.2em;
}
.lineTitle, .amount {
  text-align: right;
  padding: 0.2em;
}
.amount {
  width: 5.5em;
}
/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
  margin: 0em 1em 1em 0em ;
}
#productMainImage {
  margin: 0em 0.5em 0.5em 0em ;
}
.categoryIcon {
  }
#cartImage {
  margin: 0.5em 1em;
}
/*Attributes*/
.attribImg {
  width: 20%;
  margin: 0.3em 0em;
}
.attributesComments {
  }
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
  margin: 1em 0em;
}
/*sideboxes*/
.columnLeft, .columnRight {
  margin: 0px;
  padding: 0px;
}
.leftBoxHeading, .leftBoxHeading a {
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
}
.leftBoxHeading {
  margin: 0em;
  padding: 8px 0px 4px 0px;
  background-image: url(/Y29t/YnVuZ3VzaG9w/d3d3/aHR0cDovL3d3dy5idW5ndXNob3AuY29tL2luY2x1ZGVzL3RlbXBsYXRlcy9idW5ndVRlbXBsYXRlL2Nzcy8uLi9pbWFnZXMvbGVmdGJveGhlYWRpbmdfYmcuZ2lm/68/0/);
  background-repeat: repeat-x;
  height: 20px;
}
.centerBoxHeading {
  margin: 0em;
  padding: 8px 0px 4px 0px;
  color: #333333;
  background-image: url(/Y29t/YnVuZ3VzaG9w/d3d3/aHR0cDovL3d3dy5idW5ndXNob3AuY29tL2luY2x1ZGVzL3RlbXBsYXRlcy9idW5ndVRlbXBsYXRlL2Nzcy8uLi9pbWFnZXMvY2VudGVyYm94aGVhZGluZ19iZy5naWY/68/0/);
  background-repeat: repeat-x;
  height: 19px;
  border: 1px solid #cccccc;
}
.leftBoxContainer {
  border: 1px solid #0067cc;
  padding: 0em;
  margin-bottom: 20px;
  text-align: left;
}
.sideBoxContent {
  padding: 0.4em;
}
.rightBoxHeading, .rightBoxHeading a {
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
}
.rightBoxHeading {
  margin: 0em;
  padding: 8px 0px 4px 0px;
  background-image: url(/Y29t/YnVuZ3VzaG9w/d3d3/aHR0cDovL3d3dy5idW5ndXNob3AuY29tL2luY2x1ZGVzL3RlbXBsYXRlcy9idW5ndVRlbXBsYXRlL2Nzcy8uLi9pbWFnZXMvcmlnaHRib3hoZWFkaW5nX2JnLmdpZg/68/0/);
  background-repeat: repeat-x;
  height: 20px;
}
.leftBoxHeading a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.rightBoxHeading a:hover {
  color: #ffffff;
  text-decoration: underline;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  padding: 3px 3px 4px;
  list-style-position: inside;
  list-style-type: square;
}
.rightBoxContent {
  }
.rightBoxContainer {
  border: 1px solid #cc6a00;
  padding: 0em;
  margin-bottom: 20px;
  text-align: left;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
  text-align: center;
}
.rss_image {
  margin: 1px 2px 0px 0px;
  padding: 1px;
  float: right;
}
#bestsellers .wrapper {
  margin: 0em 0em 0em 0.3em;
}
#bestsellers ol {
	padding: 0;
	margin: 0em;
	list-style-position: inside;
	list-style-type: decimal;
}
#bestsellers li {
  padding: 0;
  margin: 0.3em 0em 0.3em 0em;
}
#bannerboxHeading {
  background-color: #0000CC;
}
#upProductsHeading {
  text-align: left;
}
#upDateHeading {
  text-align: right;
}
/*misc*/
.back {
  float: left;
}
.forward {
  float: right;
}
.bold {
  font-weight: bold;
}
.rowOdd {
  background-color: #E8E8E8;
  height: 1.5em;
  vertical-align: top;
}
.rowEven {
  background-color: #F0F0F0;
  height: 1.5em;
  vertical-align: top;
}
CAPTION {
  /*display: none;
*/
	}
#myAccountGen li, #myAccountNotify li {
  margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay {
  width: 20%;
  text-align: right;
/*vertical-align: top*/
	}
.accountQuantityDisplay {
  width: 10%;
  vertical-align: top
	;
}
TR.tableHeading {
  background-color: #cacaca;
  height: 2em;
}
#siteMapList {
  width: 90%;
  float: right;
}
.ratingRow {
  margin: 1em 0em 1.5em 0em;
}
LABEL#textAreaReviews {
  font-weight: normal;
  margin: 1em 0em;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
  background-color: #ffffff;
}
.teiban {
  background-color: #FFFFFF;
  text-align: left;
  width: 100%;
  font-size: 12px;
}
th#teiban {
  background-color: #CCCCCC;
  text-align: left;
  padding: 3px;
}
td#teiban_l {
  background-color: #F1F1F1;
  text-align: left;
  vertical-align: top;
  padding: 3px;
}
td#teiban_r {
  background-color: #FFFFFF;
  text-align: left;
  vertical-align: top;
  padding: 3px;
}
.article {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
}
.productListing-rowheading {
  padding: 5px;
}
.productListing-odd {
  padding-bottom: 10px;
}
.productListing-even {
  padding-bottom: 10px;
}
#head_title {
  font-size: 12px;
  color: #FFFFFF;
  background-color: #00488f;
  text-align: left;
  padding: 5px;
}
#productName {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: left;
  margin: 0px;
}
#productPrices {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: right;
  margin: 0px;
  color: #ff0000;
}
.linkTitle {
  padding: 2px 0px 2px 5px;
}
.linkComment {
  padding: 2px 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.indexTopComment {
  padding: 0px;
  font-size: 12px;
  text-align: left;
  width: 370px;
  margin : 10px 0px 0px 10px;
  float: left;
}
.indexBannerWrapper {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.indexBannerWrapper2 {
  padding: 0px;
  margin: 0px;
  height: 50px;
  width: 560px;
  background-image : url(/Y29t/YnVuZ3VzaG9w/d3d3/aHR0cDovL3d3dy5idW5ndXNob3AuY29tL2luY2x1ZGVzL3RlbXBsYXRlcy9idW5ndVRlbXBsYXRlL2Nzcy8uLi9pbWFnZXMvdG9wX2Jhbm5lci5naWY/68/0/);
}
.indexBannerL {
  padding: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.indexBannerC {
  padding: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.indexBannerR {
  padding: 0px;
  margin: 0px;
}
.indexBannerSmallL {
  padding: 0px;
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.indexBannerSmallR {
  padding: 0px;
  margin: 0px;
}
.smallBanaRight {
  margin: 0px;
  padding: 0px;
  float: right;
}
.clearboth2 {
  padding: 0px;
  clear: both;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.toppageBannerTable {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.toppageBannerTd1 {
	padding: 0px 4px 0px 0px;
	margin: 0px;
}
.toppageBannerTd2 {
	padding: 0px;
	margin: 0px;
}
.mobileBanner {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
	margin: 0px;
	padding: 3px;
}
.mobileBanner2 {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
	margin: 0px 0px 5px;
	padding: 3px;
}
.mobileBanner3 {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
	margin: 0px;
	padding: 3px;
}