/*lista*/
h3 a {
	font-style: normal;
}
h3 a span {
	color: #205EC6;
}
h3.inaccessible a {
	text-decoration: line-through;
	color: #5A7792;
}
h3.hidden a{
	background: #CDD7E0;
	color: #5A7792;
}

ul.listedItems {
	margin :0px;
	clear:both;
}
ul.listedItems li {
	list-style-image: none;
	list-style: none;
	border-bottom: 2px solid #EFEBEF;
}
ul.listedItems li span.termName {
	font-weight: bold;
}
ul.listedItems li a.more {
	font-size: smaller;
}
ul.listedItems li span.priceValue {
	font-size: larger;
	font-weight: bold;
	float: right;
	padding-left:2px;
}
ul.listedItems li span.priceValue .priceFrom, ul.listedItems li span.priceValue .priceTo{
	font-size: smaller;
	font-weight: normal;
}
ul.listedItems li span.priceValue span.old_price {
	padding-right:4px;
}
ul.listedItems li .photo {
	text-align: center;
	position: relative;
	padding: 0 1px 1px 1px;
	width: 165px;
	float:left;
	min-height: 135px;
	overflow: hidden;
	height: 132px;
}
ul.listedItems li .photo .tag {
	display: block;
	height: 66px;
	width: 66px;
	position: absolute;
	right: 16px;
	top: 66px;
}
ul.listedItems li p.adminColumn {
	float: left;
	margin-left: -10px;
	margin-right: 5px;
}
ul.listedItems li.categorySeparator {
	text-align: center;
	font-weight: bold;
	font-size: larger;
	padding: 4px 0;
}
