/* Reset
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after { content:''; }
abbr,acronym { border:0; }


/* Layout
-----------------------------------------------------------------------------*/

body {
    font: 12px/16px Tahoma, Verdana, sans-serif;
    min-width: 1000px;
    max-width: 1102px;
    margin: 0 auto;
    position: relative;
}

#wrapper {
    zoom: 100%;
    position: relative;
    overflow: hidden;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 321px;
}

#hr {
    background: url(/media/images/header-right-corner.png) no-repeat top right;
    height: 100%;
}

#sitename {
    display: block;
    background: transparent url(/media/images/site-name.png) no-repeat top center;
    width: 481px;
    height: 51px;
    margin: 0 auto;

    position: relative;
    text-indent: -100%;
    top: 35px;
}

#sitelogo {
    display: block;
    background: transparent url(/media/images/site-logo.png) no-repeat top left;
    width: 225px;
    height: 233px;

    position: absolute;
    text-indent: -100%;
    left: 0px;
    top: 0px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    padding: 3px 233px 0;
}

#content {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-right: -100%;
    zoom: 100%;

    padding-bottom: 20090px;
    margin-bottom: -20000px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sl {
    float: left;
    width: 229px;
    position: relative;
    left: -233px;
    zoom: 100%;

    padding-bottom: 20100px;
    margin-bottom: -20000px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sr {
    float: right;
    width: 229px;
    position: relative;
    right: -233px;
    zoom: 100%;

    padding-bottom: 20000px;
    margin-bottom: -20000px;
}


/* Colors
-----------------------------------------------------------------------------*/

/* Header
-----------------------------------------------------------------------------*/
#header {
    background: url(/media/images/header-gradient.png) repeat-x;
    border-bottom: 2px solid #b9e2eb;
}


/* Middle
-----------------------------------------------------------------------------*/
#wrapper {
    background: #8edde5 url(/media/images/middle-gradient.png) repeat-x 0px 323px;
}

#content {
    background: white url(/media/images/block-gradient-center.png) repeat-x top;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sl {
    background: white url(/media/images/block-gradient-side.png) repeat-x top;
}

#sl .cornered {
    border-left: none;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sr {
    background: white url(/media/images/block-gradient-center.png) repeat-x top;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background: #8edde5;
    position: relative;
    height: 112px;
    min-width: 1000px;
}

.fr {
    width: 229px;
}
#footer-contacts {
    text-align: center;
    margin: 10px 5px;
}

#pseudo {
    clear:both;
    float:right;
    margin:10px;
    text-align:right;
/*    width:50%; */
}

#pseudo a {
    margin: 5px;
    /* color: #F5497A; */
    color: #4F9BFD;
}

#counters {
    float: right;
    clear:both;
    right:-3px;
/*    bottom:4px;
    position:relative; */
position: absolute;
bottom: -3px;
}

#bc {
    background: url(/media/images/bottom-circles.png);
    width: 257px;
    height: 212px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Article thumbnails
-----------------------------------------------------------------------------*/

#article-thumbnail-list {
    display: block;
}

#article-thumbnail-list li {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;

    width:50%;
    padding-bottom: 13px;
    vertical-align: bottom;
}

#article-thumbnail-list a {
    background: #ecf7f9 url(/media/images/categories-bg.png) bottom repeat-x;
    border: 2px solid #00a9e0;
}

#article-thumbnail-list a {
    margin: 0 auto;
    display: block;
    width: 210px;
    text-align:center;
    position: relative;
    padding-top: 211px;

    color: #f5497a;

    line-height: 40px;
    font-size: 0.9em;
}

#article-thumbnail-list img  {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #c0e3bc;
    width: 210px;
    height: 210px;
}

#article-thumbnail-list a.big {
    height: 40px;
    line-height: normal;
}

#article-thumbnail-list.drawing-types {
    text-align: center;
}

#article-thumbnail-list.drawing-types li {
    width: 160px;
    margin: 0 15px;
}

#article-thumbnail-list.drawing-types a {
    width: 158px;
    padding-top: 159px;
}

#article-thumbnail-list.drawing-types img {
    width: 158px;
    height: 158px;
}

