#ClassifiedBreadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #929AC1;
	font-weight: bold;
}
#ClassifiedBreadCrumb a {
	font-size: 12px;
	text-decoration: underline;
}
#EbayAds {
	position: relative;
	width: 100%;
}
a div.EbayAd
{
	float: left;
	background-color: #FFFFFF;
	margin: 3px;
	margin-left: 20px;
	padding: 3px;
	height: 25px;
	width: 150px;
	border-top: 2px #EAEAEA solid;
	border-right: 2px #666 solid;
	border-bottom: 2px #333 solid;
	border-left: 2px #EAEAEA solid;
}

a:hover div.EbayAd {
	background-color: #FFFBB2;
}

#ClassifiedNavBlock {
	position: relative;
}
#ClassifiedNavBlock li a
{
	color: #FFFFFF;
	text-decoration: underline;
	padding: 7px;
	background-color: #4766C7;
	font-weight: bold;
	border: solid 1px #4766C7;
}
#ClassifiedNavBlock li a:hover {
	color: #3C3CFF;
	background-color: #FFFFFF;
	border: solid 1px #3C3CFF;	
}
#ClassifiedNavBlock li
{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
.ClassifiedCategoryMeta {
	font-size: 18px;
	font-weight: bold;
}

h1.classifiedSectionTitle {
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}
a:hover .searchResult {
	background-color: #FFFFCC;
}
.searchResult {
	float: left;
	position: relative;
	width: 45%;
	height: 120px;
	padding: 10px;
	border: solid 1px #CCCCCC;
	margin: 10px;
}
.searchResult h4 {
	padding: 3px;
	border: solid 1px gray;
	background-color: #EEEEEE;
	margin-bottom: 4px;
}
.searchResult .price strong {
	font-weight: bold;
	font-size: 14px;
}
.searchResult .price {
	font-size: 24px;
	color: green;
}

a:hover .itemListing {
	cursor: pointer;
	background-color: #FFFFCC;
}

.itemImage {
	margin-right: 5px;
	position: relative;
	width: 96px;
	height: 96px;
	background-repeat: none;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #eeeeee;
	float: left;
}
.itemListing {
	background-color: #FFFFFF;
	float: left;
	position: relative;
	width: 305px;
	padding: 6px;
	border: solid 1px #CCCCCC;
	margin: 2px;
}
.itemListing h4 {
	font-size: 11px;
	font-weight: bold;
	position: relative;
	width: 295px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	padding: 3px;
	border: solid 1px gray;
	background-color: #4A6CC6;
	margin-bottom: 4px;
	color: white;
}

.itemListing .price strong {
	font-weight: bold;
}
.itemListing .price {
	color: green;
}
#homeTeaserBlock {
	padding-left: 20px;
}
#categoryBlock {
	margin-left: 6px;
}
#categoryBlock div div {
	
}
#homeTeaserBlock div {
	margin-right: 5px;
}
.ebayCatCount {
	position: relative;
}
.ebayCatCount span {
	float: left;
	position: relative;
	display: block;
	width: 40px;
}
.titlePlate {
	padding-top: 5px;
}
.buyingGuides {
	padding: 20px;
	border-bottom: solid 1px gray;
}
a:hover .buyingGuides {
	background-color:  #FFFFCC;
}
