<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&amp;subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&amp;subset=latin,latin-ext,cyrillic);
.right-align {
  text-align: right;
}
.small {
  font-size: 0.85em;
}
.lighter {
  color: #868686;
}
label {
  display: block;
  margin-bottom: 6.6666666666667px;
  color: #0095ba;
}
.checkbox label {
  display: inline;
}
.required label {
  font-weight: bold;
}
.required label:after {
  content: " *";
  color: red;
}
.input.error label {
  color: #ff6b68;
}
.input.error .error-message {
  width: 98%;
  border: none;
  padding: 10px 5px;
  color: #ff6b68;
  background-color: transparent;
}
.input {
  padding: 0 20px 0 40px;
  margin-bottom: 20px;
}
.input label {
  margin-left: -20px;
}
.input.checkbox label {
  margin-left: 5px;
}
select,
input,
textarea {
  color: #0095ba;
  border: 1px solid #c8e9f1;
  padding: 5px;
}
select.form-error,
input.form-error,
textarea.form-error {
  color: #ff6b68;
}
select:focus,
input:focus,
select:hover,
input:hover,
textarea:hover {
  border: 1px solid #0095ba;
}
select:focus,
input:focus,
textarea:focus {
  box-shadow: 0px 0px 3px rgba(0,149,186,0.5);
  outline: none;
  color: #004354;
  border: 1px solid #0095ba;
}
.text input,
.password input,
.email input,
.url input,
.textarea input {
  width: 98%;
  font-size: 1.2em;
}
.text textarea,
.password textarea,
.email textarea,
.url textarea,
.textarea textarea {
  width: 98%;
  font-size: 1.2em;
}
.submit {
  margin-top: -20px;
  margin-bottom: 40px;
  margin-left: 20px;
  position: relative;
}
.submit input {
  background-color: #0095ba;
  color: white;
  border: none;
  padding: 10px;
  position: absolute;
  right: 20px;
}
.submit input:hover {
  background-color: #00beed;
}
fieldset {
  border: 1px solid #0095ba;
  padding-bottom: 20px;
  padding-top: 20px;
}
legend {
  font-size: 1.7em;
  padding: 0 20px;
  margin-left: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
  background-color: #ebecec;
}
table {
  width: 100%;
}
table th {
  background-color: #ebecec;
  padding: 5px 10px;
}
table td {
  padding: 5px 10px;
}
tr:nth-child(even) {
  background-color: #edfbff;
}
tr.odd {
  background-color: #edfbff;
}
.pagination_stats {
  color: #9fa0a0;
}
span.prev a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 5px 5px;
}
span.next a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
  padding: 5px 5px;
}
span.next.disabled,
span.prev.disabled {
  color: #9fa0a0;
  padding: 5px 10px;
}
.paging-button {
  padding: 5px 10px;
  border-right: 1px solid #0095ba;
}
.paging span a {
  padding: 5px 10px;
  border-right: 1px solid #0095ba;
}
.paging span a:hover {
  color: white;
  background-color: #44b7d4;
}
.paging span.current {
  padding: 5px 10px;
  border-right: 1px solid #0095ba;
  background-color: #44b7d4;
  color: white;
}
.paging span.next a,
.paging span.prev a {
  border-right: none;
}
.module .debug {
  color: #ebecec;
  font-size: 0.7em;
}
.message {
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 5px;
}
.success,
.message,
.notice,
p.error,
.error-message {
  background: #ffe079;
  border: 1px solid rgba(0,0,0,0.2);
  margin-bottom: 18px;
  padding: 10px 20px;
  color: #404040;
}
.success,
.message,
p.error,
.error-message {
  color: #fff;
  background: #ff6b68;
  border: 1px solid rgba(200,0,0,0.5);
}
.notice {
  color: #000;
  display: block;
  font-size: 120%;
  padding: 0.8em;
  margin: 20px 0;
}
#flashOkMessage,
.success {
  color: black;
  border: 1px solid rgba(0,100,0,0.5);
  background: #56e246;
}
p.error {
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0;
}
p.error em {
  font-weight: normal;
  line-height: 140%;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input {
  border-radius: 0;
}
h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  font-size: 2.5em;
}
h2,
h3,
h4,
h5 {
  font-family: 'PT Sans Narrow', sans-serif;
}
a {
  color: #0095ba;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
li {
  margin-left: 20px;
}
.bodyBlock {
  width: 100%;
  max-width: 1050px;
  min-width: 1000px;
  margin: 0 auto;
}
.inset {
  padding: 0 20px;
  margin: 0;
}
.horizontal-spacer {
  border: none;
  border-top: 1px solid #ebecec;
  margin: 20px 0 0 0;
  height: 20px;
  padding: 0;
}
.horizontal-spacer-sidebar {
  border: none;
  border-top: 2px solid #0095ba;
  margin: 20px 0 0 0;
  height: 20px;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  float: none;
}
body {
  background: white;
  color: #060606;
  font-family: Tahoma, Verdana, Helvetica, arial, sans-serif;
  font-size: 13px;
  margin: 0;
}
.clear {
  height: 0;
  border: none;
  padding: 0;
  clear: both;
  float: none;
}
p {
  margin: 1.1em 0;
  line-height: 1.15em;
}
#zona1,
#zona5 {
  background-color: #0095ba;
  color: white;
  position: relative;
}
#zona2,
#zona4 {
  background-color: #ebecec;
}
#zona4 {
  color: #9fa0a0;
}
#header {
  width: 100%;
  max-width: 1050px;
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#top-bar {
  width: 100%;
  max-width: 1050px;
  min-width: 1000px;
  margin: 0 auto;
  height: 36px;
}
#main {
  width: 100%;
  max-width: 1050px;
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}
#bottom-bar {
  width: 100%;
  max-width: 1050px;
  min-width: 1000px;
  margin: 0 auto;
}
#footer {
  width: 100%;
  max-width: 1050px;
  min-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 80px;
  text-align: center;
}
#footer a {
  color: white;
}
#sidebar-left {
  width: 210px;
  margin-left: 20px;
  float: left;
}
#sidebar-right {
  width: 210px;
  margin-right: 20px;
  float: right;
}
#sidebar-left .horizontal-spacer,
#sidebar-right .horizontal-spacer {
  border: none;
  border-top: 2px solid #0095ba;
  margin: 20px 0 0 0;
  height: 20px;
  padding: 0;
}
#footer .horizontal-spacer {
  border: none;
  border-top: 1px solid white;
  margin: 10px auto 0 auto;
  height: 1px;
  width: 80%;
  padding: 0;
}
#content {
  border: none;
  border-right: 1px solid #ebecec;
  border-left: 1px solid #ebecec;
  margin: 0 250px 0 250px;
}
#content h2 {
  font-weight: normal;
  margin: 20px 0;
}
#logo {
  padding: 20px 0 16px;
  margin-left: -2px;
}
#logo a {
  display: inline-block;
}
#logo a img {
  display: inline-block;
  vertical-align: bottom;
}
#search_box {
  position: absolute;
  text-align: right;
  width: 400px;
  right: 20px;
  top: 67px;
}
#search_box ::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 0.5 !important;
  font-style: normal;
  font-weight: normal;
}
#search_box :-moz-placeholder {
  color: #fff !important;
  opacity: 0.5 !important;
  font-style: normal;
  font-weight: normal;
}
#search_box ::-moz-placeholder {
  color: #fff !important;
  opacity: 0.5 !important;
  font-style: normal;
  font-weight: normal;
}
#search_box :-ms-input-placeholder {
  color: #fff !important;
  opacity: 0.5 !important;
  font-style: normal;
  font-weight: normal;
}
#search_box form label {
  color: white;
  display: inline-block;
  margin: 0 10px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}
