@charset "utf-8";
/* CSS Document */

body {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a, a:visited {
	text-decoration: underline;
	color: #333333;
	outline-style: none;
}
a:hover {
	text-decoration: none;
}
a img {
  border:0;
}
.stext {
	font-size: 10px;
	color: #888888;
}
.stext a:link {
	text-decoration: underline;
	color: #888888;
}
.stext a:visited {
	text-decoration: underline;
	color: #888888;
}
.stext a:hover {
	text-decoration: none;
	color: #888888;
}
.prodtext {
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding: 3px;
	line-height: 20px;
}
.prodtext a:link {
	text-decoration: none;
	color: #666666;
}
.prodtext a:visited {
	text-decoration: none;
	color: #666666;
}
.prodtext a:hover {
	text-decoration: none;
	color: #ff6600;
}
.listing {
	font-size: 11px;
	color: #666666;
}
.listing a:link {
	text-decoration: none;
	color: #666666;
}
.listing a:visited {
	text-decoration: none;
	color: #666666;
}
.listing a:hover {
	text-decoration: none;
	color: #666666;
}
.listing_new {
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
}
.listing_prize {
	font-size: 12px;
	color: #ff6600;
}
.green {
	color: #095c30;
}
.orange {
	color: #ff6600;
}
.field {
	border: 1pt #ffffff inset;
}
.field2 {
	border: 1pt #e3e3e3 solid;
	background-color: #fff8ed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.big {
	font-size: 14px;
}

.star
{
	color:#FF9900;
}