.lineitem {
	width:100%;
	margin:0;
}

.lineitem table {
	width:100%;
	border:0;
}

.lineitem td,
.lineitem th {
	padding:4px;
	text-align:left;
}

.lineitem th.price,
.lineitem td.price { 
	text-align:right; 
}

.lineitem td.totalprice {
	font-size:120%;  
	font-weight:bold;
	text-align:right; 
}

.lineitem th { font-weight:bold; }

.lineitem .key { background-color:#d3ddf3; }

.lineitem .normal { background-color:transparent; }

.lineitem .alternate { background-color:#ededed; }
 
.lineitem ul.information { 
    margin:0;
    padding:0;
    list-style-position:inside;
    color:#595959;
}

.lineitem ul.information a { color:#595959; }

span.discount { color:red; }

form#basketcontinue {
    position:relative; 
    background-color:#fbfeb6;
    border:1px solid #EED7A5;
    padding:2px 4px;
    height:22px;
}

#basketcontinue label {
    position:relative;
    top:5px;
}

#basketcontinue input {
    position:absolute;
    right:0;
}