/* Categories menu
-----------------------------------------------------------------------------*/
#category-menu  {
    display: block;
    padding: 79px 0px;
    text-align: center;
}


#category-menu li, .flash-block {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;

    width:25%;

    padding-bottom: 13px;
    vertical-align: bottom;
}

#category-menu a  {
    background: #ecf7f9 url(/media/images/categories-bg.png) bottom repeat-x;
    border: 2px solid #00a9e0;
}

.flash-block a {
    background: #f4f4f4 url(/media/images/flash-block-bg.png) bottom repeat-x;
    border: 2px solid #c3c3c3;
}


.flash-block a.big{
    height: 40px;
    line-height: normal;
}
#category-menu a, .flash-block a {
    margin: 0 auto;
    display: block;
    width: 130px;
    text-align:center;
    position: relative;
    padding-top: 131px;

    color: #f5497a;

    line-height: 40px;
    font-size: 0.9em;
}

#category-menu img, .flash-block img  {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #c0e3bc;
    width: 130px;
    height: 130px;
}

.flash-block img {
    border: none;
}

/* Categories menu left
-----------------------------------------------------------------------------*/
#category-left-menu li {
    display: block;
    width: 175px;
    height: 25px;
    margin: 0px auto 4px;
    line-height: 25px;

    background: url(/media/images/category-menu-button.png);
    background-position: 0 25px;
    text-align: center;
}

#category-left-menu li.stock-button {
    background-image: url(/media/images/category-menu-button-stock.png);
}

#category-left-menu li.current {
    background-position: 0 0;
}

#category-left-menu li a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

/* New flash
-----------------------------------------------------------------------------*/

#flash-new {
    padding: 135px 0 0;
    clear: both;
    margin-bottom: 25px;
    text-align: center;
}

#flash-new a {
    margin: 0 auto 15px;
    width: 152px;
    padding-top: 150px;
    display: block;
    position: relative;
    text-align: center;
    line-height: 43px;
    background: #e1e8f2;

    color: #4593fd;
   font-size: 0.9em;
}

#flash-new a.big  {
    height: 43px;
    line-height: normal;
}

#flash-new a img {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #c0c9e5;
}

#flash-new.small a {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;

    width: 30%;

    background: transparent;
    padding: 0;
}

#flash-new.small a img {
    border: 1px solid #c0c9e5;
    width: 62px;
    height: 62px;
    position: static;
}

/* Flash block
-----------------------------------------------------------------------------*/
.flash-block {
    position: relative;
}

.flash-block .colors {
    position: absolute;
    top: 115px;
    width: 100%;
}

.flash-block .wrap {
    width: 120px;
    margin: 0 auto;
}

.flash-block .colors .wrap div {
    width: 10px;
    height: 10px;
    border: 1px solid #C0E3BC;
    text-indent: 100%;
    overflow: hidden;
    float: left;
}

.color16 { 
    background-color: silver;
}

.color15 { 
    background-color: gray;
}

.color14 { 
    background-color: brown;
}

.color13 { 
    background-color: pink;
}

.color12 {
    background-color: violet;
}

.color11 {
    background-color: blue;
}

.color10 {
    background-color: #40E0D0; /* ligt-blue */
}
/* PaleGreen  	#98FB98 */
.color9 {
    background-color: #98FB98;
}

.color8 {
    background-color: green;
}

.color7 {
    background-color: #FFD700;  /* gold */
}

.color6 {
    background-color: yellow;
}

.color5 {
    background-color: orange;
}

.color4 {
    background-color: red;
}

.color3 { /* black */
    background: #000000;
}

.color2 {
    background: white;
}

.color1 {
    background: transparent;
}

.flash-block .prices {
    position: absolute;
    top: 5px;
    width: 100%;

    font-size: 0.8em;
    line-height: 0.9em;
    font-weight: bold;
    color: #0b559c;
}

.flash-block .prices ul {
    float: right;
    background: #e4e5e4;
    padding: 1px;
}


/* Filters
-----------------------------------------------------------------------------*/

#filters p.title {
    background: #404040 url(/media/images/filter-corner.png) no-repeat bottom left;
    line-height: 55px;

    color: white;
    font-size: 2.5em;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 20px;
}

