/* ------ listing ------ */

#listing {
	width: 800px;
	margin: 0;
	float: right;
	background: #fff;
}

#listing ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
}

#listing ul li {
	margin: 0;
	padding: 0 5px 5px 5px;
	display: inline;
	text-align: center;
	margin: 0 0 40px 0;
}

#listing li {
	width: 150px;
	float: left;
	text-align: center;
	line-height: 1.4em;
	font-size: .85em;
	background: #fff url("../images/main/item-background.gif") no-repeat 5px 164px;
}

#listing ul li img {
	height: 148px;
	width: 148px;
	padding: 0 0 14px 0;
	border: 1px solid #e3e2e2;
}

#listing a:hover {
	color: #000;
}

#listing ul li a:hover img {
	border: 1px solid #cacaca;
}

#listing .product-price {
	background: #8e8b8b;
	padding: 0;
	width: 60px;
	text-align: center;
	position: relative;
	top: -13px;
	left: -4px;
	height: 19px;
	float: right;
	color: #fff;
	line-height: 19px;
	vertical-align: middle;
}

.product-description {
	clear: right;
	display: block;
}

#order {
	float: right;
	margin: 0 10px 14px 0;
	padding: 0 0 14px 0;
	line-height: 1.4em;
	font-size: .85em;
	padding: 4px;
	text-align: right;
	/*border-bottom: 1px dotted #cccccc;*/
}

#order a {
	margin: 0 3px 0 3px;
}

#page-number {
	line-height: 1.4em;
	font-size: .85em;
	margin: 14px 0 0 0;
	padding: 14px 0;
	/*border-top: 1px dotted #cccccc;*/
}

#page-number a {
	margin: 0 3px 0 3px;
}

.arrow {
	height: 9px;
	width: 11px;
}