body
{
    text-align: center;
    margin : 0px;
    padding : 0px;
    font-family: Arial, sans-serif;
    font-size : 12px;      
}

img
{
    border : none;
}

textarea, input { border : 1px solid #DDD;}
input:hover { background-color : #EFEFEF;}

#page
{    
    width : 1000px;
    margin : 0px auto;
    min-height : 456px;
    
}

#header
{
    margin : 0px auto;    
    width : 970px;
    height : 100px;    
}

#main
{    
    width : 998px;
    margin : 0px auto;
    text-align : center;    
    overflow : auto;
    text-align : left;    
    z-index: 1;
    position: relative;
    top : -9px;
    left : 2px;        
}

#footer
{
    width : 100%;
    padding : 15px;    
    margin : 0px auto;
    background : none;
    overflow : hidden;
    color : white;
}

#footer a
{
    text-decoration : none;
    font-size : 11px;
    color : white;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer table
{
    height : 166px;
    width : 100%;
}

#footer table .left
{
    height : 166px;
    width : 14px;
    background : url('/media/images/foot_lewy.jpg') no-repeat;
}

#footer table .right
{
    height : 166px;
    width : 14px;
    background : url('/media/images/foot_prawy.jpg') no-repeat;
}

#footer table .center
{
    height : 166px;
    background : url('/media/images/foot_srodek.jpg') repeat-x;
}

p.error_message
{
    color : red;
    text-align : center;
}

p.error
{
    color : red;
    font-size : 18px;
}

.mp_table_subs {
    color : #666;
    font-size : 11px;
    padding : 0 0 0 25px;
    text-align : center;
}

.mp_table_subs a {
    color : #666;
    font-size : 11px;
    text-decoration : none;
}

.mp_table_photo {
    padding : 10px 0 10px 25px;
}

.mp_table_photo img {
    border : none;
}

#regulamin {
    color : #222;
}

#regulamin .paragraf {
    font-size : 16px;
    font-weight : bold;
}

#page_back {
    background: #FFF url(/media/images/page_back.jpg) no-repeat center top;
    width : 100%;
}

#categories_bar {
    text-align  : center;
    margin-top : 35px;
    width : 1000px;
    height : 33px;
}

#main_page_content_top {
    margin-top : 10px;
    margin-bottom : 25px;
    overflow: auto;
    height : 270px;
}

#comment_area {
    width : 600px;
    height : 110px;
    border : 1px solid #AAA;
}


#offers_list
{
    padding-top : 30px;
}

#offers_list tr
{
    height : 110px;
}

#offers_list tr.kolor1
{
    background : #eefbfc;
}

#offers_list tr.kolor2
{
    background : #dff8ff;
}

#offers_list tr:hover
{
    background : #ffecbb;
}

#offers_list tr td.logo
{
    width : 150px;
    text-align: center;
}

#offers_list tr td.center
{
    width : 500px;
}

#offers_list tr td.center div.tytul
{
    font-weight : bold;
    padding : 10px 0 10px 10px;
}

#offers_list tr td.center div.tytul a
{
    text-decoration : none;
}

#offers_list tr td.logo img
{
    border : none;
}

#offers_list tr td.center div.tresc
{
    padding-left : 20px;
}

#offers_list tr td.center div.tresc a
{
    text-decoration: none;
}

#offers_list tr td.wojewodztwo
{
    padding : 0 30px 0 10px;
}

#offer_dodaj
{
    margin : 0px auto;
    padding : 20px 50px 0 0;
}

#offer_dodaj input, textarea
{
    border : 1px solid #DDD;
    width : 300px;
}

#offer_dodaj textarea
{
    height : 200px;
}