.prodliststyle .swgcmsEntryItem {
	width: 140px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: left;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: solid #DDDDDD 1px;
	padding-top: 5px;
}
.prodliststyle .swgcmsEntryThumbnail {
	text-align: center;
}

.prodliststyle .swgcmsEntryThumbnail img{
	width: 120px;
	height: 90px;
}
.prodliststyle .swgcmsEntryDescription {
	font-size: 10px;
	text-align: left;
	margin-left: 0px;
	height: 140px;
}
.prodliststyle .swgcmsEAttrValueStrike {
	text-decoration:line-through;
	color: red;
}
.prodliststyle .swgcmsEntryItem li {
	list-style-type: none;
	white-space: nowrap;
}
.prodliststyle .swgcmsEntryItem ul {
    list-style-type: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 5px;
}
.prodliststyle h3.entrytitle {
	font-size: 16px;
	color:#993300;
}

.prodliststyle a img { border: #FFFFFF solid 1px; }
.prodliststyle a:link img { border: #FFFFFF solid 1px; }
.prodliststyle a:visited img { border: #FFFFFF solid 1px; }
.prodliststyle a:hover img { border: #FFFFFF solid 1px; background-color:#CCCCCC; }
/*a:hover img { border: #CCCCCC outset 1px; }*/

.prodliststyle .swgcmsEntryListWrap {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 100%;
	overflow: hidden;
}
/* Contain the floats using the :after method */
.prodliststyle .swgcmsEntryListWrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
/*  Start Holly Hack for IE Guillotine BUG, http://www.positioniseverything.net/explorer/guillotine.html \*/
* html .prodliststyle .swgcmsEntryListWrap {
	zoom: 1;
}
/* End of Holly Hack for IE Guillotine BUG */
