.shopping .longbox .print .img {
	width: 100px;
	float: left;
	margin-right: 6px;
}
.shopping .longbox .box ul li {
	width: 330px;
}
.shopping .longbox .box ul li a {
	color: #808080;
}
.shopping .longbox .box ul li p {
	color: #808080;
	font-weight: normal;
	height: 14px;
	overflow: hidden;
	width: 178px;
	display: block;
	margin: 0 0 2px 0;
}
.shopping .longbox .box ul li p.links {
	color: #474747;
}
.shopping .longbox .box ul li p.brand {
	color: #474747;
	font-family: century gothic;
	font-size: 14px;
	text-transform: uppercase;
}
.shopping .longbox .box ul li p.price.striked {
	text-decoration: line-through;
	color: #808080;
	font-weight: normal;
}
.shopping .longbox .box ul li p.price {
	color: #FD6C01;
	font-weight: bold;
}
.shopping .longbox .box a.read-more {
	float:right;
	font-size:1.1em;
	color:#0195fd;
	font-weight:bold;
	background:url(../images/bull-doublearrow.gif) no-repeat 100%  50%;
	padding:0 15px 0 0;
	text-decoration:none;
}
.shopping .longbox .box a.read-more:hover {
	text-decoration: underline;
}
.category-page.shopping .longbox .box {
	margin: 0 0 0 -13px;
	padding: 0 13px;
	border-bottom: none;
	width: 284px;
}