#product_single{
	display:block;
	margin-bottom:10px !important;
	overflow: hidden;
	width: 560px;
}

#product_single form{
	width: 560px;
	overflow:hidden;
}

#product_single h3{
	border-bottom: 1px solid #7ac6bc;
	margin-bottom: 6px;
	line-height: 34px;
	padding: 0px;
	font-size: 1.08em;
	font-weight: bold;
}

#product_single .image{
	display: block;
	float: left;
	height: 275px;
	margin-right:12px;
	width: 180px;
	overflow: hidden;
}

#product_single .image img{
	height:240px;
	width:180px;
	overflow: hidden;
}

#product_single .image p{
	clear:left;
	font-size:0.55em;
	margin:5px 0pt 0pt;
	padding:0px;
	font-weight:normal;
	text-align: left;
	overflow: hidden;
}

#product_single .descr{
	overflow: hidden;
	display: block;
	width: 365px;
}

#product_single .descr .description p{
	font-family: Verdana;
	font-size:0.75em;
	font-weight: normal;
}

#product_single .descr p{
	font-family: Verdana;
	font-size:0.9em;
	padding: 0; 
	margin: 0;
	font-weight: normal;
}

#product_single .descr p.notice{
	font-family: Verdana;
	font-size:0.75em;
	padding: 0; 
	margin: 0;
	margin-bottom: 4px;
	font-weight: normal;
	clear: left;	
}

#product_single hr{
	clear: both;
	display: block;
	border: none; 
	border-top: 1px solid #7ac6bc;
}

#product_single .descr ul {
	margin: 0;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 8px;
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	height: 23px;
}

#product_single .descr ul li{
	background-color: #DDDDDD;
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 12px;
	height: 23px;
	padding-top: 1px !important;
	padding-top: 2px;
}

#product_single .descr ul li.details{
	background-color: #000000;
	width: 65px;
}

#product_single .descr ul li.details a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	width: 100%;
	padding-left: 7px;
}

*+html #product_single .descr ul li.details a{
	background-color: #000000;
}

#product_single .descr ul li.quantity{
	border: none;
	border-color: #DDDDDD;
}

#product_single .descr ul li.quantity select{
	background-color: #DDDDDD;
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	border: none;
	width: 70px;
	padding-right: 2px;
}

#product_single .descr ul li.categories{
	border: none;
	border-color: #DDDDDD;
}

#product_single .descr ul li.categories select{
	background-color: #DDDDDD;
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	border: none;
	width: 105px;
	padding-right: 2px;
}

#product_single .descr ul li.submit{
	margin: 0px;
	padding: 0px;
	background-color: #68C0BA;
	overflow: hidden;
	width: 85px;
}

#product_single .descr ul li.submit input{
	padding-left: 12px !important;
	padding-left: 3px;
	padding-top: 3px !important;
	padding-top: 5px;
}

*+html #product_single .descr ul li select{
	margin-top: 1px;
}

#product_single .descr ul li select option{
	border: none;
	border-color: #DDDDDD;
}

#product_single .descr ul li input{
	background-color: #68C0BA;
	border: medium none;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}

#product_single input{
	cursor: pointer;
}

#product_single select{
	cursor: pointer;
}

#product_single .descr .product_teaser_special_text{
	font-size: 0.91em;
}

#product_single .image2{
	text-align: right;
	display: none;
}

#product_single a.link_list_view, #product_single a.link_list_view:hover{
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 1px 28px 1px 6px;
	font-weight: bold;
	font-size: 1em;
}

/*safari-hack */
@media screen and (-webkit-min-device-pixel-ratio:0){

	#product_single .descr ul li.details a{
		line-height: 17px;
	}


	#product_single .descr ul li{
		padding-top: 2px !important;
	}
	
	#product_single .descr ul li.submit input{
		padding-top: 3px !important;
	}
}