/* CSS Document */


*/

img	{
	margin: 0;
	padding: 0;
	border: 0;
}

.categoryListing 
{
	width: auto;
	padding: 0px;
	margin: 0;
	float: left;
}
	
.categoryListing h1 {
	padding: 0;
	margin: 0 7px 12px 8px;
	font-family: times, times new roman, georgia, serif;
	font-size: 1.8em;
	font-weight: normal;
	}

.categoryListRow {
	width: auto;
	margin: 0;
	padding: 0 0 25px 0px;
	float: left;
	}

.categoryListItem {
	width: 125px;
	padding: 0px;
	margin: 0 0 0 25px;
	background: ;
	float: left;
text-align:center;
	}
		
.categoryGutter { margin: 0 12px 0 0; }
	
.categoryListItem a img {
	border: 1px solid #e6e6e6;
	}
	
.categoryListItem a.special img {
	border: 1px solid #c71a26;
	}
	
.categoryListItem a.special:hover img {
	border: 1px solid #9b030e;
	}
	
.categoryListItem a.special img.saveIcon {
	border: none;
	margin-top: -34px;
	margin-left: 68px;
	z-index: 1px;
	}
	
.categoryListItem a.special:hover img.saveIcon {
	border: none;
	}
	
.categoryListItem a:hover img {
	border: 1px solid #aaaaaa;
	}
	
.categoryListItem a img {
	border: 1px solid #ccc;
	}
	
#giftIdea .categoryListItem a img {
	border: 1px solid #e3b1ac;
	}
	
#giftIdea .categoryListItem a:hover img {
	border: 1px solid #bb9490;
	}
	
#productInfoMore .categoryListItem p a {
	font-size: 1.1em;
	line-height: 110%;
	color: #6e6e6e;
	text-decoration: none;
	}

.categoryListItem p a:hover {
	text-decoration: underline;
	}
	
.itemPrice {
	width:100%;
	padding: 0 0 8px 0;
	margin: 0;
	
	}
	
.itemPrice img { 
	margin: 0 2px 0 0;
	padding: 0;
	border: none;
	float: left;
	}
	
.itemPrice .price { 
	margin: 0;
	padding: 0;
	color:#007862;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	
	}
	
.itemPrice .productName {
	width: 102px;
	margin: 1px 0 0 0;
	padding: 4px 0 0 0;
	font-size: 0.9em;
	line-height: 120%;
	border-top: 1px solid #e6e6e6;
	float: left;
	}
	
.itemPrice .productName a {
	color: #6e6e6e;
	text-decoration: none;
	}
	
.itemPrice .productName a:hover { text-decoration: underline }
