table.carttable {
width: 100%;	
}
table.logintable td,
table.carttable td {
padding: 3px;
}
table.carttable td {
vertical-align: top;	
}
table td.label {
font-weight: bold;
text-align: right;
}
td.tdcartTitle {
background-color: #000;
font-weight: bold;
text-align: center;
color: #fff;
}
table.bottomtable {
border-top: 1px solid #000;
margin-top: 10px;
}

.txtcartProgressCurrent {
font-weight: bold;
color: #4d7cba;
}
.txtError {
font-weight: bold;
color: #c00;
}
.txtOldPrice {
text-decoration: line-through;	
}
.productinfo {
float: left;	
}