#contentDiv{
	color:#6E6A6B;
	min-height:534px;
}

A{
color:#9CA1A8;
text-decoration:none;
}

#pageHeader{
	margin-bottom:32px;
	padding-right:4px;
	margin-top:30px;
}

#pageHeader H1{
	font-size:16px;
	color:#9CA1A8;
}	
#pageHeader H1 B{
	color:#252122;
}	
 
#productsDiv{
	width:848px;
	height:368px;
	overflow:hidden;
	position:relative;
	margin:auto;
	margin-bottom:20px;
}

.catalogProduct{
	float:right;
	margin:15px 30px;
	position:relative;
	width:145px;
	height:160px;
	text-align:center;
}

.productImg{
	width:130px;
	height:130px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	font-size:12px;
	position:relative;
	margin:auto;
	overflow:hidden;
}

.catalogProduct H2{
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0;
}
.catalogProduct H2 B{
	color:#252122;
	font-weight:normal;
} 

.catalogProduct SPAN{
	font-size:10px;
}

#navLinks{
	position:absolute;
	width:100%;
	text-align:center;
	height:20px;
	font-size:10px;
	direction:ltr;
}

#navLinks .current{
	color:#252122;
}

.pagenums{
padding-bottom:3px;
}
