/* *** General style rules
 * =========================================================== */
html, body {
    height: 100%;
}
html, body, form, table, td, tr, div, img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #444;
    background-color:#edb;
}
td, th {
    text-align: left;
    vertical-align: top;
}
table {
	border-collapse: collapse;
}
ul {
    margin: 0;
	padding-left: 16px;
}
li {
    line-height: 142%;
}
input, select, option, textarea, button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: normal;
    color:#444;
}
button {
    color:#000;
}
hr {
    height: 0;
    border: 0 none;
	margin: 10px 0;
    border-bottom: 1px solid #acacac;
}
hr.sep {
    border-bottom-style: dashed;
}
hr.sep-solid {
    border-bottom-style: solid;
}
.strong {
    font-weight: bold;
}
.strike {
    text-decoration: line-through;
}
.center {
    text-align: center;
}
.code {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    color: #000;
    white-space: pre;
}
.right {
    text-align: right;
}
.clear {
    clear: both;
}
.currency {
    text-align: right;
    white-space: nowrap;
}
.hint {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    margin: 8px 0;
}
.round {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.round_more {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.alternate > div:nth-child(odd) {
    background-color: #ececeb;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.ui-slider-handle {
    height: 2.2em !important;
    top: -0.6em !important;
}

/* *** Icons
 * =========================================================== */
.icon {
    float: left; width: 24px; height: 24px; background-image: url('/theme/icons.png');
}
.icon-bw {
    float: left; width: 24px; height: 24px; background-image: url('/theme/icons_bw.png');
}
.icon-edit {
    background-position: 0 0;
}
.icon-clear {
    background-position: -24px 0;
}
.icon-add {
    background-position: -48px 0;
}
.icon-remove {
    background-position: -72px 0;
}
.icon-invoice {
    background-position: 0 -24px;
}
.icon-package {
    background-position: -24px -24px;
}

.icon-small {
    float: left; width: 16px; height: 16px; background-image: url('/theme/icons_small.png');
}
.icon-small-bw {
    float: left; width: 16px; height: 16px; background-image: url('/theme/icons_small_bw.png');
}
.icon-small-edit {
    background-position: 0 0;
}
.icon-small-clear {
    background-position: -16px 0;
}
.icon-small-add {
    background-position: -32px 0;
}
.icon-small-remove {
    background-position: -48px 0;
}
.icon-small-invoice {
    background-position: 0 -16px;
}
.icon-small-package {
    background-position: -16px -16px;
}
.icon-small-pdf {
    background-position: 0px -32px;
}

.link-doc {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeF5lykEKgDAMBdF/+17Es/QkiosiCBURXIzJooZohmweX6gwmkCeI+Oqc2C1FnvnF2ejlQYU0tLK2NjY6f/l8V12Ti7uhFFgDj19b58EwXuqkAAAAABJRU5ErkJggg==") no-repeat scroll right center transparent;
    padding-right: 13px;
}

.flag {
    float: left; width: 26px; height: 18px; background-image: url('/theme/flags.png');
}
.flag-pl {
    background-position: 0 0;
}
.flag-en {
    background-position: -26px 0;
}

.icon-set span {
    margin: 0 2px;
}

/* *** Anchors
 * =========================================================== */
a {
    color: #674400;
    text-decoration: none;
}
a.nicer {
    padding-bottom: 1px;
    border-bottom: 1px solid #d1c8b6;
}
a.nicer:hover,
a.nicer:active {
    text-decoration: none;
    border-bottom-color: #674400;
}


/* *** Headings
 * =========================================================== */
h1, h2, h3, h4 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 130%;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 176%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 102%;
    font-weight: bold;
    font-family: inherit;
    line-height: normal;
}
h1, h2 {
    margin: 18px 0 10px;
    color: #444444;
    font-weight: normal;
}
h3, h4 {
    margin: 16px 0 8px;
    color: #404040;
}
h1.title, h2.title, h3.title, h4.title {
    border-bottom: 1px solid #dbdbdb;
}


/* *** Message boxes
 * =========================================================== */
div.msg_error,
div.msg_notice,
div.msg_info {
    display: block;
    text-align: center;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 140%;
	width: 500px;
	margin: 15px auto;
}
div.msg_error {
    background-color: #fff8f8;
    border: 2px solid #f00;
    color: #e00;
}
div.msg_notice {
    background-color: #eff6ff;
    border: 2px solid #6083fe;
    color: #1033fe;
}
div.msg_info {
    background-color: #fffec2;
    border: 2px solid #f0d32e;
    color: #444;
}
div.msg_error hr,
div.msg_notice hr,
div.msg_info hr {
    border: 0 none;
    height: 1px;
    background-color: #ccc;
    margin: 4px 10px;
}

/* flash
   ----------*/
#flash {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 13px;
    z-index: 10;
}
#flash .jnotify-item {
    width: 240px;
    height: auto;
    padding: 10px;
    margin: 0 0 6px 0;
    display: block;
    position: relative;
    background-image: none;
}
#flash .jnotify-item-close {
    float: right;
    margin-left: 4px;
    cursor: pointer;
}
#flash .ui-state-highlight {
    background-color: #fffeba;
    border: 3px solid #f0d32e;
    color: #000;
}
#flash .ui-state-error {
    background-color: #ffefea;
    border: 3px solid #ff6f64;
    color: #ee0000;
}