#search_box form .input {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
#search_box form .input input {
  display: inline-block;
  width: 194px;
  margin: 0;
  padding: 0 4px;
  background-color: #44b7d4;
  border: 1px solid white;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  color: white;
  font-size: 12.5px;
}
#search_box form .submit {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  position: static;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
#search_box form .submit input {
  margin: 0;
  padding: 0;
  position: static;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  background-color: white;
  color: #44b7d4;
  font-weight: bold;
  font-size: 21px;
  background: url('../img/light_submit.jpg') no-repeat 0 0;
}
#menu_databank_update {
  display: inline-block;
  width: 210px;
  color: #9fa0a0;
  margin: 1px 0 0 0;
  float: right;
}
#network_link {
  border-right: 0 none;
  display: inline-block;
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 104px;
}
#network_link a {
  color: white;
}
#network_link a:hover {
  text-decoration: none;
}
#language_switcher {
  position: absolute;
  right: 20px;
  text-align: right;
  width: 226px;
  top: 8px;
}
#language_switcher a {
  color: white;
  display: inline-block;
  padding: 0 0 5px 10px;
  font-size: 14px;
}
#language_switcher a span {
  vertical-align: middle;
  display: inline-block;
  padding: 15px 0 0 0;
}
#language_switcher a img {
  border: 0;
  padding: 15px 0 0 3px;
  vertical-align: middle;
}
#language_switcher .current img {
  background: url('../img/lang_selected.jpg') no-repeat 5px 0;
}
.module .title h1 {
  font-size: 1.4em;
  font-weight: bold;
}
ul.menu {
  list-style: none;
}
ul.menu li {
  margin: 0;
  padding: 0;
}
ul.menu a {
  display: inline-block;
  text-decoration: none;
  color: black;
  padding: 8px 10px;
}
ul.menu a:hover {
  color: white;
  background-color: #44b7d4;
}
ul.menu.level0 &gt; li {
  display: inline-block;
  padding: 0;
  position: relative;
}
ul.menu.level0 &gt; li &gt; a {
  border-right: 2px solid white;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  padding: 0 6px;
}
ul.menu.level0 &gt; li:last-child a {
  border-right: none;
}
ul.menu.level1 &gt; li &gt; a {
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  color: white;
}
ul.menu.level1 &gt; li &gt; a:hover {
  background: #ebecec;
  color: black;
}
#bottom-bar ul.menu a {
  color: #9fa0a0;
}
#bottom-bar ul.menu a:hover {
  color: white;
}
#bottom-bar ul.menu.level0 &gt; li &gt; a {
  border-right: 2px solid #9fa0a0;
}
#bottom-bar ul.menu.level0 {
  display: inline-block;
}
#bottom-bar .inset {
  text-align: center;
}
#bottom-bar ul.menu.level1 &gt; li &gt; a {
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  color: white;
}
#bottom-bar ul.menu.level1 &gt; li &gt; a:hover {
  background: #ebecec;
  color: black;
}
.subMenu {
  background: none repeat scroll 0 0 #44b7d4;
  position: absolute;
  width: 250px;
  padding: 10px;
  color: white;
  z-index: 100;
  text-align: left;
  display: none;
}
.bottom .subMenu {
  bottom: 36px;
}
.module.login .register,
.module.newsletter_subscribe .register {
  margin: 0;
}
.module.login .register a,
.module.newsletter_subscribe .register a {
  color: #9fa0a0;
}
.module.login form .input,
.module.newsletter_subscribe form .input {
  margin: 13.2px 0;
  padding: 0;
}
.module.login form .input label,
.module.newsletter_subscribe form .input label {
  display: inline-block;
  width: 65px;
  padding: 0 5px 0 0;
  margin: 0;
  float: none;
  color: white;
  background-color: #0095ba;
  height: 25px;
  line-height: 25px;
  text-align: right;
  vertical-align: bottom;
}
.module.login form .input input,
.module.newsletter_subscribe form .input input {
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block;
  width: 138px;
  height: 23px;
  line-height: 23px;
  vertical-align: bottom;
  border: 1px solid #0095ba;
  font-size: 13px;
}
.module.login form .input input.short,
.module.newsletter_subscribe form .input input.short {
  width: 113px;
}
.module.login form .required label:after,
.module.newsletter_subscribe form .required label:after {
  content: '';
}
.module.login form .required label,
.module.newsletter_subscribe form .required label {
  font-weight: normal;
}
.module.login form .submit,
.module.newsletter_subscribe form .submit {
  margin: 0;
  padding: 0;
}
.module.login form .submit input,
.module.newsletter_subscribe form .submit input {
  margin: -38.2px 0 0 0;
  padding: 0;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  width: 25px;
  right: 0;
  background: url('../img/dark_submit.jpg') no-repeat 0 0;
}
form.subscription_picker label {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: middle;
}
form.subscription_picker input {
  vertical-align: middle;
}
form.subscription_picker .text label {
  display: inline-block;
}
form.subscription_picker .text input {
  font-size: 1em;
  padding: 2px;
  display: inline-block;
  width: 25px;
  margin: 0 0 0 10px;
}
form.subscription_picker .submit {
  margin: 0;
  margin-bottom: 60px;
}
form.subscription_picker .submit input {
  margin-top: 20px;
}
form.payment_picker label {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: middle;
}
form.payment_picker .input input {
  vertical-align: middle;
}
.last_databank_update .content {
  color: #9fa0a0;
}
.simple_artist {
  padding: 10px 0 0 0;
  height: 56px;
}
.simple_artist .image {
  display: inline-block;
  width: 54px;
  height: 54px;
  border: 1px solid #999;
  margin: 0 10px 0 0;
  vertical-align: baseline;
}
.simple_artist .text {
  vertical-align: baseline;
  display: inline-block;
  width: 130px;
}
.simple_artist.no_image {
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
}
.simple_artist.no_image p {
  padding: 0;
  margin: 0.5em 0;
}
#content .simple_artist .text {
  width: 300px;
}
.detailed_order table td.price {
  text-align: right;
}
.detailed_order table tr.transport {
  background-color: #fffdc7;
}
.detailed_order table tr.total {
  font-weight: bold;
  font-size: 1.1em;
}
.element {
  margin: 13.333333333333px 0;
}
.element ul {
  margin: 0.22em 0 1.1em 1.1em;
}
.element .data_title {
  font-family: Tahoma, Verdana, Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
}
.element h3 {
  font-family: Tahoma, Verdana, Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
}
.view h2 {
  margin: 20px 0;
}
.artist.view div.artist {
  float: right;
}
.invalid_level {
  color: #9fa0a0;
}
fieldset .invalid_level {
  padding-left: 20px;
  padding-right: 20px;
}
.indent1 {
  padding-left: 20px;
}
.indent2 {
  padding-left: 40px;
}
#UserLoginForm .submit input[type=submit] {
  background-color: #ff6b68;
}
.light_box_images {
  margin: 0;
  padding: 30px;
  text-align: center;
  line-height: 200px;
  vertical-align: bottom;
}
.light_box_images img {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.artwork_info {
  padding: 10px;
}
.artwork_info .artwork {
  float: right;
}
.artwork_info h2 {
  margin: 20px 0;
}
.module ol.top li {
  margin: 10px 20px 0;
}
.module .sub_title h2 {
  font-weight: normal;
  font-size: 1.5em;
}
.module ul.future_auctions {
  list-style: none;
}
.module ul.future_auctions li {
  margin: 10px 0;
  padding: 0;
}
.module ul.future_auctions li span.date {
  color: #44b7d4;
}
.module.future_auctions .sculpture {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #0095ba;
  margin-left: 10px;
}
.module.stolen_artworks .police {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #0095ba;
  margin-left: 10px;
}
.module img {
  border: 0;
}
.subscription_structure table {
  font-size: 11px;
}
.subscription_structure table .group_name {
  font-weight: bold;
}
.filter_form {
  margin: 20px 0;
}
.filter_form form fieldset {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}
.filter_form form fieldset legend {
  font-family: Tahoma, Verdana, Helvetica, arial, sans-serif;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #9fa0a0;
}
.filter_form form .input {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  vertical-align: bottom;
}
.filter_form form .input label {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 0.8em;
}
.filter_form form .input input {
  width: auto;
  padding: 0;
  height: 20px;
  font-size: 1em;
}
.filter_form form .input select {
  width: auto;
  padding: 0;
  height: 22px;
}
.filter_form form .submit {
  position: static;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  vertical-align: bottom;
}
.filter_form form .submit input {
  position: static;
  margin: 0;
  padding: 0 10px;
  height: 22px;
  font-size: 1em;
}
#currency_chooser a {
  display: inline-block;
  padding: 0 10px;
}
#currency_chooser .current a {
  font-weight: bold;
}
.subscription_select {
  font-size: 11px;
}
.subscription_select td {
  padding: 5px 5px;
}
.books_price {
  font-size: 11px;
}
.books_price td {
  padding: 2px;
}
.module .fav_button {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  opacity: 0.3;
}
.module .fav_button:hover {
  opacity: 1.0;
}
.module .artist_name {
  vertical-align: middle;
}
.module .new_artist .artist_name {
  opacity: 0.3;
}
.module .new_artist:hover .artist_name {
  opacity: 1.0;
}
.long_artists_list .left {
  width: 45%;
  float: left;
}
.long_artists_list .right {
  width: 45%;
  float: right;
}
.long_artists_list .artist {
  display: block;
  margin: 1em;
}
.element.top_element {
  margin: 0;
  padding-top: 25px;
}
.element div.artist_signature {
  padding: 0 20px 20px 0;
  vertical-align: top;
}
th a.desc:after {
  content: " ⇡";
}
th a.asc:after {
  content: " ⇣";
}
.payment_info {
  padding: 20px 0 0 0;
}
.payment_info img {
  padding: 5px 5px 0 0;
  vertical-align: middle;
  width: 50px;
}
.payment_info .online {
  vertical-align: middle;
}
</pre></body></html>