/* ========== */
/* = Global = */
/* ========== */
body {
    background-color: #CCC;
}

a {
    color: #293D8F;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

h3 {
    margin-bottom: 5px;
}

.small {
    font-size: 11px;
    line-height: 1.5;
/*    line-height: 15px;*/
}

.smallest {
    font-size: 9px;
}

/* ========== */
/* = Header = */
/* ========== */
#header-wrap {
    background: #DDD url(../bg.png) repeat-x;
}

#header {
    padding-top: 10px;
}

#main-menu {
    margin: 0;
}

#main-menu li {
    margin: 0 0 0 10px;
    list-style: none;
    float: left;
}

#main-menu li a {
    display: block;
    margin-top: 6px;
    padding: 16px 16px 19px 16px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    margin: 6px 10px 0 0;
}

#main-menu li.active a, #main-menu li a:hover, #main-menu li a:active {
    background: #DDD;
    border: 2px solid #D8D8D8;
    border-bottom: none;
    padding: 14px 14px 19px 14px;
}

#main-menu li a:hover, #main-menu li a:active {
    opacity: 0.6;
}

#setlang-form {
    margin-top: 2px;
    padding-left: 10px;
    text-align: right;
}

#setlang-form #language {
    width: 85px;
}

#setlang-form label {
    font-size: 10px;
    display: block;
    padding: 8px 0 0 10px;
}

#setlang-form select {
    margin-left: 10px;
}

#setlang-form img {
    margin-left: 2px;
    opacity: 0.4;
}

/* ========== */
/* = Footer = */
/* ========== */
#footer-wrap {
    border-top: 3px solid #D6D6D6;
    background: #CCC;
}

#footer {
    padding: 0 15px 0 10px;
}

#footer-links {
    text-align: right;
}

#footer p {
    padding: 5px 0;
}

/* =========== */
/* = Content = */
/* =========== */
#content-wrap {
    background-color: #DDD;
}

#content {
    padding-top: 10px;
}

#content #legal {
    margin-top: 20px;
}

#hcard .street-address:before {
    content: "ul. ";
}

/* ============ */
/* = About us = */
/* ============ */
.see-more {
    font-size: 13px;
    font-weight: normal;
}

#hcard {
    margin-bottom: 15px;
}

#gallery-wrap {
    margin-bottom: 22px;
}

#gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 700px;
    height: 360px;
    background-color: #FFF;
}

#gallery li {
    width: 700px;
    height: 360px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#prevBtn, #nextBtn {
    position: absolute;
    margin-top: -30px;
    background-color: #FFF;
    color: #000;
    opacity: 0.4;
    border: none;
    text-align: center;
    font-size: 20px;
}

#nextBtn{ 
    margin-left: 34px;
}

#prevBtn a, #nextBtn a {
    color: #000;
    display: block;
    width: 30px;
    padding: 0px 2px;
}

#prevBtn:hover, #prevBtn:active, #nextBtn:hover, #nextBtn:active {
    opacity: 0.6;
}

#main-img {
    border: 2px solid #D8D8D8;
}

#main-img-caption {
    position: absolute;
    bottom: 40px;
    left: 2px;
    padding: 10px;
    font-size: 24px;
    background-color: #000;
    color: #FFF;
    opacity: 0.6;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    font-weight: normal;

}

/* ======== */
/* = Blog = */
/* ======== */
.entry h3 {
    margin-bottom: 12px;
}

.entry p {
    margin-bottom: 12px;
}

.entry {
    margin-bottom: 25px;
}


/* ============ */
/* = Products = */
/* ============ */
#category_list ul {
    margin: 0;
}

#category_list li {
    margin: 0;
    list-style: none;
    padding: 0;
}

#category_list li a, .sidebar-button {
    display: block;
    padding: 7px 7px 10px 12px;
    width: 220px;
    margin-left: -12px;
    text-decoration: none;
}

