/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content{ margin: 15px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

#toolbar,
#headerbar { margin-bottom: 15px; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: url(../images/totop_scroller.png) 50% 50% no-repeat;
    text-decoration: none;
}

#toolbar{
    background:#4aab43;
    border-bottom: solid 6px #e8e8e8;
}
#toolbar li{
    display:inline;
    list-style: none;

    line-height: 50px;

    margin-right: 10px;
}
#toolbar li a{
    color:#5d5e5e;
    background:#51ae4a;
    padding:2px;
    border-radius:2px;
    font-size: 22px;
}
#toolbar li a:hover{
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background:#418b3b;
    color:#FFF;
}
#toolbar p{
    color:#bec8be;
    font-size:20px;
    line-height: 50px;
    margin-right: 15px;
}
#toolbar p a{
    color:#bec8be;
    text-decoration:underline;

}
.makemewhite{
    color:#FFF;
}
#menubar{
    float:right;
}
#bottom{
    background: #025d00; /* Old browsers */
background: -moz-linear-gradient(left,  #025d00 50%, #114d01 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(50%,#025d00), color-stop(50%,#114d01)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #025d00 49%,#114d01 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #025d00 50%,#114d01 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #025d00 50%,#114d01 50%); /* IE10+ */
background: linear-gradient(to right,  #025d00 50%,#114d01 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025d00', endColorstr='#114d01',GradientType=1 ); /* IE6-9 */

    border-top:6px solid #e8e8e8;
    color:#dadada;
}
#bottom .module{
    border: none;

}
#bottom-a{
    background:#025d00;  
}
#bottom h2{
    color:#FFF;
    text-decoration:underline;
}
#bottom-b{
    background:#114d01;
    border-left:#295f1b 1px solid;
 
}
#footer{
    background:#000;
    color:#fff;
    font-size: 11px;
    padding: 10px 0;
}
#footer a{
    color:#FFF;   
}
#footer ul a{
    text-transform: uppercase
}
.product-wrapper{
    display:block;
    margin:0 auto;
    width:162px
}