body {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    color: #ffffff;
    background: url('../images/background.jpg');
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

h1.header {
    margin-bottom: 22px;
    font-size: 14px;
}

#container {
    width: 90%;
    margin: 18px auto;
    text-align: right;
}

#layout {
    margin-top: 8px;
    padding: 6px;
    text-align: left;
    border: 1px solid #2c2c2c;
    background: #111111;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#header {
    height: 84px;
}

#logo {
    float: left;
}

#logo a {
    float: left;
}

#logo h1 {
    width: 460px;
    margin-top: 16px;
    margin-left: 100px;
}

#hcontent {
    height: 52px;
}

#login {
    float: right;
    margin: -6px;
    background: #2c2c2c;
    border-radius: 0px 0px 0px 6px;
    -moz-border-radius: 0px 0px 0px 6px;
    -webkit-border-radius: 0px 0px 0px 6px;
}

#login input {
    font-size: 10px;
}

#login input[type=text], #login input[type=password] {
    border: 1px solid #dcdcdc;
    background: #f1f1f1;
}

#login td[colspan="2"] {
    text-align: center;
}

#errorLogin {
    position: absolute;
    padding: 2px 6px;
    border: 2px solid #ffffff;
    background: #df0000;
}

#errorLogin p {
    margin: 0px;
}

#login dl {
    margin: 0px;
}

#login dt {
    float: left;
    width: 60px;
    margin-top: 6px;
    text-align: right;
}

#login dd {
    margin: 0px;
    margin-left:   64px;
    margin-bottom: 8px;
}

#menu {
    float: right;
    width: 880px;
    margin: 0px;
    padding: 0px 0px 4px 0px;
    list-style: none;
    border-bottom: 2px solid #DF0000;
}

#menu li {
    display: inline-block;
    float: right;
    margin: 0px 18px 0px 4px;
    padding: 0px;
}

#menu li a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}

#menu li a:hover {
    color: #FEC900;
}

#content {
    clear: both;
    min-height: 500px;
}

.pageContent .header {
    clear: both;
    margin: 6px 0px 12px 40px;
    color: #FEC900;
}

#reg {
    clear: both;
    margin: 3px 0px;
}

#reg a {
    color: #FF7700;
}

#footer {
    overflow: hidden;
    width: 100%;
    padding: 2px 0px;
    border-top: 1px solid #df0000;
}

#footer div {
    float: right;
    color: #ff7700;
}

.logLeft {
    padding-left: 2px;
    color: #FFFFFF;
    background: #880000;
}

.glist {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.glist .l {
    float: left;
}

.glist .r {
    float: right;
    width: 780px;
}

.logRight {
    color: #FFFFFF;
}

#artistDay {
    float: right;
    width: 536px;
    margin: 0px 0px 12px 0px;
    border: 2px solid #2c2c2c;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#artistDay h2 {
    margin: 0px;
    padding: 3px;
    background: #2c2c2c;
}

#artistDay > div {
    overflow: hidden;
    padding: 4px;
}

#artistDay ul {
    margin: 0px;
}

#artistDay .avatar {
    float: left;
    margin-right: 22px;
}

#artistDay .plain {
    clear: none;
    margin: 0px;
}

#artistDay .plain a img {
    margin: 0px 0px 0px 0px;
    height: 50px;
    width: 50px;
}

#artistday-artworks {
    float: right;
    margin: 0px;
    padding: 6px 0px 0px 0px;
    width: 220px;
    margin-right: 100px;
}

#alfabet {
    width: 640px;
    margin: 12px auto;
}

#alfabet ul {
    list-style: none;
}

#alfabet li {
    display: inline-block;
    display: -moz-inline-block;
    width: 14px;
    margin: 1px;
    text-align: center;
}

#alfabet li:first-child {
    width: auto;
}

#alfabet li a {
    display: block;
    width: 100%;
    padding: 2px;
    color: #ffffff;
}

#alfabet li a:hover {
    background: #ff7700;
}

#alfabet .selected {
    background: #df0000;
}

#admin-panel {
    padding: 8px;
    border: 1px solid #ffffff;
}

#admin-panel td {
    vertical-align: top;
}

#admin-panel input {
    margin-right: 4px;
    border-bottom: 1px solid  #3f3f3f;
}

#admin-panel input[type="textarea"] {
    margin-right: 0px;
    margin-left: 8px;
    border: 1px solid #3f3f3f;
}

#artwork {
    overflow: hidden;
    color: #ffffff;
}

