html {
/*    background: url(/images/layout/page_bg_right.png) top right repeat-y;*/
    background: #184700 url(/images/layout/page_bg_left.png) top left repeat-y;
}
body {
    
    margin: 0;
    padding: 0;
    font: 0.7em Verdana, Tahoma, sans-serif;
    color: #333;
    background: url(/images/layout/page_bg_right.png) top right repeat-y;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img, img {
    border: none;
}
h1, .h1, #right_column h2 {
    margin: 0 0 20px 0;
    padding: 20px 0 5px 0;
    font: 100 2.2em Verdana, Tahoma, sans-serif;
/*    color: #004400;*/
    color: #777;
    color: #002F00;
    color: #004400;
    border-top: 3px solid #002f00;
    border-bottom: 1px solid #ccc;
/*    border-bottom: 1px solid #406340;*/
}
h2, .h2 {
    margin: 0 0 16px 0;
    padding: 0 0 5px 0;
    font: 1.8em Verdana, Tahoma, sans-serif;
    color: #004400;
    border-bottom: 1px solid #183B18;
}
h2 a {
    color: #004400;
}
h3, .h3 {
    margin: 0 0 16px 0;
    padding: 0 0 10px 0 !important;
    border-top: none !important;
    font: bold 1.4em Verdana, Tahoma, sans-serif !important;
}
h4, .h4 {
    margin: 0 0 16px 0;
    padding: 0;
    font: bold 1.2em Verdana, Tahoma, sans-serif !important;
}
h5, h5 {
    margin: 0 0 16px 0;
    padding: 0;
    font: 1.1em Verdana, Tahoma, sans-serif;
}
h6, .h6 {
    margin: 0 0 16px 0;
    padding: 0;
    font: bold 1em Verdana, Tahoma, sans-serif;
}
p, .div_p {
    margin: 0 0 20px 0;
    padding: 0;
}
form {
        margin: 0 0 8px 0;
        padding: 0;
}
label {
        display: block;
        padding: 2px 0 5px 0;
        color: #000;
}
label:hover, form p:hover>label, form div:hover>label {
        color: #B31752;
        text-decoration: underline;
}
form p, form .div_p {
        margin: 0 0 12px 0;
}
fieldset {
        margin: 0 0 10px 0;
        padding: 10px;
        border: none;
        border-top: 1px solid #ccc;
        background: #f2f2f2;
}
legend {
        font: bold 1.3em Verdana, Tahoma, sans-serif;
        padding: 2px 5px 2px 0;
        color: #181818;
}
input, select, textarea {
        font: 1.2em 'Bitstream Vera Sans Mono', monospace;
        padding: 5px;
        letter-spacing: 1px;
        border: 1px solid #999;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        background: #fff url(/images/layout/text_field_bg.png) top left no-repeat;
        color: #444;
}
select {
    padding: 4px 5px;
}
optgroup {
    padding-top: 7px;
    padding-bottom: 7px;
}
option {
    width: auto !important;
}
optgroup option {
    border: none;
}
input:focus, select:focus, textarea:focus {
        border: 1px solid #2785BA;
}
input:hover, select:hover, textarea:hover {
        border: 1px solid #83AD47;
}
input[type='submit'], input[type='button'], .button {
        background: #fff url(/images/layout/bg_kicker_reverse.png) bottom repeat-x;
        color: #3c3c3c;
        border: 1px solid #aaa;
        padding: 1px 10px;
        cursor: pointer;
        -moz-border-radius: 3px;
}
input[type='submit']:hover, input[type='button']:hover {
        background: #fff url(/images/layout/bg_kicker.png) top repeat-x;
        color: #000;
}
table, table th, table td {
        vertical-align: top;
        border-collapse: collapse;
}
table {
        margin: 0 0 8px 0;
        border: 4px solid #e7e7e7;
        color: #333;
        font: 1em Verdana, Tahoma, sans-serif;
}
table table {
        border: none;
        margin: 0;
}
td, .td {
        padding: 4px;
        border-collapse: collapse;
        border: 1px solid #ddd;
        background: #fff;
}
th, .th {
        padding: 4px;
        text-align: left;
        border-collapse: collapse;
        border: 1px solid #ddd;
        background: #eee;
        text-align: left;
        font-weight: bold;
}

