#order_overview{
}
#order_overview h2 {
	display:inline;
}
#order_overview a{
	text-decoration:none;
}
#order_overview a:hover {
	color:#fe440b;
}

#order_overview_left{
	float:left;
	width:588px;
	margin:0 5px 0 0;
}

#order_overview_right{
	float:left;
	width:370px;
	border-left:2px solid #c0c0c0;
	padding:0 0 0 10px;
}
#order_overview_message{
	background:#ffd4ba;
	border:1px solid #fe440b;
	padding:5px;
	margin:10px;
	display:block;
	font-weight:bold;
}

.list_header{
	height:20px;
	font-weight:bold;
}
#list_header_spacer{
	width:358px;
	float:left;
}
.list_header div{
	width:68px;
	float:left;
}

#order_overview_description {
	float:none;
	clear:both;
	padding:0 10px 10px 50px;
	width:600px;
}

#order_overview ul {
	list-style:none;
	margin:0;
	padding:0;
}

#order_overview .count {
	float:left;
	width:40px;
	margin-right:10px;
	height:30px;
}

.prices input {
	width:60px;
	border:none;
	text-align:right;
	margin:0 5px 0 0;
}

#productline {
	background:#eee;
	padding:5px;
	margin-bottom:2px;
}

#productline label{
	float:left;
	width:244px;
	overflow:hidden;
	height:26px;
	padding:4px 0 0 0;
}

.prices {
	float:right;
	height:30px;
	width:225px;
}

.cart_overview_list_total {
	margin:0 0 0 298px;
	background:#dedede;
	width:280px;
	.width:312px;
	padding:5px;
}

.cart_overview_list_total label {
	padding:3px;
	float:left;
	width:209px;
	font-weight:bold;
}

.cart_overview_list_total input {
	width:60px;
	border:none;
	text-align:right;
	margin:0 5px 0 0;
}
.cart_overview_list_total p{
	padding:0 0 0 3px;
	font-size:10px;
}

#button_shop{
	cursor:pointer;
	width:150px;
	height:28px;
	background:url('../img/button_150.gif');
	border:none;
	font-weight:bold;
	position:relative;
	top:-29px;
}
#button_back{
	cursor:pointer;
	width:130px;
	height:28px;
	background:url('../img/button_130.gif');
	border:none;
	font-weight:bold;
	position:relative;
	top:-29px;
	margin:0 10px 0 0;
}

#order_overview_customer{
}
#order_overview_customer label{
	width:98%;
	display:block;
}
#order_overview_customer label div{
	float:left;
	padding-right:3px;
}
#order_overview_customer li{
	padding:10px 0 0 0;
}
#order_overview_customer li a{
	text-decoration:underline;
}
#accept_conditions {
	display:inline;
	width:auto;
}
#accept_conditions_label {
	display:inline;
	position:relative;
	top:-18px;
	left:22px;
}
#customer_state, #customer_referent, #customer_zip, #customer_country, #customer_street, #customer_street2, #customer_name, #customer_city, #customer_phone, #customer_email, #customer_comments {
	width:350px;
}

#customer_title,#customer_title_label {
  width:66px;
}
#customer_firstname,#customer_firstname_label {
  width:120px;
}
#customer_name,#customer_name_label {
  width:158px;
}
#customer_zip,#customer_zip_label {
  width:100px;
}
#customer_city,#customer_city_label {
  width:248px;
}

#button_submit {
	cursor:pointer;
	width:150px;
	height:28px;
	background:url('../img/button_150.gif');
	border:none;
	font-weight:bold;
	margin:0 0 0 126px
}

.prices img {
	position:relative;
	top:2px;
	border:0px;
}
