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

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

div.shop .padding-to-image {
	padding-left:7px;
}

div.shop h2 a {
	margin-left:-2px;
}

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

div.shop table.product-list td {
	vertical-align: top;
}

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

div.shop table.product-list span.price {
	text-align: right;
	font-size: 12px;
}

div.shop td.product_details {
	padding-left: 10px;
}

div.shop table.pictures_list img {
	cursor: pointer;
}

div.shop .button, div.paygate .button {
	border: 1px solid #999;
	height: 23px;
	padding-right: 5px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 3px center;
	text-align: right;
	font-weight: bold;
	color: #646464;
	font-size: 13px;
}

div.shop div.button {
	padding-top: 3px;
	margin-top: 5px;
	background-position: 3px 3px;
	cursor: pointer;
}

div.shop div.vote_read {
	background-image: url(../i/vote_read.gif);
	vertical-align: bottom;
	width: 193px;
}

div.shop .vote_write {
	background-image: url(../i/vote_write.gif);
	vertical-align: bottom;
	width: 193px;
}

div.shop div.button:hover, div.shop input.button:hover, div.paygate input.button:hover {
	border-color: black;
}

div.shop input.little-width {
	width: 120px;
}

div.shop input.info {
	background-image: url(../i/info.gif);
	width: 150;
}

div.shop input.memorize {
	background-image: url(../i/memorize.gif);
}

div.shop input.shopcartput {
	background-image: url(../i/shopcart-put.gif);
	width: 180px;
}

div.shop .back {
	background-image: url(../i/back.gif);
}

div.shop input.cashpoint {
	background-image: url(../i/cashpoint-button.gif);
	width: 130px;
}

div.shop .cashpoint_fields {
	width:150px;
}

div.shop input.save {
	background-image: url( ../i/button_save.gif );
	width: 130px;
}

div.shop .spacer {
	margin-bottom: 10px;
}


div.shop table.shopcartlittle {
	font-size: 11px;
	margin-bottom: 5px;
}

div.shop table.shopcartlittle td {
	padding-left:5px;
}

div.shop span.shopcartlabel {
	text-transform: uppercase;
}

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

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

div.shop tr.total-row td {
	text-transform: uppercase;
}

div.shop tr.total-row-final td {
	text-transform: uppercase;
}

div.shop div.warnings * {
	color: red;
}

/* purchase progressbar */
div.shop table.progress_4, div.shop table.progress_6 {
	width: 100%;
}

div.shop table.progress_4 td {
	width: 25%;
	padding: 2px;
	text-align: center;
}

div.shop table.progress_6 td {
	width: 16%;
	padding: 2px;
	text-align: center;
}

div.shop div.progress_num {
	font-weight: bold;
	text-align: center;
}

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: 12px;
}

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

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

div.shop table.votings tr td {
	padding-top: 6px
}

div.shop_info_box {
	border: 1px solid;
	border-color: white #333 #333 white;
	position: absolute;
	width: 300px;
}

div.shop_info_box, div.shop_info_box * {
	background-color: #eee;
}

div.shop_info_box table td {
	padding: 3px;
}

div.shop_info_box table td h3 {
	margin-bottom: 0px;
}

div.shop_info_box table td div {
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
	border-color: white #333 #333 white;
	cursor: pointer;
}


/* Schritt Zusammenfassung, Summary */
table.shop-summary-products {
	width: 100%;
}
table.shop-summary-products tr.shop-summary-head {
	background-color: #ddd;
}

table.shop-summary-products col.quantity { width: 45px; }
table.shop-summary-products col.singleprice { width: 75px; }
table.shop-summary-products col.allroundprice { width: 75px; }
table.shop-summary-products col.vat { width: 50px; }
table.shop-summary-products .quantity, table.shop-summary-products .singleprice,
table.shop-summary-products .allroundprice, table.shop-summary-products .vat { text-align: right; }
table.shop-summary-products .articles { text-align: left; }

table.shop-summary-products tr.products-sum td, table.shop-summary-products tr.alround-sum td {
	border-top: 1px solid black;
}
table.shop-summary-products tr.alround-sum td {
	font-weight: bold;
}



p.shop-category-detail {
	border-bottom: 1px solid #666;
}

div.shop-list-item {
	overflow: auto;
	margin-bottom: 10px;
	padding-left: 2px;
	_width: 100%;
}
div.shop-product-list-item table.product-list-buttons {
	padding-top: 5px;
}

table.shop-pagina-box span.shop-pagina-page {
	font-weight: bold;
}
table.shop-pagina-box {
	width: 100%;
}
table.shop-pagina-box td {
	height: 20px;
}

table.shop-pagina-box td.pagina-previous, table.shop-pagina-box td.pagina-next {
	width: 17px;
}
table.shop-pagina-box td a, table.shop-pagina-box td div, table.shop-pagina-box td a:hover {
	height: 19px;
	text-decoration: none;
}
td.pagina-previous div {
	background-image: url(../i/arrow-left-disabled.gif);
	background-repeat: no-repeat;
}
td.pagina-next div {
	background-image: url(../i/arrow-right-disabled.gif);
	background-repeat: no-repeat;
}
td.pagina-previous a {
	background-image: url(../i/arrow-left.gif);
	background-repeat: no-repeat;
	display: block;
}
td.pagina-previous a:hover {
	background-image: url(../i/arrow-left-negative.gif);
}
td.pagina-next a {
	background-image: url(../i/arrow-right.gif);
	background-repeat: no-repeat;
	display: block;
}
td.pagina-next a:hover {
	background-image: url(../i/arrow-right-negative.gif);
}

table.shop-pagina-box td.pagina-info {
	text-align:right;
	padding-right: 12px;
}
/*
table.shop-pagina-box td.pagina-next {
	text-align:right;
}
*/

div.category-path-bottom {
	display: none;
}

div.shop-preview-image {
	float: left;
	margin-right: 6px;
}
div.shop-list-no-image {
	display: none;
}
div.shop-product-list-image, div.shop-category-list-image {
	width: 150px;
}
div.shop-list-teaser {
	font-weight: normal;
}


div.shop-product-detail-box {
	overflow: auto;
	zoom: 1;
}
div.shop div.highslide-caption {
	display: none;
}
div.shop-product-detail-box * {
	zoom: 1;
}
div.shop-product-detail-box h2 {
	margin-top: 0px;
	display: none;
}

select.shop-product-list-count-selector {
	text-align: right;
}
p.shop-product-price {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}
div.shop-product-detail-descr p.shop-product-price {
	text-align: left;
}

p.shop-product-price span.shop-price {
	padding-right: 4px;
}

div.shop-product-detail-image {
	float: left;
	margin-right: 5px;
}
div.shop-product-detail-descr p {
	margin-top: 0px;
}
div.shop-products-list {
	clear: left;
}
div.shop-product-detail-wishes {
	display: none;
	clear: left;
	padding-top: 5px;
}
tr.sumrow td {
	border-top: 1px solid;
}