/* weingut-heissler.de - warenkorb */


#basketframe	{
	background: #D7D7C9;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;	
	}

p.basket {	
	background: url( ../i/icon-basket.gif) left center no-repeat; /* ns6.1:important! always put the horizontal before the vertical alignement */
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 18px;
	width: 165px;
	height: 38px;
	margin: 0 0 4px 8px;
	padding: 10px 0 0 25px;
	border: 0;
	}

img.hr-basket	{ /* backgrounds for <hr>s seems to make problems in ie 5.0 - so an image instead */
	display: block;
	width: 175px;
	height: 3px;
	margin: 1px 0 7px;
	padding: 0;
	border: 0;
	}

a.basketlink	{
	font: 11px Georgia, "New Century Schoolbook", Times, serif;
	font-style: italic;
	width: 150px;
	padding-left: 21px;
	margin: 0 0 0 12px;
	}

html>body a.basketlink {
	margin: 7px 0 0 12px;
	}

a.basketlink:link, a.basketlink:visited	{
	background: url(../i/bullet1.gif) left no-repeat;
	color: #666;
	text-decoration: none;
	}

a.basketlink:hover, a.basketlink:active	{
	background: url(../i/bullet4.gif) left no-repeat;
	color: #762300;
	text-decoration: underline;
	}

.preload	{
	position: absolute;
	visibility: hidden;
	}

.checkinbut	{
	width: 150px;
	height: 23px;
	margin: 0 0 0 5px;
	padding: 0;
	}

input.checkin2	{
	background: url(../i/ipt-checkin2.gif) left no-repeat;
	width: 122px;
	height: 18px;
	}

input.checkin2-o	{
	background: url(../i/ipt-checkin2-o.gif) left no-repeat;
	width: 122px;
	height: 18px;
	}
