<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
}

*, *:before, *:after {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
}

a {
    text-decoration: none;
    color:           #6D6F71;
}

a:hover {
    text-decoration: underline;
    color:           #6D6F71;
}

p {
    margin-top: 0;
}

input, textarea {
    font-size: 15px;
    padding: 2px;
}

input[type=submit],
select {
    font-size: 17px;
}

button {
    font-size: 15px;
}

h1 {
    font-weight: normal;
    font-size: 20px;
}

body {
    background:     url(/resources/images/holst.gif) repeat;
    padding:        0;
    margin:         0;
    font-family:    Verdana;
    font-size:      13px;
    color:          #6D6F71;
    /*width:          960px;*/
    padding-bottom: 100px;
}

.fancybox-wrap .fancybox-inner {
    text-align: center;
}

.texts-default h1 {
    text-align: center;
}

.texts-default .text {
    width: 80%;
    margin: 0 auto;
}

.texts-align-left h1 {
    text-align: left;
}

.texts-align-left .text {
    width: auto;
    margin: auto;
}

.texts-greeting {
    margin: 100px 0 0 0;
    text-align: center;
}

.texts-greeting .text {
    width: 450px;
    margin: 20px auto 0 auto;
}

.texts-greeting .link a {
    color: #f79521;
    font-weight: bold;
}

.auction .pictures-item {
    height: 315px !important;
}

.gallery {

}

.gallery .authors {

}

.author .about-author {
    width: 325px;
}

.pictures .pictures-item {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: 255px;
    /*overflow: hidden;*/
    margin: 0 35px 50px 0;
}

.pictures .pictures-item:last-child,
.pictures .pictures-item:nth-of-type(3n+3) {
    margin-right: 0;
}

.picture-default .photo {
    width: 190px;
    height: 160px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.picture-default .photo a {
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    text-align: center;
}

.picture-default .photo img {
    /*width: 100%;*/
    /*height: 100%;*/
    vertical-align: bottom;
}

.back-link {
    padding-bottom: 10px;
}

.back-link a {
    color: #f79521;
    font-weight: normal;
}

.back-link a:hover {
    color: #f79521;
}

.picture-details .zoom,
.picture-default .zoom {
    text-align: center;
}

.picture-details .zoom a,
.picture-default .zoom a {
    color: #f79521;
    font-weight: normal;
}

.picture-details .zoom a:hover,
.picture-default .zoom a:hover {
    color: #f79521;
}

.picture-default .lot-interval {
    margin: 5px 0;
}

.picture-details .on-moderation,
.picture-default .on-moderation {
    color: #f79521;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
}

.picture-details-information {
    clear: both;
    display: table;
    width: 100%;
}

.picture-details-holder {
    display: table-row;
}

.picture-details .photo {
    display: table-cell;
    width: 10%;
    padding: 0 30px 0 0;
    vertical-align: top;
}

.picture-details .views-stat {
    margin-top: 10px;
}

.picture-details .properties {
    display: table-cell;
    vertical-align: top;
}

.picture-details .sibling-pictures {
    padding: 0 0 30px 0;
    /*width: 650px;*/
    float: left;
}

.picture-details .sibling-pictures .cycle-navigation {
    text-align: center;
    margin-top: 5px;
}

.picture-details .sibling a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: cover;
}

.picture-details .name,
.picture-default .name {
    font-weight: bold;
    margin-top: 5px;
}

.picture-details .author,
.picture-default .author {
    margin: 5px 0;
    /*font-size: 11px;*/
}

.picture-details .features,
.picture-details .extra-features,
.picture-default .features,
.picture-default .extra-features {
    font-size: 11px;
}

.picture-details .features span,
.picture-details .extra-features span,
.picture-default .features span,
.picture-default .extra-features span {
    font-weight: bold;
}

