#layout_content {
	overflow: visible; 
}

#layout_content h2 {
	color: #1b5c9d;
	font-size: 18px;
}

#layout_content h3 {
	color: #900b09;
	font-size: 16px;
}

#product {
	width: 100%; 
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 10px;
	font-size: 1.1em;
}

#product h3 {
	color: #000;
}

#product_information {
	margin: 10px 10px 10px 10px;
	float: left;
	font-size:1.1em;
}

#product_information ul li {
	padding-left: 12px;
	background: url(/images/default/li_background.png) no-repeat 2px 4px;
}

#product_order {
	width: 650px;
	margin-left: 10px;
	padding-top: 8px;
	position: relative; 
	float: left;
}

#product_information ul.navigation_page {
	margin-bottom: 10px;
}

#product_images {
	height: 1%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	position: relative;
	width:250px;
	border-bottom: 1px solid #ddd;
	float: right;
}

#product_images a.image {
	outline: none;
}

#product_images img.promotionalicon {
	position: absolute;
	left: -10px;
	top: -8px;
}

#product_order_information {
	margin-bottom: 30px;
}

#product_order_information h3 {
	width: 350px;
	overflow: hidden;
}

#product_order_information h3 span.name {
	width: 250px;
	float: left;
}

#product_order_information h3 span.price {
	width: 100px;
	float: right;
	text-align: right;
}

#product_order_information p.assortmentstate {
	margin-bottom: 5px;
	color: #000;
}
#product_order_information span.state2 {
	color: #329403;
}


/* Order product */

#product_order_information div.order {
	text-align: left;
}


/*
 *	Price conditions
 */

p.priceconditions {
	text-align: left;
}