.th_reverse {
        background: #fff url(/images/layout/bg_kicker_reverse.png) bottom repeat-x;
}

td.noborder, th.noborder {
        border-top: none !important;
        border-bottom: none !important;
}
caption {
        font: 0.85em Verdana, Tahoma, sans-serif;
        text-align: left;
        padding: 7px;
        color: #777;
        border-bottom: 1px solid #ddd;
}
table .middle {
    vertical-align: middle;
}
ul {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: inside;
}
ul li, .li {
        margin: 0 0 4px 0;
        padding: 0 0 0 18px;
}
li ul {
        padding-top: 4px;
        margin-bottom: 0;
}


/*
--------------------------------------------------------------------------------
    Layout blocks
------------------------------------------------------------------------------*/
#layout_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/images/layout/page_bg_right.png) top right repeat-y;
    height: 999em;
}
#layout {
    color: #333;
    margin: 0 auto;
    padding: 210px 0 0 0;
    width: 960px;
    background: #fff;
    height: 100%;
    bottom: 0;
}

#top {
    position: absolute;
    height: 160px;
    width: 960px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0;
    color: #CCD5CC;
/*    background: #fff;*/
/*    background: #002f00 url(/images/layout/page_bg.png) bottom left repeat-x;*/
}
#viewport {
    float: left;
    width: 660px;
    margin: 0;
    padding: 0 0 0 20px;
}
#viewport .inner_page {
    padding: 0 0 0 220px;
}
#view {
    float: right;
    width: 460px;
    padding: 0;
}

#left_column {
    float: left;
    width: 180px;
    margin: 0;
    padding: 0;
/*    background: #002f00 url(/images/layout/page_bg.png) bottom left repeat-x;*/
/*    color: #fff;*/
}
#right_column {
    float: right;
    width: 240px;
    padding: 0 20px 0 0;
}

#base {
    clear: both;
    border-top: 3px solid #ccc;
    padding: 10px 20px;
/*    background: #002f00 url(/images/layout/page_bg_reverse.png) top left repeat-x;*/
/*    color: #fff;*/
    background: #fff;
}


/*
--------------------------------------------------------------------------------
Layout elements
------------------------------------------------------------------------------*/

#top a {
    color: #CCD5CC;
}
#top h2 {
    color: #406340;
    color: #aaa;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: none;
}

#global_forms {
    width: 479px;
    height: 100px;
    position: absolute;
    z-index: 1000;
    margin: 0 0 0 460px;
    padding: 10px;
    top: 41px;
    background: #002f00 url(/images/layout/page_bg.png) bottom left repeat-x;
/*    background: #E6EBE6;*/
    color: #fff !important;
/*    opacity: .10;*/
}
    #global_forms form {
        width: 220px;
        height: 100px;
        float: left;
        padding: 0;
    }
    
    #global_forms form .input_box {
        width: 94%;
        background: #406340;
        background: none;
        border: 1px solid #184700;
        color: #BDB76B;
    }
    
    #search_form {
        float: right !important;
/*        padding: 10px;*/
/*        background: #002f00 url(/images/layout/page_bg.png) bottom left repeat-x;*/
/*        color: #fff !important;*/
    }
        #search_box {
            margin: 0 0 12px 0;
        }
        #search_box input {
            width: 94%;
            background: #406340;
            background: none;
            border: 1px solid #002f00;
        }
        #search_button {
            margin: 0;
        }
        #search_button input {
/*            color: #406340;*/
            color: #aaa;
            padding: 0;
            border: none;
            background: none;
        }

    #newsletter_form {
        
    }

        #newsletter_box {
            margin: 0 0 12px 0;
        }
        #newsletter_box input {
            width: 94%;
            background: none;
            border: 1px solid #184700;
            color: #406340;
        }
        #newsletter_button input {
            padding: 0;
            border: none;
            background: none;
            color: #406340;
            color: #aaa;
        }


#categories, .categories {
    margin: 0 0 20px 0;
    padding: 10px 1px 1px 10px;
    list-style: none;
    background: #002f00 url(/images/layout/page_bg_reverse.png) top left repeat-x;
    overflow: auto;
    /height: 1%;
}

