/*================= Product-Bilder ==============*/
#product-image{
	float:left;
	width:216px;
	margin:0 15px 15px;
	border:1px solid #9b9b9b;
	overflow:hidden;
	display: inline;
}

#product-image img{
	width:216px;
}

#product-image a.product-image-big{
	display:block;
	background:#ccc url(../images/zoom.png) no-repeat 5px 6px;
	padding:6px 23px 3px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	border-top:1px solid #9b9b9b;
	height: 20px;
	font-weight: bold;
}

#product-desc{
	float:left;
	width:600px;
	padding:0px 0 10px 0;
	/* display: inline; */
}

#product-basket {
	padding: 10px;
	margin-bottom: 10px;
	float: right;
	background-color: #FFF;
	width: 250px;
	border: 1px solid #dfdfdf;
	background: url(../images/basket-bg-yellow.png) repeat-x;
	text-align: center;
       font-size: 13px;
	font-weight: bold;
	color: red; 
}

#product-basket h2 { 
	font-size: 16px; 
	color: #000;
	font-weight: bold; 
	float: left;
	width: 100%;
	text-align: center;
}

