.message_error
{
font-weight: bold;
margin: 10px 0 0 0;
}

#shopProductList
{
}

#shopProductCont
{
width: 520px;
}

#productImageCont
{
width: 100px;
float: left;
background: none;
}
	
img.productImage
{
width: 100px;
margin: 0 0 10px 0;
}

#rightProductSide
{
float: right;
width: 400px;
}

#shopProductCont h1 /*shopProductTitle*/
{
FONT-WEIGHT: bold;
FONT-SIZE: 18px;
/*MARGIN: 0px 0px 20px;*/
}



/*list and detail*/	
	
#productPropertiesCont
{
background: url() top repeat-x;
/* background: url(images/weinpass_bkgr.jpg) top no-repeat; */
/* padding: 10px 0 10px 30px; */
}

#productPropertiesCont ul.spList
{
}

#productPropertiesCont ul.spDetail
{
height: 160px;
background: url(images/weinpass_header_clear.png) top left no-repeat;
padding: 105px 0 0 25px;
margin: 0;
}
		
#productPropertiesCont ul
{
list-style: none;
}
		
#productPropertiesCont ul li
{
padding: 2px 0 2px 0;
list-style: none;
height: 18px;
}

label.product_properties
{
padding: 0 10px 0 0;
font-weight: bold; 
width: 130px;
float: left;
}
		
#shortDescription
{
overflow: hidden;
margin: 0 0 8px 0;
/*background: url(images/3plepoint.png) bottom right no-repeat;*/
}
		
#shortDescription h3
{
overflow: hidden;
margin: 16px 0 0 0;
/*background: url(images/3plepoint.png) bottom right no-repeat;*/
}
		
#productDetailLink
{
/*margin: 0 0 16px 0;*/
}

#productDetailLink a /*Erfahren Sie mehr zum Produkt*/
{
}
		
#priceCartCont
{
position: relative;
height: 25px;
/*margin: 0 0 30px 0;*/
}
			
#productPrice
{
position: absolute;
top: 5px;
float: left;
line-height: 25px;
font-size: 0.8em;
}

#productPrice .mwst
{
position: relative;
float: left;
line-height: 25px;
height: 25px;
width: 120px;
top: 1px;
}
			
#productPrice h4
{
font-size: 1.4em;
float: left;
padding: 0 14px 0 0;
}
			
#addToCartCont
{
position: relative;
width: 82px;
height: 25px;
line-height: 25px;
background: none;
float: right;
background: url(images/add_to_cart.png) top left no-repeat;
}

input.spQuantity
{
position: absolute;
display: inline;
right: 28px;
padding: 3px 0 0 4px;
background: none;
width: 50px;
height: 25px;
line-height: 25px;
}
			
input.addToCart
{
position: absolute;
top: 0;
right: 0;
cursor: pointer;
background: none;
width: 28px;
height: 25px;
}

/* SHOPPING CART SPECIAL STYLES */

#shop {
}

.cart {
}

.cart_header {
	text-align:left;
	font-weight:bold;
	padding: 5px;
	height: 20px;
	border-bottom: #663300 solid 1px;
	margin: 0px 0px 15px 0px;
}

.card_header_product {
width: 245px;
float:left;
padding-right: 20px;
}

.card_header_unit_price {
float:left;
padding-right: 30px;
}

.card_header_quantity {
float:left;
padding-right: 30px;
}

.card_header_total {
float:right;
}

.shopCart_item_box .borderMiddle
{
background: url(images/border_middle.png) top no-repeat;
height: 1px;
display: block;
margin: 0 0 15px 0;
}

.shopCart_item {
	padding: 0px 20px 0px 10px;
	width: 245px;
	height: 10px;
	min-height: 10px;
	float:left;
}

.shopCart_item_unit_price {
float:left;
padding-right: 30px;
}

.shopCart_item_box .form {
	border: 1px solid #CCCCCC;
	padding: 1px 1px;
}

.pxBorder {
	border: 1px solid #CCCCCC;
	padding: 1px 1px;
}

.left_float_box select, .customer_address select {
	border: 1px solid #CCCCCC;
}

.shopCart_item_quantity {
float:left;
padding-right: 15px;
}

.shopCart_item_total_price {
float:right;
}

.shopCart_tax_box {
margin: 0px 0px 5px 0px;
}

.shopCart_total_price {
border-top: #663300 solid 1px;
padding: 10px 0px;
margin: 10px 0px 0px 0px;
font-weight:bold;
}

.shopCart_country {
padding: 20px 0px;
}


.left_float_box {
float: left;
padding: 0px 0px 0px 10px;
}

.right_float_box {
float: right;
}

.cart_links {
	float: right;
	padding-top: 20px;
}

.cart_links li {
	list-style-type: none;
}

.printMe {
display: none;
}

