h1 {
	margin-left: 244px;
}

div#basket_raumer {
	margin-top: 25px;
	margin-left: -45px;
}

div#basket_raumer div#basket_header {
	background: #DF3479;
	padding: 5px;
	width: 224px;
	text-align: right;
	color: white;
}

div#basket_raumer ul {
	width: 235px;
}

div#basket_raumer ul li {
	border-bottom: 1px solid #666666;
	padding: 5px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

div#basket_raumer ul li img {
	position: absolute;
	top: 5px;
	left: 5px;
}

div#basket_raumer ul li div.price {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

div#basket_raumer ul li div.price span.del {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

div#basket_raumer ul li div.name {
	padding-left: 45px;
	float: left;
	width: 100px;
}

div#basket_raumer ul li div.name span.amount {
	font-size: 12px;
	color: #5AA426;
	display: block;
}

div#basket_raumer ul li hr {
	width: 210px;
}

div#summary {
	width: 216px;
	padding: 5px 10px;
	margin-top: 20px;
	background: #5AA426;
	color: white;
	text-align: right;
}

div#summary a {
	color: white;
	font-weight: bold;
	font-size: 15px;
}

ul#packages {
	margin-top: 20px;
	margin-right: -45px;
	width: 660px;
	float: right;
	text-align: left;
}

ul#packages li.package {
	margin-right: 60px;
	width: 265px;
/*	height: 291px;*/
	height: 305px;
	float: left;
	padding-bottom: 35px;
	text-align: center;
}

ul#packages li.package div.description {
	text-align: left;
	margin-top: 15px;
}

ul#packages li.package h2 {
	color: white;	
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	background: #DF3479;
}

ul#packages li.package div.description dl {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
}

ul#packages li.package div.description dt {
	color: #5AA426;
	width: 70px;
	float: left;
}

ul#packages li.package div.description dd {
	color: #DF3479;
}

ul#packages li.package div.description dd strike {
	font-size: 13px;
	color: #333333;
}

ul#packages form div.raumer {
	height: 25px;
	line-height: 25px;
}

ul#packages li.package form {
	margin: 0;
	padding-top: 3px;
}

ul#packages li.package form label {
	color: #DF3479;
	font-size: 16px;
	height: 25px;
	float: left;
	width: 62px;
}

ul#packages li.package form input {
	text-align: right;
	width: 51px;
	height: 25px;
	float: left;
	font-size: 16px;
}

ul#packages li.package div.stock {
	margin-top: 5px;
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 264px;
	_width: 254px;
	padding: 0 5px 0 5px;
}