/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: cenik.css
* Website: http://www.cesky-statek.cz/cz/cenik
* Author: Vlada Kobetic
* Description: Style declaration for cenik page.

== INDEX: ===================================
_cenik-tabulka
============================================
*/
/* _cenik-tabulka
==========================================*/
#cenik {
    border:1px solid #444221;
    margin:0 auto;    
}
#cenik th {
    background:#444221;
    color:#ffc;
    padding:.5em 1.5em .5em 1.5em;
    font-size:13px;
}
#cenik td {
    padding:.5em;
    border:1px solid #444221;
    
}
#cenik th div {
	font-weight:normal;
    font-size:11px;
    margin-top:5px;
}
.right {
    text-align:center;
}
.right p {
    text-indent:0;
    text-align:center;
}
.right h3 {
    text-align:center;
}