/* *** Forms
 * =========================================================== */
form .error {
    color: red;
    margin: 2px 0;
    font-size: 10px;
    max-width: 320px;
}
form .info {
    margin: 3px 0;
    font-size: 11px;
}
.form_box dl {
    overflow: hidden;
}
.form_box .submit {
    text-align: center;
    margin: 20px;
}
.form_box .closer_submit {
    margin: 8px;
    text-align: center;
}
.form_box .baseline {
    vertical-align: baseline;
    line-height: 160%;
}

.form_h dt {
    display: block;
    float: left;
    clear: left;
    text-align: right;
    padding: 7px 0;
    width: 220px;
}
.form_h dd {
    float: left;
    text-align: left;
    margin-left: 10px;
    padding: 5px;
}
.form_h dd select {
    margin-top: 2px;
}
.form_v dt {
    margin: 5px 0;
}
.form_v dd {
    margin: 0;
    margin-bottom: 2px;
}
.form_box .auth dl {
    margin-left: 140px;
}

/* *** Table styles
 * =========================================================== */
table.alternate tr:nth-child(even) {
    background-color: #eaeaea;
}

table.items {
    width: 100%;
    border-style: hidden;
}
table.items th {
    padding: 6px;
    font-size: 11px;
    line-height: 15px;
    color: #444;
    background-color: #e6e6e6;
    border: 1px solid #fff;
    border-bottom-width: 4px;
    border-top: 0 none;
}
table.items th .ui-icon {
    margin-bottom: -1px;
}
table.items th a {
    color: inherit;
}
table.items th a:hover {
    color: #777;
}
table.items td {
    padding: 8px 6px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

table.items tr.current {background:#e7fbf2;}
table.items tr.current td {border-bottom:1px solid #ddd;}
table.items a.gotolot {border:1px solid #4cae4c; background:#5cb85c; color:#fff; font-weight:700; padding:5px 8px; border-radius:4px; display:inline-block;}

table.items.grid {
    border-style: solid;
}
table.items.grid th {
    border: 1px solid #e0e0e0;
}
table.items.grid td {
    border: 1px solid #e0e0e0;
    padding: 5px 4px;
}

.thumb-cell {
    width: 200px;
    text-align: center;
}
.thumb-small-cell {
    width: 160px;
    text-align: center;
}


.thumb-wrapper {
    display: inline-block;
    overflow: visible;
    text-align: center;
}
.thumb-wrapper > * {
    display: block;
    float: left;
    outline-style: none;
    text-decoration: none;
    vertical-align: bottom;
    line-height: 100%;
}



.thumb-cell img.thumb {
    display: block;
    max-width: 200px;
    max-height: 260px;
}
.thumb-small-cell img.thumb {
    max-width: 160px;
    max-height: 180px;
}
.thumb-cell img.thumb-part {
    display: block;
    max-width: 100px;
    max-height: 140px;
}
.thumb-small-cell img.thumb-part {
    max-width: 80px;
    max-height: 120px;
}
.thumb-cell .null-img {
    max-width: 200px;
}
.thumb-small-cell .null-img {
    max-width: 160px;
}


table.details {
    width: 100%;
    border-style: hidden;
}
table.details th {
    font-size: 11px;
    line-height: 150%;
    color: #444;
    background-color: #eaeaea;
    padding: 7px 6px;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    text-align: left;
}
table.details td {
    padding: 6px;
    vertical-align: top;
    border-bottom: 1px solid transparent;
}
table.details tr:first-child > td {
    border-bottom: 1px solid #e0e0e0;
}



/* *** Pagination
 * =========================================================== */

div.pagination {
    text-align: right;
    overflow: hidden;
    margin: 12px 0;
}
div.pagination ul {
    padding: 0;
    float: right;
}
div.pagination li {
    display: block;
    float: left;
    list-style: none outside none;
    margin-left: 2px;
}
div.pagination a {
    display: block;
    text-decoration: none;
    border: 1px solid #cbcbcb;
    padding: 0 4px;
    font-size: 11px;
    line-height: 22px;
}
div.pagination a[name=selected] {
    background-color: #e9e9e9;
    color: #444;
}
div.pagination a[name=inactive] {
    color: #666;
}
div.pagination a.strong {
    font-size: 15px;
    width: 24px;
    text-align: center;
}


/* *** WCN page layout
 * =========================================================== */
#page {
    position: relative;
    overflow: visible;
    min-height: 100%;
    width: 1007px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 1px;

    box-shadow: 1px 0 6px #aaa;
    -moz-box-shadow: 1px 0 6px #aaa;
    -webkit-box-shadow: 1px 0 6px #aaa;
    -khtml-box-shadow: 1px 0 6px #aaa;
}
#header {
    position: relative;
    overflow: visible;
    height: 120px;
}
#navbar {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    overflow: visible;
    color: #eee;
}
#content_wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
    margin-top: 10px;
    padding-top: 1px;
    margin-bottom: 120px;
}
.content_full {
    background-image: none;
}
.content_shared {
    background: url("/theme/main_sep.png") repeat-y 264px 0 scroll transparent;
}
#sidebar {
    clear: left;
    float: left;
    width: 225px;
    padding: 0 9px 0 20px;
    margin-bottom: 30px;
    overflow: visible;
    font-size: 0.75em;
    line-height: 1.5em;
}
#content {
    position: relative;
    overflow: visible;
    margin-bottom: 20px;
    font-size: 0.8em;
    line-height: 1.5em;
}
.content_full #content {
    float: none;
    padding: 0 30px;
    margin-left: 0;
}
.content_shared #content {
    padding: 0 23px 0 28px;
    float: right;
    width: 702px;
}
#footer {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    width: 100%;
    color: #333;
}
.alert {
    background-color: #f00;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.collapse {
    font-size: 11px;
    color: #778899;
    cursor: pointer;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* *** Header elements
 * =========================================================== */
#logo {
    position: absolute;
    width: 547px;
    height: 100px;
    top: 10px;
    left: 32px;
    z-index: 1;
}
#userbox {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 13px;
    text-align: right;
    z-index:3;
}

