﻿div.scratcher {
	border:1px solid #ccc;
	background-color:#fafafa;
	margin:5px 0;
	padding:10px;
	padding-left:40px;
	position:relative;
	width:530px;
	min-height:100px;
	float:left;
	clear:both;
	margin-left:40px;
}
div.scratcher h2 {
	margin:0;
	padding:0;
	line-height:30px;
}
div.scratcher h2 a {
	color:#000;
	text-decoration:none;
}
div.scratcher h2 a:hover {
	color:#00c;
	text-decoration:underline;
}
div.scratcher p {
	margin:0;
	padding:0;
}
div.scratcher p.pricepoint {
	position:absolute;
	top:10px;
	left:-30px;
	line-height:50px;
	width:50px;
	text-align:center;
	font-weight:700;
	font-size:24px;
	background-image:url(/media/pricepoint-circle.png);
}
div.scratcher a img {
	border:0;
	width:120px;
	float:right;
}
.scratcher .new-burstee {
	position:absolute;
	top:-10px;
	right:-22px;
	z-index:1;
}