﻿/* CategoryList Items CSS
-------------------------------------------------------------------------------------*/
	.CategoryList {
		list-style: none;
		margin: 0 0 15px 0;
		padding: 0;
		width: 410px;
		overflow: hidden;
	}
	
	* html .CategoryList {
		width: 390px;
	}
	#noright .CategoryList {
	    width: 570px;
	}
	* html #noright .CategoryList {
		width: 550px;
	}
	h2.CategoryList	{
	    margin-bottom: 0;
	    padding-bottom: 0;
		color: #872D60;
	}
	.CategoryList h2.CategoryList {
		width: 410px;
	}
	* html .CategoryList h2.CategoryList {
		width: 390px;
	}
	#noright .CategoryList h2.CategoryList {
	    width: 570px;
	}
	* html #noright .CategoryList h2.CategoryList {
		width: 550px;
	}
	.CategoryList li {
		background-repeat: no-repeat;
		background-position: bottom;
		background-color: #FEF1F9;
		float: left;
		margin: 0 8px 10px;
		text-align: center;
		width: 115px;
		height: 170px;
		background-position: 0 2.5em;
		border: 1px solid #ED008C;
	}
	* html .CategoryList li {
		margin: 0 3px 10px;
	}
	.CategoryList li a.thumbnail:link,
	.CategoryList li a.thumbnail:visited {
		display: block;
		margin: 0 auto;
		height: 170px;
		text-decoration: none;
		text-indent: -10000px;
		width: 115px;
	}
	* html .CategoryList li a.thumbnail:link,
	* html .CategoryList li a.thumbnail:visited {
		height: 150px;
	}
	.CategoryList h3,
	.CategoryList h4 {
		float: right;
		font-size: 80%;
		height: 2.5em;
		margin: 0 auto;
		text-align: center;
		background-color:#FEF1F9;
		vertical-align: middle;
	}
	a.add_fav {
		display: block;
		font: bold 90%;
		margin: 0 auto;
		text-align: center;
		text-decoration: none;
		width: 115px;
		height: 2.5em;
		color: #ED008C;
	}
	a.add_fav:hover {
		text-decoration: underline;
	}
	a.small {
		font-size: 1.2em;
	}
	a.add_fav strong {
		display: none;
	}
	a img {
		border: 0;
	}
/* Product Listings CSS
-----------------------------------------------------------------*/
#productList{
	width: 400px;
	float: right;
}
#noright #productList {
	width: 570px;
}
* html #noright #productList {
	width: 550px;
}

#productList div.prodItem{
	margin: 10px 2px;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
#productList div.prodItem h2.prodTitle{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 100%;
}
#productList div.prodItem h2.prodTitle a{
	color: #872D60;
}
#productList p.prodDesc{
	margin: 0;
	padding: 0 0 10px 0;
}
#productList div.prodCost{
	float:right;
	width: 150px;
	font-size: 75%;
}
#productList div.prodCost ul{
	margin: 0;
	padding:0 0 0 5px;
	list-style-type: none;
}
#productList .RRP{
	text-decoration:line-through;
}
#productList .ORP{
	font-weight:bold;
}
#productList .Save{
}
#productList .prodOnSpecial{
	font-size: 85%;
	color: #CC0073;
}
#productList div.prodItem div.AddToCart{
	float:right;
	font-size: 85%;
}
#productList div.prodItem div.AddToCart input
{
    margin-right: 5px;
}
#productList div.prodItem div.AddToCart select
{
    width:100px;
    margin-right: 5px;
}
#productList .RRP span,
#productList .ORP span,
#productList .Save span{
	width: 75px;
	display:block;
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
}