/*
  $Id$

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

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/
/* Base thermometer style, this is the slate */
/* Account thermo88*/
.link{
	color:#0068a5;
}

#thermometer_account {
    width:70px;
    height:355px;
	float: inherit;
	margin-left:50%;
	left:300px;
	top:150px;
	position: fixed;
	
	z-index:200;
    background: #ddd;
    border:1px solid #aaa;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
        -ms-border-radius: 12px;
         -o-border-radius: 12px;
            border-radius: 12px;
 
 
    -webkit-box-shadow: 1px 1px 4px #999, 5px 0 10px #999;
       -moz-box-shadow: 1px 1px 4px #999, 5px 0 10px #999;
        -ms-box-shadow: 1px 1px 4px #999, 5px 0 10px #999;
         -o-box-shadow: 1px 1px 4px #999, 5px 0 10px #999;
            box-shadow: 1px 1px 4px #999, 5px 0 10px #999;
}
 
 
/* This represents the track of the thermometer, the linear background 
    with a background size set will generate a line every 5% of the track. */
#thermometer_account .track_account {
    height:280px;
    top:10px;
    width:20px;
    border: 1px solid #aaa;
    position: relative;
    margin:0 auto;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to bottom, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-position: 0 -1px;
    background-size: 100% 5%;
}
 
 
/* The progress indicator (the mercury, if you will) */
#thermometer_account .progress_account {
    height:0%;
    width:100%;
    background: rgb(255,215,0);
    background: rgba(255,215,0,0.6);
    position: absolute;
    bottom:0;
    left:0;
}
 
 
/* let's position the goal */
#thermometer_account .goal_account {
    position:absolute;
    top:0;
}
 
 
/* just style the amounts a little bit */
#thermometer_account .amount_account {
    display: inline-block;
    padding:0 5px 0 50px;
    border-top:1px solid black;
    font-family: Trebuchet MS;
    font-weight: bold;
    color: #000;
}
 
.points_account{
	width:60px;
    height:60px;
	float: inherit;
	margin-left:50%;
	left:305px;
	position: fixed;
	top:440px;
	z-index:200;
	text-align:center;
	border:1px solid black;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	background-color: #FFD700;
	border-radius: 50%;
	line-height:60px;
	font-family: Trebuchet MS;
    font-weight: bold;
	font-size:20px;
	color: rgb(255,255,255);
}
/* make sure the progress amount appears on the left side, 
    this way they progress and goal amounts won't overlap should we reach 100% (or greater) */
#thermometer_account .progress .amount {
    padding:0 5px 0 50px;
    position: absolute;
    border-top:1px solid #060;
    color: #000;
    
}
/* end account thermo**/
.pointstitle{
	width:150px;
    float: inherit;
	margin-left:50%;
	left:300px;
	position: fixed;
	top:160px;
	z-index:200;
	text-align:center;
	line-height:60px;
	font-family: Trebuchet MS;
    font-weight: bold;
	font-size:14px;
	color: #000;
}
.pointstotal{
	width:60px;
    height:60px;
	float: inherit;
	margin-left:50%;
	left:340px;
	position: fixed;
	top:200px;
	z-index:200;
	text-align:center;
	border:1px solid black;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	background-color: #003e7e;
	border-radius: 50%;
	line-height:60px;
	font-family: Trebuchet MS;
    font-weight: bold;
	font-size:20px;
	color: rgb(255,255,255);
}

#thermometer {
    width:70px;
    height:355px;
	float: inherit;
	margin-left:50%;
	left:-610px;
	top:120px;
	position: fixed;
	
	z-index:200;
    background: #ddd;
    border:1px solid #aaa;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
        -ms-border-radius: 12px;
         -o-border-radius: 12px;
            border-radius: 12px;
 
 
    -webkit-box-shadow: 1px 1px 4px #999, 5px 0 10px #999;
       -moz-box-shadow: 1px 1px 4px #999, 5px 0 10px #999;
        -ms-box-shadow: 1px 1px 4px #999, 5px 0 10px #999;
         -o-box-shadow: 1px 1px 4px #999, 5px 0 10px #999;
            box-shadow: 1px 1px 4px #999, 5px 0 10px #999;
}
 
 
/* This represents the track of the thermometer, the linear background 
    with a background size set will generate a line every 5% of the track. */
