@charset "UTF-8";
.main td {
	border: 2px solid #E6E6E6;
}
#cart {
	background: #E6E6E6;
	border: 2px solid #333333;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 14px;
}
#cart th {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}
#review_button {
	font-size: 16px;
	height: 35px;
	width: 150px;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	background: #e6e6e6;
}
#submit {
	font-size: 16px;
	height: 35px;
	width: 150px;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	background: #e6e6e6;
}
.cartDivider {
	border-bottom: 1px solid #666666;
	height: 3px;
}
.prod_options {
	font-size: 10px;
	font-style: italic;
}
.divider {
	border-left: 1px solid #CCCCCC;
}
.txtGreen {
	color: #006600;
}
img {
	border-width: 0px;
}
.spacing {
	width: 465px;
}

