/* style rules for the catalogue page */

h1 {
	display: block;
	width: 75%;
	float: left;
}

ol.productList {
	list-style-type: none;
}

	ol.productList li {
		float: left;
		width: 178px;
		height: 318px;
		text-align: center;
		margin: 10px 0;
	}
	
		ol.productList li a {
			display: block;
			position: relative;
			height: 300px;
			clear: both;
		}
	
		ol.productList li a:link,
		ol.productList li a:visited {
			text-decoration: none;
		}
	
		ol.productList li a:hover span,
		ol.productList li a:active span {
			text-decoration: underline;
			
		}
	
			ol.productList li a img {
				margin: 0 auto 10px 0;
				border: none;
			}

form#sortProducts {
	display: block;
	float: right;
}

form#sortProducts fieldset {
	margin: 0;
	padding: 0;
}
form#sortProducts select,
form#sortProducts option {
	font-size: 1em;
	color: #333;
}

div#categoryDescription {
	clear: both;
}

	div#categoryDescription > blockquote {
		overflow:hidden;
	}

ol.productList li a span {
	text-align: center;
}

ol.productList li a span.buyNow {
	background: url(/images/mini-buy-me.gif) no-repeat;
	bottom: 48px;
    float: right;
    height: 21px;
    position: absolute;
    right: 8px;
    text-indent: -1999px;
    width: 57px;
}
