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
}