<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration:none;
}

/*Contact*/
div.errormark {
	display:none;
	width:16px;
	height:16px;
}

div.errormark a {
	display:block;
	background:transparent url(/frontend-files/images/icons/error.png) no-repeat;
	width:16px;
	height:16px;
}

div.errors {
	position:relative;
	background:#efefef;
	border:solid 1px #666666;
	padding:10px;
	margin-bottom:10px;
}

div.errors .error-close {
	position:absolute;
	width:17px;
	height:17px;
	top:0px;
	right:0px;
	display:block;
	background:url(/frontend-files/images/icons/error_close_icon.png) no-repeat;
}

div.error-text {
	margin-top:5px;
}

div, form {
    margin: 0;
    padding: 0;
}

body {
    background: url(../images/bg-body-8.png) repeat-x #ffffff;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
}

#page {
    width: 960px;
    margin: 0 auto;
}

#header {
    width: 960px;
    padding: 0 3px 3px 3px;
    height: 155px;
    background: url(../images/bg-head-shadow-24.png);
    margin-bottom: 14px;
}
#content-container {
    background: #ffffff;
    background: url(../images/bg-main-shadow-24.png);
    width: 960px;
    padding: 0 3px;
}
#footer {
    background: url(../images/bg-foot-shadow-24.png);
    width: 960px;
    height: 80px;
    padding: 0 3px 3px 3px;
}
#header {
    position: relative;
}
#header #logo {
    display: block;
    position: absolute;
    top: 8px;
    left: 20px;
}
#header #logo img {
    vertical-align: middle;
    margin-right: 10px;
}
#search {
    position: absolute;
    top: 20px;
    left: 583px;
}
#search .search-text {
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    width: 178px;
    border: 1px solid #A7A8AA;
    color: #A7A8AA;
    font-size: 11px;
    margin: 0;
}
#search .search-submit {
    width: 22px;
    height: 27px;
    background: url(../images/button.png) transparent left 4px no-repeat;
    border: none;
    margin: 0;
}
#logo2 {
    position: absolute;
    right: 20px;
    top: 12px;
}
#footer {
    position: relative;
}
#footer-logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
#footer-menu {
    position: absolute;
    left: 20px;
    top: 20px;
}
#footer-menu a {
    color: #787878;
    padding: 0 5px;
    text-decoration: none;
}
#main-menu {
    width: 100%;
    background: url(../images/bg-menu-shadow-24.png) no-repeat;
    height: 38px;
    padding-top: 3px;
    position: absolute;
    bottom: 3px;
    left: 3px;
}
#main-menu td {
    text-align: center;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    background: url(../images/bg-menulist-8.png) no-repeat left 10px;
}
#main-menu td.first {
    background: none;
}
#main-menu td a {
    color: #ffffff;
    text-decoration: none;
}
#main-menu td a:hover {
    text-decoration: underline;
}
#main-menu .submenu {
    display: none;
    position: absolute;
    z-index: 99999;
    background: #767778;
}
#main-menu .submenu li {
    border-bottom: 1px solid #8C8D8E;
}
#main-menu .submenu li a {
    display: block;
    width: 200px;
    margin: 1px 0;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}
#main-menu .submenu li a:hover {
    background: #8C8D8E;
}

.nivo-controlNav, .nivo-directionNav {
    display: none;
}
#promobox-container {
    width: 958px;
    padding: 1px 1px 15px 1px;
}
.main-blocks .block {
    width: 168px;
    margin-left: 20px;
    float: left;
}
.main-blocks {
    margin-bottom: 20px;
}
.main-blocks h2 {
    background: url("../images/bg-teas-8.png") no-repeat scroll 0 top #848486;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 500;
    padding: 6px 11px;
    margin-bottom: 20px;
    font-size: 12px;
}
.clearer {
    clear: both;
}
.main-blocks a.more {
    color: #848284;
    text-decoration: none;
}
.main-blocks .image {
    margin-bottom: 20px;
}

.contact-text {
    border: 1px solid #A7A8AA;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    padding: 0 8px;
    width: 178px;
}

h1 {
    font-size: 24px;
    margin-bottom: 15px;
    color:#2665A0;
    border-bottom:solid 1px #cccccc;
    padding:0px 0px 10px 0px;
}
h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color:#2665A0;
}
h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-table td {
    padding-bottom: 5px;
}

textarea {
    resize: none;
    overflow: auto;
}
textarea.contact-text {
    width: 300px;
    height: 100px;
}
.submit {
    border: none;
    background: #A7A8AA;
    padding: 5px 20px;
    color: #ffffff;
    cursor: pointer;
}
.submit:hover {
    background: #8C8D8E;
}