#artwork .header {
    text-indent: 0px;
    line-height: 130%;
}

#artwork .header a {
    font-size: 10px;
}

#artwork .lhalf a:first-child {
    margin: auto;
    display: block;
    text-align: center;
}

#artwork .artl {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#artwork .lhalf, #artwork .rhalf {
    width: 49%;
}

#artwork .lhalf {
    float: left;
}

#artwork .rhalf {
    float: right;
}

#artwork .rhalf .plain {
    margin-top: 0px;
}

#artwork .rhalf .plain h2 {
    margin-bottom: 6px;
}

#artwork .rhalf .plain li > div  {
    margin: 0px;
}

#artwork .rhalf .plain li > div > a > img {
    width: 80px;
    height: 80px;
}

#artwork .panel {
    margin: 6px 0px;
    text-align: center;
}

#artwork table {
    margin: auto;
}

#artwork .panel a {
    color: #d5db25;
    font-weight: bold;
}

#artwork .panel img {
    width: 14px;
    position: relative;
    top: 3px;
}

#artwork > h3 {
    text-align: center;
    font-size: 14px;
}

#artwork .lhalf ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#artwork .lhalf ul li {
    margin-bottom: 6px;
}

#artwork .more {
    float: right;
    font-weight: bold;
    color: #ffffff;
}

div#who-like {
    float: right;
    clear: both;
    width: 460px;
    margin-top: 22px;
}

div#who-like li {
    margin-left: 2px;
}

div#who-like li:first-child {
    margin-left: 0px;
}

ul#ratings {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul#ratings .artist img {
    border-width: 2px;
}

ul#ratings li {
    position: relative;
    display: inline-block;
    width: 240px;
    padding: 12px;
    margin-bottom: 8px;
    border: 1px solid #1c1c1c;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

ul#ratings li img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 6px;
}

ul#ratings li input[type='checkbox'] {
    position: absolute;
    top: 2px;
    left: 2px;
}

ul#ratings li input[type='checkbox']:checked + .artist img {
    border: 2px solid #df0000;
}

#artist-page h1 {
    display: block;
    margin: 0px 0px 10px 0px;
    width: 500px;
}

#artist-page .avatar {
    float: left;
    margin-bottom: 10px;
    margin-right: 12px;
}

#artist-page div.about {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

#artists {
    overflow: hidden;
}

#artists ul {
    list-style: none;
}

#artists li {
    display: block;
    float: left;
    width: 100px;
    height: 190px;
    padding-left: 16px;
}

#artists img.activated, #artists img.deactivated {
    padding: 2px;
}

#artists img.activated {
    background: limegreen;
}

#artists img.deactivated {
    background: #df0000;
}

form #artists li {
    height: 220px;
}

#current-contests {
    overflow: hidden;
    list-style: none;
}

#current-contests h2 {
    font-size: 12px;
    margin-bottom: 5px;
}

#current-contests li {
    list-style: none;
}

#current-contests > li {
    width: 350px;
}

#current-contests > li, #current-contests img {
    float: left;
}

#current-contests img {
    margin-right: 12px;
    border: 1px solid #3f3f3f;
}

#contests .grid > li {
    height: 174px;
}

#back {
    display: block;
    text-align: center;
    margin-bottom: 6px;
}

.imp, .imp > a {
    color: #ff7700;
    font-weight: bold;
}

.activated, .deactivated {
    font-weight: bold;
}

.activated {
    color: limegreen;
}

.deactivated {
    color: #BD0000;
}

.tab {
    clear: both;
    padding: 4px;
    margin: 0px;
    height: 30px;
}

.tab li {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 0px;
}

.tab li a, a.button {
    display: block;
    width: 130px;
    padding: 4px 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #df0000;
}

.tab li a.selected {
    background: #df0000;
}

.tab-content {
    clear: both;
    padding-top: 8px;
}

.tab-content input[type=submit] {
    float: right;
}

.left, .right {
    width: 50%;
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bottom {
    clear: both;
}

a.button {
    display: inline;
    width: auto;
    border: none;
    background: #000000;
}

a.button:hover {
    background: #000000;
}

.pageContent {
    clear: both;
    padding-top: 4px;
    margin: 0px 12px 12px 12px;
}

.price {
    font-size: 14px;
    font-weight: bold;
    color: limegreen;
}

#reviews {
    clear: both;
    overflow: hidden;
    margin-top: 16px;
    padding: 6px;
    border: 1px solid #1c1c1c;
    background: #111111;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#reviews ul {
    margin-top: 12px;
}

