@charset "iso-8859-2";
#item-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#item-list li {
	clear: both;
	background-image: url(../img/dot-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #7d7d7d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#item-list a {
	text-decoration: none;
	color: #0075b8;
}
#item-list .price {
	float: right;
	font-weight: bold;
	color: #828282;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}
.price .value {
	color: #ff6d01;
}
#item-list h2 {
	background-image: url(../img/dot-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
#item-list .product {
	margin-left: 90px;
}
.buttons {
	float: right;
	width: 200px;
	display: block;
	text-align: right;
}
#item-list .buttons a:hover{

filter:alpha(opacity=75);

-moz-opacity:0.75;

opacity: 0.75;	

}