#search-form {
    padding: 0 0 7px 0;
    width: 240px;
    margin-left: -11px;
}

#search-form input {
    padding: 2px;
}

#search-form #search-query {
    padding: 2px 2px 2px 9px;
    width: 160px;
    font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#search-form #search-query.blur {
    color: #999;
}

#category_list li a.active, #category_list li a:hover, .sidebar-button.active, .sidebar-button:hover {
    background-color: #FFF;
    padding: 5px 5px 5px 10px;
    border-top: 2px solid #D8D8D8;
    border-right: 2px solid #D8D8D8;
    border-bottom: 5px solid #D8D8D8;
    border-left: 2px solid #D8D8D8;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
}

#category_list li a:hover, .sidebar-button:hover {
    opacity: 0.6;
}

#products #maincontent {
    width: 710px;
    margin-right: -10px;
}

.product-thumbnail {
    width: 150px;
    height: 220px;
    margin: 0 11px 15px 0;
    float: left;
    background-color: #FFF;    
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top: 2px solid #D8D8D8;
    border-right: 2px solid #D8D8D8;
    border-bottom: 5px solid #D8D8D8;
    border-left: 2px solid #D8D8D8;
    padding: 6px;
}

.product-thumbnail img {
    margin-top: 6px;
}

.product-thumbnail a {
    display: block;
    height: 60px;
    color: #444;
    text-decoration: none;
}

.product-display {
    border: 2px solid #D8D8D8;
}

.product-description {
    clear: both;
    margin-bottom: 8px;
}

#product-additional-images img {
    margin-right: 4px;
    margin-top: 1px;
    margin-bottom: 3px;
    border: 2px solid #D8D8D8;
    opacity: 0.6;
}

#product-additional-images img.active {
    opacity: 1;
}

.subproduct-table {
    background: #FFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-right: 4px;
}

.subproduct-table th, td {
    padding: 4px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.subproduct-table th {
    color: #444;
    border-bottom: 3px solid #DDD;
}

#search-results li {
    padding: 5px;
    margin: 0;
    background-color: #FFF;
    border-right: 3px solid #DDD;
    border-bottom: 3px solid #DDD;
    list-style: none;
    clear: left;
    height: 60px;
    margin-bottom: 5px;
}

#search-results {
    margin-top: 8px;
}

#search-results img {
    float: left;
    margin-right: 10px;
}

.subproduct-table strong {
    color: #C03621;
}

.subproduct-table td {
    padding: 1px 4px;
    text-align: center;
}

.blank-aspects {
    padding-left: 4px;
}

.blank-aspects img {
    padding: 4px;
    background: #FFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pagination {
    float: right;
    margin: 0 15px 5px 10px;
    padding: 0;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 2px 5px;
    background-color: #FFF;
}

.pagination .prev {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
}

.pagination .next {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
}

.pagination a:hover, .pagination a.active, .pagination .current {
    opacity: 0.4;
}

/* =========== */
/* = Contact = */
/* =========== */
#map-links {
    margin-top: 5px;
}

#map-links a {
    margin-right: 20px;
}

#map-links img {
    margin: 3px 0 -3px 0;
    cursor: pointer;
}

#contact-form p {
    margin: 0;
    padding: 0;
}

#contact-form input[type=submit] {
    margin: 6px 0 12px 0;
}

#contact-form-inputs label{
    display: block;
}

#contact-form-inputs label[for=id_recipient] {
    float: left;
}

#contact-form-inputs input, #contact-form-inputs textarea {
    width: 220px;
    max-width: 220px;
    border: 2px solid #D8D8D8;
    border-top: none;
    border-left: none;
    padding: 5px 2px;
}

#contact-form-inputs textarea {
    height: 87px;
    resize: vertical;
}

.errorlist {
    margin: 0;
    padding: 0;
}

.errorlist li {
    color: #FFF;
    margin: 0 0 2px 0;
    background-color: #D23630;
    list-style: none;
    padding: 2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
}

