﻿/* Styles for eBay */
.centertable {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
	border-bottom-style: double;
	border-bottom-width: medium;
	border-bottom-color: #C0C0C0;
}
.ebaytitle {
	font-size: 10pt;
	padding-top: 10px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.ebaytitle a {
	text-decoration: none;
	color: #000000;
}
.ebayimage img {
	border-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.description {
	font-size: 10pt;
}
.description a {
	background-position: center center;
	padding: 10px 15px 10px 15px;
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	background-image: url('../style/buynow.png');
	background-repeat: no-repeat;
	display: inline-block;
}
.description a:hover {
	color: #FF0000;
	text-decoration: none;
}
.showprice {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}
