@charset "utf-8";
/* CSS Document */

/*fix*/
#server_commands { display: block; height: 0; border:0; }
#outerwrapper,
#innerwrapper { text-align: inherit; margin: 0 auto; }

.td-content-area { vertical-align: top; }

ul, li, h1, h2, h3, p { margin: 0; padding: 0; outline: none; }

html { background: #191919 url(/site/img/bg-footer.jpg) repeat-x center bottom; }

body { background: url(/site/img/bg-top-nav.jpg) repeat-x left top; font-family: Helvetica, Arial, sans-serif; font-weight: 400; overflow-x: hidden; color: #a1a1a1; margin: 0; }

#outerwrapper,
#innerwrapper { margin: 0 auto; width: 1030px; }

body,
td,
select,
textarea,
input,
h1,
h2,
h3,
h4,
h5,
h6 { font-family: Helvetica, Arial, sans-serif; }

a { color: #7ac142; text-decoration: none; }
a:hover { color: #426825; text-decoration: none; }

a img { border: 0; }

input.error { border: 1px dashed #DB2D2D!important; color: #DB2D2D!important; }

.btn-link { display: inline-block; background: #6ba93a; color: #fff; font-size: 14px; font-weight: 300; padding: 12px 30px; }
.btn-link:hover { color: #fff; text-decoration: none; background-color: #426825; }

button { cursor: pointer; margin: 0; padding: 0; border: 0; background: none; }
button.btn-green  { background: #6ba93a; text-align: center; font-size: 14px; border: 0; color:#fff; font-family: Helvetica, Arial, sans-serif; padding: 10px 36px; font-weight: 300; }
button.btn-green:hover { background-color: #426825; }

.lighter { font-weight: 300; }

.bgbutton, .nlbutton { border: none;}

table, td, tr, tbody {border-spacing: 0px !important;}

/* Hx */
h1 { font-size: 28px; color: #fff; }
h3 { font-weight: 700; color: #fff; text-transform: uppercase; font-size: 17px; }
h2 { font-weight: 700; color: #fff; text-transform: uppercase; font-size: 17px; }

/*header start*/
.user { background-color: #212121; height: 40px; margin-bottom: 35px; font-family: Helvetica, Arial, sans-serif; font-weight: 300; }
.user .info { width: 1030px; margin: auto; line-height: 40px; color: #a1a1a1; font-size: 13px; text-align: left; }
.user .info a { color: #7ac142; text-decoration: none; font-size: 13px; }
.user .info a:hover { text-decoration: underline; }

.user .info .phonenumber {   padding-right: 10px; border-right: 1px solid #a1a1a1; margin:0 10px 0 0}

.user ul { margin: 0; padding: 0; list-style: none; float: right; }
.user ul li { float: left; margin-left: 10px; }
.user ul li:first-child { margin-left: 0; }
.user ul li:before { content: "|"; margin-right: 10px; color: #a1a1a1; float: left; }
.user ul li:first-child:before { content: ""; margin: 0; }
.user .info ul li a { color: #a1a1a1; }
.user .info ul li a:hover { text-decoration: none; }
.header #search { float: left; margin-left: 200px; margin-top: 12px}
.header #search .smalltextnolink { display: none;}
.header #search .input { border: 1px solid #a1a1a1; padding: 3px; width: 180px; height: 22px; font-size: 13px;}
.header #search .bgbutton { background: #6ba93a; color: #fff; font-weight: normal; text-transform: uppercase; border: none; letter-spacing: 1px; font-size: 13px; padding: 7px}
.header .logo { margin: 0; float: left; padding: 0 0 32px; }

.header { width: 1030px; margin: auto; font-family: Helvetica, Arial, sans-serif; }
.header .header_cart { border: 1px solid #a1a1a1; float: right; color: #a1a1a1; padding: 5px 5px 5px 40px; background: url('/site/img/mini_cart.jpg') 0 0 no-repeat; font-size: 13px; line-height: 20px; /*margin-top: 16px; */}
.header .header_cart a { color: #a1a1a1; }

.cart_search{width:70%; float:right;}
.cart_search #search{float:right; width:100%}
.cart_search #search table{float:right;}

.header .nav { clear: both; }
.header .nav ul { margin: 0; padding: 0; list-style: none; }
.header .nav > ul { background: #222; }
.header .nav ul:after { content: "."; height: 0; line-height: 0; display: block; overflow: hidden; clear: both; }
.header .nav ul > li { float: left; font-size: 14px; border-left: 1px solid #191919; }
.header .nav ul > li:first-child { border-left: 0; }
.header .nav ul > li > a { color: #A1A1A1; display: block; padding: 22px 9px; font-weight: 300; outline: none; }
.header .nav ul > li > a:hover,
.header .nav ul > li > a.active,
.header .nav ul > li.active > a { text-decoration: none; background: #6ba93a; color: #fff; margin-top: -3px; padding-top: 25px;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

/*.header ul { list-style-type: none; background-color: #212121; height: 64px; width: 1030px; margin-top: 30px; }
.header ul li { height: 64px; border-right: 1px solid #191919; color: #a1a1a1; display: inline-block; float: left; }
.header ul li > a { line-height: 64px; color: #a1a1a1; display: block; padding: 0 15px; text-decoration: none; font-size: 15px; font-weight: 300; }
.header ul li > a:hover { color: #fff; }
.header ul li.active a { color: #fff; background-color: #537F31; padding-top: 3px; margin-top: -3px; position: relative; border-radius: 3px 3px 0 0; }*/

/* Optional */
.header ul,
.header ul li,
.header ul li > a { text-transform: capitalize; }

.header ul li:last-child { border-right: none; }

/*breadcumb*/

.header #breadcumb { float: right; clear: both; padding: 15px 0; }

.header #breadcumb,
.header #breadcumb .crumb,
.header #breadcumb .crumbover,
.header #breadcumb a { font-size: 12px; color: #848484; font-weight: 300; outline: none; }

.header #breadcumb .bread-home { background: transparent url('/site/img/home-breadcumb.jpg') 0 0 no-repeat; padding-left: 22px; }

/*footer start*/

.footer { font-family: Helvetica, Arial, sans-serif; padding-top: 70px; height: 250px; }
.green-step { background: #537F31 url('/site/img/bk_footer.jpg?t=1') 0 0 repeat; height: 45px; color: #fff; font-family: Helvetica, Arial, sans-serif; }
.green-step a { }
.green-step p { }
.footer-mailing { float: left; line-height: 45px; margin-right: 22px; }
.footer-mailing form { }
.footer-mailing form label { margin-right: 30px; }
.footer-mailing form input { background: transparent; border:1px solid #ccc; color: #fff; padding: 5px 10px; vertical-align: middle; margin-right: 15px; }
.footer-mailing form input.name {}
.footer-mailing form input.email {}
.footer-mailing form button { background: rgba(0,0,0,0.5); color: #fff; font-size: 14px; font-weight: 300; border: 0; padding: 4px 10px; vertical-align: middle; }

.follow { border-left: 1px solid #3f592a; float: left; height: 45px; margin-right: 15px; }
.follow p { padding-left: 15px; padding-top: 7px; }
.follow p span { display: inline-block; vertical-align: middle; }

a.ft_icon { display: inline-block; width: 31px; height: 31px; margin-left: 8px; background: url(/site/img/icon-social.png) no-repeat left top; vertical-align: middle; text-indent: -999px; overflow: hidden; }
a.ft_icon:hover { opacity: 1.0; }
a.ft_icon_tw { display: inline-block; width: 31px; height: 31px; margin-left: 8px; background: url(/site/img/ft_twitter.png) no-repeat left top; vertical-align: middle; text-indent: -999px; overflow: hidden; }
a.ft_icon_tw:hover { opacity: 1.0; }

.follow a.facebook { background-position: 0 0; }
.follow a.twitter { background-position: 0 0; }
.follow a.google { background-position: 0 -32px; }
.follow a.linkedin { background-position: 0 -64px; }

.contact { float: left; height: 45px; border-left: 1px solid #3f592a; }
.contact p { padding-left: 35px; padding-top: 7px; }
.contact p span { display: inline-block; vertical-align: middle; }

.contact a { vertical-align: middle; }

.contact a.letter { background: url(/site/img/icon-mail.png) center center no-repeat; }
.contact a.phone { background: url(/site/img/icon-phone.png) center center no-repeat; }

.foot-content { width: 1030px; overflow: auto; margin: auto; padding-top: 38px; }
.foot-content h3 { font-size: 17px; font-weight: 400; margin-bottom: 15px; }
.foot-content .column { width: 192px; float: left; }
.foot-content .column:last-child { width: 262px; }
.foot-content .column ul { list-style-type: none; }
.foot-content .column ul li { list-style-type: none; margin-bottom: 12px; }

.foot-content .f-logos { letter-spacing: 15px; text-align: center; }
.foot-content .f-logos img { vertical-align: middle; }

.foot-content .column ul li a { padding: 0 0 0 32px; display: block; background: transparent url(/site/img/footer-bullet.png) 0 7px no-repeat; color: #7F7F7F; text-decoration: none; font-size: 14px; font-weight: 300; outline: none; }
.foot-content .column ul li a:hover { color: #FFF; }

/* Portlet left (required script) */

.td-left { padding: 0 22px 0 0; width: 187px; vertical-align: top; }

.table-group { background: #202020; }

.table-group td a { display: block; padding: 9px 20px; text-align: left; }
.table-group td:hover,
.table-group td.active { background: #444; }

.table-group td a { color: #a1a1a1; font-weight: 300; font-size: 13px; }
.table-group .tr-item.level1 td { background: #6ba93a; text-transform: uppercase; font-weight: 700; border-bottom: 1px solid #202020; }
.table-group .tr-item.level1 td a { color: #fff; padding: 12px 20px; }
/*.table-group .tr-item.level1 td.active { background: none; }*/
.table-group .tr-item.level1 td:hover,
.table-group .tr-item.top_level_active td { background: #6ba93a; }

.effectStatic #zip{color:#fff!important;}
.bglttext, .texttable, .texttable.carttablecellstoredesc.uir-list-row-cell, .texttablert.carttablecellrate.uir-list-row-cell, .texttablert.carttablecellamount.uir-list-row-cell, .texttablert.carttablecelltax.uir-list-row-cell, .texttablert.carttablecellgrossamount.uir-list-row-cell, .texttablert
{
font-size: 10pt !important;
color: inherit !important;
}
.smalltext {
    color: #fff;
    width: 100%;
}

#carttableheader * {
    color: #000;
    font-size: 13px !important;
}

#carttableheader .smalltext {
    width: 12%;
}
#carttableheader .smalltext:nth-child(3) {
    width: 10%;
}
#carttableheader .smalltext:nth-child(2) {
    width: 25%;
}
#carttableheader .smalltext:nth-child(4) {
    width: 56%;
}
#carttableheader .smalltext:nth-child(8) {
    width: 12%;
}

#paymeth * {
    color: #fff;
}
#handle_checkoutMainPortlet * {
    color: #fcfafa;
    font-size: 13px;
}
#change {
    color: #000;
}
#handle_checkoutMainPortlet .listheadernosort {
    color: #000;
}