.Shop_Headline1 {
	font-size: 16px;
	line-height: 16px;
}

.Shop_Headline2 {
	font-weight: bold;
}

.Shop_TableHeadline {
	font-weight: bold;
}

.Shop_FormButton {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	width: 85px;
	height: 40px;
	padding-bottom: 3px;
	background: url("../../gfx/button_bg.gif") no-repeat left top;
	border-width: 0px;
	cursor: pointer;
}

.Shop_FormElementMissing {
	border: solid 1px red;

	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	
	background-color: #000000;
}

.Shop_ProductList_Container {
	float: left;
	width: 48%;
	height: 153px;
}

.Shop_ProductList_Image {
	float: left;
	width: 122px;
	height: 153px;
	margin-right: 20px;
}

.Shop_ProductList_ProductName {
	font-weight: bold;
}

.Shop_ProductContainer_Description {
	width: 100%;
	height: 40px;
	overflow: hidden;
	overflow-y: auto;
}

.Shop_Border1 {
	border: solid 1px #ffffff;
	border-collapse: collapse;
}

.Shop_Border2 {
	border: solid 1px #2b2b2b;
	border-collapse: collapse;
}

#Shop_CookieFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 10000;
}

#ShopBasket {
	position: relative;
}

#Shop_ProductContainer_Zoom_Back {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	z-index: 100;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#Shop_ProductContainer_Zoom {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	padding: 16px;
	background-color: #000000;
	z-index: 500;
	overflow: hidden;
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	opacity: 0.97;
}

#Shop_ProductContainer_Zoom_Inner {
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#Shop_ErrorMessage {
	color: red;
	line-height: 38px;
}