#reviews li {
    margin: 0px 0px 12px 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}

#reviews li .rev {
    padding: 12px;
    margin-left: 55px;
    border: 1px solid #1c1c1c;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#reviews li .rev p {
    line-height: 170%;
    margin-bottom: 0px;
}

#reviews li .rev strong {
    margin-right:  10px;
}

#reviews .artist {
    width: 56px;
    float: left;
    margin-right: 22px;
    text-align: left;
    background: url( '../images/rarrow.png' ) right 8px no-repeat;
}

#reviews .artist img {
    width: 34px;
    max-height: 60px;
}

.zend_form {
    padding: 0px 44px;
}

.zend_form dl {
    margin: 0px;
}

.zend_form dt {
    float: left;
    width: 140px;
    margin-top: 6px;
    text-align: right;
}

.zend_form dt label {
    padding-right: 14px;
}

.zend_form dd {
    margin: 0px;
    margin-left:   140px;
    margin-bottom: 18px;
}

.zend_form .errors, b.warning {
    padding: 0px;
    color: #df0000;
    list-style: none;
}

.zend_form .required {
    font-weight: bolder;
}

.zend_form p.description, form p.description, p.description {
    margin: 0px;
    font-size: 10px;
    color: #018F00;
}

.zend_form input[type='text'], .zend_form input[type='password'], .zend_form select, #login input[type='text'], #login input[type='password'] {
    padding: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.zend_form input[type='text'], .zend_form input[type='password'], .zend_form select {
    color: #000000;
    border: solid 1px #dcdcdc;
    background: #f1f1f1;
}

.zend_form input[type='text']:focus, .zend_form input[type='password']:focus {
    border-color: #1885AC;
}

.zend_form input[type='text'], .zend_form input[type='password'] {
    width: 150px;
}

.zend_form select {
    width: 158px;
}

.zend_form #captcha-label + dd img {
    border: 1px solid #3f3f3f;
}

.zend_form #captcha-label + dd input[type=text] {
    border-radius: 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 6px;
}

.zend_form input.long {
    width: 250px;
}

.zend_form input.short {
    width: 60px;
}

.zend_form img {
    display: block;
    margin-bottom: 6px;
}

.zend_form div {
    margin-left: 140px;
    margin-bottom: 14px;
}

.zend_form dd div {
    margin: 0px;
}

.ratings td:last-child {
    color: #df0000;
    width: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

ul.grid, ul.grid li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.plain {
    clear: both;
    margin: 16px 0px 8px 0px;
}

.plain h2 {
    display: inline-block;
    width: 70%;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 22px 0px;
    border-bottom: 1px solid #df0000;
}

.plain h2 a {
    font-size: 12px;
    padding: 4px 10px 2px 10px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    background: #df0000;
}

.plain ul {
}

.plain li {
    display: inline-block;
}

.plain h4 {
    display: inline;
}

.plain .imgInfo {
    display: none;
    position: absolute;
    min-width: 304px;
    background: #1a1a1a;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    -moz-border-radius: 6px;
    -border-border-radius: 6px;
    box-shadow: 2px 2px 5px #000000;
    -moz-box-shadow: 2px 2px 5px #2c2c2c;
    -webkit-box-shadow: 2px 2px 5px #000000;
    z-index: 999;
}

.plain .imgInfo img {
    height: auto;
    width: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.plain .imgInfo h4 {
    display: block;
    margin: 0px 0px 8px 0px;
    text-align: center;
    font-size: 14px;
}

.plain .imgInfo h4 a {
    text-decoration: none;
}

.plain .imgInfo ul {
    margin: 0px;
    padding: 0px 0px 0px 8px;
    list-style: none;
}

.plain .imgInfo li {
    display: block;
    width: 270px;
    margin-bottom: 4px;
    color: #ffffff;
}

.plain .imgInfo li.price {
    text-align: center;
    margin: 18px 0px;
    color: #DF0000;
}

.plain .imgInfo li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.plain .imgInfo > p {
    margin: 0px;
    text-align: right;
}

.plain .imgInfo > p > b {
    color: #ffffff;
    margin: 4px;
    font-size: 14px;
    cursor: pointer;
}

.plain .imgInfo > p > b:hover {
    color: #df0000;
}

.plain h4 {
    display: block;
    font-size: 10px;
    text-align: left;
    font-size: 12px;
    text-indent: 4px;
}

.plain div {
    margin-left: 18px;
    margin-bottom: 22px;
}

.plain div img {
    width: 128px;
    height: 128px;
    margin: 2px;
    border: 2px solid #232323;
    box-shadow: 3px 3px 3px #000000;
    -moz-box-shadow: 3px 3px 3px #000000;
    -webkit-box-shadow: 3px 3px 3px #000000;
}

.plain .paginationControl, .paginationControl {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 26px 0px;
    text-align: right;
}

.paginationControl table {
    width: 100%;
}

.plain .users_home_paginationControl {
    width: 100%;
}

.message {
    padding: 6px 12px 6px 12px;
    color: #ff7700;
    border: 1px dashed #3f3f3f;
    background: #4D4D4D;
}

.message p {
    text-align: right;
}

.message p a {
    color: #ff7700;
}

.small {
    font-size: 8px;
    font-weight: bold;
}

input[disabled=disabled] {
    color: limegreen;
    font-weight: bold;
    font-size: 14px;
    border: none;
    background: none;
}

.artist {
    text-align: center;
}

.artist .avatar {
    width: 100px;
    height: 140px;
    border: 1px solid #3f3f3f;
}

.info {
    color: #df0000;
}

#msgToArtist {
    width: 300px;
    color: #000000;
    background: #ffffff;
}

#msgToArtist h3 {
    cursor: pointer;
    background: #df0000;
    text-align: center;
    font-size: 12px;
    padding: 2px 0px;
    margin: 0px;
}

