/* CSS Document */
/* Basket */
#basket
	{
	position: relative;
	top: 10px;
	_top: 10px;
	left: 170px;
	_left: 170px;
	width: 60%;
	float: left;
	color: black;	
	}
	
.baskettitle
	{
	border: none;
	background-color: #bfa056;
	font-size:11px;
	color: black;
	}
	
.basketcontent
	{
	font-family: arial,helvetica;
	font-weight: normal;
	text-decoration: none;
	font-size:11px;
	color: black;	
	text-align: left;
	margin-top: 2px;
	}

.basketcontent tr, basketcontent td
	{
	font-family: arial,helvetica;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	padding: 2px;
	_margin: 2px;
	background-color: #decda3;
	}
	
.plain
	{
	font-family: arial,helvetica;
	font-weight: normal;
	text-decoration: none;
	font-size:11px;
	color: black;	
	padding: 2px;
	background-color: #FFFFFF;
	}

.red
	{
	font-family: arial,helvetica;
	font-weight: normal;
	text-decoration: none;
	font-size:11px;
	background-color: #FFFFFF;
	color: #FF0000;
	}

.border
	{
	border: 1px solid #F2F2F2;
	background-color: #FFFFFF;
	}
	
#shipment
	{
	display: none;
	}

data input
	{
	border: 1px solid #000000;
	border-color: #000000;
	}

data input .noborder
	{
	border: none;
	}

.wrongdata
	{
	background-color: #DBB5B5;
	border: 1px solid #FF0000;
	border-color: #FF0000;
	}

.payment
	{
	width: 75px;
	color: #bfa056;
	text-align: center;
	font-weight: bold;
	}
	
/* Right Bar */
#rightbar{
position: absolute;
right: 10px;
_right: 10px;
top: 125px;
}

/* Minibasket  */
#minibasket{
/*position: absolute;
right: 10px;
_right: 10px;
top: 300px;*/
border: 1px solid #000000;
width: 170px;
font-size:11px;
color: black;	
text-align: center;
}
	
.minibasketcontent
	{
	font-size:11px;
	color: black;	
	text-align: left;
	margin-top: 2px;
	}	
.minibaskettitle
	{
	border: none;
	background-color: #bfa056;
	font-size:11px;
	color: black;	
	}
.minisubtotal
	{
	right: 10px;
	font-size:11px;
	border-top: 1px solid #000000;
	}

