@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:0px;
}
body {
	background-color: #EEEEEE;
}
#top, #bottom, #left, #right {
	background: #EC008C;
	position: fixed;
	z-index:1000;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 8px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 8px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		
		.btn {
font-size:14px;
font-weight:bold;
border:1px solid;
padding:8px;
background:#fff;
cursor:pointer;
text-transform:uppercase;
}
		
		
		#auctiongrid td {
		padding-bottom:40px;
		
		padding-right:20px;
		font-size:11px;
		}
		

#contents
{
margin:auto;
width: 680px;
background-color:#FFFFFF;
background:#FFFFFF;
padding:20px;
}

.header {
font-size:18px;
font-weight:bold;
text-transform:uppercase;
color:#EC008C;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
a:active {
	color: #EC008C;
}
.navigation {
position:fixed;
top: 14px;
left:14px;
z-index:1100;
}


.stamp {
position:fixed;
bottom: 14px;
left:14px;
}


