@import url('reset.css');

body {
    background: #fff;
    color: #383431;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 87.5%;
    line-height: 1.4;
    text-align: center;
}
textarea,
input,
select,
button {
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 1em;
}

/* typography */
a {
    color: #90908f;
    text-decoration: underline;
}
a:hover {
    color: #7b9a22 !important;
}
a.bright {
    color: #75cc1f !important;
}

p {
    margin: 0;
}
h1, h2, h3, h4 {
    font-weight: normal;
    line-height: 1;
}
h2 {
    color: #7c992d;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}
h3 {
    color: #7c992d;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
}
b, strong, dfn, th, caption {
    font-weight: bold;
}
em, dfn, tfoot {
    font-style: italic;
}
sup, sub {
    line-height: 0;
}
table {
    margin-bottom: 20px;
    width: 100%;
}
th, td {
    padding: 5px 10px 5px 8px;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

/* rounded corners */
.rc {
    background: url('../i/bg-corners-black.png') no-repeat;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    position: absolute;
    width: 10px;
}
.rc.grey {
    background: url('../i/bg-corners-grey.png') no-repeat;
}
.rc.lt {
    background-position: 100% 100%;
    left: 0;
    top: 0;
}
.rc.rt {
    background-position: 0 100%;
    right: 0;
    top: 0;
}
.rc.lb {
    background-position: 100% 0;
    bottom: 0;
    left: 0;
}
.rc.rb {
    background-position: 0 0;
    bottom: 0;
    right: 0;
}

/* layout */
.wrapper {
    max-width: 1380px;
    margin: 0 auto;
    min-width: 700px;
    padding: 0 30px;
    text-align: left;
}

/* header */
.header {
    position: relative;
}

.header .login {
    font-size: 12px;
    line-height: 18px;
    padding: 16px 0;
    text-align: right;
}
.header .login a {
    color: #393532;
    text-decoration: none;
    border-bottom: 1px dashed gray;
}

.header .logo,
.footer .logo {
    display: block;
    float: left;
    height: 112px;
    margin-bottom: 15px;
    width: 185px;
}
.header .logo {
    left: 0;
    position: absolute;
    top: 42px;
    z-index: 2;
}
.header .topBanner {
    height: 60px;
    margin-right: -468px;
    position: absolute;
    right: 78%;
    top: 50px;
    width: 468px;
    text-align:left;
    /*-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;*/
}
.header .icq {
    float: right;
    font-size: 13px;
    line-height: 14px;
    margin: 0 0 30px 20px;
    position: relative;
    z-index: 2;
}
.header .icq p {
    color: #949291;
    margin: 1px 0 3px;
}
.header .icq ul {
    background: url('../i/bg-icq.png') no-repeat 0 4px;
    color: #3a3633;
    font-size: 18px;
    line-height: 20px;
    padding-left: 37px;
    position: relative;
    height: 40px;
}
.header .phones {
    clear: right;
    color: #848383;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: right;
    white-space: nowrap;
}
.header .phones small {
    display: block;
    float: right;
    font-size: 13px;
    width: 110px;
}
.header .phones p span {
    color: #3a3633;
    white-space: nowrap;
}

.header .search {
    clear: both;
    margin: 0 -30px;
    overflow: hidden;
    padding-right: 12px;
    position: relative;
}
.header .search fieldset {
    background: #a1c428 url('../i/bg-search.png') no-repeat 100% 0;
    height: 53px;
    padding: 17px 90px 0 30px;
}
.header .search fieldset input.query {
    background: #fff;
    border: 0;
    padding: 3px;
    width: 100%;
}
.header .search fieldset input.submit {
    background: none;
    border: 0;
    color: #fff;
    padding: 0;
    position: absolute;
    right: 42px;
    top: 20px;
    width: 50px;
}
.header .search fieldset .suggest {
    color: #fff;
    font-size: 11px;
}
.header .search fieldset .suggest a {
    border-bottom: 1px dotted #fff;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.header .search fieldset .suggest a:hover {
    border-color: #eeffa7;
    color: #eeffa7 !important;
}
.header .search .advanced {
    background: #000;
    float: right;
    font-size: 14px;
    line-height: 24px;
    margin-right: 84px;
    padding: 0 20px 1px 25px;
    position: relative;
    white-space: nowrap;
}
.header .search .advanced a {
    color: #fff;
}
.header .search .advanced a i {
    display: block;
    float: left;
    margin-left: -11px;
    text-decoration: none;
    width: 11px;
}

/* body */
.body {
    margin: 20px 0;
}
.leftColumn {
    float: left;
    margin-bottom: 20px;
    width: 18%;
}
.rightColumn {
    float: right;
    margin-bottom: 30px;
    width: 78%;
}

.leftMenu {
    margin: 0 0 20px -8px;
}
.leftMenu li {
    border-top: 1px dashed #c2c1c0;
    line-height: 17px;
    padding: 8px 0 10px 8px;
    position: relative;
}
.leftMenu li.first {
    border-top: none;
}
.leftMenu li a {
    color: #3a3532;
    background: url('../i/i-menuMarker.gif') no-repeat 0 50%;
    display: block;
    padding-left: 28px;
    text-decoration: none;
}
.leftMenu li.active a {
    font-weight: bold;
}
.leftMenu li.active a,
.leftMenu li a:hover {
    color: #7b9a22;
}

.leftBanner {
    margin-bottom: 20px;
}
.leftBanner img {
    display: block;
    width: 100%;
}

.priceLink {
    background: url('../i/i-xls.png') no-repeat;
    color: #78952c !important;
    display: block;
    font-size: 14px;
    height: 49px;
    line-height: 21px;
    padding-top: 14px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    width: 122px;
}
.priceLink big {
    font-size: 19px;
}

.contentMenu {
    float: left;
    margin-right: 3%;
    width: 30%;
}
.contentMenu li {
    font-size: 14px;
    line-height: 18px;
}
body.inside .contentMenu li {
    color: #383431;
    font-size: 17px;
    line-height: 21px;
}
.contentMenu li ul {
    margin-bottom: 22px;
}
.contentMenu li ul li {
    color: #90908f;
    margin-bottom: 3px;
}
body.inside .contentMenu li ul li {
    margin-bottom: 5px;
}
.contentMenu li ul li:before {
    content: '\2012\a0';
}
body.inside .contentMenu li a {
    color: #383431;
}
.contentMenu li h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 22px;
}
.contentMenu li h3 a {
    color: #393532;
}

.indexContent {
    border-top: 1px dashed #c2c1c0;
    clear: both;
    margin-bottom: 30px;
    padding-top: 20px;
}
.indexContent p {
    color: #80807e;
    margin-bottom: 20px;
}
.indexContent ul {
    color: #80807e;
    margin: 0 0 20px 20px;
}
.indexContent li {
    margin-bottom: 3px;
}
.indexContent li:before {
    content: '\2012\a0';
}

/* new arrivals */
.newArrivals {
    background: #ededed;
    border: 1px solid #d3d3d3;
    padding: 10px;
}
.newArrivals h2 {
    color: #3a3633;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.newArrivals ul {
    margin-right: -3px;
    overflow: hidden;
}
.newArrivals li {
    background: #fff;
    border: 1px solid #d3d3d3;
    color: #3a3633;
    float: left;
    margin: 0 2px 2px 0;
    padding: 3px 3px 8px 3px;
    width: 180px;
}
.newArrivals li .img {
    background: #ededed;
    display: block;
    height: 92px;
    width: 180px;
}
.newArrivals li h5 {
    font-size: 14px;
    line-height: 17px;
    margin: 8px 0 3px;
}
.newArrivals li h5,
.newArrivals li p {
    padding: 0 5px;
}

.breadCrumbs {
    color: #383431;
    font-size: 12px;
    margin-bottom: 20px;
}
.breadCrumbs a {
    color: #383431;
}
.breadCrumbs a.bigLink {
    text-decoration: none;
}
.breadCrumbs strong {
    color: #7c9b24;
    font-size: 20px;
}

.searchItems {
    margin-top: 15px;
}
.searchItems fieldset {
    position: relative;
}
.searchItems dl {
    margin-bottom: 20px;
}
.searchItems dt {
    float: left;
    padding-top: 1px;
}
.searchItems dd {
    margin: 0 0 5px 155px;
}
.searchItems dd select {
    width: 230px;
}
.searchItems dd.short select {
    width: 94px;
}
.searchItems .offset {
    float: left;
    line-height: 28px;
    margin-right: 20px;
}
.searchItems .offset a {
    color: #383431;
}
.searchItems .offset a.active {
    text-decoration: none;
}
.searchItems .buttonShow {
    float: left;
    line-height: 28px;
    position: relative;
}
.searchItems .buttonShow a {
    background: #000;
    color: #fff !important;
    display: block;
    font-size: 14px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none !important;
}

.items {
    margin: -35px 0 0 -20px;
    overflow: hidden;
    word-spacing: -0.25em;
}
.items li {
    display: -moz-inline-box;
    display: inline-block;
    margin: 35px 0 0 20px;
    vertical-align: top;
    width: 47%;
    word-spacing: normal;
}
.items h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.items .leftInfo {
    float: left;
    margin-right: 5%;
}
.items .leftInfo .photo {
    margin-bottom: 6px;
}
.items .leftInfo .photo img {
    display: block;
    border: 1px solid #bbbbbb;
}
.items .leftInfo .article {
    color: #5f8d14;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
}
.items .leftInfo .buy {
    background: #a1c428 url('../i/bg-buyButton.png') no-repeat 100% 0;
    color: #fff !important;
    display: block;
    line-height: 25px;
    margin-bottom: 6px;
    text-align: center;
    text-decoration: none;
    width: 130px;
}
.items .rightInfo {
    float: left;
}
.items .rightInfo dt {
    background: #fff;
    color: #80807e;
    float: left;
}
.items .rightInfo dd {
    background: url('../i/bg-dashed.gif') repeat-x 0 14px;
    color: #383431;
    padding-left: 140px;
}
.items .rightInfo dd span {
    background: #fff;
    display: block;
    padding-left: 3px;
}
.items .rightInfo dt.price,
.items .rightInfo dd.price {
    color: #383431;
    margin-top: 17px;
}

.paging {
    clear: both;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.paging a {
    color: #383431;
}

.itemCard,
.itemDescription,
.itemOrder {
    margin-bottom: 40px;
    overflow: hidden;
}
.itemCard h1 {
    color: #7c9b24;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.itemCard .print {
    margin-bottom: 10px;
}
.itemCard .gallery {
    float: left;
    margin-left: -2px;
    width: 320px;
}
.itemCard .gallery img {
    border: 1px solid #636262;
    display: block;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}
.itemCard .gallery img.big {
    margin-bottom: 2px;
}
.itemCard dl {
    margin: 0 0 30px 370px;
}
.itemCard dt {
    background: #fff;
    color: #80807e;
    float: left;
}
.itemCard dd {
    background: url('../i/bg-dashed.gif') repeat-x 0 14px;
    color: #383431;
    padding-left: 160px;
}
.itemCard dd span {
    background: #fff;
    display: block;
    padding-left: 3px;
}
.itemCard .article {
    color: #799623;
    margin-left: 370px;
}

.itemOrder {
    width: 70%;
}
.itemOrder fieldset {
    background: #ededed;
    border: 1px solid #d3d3d3;
    padding: 20px 24px 10px 30px;
}
.itemOrder dt {
    float: left;
    padding-top: 1px;
}
.itemOrder dd {
    margin: 0 0 5px 144px;
}
.itemOrder dd input {
    margin: 0;
    width: 55%;
}
.itemOrder dd textarea {
    width: 98%;
}
.itemOrder dd label {
    margin-right: 15px;
    vertical-align: middle;
}
.itemOrder dd label input {
    margin: 0 4px 0 1px;
    overflow: hidden;
    position: relative;
    top: 2px;
    width: auto;
}
.itemOrder dd.submit {
    overflow: hidden;
    padding: 5px 6px 0 0;
}
.itemOrder dd.submit span {
    background: #383431;
    display: block;
    float: right;
    position: relative;
}
.itemOrder dd.submit input {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    overflow: visible;
    padding: 4px 8px;
    width: auto;
}
.itemOrder dd.submit .rc {
    background-image: url('../i/bg-corners-darkongrey.png');
}

.content {
    margin-bottom: 30px;
}
.content h3 {
    margin: 22px 0 12px;
}
.content p {
    margin-bottom: 10px;
}
.content table p {
    margin-bottom: 5px;
}
.content ul {
    margin: 0 0 20px 20px;
}
.content li {
    margin-bottom: 3px;
}
.content ul li:before {
    content: '\2012\a0';
}
.content ol {
    list-style: decimal;
    margin: 20px 0 30px 20px;
}

/* footer */
.footer {
    border-top: 1px dashed #c2c1c0;
    clear: both;
    position: relative;
}
.footer .bottomMenu {
    margin: 30px 0 20px;
    overflow: hidden;
}
.footer .bottomMenu li {
    color: #3a3532;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin: 0 1% 10px 0;
    max-width: 100px;
    overflow: hidden;
    padding: 7px;
    position: relative;
    text-align: center;
}
.footer .bottomMenu li a {
    color: #3a3532;
    text-decoration: none;
}
.footer .bottomMenu li .rc {
    display: none;
}
.footer .bottomMenu li.active {
    background: #dfdfde;
}
.footer .bottomMenu li.active a.bright {
    color: #090 !important;
}
.footer .bottomMenu li.active .rc {
    display: block;
}

.footer .logo {
    float: none;
    right: 34px;
    position: absolute;
    top: 20px;
}

.footer .bottomAd {
    clear: both;
    width: 68%;
}
.footer .bottomAd h1 {
    background: #a1c428 url('../i/bg-search.png') no-repeat 100% 0;
    color: #fff;
    font-size: 30px;
    line-height: 68px;
    margin: 0 -27px 0 -30px;
    padding: 0 54px 0 32px;
    white-space: nowrap;
}

.footer .copyright {
    background: url('../i/bg-copyright.png') no-repeat;
    color: #fff;
    float: right;
    margin-top: -32px;
    position: relative;
    text-align: right;
    width: 32%;
}
.footer .copyright p {
    background: #3a3633;
    line-height: 32px;
    margin-left: 34px;
    padding-right: 30px;
    white-space: nowrap;
}

.hide {
    display:none;
}

/* 
*   added by Ivolgin V.
*/

.account-main-fieldset {
    margin-bottom: 0px;
    overflow: hidden;
	width: 70%;
	background: white;
/*    border: 1px solid #d3d3d3;*/
    padding: 0px 24px 0px 30px;
}
.account-main-fieldset dt {
    float: left;
    padding-top: 1px;
}
.account-main-fieldset dd {
    margin: 0 0 5px 170px;
}
.account-main-fieldset dd .hide {
    display: none;
}
.account-main-fieldset dd .show {
    display: block;
}
.account-main-fieldset div.edit {
    float: right;
    width: 77px;
    font-size: 0.6em;
    line-height: 0.9em;
    text-align: justify;
    background: url('/images/icons/pencil.png') 3px center no-repeat scroll;
    padding-left: 21px;
    height: 16px;
}
.account-main-fieldset div.loading {
    float: right;
    width: 77px;
    font-size: 0.6em;
    line-height: 0.9em;
    text-align: justify;
    background: url('/images/icons/ajax-loader.gif') 3px center no-repeat scroll;
    padding-left: 21px;
    height: 16px;
}
.account-main-fieldset div.edit a {
    color: #3A3633;
    text-decoration: none;
}
.account-main-fieldset .odd {
    background-color: #F3FFE5;
}
.account-main-fieldset .even {
    background-color: white;
}
.account-main-fieldset h3 {
    padding: 9px 0px 9px 34px;
    border-bottom: gray dotted 1px;
}
.account-main-fieldset h3.personal {
    background: url('/images/icons/user_suit.png') left center no-repeat;
}
.account-main-fieldset h3.company {
    background: url('/images/icons/building.png') left center no-repeat;
}

#editable {
    margin-right: -80px;
}
#editable label {
    font-size: 0.7em;
    vertical-align: middle;
    font-weight: bold;
}
#editable input {
    width: 110px;
    vertical-align: middle;
    border: 1px dotted gray;
    background-color: white;
    text-align: center;
}
#editable input.large {
    width: 70%;
}
#editable input.medium {
    width: 40%;
}
#editable input.small {
    width: 25%;
}
#editable textarea {
    width: 85%;
    height: 300px;
    border: 1px dotted gray;
    background-color: white;
    text-align: justify;
}
#editable input#submit {
    vertical-align: middle;
    border: 0px;
    background-color: transparent;
}
#editable ul.error_list {
    list-style: none;
    display: inline-block;
    position: absolute;
    margin-top: 25px;
    margin-left: 0px;
    font-size: 0.9em;
    color: red;
    background: white;
}
#editable .edit {
    display: none;
}


