@charset "utf-8";
/* CSS Document */

#saleContainer{
	width: 45em;
	padding: 0, 20px, 20px, 20px;
	border: 2px solid #66C;
	text-align:center;
	margin-bottom: 25px;
}

#saleContainer img{
	height: 7em;
	width: 5.8em;
	border: none;
	float: left;
	margin: 0 1em 0 2em;
}

#saleContainer div{
	float: right;
	width: 36em;
	text-align: center;
}

#saleContainer .saleDescription{
	width: 36em;
	margin: 2em 0 1em 0;
}

#saleContainer .saleHeader{
	width: 36em;
	margin: -1em 0 1em 0;
}

#saleContainer h2{
	color: #edcb55;
	font-size: 1.5em;
}

#saleContainer a{
	color: #39F;
	text-decoration: none;
}

#saleContainer a:{
	text-decoration:underline;
}

.saleInfo{
	width: 100%;
	text-align: center;
	margin: 1em 0;
}

.saleInfo a{
	color: #39F;
	text-decoration: none;
}

.saleInfo a:{
	text-decoration:underline;
}