/* Category Page */

#catlist {
	margin:0;
	padding:0;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DFE6CC;
	border-left-color: #DFE6CC;	}

#catlist li {
	margin:0;
	padding:10px;
	
	width:144px;
	height:180px;
	float:left;
	border:1px solid #DFE6CC;
	/*border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #DFE6CC;
	border-right-color: #DFE6CC;*/
	list-style-type: none;
	
	text-align:center;
	}

#catlist a {
	display:block; color: #899a51;
	}
#catlist a:hover, #catlist a:visited, #catlist a:link { color: #899a51; } 

#catlist img {
	display:block;
	border:none;
	}

.catdescription,.catprice {
	text-decoration:none;
	font-size:10px;
	margin:0px;
	font-weight:bold;
	text-align:left;}

.catprice { font-size: 12px;
/*
	color:#95A462; */}
	
	
#productImage {
	float:right;
	padding:10px;
	border:1px solid #DFE6CC;
	width:270px;
	}


#addToBasket {
	background-color:#B8C296;
	border:1px solid #DFE6CC;
	width:140px;
	height:18px;
	padding:4px;
	background-image: url(images/plus_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

#addToBasket a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	}