/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 11px;
}

body {
  background: #fff;
  color: #000;
  margin: 0px;
  font-size: 11px;
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}

#bodyWrapper {
    position:relative;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 16px;
  /*text-decoration: underline;*/
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

h1 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

img {
  border: 0;
}

table, p {
  font-size: 11px;
  line-height: 1.5;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}
TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:arial;
  font-size: 12px;
  color: #ff0000;
  line-height: 16px
}


CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 14px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 14px; background-color: #ffb3b5; color: #000 !important; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 14px; background-color: #99ff00; color: #000 !important; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

div.pb10{ padding-bottom:10px; }

.ilogbut{ min-height:60px; }

/* Write Review Stars */
.wider-column { padding-left:0px; padding-right:0px; }
.rating { overflow:hidden; vertical-align:bottom; display:inline-block; right:calc(10% - 75px); height:30px; }
.rating > input { opacity:0; }
.rating > label,.ratingdiv0 { position:relative; display:block; float:right; background-image:url(../images/star-off.png); background-size:30px 30px; }
.rating > label:before { display:block; opacity:0; content:''; width:30px; height:30px; background-image:url(../images/star-on.png); background-size:30px 30px; transition:opacity 0.3s linear; }
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating:not(:hover) > :checked ~ label:before { opacity:1; }
#rating-text { width:100%; top:90px; left:0; margin:0 auto; height:15px; }
.mm-5{ padding:5px 10px !important; }
#rating5, #rating4, #rating3, #rating2, #rating1 { display: none; width:0px !important; }
.gr4y{ font-weight:bold !important; color:#767676;}
.ratingdiv1 { background-image:url(../images/star-on.png); background-size:30px 30px; transition:opacity 0.3s linear; }
.ratingdiv0,.ratingdiv1{ float: left !important; padding-left:0px; display:inline-block !important; width:30px; height:30px; left:0; vertical-align:bottom; margin:0 auto;  }
.pb-20{ display: inline-block; margin-bottom: 30px; }
.img404{ float:left;padding:0px 15px 15px 0px; }
b.answer{ font-weight:bold; }
.faq_img{ max-width:800px !important; }
.product_img b{ font-size: 12px !important; text-transform: uppercase !important; }
.product-image-wrapper1{ padding-bottom:5px !important; }
img.subcatimg5{ display:block; width:222px !important; height:270px !important; max-width:222px !important; max-heigth:270px !important; margin-bottom:5px !important; border:1px solid #e5e5e5 !important; }
.cat_prod_divider{ display:inline-block; width:100%; height:30px; }
.subcatimg5-holder {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 224px;
    width:224px;
    margin: 0 auto;
    padding-right:10px;
    /*-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);*/
}
.subcatimg5-hint {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(229, 53, 144);
    color: #fff;
    transition: all 0.6s ease 0s;
    overflow: hidden;
    text-align:center;
    opacity: .9;
    width:224px !important;
}
.subcatimg5-hint-body {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /*box-sizing: border-box;*/
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.subcatimg5-holder:hover .subcatimg5-hint{ display: block; top: 0%; }
.catproduct{ min-height:300px; }




.socials_block{ padding-top:0px; }
.social_ico a{width: 30px;height: 31px;background: url(../images/sprite-icon-socials.png) 100% 0 no-repeat;display: inline-block;margin: 0 2px;border-radius:3px}.social_ico #fb {background-position: -234px -120px;}.social_ico #tw {background-position: -378px -372px;}.social_ico #mail {background-position: -54px -480px;}.social_ico #pintt {background-position: -378px -300px;}.social_ico{ margin:5px 5px; }

.cat_desc_show_hide{ cursor: pointer; text-decoration: underline; }
.pb-25{ padding-bottom:25px; }