#minicart {
    display: none;
    position: absolute;
    overflow: hidden;
    right: 20px;
    width: 340px;
    background-color: #efefef;
    padding: 10px 12px;
    font-size: 13px;

    border: 1px solid #cfcfcf;
    border-top: 0 none;

    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

    -webkit-box-shadow: 1px 0px 5px #bbb;
    -khtml-box-shadow: 1px 0px 5px #bbb;
    -moz-box-shadow: 1px 0px 5px #bbb;
    box-shadow: 1px 0px 5px #bbb;
}
#minicart .cart-status a {
    font-weight: bold;
    text-decoration: none;
    color: #444;
}
#minicart .cart-links {
    float: right;
}
#minicart .cart-value {
    display: none;
    margin-top: 2px;
}

#important {
    position:absolute;
    bottom:2px;
    left: 0;
    right:0;
    color:#d22;
    font-weight:bold;
    font-size:11px;
    z-index:2;
    text-transform:uppercase;
    text-align:center;
}
#important a {
    color:inherit;
}

/* *** Navbar elements
 * =========================================================== */
#navbar {
    height: 34px;
    background: url('/theme/nav_bg_sprite.png') repeat-x 0 0 scroll #404040;
}

#mainmenu ul {
    padding: 0;
    margin: 0;
    overflow: visible;
}
#mainmenu li {
    position: relative;
    display: block;
    text-align: left;
    list-style: none outside none;
}
#mainmenu > ul > li {
    float: left;
    background: url('/theme/nav_bg_sprite.png') no-repeat left -34px scroll transparent;
}
#mainmenu a {
    height: 23px;
    font-family:  'Lucida Grande', 'Trebuchet MS', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #f1f1f1;
    line-height: 13px;
    padding: 11px 14px 0;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
#mainmenu a:hover,
#mainmenu a:active,
#mainmenu a.selected,
#mainmenu li:hover > a {
    background: url('/theme/nav_bg_sprite.png') repeat-x 0 -68px scroll transparent;
}
#mainmenu li ul {
    position: absolute;
    overflow: visible;
    display: none;
    z-index: 100;
    top: 34px;
    left: 0;
    width: auto;
    margin: 0 auto;
    box-shadow: 0 4px 4px #333;
}
/* dropdown */
#mainmenu li.expandable > a {
    position: relative;
    padding-right: 20px;
}
#mainmenu li.expandable > a > span.expander {
    background: url("/theme/menu_expandable.png") no-repeat 0 0 scroll;
    position: absolute;
    height: 6px;
    width: 8px;
    top: 14px;
    right: 6px;
}
#mainmenu li ul li {
    display: block;
    width: 175px;
}
#mainmenu li:hover ul {
    display: block;
}
#mainmenu li li a {
    background-color: #626262;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    padding-top: 7px;
    height: 18px;
}