#categories li, .categories li {
    float: left;
    margin: 0 9px 9px 0;
    padding: 0;
    width: 207px;
}

#categories li a, .categories li a {
    display: block;
    padding: 10px 40px 10px 10px;
/*    color: #002f00;*/
/*    color: #fff;*/
/*    color: #9ACD32;*/
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}
#categories li a:hover, .categories li a:hover {
    background-color: #fff;
    color: #002f00 !important;
}
#category_list {
    margin: 0 0 20px 0;
    padding: 10px 0px 10px 0px;
    list-style: none;
    background: #002f00 url(/images/layout/page_bg_reverse.png) top left repeat-x;
    overflow: visible;
}
#category_list li {
    margin: 0;
    padding: 0;
}
#category_list li a {
    display: block;
    float: none;
    text-decoration: none;
    text-align: left;
    padding: 5px 40px 5px 10px;
    font-weight: normal;
/*    color: #fff;*/
/*    color: #BDB76B;*/
    color: #aaa;
    /width: 148px !important;
    border-bottom: 1px solid #183B18;
}
#category_list li a:hover, #current_catalog {
/*    background: #184700;*/
/*    background: #9ACD32;*/
/*    background: #406340;*/
/*    padding-left: 10px !important;*/
    color: #fff !important;
    border-bottom-color: #406340 !important;
/*    color: #184700 !important;*/
}

#pages {
    position: absolute;
    margin: 0;
    padding: 10px 0 0 0;
    height: 30px;
    width: 960px;
    top: 0;
    z-index: 1200;
    list-style: none;
    overflow: hidden;
    background: #184700;
}
#pages li {
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
    bottom: 0;
}
#pages a {
    display: block;
    padding: 9px 10px 20px 10px;
    color: #458B00;
    color: #BDB76B;
    text-decoration: none;
    background: #002F00;
    background: #002f00 url(/images/layout/page_bg_reverse.png) top left repeat-x;
/*    font-weight: bold;*/
}
#pages a:hover, #pages a#current_page {
    color: #004400;
    background: #fff;
}

#access {
    position: absolute;
    margin: 0;
    /margin: 0 0 0 -15px;
    padding: 0;
    list-style: none;
    z-index: 1200;
    top: 41px;
    width: 400px;
/*    -moz-opacity:.70; */
/*    -ms-filter:”alpha(opacity=10)”; */
/*    filter:alpha(opacity=10); */
/*    opacity:.80;*/
}
#access li {
    margin: 0;
    padding: 0;
}
#access #homelink a, #access #homelink span {
    display: block;
    text-indent: -999em;
    background: url(/images/layout/logo.jpg) center bottom no-repeat;
    width: 400px;
    height: 120px;
}
#access homelink a {
    /margin: 0 0 0 -150px;
}
#access #homelink a:hover {
    opacity: .80;
}
.text_browsers_only {
    display: block;
    text-indent: -999em;
    position: absolute;
    top: -40px;
}

#viewport p, #viewport .div_p, #right_column p {
    line-height: 1.6em;
}

#left_column h2 {
    color: #406340;
}

#right_column h2 {
    padding-bottom: 5px;
/*    padding-top: 20px;*/
/*    border-top: 1px solid #002f00;*/
}

/*
--------------------------------------------------------------------------------
GENERAL CLASSES & IDs
------------------------------------------------------------------------------*/

