/*----------------------------------------------------------------------------------------/
/ Produktlistungen
/----------------------------------------------------------------------------------------*/
.listCol {
	float:left;
	overflow:hidden;
	margin:12px 12px 0 0; }
.listCol.firstRow {
	margin-top:10px; }

.linkView {
	margin-left:7px;
	padding-left:14px;
	background-repeat:no-repeat;
	background-position:0 2px; }
/* Aktive Icons in theme Datei */
a.modeList {
	background-image:url(../img/links/view_list.gif); }
a.mode3Col {
	background-image:url(../img/links/view_3col.gif); }
a.mode4Col {
	background-image:url(../img/links/view_4col.gif); }

.namedAnchors {
	padding:5px 6px;
	background-color:#F4F4F4; }


/*------------------------------------------------------------------/
/ Ansicht Galerie 4 Spalten (Top Produkte, Neuheiten, Angebote)
/------------------------------------------------------------------*/
.entry4Col,
* html .entry4Col .entryProduct,
* html .entry4Col .entryFooter  {
	width:186px; } /* Breite Bild + 2px Border */

.entry4Col .entryProduct {
	height:235px;
	background-position:0 185px; } /* Gradient */
* html .entry4Col .entryProduct {
	height:237px; }

.entry4Col .entryProduct span.iconFreeShippingSmall {
	top:160px;
	left:63px; }
.entry4Col .entryProduct .image {
	height:184px; }


/*------------------------------------------------------------------/
/ Ansicht Galerie 3 Spalten
/------------------------------------------------------------------*/
.entry3Col,
* html .entry3Col .entryProduct,
* html .entry3Col .entryFooter  {
	width:252px; } /* Breite Bild + 2px Border */

.entry3Col .entryProduct {
	height:360px;
	background-position:0 251px; } /* Gradient */
* html .entry3Col .entryProduct {
	height:362px; }

.entry3Col .entryProduct span.iconFreeShipping {
	top:222px;
	left:106px; }
.entry3Col .entryProduct .image {
	height:250px; }

.entry3Col .entryProduct .content {
	height:87px; }
* html .entry3Col .entryProduct .content {
	height:91px; }
.entry3Col .entryProduct .content .name {
	min-height:16px; }
* html .entry3Col .entryProduct .content .name {
	height:16px;
	overflow:visible; }


/*------------------------------------------------------------------/
/ Ansicht Liste
/------------------------------------------------------------------*/
.entryList {
	margin-top:12px; }
.entryList .entryProduct {
	height:85px;
	background:url(../img/modules/module_gradient_list.gif) repeat-y 86px 0; }
* html .entryList .entryProduct {
	height:87px; }

.entryList .entryProduct span.iconFreeShippingSmall {
	top:62px;
	left:92px; }
.entryList .entryProduct .image {
	float:left;
	width:85px;
	height:85px;
	border-right:1px solid #D1D1D1; }
* html .entryList .entryProduct .image {
	width:86px; }

.entryList .entryProduct .content {
	border-top:0;
	float:left;
	width:528px;
	height:74px;
	padding:3px 6px 0; }
* html .entryList .entryProduct .content {
	width:540px;
	height:77px; }
.entryList .entryProduct .content .description {
	padding-top:2px; }

.entryList .entryProduct .blockPrice {
	float:left;
	width:136px;
	height:44px;
	padding:35px 10px 6px 5px;
	border-left:1px solid #D1D1D1; }
* html .entryList .entryProduct .blockPrice {
	width:152px;
	height:85px; }
.entryList .entryProduct .blockPrice span {
	display:block; }
.entryList .entryProduct .blockPrice .productOldPrice {
	margin-top:-4px; }

.entryList .entryFooter a.enlargeText {
	width:56px; }
* html .entryList .entryFooter a.enlargeText {
	width:85px; }
.entryList .entryFooter a.availability {
	left:85px; }


/*------------------------------------------------------------------/
/ Einträge der Footerleiste
/------------------------------------------------------------------*/
.entryFooter {
	position:relative;
	overflow:hidden;
	height:21px;
	border-top:0; }
* html .entryFooter {
	height:22px; }
.entryFooter a {
	display:block;
	height:21px;
	line-height:21px; }

.entryFooter a.enlarge {
	float:left;
	background:url(../img/links/enlarge_list.gif) no-repeat 5px 5px; }
.entryFooter a.enlargeIcon {
	width:21px; }
.entryFooter a.enlargeText {
	padding-left:24px; }

.entryFooter a.availability {
	position:absolute;
	z-index:10;
	top:0;
	left:21px; /* bezogen auf a.enlargeIcon */
	padding:0 5px;
	background-repeat:no-repeat;
	background-position:5px 6px; }
/* Nur Bild */
.entryFooter a.availability.icon {
	padding-left:34px; }
/* Bild und Text */
.entryFooter a.availability.iconText {
	padding-left:39px; }

.entryFooter a.buyNow {
	float:right;
	background:url(../img/links/buy_now_list.gif) no-repeat right 5px; }
.entryFooter a.buyNowIcon {
	width:27px; }
.entryFooter a.buyNowText {
	padding:0 27px 0 6px; }
