* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.Special {
	position: relative;
}
div.Special h2 {
	text-align: center;
	margin-top: -5px;
	margin-bottom: 5px;
}
div.Special img.giftbow {
	vertical-align: middle;
}


#buysell div.block_body {
	padding: 5px 10px;
}
#buysell img {
	float: left;
}
#buysell .text {
	text-align: left;
}
#buysell h2 {
	font-size: 14pt;
}
#buysell h2 a {
	color: black;
	text-decoration: none;
}
#buysell h2 a:hover {
	text-decoration: underline;
}
#buysell .block_body_part {
	height: 85px;
	margin-left: 85px;
	border: 0px;
	padding-top: 5px;
}
#buysell .hbar {
	background-color: #50B94F;
	height: 2px;
	overflow: hidden;
	margin: 5px 0px;
}

