/**
 * osCommerce Online Merchant
 * 
 * @copyright Copyright (c) 2011 osCommerce; http://www.oscommerce.com
 * @license BSD License; http://www.oscommerce.com/bsdlicense.txt
 */

/*::-moz-selection{ color:#fff; text-shadow: none; }
::selection { color:#fff; text-shadow: none; }*/
/*a:link { -webkit-tap-highlight-color: #36d63d; }*/

.ui-widget {
  font-size: 12px;
}

/* MARKUP */

/*BODY {
}*/
/*
H1 {
  color: #000000;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  margin: 5px 0 10px 0;
}
*/
/*H1{
  font-size: 28px;
  margin-bottom: 10px;
}
h1.menu-name {
  font-size: 21px;
}*/
/*h1 {
  font-size: 28px;
}*/
h1.mhmlogo {
	border-bottom: 0px;
  margin-bottom: 0px;
}
/*H2 {
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}

H6 {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

P {
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}*/
.form-control::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
}
h2.page-title {
    color: #565656;
    margin: 40px 0 20px 20px;
}
h2.page-title svg {
    width: 20px;
    height: 30px;
    fill: #565656;
    position: relative;
    top: -5px;
    z-index: 1;
}
TD {
  font-size: 13px;
  font-weight: 500;
  color: #777;
}
TH {
  text-align: left;	
}
IMG {
  border: 0;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
}

FORM OL {
  margin: 0;
  padding: 0;
}

FORM OL LI {
  list-style: none;
  margin: 0;
  clear: left;
}

FORM LABEL.fieldLabel {
  /*float: none;*/
}

FORM SELECT, FORM TEXTAREA {
}

FORM INPUT, FORM SELECT{
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 3px;
    line-height: 1.25em;
}
/*#cc_expires_month, #cc_expires_year {
    line-height: normal;
}*/
FORM EM {
  color: #FF0000;
  font-size: 9px;
  margin-left: 2px;
  margin-right: 15px;
}

/* LAYOUT */

#pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#pageContent {
  float: right;
  width: 78%;
}

#pageColumnLeft {
  float: left;
  width: 20%;
  /*padding-left: 5px;*/
}

#pageBlockLeft {
  float: left;
  width: 82%;
  margin-bottom: 15px;
  /*margin: 10px 0 10px 0;*/
}

#pageColumnRight {
  float: right;
  width: 16%;
  /*margin: 10px 5px 10px 0;*/
}

#pageFooter {
  clear: both;
  text-align: center;
  padding: 5px;
}

/* LINKS */

#navigationBar A {
  color: #FFFFFF;
}

#navigationBar A:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* DEFINITIONS */

#siteLogo {
  float: left;
}

#navigationIcons {
  float: right;
  margin: 0;
  padding: 15px 15px 0 0;
  list-style-type: none;
}

#navigationIcons li {
  display: inline;
  padding: 5px;
}

#navigationBar {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 60px;
  padding-right: 5px;
  width: 100%;
}

#breadcrumbPath {

}

#pageIcon {
  float: right;
  margin-right: 10px;
  height: 40px;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  color: #465584;
  margin: 5px;
}

.contentContainer {
	/*
    border-color: #DDDDDD -moz-use-text-color -moz-use-text-color;
    border-style: dotted none none;
    border-width: 1px medium medium;
    margin: 19px 0 9px;
    */
    padding: 10px 0 0;
}

.contentContainer .contentText {
  background-color: #F6F6F6;
  border: dotted 1px #ddd;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 9px 9px 9px 9px;
}

.contentContainer .contentText h2{
	border-bottom: dotted 1px #DDDDDD;
	margin-bottom: 5px;
	font-weight: bold;
}

.contentContainer .contentText .contentText {
	background-color: #FFF;
}

.contentContainer H2 {
  line-height: 36px;
  font-size: 13px;
  color: #333333
}

.inputRequirement {
/*  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
  margin-top: 10px;*/
  display: none;
}

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
  padding: 5px;
}
.moduleRow {
	border-bottom: 1px dotted #ddd;
}

.moduleRowOver {
  background-color: #fff;
}

.moduleRowSelected {
  background-color: #fff;
  border-bottom: 1px dotted #ddd;
}