#languages {
    position: absolute;
    overflow: hidden;
    right: 20px;
    top: 9px;
}
#languages span {
    margin-left: 4px;
}



/* *** Footer elements
 * =========================================================== */
#footer hr {
    margin: 20px 20px 10px;
    border-bottom: 1px solid #C9C9C9;
}
#footer p {
    text-align: center;
    font-size: 11px;
    margin: 0;
}


/* *** Sidebar elements
 * =========================================================== */
.side-box {
    overflow: visible;
    margin: 25px 0;
}
.side-box:first-child {
    margin-top: 14px;
}
.side-box-title {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    border-bottom: 1px solid #dbdbdb;
    /*margin-left: -5px;*/
    /*background: url('/theme/aa.png') no-repeat 0 0 scroll transparent;*/
}
.side-box-content > div {
    overflow: visible;
}
.side-box-more {
    font-size: 11px;
    margin-top: 10px;
    text-align: right;
    line-height: 190%;
}
.side-box-title a {
    color: #444;
    text-decoration: none;
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
}
.side-box-title a:hover {
    color: #8f8f8f;
}
#sidebar > ul {
    margin-bottom: 6px !important;
}


/* side menus
   ------------------------ */
#sidebar .menu a {
    display: block;
    padding: 5px;
    border-bottom: 1px dashed #bbb;
}
#sidebar .menu a:hover,
#sidebar .menu a:active,
#sidebar .menu a.selected {
    background-color: #efefef;
    text-decoration: none;
}
#sidebar .menu .divider {
    text-align: center; font-size: 116%; font-weight: normal; margin-top: 8px; margin-bottom: 2px; line-height: 100%; color: #333;
    background-image: url('/theme/stripe_4.png');
    padding: 6px 0;

}

#sidebar .smenu > ul {
    padding: 0;
}
#sidebar .smenu li {
    list-style: none outside none;
}
#sidebar .smenu a {
    padding: 5px 6px;
    font-weight: bold;
    font-size: 1.05em;
}


/* archive search box
   ------------------------ */
.archive-search-box input[type=text] {
    width: 97%;
}
.archive-search-box > form div {
    margin-top: 6px;
}


/* currency box
   ------------------------ */
.currency-box select {
    width: 64%;
}
.currency-box p {
    margin: 6px 0;
}


/* shop latest box
   ------------------------ */
.shop-latest-box table {
    width: 100%;
}
.shop-latest-box hr {
    margin: 6px;
}
.shop-latest-box img {
    height: 50px;
    max-width: 100px;
}
.shop-latest-box .picture {
    text-align: center;
    vertical-align: middle;
    width: 100px;
    padding-right: 6px;
}
.shop-latest-box .desc {
    padding: 2px 0;
    font-size: 11px;
    line-height: 150%;
}
.shop-latest-box .price {
    padding-top: 2px;
    padding-right: 2px;
    text-align: right;
    vertical-align: bottom;
    font-size: 11px;
    font-weight: bold;
}
.shop-latest-box .price {
    line-height: 130%;
}


/* books promo box
   ------------------------ */
.books-promo-box {
    overflow: hidden;
}
.books-promo-box img {
    float: left;
    margin-right: 8px;
    margin-bottom: 6px;
}
.books-promo-box .author {
    padding-top: 2px;
    font-style: italic;
}
.books-promo-box .desc {
    clear: left;
}


/* *** CONTENT
 * =========================================================== */
#title {
    position: relative;
    overflow: visible;
    margin: 4px 0 18px;
    padding-bottom: 2px;
    border-bottom: 1px solid #dbdbdb;
}
#title > h1, #title > h2 {
    margin: 0;
}
#title > h2 {
    margin-top: 8px;
}
#title > div {
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 11px;
    text-align: right;
    line-height: 160%;
}
#title > div.lower {
    bottom: -20px;
}
#content .more {
    text-align: right;
    font-size: 12px;
    margin: 20px 0;
}

.item-gallery {
    margin: 20px 0;
    overflow: visible;
    position: relative;
}
.item-gallery > a {
    margin: 10px;
}

