@import "/css/reset.css";
/* ---------- Global ---------- */
body {
	padding: 20px;
	background: #fff;
	background-image: url('/i/bg_top.gif');
	background-repeat: repeat-x;
}
body, td {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #000;
}
a {
	color: #815121;
}
a:visited {
	color: #815121;
}
a:hover, a:active{
	color: #c40000;
}
p {
	margin: 0.3em 0 0.8em;
	line-height: 16px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h1, h2, h3, h4 {
	line-height: 1.5em;
	font-weight: normal;
}
table {
	border: none;
}
tr, td {
	vertical-align: top;
}
/* ---------- Pages ---------- */
div.pages {
	margin: 20px 0;
	line-height: 2.2em;
	font-size: 12px;
}
div.pages a {
	color: #330;
}
div.pages div.full span.active, div.pages div.full span.inactive {
	padding: 5px;
}
div.pages div.full span.active {
	background-color: #ff6c24;
	color: #fff;
}
div.pages div.short span {
	color: #999;
}
/* ---------- Common ---------- */
.clearer {
	clear: both;
}
.irish-bar {
	width: 25px;
	height: 5px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	background-color: #7fc31c;
}
div#logo {
	float: left;
	margin-bottom: 10px;
	width: 300px;
	height: 50px;
}
h1#title span {
	background-color: #c00;
	color: #fff;
	padding: 10px;
}
div#top-personal {
	float: right;
	line-height: 50px;
}
td#footer {
	padding: 50px 0 25px 0;
}
td#top-menu {
	padding: 10px 0 25px 0;
}
td#top-menu ul li {
	float: left;
	margin-right: 10px;
	font-size: 11px;
}
td#top-menu ul li .selected {
	background-color: #f1e9de;
	color: #000;
	padding: 5px;
	text-decoration: none;
}
h1#header {
	margin: 10px 0 25px 0;
	border-bottom: 1px solid #ccc;
}
table.data {
	width: 100%;
}
table.data th, table.data td {
	font-size: 11px;
}
table.data td {
	border-bottom: 1px solid #eee;
	padding: 7px 5px;
}
table.data th {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 7px 5px;
	background-color: #f3f5eb;
	text-align: left;
}
/* ---------- Thumbnail ---------- */
div.thumb {
	float: left;
	border: 1px solid #999;	
	padding: 2px;
}
div.thumb a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	z-index: 1;	
}
div.thumb a img {
	position: absolute;
	top: -3px;
	right: -3px;
}
	
div.thumb a:hover {
	overflow: visible;
	z-index: 1000;
	border: none;		
}
div.thumb a:hover img {
	border: 1px solid #999;	
	background: #fff;
	padding: 2px;			
}
/* ---------- Misc ---------- */
.info {
	background: #eff7ff url('/i/info.gif') no-repeat 3px 5px;
	padding: 5px 5px 5px 25px;
	border: 1px solid #ccc;
}
.tn-img {
	padding: 2px;
	border: 1px solid #ccc;	
}
a.glass {
	text-decoration: none;
}
table.listing{clear:both;border-bottom:1px solid #d7d7d7;border-collapse:collapse;border-spacing:0;width:100%;}
table.listing th{text-align:left;font-size:12px;height:3em;padding:0 1em .1em 0;}
table.listing thead{background:#f7f7f0;}
table.listing thead th{border:1px solid #d7d7d7;border-bottom-color:#999;font-size:11px;font-weight:700;vertical-align:middle;padding:2px .5em;}
table.listing tbody td,table.listing tbody th{border:1px dotted #ddd;vertical-align:top;padding:.33em .5em;}
table.listing tbody td a:hover,table.listing tbody th a:hover{background-color:transparent;}
table.listing tbody tr{border-top:1px solid #ddd;}
table.listing tbody tr.even{background-color:#fcfcfc;}
table.listing tbody tr.odd{background-color:#f7f7f7;}
table.listing tbody tr:hover{background:#b8e0ff!important;}
table.listing thead th.option,table.listing tbody td.option{width:20px;}
table.listing thead th.photo,table.listing tbody td.photo{width:75px;}
.error {
	margin-bottom: 20px;
}
.error, .error a, .error a:visited {
	color: #c00;
}
.auction {
	width: 100%;
}
.auction td {
	padding: 0 10px 10px 0;
}
.lots td {
	padding: 0 20px 15px 0;
}
.price {
	clear: both;
	font-weight: bold;
}
/* ---------- Large Thumbnail ---------- */
div.thumb_left {
	float: left;
	border: 1px solid #999;	
	padding: 2px;
}
div.thumb_left a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	z-index: 1;	
}
div.thumb_left a img {
	position: absolute;
	top: -3px;
	left: -3px;	
}
	
div.thumb_left a:hover {
	overflow: visible;
	z-index: 1000;
	border: none;		
}
div.thumb_left a:hover img {
	border: 1px solid #999;	
	background: #fff;
	padding: 2px;			
}
#login-form {
	position: absolute;
	top: 65px;
	right: 25px;
	display: none;
	width: 740px;
	z-index: 100;
}
td.loginForm {
	border: 1px solid #666;
	border-right-color: black;
	border-bottom-color: black;
	background-color: white;
}
#login-form	form table {
	border: 15px solid white;
}
td.loginForm td {
	font-size: 11px;
}
td.loginForm div {
	margin-bottom: 0.5em;
}
td.loginForm a {
	color: #666;
}
.check {
	padding: 9px 0 2px 5px;
	white-space: nowrap;
}
.error_input {
	background-color: #fffcaa;
}
.login-last td {
	padding: 5px;
}
#blanket {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: #888;
	opacity: 0.50;
	filter: alpha(opacity=50);
}