#msgToArtist input {
    width: 300px;
}

#msgToArtist textarea {
    width: 300px;
    border: none;
}

#msgToArtist div {
    background: #000000;
}

/** rotacja na zdjec na stronie głównej **/
#s3slider {
    margin: auto;
    width: 388px;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 12px;
    margin-bottom: 8px;
}

#s3sliderContent {
    width: 388px;
    position: absolute;
    top: 0;
    padding: 0px;
    margin: 0px;
}

.s3sliderImage {
    float: left;
    position: relative;
    display: none;
    list-style: none;
}

.s3sliderImage span {
    position: absolute;
    left: 0;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 374px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    top: 0;
}

table.layout {
    width: 100%;
}

table.layout td {
    vertical-align: top;
}

.overflow {
    overflow: auto;
    height: 400px;
    padding: 0px 8px 8px 0px;
}

.box {
    position: relative;
    width: 150px;
    margin: 0px 0px 6px 0px;
}

.box h3, h3 a {
    padding: 2px;
    color: #ff7700;
}

.boxContent {
    padding: 0px 3px 3px 3px;
}

.boxContent table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.boxInner {
}

.boxContent .scrollpane {
    height: 180px;
}

.boxList {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.boxList a {
    color: #ffffff;
}

.boxList li {
    padding: 0px;
    margin: 0px;
}

.boxList > li {
    padding: 4px 0px 4px 6px;
    font-size: 12px;
    font-weight: bold;
    border-left: 2px solid #df0000;
}

.boxList li a:hover, .boxList li strong a {
    color: #FEC900;
}

.boxSubList {
    list-style: none;
    margin: 6px 0px 0px 0px;
    padding: 0px;
}

.boxSubList li {
    padding-left: 4px;
    margin-bottom: 4px;
}

.boxSubList li a {
    margin-left:  4px;
    padding-left: 14px;
    font-size: 10px;
    background:   url('../images/submenu_arrow.gif') no-repeat left;
}

#userMenu ul {
    margin: 0px;
    padding: 0px 0px 0px 4px;
    list-style: none;
    border-left: 2px solid #df0000;
}

#userMenu ul li {
    margin-bottom: 6px;
    margin-left: 4px;
    padding-left: 14px;
    background:   url('../images/submenu_arrow.gif') no-repeat left;
}

#userMenu ul li.header {
    margin: 0px 0px 4px 0px;
    padding-top: 6px;
    padding-left: 0px;
    font-size: 12px;
    font-weight: bold;
    background: none;
}

#userMenu a {
    color: #ffffff;
}

#userMenu .btn {
    width: 100px;
}

.btn {
    font-size: 10px;
}