.register {
    width: 650px;
    margin-bottom: 40px;
    overflow: hidden;
}
.register fieldset {
    padding: 20px 24px 10px 30px;
}
.register dt {
    float: left;
    padding-top: 7px;
}
.register dd {
    margin: 0 0 5px 144px;
}
.register dd input {
    margin: 0;
    width: 100%;
    height: 25px;
    font-size: 1.3em;
    background: #E8F3C4;
}
.register dd.error input {
    background: #FFB3B3;
    border: 1px red solid;
}
.register dd textarea {
    width: 100%;
    height: 100px;
    background: #E8F3C4;
}
.register dd label {
    margin-right: 15px;
    vertical-align: middle;
}
.register dd label input {
    margin: 0 4px 0 1px;
    overflow: hidden;
    position: relative;
    top: 2px;
    width: auto;
}
.register dd.submit {
    overflow: hidden;
    padding: 5px 6px 0 0;
}
.register dd.submit span {
    background: #383431;
    display: block;
    float: left;
    position: relative;
}
.register dd.submit input {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    overflow: visible;
    padding: 4px 8px;
    width: auto;
}
.register dd.submit .rc {
    background-image: url('../i/bg-corners-darkongrey.png');
}
.register .error_list li {
    list-style: none;
    display: inline-table;
    background:  #FFE5E5 url('/images/icons/error_small.png') left center no-repeat;
    padding-left: 20px;
}