/* Layers (DIV) */

acronym { 
border-bottom-style:dashed;
border-bottom-color:ffcc00;
border-bottom-width:thin;
}

.waiter
{
width: 100%;
height: 100%;
}

#bottom {
position: relative;
text-align:top;
background-color:#FFC49B;
padding: 10 10 10 10;
margin-bottom:5px;
border-top: 1px solid white;
border-bottom: 1px solid grey;
border-left: 1px solid grey;
border-right: 1px solid white;
}

.table_dotted 
{
border: 1px solid grey;
background-color: #F8F8F8;
border-collapse:collapse;
padding: 3 3 3 3;
width: 100%;
}

.table_dotted_white_grey 
{
border-width:thin;
border-style:dashed;
border-color:#999999;
border-collapse:collapse;
padding: 3 3 3 3;
width: 100%;
}

.background
{
background-color:#cccccc;
border-width:thin;
border-style: none;
border-bottom-color:#999999;
border-bottom-style:dashed;
}


.formular {
border-left: 1px solid #FFFFFF; 
border-top: 1px solid #FFFFFF; 
border-right: 1px solid #FFFFFF; 
border-bottom: 1px solid #000000; 
background-color: #ffffff; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-size: 11px;
}

.textfield {
overflow : hidden; 
padding : 2px;
background-color : white;
border : 1px solid black; 
font-size:11px;
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
color : black;
}

/* SCROLLBAR */

body {
	background-color:#ffffff;
	margin: 0;
	padding: 0;
	background-image: url(images/mainbg.jpg);
	font-size: 100%;
	font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
}


/* FONTS */


.black_11 {
color:#000000; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-size: 70%;
}

.grey_11 {
color:#666666; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-size:80%;
}

.fat_red_11 {
color:red;
font-weight:bold; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-size:80%;
}


.black_12 {
color:#000000; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-size:95%;
}

.black_14, h2 {
color:#000000; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
}

.black_18 {
color:#000000; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
}

.fat_black_12 {
color:#000000; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-weight:bold;
}

.fat_grey_12 {
color:grey; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-weight:bold;
}

.fat_orange_12 {
color:#ff6600; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-weight:bold;
}

.orange_11 {
color:#ff6600; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-weight:normal;
font-size:95%;
}

.white_12 {
color:#ffffff; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-size: 80%;
}

.white_10 {
color:#ffffff; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-size:80%;
}

.big_white_18 {
color:#ffffff; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
}

.big_orange_18, h1 {
color:#ff6600; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-weight:bold;
}


.fat_white_14 {
color:#ffffff; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
}

.fat_orange_14 {
color:#ff9900; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-weight:bold;
}


.white_10 {
color:#ffffff; 
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
font-size:95%;
}

.ebayBIG {
	color: #0000CC;
	font-family: Arial, Verdana, Helvetica;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

/* HYPERLINKS */


a {
text-decoration:none; 
font-weight:bold;
color: black;
text-decoration: underline;
}

a.on_white {
background: transparent url('images/b_link.gif') no-repeat center left;
padding-left: 20px;
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
color:#000000; 
text-decoration:none;
border-bottom-width:thin;
border-bottom-style:dashed;
font-weight:bold;
}

a.on_orange {
background: transparent url('images/b_link_bgor.gif') no-repeat center left;
padding-left: 20px;
font-family: "Trebuchet MS", "MS Sans Serif", Arial, Helvetica;
color:#ffffff;
text-decoration:none;
border-bottom-width:thin;
border-bottom-style:dashed;
font-weight:bold;
}

a.on_white:hover {
color:#ff6600;
text-decoration:none;
font-weight:bold;
}

a.on_orange:hover {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}


a:hover {
text-decoration:none; 
font-weight:bold;
}

a.noborder {
color:#ffffff; 
text-decoration:none; 
font-weight:bold;
}

a.nohover {
text-decoration:none; 
font-weight:bold;
}

.button_like {
padding: 5px;
font-size: 13px;
font-weight: normal;
background-color: #333333;
color: white;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid grey;
border-top: 1px solid grey;
font-family: "Trebuchet MS", Helvetica, Arial;
}

.button_like:hover {
font-weight: normal;
background-color: #FF6600;
}