#filters .filter {
    padding-left: 15px;
    margin-bottom: 25px;

    font-weight: bold;
    font-size: 1.1em;
}

#filters .filter p.title {
    background: none;
    line-height: normal;

    font-size: 1em;

    color: #404040;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 5px;
}

#filters ul {
    padding-left: 10px;
    padding-right: 15px;
}

#filters li {
    margin-bottom: 3px;
}

#filters ul a {
    color: #4f9bfd;
}

#filters li.current {
    background: #ecf1ec;
    padding: 2px 10px 5px;
    margin-left: -10px;
}

#filters li.current a {
    color: #836893;
}


/* Page title
-----------------------------------------------------------------------------*/

h1 {
    font-size: 2.5em;
    padding: 20px 3% 25px;
    /* padding-right: 520px; */
    color: #0b559c;
    line-height: 1em;
}


/* Article
-----------------------------------------------------------------------------*/
.article-block {
    padding: 10px 21px;
    background: url(/media/images/article-list-sep.png) bottom center no-repeat;
    margin-bottom: 10px;
}

.last .article-block {
    background: none;
}

.article-block p {
    margin: 10px 0px;
}

.article-block .title {
    background:transparent url(/media/images/article-list.png) no-repeat scroll left 11px;
    color:#4593FD;
    font-size:1.8em;
    margin: 0 4% 10px;
    padding:5px 0 0 20px;
}

#article-list .text, #flashdrive-block-full .text {
    padding-left: 0px;
    padding-right: 0px;
}

.text .contacts  p {
    text-indent: 0px;
    text-align: center;
    font-size: 1.2em;
}
.text {
    padding: 10px 25px;
    text-align: justify;
}

.text p {
    margin: 16px 0px;
    text-indent: 32px;
}

.text h2 {
    font-size: 1.7em;
    color: black;
    margin: 16px 4%;
}

.text h3 {
    font-size: 1.2em;
    color: #0B559C;
    margin: 16px 0;
}

.text img {
    /* float: left; */
    margin: 5px;
}

.text .after {
    text-align: center;
}

.text .after img {
    float: none;
}

.text a {
    color: #0B559C;
}

.text em {
    color: #0B559C;
    font-weight: bold;
}

.text ul {
    list-style-image: url(/media/images/article-detail-list.png);
    padding-left: 25px;
}

.text ol {
   list-style-type: decimal;
   padding-left: 25px;
}

.text li p {
    text-indent: 0px;
}

.text .author {
    float: right;
    text-align: right;
}
/* Language switcher
-----------------------------------------------------------------------------*/

#langswitcher {
    width: 481px;
    display:block;
    height:51px;
    margin:0 auto;
    position:relative;
    bottom: 49px;
    width:491px;
    font-weight: bold;
}

#langswitcher a, #langswitcher span {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background: url(/media/images/lang-switcher.png) no-repeat;
    text-align: center;
    line-height: 28px;
    margin-right: 9px;
}

#langswitcher a {
    background-position: -28px;
    color: #f5497a;
}

/* Search
-----------------------------------------------------------------------------*/

#search {
    position: absolute;
    top: 52px;
    right: 11px;
    height: 32px;
}

#searchbutton {
    background: url(/media/images/search-button.png);
    border: none;
    width: 72px;
    height: 32px;
    line-height: 32px;
    float: left;
    color: white;
}

#searchinput {
    background: url(/media/images/search-input.png);
    border: none;
    height: 22px;
    width: 146px;
    line-height: 18px;
    font-size: 18px;
    padding: 5px;
    float: left;
    margin-right: 10px;
}

/* Contact info
-----------------------------------------------------------------------------*/

#contact-info {
    position: absolute;
    top: 178px;
    right: 25px;
    color: #404040;
    background: transparent url(/media/images/phone.png) no-repeat top left;
    width: 270px;
    font-weight: bold;
}

#contact-info td {
    padding-left: 10px;
    text-align: right;
}

#contact-info td.ph, #contact-info td.f {
    padding-left: 30px;
}