#thermometer .track {
    height:280px;
    top:10px;
    width:20px;
    border: 1px solid #aaa;
    position: relative;
    margin:0 auto;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to bottom, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-position: 0 -1px;
    background-size: 100% 5%;
}
 
 
/* The progress indicator (the mercury, if you will) */
#thermometer .progress {
    height:0%;
    width:100%;
    background: rgb(255,215,0);
    background: rgba(255,215,0,0.6);
    position: absolute;
    bottom:0;
    left:0;
}
 
 
/* let's position the goal */
#thermometer .goal {
    position:absolute;
    top:0;
}
 
 
/* just style the amounts a little bit */
#thermometer .amount {
    display: inline-block;
    padding:0 5px 0 50px;
    border-top:1px solid black;
    font-family: Trebuchet MS;
    font-weight: bold;
    color: #FF0;
}
 
.points{
	width:60px;
    height:60px;
	float: inherit;
	margin-left:50%;
	left:-605px;
	position: fixed;
	top:410px;
	z-index:200;
	text-align:center;
	border:1px solid black;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	background-color: #FFD700;
	border-radius: 50%;
	line-height:60px;
	font-family: Trebuchet MS;
    font-weight: bold;
	font-size:20px;
	color: rgb(255,255,255);
}
/* make sure the progress amount appears on the left side, 
    this way they progress and goal amounts won't overlap should we reach 100% (or greater) */
#thermometer .progress .amount {
    padding:0 5px 0 50px;
    position: absolute;
    border-top:1px solid #060;
    color: #FF0;
    
}

.boxheader{
    background-color:#a0ce67; 
    color:#FFFFFF; 
    padding:4px 4px 2px 4px;
    font-weight:800;
}

/* Search and Add Button */
.breadcrumb{
	font-size:10px;
	color:#261c02;
}
td.breadcrumb{
	padding-left:2px;
	font-size:10px;
	color:#ccc;
}

#searchButton  {
 font-size: 0;
 height: 24px;
 width: 24px;
 border: none;
 background: url(/images/template/button_search.png) no-repeat; 
 cursor: pointer;
 position: relative;
 top: -3px;
}


#addButton  {
 font-size: 0;
 border: none;
 height: 24px;
 width: 24px;
 background: url(/images/template/button_in_cart.png) 0 0 no-repeat;
 cursor: pointer;
 position: relative;
 top: -3px;
}

/* Category boxes */
.catebox{
	margin-right: 5px;
	text-align: center;
	height: 192px;
	list-style: none;
	background: url(images/template/cate_box.png) no-repeat #fff;
}
.cateboximg {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	
	
}
.cateboxtextbox {
	display: table;
    margin: 0 auto;
	vertical-align:middle;
	
	margin-top:15px;
	background: #F00;
}
.cateboxtext{
	width:100%;
	font-family: helvetica,sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
}

  #container {
    height:59px;
	width:183px;
    position: relative;
	}
	
  #wrapper > #container {
    display: table;
    position: static;
	
  }
  
  #container div {
    position: absolute;
    top: 50%;
	width:10em;
	word-wrap:break-word;
	padding-left: 20px;
  }
  
  #container div div {
    position: relative;
    top: -50%;
	color:#fff;
  }
  
  #container > div {
    display: table-cell;
    vertical-align: middle;
    position: static;
  }
  
