.cart-table {
	font-family: arial,verdana,sans-serif;
	width: 450px;
	maring: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #606060;
}
.cart-title {
	padding: 4px 4px 6px 10px;
	background-color: #F7F9FF;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #BB1219;
}
.cart-header {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background: #0C3B58 url('/images/layout/nav_head_bg.gif') repeat-x top;
	height: 23px;
}
.cart-caption {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 6px;
	background: #EEEEEE;
	border-top: 1px solid #818181;
}
.cart-caption a {
	margin: 4px 14px 4px 14px;
	text-decoration: none;
	color: black !important;
}
.cart-caption a:hover {
	color: #BB1219;
}
.cart-item {
	font-size: 12px;
	text-align: center;
	color: #5E5A54;
	background: #F7F9FF;
	border-top: 1px solid #5E5A54;
}
.row-even {
	color: #5E5A54;
	background: #EEEEEE;
}
.row-odd {
	color: #5E5A54;
	background: #DDDDDD;
}
.cart-error {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
	background: #B61118;
	border-top: 1px solid #818181;
}
.cart-totals {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #818181;
	background: #EEEEEE;
}
.cart-data {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #818181;
	background: #EEEEEE;
}
.cart-input {
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin: 0;
}
.cart-radio {
	background: none;
	border: none;
}
.cart-select {
	font-size: 13px;
	border: 1px solid #BBC1C5;
}
.cart-submit {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/cart_submit.gif);
	background-repeat: repeat-x;
	border: 1px solid #000000;
	padding: 2px;
	margin: 10px;
	cursor: pointer;
	height: 30px;
}
.cart-general-error {
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-color: #530611;
	border: 1px white dashed;
	padding: 4px;
}
.cart-checkbox {
	vertical-align: -4px;
}
