/*****************************************************/
/* Stylesheet zur Einbindung des Warenkorbs in TYPO3 */
/*****************************************************/

div.snav {
  margin-bottom:0;
}

/* Warenkorb */
div.basket {
	font-size: .9em;
	color: #666;
	margin: 30px 0 20px 0;
	background: url('../../images/customer/shop/basket_bg.gif') no-repeat 0 0;
	width: 116px;
	height: 93px;
	padding: 5px 15px 5px 28px;
}
div.basket h1.siggtitle {
	margin:10px 0;
	padding:0;
}
div.basket p span {
	width: 40px;
	float: left;
} 
div.basket p span.price {
	width: auto;
	float: none;
}
	
button#checkout,
div.basket a,
div.basket a:link,
div.basket a:visited {
	display: block;
	font-family: Arial;
	font-size: .9em;
	line-height: 1em;
	margin-top: 5px;
	cursor: pointer;
	width: auto;
	min-height: 22px;
	height: auto;
	background: url('../../images/customer/shop/ico_warenkorb.gif') no-repeat 0 50%;
	border: none;
	text-align: left;
	padding: 0 0 0 25px;
	color: #DA131E;
	text-transform: none;
}

div.basket a strong {
	position: relative;
	top: 6px;
}

/* Accountbox */
div.accountbox {
	position: relative;
	top: -1px;
	height: 20px;
	background: #e0e0e0 url('../../images/customer/shop/accountbox_bg.gif') no-repeat 0 100%;
	width: 98px;
	padding: 5px 10px 5px 25px;
}
div.accountbox a,
div.accountbox a:link,
div.accountbox a:visited {
	font-size: .9em;
	font-weight: bold;
	color: #666666;
}
div.accountbox a:hover,
div.accountbox a:active {
	color: #DA131E;
}
