/* SHOP STYLES */


.shop_topbox{
	margin:20px 0 20px 0;
	border-bottom:1px dotted #777;
}

.shop_text{
	width:334px;
	float:left;
	padding:0 10px 0 0;
	border-right:1px dotted #777;
}


/* WARENKORB */

.shop_cart {
	float:left;
	width:159px;
	padding:0 0 0 10px;
	margin:0;
	
}

.shop_cart h3{
	font-size:1.2em;	
	margin:1em 0 .5em 0;
	color:#777;
	border-bottom:1px dotted #777;
}

.shop_cart p{
	font-size:1.2em;	
	}
	
	

/* SHOP ITEM */

.shop_item{
	margin: 0;
	border-bottom:1px dotted #777;
	padding:7px 0;
	position:relative;
}

.shop_item .image{
	float:left;
	width:125px;
}

.shop_item .text{
	float:left;
	position:relative;
	width:255px;
}

.shop_item .text h3{
	margin:0 0 -.5em 0;
	padding:0;
	font-size:1.4em;
}


.shop_item .price{
	margin:0;
	padding:0;
	position:absolute;
	top:7px;
	right:0;
	display:block;
	font-size:1.2em;
}


.shop_item .action{
	margin:0;
	padding:0;
	position:absolute;
	bottom:9px;
	right:0;
	display:block;
}

.shop_item .action input{
	float:left;
	margin:0 5px 0 0 ;
}




/* SHOP LIST TABLE ------------------- */


table.shop_list{
	width:100%;
	font-size:1.2em;
	border-collapse:collapse;
	margin:0 0 10px 0;
}

table.shop_list th{
	padding:4px 0;
	text-align:right;
	border-collapse:collapse;
	border-bottom:1px solid #aaa;
	border-top:1px solid #aaa;
}


table.shop_list td{
	text-align:right;
	padding:6px 0;
	border-collapse:collapse;
	border-bottom:1px dotted #aaa;
}

table.shop_list tr.zwischensumme td{
	text-align:right;
	padding:4px 0;
	border-collapse:collapse;
	border-bottom:0!important;
}


table.shop_list .textleft,
table.shop_list td.textleft,
table.shop_list tr.zwischensumme td.textleft{
	text-align:left;
}

table.shop_list tr.zwischensumme td{
	padding:3px 0 3px 0;
}

table.shop_list tr.totalsumme td{
	padding:4px 0 ;
	font-weight:bold;
	border-top:1px solid #aaa;
	border-bottom:3px double #aaa;
}

table.shop_list input{
	float:right;
}

table.shop_list a.delete,
table.shop_list a.delete:visited{
	display:block;
	background:transparent url(../img/icon_delete.gif) center 4px no-repeat;
	width:43px;
	height:23px;
}

table.shop_list a.refresh,
table.shop_list a.refresh:visited{
	display:block;
	background:transparent url(../img/icon_refresh.gif) center 4px no-repeat;
	width:23px;
	height:23px;
	float:right;
}

input.weiterlink,
input.weiterlink:visited{
	display:block;
	font-size:1.2em;
	padding:0 16px 4px 0;
	color:#d00;
	background:transparent url('../img/icon_link.gif') right 4px no-repeat;
	border:0px;
	}
	
#customerData .formular fieldset table tr td div {
	display:none;
}