body {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    background: url('../images/bg.png') top left repeat-x;
    font-size: 12px;
    margin: 0;
}

.r {text-align: right;}
.l {text-align: left;}
.c {text-align: center;}
.mt8 {margin-top: 8px;}

#main {
    width: 1024px;
    margin: 0 auto;
    background: white;
}

#photos {
    height: 154px;
    text-align: center;
}

#body {
    background: url('../images/bg_text.png') top left repeat-y;
}

#intro {
    background: #666;
    /*background: #c2827d;*/
    color: white;
    font-size: 11px;
}

h1.title {
    text-align: center;
    height: 20px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    background: url('../images/title.png') top left repeat-x;
    margin: 0;
}

#intro-m {
    padding: 4px;
    text-align: justify;
}

#menu {
    width: 150px;
    float: left;
    background: #c2827d;
}

#menu ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #ac6964;
}

#menu ul li {
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #ac6964;
}

#menu ul li.active {
    height: 24px;
    border-bottom: 1px solid #ac6964;
    background: #e7c5c3;
}

#menu ul li a {
    color: white;
    text-decoration: none;
    padding: 0 0 0 16px;
    font-size: 14px;
    display: block;
    height: 24px;
}

#menu ul li a:hover {
    color: black;
    background: #e7c5c3;
    height: 24px;
    border-bottom: 1px solid #ac6964;
}

#menu ul li.active a {
    color: black;
}

#menu ul li.active a:hover {
    color: black;
}

#text {
    width: 632px;
    float: left;
    padding: 4px;
}

#right {
    width: 234px;
    float: left;
    background: #c2827d;
}

#footer {
    background: #ededed;
    color: #666666;
    text-align: center;
    font-size: 10px;
}

#footer a {
    color: #666666;
    text-decoration: underline;
}

#footer a:hover {
    color: #666666;
    text-decoration: none;
}

.cleaner {
    clear: both;
}

.sign {
    text-align: right;
    font-style: italic;
    margin: 0.2em;
}

p.title {
    border-bottom: 1px solid #c2827d;
    margin: 8px 4px;
}

span.title {
    border-bottom: 2px solid #c2827d;
    font-size: 16px;
    color: #c2827d;
}

p.title-black {
    border-bottom: 1px solid white;
    margin: 8px 4px;
}

span.title-black {
    color: white;
    border-bottom: 2px solid white;
    font-size: 16px;
}

.article {
    margin: 4px;
}

.article .title {
    border: 0;
    margin: 0;
    font-weight: bold;
}

.article .title a {
    font-size: 14px;
}

.info {
    color: #666666;
    font-size: 11px;
}

.article .text {
    text-align: justify;
}

a {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: black;
    text-decoration: none;
}

.paginator {
    text-align: center;
    margin: 2em;
}

.paginator a {
    background: #e7c5c3;
    border: 1px solid #c2827d;
    display: block;
    width: 20px;
    float: left;
    margin: 0 2px;
    text-decoration: none;
}

.paginator a:hover {
    background: white;
}

.paginator .current {
    background: white;
    border: 1px solid #c2827d;
    display: block;
    width: 20px;
    float: left;
    margin: 0 2px;
    font-weight: bold;
}

.paginator a.last, .paginator a.first {
    width: 80px;
}

.paginator .disabled {
    display: none;
}

.uvod {
    padding: 0.5em 1em;
    font-style: italic;
}
.text, .sculptures {
    padding: 0.5em 1em;
}

.sculptures img {
    border: 0;
    margin-left: 5px;
}

.sculpture {
    float: left;
    margin: 4px 10px;
    height: 200px;
    width: 150px;
    text-align: center;
}

.sculpture .info {
    font-size: 14px;
}

.author {
    float: left;
    margin-right: 4px;
}
#likeBox {
    text-align: center;
}
#likeBox iframe {
    background: white;
}
.eshop_product {
    float: left;
    width: 200px;
}
.eshop_product p {
    margin: 0;
}
.eshop_buy {
    background-color: #C2827D;
    padding: 1em;
    text-transform: uppercase;
    font-weight: bold;
}
table.list, table.mceLayout {width:98%;}
table.mceToolbar {width:auto;}
table.list, table.info {border:1px solid #C2827D; border-collapse:collapse;}
table.list th {border-bottom:1px solid #C2827D;}
table.list th, table.info th {background-color:#C2827D; }
table.list th, table.list td {padding:5px 10px; text-align:center;}
table.list th.left, table.list td.left {float:none; text-align:left;}
table.list tr.even td {background-color:#E1A9A5;}
table.info th, table.info td {border:1px solid #ccc;}
table.info th, table.info td {padding:5px 10px; text-align:left;}
table.info th.center, table.info td.center {text-align:center;}
table tr.sum {font-weight: bold;}
table tr.sum a {font-weight: bold; text-transform: uppercase;}
a.eshop_quantity_change {
    background-color: #C2827D;
    padding: 2px 4px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 1em;
}

#flash-message .flash {border-width:1px; border-style:solid; padding:6px 20px 6px 60px; line-height: 40px; font-weight: bold; font-size: 1.2em;}
#flash-message .error {border-color:#d1481a; background:#fff1ec url('../../images/admin/error.gif') center left no-repeat;}
#flash-message .success {border-color:#669900; background:#f9ffec url('../../images/admin/succes.gif') center left no-repeat;}
#flash-message .question {border-color:#399ece; background:#f3f9fc url('../../images/admin/question.gif') center left no-repeat;}
#flash-message .question input {padding:0 10px;}
#flash-message .error {color:#d1481a;}
#flash-message .succes {color:#669900;}
#flash-message .question {color:#399ece;}
