/* purchase progressbar */
div.shop td.progress_item, div.shop td.progress_item_active, div.shop td.progress_item_done {
		border: solid 1px #E7E7E7;
		background-color: #fff;
		padding: 4px;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
}

div.shop td.progress_item_active {
	background-color: #fbaa28;
}

div.shop td.progress_item_done {
	background-color: #8DB7A2;
}

div.shop ul {
	list-style-image: url(/(cms)/module/static/customer/2/content/shop_display/i/content_pfeil.gif);
}

div.shop li {
	margin-left: -25px;
}

div.shop .price {
	font-size: 13px;
	font-weight: bold;
}

div.shop .price .amount {
	color: #50B885;
	font-size: 13px;
	font-weight: bold;
}

div.shop table {
	font-size: 10pt;
	color: #6D6D6D;
}

div.shop table .links {
	text-align: left;
}

div.shop table .rechts {
	text-align: right;
}

div.shop tr.second-row {
	background-color: #EEE9C3;
}

div.shop table.product-list {
	width: 100%;
}

div.shop div.trashcan {
	width: 15px;
	height: 17px;
	background-image: url( "../i/trashcan.gif" );
	background-repeat: no-repeat;
}

div.shop table.product-list tr {
	width: 100%;
	vertical-align: top;
}

table.product-list tr.spacer td {
	height: 4px;
	font-size: 1px;
}

table.product-list tr.with-line td {
	border-top: 2px solid #b9dfc5;
	height: 12px;
	font-size: 1px;
}

table.product-list tr.btm td {
	vertical-align: bottom;
	padding-bottom: 3px;
}

div.shop textarea.notepad {
	width: 100%;
	height: 100px;
}

div.shopcart {
	scroll-bar: none;
}

div.shopcart tr {
	vertical-align:middle;
}

div.shop div.areas_visible {
	visibility: visible;
	height: 100px;
	width: 98%;
	overflow-y: scroll;
	overflow-x: visible;
	
	overflow: scroll;
	margin-left: 10px;
	background-color: #FFF;
}

div.shop div.areas_hidden {
	visibility: hidden;
	overflow: hidden;
	height: 5px;
}

div.shop table tr.total-row {
	height: 23px;
	font-weight: bold;
	color: white;
}

div.shop table tr.total-row-final {
	height: 23px;
	font-weight: bold;
	color: white;
}

div.shop .current {
	border:2px solid #E6DBCB;
	
	background-color: #FFF;
}

div.shop table tr td.total-left {
	background-image: url(/(cms)/module/static/customer/2/content/shop_display/i/corner-left-total.gif);
	background-repeat: no-repeat;
	background-color: #8DB7A2;
}

div.shop table tr td.total-mid {
	background-color: #8DB7A2;
}

div.shop table tr td.total-right {
	background-image: url(/(cms)/module/static/customer/2/content/shop_display/i/corner-right-total.gif);
	background-repeat: no-repeat;
	background-color: #8DB7A2;
	background-position: right;
}

div.shop h2 a {
	font-size: 15px;
	color: #fbaa28;
	margin: 0px;
	margin-bottom: 4px;
}

div.shop h2 a:visited {
	color: #fbaa28;
}



div.shop input.numeric {
	height: 18px;
	width: 30px;
	font-size: 8pt;
	text-align: right
}

div.shop textarea.ml {
	height: 100px;
	width: 200px;
	font-family: "Arial";
	font-size: 9pt;
}

div.shop input.button, div.paygate .button {
	border: 1px solid #ADCAB7;
	height: 21px;
	padding-left: 25px;
	background-color: #EFF1E4;
	background-image: url(../i/biglink2.gif);
	background-position: 5px center;
	color: #50B885;
}

div.shop .button:hover, div.paygate .button:hover {
	background-color: #EFFFF4;
}

div.shop .little-width {
	width: 150px;
}

div.shop .marg-top {
	margin-top: 10px;
}