.spread li {margin-bottom: 6px;}


.external-house {
    margin-top: 8px;
    font-size:11px;
    position:absolute;
    text-align: center;
    right: 5px; bottom: 8px;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    line-height:1.25;
    padding: 3px 5px;
    border-radius: 4px;
    color: white;
    background-color: #EE7621;
    /*box-shadow: inset 0 0 0 2px rgba(250,190,160,1);*/
    /*border-bottom: 1px solid #EEAD0E;*/
}
.a-wi {
    text-align: center;
    text-transform:uppercase;
    font-weight:bold;
    margin-right:4px;
    font-size: 125%;
}

/* main page boxes
   ------------------------ */
#box_grid {
    margin: 0 auto;
    overflow: auto;
    width: 704px;
}
#box_grid .box {
    overflow: hidden;
    width: 332px;
    height: 136px;
    margin: 8px;

    float:left;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;

    box-shadow: 1px 1px 6px #a1a1a1;
    -webkit-box-shadow: 1px 1px 6px #a1a1a1;
    -moz-box-shadow: 1px 1px 6px #a1a1a1;
    -khtml-box-shadow: 1px 1px 6px #a1a1a1;

    border: 1px solid #cacaca;
}
#box_grid .header {
    background: url('/theme/stripe2.png') 0 0 repeat scroll transparent;
    height: 8px;
}
#box_grid .title {
    height: 34px;
    background: #efefef;
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
}
#box_grid .gold {
	background: #f9df9b;
}
#box_grid .title a {
    display: block;
    color: #333;
    height: 34px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-shadow: 1px 1px 0 #fff;
    font-size: 15px;
    line-height: 34px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#box_grid .content {
    padding: 8px 10px 16px 12px;
    color: #333;
}
#box_grid p {
    text-align: left;
    font-size: 12px;
    margin: 0;
    margin-left: 78px;
    line-height: 17px;
}
#box_grid img {
    display: block;
    float: left;
    margin-top: 4px;
}


/* articles ( news & books )
   ------------------------ */
.article {
    margin: 16px 0 20px;
}
.news {
    margin-bottom: 10px;
}
.article-intro {
    overflow: hidden;
    margin: 16px 0 20px;
    padding-bottom: 1px;
}
.book .article-intro {
    font-style: italic;
}
.news .article-intro {
    text-align: justify;
}
.book .article-title {
    font-weight: normal;
    font-size: 100%;
}
.article-thumb {
    float: left;
    margin: 0 16px;
}
.article-content {
    margin: 16px 0;
}
.article-link {
    text-align: right;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    margin:6px 0;
}
.article-status {
    margin: 0;
    margin-top: -12px;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    line-height: 140%;
    padding-right: 4px;
    border-right: 3px solid #6a6a6a;
}
.article-hot .article-status {
    border-right-color: #DD5C02;
}
.article .gallery {
    margin: 20px auto;
}
.article .gallery img {
    margin: 4px;
    border: 1px solid #bbb;
}

/* gold
   ------------------------ */
.goldmod {
    text-align: right;
    margin: 20px 0 10px;
}
#goldcoins td {vertical-align: middle;}
#goldcoins td:nth-child(1n+3) {text-align: center; white-space: nowrap;}
#goldcoins th {white-space: nowrap;}


/* archive
   ------------------------ */
#arch_search {width: 380px;}
#arch_search input {width: 350px;}

#search_results td:first-child {white-space: nowrap;}
#search_results p, #search_results td:nth-child(1n+3) {text-align: center; white-space: nowrap;}
#search_results td {vertical-align: middle}
#search_results th {text-align: center; white-space: nowrap;}
#search_results p {font-weight: bold; margin: 0;}
#search_results img.single {max-width: 200px;}
#search_results img.partial {width: 100px;}

#browse_img {text-align: center;}
#browse_img img.single {max-width: 600px; max-height: 600px;}
#browse_img img.partial {width: 300px; margin: 2px;}

#browse_record th {border-bottom-width: 1px; width: 20%;}
#browse_record td {vertical-align: middle;}



/* ------------------------------------------------------------------------------------------------------------
    Auctions
   ------------------------------------------------------------------------------------------------------------ */