div.privateMessage {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px 0px 12px 0px;
    padding: 4px;
    background: #FFFFFF;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
    -icab-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

div.privateMessage h4 {
    color: #4D4D4D;
}

div.privateMessage .prvMsgCnt {
    float: left;
    width: 90%;
    padding: 0px 6px;
    color: #4D4D4D;
}

div.privateMessage .prvMsgCnt a {
    color: #336699;
    font-weight: bold;
}

div.privateMessage .prvMsgAct {
    float: right;
    display: table-cell;
    vertical-align: top;
}

div.privateMessage .prvMsgAct img {
    width: 18px;
}

table.list {
    width: 100%;
    margin: 0px 5px;
    border-collapse: collapse;
}

table.list a {
    color: #ffffff;
}

table.list td .message {
    text-align: center;
}

table.list img.sort {
    width: 12px;
    height: 12px;
    margin-left: 6px;
}

table.list thead td {
    text-align: center;
    font-weight: bold;
    padding: 2px;
    border: 1px solid #000000;
    background: #666666;
}

table.list thead td.action {
    border: none;
    background: none;
    min-width: 84px;
}

table.list thead td a {
    text-decoration: none;
}

table.list thead td a:hover {
    color: #ff7700;
}

table.list thead th {
    padding-left: 22px;
    text-align: left;
}

table.list thead th h3 {
    color: #ff7700;
}

table.list tbody td {
    color: #000000;
    padding: 2px;
    border: 1px solid #4D4D4D;
    vertical-align: middle;
}

table.list tbody tr {
    background: #EEEEEE;
}

table.list tbody tr:nth-child(even) {
    background: #CCCCCC;
}

table.list tbody td a {
    color: #336699;
    font-weight: bold;
}

table.list tbody td.action, table.list tbody td.laction {
    text-align: center;
    width: 130px;
}

table.list tbody td.action img, table.list tbody td.laction img {
    width: 18px;
}

td.img {
    text-align: center;
}

td.lp {
    font-weight: bold;
    text-align: center;
    width: 10px;
}

td.text {
    text-align: left;
    text-indent: 4px;
}

td.text_long {
    text-align: left;
    text-indent: 4px;
    width: 360px;
}

td.datetime {
    width: 140px;
    text-align: center;
}

td.date {
    width: 70px;
    text-align: center;
}

td.info, td.img {
    text-align: center;
}

td.price {
    width: 80px;
    text-align: center;
}

table.list tfoot td.navigator {
    border: none;
    background:  none;
}

td.top {
    vertical-align: top;
}

td.right {
    padding: 0px 0px 0px 8px;
    text-align: right;
}

#preview td:first-child, #preview td:last-child {
    width: 20%;
    vertical-align: top;
    padding-top: 100px;
}

#preview td:first-child a, #preview td:last-child a {
    opacity: 0.5;
}

#preview td:first-child a:hover, #preview td:last-child a:hover {
    opacity: 1;
}

#preview td:first-child {
    text-align: right;
}

#preview td:last-child {
    text-align: left;
}

#preview td {
    text-align: center;
}

#preview td img {
    max-width: 580px;
}

#preview td:nth-child(2) img {
    padding: 2px;
    background: #2c2c2c;
}

ul.vernissages > li {
    overflow: hidden;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 10px;
}

ul.vernissages > li > div > img, ul.vernissages > li > div > a > img {
    float: left;
    margin: 0px 8px 8px 0px;
}

ul.vernissages > li > div > h3, ul.vernissages > li > div > a > h3 {
    display: inline;
}

ul.vernissages > li > div > p {
    text-align: justify;
    line-height: 140%;
}

.cntbox {
    width: 70%;
    margin: auto;
}

.rho_grid {
    position: relative;
    overflow: visible;
    width: auto;
    margin: 4px;
    clear: both;
}

.rho_grid table {
    width: 100%;
    border-collapse: collapse;
}

.rho_grid tr {
    height: 24px;
}

.rho_grid thead td, .rho_grid tbody td, .rho_grid tfoot td {
    padding: 0px 6px;
    text-align: center;
    vertical-align: middle;
}

.rho_grid td.currency {
    text-align: right;
}

.rho_grid td.text {
    text-align: left;
}

.rho_grid .paginationControl {
    margin: 4px 0px 2px 0px;
    text-align: right;
}

.rho_grid .paginationControl a {
    text-decoration: none;
    font-weight: bold;
}

.rho_grid .paginationControl a, .rho_grid .paginationControl span {
    display: inline-block;
    padding: 2px 4px;
    margin: 0px 2px;
    font-size: smaller;
    text-align: center;
    cursor: pointer;
}

.rho_grid .pgSelect {
    position: relative;
    top: 1px;
}

