   /* general */
body 
{

font-family: Arial, Verdana, Lucida Sans, sans-serif;
	font-size: 12px; /*14px;*/
    margin:0px;
    padding:0px;
    background:url('/gfx/framework/background.jpg');
    text-align: center;
}
a
{
	color: #9f0044; 
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	
	
}

a.auctionsList,
span.auctionsList_full
{
	color: #98023f;	
	font-weight: bold;
}

a.auctionsList_full,
span.auctionsList_full
{
	font-size: 15px;
}

a.arrowLeft
{
	background-image: url('/gfx/misc/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 10px;
    font-weight: bold;
}


img
{
	border:0px;
}
h1, .Title
{
	font-size: 30px;
	line-height: 35px;
	font-family: Arial, Verdana;
	font-weight: bold;
	
}

h1#h1_startpage
{
	font-size: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
h1#h1_auction
{
	color: #98023f;	
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2#h2_auction
{
	color: #98023f;	
	font-size: 14px;
	line-height: 15px;
	margin: 0px ;
	padding: 0px;
	overflow: hidden;
}

h2
{
	font-size: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	font-weight: bold;
	
}

h3
{
	font-size: 14px;
	font-family: Arial, Verdana, Georgia;
	font-weight: bold;
	
}

table
{
	border-collapse: collapse;
}

td, 
tr
{
	font-size: 12px;
}

li
{
	/*line-height: 22px;*/
}
p.colorbar
{
	margin: 0px;
}

p.news
{
	margin: 5px 0px 5px 0px;	
}

span.text_highlight
{
	color: #98023f;	
}

span.text_highlight_large
{
	font-size: 12px;	
}

table.frm td
{
	font-size: 10px;
	vertical-align: top;
	border-collapse: collapse;
}


/***    FORM   ***/
INPUT.textbox
{
    background-color:#FFFFFF; 
    border: 1px solid black;
    text-decoration: none;
    BACKGROUND: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    color: #000000; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal
}
TEXTAREA.textbox
{
    background-color:#FFFFFF; 
    border: 1px solid black;
    text-decoration: none;
    BACKGROUND: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    color: #000000; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal
}
SELECT.textbox
{
    background-color:#FFFFFF; 
    border: 1px solid black;
    text-decoration: none;
    BACKGROUND: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    color: #000000; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal
}

label.compulsory
{
    /*padding:0 0px 0 10px;
    background:url('/gfx/misc/misc_compulsory_2.gif') 0px 4px no-repeat #ffffff;   
	*/
}

.compulsory_color
{
	color: #98023f;	
}

.compulsory_font
{
	 font-family: Arial;
	 font-size: 14px;
	 line-height: inherit;
}


