/* @override http://localhost:3000/stylesheets/global.css? */
.button {
	padding: 1px 2px 1px 2px;
	font-size: 12px;
	text-decoration: none !important;
	cursor: pointer;
	border: 0px;
}
a img {
	border: 0px;
}
#lang_select {
	margin-left: 15px;
}
#print { display:none; }
/* @group Shop */
div.shop  {
	border: 0px; /*Warenkorb*/
}
.shop {
	clear: both;
	margin-top: 0px;
	width: 100%;
	border: 1px solid;
	border-color: #e5e5e5;
	margin-bottom: -1px;/*prevent double border*/
}
.shop td{
	vertical-align: top;
	padding: 5px;
	border: 0;
	border-color: #e5e5e5;
	line-height: 22px;
}
.price, .vat, .price_with_vat, .add_to_cart {
	text-align: right;
}
.vat {
	font-size: 10px;
}
.quantity {
	width: 20px;
}
.added_to_cart {
	color: white;
	padding: 1px  3px 1px 3px;
	background-color: green;
}
/* @end */



/* @group Gallery */

ul#gallery_thumbs {
	padding: 0px;
	margin: 0px;
}

#gallery_thumbs li {
	float: left;
	list-style-type: none;
	margin: 6px;
}
#gallery_thumbs img {
	border: 4px solid #FFF;
	margin: 0px;
	padding: 0px;
}
#gallery_thumbs.img_wrapper {
	clear: both;
}
#list_galleries #gallery_thumbs img {
	margin-right: 40px;
}
/* @end */


/* @group Guestbook */

.guestbook {
	margin: 20px 20px 20px 0px;
	clear: both;
}

.guestbook_post {
	position: relative;
	margin-bottom: 15px;
}

.guestbook_post .name {
	font-weight: bold;
	padding: 1px 5px;
	float: left;
	position: relative;
	z-index: 10;
}

.guestbook_post .created_at {
	float: right;
	padding: 1px 5px;
}

.guestbook_post .website {
	font-weight: normal;
}

.guestbook_post .message {
	clear: both;
	margin: 25px 5px 5px 5px;
	
}

.guestbook input,
.guestbook textarea {
	width: 300px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	padding: 2px 2px 2px 5px;
	margin: 5px 0px;
}

.guestbook input:focus,
.guestbook textarea:focus {

}


.guestbook .button {
	border: 0px;
}


.guestbook textarea {
	height: 80px;
}

.guestbook label {
	margin-left: 10px;
}

.guestbook .edit {
	position: absolute;
	right: -95px;
}

/* @end */

/* @group Form */
#form {
	clear: both;
}

#form textarea {
	height: 75px;
}

/* @end */


