.price {
	color: #ed5900;
	font-weight: bold;
}

.price .without-promotion, .price .without-promotion .price {
	color: #333;
	font-weight: normal;
	text-decoration: line-through;
}

.price .promotion, .price .promotion .price {
	color: #d00000;
}

div.product {
	width: 165px;
	padding: 5px 0 5px 0;
	
	text-align: center;
	
	border: 1px solid #ddd;
	
	position: relative;
	
	-moz-border-radius: 4px;
	
	float: left;
	margin: 0 10px 10px 0;
}

#catalogue div.category-image {
	width: 100%;
	overflow: hidden;
	
	margin-bottom: 10px;
}

#catalogue p.description {
	font-size: 14px;	
}

#catalogue div.categories {
	margin-bottom: 20px;
}

#catalogue div.categories table {
	width: 100%;
}

#catalogue div.categories table td {
	vertical-align: top;
	width: 33%;
}

#catalogue div.categories ul li {
	list-style: square;
	margin-left: 1.6em;
}

#catalogueSearchForm {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ddd;
}

div.new {
	position: absolute;
	left: 0;
	top: 0;
	
	width: 40px;
	height: 40px;
	background: url(../images/new.gif) no-repeat;
}

div.promotion {
	position: absolute;
	right: 0;
	top: 0;
	
	width: 40px;
	height: 40px;
	background: url(../images/promotion.gif) no-repeat;
}

div.product fieldset {
	padding: 0;
}

#productsListingOrderForm {
}

div.pagination {
	float: right;
}

div.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

div.pagination ul li {
	display: inline;
}

div.pagination ul li a {
	margin: 0 .3em 0 .3em;
}

div.pagination ul li a:link, div.pagination ul li a:visited {
	background-color: #ddd;

	padding: .2em .4em .2em .4em;
	
	-moz-border-radius: 3px;
}

div.pagination ul li.current {
	font-weight: bold;
}

.top-pagination {
	border-bottom: 2px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.top-pagination p {
	margin-bottom: 0;
}

.bottom-pagination {
	border-top: 2px solid #ddd;
	padding-top: 5px;
}

.bottom-pagination div.pagination {
	float: none;
}