html {
    overflow: -moz-scrollbars-vertical;
    height:100%;
}

body {
    font-family : Verdana, Arial;
    font-size: 9pt;
    margin: 0px; 
    height:100%;
    position:relative;
    background-color:#d8d8c0;
}

h1 {
    font-size: 13pt;
    margin: 0px; 
    margin-left:0px;
    margin-bottom:10px;
    font-weight:bold;
}

h2 {
    font-size: 12pt;
    margin: 0px; 
    margin-left:5px;
    font-weight:normal;
    font-style:italic;
}


h3 {
    font-size: 10pt;
    margin: 0px; 
    margin-left:5px;
}

.auction_headlines
{
    font-size: 13pt;
    margin: 0px; 
    margin-left:0px;
    margin-bottom:10px;
    font-weight:bold;
}

#login_box {
    margin-top:10px;
    text-align:center;
	font-size:10px;

}

#login_box a{
    margin-top:10px;
    text-align:center;
	font-size:10px;

}

.button_black a {
    color:#FFFFFF!important;
    font-weight:bold!important;
}

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

.input_texts {
    border-top:1px solid #646464; 
    border-left:1px solid #BABABA; 
    border-right:1px solid #BABABA; 
    border-bottom:1px solid #CCCCCC;
}

/* Horizontal menu */

#search {
    width:450px;
    height:100%;

}

.input_texts {
    border-top:1px solid #646464; 
    border-left:1px solid #BABABA; 
    border-right:1px solid #BABABA; 
    border-bottom:1px solid #CCCCCC;
}

#menu {
   width:350px;
   height:100%;
}

.button_black {
    line-height:32px;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    margin-left:4px;
    padding-left:6px;
    text-align:center;
    position:relative; 
    float:right;
    padding-right:18px; 
    padding-left:18px;
    background-repeat: repeat-x;
    height:100%;
}

.category_box_header {
    width:185px;
    line-height:28px;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    position:relative; 
    background-repeat: repeat-x;
    height:28px;
}

.info_box_header {
    width:195px;
    line-height:28px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    position:relative; 
    background-repeat: repeat-x;
    height:28px;
}

#content_box 
{
	font-size:12px;
}

.content_box_header {
    width:570px;
    line-height:28px;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    position:relative; 
    background-color:#9FB23C;
    background-repeat: repeat-x;
    height:28px;
    z-index:10;
}

#search_adv {
    width:190px;
    height:100%;

}

a.document_link:hover
{
    font-size: 9pt;
    text-decoration: none; 
    color: #000000;
    font-weight:normal;
}

a:link {
    font-size: 9pt; 
    text-decoration: none; 
    color: #000000;
    font-weight:normal;
}
a:visited {
    font-size: 9pt; 
    text-decoration: none; 
    color: #000000;
    font-weight:normal;
}

a:hover 
{
    font-size: 9pt; 
    text-decoration: underline; 
    color: #5C822F;
    font-weight:normal;
}

/** Special cases for <a> **/
a.noHoverColor:hover
{
    text-decoration: none; 
    color:inherit;
}

a.good_looking_a
{
    font-size: 9pt; 
    text-decoration: none; 
    color: #538FD0;
}

a.good_looking_a:hover 
{
    font-size: 9pt; 
    text-decoration: underline; 
    color: #5C822F;
    font-weight:normal;
}

form 
{
    padding:0px;
    margin:0px;
}

#infobox_dynamic_content_positioner
{
	
}