.product_card {
    margin: 0 0 20px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.product_card h3 a {
    color: green;
}

.gallery {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    /height: 1%;
}
.gallery li {
    float: left;
/*    width: 120px;*/
    height: 120px;
    margin: 0 10px 10px 0;
    padding: 0;
}
.gallery li a {
    display: block;
    padding: 5px 5px 3px 5px;
    border: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
.gallery li a:hover {
    border: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.gallery li img {
    border: none;
    width: 130px;
}

.big_button {
    padding: 10px !important;
    font-size: 1.7em;
}
#page_dock {
        margin: 0 10px;
        padding: 0;
        clear: both;
}
#notice, .notice {
        color: #000;
        font-size: 1.1em;
        margin: 0;
        padding: 18px;
        background: #DCFF91;
        cursor: pointer;
        font-size: 1.1em;
        border-bottom: 4px solid #9BCC30;
}
#warning, .warning {
        color: #333;
        margin: 0;
        padding: 18px;
        background: #FCFF92;
        cursor: pointer;
        font-size: 1.1em;
        border-bottom: 4px solid #E0BD35;
}
#error, .error {
        color: #BB2912;
        margin: 0;
        padding: 18px;
        background: #FCFF92;
        cursor: pointer;
        font-size: 1.1em;
        border-bottom: 4px solid #BB2912;
}
.abs_pos {
        position: absolute;
}
#abs_layer, .abs_layer {
        position: absolute;
        width: 100%;
        height: 1600px;
        /padding: 100%; /* TODO remove all IE hacks. just fuck it */
        /border-bottom: 1px solid #000;
        top: 0;
        left: 0;
        background: #000;
        -moz-opacity: 0.80;
        opacity: .80;
        filter: alpha(opacity=80);
}
#abs_layer_content, .abs_layer_content {
        position: absolute;
        width: 97%;
        height: 93%;
        margin: 1%;
        top: 0;
        left: 0;
        overflow: auto;
        z-index: 5500;
        -moz-opacity: 1.0;
        opacity: 1.0;
        filter: alpha(opacity=100);
}

.buttonlink {
        background: #fff url(/images/layout/bg_kicker.png) 0 1px repeat-x;
        border: 1px solid #777;
        text-decoration: none;
        padding: 1px 4px;
}
.buttonlink:hover {
        color: #fff;
        border: 1px solid #000;
}
.header_link a {display: block; float: right;}
.add {
/*        background: #90dc90;*/
        color: #095909;
        border: 1px solid #3d963d;
}
.add:hover {
/*        background: #095909;*/
        border: 1px solid #58c330;
        color: #58c330;
}
.mod {
/*        background: #c7e4ff;*/
        color: #2a78c3;
}
.mod:hover {
/*        background: #2a78c3;*/
        border: 1px solid #2a78c3;
        color: navy;
}
.del {
/*        background: #feffb4;*/
        color: red;
}
.del:hover {
/*        background: #d6552d;*/
        border: 1px solid #d6552d;
        color: #ff6600;
}


/* CSS WireFrame */

.border_box {
        margin-bottom: 10px;
        padding: 7px;
        border: 1px solid #ddd;
        background: #f3f3f3;
        -moz-border-radius: 4px;
}

