#cartDetail {
width: 100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
}

table#cartDetail h2 {
color: #fff;
padding: 5px 0 0 0;
line-height: 100%;
}

table#cartDetail img {
border: 0;
}

.cartHeader {
background-color: #900;
padding: 0;
}

#cartCheckoutButton {
text-align: right;
}

#ReviewContinueButton {
text-align: right;
}

.columnHead {
color: #900;
font-weight: bold;
background-color: #ffd1b2;
padding: 5px;
text-align: right;
}


.columnHeadItem {
color: #900;
font-weight: bold;
background-color: #ffd1b2;
padding: 5px;
}

.cartRow {
border-bottom: 1px solid #f60;
padding: 5px 5px 15px 5px;
font-weight: bold;
text-align: right;
}

.cartRowCentre {
border-bottom: 1px solid #f60;
padding: 5px 5px 15px 5px;
font-weight: bold;
text-align: center;
}

.cartRowItem {
border-bottom: 1px solid #f60;
padding: 5px 5px 15px 5px;
font-weight: bold;
}

.cartRowLeft {
border-bottom: 1px solid #f60;
padding: 5px 5px 15px 5px;
font-weight: bold;
text-align: left;
}

.cartItem {
font-style: italic;
}

.cartAuthor {
font-weight: normal;
}

.cartTotal {
font-weight: bold;
font-size: 1.2em;
background-color: #ffd1b2;
text-align: right;
padding-right: 10px;
}


.cartInfo {
font-style: italic;
font-size: 1em;
background-color: #ffd1b2;
padding: 5px;
}


.cartOptions {
font-size: 1em;
background-color: #eec;
padding: 5px;
border-top: 1px solid #fff;
border-bottom: 1px solid #900;
}

.continue img {
border: 0;
padding-right: 10px;

}

.continue {
padding: 10px;
text-align: right;
width: 100%;
}

.continue h3 {
text-align: left;
font-style: italic;
color: #112233;
}

.checkoutentry {
/*width: 45%;*/
background: #eec;
border: 1px solid #900;
margin: 1em 0;
padding: 0.4em;
	}
	
#newcustomer {
float: right;
width: 45%;
	}
	
#customerlogin {
float: left;
width: 45%;
	}
	
.logintext {
font-weight: bold;
	}

form {
padding-left: 0.6em;
	}
	
form input, select {
margin-bottom: 0.6em;
	}
	
legend {
font-weight: bold;
	}
	
#billingentry, #cardentry {
float: left;
width: 45%;
margin-bottom: 1em;
	}
	
#detailsentry {
float: left;
width: 30%;
margin-bottom: 1em;
	}
	
form img {
border: 0;
	}

a.cartlink {
color: #900;
	}
	
.checkoutentry img {
border: 0;
padding-top: 1em;
}

.smallcheckbox {  
vertical-align: middle;   
	 width : 0.7em ; 
	 height : 0.7em ;    
	}
	.smallcheckboxtext {
font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;  

	}
.notes {
	font-size: small; 
	font-weight: normal;
	}