/* Cart box */
.cartboxholder {
	z-index:1;
	float:left;
	top:-300px;
	width:300px;
	left:-15px;
	position:relative;
	-webkit-border-radius: 0 0px 0px 0;
	border-radius: 0 0px 0px 0;

	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	-webkit-box-shadow: 5px 5px 5px 0px #3b3b3b;
	box-shadow: 5px 5px 5px 0px #3b3b3b;
}

.cartbox {
	padding:5px;
	background: #CCC;
	height:200px;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
/*Slide out SG bar */
#slideout {
	position:absolute;
	width:170px;
	height:200px;
	top: 00px;
	left:130px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color:#ffffff;
	background:#fff;
	z-index:-1;
	}
  
#slideout_inner {
	width:170px;
	height:180px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px 0px 10px 20px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
  	z-index:-1;
}

#slideout:hover {
  left: 290px;
  color:#000;  
}
#slideout:hover #slideout_inner {
  position:relative;
  left:0px;
  color:#000;
  background-color:#ffb800;
}

.sgcatlist {
	line-height:16px;
	margin-left:10px;
}
/* Begin Product listing */
.sold_gold {
	color:#F90;
	background: transparent;
    padding: 5px;
    font-size: 12px;
	font-weight:700;
}
.not_sold_gold {
	color:#000;
	background: transparent;
    padding: 5px;
    font-size: 12px;
    font-weight:700;
}
.col_headings {
	background-color: #a0ce67;
    padding: 5px;
    font-size: 12px;
    color: rgb(255,255,255);
    font-weight: 600;
}
.styled-select select {
   text-align:left;
   background: transparent;
   font-size: 11px;
   font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
   padding: 0px;
   width: 120px;
   border: 0px;
   height: 26px;
   -webkit-appearance: none;
}
.styled-like-select {
   text-align:left;
   background: transparent;
   font-size: 11px;
   font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
   padding: 0px;
   width: 120px;
   border: 0px;
   -webkit-appearance: none;
   vertical-align:top;
}
.styled-select {
   width: 100px;
   height: 26px;
   overflow: hidden;
   background: url(images/template/option.png) no-repeat right;
}
td.model {
	width:30px;
	vertical-align:top;
}
td.name {
	width:280px;
	vertical-align:top;
}
td.listprice {
	vertical-align:top;
}
td.pack {
	text-align:left;
	vertical-align:top;
	width: 150px;
}
button.buy_now {
	clear:both;
	background: transparent;
	border:hidden;
	text-align:center;
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.categoryimage {
	width:300px;
	padding: 10px;
	background:transparent;
	height:450px;
	float:left;
	margin-bottom:300px;
	clear:both;
}

.categoryimagespacer {
	width:300px;
	padding: 10px;
	background:transparent;
	height:325px;
	float:left;
	margin-bottom:300px;
	clear:both;
}

img.categoryimage {
	width:300px;
	height:300px;
	
	position:relative;
	float:left;
}
.categoryimagelogo {
	z-index:2;
	top:-610px;
	left:10px;
	position:relative;
	background:transparent;
}

.productHeading {
	font-size: 20px;
	font-weight:bold;
	margin-top: 20px;
	padding: 5px 0px 5px 0px;
    font-family:sans-serif;
    color:#a0ce67;
}

.productHeading solid_gold {
	font-size:20px;
	font-weight:bold;
	margin-top: 20px;
	padding-bottom:5px;
	color:#F90;
	background: transparent;
	margin-bottom:0px;
}

.price {
	font-size: 20px;
	font-weight:bold;
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
}

.productlist {
	float:right;
	width:580px;
	background:transparent;
}

/*end product listing */
/*Shopping cart module */
.shopping_cart {
	float:left;
	top: -200px;
	width: 300px;
}
/*End Shopping cart module */
.get1free { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #ffb3b5; font-weight: bold;}
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 11px;
}

body {
  background: transparent url(images/template/bg2.jpg);
  background-attachment: fixed;	
  color: #261c02;
  margin:auto;
  font-size: 12px;
  font-family: sans-serif, Lucida Grande, Lucida Sans, Verdana, Arial;
}

#wrap {
	
	width: 100%;
	position:absolute;
}

