/* Shopping Cart Styles */

#prodHead {
	background-color: #79C7DE;
	color: #fff;
	padding: 3px 10px 5px 12px;
}

#prodHead h1 {
	margin: 0;
	padding: 0;
}

#listHead {
	background-color: #79C7DE;
	color: #fff;
	padding: 3px 10px 7px 12px;
}

#listHead h1 {
	margin: 0;
	padding: 0;
}

#listHead span {
	position: relative;
	top: 10px;
	left: 150px
}

#listHead a {
	color: #fff;
	text-decoration: underline;
}

#listHead a:hover {
	color: #fff;
	text-decoration: none;
}

#checkoutHead {
	width: 513px;
	height: 35px;
	background: url(img/checkout_header.gif) no-repeat;
}

#checkoutHead span {
	position: relative;
	top: 10px;
	left: 200px;
	font-weight: bold;
	color: #577C60
}

#confirmHead {
	width: 513px;
	height: 35px;
	background: url(img/confirm_header.gif) no-repeat;
}

#confirmHead span {
	position: relative;
	top: 10px;
	left: 220px;
	font-weight: bold;
	color: #577C60
}

#detailHead {
	background-color: #79C7DE;
	color: #fff;
	padding: 3px 10px 5px 12px;
}

#detailHead h1 {
	padding: 0;
	margin: 0
}

#detailHead span {
	position: relative;
	top: 10px;
	left: 178px
}

#cartHead {
	width: 513px;
	height: 35px;
	background: url(img/cart_header.gif) no-repeat;
}

#billHead {
	width: 513px;
	height: 35px;
	background: url(img/bill_header.gif) no-repeat;
}

#billHead span {
	position: relative;
	top: 10px;
	left: 240px;
	font-weight: bold;
	color: #577C60
}

#cartWrapper {
	width: 550px;
	position: relative;
}

#cartWrapper input {
	margin: 0;
	padding: 0
}

#shopCart {
	border: 2px solid #79C7DE;
	width: 550px;
	padding: 0;
	position: relative;
	top: 4px;
}

#cartFoot {
	background: url(img/cart_foot.gif) no-repeat;
	width: 513px;
	height: 8px
}

#catList {
	width: 550px;
}

.listRow {
	padding: 8px 10px;
	border-top: 1px solid #BFF1FF
}

.listRow a {
	font-size: 14px
}

.productContainer {
	float: left;
	font-size: 11px;
	padding: 15px 15px 5px 15px;
	text-align: center;
	width: 130px;
	position: relative;
	left: 30px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 100px;
	margin-bottom: 15px;
	vertical-align: baseline;
}

.imageContainer {
	margin-bottom: 5px;
	width: 80px;
	text-align: center;
}

.left {
	float: left;
	padding-left: 20px;
}

.right {
	float: right;
	text-align: left;
}

#productWrapper {
	padding: 15px 0;
}

.green {
	color: #008F3C
}

.subhead {
	background: #EFFAFF;
	padding: 7px 0 2px 10px;
}

.buttonRow {
	padding: 8px 9px 4px 9px;
	background-color: #79C7DE;
	position: relative;
}

.submitRow {
	padding: 12px 40px;
	margin-top: 15px;
}

.total {
	padding: 8px 11px 4px 9px;
	border-top: 1px solid #BFF1FF;
	background-color: #FFFCAF;
	color: #ff0000;
}

.title {
	text-align: right;
	font-weight: bold;
	color: #000;
	width: 150px
}

#cartItems {
	border: 1px solid #BFF1FF;
}

.red {
	color: #ff0000
}

#backHome {
	position: relative;
	bottom: 12px;
	left: 15px;
}

#sorry {
	position: relative;
	left: 13px;
	bottom: 10px;
}

#formSubmit {
	width: 100%;
	text-align: center;
	padding-bottom: 15px
}

#formSubmit img {
	position: relative;
	top: 4px;
}


#formSubmit input {
	position: relative;
	top: 4px;
}

/* Shopping Cart & Store Styles */

#cart {
	height: 29px;
	background-color: #40A2C9;
	width: 144px;
	padding: 5px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:134px;
	height: 19px;
	position: absolute;
	right: 17px;
	z-index: 10
}

#cart img {
	position: relative;
	top: 2px
}

#cartBtn {
	background-color: #000;
	border: 1px solid #fff;
	color: #FFF;
	display: block;
	font-size: 9px;
	text-decoration: none;
	width: 59px;
	height: 17px;
	text-align: center;
	font-weight: bold;
	float: right;
}

#items {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	bottom: 2px;
}

#items:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	position: relative;
	bottom: 2px;
}
