/* -------------------------------------------------------------------------------------------------------------

	 ePages 5 - Storefront Style Slim List

------------------------------------------------------------------------------------------------------------- */

div.ProductListContent {
	white-space: nowrap;
	text-align: left;
}

div.ProductListContent div.InnerContent {
	position: relative;
	width: auto;
	margin: 0;
	border: 0;
}

.OrderByAlias {
	position: absolute;
	left: 0px;
	top: 4px;
}

.OrderByName {
	position: absolute;
	left: 150px;
	top: 4px;
}

.OrderByListPrice {
	position: absolute;
	right: 6px;
	top: 4px;
}

.ListItemProduct {
	display: block;
	margin-top: 1px;
	position: relative;
    height: auto;
    _height: 100%;
	clear: both;
}

.ListItemProduct .AliasArea {
	display: block;
	_clear: right;
	padding: 3px;
	padding-left: 6px;
	width: 40px;
	vertical-align: top;
	float: left;
}

.ListItemProduct .ImageArea{
	display: block;
	_clear: right;
	float: left;
	padding: 3px;
	padding-left: 6px;
	width: 60px;
	height: 100%;
	_height: auto;
	vertical-align: top;
	text-align: center;
}

.ListItemProduct .ImageArea .ProductSmallImage {
	height: 30px;
}

.ListItemProduct .InfoArea {
	display: block;
	_clear: right;
	float: left;
	padding: 3px;
	padding-left: 6px;
	width: 98%;
	height: auto;
	vertical-align:top;
}

.ListItemProduct .PriceArea {
	display: block;
	float: right;
	text-align: right;
}

.ListItemProduct .Price {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

.ListItemProduct .DailyPrice,
.ListItemProduct .ReferencePrice {
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
}

.ListItemProduct .Description {
	width: 100%;
}

.ListItemProduct .Links {
	display: block;
	clear: both;
	text-align: right;
	white-space: nowrap;
	padding-left: 6px;
}

.ProductListImageBox .NewProduct,
.ListItemProduct .NewProduct {
	font-size: 11px;
	position: static;
	float: left;
	min-width: 28px;
	width: auto;
	_width: 28px !important;
	min-height: 28px;
	height: auto;

	_height: 28px !important;
	padding: 2px 0 0 0;
	margin: 0 4px 0 0;
	font-weight: bold;
	text-align: center;
}

.ListItemProduct .ImageArea {
	min-height: 0px;
	float: left;
}


.ContentArea .ListItemProduct .InfoArea {
	width: auto;
	float: right;
}

.ContentArea .ListItemProductContainer  .ListItemProduct .InfoArea.Smaller {
	width: 150px;
	float: right;
}


.ListItemProduct h3.Headline {
	float: left;
	width: 250px;
}


