.error{
	color: #FF0000;
	font-size: 14px;
}

#bannerIcon{
	text-align: right;
	padding-right: 5px;
	line-height: 25px;
	background-image: url(../images/top.jpg);
	height: 33px;
}
.alignLeft{
	width: 400px;
	float: left;
	font-size: 11px;
	text-align: left;
	margin-left: 25px;
	font-weight: bold;
}

#bannerIcon a{
	color: #666666;
	text-decoration: none;
}

#bannerIcon a:hover{
	color: #CCCCCC;
}

.iconPadding{
	padding-top: 5px;
	padding-right: 25px;
}

.midPurchase{
	float: left;
	width: 420px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 8px;

}

.rightPurchase{
	float: left;
	margin-top: 50px;
}

.rightPurchase ul{
	color: #666666;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.rightPurchase ul li{
	padding-bottom: 15px;
}


/* Shopping Cart */

.midCart{
	float: left;
	width: 540px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 8px;
	background-image: url(../images/cart_view_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;

}

.midFull{
	float: left;
	width: 540px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 8px;
}

.midFull a{
	color: #93B0D8;
	text-decoration: underline;
}

.midFull a:hover{
	text-decoration: none;
}
.midCart a{
	color: #93B0D8;
	text-decoration: underline;
}
.midCart a:hover{
	text-decoration: none;
}
.cartContainerHeader{
	line-height: 18px;
	height: 18px;
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #91B1D7;
	margin-bottom: 5px;
}

.blueLine{
	background-color: #91B1D7;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 7px;
	line-height: 7px;
}
.cartRowHeader1{
	float: left;
	width: 250px;
}

.cartRowHeader2{
	float: left;
	width: 100px;
}

.cartRowHeader3{
	float: left;
	width: 80px;
}

.cartRowHeader4{
	float: left;
	width: 80px;
}

.cartContainer{
	clear: both;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #91B1D7;
	margin-bottom: 15px;
}

.cartRow1{
	float: left;
	width: 250px;
}

.cartRow2{
	float: left;
	width: 100px;
	list-style-type: none;
}

.cartRow3{
	float: left;
	width: 80px;
}

.cartRow4{
	float: left;
	width: 80px;
}

.cartTotal{
	margin-top: 15px;
	margin-bottom: 15px;
}

.cartTotal ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}

.cartTotal ul li{
	padding-bottom: 8px;
}


/* Form Fields */


.formContainer{
	width: 500px;
	float: left;
}

.formLeft{
	float: left;
	width: 135px;
	margin-bottom: 6px;
}

.formRight{
	margin-bottom: 6px;
	width: 300px;
	float: left;
}
