/* ================================
    CSS STYLES FOR Module ProductListing
   ================================
*/
.ProductListingContent table.top{
    display: none;
}

/*display amount and sort-by dropdown menus*/
.productListingNav{
    display: none;
}

.productListingModule td input, .productListingModule td p{
	margin: 0;
}
.productListingModule td{
	background: #ddd;
	border-bottom: 1px solid #999;
	padding: 10px 10px;
	text-align: right;
	vertical-align: middle;
}
.productListingModule .title{
	text-align: left;
}
.productListingModule td td{
	border: none;
	padding: 0;
}
.productListingModule .top{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	width: 100%;
}
.productListingModule .title p{
    display: block;
}
.productListingModule .title .collapsed{
    display: none;
}
.productListingModule .shortName, .productListingModule .productID span{
	font-weight: 700;
}
.productListingModule .description p, .productListingModule .description a{
	font-size: 10pt;
}
.productListingModule .description .collapseTrigger{
	display: none;
}
.productListingModule .description div{
	background: #fff;
	color: #666;
	padding: 10px;
}
.productListingModule  .price td{
	font-size: 10pt;
	font-weight: 400;
	text-align: left;
	width: 50px;
}
.productListingModule .openDollar{
    text-align: left;
}