/*
    Design by Free CSS Templates
    http://www.freecsstemplates.org
    Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
    margin: 0em;
    padding: 0em;
}

.right { text-align: right; }
.centered { text-align: center; }
.left { text-align: left; }

h1,h2
{
    font-size: 1.6em;
    padding-bottom: .1em;
}

body
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #333;
    background-color: #fff;
}

a
{
    color: #0077dd;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p { /* zruseni odsazeni textu */
    margin-left:.3em;
}

/* Outer */

#outer
{
    padding: 0em;
    margin: 0em;
    width: 100%;
}

/* Header */

#header
{
    position: relative;
    background: #004778 url('http://autocdn.appspot.com/www.atvrevue.cz/_images/top1.png') bottom left no-repeat;
    height: 6em;
    padding-left: 1em;
}

#header h1
{
    position: absolute;
    top: .7em;
    font-size: 2.2em;
    letter-spacing: -0.05em;
}

#header h1 a
{
    color: #fff;
    text-decoration: none;
}

#header h2
{
    position: absolute;
    font-size: 0.8em;
    top: 5.3em;
    color: #E0E8EF;
}

/* Menu */

#menu
{
    position: absolute;
    top: 4em;
    right: 3em;
}

#menu ul
{
    list-style: none;
}

#menu li
{
    display: inline;
    padding-left: 1.1em;
    margin-left: 1em;
    border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
    border: 0em;
    margin-left: 0em;
    padding-left: 0em;
}

#menu li a
{
    color: #fff;
    padding: 0.1em;
    text-decoration: none;
}

#menu li a:hover
{
    text-decoration: underline;
}

/* user box */
#userbox {
    position:absolute;
    top:0em;
    right:0em;
    padding:.5em; background:#222222;
    color:white; font-weight:bold; font-size:.8em;
}
#userbox a {
    color:orange;
}

/* Content */

#content
{
    line-height: 1.5em;
}


#content p
{
    margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
    color: #545454;
    margin-bottom: .2em;
    width:inherit;
}

#content h2
{
    font-size: 1.5em;
}

#content h3
{
    font-size: 1.1em;
}

#content ul
{
    margin-bottom: 1.5em;
    padding-left: 1em;
    list-style: square;
}

#content blockquote
{
    margin-bottom: 1.5em;
    padding: 0.75em 0.75em 0.75em 1.5em;
    border-left: solid 0.75em #005082;
    background: #FDFDFD url('http://autocdn.appspot.com/www.atvrevue.cz/_images/a7.gif') top left repeat-x;
}

#content blockquote p
{
    margin-bottom: 0em;
}

#content table
{
    margin-bottom: 1.5em;
    border-collapse: collapse;
    text-align: left;
}

#content table th
{
    font-weight: bold;
    padding: 0.5em;
}

#content table td
{
    padding: 0.1em;
    border-right: solid 1px #fff;
}

#content table tr.rowH
{
    color: #fff;
    background: #006192 url('http://autocdn.appspot.com/www.atvrevue.cz/_images/a8.gif') top left repeat-x;
    border-right: solid 1px #fff;
}

#content table tr.rowA
{
    background: #F8F8F8 url('http://autocdn.appspot.com/www.atvrevue.cz/_images/a6.gif') top left repeat-x;
    border-top: solid 1px #fff;
    color: inherit;
}

#content table tr.rowB
{
    background: #FDFDFD url('http://autocdn.appspot.com/www.atvrevue.cz/_images/a7.gif') top left repeat-x;
    border-top: solid 1px #fff;
    color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
    background-color: #fff;
    float: right;
    margin: 0em -13em 0em -17em;
    width: 100%;
}

#primaryContent
{
    margin: .7em 12.5em 0em 16em;
    padding: .7em 2em 1.5em 2em;
}

/* Secondary Content */

#secondaryContent
{
    position: relative;
    float: left;
    width: 11.5em;
    padding: 1em 2em 1.5em 2em;
    background: #fff url('http://autocdn.appspot.com/www.atvrevue.cz/_images/a1.gif') top right repeat-y;
}

