/* $Id$ */

.left_nav_wrap {
    background-image:url(../../images/wrap_top.png); background-position:center top; background-repeat:no-repeat; margin-bottom:20px;
    padding-top:4px; width:175px; font-family:Arial,Helvetica,sans-serif; font-size:12px; font-weight:normal; line-height:21px;
    float:left;
}

.left_nav_wrap_bott {
    background-image:url(../../images/wrap_bot.png); background-position:bottom; background-repeat:no-repeat;
    width:175px; height:1px; float:left; line-height:0px; margin:0px; padding:0px;
}

.left_nav_wrap a:link {
    color:#000000;
    padding-left:10px;
}

.left_nav_wrap a:hover {
    text-decoration:underline;
}

.left_nav_wrap a:visited {
    color:#000000;
    padding-left:10px;
}
.container-nav {
    background-color:#FFFFFF;
}
.more {
    background-image:url(../../images/arrow_more.gif);
    background-position:right;
    background-repeat:no-repeat;
    font-weight:bold;
    padding-right:10px;
}

img {
    border:0 none;
}

.searchWrap {
    background-image:url(../../images/search_bg.gif);
    background-repeat:no-repeat;
    height:38px;
    margin-top:5px;
    overflow:hidden;
    padding:5px 0 5px 5px;
    width:475px;
}

#searchBox {
    float:left;
    width:475px;
}
#searchBox input.text {
    color:#898989;
    font-size:13px;
    height:16px;
    padding:5px 0 4px 6px;
    vertical-align:middle;
    width:219px;
}