/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

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

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  /*background:#EAE9DA url(img/main/bkgr.gif) repeat-x;*/
}

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

A:hover {
  color: #53b449;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #fff/*#bbc3d3*/;
  color:#bbc3d3;
}

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

A.headerNavigation { 
  color:#bbc3d3;
  /*
  color: #FFFFFF;
  */
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #53b449;
  /*
  background-color: #3f3f3f;
  */
}

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

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

.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;
  color: #53B449;
}

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: #fff/*#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: #fff/*#f8f8f9*/;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #fff/*#b6b7cb*/;
  color: #000/*#FFFFFF*/;
  font-weight: bold;
  padding:20px 0;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  vertical-align:top;
  padding-bottom:20px;
}

A.pageResults {
  /*color: #0000FF;*/
  text-decoration:none;
}

A.pageResults u {
  /*color: #0000FF;*/
  text-decoration:none;
}

A.pageResults:hover {
  color: #53b449;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #53b449;
}

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.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

.moduleRow { }
.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: 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; font-size: 10px; color: #ff0000; }

/* Begin Added by MS */
body {
margin: 0px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #3f3f3f;
}

/* Top Right Table */
.rt-hd {
background: url(images/right-hd.jpg);
background-position:top left;
background-repeat:no-repeat;
}
.search-login {
padding-bottom: 4px;
}
.search-login-link {
font-size:10px;
line-height: 20px;
}
.search-login-link a {
text-decoration: none;
color: #3f3f3f;
}
.search-login-link a:hover {
color: #ffffff;
background-color: #2e747b;
}

/* Top Navigation */
.nav-table {
background:url(images/nav-bg.jpg);
background-position:top left;
background-repeat:no-repeat
}
#tnav-bt-1 {
width: 100px;
heigt: 40px;
line-height: 40px;
}
#tnav-bt-1 a {
text-decoration: none;
display: block;
height: 40px;
width: 100px;
color: #3f3f3f;
}

#tnav-bt-1 a:hover {
background-color:#2e747b;
color: #FFFFFF;
}
#tnav-bt-2 {
width: 100px;
heigt: 40px;
line-height: 40px;
}
#tnav-bt-2 a {
text-decoration: none;
display: block;
height: 40px;
width: 100px;
color: #3f3f3f;
}

#tnav-bt-2 a:hover {
background-color:#2e747b;
color: #FFFFFF;
}
#tnav-bt-3 {
width: 100px;
heigt: 40px;
line-height: 40px;
}
#tnav-bt-3 a {
text-decoration: none;
display: block;
height: 40px;
width: 100px;
color: #3f3f3f;
}

#tnav-bt-3 a:hover {
background-color:#2e747b;
color: #FFFFFF;
}
#tnav-bt-4 {
width: 100px;
heigt: 40px;
line-height: 40px;
}
#tnav-bt-4 a {
text-decoration: none;
display: block;
height: 40px;
width: 100px;
color: #3f3f3f;
}

#tnav-bt-4 a:hover {
background-color:#2e747b;
color: #FFFFFF;
}

/* Categories Box */
.catBox {
color: #3f3f3f;
line-height: 18px;
}
td.catBox {
f/*background-color: #ff#f3f3ed*/;
font-size: 9px;
}
.catBox a {
color: #3f3f3f;
font-size: 12px;
padding-left: 15px;
margin-bottom: 10px;
}
.catBox a:hover {
text-decoration: none;
color:#53b449;
/*background: url(images/hover_bg.png) 2px no-repeat;*/
}
.catHBox {
display:none;
padding-left: 5px;
/*background-color: #fff#f3f3ed*/;
color: #3f3f3f;
font-size: 15px;
}
.catdivide {
height: 10px;
/*background-color: #fff#f3f3ed*/;
}

/* Manufacturers Box */
.manBox {
color: #3f3f3f;
line-height: 18px;
}
td.manBox {
background-color: #ebe5d4;
font-size: 9px
}
.manBox a {
color: #3f3f3f;
font-size: 12px;
padding-left: 15px;
margin-bottom: 10px;
}
.manBox a:hover {
text-decoration: none;
background: url(images/hover_bg.png) 2px no-repeat;
}
.manHBox {
padding-left: 5px;
background-color: #ebe5d4;
color: #3f3f3f;
font-size: 15px;
padding-top: 5px;
}
.mandivide {
height: 15px;
background-color: #ebe5d4;
}

