﻿.breadcrumbcontainer
{
	font-size:10px;
	float:right;
	color:#685f56;
}
	.breadcrumbcontainer a
	{
		color:#685f56;
		text-decoration:none;
	}
	.breadcrumbcontainer a:hover
	{	color:#685f56;
		text-decoration:underline;
	}
/*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
{
	width:341px;
	height:293px;
	background-image:url(/images/gallery-category-bkg.jpg);
	background-repeat:no-repeat;
	padding:23px 0 0 0px;
}
	.categoryimagecontainer .image
	{
		width:300px;
		padding:0 0 0 25px;
	}

	.categoryLink 
	{
		margin:12px 0;
		width:300px;
		text-align:center;
	}
	.categoryLink a
	{
		color:#ffffff;
		text-decoration:none;
		font-size:18px;
		font-weight:bold;
	}


.divider
{
	height:1px;
	color:#ccc;
}

.categoryDescription
{
	font-weight:bold;
}

/*Listings*/
.listingGrid
{
	margin:10px 0 10px 50px;
}
.listingGrid .previewOuter
{
	width:175px;
	float:left;
}
.listingGrid .description
{
	float:left;
	width:450px;
}
.listingName
{
	width:100%;
}
	.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:#ff0000;
	line-height:19px;
}

.learnMore
{
	text-align:right;
	margin:8px 0;
}
	.learnMore a
	{
		color:#000;
		text-decoration:none;
	}
	.learnMore a:hover
	{
		text-decoration:underline;
	}

/*Listing Detail*/
#product
{
}
	#product .image
	{
		vertical-align:top;
		width:410px;
	}
	
	#product .mainImage
	{
		margin:0 0 10px 0;
		text-align:center;
	}
	.images td
	{
		padding:5px;
	}
	#product .image .preview
	{
		cursor:pointer;
	}
	#product .detail
	{
		vertical-align:top;
	}
		#product .detail .name
		{
			font-size:25px;
			font-weight:bold;
		}
		#product .detail .sku
		{
			font-size:14px;
			margin:0 0 10px 0;
		}
		#product .detail .price
		{
			color:#000;
			font-size:16px;
			font-weight:bold;
			margin:0 0 10px 0;
		}
		#product .detail .description
		{
			margin:0 0 15px 0;
		}
		#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;
		}
		#product .detail .option
		{
			color:#000;
			font-size:16px;
			font-weight:bold;
			margin:8px 0 10px 0;
			float:left;
		}
		#product .detail .buyNow
		{
			float:left;
			margin:0 0 0 10px;
		}
#product .coupon .heading
{
	font-size:12px;
	font-weight:bold;
}
#product .invalid
{
	color:#ff0000;
	font-style:italic;
}
#product .box
{
	width:114px;
}