#left-side {
    width: 235px;
    float: left;
}
#content {
    width: 685px;
    float: left;
    padding: 20px;
}

#left-side .menu {
    padding: 20px 0 20px 20px;
    background-color:#efefef;
    margin:0px 0px 20px 0px;
    border-bottom:solid 1px #cccccc;
}
#left-side .menu a {
    background: url(../images/arrow-right-8.png) no-repeat scroll 0 13px transparent;
    border-bottom: 1px solid #E4E5E5;
    color: #000000;
    display: block;
    padding: 8px 8px 8px 12px;
    text-decoration: none;
}
#left-side .menu a:hover {
    text-decoration: underline;
    color:#2665A0;
}

#left-side .menu .catmenu_head {
    font-size:22px;
    margin-bottom:10px;
    color:#2665A0;
}

.user-text {
    border: 1px solid #A7A8AA;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    padding: 0 8px;
    width: 178px;
}
.user-table {
    margin: 20px 0;
}
.user-table td {
    padding-bottom: 5px;
    vertical-align: top;
}
textarea.user-text {
    width: 300px;
    height: 100px;
}
#left-side .submenu {
    margin-left: 20px;
}
#left-side .groups {
    margin-left: 20px;
}

div.pdf {
    height: 64px;
    line-height: 64px;
    padding-left: 84px;
    margin: 20px 0;
    background: url(../images/pdf-icon2.png) no-repeat;
}
div.pdf a {
    color: #787878;
    text-decoration: none;
}
div.pdf a:hover {
    text-decoration: underline;
}

.block.news {
    margin-left: 20px;
    margin-bottom: 20px;
}
.block.news h3 {
    font-size: 16px;
    color: #787878;
}
.block.news .button {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #787878;
    text-align: right;
}
.block.news .button a, .all-news a {
    color: #2665A0;
    text-decoration: none;
}
.block.news .button a:hover, .all-news a:hover {
    text-decoration: underline;
}

.news-item h2 a {
    font-size: 16px;
    color: #787878;
    text-decoration: none;
}
.news-item h2 a:hover {
    text-decoration: underline;
}
.news-item .button a {
    color: #787878;
    text-decoration: none;
}
.news-item .button a:hover {
    text-decoration: underline;
}

div.paginationControl {
    padding: 10px 0;
}
div.paginationControl span.disabled {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    display: inline;
    padding: 5px;
}
div.paginationControl span.selected {
    background: none repeat scroll 0 0 #CB1515;
    color: #FFFFFF;
    display: inline;
    padding: 5px;
}
div.paginationControl a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: inline;
    padding: 5px;
    text-align: center;
    width: 15px;
}
div.paginationControl a:hover {
    background: none repeat scroll 0 0 #CB1515;
}

div.list-item {
    float:left;
    width:158px;
    margin:0px 10px 10px 0px;
    border:solid 2px #cccccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #EFEFEF;
}

.big {
    position:relative;
}

.big div.morecont {
}


a.more {
    text-decoration:none;
    color:#cc0033;
}

.big h2.producttitle {
    font-size:14px;
    margin:0px;
    padding:5px;
}

.big h2.producttitle a {
    color:#2665A0;
    text-decoration:none;
}

.big .data {
    padding:5px;
}

div.list-item:hover {
    -webkit-box-shadow: 0px 0px 5px 1px #bbbbbb;
    box-shadow: 0px 0px 5px 1px #bbbbbb;
}

div.list-item .title {
    padding:5px;
    background-color:#efefef;
}

div.list-item .title h2 {
    font-size:14px;
    margin:0px;
    padding:0px;
}

div.list-item .title h2 a {
    color:#2665A0;
    text-decoration:none;
}

span.act_price, span.new_price {
    color:#5C7722;
    font-weight:bold;
}

div.product-data {
    padding: 0 0 7px;
}

div.product-data-left {
    float: left;
    padding: 0 21px 0 0;
    width: 200px;
}

div.product-data-right {
    float: left;
    width: 295px;
}

div.tabbar {
    border-bottom: 1px solid #666666;
}

div.tab {
    background-color:#666666;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    padding: 5px;
}

div.tab.active {
    background-color: #cc0033;
}

div.tab:hover span, div.tab.active span {

}

div.product-content {
    margin: 10px 0 0;
}

div.tabcontent.ns {
    display: none;
}

div.product-title {
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 14px;
    padding-bottom: 7px;

}

div.product-title a {
    color:#2665A0;
}

div.product-container {
    margin: 0 0 33px;
}

