html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, p, a, img, form, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: 12px Arial;
}

input, select, textarea {
    vertical-align: top;
}
.cf {
    height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0;
    display: block;
}
.wrapper {
    width: 945px;
    margin: 0 auto;
}
#top {
    background: #fafafa;
    height: 25px;
}
#top .wrapper {
    position: relative;
}
#langs {
    float: left;
    padding-top: 6px;
}
#langs li {
    float: left;
    list-style: none;
    padding-right: 20px;
}
#langs a {
    display: block;
    font: 10px/13px Arial;
    color: #000;
    text-decoration: none;
    padding-left: 20px;
    background: no-repeat left center;
}
#langs a:hover,
#langs a.active {
    text-decoration: underline;
}
#langs .en { background-image: url(../img/en.png); }
#langs .ru { background-image: url(../img/ru.png); }
#langs .de { background-image: url(../img/de.png); }
#langs .lt { background-image: url(../img/lt.png); }
#langs .lv { background-image: url(../img/lv.png); }
#langs .ee { background-image: url(../img/ee.png); }
#support {
    position: absolute;
    right: 160px;
}
#otherProjects {
    right: 0;
    text-align: right;
    width: 232px;
    position: absolute;
    z-index: 999;
    border: 1px solid transparent;
    padding: 4px;
    margin-top: 1px;
}
#otherProjects .button {
    font: bold 12px/14px Arial;
    color: #919191;
    margin-right: 6px;
    text-decoration: none;
}
#otherProjects .button:hover {
    text-decoration: none;
}
#otherProjects ul {
    display: none;
}
#otherProjects li {
    list-style: none;
    border-top: 1px dotted #ccc;
    padding: 5px 0;
}
#otherProjects a {
    font: 12px/14px Arial;
    color: #919191;
    text-decoration: none;
}
#otherProjects a:hover {
    text-decoration: underline;
}
.OtherProjectsActive {
    border: 1px solid #ccc !important;
    background: #fff;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px; 
    -webkit-box-shadow: 1px 1px 2px 0px #ccc;
    -moz-box-shadow: 1px 1px 2px 0px #ccc;
    box-shadow: 1px 1px 2px 0px #ccc; 
}
.OtherProjectsActive ul {
    display: block !important;
    padding: 6px 6px 0;
}
#left {
    width: 228px;
    float: left;
    padding-top: 115px;
}
#logo {
    position: absolute;
    margin-top: -72px;
    z-index: 2;
}
#nav li {
    list-style: none;
    padding-top: 1px;
    border-left: 3px solid #ff000a;
    background: #fff;
}
#nav > li:first-child {
    padding-top: 0;
}
#nav .opened {
    border-left: none;
    margin-bottom: -1px;
    padding-bottom: 1px;
    position: relative;
}
#nav a {
    font: 12px/14px Arial;
    color: #231f20;
    text-decoration: none;
    padding: 10px 10px 9px 30px;
    border: 1px solid #f0f0f0;
    border-left: none;
    display: block;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: linear-gradient(top, #ffffff 0%,#fafafa 100%);
}
#nav a:hover {
    background: #ff000a;
    border-color: #ff000a;
    color: #fff;
}
#nav a.active {
    background: #231f20 url(../img/bullet.png) 20px center no-repeat;
    padding-left: 33px;
    color: #fff;
    border-color: #231f20;
}
#subnav li {
    border: none;
}
#subnav a {
    padding-left: 47px;
    background: #4b4b4b url(../img/bullet2.png) 34px center no-repeat;
    color: #d7d7d7;
    border-color: #4b4b4b;
}
#subnav a.active {
    background: #ff000a url(../img/bullet.png) 33px center no-repeat;
    color: #fff;
    border-color: #ff000a;
    padding-left: 47px;
}
#fb {
    display: block;
    width: 72px;
    height: 0;
    padding-top: 15px;
    overflow: hidden;
    background: url(../img/facebook.png) 0 0;
    margin-left: 34px;
    margin-top: 22px;
    margin-bottom: 106px;
}
#owexx-web,
#owexx-hosting,
#owexx-graphics {
    display: block;
    width: 107px;
    height: 0;
    overflow: hidden;
    margin-left: 32px;
    margin-bottom: 20px;
}
#owexx-web {
    padding-top: 39px;
    background: url(../img/owexx-web-design.png) 0 0;
}
#owexx-hosting {
    padding-top: 30px;
    background: url(../img/owexx-hosting.png) 0 0;
}
#owexx-graphics {
    padding-top: 32px;
    background: url(../img/owexx-graphics-design.png) 0 0;
}
#fb:hover {
    background-position: 0 -15px;
}
#owexx-web:hover {
    background-position: 0 -39px;
}
#owexx-hosting:hover {
    background-position: 0 -30px;
}
#owexx-graphics:hover {
    background-position: 0 -32px;
}
#right {
    width: 700px;
    float: right;
    padding-top: 75px;
}
#page {
    width: 670px;
    float: right;
    padding-top: 115px;
}
#page #footer {
    border-top: 1px solid #f0f0f0;
}
.padding {
    padding-top: 115px !important;
}
#big {
    padding-left: 95px;
    padding-bottom: 40px;
    overflow: hidden;
    height: 100%;
}
#big .img {
    float: left;
    margin-right: 20px;
}
#big div {
    padding-top: 140px;
}
#big h2 {
    padding-bottom: 5px;
}
#big h2,
#big h2 > a {
    font: 18px/22px Arial;
    color: #4b4b4b;
    text-decoration: none;
}
#big h2 > a:hover {
    text-decoration: underline;
}
#big p {
    font: 13px/16px Arial;
    color: #4b4b4b;
    padding-bottom: 6px;
}
.gray-button {
    color: #fff;
    font: 12px/18px Arial;
    text-decoration: none;
    padding: 3px 12px 2px;
    background: #757575;
}
.gray-button:hover {
    background: #828282;
}
h2.row {
    margin-top: 25px;
    padding: 10px 14px;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: linear-gradient(top, #ffffff 0%,#fafafa 100%);
    border: 1px solid #f0f0f0;
}
h2.row,
h2.row a {
    font: bold 16px/18px Arial;
    color: #696969;
    text-decoration: none;
}

.list {
    overflow: hidden;
    height: 100%;
    margin: 10px 0 7px;
}
.list li {
    width: 220px;
    list-style: none;
    float: left;
    border: 1px solid #f1f1ec;
    padding-bottom: 10px;
    margin-right: 17px;
    margin-bottom: 17px;
}
.list .third {
    margin-right: 0;
}
.list .fourth {
    clear: left;
}
.list .img {
    height: 172px;
    overflow: hidden;
    display: block;
    text-align: center;
}
.list h2 {
    border-top: 1px solid #f1f1ec;
    border-bottom: 1px solid #f1f1ec;
    background: #f7f7f7;
    padding: 9px 17px 8px;
}
.list h2,
.list h2 > a {
    font: bold 12px/14px Arial;
    color: #4b4b4b;
    text-decoration: none;
}
.list h2 > a:hover { text-decoration: underline; }
.list p {
    font: 12px/14px Arial;
    color: #4b4b4b;
    padding: 8px 18px;
}
.list .gray-button {
    margin-left: 18px;
}
big {
    font: 12px Arial;
    color: #ff0000;
    display: block;
    padding: 0 18px 8px;
}	
big > b {
    font-size: 18px;
    white-space: nowrap;
}
big > s {
    font: bold 15px Arial;
    color: #424242;
    padding-left: 5px;
    white-space: nowrap;
}
.list small {
    font: 12px Arial;
    color: #424242;
    display: block;
    padding: 0 18px 8px;
}	
.list small > b {
    font-size: 18px;
    white-space: nowrap;
}
#keywords {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: linear-gradient(top, #ffffff 0%,#fafafa 100%);
    border: 1px solid #f0f0f0;
    padding: 12px;
    font: 12px/18px Arial;
    color: #979797;
    margin-bottom: 25px;
}
#keywords span {
    font: bold 12px/14px Arial;
    color: #7d7d7d;
    display: block;
    padding-bottom: 3px;
}
#keywords a {
    font: 12px/18px Arial;
    color: #979797;
    text-decoration: none;
}
#keywords a:hover {
    color: #606060;
    text-decoration: underline;
}
#banks {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa));
    background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#fafafa 100%);
    background: linear-gradient(top, #ffffff 0%,#fafafa 100%);
    border: 1px solid #f0f0f0;
    padding: 12px;
}
#banks span {
    font: bold 12px/14px Arial;
    color: #7d7d7d;
    display: block;
    padding-bottom: 6px;
}