.abs_label                {overflow: auto;}
.abs_label label    {position: absolute; margin: 1px 0 3px 25px !important;}
.linkbutton             {padding: 3px 7px; background: #e7e7e7 !important; color: #4c4c4c !important; -moz-border-radius: 100%;}
.linkbutton:hover {background: #aaa !important; color: #000; text-decoration: none;}

.clears                     {clear: both;}
.fl                             {float: left;}
.fr                             {float: right;}
.nofloat                    {float: none !important;}
.smaller                    {font-size: 0.9em;}
.bold                         {font-weight: bold !important;}
.fw_normal                {font-weight: normal !important;}
.italic                     {font-style: italic !important;}
.fs_normal                {font-style: normal !important;}
.fsize1                     {font-size: 1em !important}
.underline                {text-decoration: underline !important;}
.strike                     {text-decoration: line-through !important;}
.block                        {display: block !important;}
.inline                     {display: inline !important;}
.left                         {text-align: left !important;}
.right                        {text-align: right !important;}
.center                     {text-align: center !important;}
.justify                    {text-align: justify !important;}

.nod                            {display: none !important;}
.nov                            {visibility: hidden !important;}
.nom                            {margin: 0 !important;}
.nop                            {padding: 0 !important;}
.nomp                         {margin: 0 !important; padding: 0 !important;}
.noborder                 {border: none !important;}
.nobackground         {background: none !important;}
.nobgimage                {background-image: none !important;}
.nobgcolor                {background-color: none !important;}
.noliststyle             {list-style: none !important;}
.notextindent {text-indent: -9999px;}

.wauto                         {width: auto !important;}
.w100                            {width: 100%;}
.w95                             {width: 95%;}
.w90                             {width: 90%;}
.w85                             {width: 85%;}
.w80                             {width: 80%;}
.w75                             {width: 75%;}
.w70                             {width: 70%;}
.w65                             {width: 65%;}
.w60                             {width: 60%;}
.w55                             {width: 55%;}
.w50                             {width: 50%;}
.w45                             {width: 45%;}
.w40                             {width: 40%;}
.w35                             {width: 35%;}
.w33                             {width: 33%;}
.w30                             {width: 30%;}
.w25                             {width: 25%;}
.w20                             {width: 20%;}
.w15                             {width: 15%;}
.w10                             {width: 10%;}
.w5                                {width: 5%;}
.w1                                {width: 1%;}

.height100                 {height: 100%;}
.height1                     {height: 1%;}

.numeric                     {width: 8em; text-align: center;}

.add                             {color: #158c15 !important;}
.mod                             {color: #2121bd !important;}
.del                             {color: #e85202 !important;}

.color_lightgray     {color: #aaa !important;}
.color_gray                {color: #777 !important;}
.color_darkgray        {color: #444 !important;}
.color_purple            {color: #B31752 !important;}
.color_blue                {color: #346D9C !important;}
.color_red                 {color: #E41721 !important;}
.color_orange            {color: #F26A1C !important;}
.color_green             {color: green !important;}
.color_limegreen     {color: #96B11D !important;}
.color_yellow            {color: yellow !important;}
.color_white             {color: #fff !important;}
.color_black             {color: #000 !important;}
.bgcolor_palegray    {background-color: #d9d9d9 !important;}
.bgcolor_lightgray {background-color: #aaa !important;}
.bgcolor_gray            {background-color: #777 !important;}
.bgcolor_darkgray    {background-color: #444 !important;}
.bgcolor_purple        {background-color: #B31752 !important;}
.bgcolor_blue            {background-color: #346D9C !important;}
.bgcolor_red             {background-color: #E41721 !important;}
.bgcolor_orange        {background-color: #F26A1C !important;}
.bgcolor_limegreen {background-color: #96B11D !important;}
.bgcolor_yellow        {background-color: #F8F699 !important;}
.bgcolor_white         {background-color: #fff !important;}
.bgcolor_black         {background-color: #000 !important;}
.handy                     {cursor: pointer;}
.default_cursor        {cursor: default;}
.help_cursor             {cursor: help;}

.mt5                             {margin-top: 5px !important;}
.mt10                            {margin-top: 10px !important;}
.mt15                            {margin-top: 15px !important;}
.mt20                            {margin-top: 20px !important;}
.mr5                             {margin-right: 5px !important;}
.mr10                            {margin-right: 10px !important;}
.mr15                            {margin-right: 15px !important;}
.mr20                            {margin-right: 20px !important;}
.mb5                             {margin-bottom: 5px !important;}
.mb10                            {margin-bottom: 10px !important;}
.mb15                            {margin-bottom: 15px !important;}
.mb20                            {margin-bottom: 20px !important;}
.ml5                             {margin-left: 5px !important;}
.ml10                            {margin-left: 10px !important;}
.ml15                            {margin-left: 15px !important;}
.ml20                            {margin-left: 20px !important;}
.pt5                             {padding-top: 5px !important;}
.pt10                            {padding-top: 10px !important;}
.pt15                            {padding-right: 5px !important;}
.pr10                            {padding-right: 10px !important;}
.pr15                            {padding-right: 15px !important;}
.pr20                            {padding-right: 20px !important;}
.pb5                             {padding-bottom: 5px !important;}
.pb10                            {padding-bottom: 10px !important;}
.pb15                            {padding-bottom: 15px !important;}
.pb20                            {padding-bottom: 20px !important;}
.pl5                             {padding-left: 5px !important;}
.pl10                            {padding-left: 10px !important;}
.pl15                            {padding-left: 15px !important;}
.pl20                            {padding-left: 20px !important;}
.bbord                         {border-bottom: 1px solid #ccc;}
.tbord                         {border-top: 1px solid #ccc;}
.lbord                         {border-left: 1px solid #ccc;}
.rbord                         {border-right: 1px solid #ccc;}
