.error {
    background: #ffc;
}


table.fieldrows{
	border: 0px solid #ccc;
	width:100%;

}

.collabel {
    font-size: smaller;
    font-weight: normal;
    text-align: left;
}

.rowlabel {
    background: #ececec;
    width:30%;
    padding:0.5em;
}

.fieldnote {
    font-size: smaller;
    color: #333;
}

.buttons {
    text-indent: 8em;
}

.radionote {
    margin-left: 4em;
    font-size: smaller;
    color: #333;
}

table.minicart {
    border-collapse: collapse;
    width:100%;
    padding:10px;
}

table.minicart td, table.minicart th {
    border: 1px solid #ccc;
    padding: 0 1em;
}

table.minicart th {
    background: #ccc;
}

.orderid {
	color:#dd0000;
	font-weight:bold;
}

h3 {
	letter-spacing: 0.25em;
	background: url("images/arrow_red.png") no-repeat;
	background-position: center left ;
	padding-left: 19px;
}

form {margin: 0}

.cart {
	border: 2px solid #a7cb00;
	margin: 7px 0;
}