#secondaryContent .xbg
{
    position: absolute;
    right: 0em;
    bottom: -64px;
    background: #fff url('http://autocdn.appspot.com/www.atvrevue.cz/_images/a3.gif') top right no-repeat;
    height: 64px;
    width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
    position: relative;
    float: right;
    width: 10em;
    padding: 1em 2em 1.5em 2em;
    background: #fff url('http://autocdn.appspot.com/www.atvrevue.cz/_images/a2.gif') top left repeat-y;
}

#tertiaryContent .xbg
{
    position: absolute;
    left: 0em;
    bottom: -64px;
    background: #fff url('http://autocdn.appspot.com/www.atvrevue.cz/_images/a4.gif') top left no-repeat;
    height: 64px;
    width: 128px;
}

/* Footer */

#footer
{
    position: relative;
    z-index: 1;
    border-top: dashed 1px #dfdfdf;
    padding: 1em 0em 2em 0em;
    margin: 1em 2em 0em 2em;
    text-align: center;
}

.clear
{
    clear: both;
}

#detailmenu {
/*	width:100%;*/
    border-bottom:solid 1px black;
    padding-bottom:4px;
    padding-top:.3em;
}
#detailmenu a {
    border-top:solid 1px silver;
    border-left:solid 1px silver;
    border-right:solid 1px silver;
    padding:.3em 1em .5em 1em;
    text-decoration:none;
}
#detailmenu a:hover {
    border-top:solid 1px silver;
    border-left:solid 1px silver;
    border-right:solid 1px silver;
    background:silver;
    padding:.3em 1em .5em 1em;
}
#detailmenu a.active {
    background:silver; font-weight:bold;
    border-top:solid black 1px;
    border-left:solid black 1px;
    border-right:solid black 1px;
    border-bottom:solid silver 1px;
}

.img { border: 1px solid silver; }

.ok_info {
    background:lime;
    font-weight:bold;
    color:black;
    padding:.2em 1.1em .2em 1.1em;
}
.er_info {
    background:red;
    font-weight:bold;
    color:black;
    padding:.2em 1.1em .2em 1.1em;
}

.form_error {
    border: 2px solid red;
    background:pink;
}
#paramstab td { margin:0px; border:0px; padding:0em; line-height:.3em;}


#poro { border:2px solid black; font-size:.8em;   }
#poro tbody { border-bottom:thin solid black; text-align:center; }
#poro tbody tr {  }
#poro th { background:#bababa; border-right:thin dashed white; }
#poro tbody td { padding:.2em; border-right:thin dashed silver; border-bottom:thin solid silver;  }
#poro tbody tr.even {  background-color:#eeffee;  }
#poro tbody tr.odd {    }


.tabrow-over { background-color: #ddee99; color:black;}

.simimg { border:0px; }

.tip {
    border: thin solid silver;
    border-left:double darkblue;
    background: #e7e7e7;
    padding:.5em;
    width:13em;
    float:right;
}

.infobox {
    background-color:#f0f0f0;
    padding:.4em;
    border:thin solid silver;
    margin-top:.5em;
    margin-bottom:.5em;
}

.binfo {
    border-color: blue;
}
.berror {
    border-color: red;
}
.bwarn {
    border-color: yellow;
}
.bok {
    border-color: green;
}

.bg-over {
    background-color: #efefff;
}

.bazar_bg-over {
    background-color: #efefee;
}

.phrase_hi {
    background-color: yellow;
    font-weight:bold;
    color: black;

}

.loading-vbar {
    padding: .2em;
}

/* forum */
/* node fora */
.fn_row {
    border : solid thin silver;
    padding:.4em;
    padding-left:1em;
}

.main_right_cont {
    width:280px;
    margin-left:.5em;
    float:right;
}

.main_right {
    border:thin solid black;
    margin-bottom:.5em;
}
.main_right h4 {
    width:inherit;
    background:#ffa622;
    padding:.2em;
}
.main_right div {
    padding:.2em;
}
.spoluprace_code {
    padding:1em;
    margin-bottom:.3em;
    border:1px solid silver;
    background:#e5e5e5;
}


.hledameeshop {
    border: 2px solid red;
    background-color: #F8BC00;
    padding: 1em;
    font-size:1.6em;
    font-weight:bold;
    text-align:center;
    margin-bottom:.8em;
}