@charset "utf-8";

#details_container {
	margin:10px 7px 10px 7px;
}

#details_main_description_container {
	width:600px;
	background:url(../images/details_bg.png) no-repeat;
	background:#f9edde;
}

div.details_container_close{
	clear:both;
}


#details_photo_container {
	float:left;
	width:260px;
	height:260px;
	margin:4px;
	background:#FFF;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

a.enlarge_image {
	display:block;
	position:relative;
	top:-17px;
	left:143px;
	width:117px;
	height:18px;
	background:url(../images/enlarge_image.png) no-repeat;
	z-index:100;
}

#details_main_details_container {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000;
	margin:4px;
	float:left;
	width:322px;
	min-height:180px;
}

#details_main_details_product_name {
	font-weight:bold;
	font-size:20px;

}

#details_main_details_informations {
	margin:15px 0 15px 0;
	font-size:14px;
}

select.details_dropdownmenu {
	width:105px;
	margin:2px 10px 10px 0;
	height:20px;
	border:solid 1px #e2d5c6;
	font-size:12px;
}

#details_input_menge {
	text-align:right;
	width:22px;
	height:16px;
	border:solid 1px #e2d5c6;
	margin:0 0 0 4px;
	padding:2px 4px 0 4px;
}

#details_button_berechnen {
	width:140px;
	height:20px;
	border:solid 1px #e2d5c6;
	margin:0 0 0 8px;
	background:#ede6db url(../images/btn_berechnen_bg.png) repeat-x;
}

#details_preis_container {
	text-align:right;
	font-weight:bold;
	margin:20px 0 0 0;
}

#details_gesamt_preis {
	font-size:14px;
	margin:0 5px 0 0;
}

#details_preis {
	font-size:24px;
	font-weight:bold;
}

#details_add_to_corb_container{
	width:600px;
	clear:both;
}

#details_full_description_title {
	float:left;
	width:395px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:25px;
	color:#000;
	min-height:32px;
	padding:5px 5px 0 5px;
}

#details_add_to_corb {
	float:left;
	width:195px;
	height:33px;
}

#details_add_to_corb_btn {
	width:195px;
	height:33px;
	background:url(../images/btn_in_warenkorb_195.png) no-repeat;
	border:none;
	cursor:pointer;
	padding:0;
}

#details_full_description {
	clear:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-align:justify;
	padding:5px 5px 0 5px;
}



