/* Zakladni html prvky */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    background-color: #FFFFFF;
}

a img { 
	border:0px
}

img {
	border: 0px;
}

h2 {
    display: none;
}
h3 {
    display: none;
}
a {    color: #000000;}
/*
a:link, a:visited {
    text-decoration: underline;
}
*/
a:hover, a:active {
    color: #FFFFFF;
    background-color: #000000;
    text-decoration: none;
}

/* Obal stranky */

#pageWrapper {
    width: 800px;
}

/* Hlavicka */

#header {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #000000;
    margin-bottom:1em;
}

#logo {
    float: left;
    height: 34px;
    background-image: url(../img/logo.gif);
    background-repeat: no-repeat;
}

#logo h1 {
    display: none;
}

#logo a {
    width: 162px;
    height: 34px;
    display: block;
    text-decoration: none;
}

#mutace {
    display: none;
}
#mutace a {
    display: none;
}

#printMenu {
  display: none;
}

#printMutace {
  display: none;
}

#newsColumnAukce {
  display: none;
}

#printInfo {
  display: block;
  margin: 0px;
  padding: 0px;
}

#printInfo p {
  font-size: 14px;
}

/* 3. AUKCE ROZSIRENI */
#auctionArts {
  float: left;
}

#auctionArts h3 {
  margin: 10px 0px 10px 0px;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  display: block;
}

#printInfo h3 {
  font-size: 24px;
}

#auctionAlphabet {
  display: none;
}

#auctionAlphabet ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-position: outside;
  height: 15px;
  font-weight: bold;
}

#auctionAlphabet ul li {
  display: inline;
  margin: 0px;
  padding: 0px;
  padding: 0px 3px 0px 3px;
  background-color: inherit;
}

#auctionAlphabet ul li a {
  text-decoration: underline;
}

.active {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

.inactive {
  color: #000000;
  text-decoration: none; 
}

#auctionAuthors {
  display: none;
}

#auctionAuthors li {
  margin: 2px 0px 2px 0px;
}

#auctionsAuthor {
  float: left;
  width: 425px;
  margin-left: 10px;
}

#auctionsAuthor h3 {
  display: none;
}

.auctionAuthorColumn {
  float: left;
  height: 160px;
  margin: 0px 10px 0px 0px;
  text-align: center;
}

#auctionAuthorDetail h4 {
  clear: both;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}

#auctionAuthorDetail p {
  clear: both;
}

#auctionAuthorDetailNavigation {
  display: none;
}

#auctionAuthorDetail h3 {
  clear: both;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
}

.warning {
  color: red;
  font-weight: bold;
}

/* Katalog aukce */
#newsColumnAukce table {
  border-collapse: collapse;
}

#newsColumnAukce table tr td {
  margin: 0;
  padding: 5px 5px 0 0;
}

#newsColumnAukce a {
  color: #000000;
  text-decoration: underline;
}

#newsColumnAukce .active {
  background: none;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

#auctionArts table {
  border-collapse: collapse;
}

#auctionArts #image-detail {
  width: 200px;
  text-align: center;
  padding: 0px 10px 0px 0px;
}

#auctionArts #image-description {
  vertical-align: top;
  padding: 0px;
}

#auctionArts #image-description p {
  margin: 0px 0px 0px 46px;
  padding: 0px;
}

#auctionArts #image-description p.author-name {
  font-weight: bold;
  margin: 0px;
}

#auctionArts #image-description p.author-name-detail {
  font-weight: bold;
  margin: 0px;
}

#auctionArts #image-description p.author-name span {
  float: right;
  font-weight: normal;
  font-style: italic;
}

#auctionArts #image-description p.art-name {
  clear: both;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#auctionArts #image-description p.art-prices {
  margin: 20px 0 20px 46px;
  font-weight: bold;
}

#auctionArts #image-description ul {
  display: none;
}

#auctionArts #image-description ul li {
  display: inline;
}

#auctionArts #image-description ul li a:hover {
  background: none;
  color: #000000;
}

#auctionArts #image-description #art-id {
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 16px;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding-right: 14px;
}

#auctionArts .auction-art-column {
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 0 20px 20px;
}

#auctionArts .auction-art-column-detail {
  padding: 20px;
}

#auctionArts .no-border {
  border: none;
}

p.print-info {
  font-size: 11px;
  width: 100%;
  text-align: center;
}

#auctionArts #image-description p.auction-info {
  padding: 20px 0;
  font-size: 11px;
}