.picture-details .lot-information .information {
    color: #f79521;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

.picture-details .actions {
    margin: 20px 0 0 0;
}

.picture-details .actions span {
    font-weight: bold;
    color:       #f79521;
}

.form {
    text-align: center;
}

.form .complete {
    color: #f79521;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

.form .tip {
    font-size: 11px;
    margin: 30px 0;
}

.form .tip a {
    font-size: 11px;
    color: #f79521;
}

.form .error-message {
    font-size: 11px;
    color: red;
    padding: 0 0 30px 0;
}

.form label {
    display: inline-block;
    width: 200px;
    text-align: left;
}

.form .value {
    display: inline-block;
    width: 170px;
    text-align: left;
    font-weight: bold;
}

.form .form-row {
    padding: 5px 0;
}

.form .form-action {
    padding-top: 15px;
}

.layout-header .auth-information {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.layout-header .auth-information .full-name {
    font-weight: bold;
}

.layout-header .auth-information .basic {
    float: right;
}

.layout-header .auth-information .not-logged a {
    display: block;
}

.layout-header .auth-information .cart {
    float: right;
    margin: 3px 10px 0 0;
    padding: 5px 10px 0 0;
    border-right: 1px solid #6D6F71;
    height: 27px;
}

.layout-header .auth-information .cart a {
    color: #f79521;
}

.auth-signup .oferta label {
    white-space: nowrap;
}

.auth-signin .forgot-link {
    text-align: right;
    padding-right: 20px;
}

.auth-signin .form-row {
    margin: 0 auto;
    width: 55%;
}

.auth-forgot {

}

.auth-profile {

}

.auth-private-menu a {
    display: block;
    padding: 2px 0 2px 0px;
}

.auth-dashboard .layout-subcontent {
    padding: 0;
}

.orders-cart {
    margin-top: 20px;
}

.orders-cart h1 {
    margin-top: 0;
}

.orders-cart .message {
    text-align: center;
}

.orders-cart .cart {
    /*margin: 50px 0 0 0;*/
    display: inline-block;
    vertical-align: top;
    width: 460px;
    border-right: 1px solid #d2d2d2;
    padding-right: 30px;
}

.orders-cart .cart .information {
    margin: 20px 0;
}

.orders-cart .cart .information label {
    font-weight: bold;
    width: auto;
}

.orders-cart .cart .pictures .pictures-item:nth-of-type(3n+3) {
    margin-right: 35px;
}

.orders-cart .cart .pictures .pictures-item:nth-of-type(2n+2) {
    margin-right: 0;
}

.orders-cart .order {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    text-align: left;
    padding-left: 35px;
}

.orders-cart .order label {
    width: 100px;
}

.orders-cart .order .comments label {
    vertical-align: top;
}

.orders-cart .order .oferta label {
    width: 200px;
}

.orders-cart .order .form-action {
    text-align: center;
}

.orders-complete {
    text-align: center;
}

.order-cart-pictures .pictures-item {
    margin-bottom: 10px;
}

/*
.order-cart-pictures .pictures-item:nth-of-type(2n+2) {
    margin-right: 0;
}
*/

.orders-private h1 {
    text-align: center;
}

.orders-private .orders-products {
    display:        inline-block;
    vertical-align: top;
    width:          420px;
}

.orders-private .orders-list {
    display:        inline-block;
    vertical-align: top;
    width:          180px; /*220px;*/
    padding-left: 20px;
}

.orders-private .orders-list-item {
    display: block;
    padding: 0 10px 20px 10px;
    text-decoration: none;
}

.orders-private .orders-list-item.selected,
.orders-private .orders-list-item:hover {
    /*text-decoration: none;*/
    /*background: #f79521;*/
    color: #f79521;
}

.orders-private .orders-list-item span {
    font-weight: bold;
}

.orders-private .orders-products .pictures-item:nth-of-type(3n+3) {
    margin-right: 35px !important;
}

.orders-private .orders-products .pictures-item:nth-of-type(2n+2) {
    margin-right: 0 !important;
}

.auction-private .actions,
.gallery-private .actions {
    margin-bottom: 20px;
}

.gallery-private .pictures-item {
    margin-right: 10px;
}

.auction-private .pictures-item {
    /*height: auto;*/
    min-height: 300px;
    margin-right: 10px;
}

.picture-private .actions {
    margin-bottom: 20px;
}

.picture-private .actions p {
    color: #f79521;
    font-weight: bold;
}

.add-picture-private form {
    /*width: 80%;*/
    margin: 0 auto;
}

.add-picture-private .form-row {
    text-align: left;
}

.add-picture-private .form-action {
    text-align: center;
}

.add-picture-private .add-photo .hint {
    margin: 5px 0 0 205px;
    color: #f79521;
    /*font-weight: bold;*/
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.add-picture-private .hint a {
    color: #f79521;
}

.add-picture-private .new_author_description_holder {
    margin: 5px 0 0 205px;
}

.add-picture-private .new_author_description_holder textarea {
    width: 270px;
    height: 100px;
}

.lot-details .lot-information {
    margin: 20px 0 0 0;
}

.lot-details .message {
    color: #f79521;
    font-size: 11px;
}

.lot-details .message a {
    color: #f79521;
    font-weight: bold;
}

.lot-details .lot-information span {
    font-weight: bold;
}

.lot-details .make-rate {
    margin-top: 20px;
}

.lot-details .form {
    text-align: left;
}

.lot-details .form-action {
    padding-top: 0;
}

.lot-details .hint {
    font-size: 11px;
    margin-top: 5px;
}

.lot-details .error-message {
    padding: 5px 0;
}

.lot-details .time-to-finish,
.lot-details .last-rate,
.lot-details .summary-rate {
    margin: 5px 0;
}

.lot-private table {
    margin: 20px 0 0 0;
}

.lot-private .head td {
    font-weight: bold;
    font-size: 13px;
}

.lot-private .head .rate {
    color: inherit;
}

.lot-private td {
    padding: 5px;
    font-size: 11px;
}

.lot-private .rate {
    padding: 0 50px 0 50px;
    text-align: center;
    color: #f79521;
    font-weight: bold;
}

.gallery-novices {
    margin-top: -20px;
}

.gallery-novices h1 {
    margin-top: 0;
}

.gallery-novices .link {
    text-align: center;
}

.gallery-novices .link a {
    color: #f79521;
    font-weight: bold;
}

.gallery-novices .link div {
    margin-top: 20px;
}

.authors {

}

.authors .letters {
    text-align: center;
}

.authors .letters a {
    display: inline-block;
    padding: 0 1px;
}

.authors .letters .selected {
    color: #f79521;
    font-weight: bold;
}

.authors .authors-list {
    width: 70%;
    margin: 20px auto 0 auto;
}

.authors .author-list-item {
    margin: 0 0 20px 0;
}

.authors .author-list-item a {
    font-weight: bold;
    /*font-size: 13px;*/
}

.authors .author-list-item .description {
    margin-top: 5px;
}

.authors .author-list-item .stat {
    font-size: 10px;
}

.authors .author-list-item a.more,
.authors .author-list-item .stat a {
    color: #f79521;
    font-weight: normal;
}

.authors .author-list-item a.more:hover,
.authors .author-list-item .stat a:hover {
    color: #f79521;
}

.about-author {
    width: 90%;
    margin: 0 auto 0 auto;
}

.about-author h1 {
    text-align: center;
}

.about-author .sibling-pictures {
    padding: 0 0 30px 0;
    width: 655px;
    float: left;
}

.about-author .sibling-pictures .cycle-navigation {
    text-align: center;
    margin-top: 5px;
}

.about-author .sibling a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: cover;
}

.auth-feedback label {
    width: 100px;
    vertical-align: top;
    display: block;
    margin: 0 0 5px 60px;
}

.auth-feedback textarea {
    width: 500px;
    height: 150px;
}

.fancybox-wrap .fancybox-skin {
    padding-bottom: 20px!important;
}</pre></body></html>