@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;	
}

h3 {
	color: #000;	
}

#item {
	clear: both;
	width: 630px;
	padding: 10px;
}
.lefty {
	width: 170px; 
	float: right; 
	margin-left: 20px; 
	padding: 5px;
	background-color: #6F3700; 
	text-align: center;
	color: #e1cab4;	
}
.lefty h4 {
	font-size: 20px;
	text-transform: uppercase; 
	color: #e1cab4;
}
.lefty p {
	color: #e1cab4;
}
.lefty span {
	color: #e58424;
	font-size: 10px;
}
.lefty span.price {
	font-size: 18px;
}
.lefty a {
	color: #F60;
	text-decoration: underline;
}
.righty {
	width: 410px;
	float: left
	font-size: 12px;
}
.righty span.title {
	font-size: 16px;
	font-weight: bold;
}
.righty span.small {
	font-size: 10px;
	color: #666;
}