#contact-info .email {
    float: right;
}

/* Main menu
-----------------------------------------------------------------------------*/
#main-menu {
    position: absolute;
    top: 262px;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 256;
}

#main-menu li {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;

    margin-right: 8px;
}

#main-menu li.current a {
    background-position: -136px;
    color: black;
    text-decoration: none;
}

#main-menu li a {
    display: block;
    width: 137px;
    height: 40px;
    line-height: 40px;

    color: #0090ff;
    font-size: 1.1em;
    font-weight: bold;

    background: url(/media/images/main-menu-buttons.png);
}

/* Header corner
-----------------------------------------------------------------------------*/
#header-corner {
    position: absolute;
    left: 0;
    top: 238px;
    background: url(/media/images/header-corner.png);
    width: 122px;
    height: 91px;
    z-index: 100;
}

/* Banner
-----------------------------------------------------------------------------*/
#flash {
    position: absolute;
    top: 93px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 100;
}


/* Paginator
-----------------------------------------------------------------------------*/

.pagination {
    background: url(/media/images/paginator/background.png) repeat-x;
    margin: 0 3% 15px;
    text-align: center;
    /* font-weight: bold; */
}

.pagination a, .pagination span {
    line-height: 24px;
    padding: 5px 0px;
}

.pagination a {
    color: #4996ff;
}

.pagination span {
    color: black;
}

.pagination .current {
    background: url(/media/images/paginator/current.png) no-repeat 0 1px;
    color: black;
    padding-left: 7px;
    padding-right: 8px;
}

.pagination .first {
    padding-left: 25px;
    background: transparent url(/media/images/paginator/first-active.png) no-repeat left center;
    margin-right: 15px;
}

.pagination .prev {
    padding-left: 25px;
    background: transparent url(/media/images/paginator/prev-active.png) no-repeat left center;
    margin-right: 40px;
}

.pagination .next {
    padding-right: 25px;
    background: transparent url(/media/images/paginator/next-active.png) no-repeat right center;
    margin-left: 40px;
}

.pagination .last {
    padding-right: 25px;
    background: transparent url(/media/images/paginator/last-active.png) no-repeat right center;
    margin-left: 15px;
}


/* Flash page
-----------------------------------------------------------------------------*/

#flashdrive-block-full {
    padding: 0px 25px;
    position: relative;

}

#flashdrive-block-full h1 {
    padding-left: 0;
}

#flashdrive-block-full .left {
    float: left;
    width: 230px;
}

#flashdrive-block-full .right {
    padding-left: 250px;
}

#BigImageLink {
}

#flashdrive-block-full .code {
    color: #404040;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

#flashdrive-block-full .block {
    margin-bottom: 20px;
}

#flashdrive-block-full .block p.title {
    font-size: 1.5em;
    color: #836893;
    margin-bottom: 10px;
    padding-left: 0;
}

#flashdrive-block-full .block p {
    font-size: 1.2em;
    color: #0b559c;
    padding-left: 15px;
}

.flash-price {
    width: 95%;
    max-width: 400px;

    border-spacing: 0;
    border-collapse: collapse;
}

.flash-price tr td {
    border-bottom: 1px solid #9f9f9f;
}

.flash-price tr {
    height: 25px;
    vertical-align: middle;
    padding: 4px;
}

.flash-price tr.header td, .flash-price tr.last td {
    border-bottom: none;
}

.flash-price th.grn, .flash-price th.doll {
    color: #9f9f9f;
    font-size: 1.5em;
    font-weight: normal;
}

.flash-price td.vol {
    width: 36%;
    text-align: left;
    padding-left: 15px;
    color: #0b559c;
    font-weight: bold;
}

.flash-price .grn, .flash-price .doll {
    width: 32%;
    text-align: center;
    font-weight: bold;
}


#flashdrive-block-full .colors {
    width: 233px;
}

#flashdrive-block-full .colors p.title {
    color: #b3b3b3;
    font-size: 1.5em;
    margin-bottom: 10px;
}

#flashdrive-block-full .colors img {
    margin-right: 5px;
    margin-bottom: 5px;

    cursor: pointer;
}


