﻿.cart_container
{
	position:relative;
	top:0px;
	left:0px;
	
	width:200px;
	margin-top:40px;
	margin-left:-10px;

	background-color:white;
	border:dashed 1px #b4bcd0;
	
	font-family:arial;
	font-size:12px;
}

div.Browser table.Order { width: 90%; }

div.cart_top
{
	background-image:url(../images/cart_header.png);
	height:17px;
	padding-left:10px;
}

div.cart_header
{
	font-family:arial;
	font-weight:bold;
	/*font-size:22px;*/
	color:#243b48;
}

div.cart_header img
{
	float:left;
}

p.cart_headline
{
	margin-top:10px;
}

div.login_name
{
	color:#2daa39;
	margin-bottom:10px;
}

div.login_name span
{
	color:#acc1a6;
}

span.cart_welcome
{
	color:#828a9c;
}

p.cart_link_item
{
	margin:0px;
}


p.cart_link_item a
{
	text-decoration:none;
	color:#485e95;
	font-weight:bold;
}

div.cart_link_item_left
{
	width:30px;
	margin:0px 0px 0px -10px;
	background-color:white;
}

p.cart_link_item image
{
	margin-right:5px;
	margin-top:2px;
}

div.cart_content
{
	background-image:url(../images/cart_bg.png);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-bottom:10px;
}

div.cartp_additional_info_header
{
	border-bottom:solid 1px #999999;
}

td.cartp_additional_info_td_left
{
	width:200px;
}

td.cartp_additional_info_td_right input
{
}
td.CartLineField_EditComment { text-align: center; }
div.cartp_add_products_header
{
}

div.cartp_add_products_row
{
	clear: both;
}

div.cartp_add_products_name
{
	float:left;
	width:200px;
}

div.cartp_add_products_value
{
	float:left;	
	margin-bottom: 5px;
}
div.cartp_add_products_value textarea
{
    width: 300px;
    display: block;
}

.panelCartEntry
{
    margin: 20px 0;
}
.panelCartEntry div
{
    width: auto;
    margin: 10px 10px 10px 0;
}
.panelCartEntry div.cartp_add_products_row
{
    clear: none;
}
div.cartp_divider
{
	height:20px;
	clear: both;
}

/* Cart Preview */
.cartpre_table
{
	width:200px;
}

.cartpre_item_container
{
	width:100%;
}

.cartpre_quantity
{
	float:left;
	width:15px;
}

.cartpre_title
{
	float:left;
	width:80px;
	overflow:hidden;
	white-space:nowrap;
}

.cartpre_price
{
	float:left;
	width:20px;
}



td.Order_AdditionalInfo_Label
{
	padding: 3px;
	font-weight: bold;	
	border-bottom: 1px dotted #999999;
}
table.Order_AdditionalInfo
{
	text-align: left;
}
table.Order_AdditionalInfo,
table.Order_PaymentInfo
{
	width: 350px;	
}
table.Order_AdditionalInfo th
{
	width: 150px;
	padding: 0;
	background-image: none;
	color: #636363;
}

table.Order_AdditionalInfo td
{
	width: 200px;
	padding: 0;
}
table#custom_fields th
{
	background-image: none;
}
td.CartLineField_EditComment div.comment { display: none; }
td.CartLineField_EditComment img { cursor: pointer; }

/* Conditions on Payment page */
div.PaymentPage ol.form li { height: 40px; width: 500px; }
div.PaymentPage ol.form li input { width: 20px; float: left; margin-top: 4px; }
div.PaymentPage ol.form li label
{
    width: 450px;
    text-align: left;
}