/////////////////////////
.boxText {font-size: 12px; }
.errorBox {font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 12px; color: #cc0033; display: none;}
.productsNotifications {}
.orderEdit {font-size : 12px; color: #70d250; text-decoration: underline; font-weight: normal; }

A {
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
}

TD.infoBox, SPAN.infoBox {
  font-size: 12px;
}

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

TABLE td{
	padding: 8px 5px;
}

.productListing-heading {
  font-size: 13px;
  background: #b6b7cb;
  color: #666;
  background-color: #F0F0F0;
}

TD.productListing-data {
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 11px;
}

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

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
  display:none;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.boxCheckoutTrail {
  font-size: 10px;
  color: #8c8c8c;
}

.boxCheckoutTrailActive {
  font-size: 12px;
  font-weight: bold;
  color: #FF8400;
}

/* message box */

.messageBox { font-size: 12px; }
.messageStackError, .messageStackWarning { font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 12px; background-color: #99ff00; }


/* CSS Boxes */

.boxGroup {
}

.infoBoxContainer {
	border-color: #DDDDDD -moz-use-text-color -moz-use-text-color;
    border-style: dotted none none;
    border-width: 1px medium medium;
    margin: 19px 0 9px;
    padding: 10px 0 0;
}

#category-box{
	background-color: #F0F0F0;
    border-radius: 9px 9px 9px 9px;
    margin: 0 0 10px;
    padding: 20px;
    border:0px;
    font-size: 13px;
}

#category-box .infoBoxHeading{
	margin-bottom: 10px;	
}

#language-box{
	display: none;
}
#shoppingcart-box{
	border: 0px;	
	
}

.infoBoxHeading {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-rendering: optimizelegibility;
}

.infoBoxHeading a{
  color: #666;
}

button, a.ui-priority-secondary, a.ui-priority-primary{
	background-color: #005BBB;
    background-image: -moz-linear-gradient(center top , #0074BB, #0036BB);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
}

.infoBoxContents {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
  font-size: 13px;
  line-height: 24px;
  text-align:left !important;
}

#variantsBlock {
}

#variantsBlockTitle {
  font-weight: bold;
  padding-bottom: 10px;
}

#variantsBlockData {
	
}
#variantsBlockData table td{
	padding:0px;
}

#productVariantCombinationNotAvailable {
  color: #ff0000;
}

.productInfoKey {
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

.productInfoValue {
  padding-bottom: 10px;
  vertical-align: top;
}

#productInfoPrice {
  font-weight: bold;
}

.ships24hours {
  color: #45B04C;
}

#recently-visited-box{
	/*border:0px;*/
}
#recently-visited-box li{
	padding-bottom: 0px !important;
}
#recently-visited-box .product-image{
	width:100px !important;
	height:80px;
}
.product-image {
	border: solid 1px #ccc;
	background-color: #fff;
	border-radius: 3px;
	margin:5px;
	margin-left: 0px;
}
.product-image a{
	color: #ddd;
}
#recently-visited-box .product-details{}
#recently-visited-box h6.title{
	display: none;
}
#new-products{}
#new-products .new-product .product-image{
	border: solid 1px #ccc;
	width:100px !important;
	height:80px;
	margin:5px;
	float:left;
}
.product-details{
	float: left;
    padding-top: 5px;
}
#shoppingcart-box{
	background-color: #005BBB;
    border-radius: 9px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: 0px;
}

#shoppingcart-box a{
	color:#fff;
}
#shoppingcart-box td{
	border-top: dotted 1px #fff;
}
#product-detail .product-image{
	width: 200px !important;
	height: 200px;
    border-radius: 9px;
    margin-right: 10px;
}
#product-detail table td{
	padding: 0px;
}
#product-detail .price-info{}
#product-detail .price-info .productInfoKey{
	width: 100px;
	font-weight: normal;
}
#product-description{
	background-color: #F6F6F6;
    border: 1px dotted #DDDDDD;
    border-radius: 9px 9px 9px 9px;
    margin-bottom: 5px;
    padding: 10px;
}
#shopping-cart-details{
	border-top: 0px;
	margin-top: 0px;
}
#shopping-cart-details .products-list td, #order-products .products-list td{
	border-top: dotted 1px #ccc;
}
#shopping-cart-details .table-heading td{
	border:0px;
}
#shopping-cart-details h6.title{
	display: none;
}
#shopping-cart-details td.product-info{
	width: 400px;
}
#shopping-cart-details td.product-qty input{
	width: 30px;
}
#shopping-cart-details td.product-price{
	text-align: right;
	
}
#shopping-cart-details td.product-delete{
	width:60px;
}
.product-form{
	margin-left: 230px !important;
}
#checkout-form button{
	margin: 10px;
}
#checkout-form input{
	margin-bottom: 0px;
}
#review-product-info{
	margin-left: 10px;
}
#review-product-info .product-image{
	height: 200px;
    width: 200px !important;
}
.productListing-odd td{
	border-top: dotted 1px #ccc;
}
.productListing-even td{
	border-top: dotted 1px #ccc;
}
.listingPageLinks{
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ddd;
	padding-bottom: 9px;
}
#adv-search-form li {
	line-height: 24px;
}
#adv-search-keywords{
	border:0px;
	padding-top: 0px;
}
#adv-search-keywords h6.title{
	display: none;
}
#adv-search-keywords input{
	margin-bottom: 0px;
	width: 98% !important;
}
#datefrom_days, #dateto_days, #dob_days{
	width:50px;
}
#datefrom_months, #dateto_months, #dob_months{
	width:100px;
}
#datefrom_years, #dateto_years, #dob_years{
	width: 72px;
}
#new-customer-box, #login-box {
	border: 0px;
	padding-top: 0px;
	margin-top: 0px;	
	margin-bottom: 0px;	
}
#new-customer-box button, #login-box button{
	margin-right: 10px;
}

