@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* General styles for typography */

/* BODY (only typography)
---------------------------------------- */
body {
	color: #666;
	font: 0.75em/1.8em Arial, Helvetica, sans-serif;
}

/* Headings and typography
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-family: "Times New Roman", Times, serif;
	}
h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:2em;
	font-weight:normal;
}
	h1 a:link,
	h1 a:active,
	h1 a:visited {
		color:#999;
		text-decoration:none;
	}
	h1 a:hover {
	}

h2 {
	font-size:1.7em;
	margin:0;
	padding:0;
	font-weight:normal;
}	
	h2 a:link,
	h2 a:active,
	h2 a:visited {
		color:#999;
		text-decoration:none;
	}
	h2 a:hover {
	}
	/*h2 styles for left and right boxes (line-height in master.css)*/
	#left h2, #right h2 {font-family: Arial, Helvetica, sans-serif;}
	#leftSale h2 {
		color: #fff;
		font-size: 1.2em;
		font-weight: 700;
		text-transform: uppercase;
		}
	#leftAuction h2 {
		color: #888;
		font-size: 1.2em;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		}
	#rightSale h2 {
		color: #000;
		font-size: 1.1em;
		font-weight: 700;
		text-transform: uppercase;
		}
	#rightMonth h2 {
		padding: 15px 15px 5px 15px;
		background: #fff;
		color: #f00;
		font-size: 1.1em;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		}
	#rightInfo h2 {
		color: #fff;
		font-size: 1.1em;
		font-weight: 700;
		line-height: 1.2em;
		text-transform: uppercase;
		}

h3 {
	margin:0;
	padding:0;
	font-size:1.3em;
	font-weight:normal;
}
	h3 a:link,
	h3 a:active,
	h3 a:visited {
		color:#999;
		text-decoration:none;
	}
	h3 a:hover {
	}
	
h4 {
	margin:0;
	padding:0;
	font-size:0.8em;
	font-weight:normal;
}	
	h4 a:link,
	h4 a:active,
	h4 a:visited {
		color:#999;
		text-decoration:none;	
	}
	h4 a:hover {
	}

p {
	margin:0 0 10px 0;
}
	#rightInfo p {
		margin: 0;
		padding: 0;
		color: #fff;
		line-height: 1.1em;
		}
	#rightSale p {
		color: #000;
		}
	#rightInfo p.nextDate {
		text-transform: uppercase;
		}
	#rightInfo p.nextDate, #rightInfo div.deadline p {
		font-size: 0.9em;
		letter-spacing: 1px;
		}
h1.logoh1 {
	text-transform: lowercase;
	}
p.logop {
	text-transform: lowercase;
	}
hr {
	height: 2px;
	overflow: hidden;
	margin: 0 0 10px 0;
	border: none;
	border-top: 2px dotted #666;
	padding: 0;
	font-size: 1px;
	line-height: 0;
	}
/* LISTS
---------------------------------------- */
ul {
	margin: 5px 0 0 20px;
}
ul li {
	padding-left:0;
	margin:0;
}
ul ul,
ol ol {
	margin-top: 0;
	}
ol {
	margin: 5px 0 0 20px;
}
ol li {
	margin:0;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	color: #333;
	text-decoration: none;
	outline:none;
} 
a:hover {
	text-decoration: underline;
}
	#monthWrap a {
		display: block;
		width: 130px;
		height: 80px;
		margin: 40px 30px;
		color: #fff;
		font-size: 1.2em;
		font-weight: 700;
		overflow: hidden;
		}

/* FORMS
---------------------------------------- */
form {
	margin:0px;
}
input,
textarea {
	vertical-align:middle;
}
input:focus,
textarea:focus {
}

/* AUCTION Items Page (view_list.cfm)
---------------------------------------- */
div#auctionHeader h1 {
	font-size:1.5em;
	letter-spacing:1px;
}
div#auctionHeader p {}
div#bidBtn p a {
	color:#fff;
	font-weight:700;
	line-height:1.2em;
	text-transform:uppercase;
	letter-spacing:1px;
}
div#auctionList {
	text-align:center;
}
.auctionImage {
	width:100px;
	height:75px;
	position:relative;
	overflow:hidden;
	display:inline-block;
}
.auctionImage img {
	width:100px;
}
.auctionImage a,
.auctionImage a:link,
.auctionImage a:visited,
.auctionImage a:hover,
.auctionImage a:active {
	text-decoration:none;
	font-size:14px;
	color:#F00;
}
.auctionImageSold {
	position:absolute;
	width:100px;
	height:60px;
	top:15px;
	left:0;
	color:#F00;
	font-weight:bold;
	display:block;
}
div#auctionList img {
	margin-bottom:15px;
}
div.auctionItem a {
	color:#fff;
	font-size:0.9em;
	line-height:1.2em;
}
	

/*view_product_inline.cfm*/
div#auctionItemDetail {
	color: #fff;
	}
div#auctionItemDetail img {
	float: left;
	width: 550px;
	}
div#auctionItemDetail div.beskrivelse {
	float: left;
	width: 120px;
	padding: 0 15px;
	overflow: hidden;
	}
div#auctionItemDetail div.price {
	float: left;
	width: 120px;
	padding: 0 15px;
	overflow: hidden;
	}
div#auctionItemDetail p a {
	color: #fff;
	padding-left: 15px;
	}
div#auctionItemDetail p#backBtn {
	float: right;
	}