body
{
    width:1020px;
    margin:auto;
    background:#ddd;
    font-family:tahoma;
    font-size:12px;
}

img {
    border-style:none;
}

input, select, textarea {
    border:#e80c52 1px solid;
}

a {
    text-decoration:none;
    color:#e80c52;
}

#hidden {
    display:none;
}

#header {
    height:120px;
    width:1020px;
}

#hmenu {
    background:#fff;
    height:40px;
    width:1000px;
    padding:0px 10px 0px 10px;
    margin-top:-60px;
}
#hmenu a {
    text-align:center;
    display:block;
    float:left;
    width:152px;
    margin:7px 2px 5px 2px;
    padding:5px;
    font-size:16px;
    color:#666;
}
#hmenu a:hover {
    color:#e80c52;
    background-color:#ddd;
}

#heslo, #jmeno {
    width:210px;
    color:#666;
    font-style:italic;
}

#main {
    width:1020px;
    background-color:#fff;
}

#menu {
    float:left;
    margin-left:12px;
    width:260px;
    background:url('/img/menu.png');
    background-repeat:no-repeat;
    min-height:500px;
    padding-top:5px;
    font-size:14px;
}
#menu a {
    display:block;
    margin:6px 12px 6px 4px;
    background:url('/img/odrazka.png');
    background-repeat:no-repeat;
    background-position:0px 4px;
    padding-left:12px;
}
#menu .open {
    background:url('/img/odrazka-open.png');
    background-repeat:no-repeat;
    background-position:0px 7px;
    font-weight:bold;
}
#menu a:hover {
    text-decoration:underline;
}

.boxik {
    margin:10px 0px 30px 12px;
}
.boxik_title {
    font-weight:bold;
    padding-bottom:3px;
}

#content {
    width:730px;
    float:left;
    padding:0px 10px 20px 0px;
}

#footer {
    clear:both;
    width:1020px;
    text-align:center;
    padding:4px 0px 4px 0px;
    color:#666;
}

#footer a {
    color:#666;
    font-weight:bold;
}

#content p {
    margin:10px 0px 0px 10px;
    line-height:14px;
}
#content .pic-outer {
    float:left;
    width:154px;
    height:154px;
    margin-left:10px;
    border:#dfe1d6 1px solid;
}
#content .pic-outer a {
    display:table-cell;
    padding:2px;
    width:154px;
    height:154px;
    text-align:center;
    vertical-align:middle;
}
#content .pic-outer a img {
    margin:0px;
}

#box_taska {
    position:relative;
    top:-60px;
    left:870px;
    font-size:18px;
    z-index:1;
    width:140px;
    text-align:center;
}
#box_taska a {
    color:#000;
}

#box_reklama a {
    background:none;
    width:75px;
    height:75px;
    float:left;
    padding:0px;
    margin:5px;
}

h1 {
    color:#e80c52;
    font-size:24px;
    margin:10px 0px 20px 10px;
}
h2 {
    color:#e80c52;
    font-size:20px;
}
h3 {
    color:#e80c52;
    font-size:16px;
    margin:10px 0px 10px 10px;
}

#registrace {
    width:75%;
    margin:20px 0px 0px 50px;
}
#registrace input {
    width:200px;
}
#registrace input[type="submit"], #registrace input[type="button"], #registrace select {
    width:204px;
}

.error, .info {
    padding:4px;
    text-align:center;
    color:#fff;
}
.info {
    background-color:#093;
}
.error {
    background-color:#f00;
}

.polozka {
    height:337px;
    width:170px;
    border:#e80c52 1px solid;
    float:left;
    margin:5px;
    background:url('/img/polozka.png');
    background-position:0px 227px;
    background-repeat:repeat-x;
}
.polozka img {
    border-style:none;
    width:170px;
    height:227px;
}
.polozka .nazev {
    margin:2px 5px 5px 5px;
    height:45px;
    font-size:14px;
}
.polozka .cena {
    font-size:18px;
}
.polozka table {
    width:165px;
    border-collapse:collapse;
    margin-left:5px;
}
.polozka table img {
    width:20px;
    height:30px;
}
.polozka .barvy {
    margin:5px;
}
.polozka .barva img, .polozka .taska img {
    float:left;
    margin:1px;
    width:10px;
    height:10px;
    border:#000 1px solid;
}
.polozka .taska {
    border-collapse:collapse;
    margin:5px;
}

.paginator {
    clear:both;
    padding:5px;
}
.paginator a {
    padding:2px;
    border:#e80c52 1px solid;
}
.paginator .currentpage, .paginator .tridot {
    padding:2px;
}
.paginator input {
    width:130px;
}

#detail {
    margin:0px 12px 0px 12px;
    text-align:justify;
}
#detail table {
    float:left;
    width:400px;
}
#detail img {
    border-style:none;
}
#detail .barva img {
    margin:2px 5px 5px 0px;
    float:left;
    cursor: pointer;
}
#detail .selected img {
    margin:0px 5px 5px 0px;
    float:left;
    border:#000 3px double;
}
#detail select {
    width:160px;
}
#detail input {
    width:30px;
}
#detail #cena {
    font-size:18px;
}
#detail #taska {
    vertical-align:middle;
    width:220px;
}
#detail #taska img {
    border-style:none;
    cursor: pointer;
}

.sudy {
    background:#ddd;
}

#pd {
    clear:both;
}
#pd input {
    width:200px;
}
#pd select, #pd input[type="submit"] {
    width:204px;
}

#filtr {
    padding-bottom:10px;
}

.velikost {
    width:100%;
    border-collapse:collapse;
    text-align:center;
}
.velikost thead {
    font-weight:bold;
}
.velikost td {
    border:#e80c52 1px solid;
    padding:2px;
}

.admintab, .fulltab {
    margin:10px;
}

.admintab input, textarea {
    width:250px;
}
.admintab select, .admintab input[type="button"], .admintab input[type="submit"], .admintab input[type="file"] {
    width:254px;
}

.fulltab {
    width:715px;
    border:#e80c52 1px solid;
    border-collapse:collapse;
}
.fulltab thead {
    font-weight:bold;
    text-align:center;
}
.fulltab td {
    height:40px;
    padding:4px;
}
.fulltab .barva {
    margin:0px 1px 2px 1px;
    border:#000 1px solid;
    cursor:pointer;
}
.fulltab .selected {
    border:#000 3px double;
}

#objednavky {
    text-align:center;
}
#objednavky tbody tr {
    cursor:pointer;
}

.taska_big {
    font-size:18px;
}
