.centerBoxPath  {
	font-size:12px;
	color:#575757;
	font-weight:bold;
	padding: 8px 0 22px 12px;
}
.centerBoxPath a {
	color:#575757;
	text-decoration:none;
}
.sortOptions { /*IE7*/
	clear:both;
	float:right;
	margin-bottom: 10px;
}
.productQuantity {
	float:right;
	width: 220px;
}
.sortBy {
	float:right;
	width:200px;
}
.productQuantity p, .sortBy p {
	font-size: 12px;	
}
#productList {
	float:left;
	clear:both;
}
.product {
	float:left;
	border: 1px solid #bdbdbd;
	margin-bottom: 3px;
	min-height: 124px;
	}
.productPicture { /*IE7 i IE6*/
	float:left;
	width: 129px;
 	height: 117px;
	padding: 2px 8px 0px 3px;
}
.productPicture { 
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	margin: 0 auto;
}
.productPicture * {
    vertical-align: middle;
}
.productPicture {
    display: block;
}
.productPicture span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
.productName{
	float:right;
	display: inline-table;
}
.productName * {
	color:#3b77bc;
	font-size: 13px;
	margin: 5px 0 5px 0;		
}
.productDesc  {
	float:right;
}
.productDesc * {
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	color: #000;	
	font-weight:normal;
}
.productPrice {
	float:right;
	margin: 5px 0 4px 0;	
}
.productPrice a {
	color: #ff4e00;
	font-size: 17px;
	text-decoration:none;
	font-weight:bold;
}
#productPages {
	clear:both;
	float:left;
	width:100%;
}
.count {
	float:left;
	word-spacing: 1px;	
	padding:10px 5px 5px 5px;
}

.count p{
	float:left;
	padding: 0 10px 0 10px;
}
.count *{
	font-size: 13px;
}
.count a {
	color:#000;	
}

.goToPage {
	float:right;	
	margin: 10px 5px 5px 5px;
}
.goToPage p, .goToPageTextField {
	float:left;	
}
.goToPage p{
	font-size: 13px;
	line-height:18px;
	margin: 0 5px 0 10px;
}
.goToPageTextField {
	float:left;
	height:15px;
	border:1px solid #000;
	width:15px;
	line-height: 15px;
	font-size:15px;
	vertical-align:top;
}
.pageInfo { /*columns123.css*/
	font-size:13px;	
	float:left;
	padding:10px 5px 10px 5px;
}

