/* CSS Document */
html, body, #page, #wrapper{
	width: auto; 
	margin: 0; 
	padding:0; 
	background: white;
	
}

body{
	border:4px solid #ED0B91;
	padding:10px;
}

/*--------------------------HIDDEN-----------------------------*/

#header, #footer, #navigation {
	display: none;
	}
	
	/* CSS Document */
#basket table{
	width:100%;
	margin:auto;
	padding:0;
}
.hed{
	text-align:left;
}

#basket{
	float:left;
}
#basket table.basket{
	margin:0px;
	padding:0px;
	vertical-align:top;
	vertical-align:text-top;
}
#basket th.hed{
	text-align:center;
	text-transform:uppercase;
	border-bottom:2px solid #000;
}
#basket tr{
	border-bottom:1px solid #000;
}
#basket tr.a{
	height:100px;
	padding-left:10px;
}
#basket tr.b{
	height:100px;
	
	padding-left:15px;
	border-bottom:2px solid #000;
}
#basket tr td{
	border-bottom:1px solid #000;
}

#basket tr.b td.center{
	text-align:center;	
}

#basket td.price{
	color:#ed008c;
	font-weight:bold;
}
#basket td a{
	font-weight:bold;
	text-decoration:none;
}
#basket td a:hover{
	font-weight:bold;
}
#basket td.currency{
	font-weight:bold;
/*	padding:15px;
	width:auto;
	float:right;*/
}
#basket td.currency_text{
	font-weight:bold;
	text-align:left;
/*	padding:15px;
	width:auto;
	float:right;*/
}
#basket td.total{
	padding:15px;
	width:auto;
	text-align:center;
	/*float:right;*/
	font-size:1.5em;
}
#basket input.qty{
	height:25px; 
	padding-top:4px; 
	font:16px Georgia,'Times New Roman', Times, serif; 
	font-weight:bold; 
	text-align:center; 
	border: 1px solid #000; 
}

