body {
	font-family :  verdana, helvetica, tahoma, sans-serif;
	font-size: small;
	color : #333333;
	background : #ffffff;
}
input, select, textarea { font-family:verdana,tahoma,sans-serif;font-size:small;background:#ececec;color:#0000AA; }
.awtitle { font-family:verdana,tahoma,sans-serif;font-size:110%;line-height:17px; }

a {
	text-decoration: none ;
}

a:hover {
	text-decoration: underline ;
}

.textindent {
	margin-left: 4px;
	margin-right: 4px;
}

.bidinfo {
	width: 160px;
	text-align: right;
	float: left;
	clear: left;
	margin-right: 10px
}

.footlink {
	font-size: small;
}

.footlink a {
	text-decoration: none ;
}

.footlink a:hover {
	text-decoration: underline ;
}

.graygrad {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

.whitegrad {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.toplink { 
	display: inline-block;
	text-align: center;
	border: solid 1px #555;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);	
	
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}

.toplink div {
	width: 96px;
	height: 21px; 
	float: left;
	color: #e9e9e9;
/*
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
*/
	padding-top: 6px;		
}

.toplink div:hover {
/*
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
*/
}

.toplink a {
	color: #e9e9e9;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);	
	text-decoration: none;
	font: 14px/100% Verdana, Arial, Helvetica, sans-serif;
/*
	font-family:verdana,tahoma,sans-serif;
	font-size:small;
	font-weight: bold;
	text-decoration: none;
	color: white;
*/
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}