/* CSS Document */

.thumbs {
	list-style:none;
	margin:0;
	padding:0;
}
.thumbs a, .thumbs a:hover {
	display:table-cell;
	display:inline-block !justIE;
	padding:0px 0 0 8px;
	background:transparent url(/img/thumbBorder.gif) left top no-repeat;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
}
.thumbs a div {
	padding:6px 10px 6px 0;
	display:block;
	background:transparent url(/img/thumbBorder.gif) right top no-repeat;
	color:#B24540;
	position:relative;
}
.thumbs a div img {
	height:80px;
	display:block;
	margin-bottom:10px;
}
.thumbs a div img.outOfStock {
	width:107px;
	height:9px;
	position:absolute;
	left:0px;
	top:77px;
}


.paginationLinks {
	float:right;
	overflow:visible;
	height:0px;
	margin:-22px 10px 0 0;
	font-size:1em;
	white-space:nowrap;
	font-weight:bold;
	text-align:center;
}
.paginationLinks a.pageNumber {
	display:inline-block !justIE;
	border:1px solid #B43228;
	padding:0px 3px;
	margin-right:3px;
	font-size:1em;
	color:#333;
}
.paginationLinks a.current {
	background-color:#D8A19D;
}