.breadcrumb {
    padding: 0 13px;
    background: #f0f0f0;
}
.breadcrumb,
.breadcrumb a {
    font: 11px/14px Arial;
    color: #4b4b4b;
}
.breadcrumb a {
    color: #8a8a8a;
    text-decoration: none;
}
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span {
    background: url(../img/bread.gif) center center no-repeat;
    padding: 0 4px;
}
#product {
    padding: 14px 14px 0 20px;
    margin: 16px 0 50px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    height: 100%;
}
#product h1 {
    font: 18px/22px Arial;
    color: #ed1c24;
    padding-bottom: 16px;
}
.photos {
    float: right;
    padding-left: 80px;
    padding-bottom: 14px;
}
.photos .main {
    display: block;
    width: 220px;
    overflow: hidden;
    height: auto;
}
.photos ul {
    margin-top: 6px;
    width: 226px;
    overflow: hidden;
    height: 100%;
}
.photos li {
    float: left;
    list-style: none;
    padding-right: 6px;
    padding-bottom: 6px;
}
.photos a {
    border: 1px solid #f0f0f0;
    width: 105px;
    height: 80px;
    display: block;
    overflow: hidden;
    text-align: center;
}
#page h1 {
    font: 36px/38px Arial;
    color: #ed0505;
    padding-bottom: 6px;
}
#contacts {
    width: 300px;
    float: right;
    padding-left: 50px;
    padding-bottom: 16px;
}
#contacts form {
    background: #f0f0f0;
    padding: 14px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
}
#contacts span {
    color: #828282;
    font: 18px/18px Arial;
    display: block;
}
#contacts .text,
#contacts textarea {
    font: 11px Arial;
    color: #5b5b5b;
    background: #fff;
    margin-top: 15px;
    padding: 2px;
    width: 268px;
}
#contacts textarea {
    height: 80px;
    overflow: auto;
    resize: none;
}
#contacts .submit {
    color: #fff;
    font: 12px Arial;
    text-decoration: none;
    padding: 1px 12px;
    background: #757575;
    cursor: pointer;
    float: right;
    margin-top: 15px;
}
#contacts .submit:hover {
    background: #828282;
}
.errors,
.errors li {
    padding:0 !important;
    margin: 0 !important;
    list-style: none;
    font: 11px/16px Arial !important;
    color: #d50000;
}
#footer {
    padding: 20px 7px;
}
#footer,
#footer p,
#footer a {
    font: 11px/14px Arial;
    color: #757575;
}
#footer a:hover { text-decoration: none; }
#footer p {
    padding-bottom: 4px;
}
#footer .owexx {
    margin-right: 16px;
    text-decoration: none;
}
#footer img {
    vertical-align: middle;
    padding-left: 3px;
}
#page .content {
    padding-left: 5px;
}
.content {
    color: #231f20;
    font: normal 12px/18px Arial;
    overflow: hidden;
    height: 100%;
    min-height: 350px;
}
.content p {
    font: normal 12px/18px Arial;
}
.content iframe,
.content object,
.content embed,
.content p,
.content ul,
.content ol {
    margin-bottom: 18px;
}
.content ul,
.content ol {
    margin-left: 20px;
    padding-left:20px;
}
.content li {
    font: normal 12px/18px Arial;
    padding-left: 8px;
}
.content img {
    margin: 0 6px 6px 0;
}
.content a,
.content a:link,
.content a:visited,
.content a:active {
    color: #231f20;
}
.content a:hover {
    color: #ed0505;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 4px;
    font: 18px/18px Arial;
    color: #231f20;
}
.content h3 { font: 16px/16px Arial }
.content h4 { font: bold 14px/16px Arial }
.content h5 { font: italic bold 14px/16px Arial }
.content h6 { font: bold 12px/16px Arial }
.content big { font: 18px/22px Arial; }
.content span { color: #646464; }

#nav {
    padding-top: 25px;
}


#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;	
}
.pager {
    text-align: center;
    padding-bottom: 40px;
}
.pager a {
    font: 14px/17px Arial;
    color: #727272;
    text-decoration: none;
    padding: 0 4px;
}
.pager a:hover {
    color: #fff;
    background: #757575;
}
.pager a.active {
    background: #fa0000;
    color: #fff;
}

.catalog-desc{
    position: absolute;
    right: 0;
    top: -20px;
    color: #4B4B4B;
    font-size: 11px;
}

#banks{
    position: relative;
}

#product .photo{
    text-align: center;
    margin-top: 15px;
}

.price-eur {
  font: 11px/12px Arial;
  color: #6e6e6e;
  position: absolute;
  margin-top: -10px;
}
big {
  padding-top: 13px;
}

big > s {
    font: bold 14px Arial;
}
#logo {
    width: 228px;   
    text-align: right;
    font: 14px/16px Arial;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    margin-top: -60px;
}
.adsbygoogle {
    margin-top: 20px;
}

#captcha-element {
    margin: 0;
}

.g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform-origin: left;
}