.rho_grid thead .pbtn {
    width: 20px;
    padding: 0px;
    margin: 0px;
}

.rho_grid thead .pbtn > div {
    height: 14px;
    width: 16px;
    margin: 2px;
    cursor: pointer;
}

.rho_grid thead .pbtn > div:hover .columnsSwitcher {
    display: block;
}

.rho_grid tbody tr:nth-child(even) {
    background: #2f2f2f;
}

.rho_grid .columnsSwitcher {
    display: none;
    position: absolute;
    top: 18px;
    left: 8px;
    padding: 6px;
    text-align: left;
    z-index: 9999;
    opacity: 0.9;
}

.rho_grid .columnsSwitcher ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.rho_grid .plugin {
    float: right;
}

.rho_grid .searchField {
    border: inherit;
    padding: 3px;
    margin: 2px 0px 6px 6px;
}

.rho_grid div.action {
    font-size: smaller;
}

.rho_grid div.action a:hover {
    color: #BD0000;
}

.gallery-order {
    list-style: none;
    text-align: center;
}

.gallery-order li {
    display: inline-block;
    margin: 0px 8px;
}

.gallery-order a.selected {
    color: #ffffff;
}

.gallery-order a + img {
    visibility: hidden;
}

.gallery-order a.selected + img {
    visibility: visible;
}

.gallery-order a:hover + img {
    visibility: visible;
}

.rules-link {
    margin: 4px 0px;
    text-align: center;
}

#search {
    position: absolute;
    margin-left: 4px;
}

#search input[type=text] {
    width: 110px;
    font-size: 10px;
    border: none;
    padding: 4px 12px 4px 12px;
    background: #f5f5f5;
}

#search input[type=submit] {
    cursor: pointer;
    padding: 3px 6px 3px 6px;
    border: none;
    color: #1f1f1f;
    font-weight: bold;
    font-size: 10px;
    background: #FEC900;   
    border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}


/************************* do zmiany ********************************/
div.form {
    padding: 4px;
}

div.form fieldset {
    padding: 4px;
    border: 1px solid #CCCCCC;
}

div.form fieldset legend {
    color: #000000;
    font-weight: bold;
    padding: 4px 8px;
    margin-left: 12px;
    background: url('../images/box_header.png');
    -moz-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
    -icab-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

div.form ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div.form li {
    margin: 4px;
    margin-bottom: 14px;
}

div.form label {
    font-weight: bold;
    display:  -moz-inline-box;
    display: inline-block;
    width: 130px;
}

div.form label.long {
    width: 260px;
}

.like-btn {
    display: inline-block;
    margin: 4px 0px;
    cursor: pointer;
    padding: 8px 4px 12px 38px;
    font-weight: bold;
    color: #71B369;
    border: 1px solid #000000;
    background: url('../images/ok.png') no-repeat;
}

.like-btn:hover {
    border: 1px solid #71B369;
    background: url('../images/ok.png') no-repeat #2f2f2f;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/*************************************************************************************/
/************* do usuniecia ******************************************************/
.artworkList {
    clear: both;
}

.artworkList .el {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.artworkList .el .img {
    float: left;
    width: 140px;
    height: 140px;
    margin-right: 4px;
    text-align: center;
}

.artworkList .el .img img {
    border: 5px solid #ffffff;
}

.artworkList .el ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.artworkList .el li {
    margin-bottom: 6px;
}


#popupMessage {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 3px;
    text-align: center;
    color: #4D4D4D;
    font-weight: bold;
    border: 1px solid #C0C0C0;
    background: #F5F5F5;
    z-index: 1000;
}

#wnd {
    display: none;
    position: fixed;
    left: 4%;
    top: 4%;
    width: 400px;
    color: #C0C0C0;
    text-align: center;
    background: #000000;
    z-index: 999;
}

#wnd table {
    width: 100%;
    border-collapse: collapse;
}

#wnd #wndTitle {
    height: 22px;
    background: url('../images/box_header.png');
}

#wnd #wndClose {
    width: 22px;
    background: url('../images/box_header.png');
}

#wnd #wndClose a {
    color: #000000;
    font-size: 120%;
    font-weight: bolder;
}

#wnd #wndContent {
    position: relative;
    overflow: auto;
    height: 320px;
    padding: 2px;
    background: #FFFFFF;
}

#wnd #wndContent * {
    margin: 0px;
}

#wnd #wndContent td, #wnd #wndContent td a {
    color: #000000;
    background: none;
}

.pageNavigator {
  clear: both;
}