﻿/* PANELS */
#panel_main {
    margin-left:151px;
}

/* SEARCH */
#search_right {
    background:url(../img/bg_right.png) right repeat-y;
        float:left;
}
#search {
    margin-right:15px;
    border: solid 1px #a5a5a5;
    margin-bottom:-30px;
    width:140px;
}
.search_input 
{
    display:block;
    margin-left:2px;
    width:130px;
}
.search_input_ie_fix {
    min-width:130px;
    width:auto;
}
.search_input_short 
{
	margin-left:2px;
    width:58px;
}
.search_input option, .search_input_short option {
    background-color:#ffffff;
    color:#000000;
}
.search_input_active, .search_option_active {
	background-color:#00cc00;
	color:#ffffff;
	height:22px;
}

/* LINKS */
.links_bar, .links_bar_side_right, .links_bar_bottom_right {
    height:22px;
    width:100%;
}
.links_bar {
    background:url(../img/bg_bottom.png);
}
.links_bar_side_right {
    background:url(../img/bg_side_right.png) right no-repeat;
}
.links_bar_bottom_right {
    background:url(../img/bg_bottom_right.png) right no-repeat;
}
