/* CSS Document */
/* Style sheet for Terra Rubra Lions Club Activities pages */

.auction {
	background: url(/images/divider.gif) 0 0 repeat-x;
	width: 90%;
	text-align: center;
}
.auction img {
	border: 5px double #600;
	width: 20%;
	height: 120px;
	margin: 25px;
}
.auction h1 {
	font:bold 12pt Palatino Linotype, "Times New Roman", Times, serif;
	color:#222;
	display: block;
	width: 60%;
	float: left;
	padding: 1.2em 0 0 30px;
}
.auction h2{
	font: normal 14pt Georgia, "Times New Roman", Times, serif;
	color:#006;
}
.auction h2 span{
	font: normal 20pt Georgia, "Times New Roman", Times, serif;
	color:#006;
	margin:5px 0 5px 0;
	display:block;
}
.auction h3{
	font: normal 12pt Georgia, "Times New Roman", Times, serif;
	margin: 25px 0;
	color: #800;
	float: none;
}
.auction h3 span{
	font-weight: bold;
}
.auction p {
	font:normal 11pt Palatino Linotype, "Times New Roman", Times, serif;
	color: #050;
	margin: 5px 20px;
	width: 60%;
	float: left;
	text-align: left;
}
.auction p span {
	font:normal 14pt Palatino Linotype, "Times New Roman", Times, serif;
	color: #005;
	margin: 5px 0px;
}
.auction p.intro {
	font:bold 12pt Palatino Linotype, "Times New Roman", Times, serif;
	text-align: center;
	color:#222;
	display: block;
	width: 60%;
	float: left;
	padding: 1.2em 0 0 35px;
	margin-bottom: 10px;
}
.auction p.newItems {
	margin-left: 55px;
	width: 90%;
	float: left;
}
.auction p.newItems span {
	font-weight: bold;
	color: #800;
	margin: 0;
	float: none;
}
.auctionItem {
	background: url(/images/divider.gif) 0 0 repeat-x;
	width: 90%;
	margin: 10px auto;
	padding: 0 0 10px 0;
	display: block;
}
.auctionItem h1 {
	font:normal 18px Palatino Linotype, "Times New Roman", Times, serif;
	color:#006;
	display: block;
	width: 60%;
	float: left;
	padding: 1em 0 0 10px;
}
.auctionItem h2 {
	font:italic 18px Verdana, Arial, Helvetica, sans-serif;
	color:#600;
	display: block;
	padding: 15px 0 0 0;
	text-align: left;
}
.auctionItem img {
	margin: 30px 40px 10px 40px;
	border: 3px double #600;
	width: 150px;
	float: left;
}
.auctionItem img.tall {
	margin: 25px 55px 10px 57px;
	border: 3px double #600;
	width: 113px;
	height: 135px;
	float: left;
}
.auctionItem p.itemName {
	font: bold italic 14pt Georgia, "Times New Roman", Times, serif;
	color: #222;
	margin: 25px 0 0 25px;
	width: 60%;
}
.auctionItem p.itemDesc {
	font:normal 10pt Palatino Linotype, "Times New Roman", Times, serif;
	color: #050;
	margin: 15px 5px;
	width: 60%;
	float: right;
	text-align: left;
}
.auctionItem p.itemDesc ul {
	list-style-type: square;
}
.auctionItem p.itemBid {
	font:bold 12pt Palatino Linotype, "Times New Roman", Times, serif;
	color: #005;
	text-align: left;
	margin: 5px 0 0 35px;
	width: 60%;
	float: left;
}

