* {
  margin: 0px;
  padding: 0px;
}
body {
    background-color: #001d2c;
    color: #5a5f62;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 75%; /*   100% = 16px */
    line-height: 127%;
    margin: 0;
}
.non-visible {
    height: 1px !important;
    left: -5000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -5000px !important;
    width: 1px !important;
}
.cleaner {
    clear: both !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
legend,
.no-display {
    display: none;
}
img {
    border: none;
}
a {
    color: #82a61f;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.ico {
    display: block;
    float: left;
    margin: 10px 20px 10px 0;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
address {
    font-style: normal;
}
ul,
ol {
    margin: 20px;
}
p {
    margin: 20px 0;
}
#container {
    background-color: #000;
    margin: 0 auto;
    width: 900px;
}
#langs {
    background: transparent url('/media/page/lang-bg.jpg') no-repeat left top;
    height: 19px;
    text-align: right;
    font-size: 75%;
    padding: 6px 12px 0 0;
    text-transform: uppercase;
}
#langs a {
    color: #fff;
    margin: 0 1px;
    padding: 0 3px;
}
#header {
    background: transparent url('/media/page/header-bg.jpg') no-repeat left top;
    height: 96px;
}
#logo {
    display: block;
    float: left;
    left: 23px;
    position: relative;
    top: 21px;
}
#menu {
    display: inline;
    float: left;
    margin: 0 0 0 148px;
}
#menu li {
    background: transparent url('/media/page/menu-li-bg.gif') no-repeat left top;
    float: left;
    list-style-type: none;
    padding: 0 1px;
}
#menu li a {
    color: #def0fa;
    display: block;
    font-size: 92%;
    font-style: italic;
    font-weight: bold;
    padding: 45px 38px 35px 9px;
    text-decoration: none;
    text-transform: uppercase;

    /* IE 6 cursor:pointer hack */
    white-space: nowrap;
    _width: 1px;
}
#menu li a:hover {
    color: #82a61f;
}
#producers {
    background: transparent url('/media/page/producers.jpg') no-repeat center 20px;
    height: 120px;
    padding: 20px 0 0 0;
}
#footer {
    background-color: #001d2c;
    color: #2c4653;
    font-size: 92%;
    padding: 4px 17px;
}
#footer a {
    color: #2c4653;
}
#footer div.left {
    float: left;
}
#footer div.right {
    float: right;
}

a.back {
    background: url('/media/page/ico-prev.gif') no-repeat scroll left 4px;
    margin: 0px 4px;
    padding-left: 10px;
}


#cart-left-menu {
    color: #fff;
    clear: both;
}
#cart-left-menu #cart-items {
    padding: 15px 20px;
}
#cart-left-menu #cart-items div {
    margin-bottom: 10px;
}

div.discounts {
    color: white;
    font-size: 7pt;
}