div.product-left {
    float: left;
    padding: 0 21px 0 0;
    position: relative;
    width: 162px;
}


div.product-right {
    float: left;
    min-height: 141px;
    position: relative;
    width: 502px;
}

div.product-price-list {
    font-size: 20px;
    margin: 0 0 5px;
}

div.product-short-description {
    font-size: 12px;
    margin: 10px 0 0;
}


span.sale {
    background-color:#cc0033;
    color: #ffffff;
    display: block;
    font-size: 24px;
    height: 61px;
    line-height: 61px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: -10px;
    width: 61px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


div.product-before-price-list {
    font-size: 12px;
    margin: 0 0 5px;
}

div.product-options {

}

input.qty {
    border: 1px solid #727272;
    padding: 3px;
    text-align: right;
    width: 37px;
}

a.roundlink {

    color: #8C6A3E;
    display: block;
    font-weight: bold;
    height: 18px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 3px 0 0;
    text-align: center;
    width: 130px;
}

p {
    margin-bottom:10px;
}

#left-side .menu .submenu {
    display: none;
}
#left-side .menu .mcat.active .submenu {
    display: block;
}

#left-side .menu .groups {
    display: none;
}
#left-side .menu .scat.active .groups {
    display: block;
}

.basket-table td {
    vertical-align: middle;
    padding: 5px;
}
.basket-table th {
    background: #AAA7B0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
.basket-table .button, .basket-table .delete-button {
    width: 22px;
    height: 27px;
    background: #AAA7B0;
    border: none;
    margin: 0;
    color: #ffffff;
    padding: 5px 10px;
}
.basket-table .button:hover, .basket-table .delete-button:hover {
    background: #EFEFEF;
    color: #aaa7b0;
}

.full-gallery .gallery-modul-element {
    float: left;
    width: 218px;
    height: 163px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}
.full-gallery .gallery-modul-element .image-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 208px;
    padding: 5px;
    background: url('/frontend-files/images/imgtext-bg.png') repeat;
    color: #ffffff;
    display: none;
}
.full-gallery .gallery-modul-element:hover .image-title {
    display: block;
}

.product-list.widget {
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
}
.product-list.widget .list-item {
    border: none;
    width: 131px;
    margin: 0;
    padding: 0;
    float: left;
    box-shadow: none;
}
.product-list.widget.main .list-item {
    background: transparent;
    height: 182px;
}
.product-list.widget .list-item h2 {
    text-align: center;
    font-size: 12px;
}
.product-list.widget .list-item h2 a {
    color: #CB1515;
}
.product-list.widget {
    background: url(../images/widget_bg.png) no-repeat center bottom;
}


.content-body a, .content-lead a {
    text-decoration: underline;
}

.gmap {
    margin-top: 15px;
}

a {
    color: #2665A0;
}

.breadcrumb {
    margin-top: -13px;
    margin-bottom: 5px;
    padding-left: 15px;
    color: #8D8E8F;
}
.breadcrumb a {
    color: #8D8E8F;
}
.breadcrumb a:hover {
    text-decoration: underline;
}

#content ul, #content ol {
    padding-left: 20px;
}
#content li {
    list-style: disc;
}
#content ol li {
    list-style: decimal;
}

.call-box  {
    margin: 20px 0 20px 221px;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    background: #efefef;
}
.call-box span {
    color: #2665A0;
}
.call-box .email {
    font-size: 12px;
    background: url(../images/mail.gif) no-repeat left center;
    padding-left: 20px;
}

.basket-table {
    width: 100%;
}

strong {
    font-weight: bold;
}

table td p {
    margin: 0;
}

h2 {
    font-size: 20px;
    color: #2665A0;
}

h3 {
    font-size: 16px;
    color: #2665A0;
}

.product-list-search .image {
    width: 108px;
    margin-right: 20px;
    float: left;
}
.product-list-search .title {
    width: 557px;
    float: left;
}
.product-list-search .list-item-search.noimg .title {
    width: 685px;
}
.product-list-search .list-item-search {
    padding-bottom: 10px;
    border-bottom: 1px dashed #2665A0;
    margin-bottom: 10px;
}
.product-list-search .list-item-search h2 {
    font-size: 16px;
}
#category-list .image {
    height: 158px;
    background: #ffffff;
}

.product-images .item {
    padding-top: 4px;
    float: left;
    padding-right: 4px;
}
.product-images .item.last {
    padding-right: 0;
}

.main-header {
    text-align: center;
    margin: 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.main-header .line {
    background: #CB1515;
    width: 64px;
    height: 6px;
    margin: 20px auto 0 auto;
}</pre></body></html>