#new-customer-box .content, #login-box .content{
	padding: 10px; 
}

#registration-form li{
	line-height: 24px;
}
li.gender input{
	float:left;
}
li.gender .gender-components{
	float:left;
}
li.gender .gender-components label{
	width:80px;
	line-height: 8px;
}
.shippment-address {
	width:230px;
	text-align: left;
}
.title a {
	border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    background-color: #727272;
    line-height: 14px;
    margin-right: 2px;
    text-decoration: none;
}
.title a:hover{
	background-color: #0074BB;
    text-decoration: none;
}
.title a .orderEdit{
	color: #FFFFFF;
    text-decoration: none;
    font-size:0px;
    padding:0px;
}

.shipment-information .title a, .billing-information .title a{
	background-image: url('edit-ico.png');
    height: 26px;
    display: block;
    float: right;
	background-repeat:no-repeat;
    width: 26px;
}

.shipment-information .title a:hover, .billing-information .title a:hover{
	background-position: 0px -26px;
}

.shipment-information p, .billing-information p{
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.shipment-information .title, .billing-information .title{
	border-bottom: dotted 1px #ddd;
}
.first-page-box{
	border: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.order-button-box{
	margin-top: 0px;
}
.fieldKey{
	width: 196px;
}
.buttonSet {
	margin-top: 15px;
}
.no-top{
	margin-top: 0px;
	padding-top: 0px;
}
.qty-field{
	width: 30px;
	margin-bottom: 0px;
}
.cart-row{
	margin-top: 20px;
}
.odd{
	background-color: #ffffff;
	border: dotted 1px #ddd;
}
.contact-address .infoBoxContainer{
	width: 250px;
	border: 0px;
}
.contact-address td{
	vertical-align: top;
}
.contact-address textarea{
	width:98%;
}
.order-action-bar td{
	white-space: nowrap;
	padding-right: 35px;
}
.order-action-bar .button-container {
	text-align: right;
	width: 100%;
	padding-right: 0px;	
}
.checkoutBarCurrent{
	font-weight: bold;
}
.listing-cart-total, .cart-total{
/*	border-top: dotted 1px #ddd;	*/
}

/*#footer{
	margin-top: 15px;
}*/
/*#cc_expires_month{
	min-width:150px;
}*/
/*#cc_expires_year{
	min-width:80px;
}*/
.cart-menu-icons {
  float: right;
}
.cart-menu-icons a {
  font-size: 16px;
  margin: 0 0 0 15px;
  color: #333;
  opacity: .6;
}
.cart-menu-icons a:last-of-type {
  padding-right: 0;
}
.cart-menu-icons a:hover {
  opacity: 1;
}
@media(max-width: 768px) {
  .pad-left {
    padding-left: 0;
  }
}
input#cc_number {
  width: 100%;
}
.tooltip-inner {
  white-space: nowrap;
}
.order-history-listing .btn-balance {
	margin: 6px 6px 6px 0;
}
.error input.form-control {
    border: 1px solid #ff0000!important;
}
.cc-selection-hide {
    position: fixed;
    opacity: 0;
}


/* empty cart promo */

.empty-cart-promo {
    background: #fafafa;
    padding: 40px;
    margin: 2% 0;
}

