/* SPECIALIZED STYLES FOR CART PAGE */

#totalWrapper {
	width: 889px;
	text-align: right;
	border: 1px solid #ccc;
	float: left;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
}

#totalWrapper ul {
	list-style: none;
	padding: 0;
	clear: right;
	float: right;
	background: #f8f8f8;
	margin-right: 102px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#totalWrapper li {
	background: #fff;
	font-size: 14px;
	float: left;
	text-align: right;
	width: 300px;
	padding: 5px;
	margin: 0;
	display: inline;
	border-top: 1px solid #efefef;
}
#totalWrapper li.right {
	background: #f8f8f8;
	width: 100px;
	margin: 0;
}

#totalWrapper li.button {
	background: #fff;
	font-size: 14px;
	width: 90px;
	padding: 5px 0 5px 0px;
	margin: 0;
	display: inline;
	border-top: 1px solid #efefef;
}

#totalWrapper li p {
	margin: 10px 0 0 0;
}
#totalWrapper li.noTop {
	border-top: none;
}
#totalWrapper li p.small {
	font-size: 11px;
	font-style: italic;
	
}



/* RELATED */
#related {
	width: 835px;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
}
.relatedTitle {
	padding: 0 0 5px 0;
	color: #533b3d;
	text-transform: uppercase;
}

/* CART ERROR */

#cartError {

	height: 300px;
	width: 889px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	border: 1px solid #ccc;
}

#cartError, #cartError p, #cartError a {
	font-size: 14px;
	font-family: Cambria, serif, Arial, Geneva, sans-serif;
	color: #000;
}