#content {
	width: 960px;
	height:100%;
	
	margin: auto;
	background-color: white;

	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;

	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	-webkit-box-shadow: 0px 0px 70px 0px #3b3b3b;
	box-shadow: 0px 0px 70px 0px #3b3b3b;

	
}

#bodyWrapper {
	height:100%;
	width:920px;
	position:absolute;
}

#bodyContent {
	height:100%;
}

.bodyContent {
	height:100%;
	width:920px;
	margin: 0px 5px;
}

#header {
  height: 60px;
}

#storeLogo {
  background-image: url(images/otc_logo.png);
  background-repeat: no-repeat;
  background-color:#261c02;
  width: 960px;
  height: 95px;	
  margin: 0px;
}

#storeLogoLogin {
  background-image: url(images/template/masthead-new.jpg);
  background-repeat: no-repeat;
  width: 960px;
  height: 365px;	
  margin: 0px;
}


#headerShortcutsBar {
	background-color:#a0ce67;
  	width: 100%;
	height:37px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
    font-weight:800;
    
}

span.headerQuickbar {
	color:#FFF;
	float:right;
	padding-right:8px;
	height:39px;
	font-family:sans-serif, Verdana, Geneva;
	font-size:15px;
    line-height:39px;
    font-weight:700;
}

span.headerMenuBar {
	color:#FFF;
	float:left;
    
	font-family:sans-serif, Verdana, Geneva ;
	font-size:15px;
    font-weight:700;
	
    
}

#headerShortcuts {
  float: right;
  margin: 5px;
}

#columnLeft {
  padding-top: 5px;
  position:relative;
}

#columnRight {
  padding-top: 5px;
  position:relative;
}

.infoBoxContainer { 
margin-bottom: 5px;
}

.infoBoxHeading {
  padding: 2px;
  font-size: 11px;
}

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

.contentContainer {
  padding-left: 40px;
  padding-bottom: 10px;
}
.contentContainer2 {
  padding-left: 20px;
  padding-bottom: 10px;
}

.picsContainer {
	margin:20px 20px 10px 20px;
}

.contentContainer h2 {
  font-size: 16px;
  font-weight:bold;
  text-decoration: underline;
  margin-bottom: 0;
  padding-bottom: 5px;
  margin-top:40px;
}

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

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

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

.productListTable tr.alt td {
  
}

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

.solid_gold_h1 {
	color:#F90;
	background: transparent;
	font-weight:bold;
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.heading{
  font-size: 18px;
  font-weight:bold;
  margin-bottom: 0;
  padding: 15px 0px 5px 5px;
  color: #a0ce67;
}

img {
  border: 0;
}

table, p {
  font-size: 12px;
  line-height: 1.5;
  font-weight:600;
}
 
#footerdiv{
	clear:both;
	text-align:center; 
	width:950px;
	padding:15px 0px;
	}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
  width:100%;
}

.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: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #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;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #b6b7cb;
}

.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: #a0ce67;
  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;
}

A.pageResults {
  color: #0000FF;
}

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

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;
  color:#808080;
}

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: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

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

#headergreeting {
  float: right;
  margin-top: 5px;
  width:205px;
  height:43px;
}
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform:uppercase;
  }

SPAN.call0800 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  z-index:2;
  width: 650px;
  text-align:right;
  margin-top:35px;
  }
