/* CSS Document */

.cartItem {
	width: 200px;
	height: 210px;
	text-align: center;
	margin: 5px;
	border: 1px solid #000f60;
	padding: 10px;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.carttable {
	border-collapse: collapse;
}

.carttable .altrow {
	background: #ecedee;
}

.carttable .cartitem {
	border: 1px solid #ecedee;
}

.summaryleft {
	float: left;
	width: 65%;
}

.summaryright {
	float: right;
	width: 35%;
}

/* Table list styles */

#tbllist {
	width: 800px;
	text-align: center;
	margin-top: 15px;
	
}

#tbllist .bordtop {
	border: 1px solid #000f60;
	border-bottom: 0;
	padding-top: 5px;
}

#tbllist .bordmiddle {
	margin-top: -5px;
	padding-top: 10px;
	border: 1px solid #000f60;
	border-top: 0;
	border-bottom: 0;
}

#tbllist .listspacer {
	height: 50px;
}

#tbllist .bottomtr {
	border: 1px solid #000f60;
	border-top: 0;
	padding-bottom: 10px;
}

#tbllist td {
	width: 178px;
	padding: 0 5px 0 5px;
}

.blue {
	font-weight: bold;
	color: #000f60;
}

.small {
	font-size: 0.8em;
}

#tbllist .noborder {
	border: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}