﻿.breadcrumbs
{
	color:#5a5a5a;
}
	.breadcrumbs a
	{
		color:#5a5a5a;
	}
	.breadcrumbs a:hover
	{
		text-decoration:none;
	}

/*Category*/
.categoryGrid
{
}
	.categoryGrid td
	{
		padding-right:50px;
	}
	.categoryGrid a
	{
		color:#000;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
	}
	.categoryGrid a:hover
	{
		text-decoration:underline;
	}

.categoryImageContainer
{
	border:3px #bbb solid;
}

.divider
{
	height:1px;
	color:#ccc;
}

.categoryDescription
{
	font-weight:bold;
}

/*Listings*/
.listingGrid
{
	margin:0;
}

.listingGrid .previewOuter
{
	width:150px;
	margin:10px 20px 0 -70px;
	float:left;
	clear:both;
}
.listingGrid .preview
{
}

.listingGrid .description
{
	float:left;
	width:655px;
	margin:0 0 15px 0;
}
.listingName
{
	width:100%;
	margin:5px 0;
}
	.listingName a
	{
		color:#000;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
	}
	.listingName a:hover
	{
		text-decoration:underline;
	}

.sku
{
	color:#555454;
	font-style:italic;
}

.price
{
	color:#5f9532;
	line-height:19px;
	font-weight:bold;
	font-size:16px;
	margin:0 0 10px 0;
}

.learnMore
{
	position:absolute;
	bottom:-15px;
	right:30px;
}
	.learnMore a
	{
		color:#000;
		text-decoration:none;
	}
	.learnMore a:hover
	{
		text-decoration:underline;
	}

/*Listing Detail*/
#product
{
}
	#product .images
	{
		margin:10px auto 0px auto;
	}
	#product .image
	{
		vertical-align:top;
	}
		#product .image .mainImage
		{
			border:1px #ededed solid;
		}
	#product .image .preview
	{
		cursor:pointer;
		
	}
	#product .detail
	{
		vertical-align:top;
		padding:0 0 0 50px;
	}
		#product .detail .name
		{
			font-size:25px;
			font-weight:bold;
		}
		#product .detail .sku
		{
			font-size:14px;
			margin:0 0 10px 0;
		}
		#product .detail .details
		{
			color:#000;
			font-size:16px;
			font-weight:bold;
			margin:0 0 10px 0;
		}
		#product .detail .price
		{
			color:#000;
			font-size:16px;
			font-weight:bold;
			width:200px;
			float:left;
			margin:10px 0 0 0;
		}
		#product .detail .description
		{
			margin:20px 0 15px 0;
		}
		#product .detail .option
		{
			width:250px;
			float:left;
			margin:10px 0 0 0;
		}
		#product .detail .buyNow
		{
			float:left;
			width:145px;
		}
		#product .detail .buyNow2
		{
			float:left;
			width:145px;
		}
		#product .detail .url a
		{
			color:#000;
			text-decoration:none;
			font-weight:bold;
			background-color:#ccc;
			padding:5px;
		}
		#product .detail .url a:hover
		{
			background-color:#000;
			color:#ccc;
		}
.description .relatedDivider
{
	border-bottom:1px #b1b1b1 dashed;
	margin:0 0 10px 0;
}
.description .relatedHeader
{
	font-size:16px;
	color:#ff0000;
}