@CHARSET "UTF-8";

/* überschreiben der Styles aus main_layout.css und stylesheet.css 
	für checkout.php
*/
.wrapper{
	background: url(/templates/blue/images/background/background_wrapper_product_info.jpg) repeat-y;
}
.outer, .float-wrap, .center{
	width:712px;
}
.center{
	position: relative;	
}
* html .center{ position: static;}
/* .topp{
	background-color: #ffffff;
	background-image: none;
}
*/
hr.orange{
	color:#FF6600;
	background-color:#FF6600;
	height:1px;
	border:none;
}
/* #navBar1Frame{
	padding-top: 0px;
}
* +html #navBar1Frame{
	padding-bottom: 5px;
	padding-top: 0px;
}
*/
hr {
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #AAAAAA;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	height:1px;
	margin:0; 
	padding:0;
}
p{line-height: 1.5em;}	

a.orange{
	color:#FF6600;
}
/* JPG info.jpg positionieren, etwas tiefer als der Text */
.info-image { position: relative; top: 5px; left: 5px}


div.float-wrapper{
	float:left;
	width: 100%;
}
div.product_info_left{
	float:left;
	width: 288px;
	padding-left: 10px;
	position: relative;
}
div.at-bottom-left{
	float:left;
	height: 100px;
	width: 150px;
	/* border: 1px solid black; */

}
div.product_info_right{
	float:right;
	width: 410px;
	position:relative;
}
*+ html div.product_info_right{
	padding-bottom: 10px;	
}
div.product_info_footer{
	clear: both; 
	border-top: 1px solid #FF6600;
	margin-top: 0px;
}
*+ html div.product_info_footer{margin-top: 10px;}