/* Back link
-----------------------------------------------------------------------------*/

#backlink {
    background: url(/media/images/back-link.png) left center no-repeat;
    color: #0090FF;
    font-size: 1.7em;
    margin: 35px auto 0px;
    padding-left: 15px;
    display: block;
    margin-left: 5px;
}

/* News */

#news {
    padding-top: 10px;
    margin: 0px 28px 15px;
}

#news .title {
    color: #0090FF;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}
#news p {
    text-indent: 0px;
}
/* Round corners
-----------------------------------------------------------------------------*/

#content .tl {
    background: url(/media/images/corners/center-tl.png) no-repeat top left;
}

#sr .tl {
    background: url(/media/images/corners/right-tl.png) no-repeat top left;
    padding-top: 8px;
}

.cornered {
    border-left: 2px solid white;
    border-right: 2px solid white;
}

#sr .cornered {
    padding-bottom: 10px;
    border-right: none;
}

.tr {
    background: url(/media/images/corners/center-tr.png) no-repeat top right;
    padding-top: 10px;
}

#sl .tr {
    background: url(/media/images/corners/left-tr.png) no-repeat top right;
}

#brm {
    right: 219px;

    background: url(/media/images/corners/bottom-both.png) no-repeat top right;
    width: 24px;
    position: absolute;
    top: -11px;
    height: 11px;
}

#highslide-close-link {
    float: right;
    margin: 10px;
    font-size: 2em;
    color: #999999;
    text-decoration: none;
}


/* -------------------------------------------------------------- 
   FORMS
-------------------------------------------------------------- */
label { font-weight: bold; }
fieldset { padding: 9px; margin-bottom: 20px; border: 1px solid #ddd; }
legend { padding: 0 10px; font-weight: bold; font-size: 14px; line-height: 20px; }
textarea { padding: 10px; }


/* hFORM */
form.hform p { margin-bottom: 10px; }
form.hform p label { float: left; width: 130px; }
form.hform p input { width: 200px; }
form.hform p select { width: 200px; }
form.hform p input.button { width: auto; }
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }
form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }

/* vFORM */
form.vform p { margin-bottom: 10px; }
form.vform p label { display: block; }
form.vform p.checkbox label { display: inline; }

#comment-form-preview {
    padding: 35px 25px 0px;
}

form .errorlist {
    margin-left: 130px;
    color: #0b559c;
}

form .blank label {
    font-weight: normal;
}

#comments {
    padding: 2em 0px;
}

.comment {
    margin-bottom: 10px;
}

.comment .meta .date {
    font-size: 0.8em;
    color: #999999;
}

.comment .meta .name {
    color:#4593FD;
    font-weight: bold;
    font-size: 1.2em;
}

.comment .text {
    margin-left: 2em;

}

#sidebar-additional .thin {
    width: 180px;
    margin: 0 auto;
}

#cart-wrapper {
    margin: 0 auto 3em;
    width: 170px;    
}

/* #cart-wrapper span.title { */
/*     color:#0B559C; */
/*     font-size:2.5em; */
/*     line-height:1em; */
/*     padding:20px 3% 25px;     */
/* } */

#cart-wrapper span.title {
    color: #0090FF;
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

#cart-wrapper a.checkout {
    float: right;
}

#cart-wrapper ul {
    margin: 1em 0 0.5em;
}

#cart-wrapper form {
    /* display: inline; */
    float: right;
}

.total {
    width: 32%;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

#checkout-table {
    max-width: 9999999px;
    width: 100%;
    margin: 0 auto;
}

#checkout-table a {
    float: left;
}

#checkout-table input.quantity {
    width: 50px;
}

#checkout-form-table {
    margin: 1.5em auto 0;
    
}

#checkout-form-table td {
    border: none;
}

#checkout-td {
    padding: 10px;
    text-align: right;
}

#checkout-form-table .errorlist {
    margin: 0px;
}

.gallery-link {
    display: block;
    font-size: 1.3em;
    margin-top: 1em;
    text-align: center;
    width: 100%;
}

.images-block {
    float: left;
    width: 100%;
    text-align: center;
}

.images-block img {
    display: inline;
    float: none;
}

