#left
{
    float : left;
    width : 162px;
}

#menu_themes .part_title
{
    margin-bottom:15px;
}
#menu_themes .menu_theme
{
    display:block;
    height:18px;
    width:100%;
    text-indent:20px;
    background-color:#ff671a;
    margin-top : 3px;
    padding-top:2px;
    color : white;
    text-decoration:none;
}
#menu_themes .menu_theme:hover
{
    text-decoration:underline;
    background-color:#ffa500;
}
#menu_themes .menu_theme_selected
{
    background-color:#ffa500;
}

#search_menu_title {
    margin-top:15px;
    height:25px;
}
#search_menu {
    width:152px;
    background-color:rgb(236,239,245);
    padding:5px;
}
#search_menu .input_text {
    width:147px;
}
#search_menu .input_button {
    display:block;
    margin:auto;
    margin-top:5px;
    text-align:center;
    width:45px;
}
div#publicity_left {
    margin:auto;
    margin-top:15px;
    margin-bottom:15px;
    width:160px;
}