/* Shopping Cart Box */
.shopBox {
color: #3f3f3f;
line-height: 18px;
font-size: 10px;
}
td.shopBox {
/*background-color: #fff#f3f3ed*/;
}
.shopBox a {
color: #3f3f3f;
margin-bottom: 10px;
}
.shopBox a:hover {
text-decoration: none;
}
.shopHBox {
padding-left: 0;
/*background-color: #fff#f3f3ed*/;
color: #53b449;
font-size: 15px;
padding-top: 5px;
}
.shopdivide {
height: 15px;
/*background-color: #fff#f3f3ed*/;
}

/* Signup Box */
.signBox {
color: #3f3f3f;
line-height: 18px;
font-size: 12px;
}
td.signBox {
/*  background: #fff#dad2bc*/;
}
.signBox a {
color: #3f3f3f;
margin-bottom: 10px;
}
.signBox a:hover {
text-decoration: none;
background: url(images/hover_bg.png) 2px no-repeat;
}
.signHBox {
/*  background: #fff#dad2bc*/;
color: #3f3f3f;
font-size: 15px;
padding-top: 5px;
}
.signdivide {
height: 15px;
  background: #fff/*#dad2bc*/;
}

/* whats New Box */
.whatBox {
color: #3f3f3f;
line-height: 18px;
}
td.whatBox {
background-color: #fff/*#f3f3ed*/;
font-size: 9px;
display:none;
}
.whatBox a {
color: #3f3f3f;
font-size: 12px;
padding-left: 15px;
margin-bottom: 10px;
}
.whatBox a:hover {
text-decoration: none;
}
.whatHBox {
padding-left: 5px;
background-color: #fff/*#f3f3ed*/;
color: #3f3f3f;
font-size: 15px;
display:none;
}
.whatdivide {
height: 10px;
background-color: #fff/*#f3f3ed*/;
display:none;
}
.whatBox img {
border: 2px solid #3f3f3f;
background-color: #ffffff;
}

/* information Box */
.inforBox {
color: #3f3f3f;
line-height: 18px;
}
td.inforBox {
background-color: #fff/*#ebe5d4*/;
font-size: 9px;
display:none;
}
.inforBox a {
color: #3f3f3f;
font-size: 12px;
padding-left: 15px;
margin-bottom: 10px;
}
.inforBox a:hover {
text-decoration: none;
background: url(images/hover_bg.png) 2px no-repeat;
}
.inforHBox {
padding-left: 5px;
background-color: #fff/*#ebe5d4*/;
color: #3f3f3f;
font-size: 15px;
padding-top: 5px;
display:none;
}
.infordivider {
height: 15px;
background-color: #fff/*#ebe5d4*/;
display:none;
}

/* Signup Box */
.bestsBox {
color: #3f3f3f;
line-height: 18px;
font-size: 10px;
padding-left: 3px;
}
td.bestsBox {
  background: #fff/*#ebe5d4*/;
}
.bestsBox a {
color: #3f3f3f;
margin-bottom: 10px;
}
.bestsBox a:hover {
text-decoration: none;
color:#53b449;
}
.bestsHBox {
  background: #fff/*#ebe5d4*/;
color: #3f3f3f;
font-size: 15px;
padding-top: 5px;
padding-left: 5px;
}
.bestsdivide {
height: 15px;
  background: #fff/*#ebe5d4*/;
}

/* Specials New Box */
.specBox {
color: #3f3f3f;
line-height: 18px;
}
td.specBox {
background-color: #c5bda4;
font-size: 10px
}
.specBox a {
color: #3f3f3f;
font-size: 10px;
padding-left: 15px;
margin-bottom: 10px;
}
.specBox a:hover {
text-decoration: none;
}
.specHBox {
padding-left: 5px;
background-color: #c5bda4;
color: #3f3f3f;
font-size: 15px;
}
.specdivide {
height: 10px;
background-color: #c5bda4;
}

/* review Box */
.revBox {
color: #3f3f3f;
line-height: 18px;
font-size: 10px;
padding-left: 5px;
}
td.revBox {
background-color: #f3f3ed;
display:none;
}
.revBox a {
color: #3f3f3f;
margin-bottom: 10px;
}
.revBox a:hover {
text-decoration: none;
}
.revHBox {
padding-left: 5px;
background-color: #f3f3ed;
color: #3f3f3f;
font-size: 15px;
padding-top: 5px;
display:none;
}
.revdivide {
height: 15px;
background-color: #f3f3ed;
display:none;
}

