/* BUY Below Post */

#abm-below-store-buttons {
	height: 273px;
	margin-bottom: 30px;
	background: url('images/store-below-post.jpg') center no-repeat;
}
#abm-below-store-buttons ul {
	margin: 0;
	position: relative;
	list-style: none;
	padding-top: 80px;
	padding-left: 170px;
	text-align: center;
}
#abm-below-store-buttons li {
	display: inline-block;
	margin: 0 -15px;
}
#abm-below-store-buttons li a {
	display: inline-block;
	text-align: center;
	background-image: url('images/buy-buttons.png');
	background-repeat: no-repeat;
}
#abm-below-store-buttons li.buy-from-amazon-below {
	position: relative;
}
#abm-below-store-buttons li.buy-from-amazon-below a {
	background-position: 0 0;
	width: 268px;
	height: 154px;
}
	#abm-below-store-buttons li.buy-from-amazon-below a:hover {
		background-position: 0 -155px;
	}
#abm-below-store-buttons li.buy-from-ebay-below a {
	background-position: -268px 0;
	width: 205px;
	height: 154px;
}
	#abm-below-store-buttons li.buy-from-ebay-below a:hover {
		background-position: -268px -155px;
	}
#abm-below-store-buttons a {
	display: inline-block;
	text-indent: -9999em;
}

/* Floating buttons */
#abm-floating-store-buttons {
	display: none;
	padding-top: 15px;
}
#abm-floating-store-buttons h4:after {
	display: block;
	content: "";
	height: 6px;
	background: url('images/buy_dots.png') center no-repeat;
	margin-top: 8px;
}
#abm-floating-store-buttons h4 {
	font-size: 15px;
	letter-spacing: -1px;
	line-height: 0.9;
	font-weight: bold;
	max-width: 62px;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 0;
}
#abm-floating-store-buttons h4.share-heading {
	margin-top: 1em;
}
#abm-floating-store-buttons div {
	margin-bottom: 0.5em;
}
.buy-from-amazon,
.buy-from-ebay {
	width: 65px;
	height: 61px;
	text-indent: -9999em;
	display: block;
	background: url('images/abm_buy_buttons.png');
}
.buy-from-amazon {
	background-position: center bottom;
}

.amazon-post-link {
	display: inline-block;
	width: 84px;
	height: 16px;
	background: url(images/amazon_16.png);
	text-indent: -9999em;
	position: relative;
	top: 6px;
	margin-left: 2px;
	margin-right: 5px;
}
.ebay-post-link {
	display: inline-block;
	width: 38px;
	height: 16px;
	background: url(images/ebay_16.png);
	text-indent: -9999em;
	position: relative;
	margin-left: 2px;
}

.amazon-post-link:hover {
	background: url(images/amazon_16.png) !important;
}
.ebay-post-link:hover {
	background: url(images/ebay_16.png) !important;
}

#dd_ajax_float {
	padding-top: 15px;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#e5e5e5 100%);
}
#dd_ajax_float:before {
	display: block;
	width: 62px;
	height: 17px;
	background: url('images/digg_digg_before.png');
	content: "";
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -31px;
}
