/*
    Document   : akce
    Created on : 19.7.2009, 13:34:12
    Author     : frantiseks
    Description: Hromadny style sheet pro akce na MBO.
*/
#market_inner
{
    position:absolute;
    display:block;
    width:1002px;
    height:100%;
    top: 0px;
    right: 0px;
    z-index:100;
    left: -48px;
}

#market_bg
{
    position:absolute;
    display:block;
    width:1002px;
    height:394px;
    z-index:1;
    background-color:#000000;
}

#market_content
{
    position:absolute;
    /*display:none;*/
    /*width:596px;
    height:299px;*/
    z-index:2;
    color:#fff;
    left: 50%;
    /*margin-left: -452px;*/
    top: 35px;

    background: #88BA14;
    border: 1px solid white;
    width:300px;
    height:190px;
    padding: 25px;
    margin-left: -176px;
}

#market_inner div.pf-2012 {
    width:282px;
    height:600px;
    padding:0px;
    margin-left:0px;
    left:360px;
}

#close
{
    position:absolute;
    /*display:none;*/
    left:50%;
    margin-left: 140px;
    margin-top: -17px;
    top:63px;
    width:26px;
    height:26px;
    z-index:3;
}

#close a, #close a:link, #close a:active, #close a:visited, #close a:hover
{
    display:block;
    border:none;
    text-decoration:underline;
    width:26px;
    height:35px;
    background-image:url('img/close.png');
    background-position: top center;
    background-repeat:no-repeat;
    color: #fff;
    font-size: 10px;
    padding-top: 24px;
}

#market_inner .pf-2012-close {
    left:468px;
}

.light-top-margin
{
    margin-top:12px;
}

.no-top-margin
{
    margin-top:0px;
}

.form .item
{
  text-align:right;
  padding-right:10px;
}

#market_content strong
{
    color: white;
}

#market_content a, #market_content a:hover, #market_content a:active, #market_content a:visited
{
    color: white;
    text-decoration: underline;
}
