@charset "utf-8";
/* CSS Document */

#browser {
background-color: #333;
color: #fff;
padding-bottom: 50px;
background-image: url(/images/views/br_corner.gif);
background-position: bottom right;
background-repeat: no-repeat;
}

#browser_header {
float: left;
margin-bottom: 5px;
width: 100%;
}

#browser_header_left {
padding-top: 8px;
padding-bottom: 5px;
padding-left: 10px;
font-weight: bold;
float: left;
width: 105px;
}

#browser_header_right {
padding-bottom: 5px;
padding-left: 10px;
padding-top: 6px;
float: left;
background-color: #BE1817;
border-top: 2px #fff solid;
border-right: 2px #fff solid;
border-bottom: 1px #666 solid;
border-left: 1px #666 solid;
background-image:url(/images/views/corner_tr_red.gif);
background-position: top right;
background-repeat: no-repeat;
font-weight: bold;
width: 102px;
}

#browser a:link, #browser a:visited, #searcher a:link, #searcher a:visited {
color: #fff;
}

#browser_content {
margin-left: 10px;
}

#criteria_used {
margin-top: 8px;
padding-left: 10px;
padding-right: 10px;
background-color: #ccc;
}

#criteria_used li {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted #be1817;
}

#criteria_used li.last {
border: 0px;
}

#criteria_used a:link, #criteria_used a:visited {
display: block;
width: 200px;
padding-right: 10px;
background-image: url(/images/views/minus.gif);
background-position: right;
background-repeat: no-repeat;
color: #be1817;
}

#criteria_used a:hover {
color: #fff;
text-decoration: none;
}

#criteria {
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#criteria ul {
padding-top: 5px;
padding-bottom: 5px;
}

#criteria li {
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px dotted #be1817;
}

#criteria li.last {
border: 0px;
}

#criteria a:link, #criteria a:visited {
display: block;
width: 200px;
padding-right: 10px;
background-image: url(/images/views/plus.gif);
background-position: right;
background-repeat: no-repeat;
}

#criteria a:hover {
color: #ccc;
text-decoration: none;
}

#searcher {
background-color: #BE1817;
color: #fff;
padding-bottom: 50px;
background-image: url(/images/views/corner_br_red.gif);
background-position: bottom right;
background-repeat: no-repeat;
}

#searcher_header {
float: left;
margin-bottom: 5px;
width: 100%;
}

#searcher_header_left {
padding-top: 8px;
padding-bottom: 5px;
padding-left: 10px;
font-weight: bold;
float: left;
width: 105px;
}

#searcher_header_right {
padding-bottom: 5px;
padding-left: 10px;
padding-top: 6px;
float: left;
background-color: #333;
border-top: 2px #fff solid;
border-right: 2px #fff solid;
border-bottom: 1px #666 solid;
border-left: 1px #666 solid;
background-image:url(/images/views/corner_tr_333.gif);
background-position: top right;
background-repeat: no-repeat;
font-weight: bold;
width: 102px;
}

#searcher_content {
padding-left: 10px;
}
