﻿/*
 * Cart Styles
 */
.pageTitle {
	margin-top: 8px;
}
.outputPanel {
	margin-top: 20px;
}
.formBody {
	overflow: auto;
}
#divBody_cart, #divBody_wishList {
	width: 800px;
	height: 100%;
	margin: 0px 0px 8px 20px;
	float: left;
	color: rgb(60,60,60);
	overflow: auto;
}
.totalPrice {
	margin-top: 20px;
}
.totalItems {
	margin-top: 20px;
}
.buttons {
	margin-top: 20px;
	float: right;
	clear: both;
}
.btnPayPal {
	padding-bottom: 20px;
}


.cList .prod,
.cList .qty,
.cList .price,
.cList .priceExt {
    float: left;
}
.cList .prod {
	width: 430px;
}
.cList .qty {
    width: 80px;
    text-align: right;
	margin-right: 20px;
}
.cList .price {
	width: 80px;
	text-align: right;
	margin-right: 20px;
}
.cList .priceExt {
	width: 80px;
	text-align: right;
	margin-right: 20px;
}
.cList .link {
	margin-right: 2px;
	float: right;
}
.row {
	overflow: auto;
}
.altRow {
    background-color: rgb(240,240,240);
}

#divBody_wishList .cList .prod {
	width: 550px;
}
#divBody_wishList .cList .price {
	width: 80px;
	text-align: right;
	margin-right: 20px;
}