/* 1. auctions/main */
#auctions-banner {
    display: none;
    position: relative;
    margin: 40px 0;
    min-height: 242px;
}
#auctions-banner p,
#auctions-banner h2 {
    margin: 10px 0;
}
#auctions-banner h2 {
    margin-bottom: 0;
}
#auctions-banner hr {
    height: 1px;
    border: 0 none;
    margin: 2px 14px 12px;
    background-color: #ccc;
}
#auctions-banner .auctions-downloads {
    margin: 3px 0;
}
#auctions-banner .promo .auctions-downloads {
    font-size: 90%;
}
#auctions-banner div.scrollableArea > div {
    position: relative;
    display: block;
    float: left;
    margin: 10px 6px;
    text-align: center;
    min-height: 200px;
}
.scrollingHotSpotLeft,
.scrollingHotSpotRight {
    border: 1px solid #999;
}
.scrollingHotSpotLeft {
    border-left-color: #555;
}
.scrollingHotSpotRight {
    border-right-color: #555;
}
#auctions-banner div .regular {
    padding: 18px 0 0;
    width: 200px;
    font-size: 86%;
    color: #565656;
}
#auctions-banner div .promo {
    width: 220px;
    padding: 4px;
    padding-top: 10px;

    border: 4px solid #ffcf69;
    background-color: #FFF8E4;

    -webkit-box-shadow: 4px 4px 6px #cfbfaf;
    -khtml-box-shadow: 4px 4px 6px #cfbfaf;
    -moz-box-shadow: 4px 4px 6px #cfbfaf;
    box-shadow: 4px 4px 6px #cfbfaf;

    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#auctions-banner .maindate {
    font-weight: bold;
    margin-bottom: 4px;
}
#auctions-banner div .promo .maindate {
    font-size: 110%;
}

.auction-list {
    margin-top: 25px;
}
.auction-list-item {
    margin: 8px 0;
}
.auction-list-title {
    padding: 8px 10px 8px 16px;
    background-color: #ededed;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
.auction-list-title .title-number {
    font-weight: normal; font-size: 18px; color:#444;
}
.auction-list-title .title-date {
    color: #666; position: absolute; top: 10px; right: 36px;
}
.auction-list-title .ui-icon {
    position: absolute; right: 12px; top: 10px;
}
.auction-list-body {
    padding: 8px 14px;
    background-color: #fafafa;
    line-height: 140%;
    border: 1px dashed #ccc;
    border-top: 0 none;
}
.auction-list-links {
    margin-top: 6px;
}
/* 2. auctions/overview */
#auction {
    text-align: center;
    font-size: 1.25em;
    line-height: 132%;
    position: relative;
    margin: 0 20px;
    margin-top: 20px;
    color: #444;
}
.auction-label {
    margin: 2px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #888;
    font-size: 75%;
}
.auction-intro {
    margin: 25px;
}
.auction-date {
    margin-bottom: 20px;
    margin-top: 25px;
}
.auction-stats {
    padding: 6px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f4f4f4;

    text-align: left;
    font-size: 11px;
    line-height: 100%;
    color: #666;
    margin-bottom: 20px;
}
.auction-front {
    margin: 12px auto 20px;
    width: 500px;
}
.auction-front > div {
    padding: 12px;
}
.auction-front > div:first-child {
    border: 0 none;
}
.auction-front .front-caption {
    text-align: center;
    font-size: 11px;
}

.auction-selector {
    margin: 10px 0;
}

.auction-fancy-menu {
    float:left;
    width:312px;
}
.auction-fancy-menu ul {
    overflow:hidden;
    padding: 0;
}
.auction-fancy-menu li {
    float:left;
    list-style: none outside none;
    font-size: 12px;
}
.auction-fancy-menu li a {
    display: block;
    padding: 10px;
    font-weight:bold;
    font-size:11px;
    background: url('/theme/sep1.png') 50% 100% no-repeat scroll transparent;
}
.auction-fancy-menu li a:hover {
    background-color: #f4f4f4;
}

/* 3. auctions/browse-details */
.auction-top-nav {
    line-height: 180%; border: 1px solid #ddd; padding: 4px 10px 8px; background-color: #f4f4f4; margin-bottom: 6px;
}


#auction_details .thumb {
    margin: 15px 0 25px;
    text-align: center;
    overflow: hidden;
}
#auction_details .thumb img {
    max-width: 300px;
    max-height: 300px;
    margin: 2px 0;
    vertical-align: bottom;
}


/* contact form
   ------------------------ */
#contact_form p {
    margin: 6px 0;
}
#contact_form input {
    width: 30%;
}
#contact_form textarea {
    width: 60%;
}

/* couriers
   ------------------------ */
.courier li {
    margin-bottom: 6px;
}
.courier table {
    width: auto;
    margin: 6px 0 10px;
}
.courier table td {
    padding: 2px;
}


/* rules
   ------------------------ */
#auction_rules .rates {
    margin-top: 6px;
}
#auction_rules .rates td {
    padding-right: 10px;
}
#auction_rules li {
    margin-bottom: 10px;
}


