/* CSS Document */

#list-menu {
	position: inherit;
	width: 132px;
	visibility: visible;
}

#list-menu ul {
margin: 0;
padding: 2px;
list-style-type: none;
font-family: verdana, arial, sans-serif;
font-size: 12px;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
display: block;
width: 145px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #a31111;
text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #c2c2c2;
color: #000000;
}

a:active {color: #000000; text-decoration: none;}
a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #ffffff; background: #603811;}

.SOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}

#scootertext {
font-family: Verdana, Geneva, sans-serif;
font-size: .7em;
color: #ffffff;
text-align: center;
font-weight: normal;
}

a.scooter:active {color: #ffffff; text-decoration: none;}
a.scooter:link {color: #ffffff; text-decoration: none;}
a.scooter:visited {color: #ffffff; text-decoration: none;}
a.scooter:hover {color: #ffffff; text-decoration: underline;}
