/* CSS Document */
div#cart_container{
	width:98%;
	min-width:900px;
	background-color:#E5E5E5;
	overflow:hidden;
	margin:1%;
	position:relative;
}
div#cart_header span.header_text{
color:#C03;
}
div#cart_body{
	background-color: #FFFFFF;
	margin:1%;  
	position:relative;
}
table.shopping_cart{
	width:100%;
}
thead th{
	background-color:#E8E2D2;
	font-size:18px;
}
tr.bottom td{
	background-color:#cdc2a1;
}
table th{
	border:3px solid #FFF;
	
}
table td{
	border:3px solid #FFF;
	
}
table td.price{
	color:#F00;
	font-weight:bold;
}
table td p.brief_text{
	color:#87613A;
}
table td a.link{
	font-size:10px;
}
table td a.activation{
	color:#09F;
	font-weight:bold;
}
td.total_price{
	font-weight:18px;
	font-weight:bold;
	color:#87613A;
}
div#bottom_level{
	width:100%;
	text-align:center;
}
div#cart_message_error{
	background-color:#FFEAEA;
	border:1px solid #F00;
	text-align:center;
}
div#cart_message_error p.error_text{
	font-weight:bold;
}