/* addresses
   ------------------------ */
.address {
    overflow: hidden;
    margin: 10px 0;
}
.address > div {
    float: right;
    padding: 10px 15px;

}
.address > div:first-child {
    float: left;
    max-width: 500px;
}
.address .address-defaults span {
    margin: 2px 3px;
}


/* shopping cart button
   ------------------------ */
.cart-btn {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 24px;
    color: #111;
    padding: 0 6px 0 26px;
    margin: 10px 0;
    background: url('/theme/shopping-cart.png') 6px 4px no-repeat scroll #f2f2f2;

    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -moz-transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.cart-btn:hover {
    background-color: #fbfbe2;
    text-decoration: none;
}
.cart-btn-loading {
    background: url('/theme/shopping-cart-loader.gif') 6px 4px no-repeat scroll #f2f2f2;
    cursor: default;
}


.order-state_1 {
    background-color: #ccffcc;
}
.order-state_2 {
    background-color: #eee;
}
.order-state_3 {
    background-color: #ffcccc;
}


.milczak-item {
    width: 180px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    margin: 10px;
    float: left;
}
.milczak-item label {
    float: left;
    clear: left;
    width: 50px;
}
tr.milczak-row td {
    padding: 3px 4px;
}

.intro-auction {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    background-color: orange;
    color: white;
    background-image:linear-gradient(to right bottom, red, orange);
}
.intro-important {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px dotted #e0e0e0;
    background-color: #f8f8f8;
}

/* PLUGINS */

/* jqzoom */
.zoomPad {
	position:relative;
	display:inline-block;
	cursor:crosshair;
    margin: 0 auto;
    vertical-align: bottom;
    line-height: 100%;
}
.zoomPreload {
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 2px;
   text-align:center;
   background-image: url('/media/jquery/themes/jqzoom/zoomloader.gif');
   background-repeat: no-repeat;
   background-position: 4px 4px;
   z-index:110;
   width:20px;
   height:20px;
   position:absolute;
   top:0;
   left:0;
    * width:20px;
    * height:20px;
}
.zoomPup {
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
    z-index:101;
    cursor:crosshair;
}
.zoomOverlay {
	position:absolute;
	left:0;
	top:0;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
    z-index:101;
}
.zoomWindow {
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
    z-index:10000;
    z-index:110;
}
.zoomWrapper {
	position:relative;
	border:1px solid #999;
    z-index:110;
}
.zoomWrapperTitle {
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
    overflow:hidden;
	text-align:center;
	font-size:10px;
    position:absolute;
    top:0;
    left:0;
    z-index:120;
    -moz-opacity:0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
.zoomWrapperImage {
	display:block;
    position:relative;
    overflow:hidden;
    z-index:110;
}
.zoomWrapperImage img {
    border:0;
    display:block;
    position:absolute;
    z-index:101;
}
.zoomIframe {
    z-index: -1;
    filter:alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position:absolute;
    display:block;
}

/* lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1011;
	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: 1008;
}
#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.0;
	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 {
	float: right;
	padding-bottom: 0.7em;
}



table.tablelist {font-size:11px; *border-collapse: collapse;border-spacing: 0;border: solid #ccc 1px;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 1px 1px #ccc; -moz-box-shadow: 0 1px 1px #ccc; box-shadow: 0 1px 1px #ccc; margin-bottom:10px;}
table.tablelist:last-of-type {margin-bottom:0px;}
table.tablelist tr:hover {background: #fbf8e9; -o-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}
table.tablelist td,
table.tablelist th {border-left: 1px solid #ccc; border-top: 1px solid #ccc; padding: 7px;}
table.tablelist th {
	background: rgb(242,245,246);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2UzZWFlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1)));
	background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}
table.tablelist th a {color:green;}
table.tablelist td.right {text-align:right;}
table.tablelist td.red {color:#f00;}
table.tablelist td:first-child, table.tablelist th:first-child {border-left: none;}
table.tablelist th:first-child {-moz-border-radius: 6px 0 0 0; -webkit-border-radius: 6px 0 0 0; border-radius: 6px 0 0 0;}
table.tablelist th:last-child {-moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0;}
table.tablelist th:only-child {-moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;}
table.tablelist tr:last-child td:first-child {-moz-border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px;}
table.tablelist tr:last-child td:last-child {-moz-border-radius: 0 0 6px 0; -webkit-border-radius: 0 0 6px 0; border-radius: 0 0 6px 0;}
table.tablelist td.new {text-align:center; background-color:#fafafa;}
table.tablelist caption {font-size:12px; font-weight:bold; color:#800; padding:4px; text-shadow:2px 2px 2px #aaa;}
table.tablelist td.actions {text-align:center;}
table.tablelist td.actions a {padding:1px 4px; display:inline-block; margin-right:3px; border-radius:4px;}
table.tablelist td.actions a:last-of-type {margin-right:0px;}
table.tablelist td.actions a:hover {text-decoration:none;}
table.tablelist td.actions a.g {color:green;}
table.tablelist td.actions a.g:hover {color:#fff; background:green;}
table.tablelist td.actions a.b {color:#23538A;}
table.tablelist td.actions a.b:hover {color:#fff; background:#23538A;}
table.tablelist td.actions a.r {color:#f00;}
table.tablelist td.actions a.r:hover {color:#fff; background:#f00;}
table.tablelist td.actions a.o {color:orange;}
table.tablelist td.actions a.o:hover {color:#fff; background:orange;}
table.tablelist tr.select td {background-color:#E5EAFF;}
table.tablelist tr.new td {background-color:#ebebeb;}
table.tablelist td.options div {float:left; padding:2px 4px; font-weight:bold; border-radius:4px; margin-right:5px; color:#fff; background:#000;}
table.tablelist td.options div a {color:#fff;}
table.tablelist td.options div.optr {background:#D9534F;}
table.tablelist td.options div.optg {background:#47A447;}

#accountcommission table {margin:10px 0px;}
#accountcommission .name {white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:500px;}
#accountcommission button.accordionbutton {background-color: #fff; border:0px; border-bottom: 1px dashed #bbb; color: #444; cursor: pointer; padding: 10px; width: 100%; text-align: left; outline: none; font-size: 15px; transition: 0.4s;}
#accountcommissionbutton.accordionbutton.active, #accountcommission button.accordionbutton:hover {background-color: #efefef;}
#accountcommission button.accordionbutton:after {content: '\002B'; color: #777; font-weight: bold; float: right; 	margin-left: 5px;}
#accountcommission button.accordionbutton.active:after {content: "\2212";}
#accountcommission div.accordionpanel {padding: 0px 5px; background-color: #fff; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out;}

#headersearch {position: absolute; right:235px; bottom:10px;}
#headersearch input.text {padding:5px; border:1px solid #ddd; font-size:13px; width:100px; background:#fff; border-top-left-radius:4px; border-bottom-left-radius:4px; box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);}
#headersearch button.submit {padding:5px; border:1px solid #ddd; border-left:0px; font-size:13px; width:40px; background:#eee; border-top-right-radius:4px; border-bottom-right-radius:4px; box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4); cursor:pointer;}

#checkoutform {}
#checkoutform h3 {color:#666;}
#checkoutform .addressbox {float:left;}
#checkoutform .addressbox .address-bg {border: 1px solid #F0E0CE; padding: 12px 20px;}
#checkoutform .checkoutoptions {overflow:hidden;}
#checkoutform .checkoutoptions label {line-height:180%; border:1px solid #ddd; display:block; margin-bottom:5px; padding:5px;}
#checkoutform .checkoutoptions label:hover {cursor:pointer; background:#fafafa;}
#checkoutform .checkoutoptions label.checked {border:1px solid #a2ce75; background:#e6ffe1;}
#checkoutform .checkoutoptions .cost {float:right;}
#checkoutform .checkoutoptions .note {background-color: #eff6ff; border: 2px solid #6083fe; color: #1033fe; padding:10px; text-align:center;}
#checkoutform .summary .line {height:10px; border-bottom:2px dashed #ddd;}
#checkoutform .summary .total td {padding-top:10px;}
#checkoutform .save {width:150px; margin:20px auto; border:1px solid #ddd; background:#fafafa; padding:5px; font-weight:700;}
#checkoutform .save:hover {cursor:pointer;}


.minimodal {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	overflow: auto;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 99999;
}

.minimodal-window {
	position: relative;
	background-color: #FFFFFF;
	width: 50%;
	margin: 10% auto;
	padding: 20px;
}

.minimodal-window.small {
	width: 30%;
}

.minimodal-window.large {
	width: 75%;
}

.minimodal-close {
	position: absolute;
	top: 0;
	right: 0;
	color: rgba(0,0,0,0.3);
	height: 30px;
	width: 30px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}

.minimodal-close:hover,
.minimodal-close:focus {
	color: #000000;
	cursor: pointer;
}

.minimodal-open {
	display: block;
}
.minimodal-button {border:1px solid #ddd; padding:5px; background:#fafafa;}
.minimodal p {margin:5px 0px 5px 0px !important;}

