body
{
        margin: 0;
}


#left_block div#menu, #left_block div#others
{
/*        margin-left: 4px;
        padding: 0 0 5px 5px;
        border: 1px solid black;*/
        padding-left: 4px;
        background-image: url(/img/background_menu.gif);
        background-repeat: repeat-y;
        width: 188px;
        float: left;
}

div#left_block
{
/*        border: 1px solid red;*/
        margin-left: -1px;
        padding: 0 0 5px 5px;
        width: 191px;
        float: left;
}

div#index, div#category, div#item, div#mailForm, div#success, div#unsuccess
{
        margin-top: 10px;
        padding: 5px;
/*        margin-left: 16.7%;*/
        margin-left: 21%;

/*        border: 1px solid black;*/
        width: -80%; /width: 100%;
        text-align: center;
}

div#start
{
        margin-top: 10px;
        padding: 5px;
        margin-left: 19%;
        width: -80%; /width: 100%;
}

div#item
{
        margin-top: 10px;
        padding-top: 10px;
}

div.rumbs
{
        float: left;
        color: #EDE9CD;
        font-weight: bold;
        margin-top: 25px;
        margin-left: 10px;
}


a:visited
{
        color: #A34722;
        text-decoration: none;
        font-weight: bold;
}

a:link
{
        color: #A34722;
        text-decoration: none;
        font-weight: bold;
}

a:hover
{
        color: #CD961F;
        text-decoration: underline;
        font-weight: bold;
}


div.rumbs a:visited
{
        color: #EDE9CD;
        text-decoration: none;
}

div.rumbs a:link
{
        color: #EDE9CD;
        text-decoration: none;
}

div.rumbs a:hover
{
        color: #EDE9CD;
        text-decoration: underline;
}


div.indexItem, div.categoryItem
{
        float: left;
/*        border: 1px dotted red;*/
/*        height: 244.5px;
        max-height: 244.5px;*/
        height: 265px;
        max-height: 265px;
        overflow: auto;
        width: 20%;
        width: -19.8%; /width: 19.8%;
        margin: 3px;
}

div.mailFormTh
{
        float: left;
        width: 15%;
        margin-top: 4px;
        text-align: right;
}

div.mailFormTd
{
        width: 83%;
        margin-left: 10px;
        text-align: left;
        margin-top: 4px;
        float: left;
}

div.indexItemRowTh
{
        width: 25%;
}


div.indexItemRowTd
{
        width: 75%;
}


div.pagenation
{
/*        clear: left;*/
/*        float: right;*/
}


a img
{
        border: 0px;
}


div.right
{
        float: right;
}

div.left
{
        float: left;
}

.clear_left
{
        clear: left;
}

.clear_right
{
        clear: right;
}

div#header_title
{
        padding: 0;
        height: 92px;
/*        border: 1px solid green;*/
        float: left;
        margin: 0 4px 0 4px;
        background-image: url(/img/background_right_title.jpg);
        background-repeat: repeat-x;
        width: 99%;
}


div#sub_header
{
        padding: 0;
        float: left;
/*        border: 1px solid red;*/
        margin: 0 4px 0 4px;
        height: 66px;
        background-image: url(/img/background_right_subtitle.jpg);
        background-repeat: repeat-x;
        width: 99%;
}

div#menu_title
{
        background-image: url(/img/background_left_subtitle.gif);
        float: left;
        width: 187px;
        height: 66px;
        padding-top: 25px;
        padding-left: 5px;
        font-weight: bold;
}

div#footer
{
        float: left;
        width: 99%;
        padding: 10px 0 10px 0;
        margin: 0 4px 0 4px;
        padding-left: 5px;
        background-image: url(/img/background_footer.gif);
        background-repeat: repeat-x repeat-y;
}