.revIMG img {
background-color: #ffffff;
border: 2px solid #3f3f3f;
display:none;
}

/* Main Home Page Fix */
.main {
padding: 0px 7px 0px 7px;
}
.pageheading {
padding-left: 0;
}

/* Body Margin */
.bdymrgn {
margin: 10px 10px 10px 10px;
width: 455px;
}

/* Footer */
.foot2 {
/*background: url(images/bt_rt_bg.jpg)top right;*/
background-repeat: no-repeat;
}
.foot2links {
color: #3f3f3f;
font-size: 12px;
}
.foot2links a {
color: #3f3f3f;
text-decoration: none;
}
.foot2links a:hover {
color: #53b449;
}
.foot2float {
float: right;
}
.footer td {background-color: #04447a; display:none; }

/* MS FIX2 */
TD.pageHeading {
color: #53b449/*#3f3f3f*/;
}
.main {
color: #3f3f3f;
}
.smallText a:hover {
text-decoration: none;
color: #53b449;
/*background-color: #2e747b;*/
}
.smallText a:hover img {
color:#53b449;
/*background-color: #ffffff;*/
}
TD.infoBoxHeading {
/*background-color: #3f3f3f;*/
padding-left: 5px;
}
TD.infoBoxHeading img{
display: none;
}
.infoBox tbody{
background-color: #ffffff;
}
TR.infoBoxContents {
background-color: #ffffff;
}
/* share this page box */
td.sharePageBox {
background-color: #fff/*#c5bda4*/;
font-size: 11px;
}

.sharePage {background:url(images/head_bg.gif) left;
background-repeat:no-repeat;
padding-left: 20px;
line-height: 20px;
}
a.sharePage  {
color: #3f3f3f;
text-decoration: none;
}
a.sharePage:hover  {
color: #ffffff;
background-color: #3f3f3f;
text-decoration: none;
}
.fb_share_link { padding:2px 0 0 20px;
height:16px;
background:url(images/1.jpg) no-repeat left; 
}
a.fb_share_link  {
color: #3f3f3f;
text-decoration: none;
}
a.fb_share_link:hover  {
color: #ffffff;
background-color: #3f3f3f;
text-decoration: none;
}
.bm1link {
background:url(images/2.jpg) left;
background-repeat:no-repeat;
padding-left: 20px;
line-height: 20px;
}
a.bm1link  {
color: #3f3f3f;
text-decoration: none;
}
a.bm1link:hover  {
color: #ffffff;
background-color: #3f3f3f;
text-decoration: none;
}
.bm2link {
background:url(images/3.jpg) left;
background-repeat:no-repeat;
padding-left: 20px;
line-height: 20px;
}
a.bm2link  {
color: #3f3f3f;
text-decoration: none;
}
a.bm2link:hover  {
color: #ffffff;
background-color: #3f3f3f;
text-decoration: none;
}
.bm3link {
background:url(images/5.jpg) left;
background-repeat:no-repeat;
padding-left: 20px;
line-height: 20px;
}
a.bm3link  {
color: #3f3f3f;
text-decoration: none;
}
a.bm3link:hover  {
color: #ffffff;
background-color: #3f3f3f;
text-decoration: none;
}
.bm4link {
background:url(images/4.jpg) left;
background-repeat:no-repeat;
padding-left: 20px;
line-height: 16px;
}
a.bm4link  {
color: #3f3f3f;
text-decoration: none;
}
a.bm4link:hover  {
color: #ffffff;
background-color: #3f3f3f;
text-decoration: none;
}
.bm5link {
background:url(images/6.jpg) left;
background-repeat:no-repeat;
padding-left: 20px;
line-height: 20px;
}
a.bm5link  {
color: #3f3f3f;
text-decoration: none;
}
a.bm5link:hover  {
color: #ffffff;
background-color: #3f3f3f;
text-decoration: none;
}
.bm6link {
background:url(images/7.jpg) left;
background-repeat:no-repeat;
padding-left: 20px;
line-height: 20px;
}
a.bm6link  {
color: #3f3f3f;
text-decoration: none;
}
a.bm6link:hover  {
color: #ffffff;
background-color: #3f3f3f;
text-decoration: none;
}
.socialodivide {
height: 10px;
background-color: #fff/*#c5bda4*/;
}
.socdiv {
padding-left:4px;
padding-top: 4px;
padding-bottom: 4px;
background: none;
}

/* Manufacturer Info Box */
.MANinfoBox {
color: #ffffff;
line-height: 18px;
font-size: 11px;
}
.MANinfoBox img {
border: 3px solid;
border-color: #3f3f3f;
}
td.MANinfoBox {
  background: #2e747b;
}
.MANinfoBox a {
color: #ffffff;
margin-bottom: 10px;
}
.MANinfoBox a:hover {
text-decoration: none;
color: #53b449;
}
.MANinfoHBox {
background: #2e747b;
color: #ffffff;
font-size: 12px;
padding-top: 5px;
padding-left: 5px;
}
.maninfodivide {
height: 15px;
  background: #2e747b;
}

/* E-Mail This Page */
.sendtoBox {
padding-left: 4px;
line-height: 18px;
font-size: 11px;
}
.sendtoBox a {
background: url(images/mail-icon.jpg)left no-repeat;
padding-left: 20px;
color: #3f3f3f;
margin-bottom: 10px;
text-decoration: none;
}
td.sendtoBox {
  background: #fff/*#2e747b*/;
}
.sendtodivide {
height: 15px;
  background: #fff/*#2e747b*/;
}
.sendtoBox a:hover {
text-decoration: none;
color: #53b449;
}

/* Shipping Prices Link */
.shippop {
font-weight: bold;
}
a.shippop:hover {
color: #ffffff;
background-color: #2e747b;
text-decoration: none; 
}

/* ADDITIONAL CSS 
*************************************************/

#header {height: 156px;}
#navUtility1 {float: right; text-align:right; width:185px; height:90px; padding:0 20px 0 0; margin-top: -125px;}
#navUtility2 {float: right; width:310px; margin:-27px -10px 0 10px;}
#phone {float: left; width:180px; margin:-45px 0 0 20px;}
#logo {margin:1px auto auto auto; width:199px; height:140px;}

#Search {clear: right; float: right; width:147px; height:25px; margin:-25px 20px 0 0; background:url(images/solne/main/field.gif) no-repeat top left;}
#searchText {width:25px; height:25px; left:-55px; padding-top:3px; margin:-27px 0 0 -55px;}

ul#mainNav, #nav ul#mainNav {list-style: none; margin: 0px; padding: 0px;}
ul#mainNav li, #nav ul#mainNav li {float: left; padding: 6px 0 0 0; margin: 0px;}
ul#mainNav li.double, #nav ul#mainNav li.double {padding: 2px 0 0 0; line-height: 13px;}
#nav {width:848px; background: url(../images/solne/main/nav_sublevel_bkgr.jpg) no-repeat 0 0; padding:13px 0 10px 20px; margin-top:-5px;}

a.utility {font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; color:#42ad38;}
a.utility:hover {text-decoration:underline; color:#42ad38;}

a.navText {font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-size:13px; line-height:13px; padding-right:18px; font-weight:bold;} /*nav*/
a.navText:hover {color:#ffdf4d; text-decoration:none;}

.text2, .text3, .text4 {font-family:Calibri, Arial, Helvetica, sans-serif; font-weight:normal;}
.text1 {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:17px;}
.text2 {font-size:16px; line-height:20px;}
.text3 {font-size:20px; line-height:23px; padding:8px 0 10px 0;}

.color1 {color:#42ad38;}
.color2 {color:#744608;} 
.color3 {color:#000000;} 
.color4 {color:#ffffff;}

.bold {font-weight:bold;}
.invisible {display:none;}

.textPadding {padding:0 30px 0 30px; clear:both;}
.noPadding {padding:0px;}
.endPadding {padding-bottom:10px;}
.leftPadding {padding-left:15px;}
.rightPadding {padding-right:3px;}
.fieldPadding {padding:0 10px 0 10px;}
.emailPadding {padding-right:10px;}
.productPrice {color:#744608; font-weight:bold;}
.utilityPadding {padding-bottom:10px;}

.searchField {border:0; background: transparent; height: 20px; width: 127px; padding-top:6px;}


