/* ------ listing ------ */

#listing {
	width: 800px;
	margin: 0;
	float: right;
}

#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 5px 0;
}

#listing li {
	width: 150px;
	float: left;
	text-align: center;
	line-height: 1.4em;
	font-size: .85em;
}

#listing ul li img {
	height: 148px;
	width: 148px;
	padding: 0 0 14px 0;
	border-top: 1px dotted #fff;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border-bottom: 1px dotted #000;
}

#listing a:hover {
	color: #000;
}

/*#listing ul li a:hover img {
	border-top: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}*/

#listing .product-price {
	background: url("/images/main/tag.gif");
	padding: 0 3px 0 21px;
	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;
}