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

a, a:visited {
    text-decoration:none;
    outline: none;
}
a:hover {
    text-decoration: underline;
    outline:none;
}
a:active {
    outline: none;
    -moz-outline-style:none;
}
a:focus {
    -moz-outline-style: none;
    outline:none;
}
label {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#advanceSearch {
    font-size: 13;
    text-align: left;
}
#advanceSearch h2{
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}
#advanceSearch label {
    display: block;
    float: left;
    width: 180px;
    font-size: 12px;
}
#advanced_search_options {
    background: #555;
}
.padding {
    padding: 15px;
}
.category_links, .category_links_open {
    display: block;
    clear: both;
    font-weight: bold;
}
.category_links .toggle {
    text-indent: 5000px;
    overflow: hidden;
    height: 11px;
    width: 11px;
    margin: 3px 3px 0 0;
    background-image: url(/images/toggle_sprite.gif);
    float: left;
    background-position: 0 11px;
}
.category_links_open .toggle {
    text-indent: 5000px;
    overflow: hidden;
    height: 11px;
    width: 11px;
    margin: 3px 3px 0 0;
    background-image: url(/images/toggle_sprite.gif);
    float: left;
}
.example {
    font-size: 10px;
}
.clear { clear: both; }