@charset "utf-8";
/* CSS Document */

.prodisp {
	width: 145px;
	float: right;
	font-family: arial,sans-serif;
	font-size: 11px;
	line-height: 13px;
	vertical-align: baseline;
	text-decoration: none;
	display: inline;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0pt;
}
.prodstitle {
	text-decoration: none;
	height: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.prodstitle h4 {
	font-size: 11px;
	font-weight: bold;
}
.prodsimage {
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 145px;
	width: 145px;
	padding-top: 10px;
}

.prodsimage img{
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}
.prodsprice {
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.prodsviews {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