SPAN.call0800green {
  color: #a0ce67;
}
A.headerLogOff {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  margin-left: 130px;
  color: #fff;
  text-align:right;
}

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.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: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

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

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}
/* SIMPLE CHECKOUT START */
#checkoutPage .hidden {display:none;}
#checkoutPage div.left {float:left;}
#checkoutPage div.right {float:right;}
#checkoutPage div.clear {clear:both;}
#checkoutPage div.contentLeft {float:left;width:25%;}
#checkoutPage div.contentRight {float:right;width:75%;}
#checkoutPage div.comments {padding-top:10px;padding-bottom:10px;width:75%;margin:auto;}
#checkoutPage div#processCheckout {text-align:center;}
#checkoutPage div.ui-widget-header {padding:5px;}
#checkoutPage div.ui-widget-content {padding:5px;}
#checkoutPage textarea[name=comments] {max-width:99%;margin:auto;}
#checkoutPage div.conf1 {float:left;width:30%;}
#checkoutPage div.conf2 {float:left;width:60%;}
#checkoutPage div#totalsContent {float:right;margin-right:5px;}
#checkoutPage div#discountContent {float:left;margin-left:5px;}
#checkoutPage a:focus {outline: none}
#checkoutPage div.cartRow1 {float:left;width:400px;}
#checkoutPage div.cartRow2 {float:left;width:75px;}
#checkoutPage div.cartRow3 {float:left;width:75px;text-align:center;}
#checkoutPage div.cartRow4 {float:left;width:75px;text-align:center;}
#checkoutPage div.cartRow5 {float:left;width:75px;text-align:center;}
#checkoutPage div.cartRow6 {position:absolute;right:0;width:75px;text-align:center;}
#checkoutPage div.cartDelete a:hover {cursor:pointer;text-decoration:none;}
#checkoutPage div.cartDelete span.ui-icon {display:inline-block;}
#checkoutPage div#cartContent {padding:5px;max-height:200px; overflow-y:scroll;}
#checkoutPage div#totals {border-top:1px solid;}
#checkoutPage div#Account {overflow: visible;}
#checkoutPage .fields>select {width:154px;}
#checkoutPage .fields>input[type=text] {width:150px;}
#checkoutPage #cart .fields>input {width:20px;}
#checkoutPage .fields>input[type=password] {width:150px;}
#checkoutPage #NewAccount {width:50%;margin:auto;}
#checkoutPage .addressicons {float:left;padding:5px;margin:5px;}
#checkoutPage .addressblock {float:left;padding:5px;margin:5px;}
#checkoutPage .addressprimary {float:right;padding:5px;margin:5px;font-style:italic;}
#checkoutPage .addressradio {float:right;padding-right:15px;}
/* SIMPLE CHECKOUT END */
/*menu css*/
nav ul ul{display:none;padding-bottom:5px;}
nav ul li:hover > ul{display:block;}
nav ul{list-style:none;position:relative;z-index:10;display:block;top:-5px;}
nav ul:after{content:"";display:block;padding-top:17px;}
nav ul li{float:left;}
nav ul li:hover{background:#261c02;background:-moz-linear-gradient(top, #a0ce67 20%, #261c02 80%);background:-webkit-linear-gradient(top, #261c02 0%,#a0ce67 40%);}
nav ul li:hover a{color:#fff;text-decoration:none;}
nav ul li a{display:block;padding:0px 5px;color:#fff;text-decoration:none;}
nav ul ul{background:#261c02;border-radius:0px;padding:0;position:absolute;top:100%;font-family:Verdana, Geneva, sans-serif;font-size:10px;}
nav ul ul li{float:none;top:-5px;border-bottom:1px solid #000;position:relative;}
nav ul ul li a{padding:10px 7px 10px 10px;color:#000;}
nav ul ul li a:hover{background:#a0ce67;color:#fff;}
nav ul ul ul{background:#a0ce67;border-radius:0px;padding:0;position:absolute;left:100%;top:5px;width:100%;font-family:Verdana, Geneva, sans-serif;font-size:10px;}
nav ul ul ul li{float:none;top:-2px;border-bottom:1px solid #000;position:relative;}
nav ul ul ul li a{padding:10px 7px 10px 10px;color:#000;}
nav ul ul ul li a:hover{background:#261c02;color:#fff;}
.black{ color:#261c02;}
