.storefront { float: left }
.storefront .sf1,
.storefront .sf2  {
	float: left; 
	width: 200px; 
	min-height: 200px;
	background: url(/Administration/WebsiteImages/storefrontbakgrund.png) no-repeat left bottom; 
}

.storefront .sf2 { margin-left: 20px;}

.storefront .productimage { height: 110px;}
.storefront .productimage img { float: right;}
.storefront .productheader {
	clear: right;
	padding-left: 10px;
	padding-right: 30px; 
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	}
.storefront .productdescription { 
	clear: both;
	padding-left: 10px; 
	padding-right: 30px; 
	min-height: 50px;
	border: none;
}
.storefront .productlink { 
	clear: both;
	position: relative;
	float: right;
	height: 16px;
	text-align: right; 
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 3px;
	background: url('/Administration/WebsiteImages/shoparrow-small.png') 0 0 no-repeat;
	font-weight: bold;
}


.storefront2 { float: left; 
	clear: both; 
	width:100%; 
	position: relative;
	top:10px;
}
.storefront2 .sf1,
.storefront2 .sf2 { 
	float: left;
	width: 200px;
	margin: 0;
	background: url('/Administration/WebsiteImages/shoparrow-large.png') 5px 0 no-repeat;
	height: 40px;
}


.storefront2 .sf2 { margin-left:20px; }

.storefront2 .productheader { padding-left: 35px; font-size: 12px; font-weight: bold; color: #fff}
.storefront2 .productlink { 
	padding-top: 3px; padding-left: 35px; 
	font-size: 24px; 
}


/* THe rest of this file courtesy of &%¤#&¤#& MSIE6 legacy ! */

/* Streching PNG-background-image problem */
* html .storefront .productlink { 
	background: url('/Administration/WebsiteImages/shoparrow-small.gif') 0 0 no-repeat;
}
* html .storefront2 .sf1,
* html .storefront2 .sf2 { 
	background: url('/Administration/WebsiteImages/shoparrow-large.gif') 5px 0 no-repeat;
}

/* MSIE6 min-height workarounds */
* html .storefront .sf1,
* html .storefront .sf2  {
	height: auto !important;
	height: 200px;
}

* html .storefront .productdescription { 
	height: auto !important;
	height: 50px;
}