.shoppingcartarea{
	margin-top: 10px;
	margin-left: 10px;
	float: none;
}
.shoppingcartarea h1{
	color: #3794B4;
	font-size: 1.9em;
	font-weight: bold;
}
.shoppingcartarea h2{
	color: #333333;
	font-size: 3em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.shoppingcartarea h3{
	color: #3794B4;
	font-size: 1.6em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-bottom: 0px;
}
.shoppingcartarea p{
	color: #333333;
	font-size: 1.2em;
	margin-top: 15px;
	clear: right;
	padding-right: 40px;
	margin-bottom: 15px;
}
.shoppingcartarea p#intro{
	color: #999999;
	font-size: 1.4em;
	margin-top: 15px;
	clear: right;
	padding-right: 30px;
	margin-bottom: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.shoppingcartarea ul {
	color: #333333;
	font-size: 1em;
	margin-top: 15px;
	clear: right;
	padding-right: 40px;
	margin-bottom: 15px;
}
.shoppingcartarea ul li{
	color: #000000;
	font-size: 1.2em;
	margin-top: 10px;
	clear: right;
	padding-right: 40px;
	margin-bottom: 15px;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 15px;
	background-position: 0px 4px;
}

.shoppingcartleft{

}
.shoppingcartright{
	width: 680px;
	margin-left: 0px;
	float: right;
	margin-bottom: 50px;
}
table.order,table.cart-table {
border-spacing: ;
	border-collapse: separate;











background-color: ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 680px;
}
table.order th,table.cart-table th {
	padding: 4px;




-moz-border-radius: ;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(images/backoftableheader.gif);
}
table.order td,table.cart-table td {
	background-color: #EDEDED;



-moz-border-radius: ;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56677A;
	padding: 4px;
	font-weight: normal;
}
#speclabel{
	font-weight: bold;
	color: #233452;
}
table.order a  ,table.cart-table a{
	color: #233452;
	font-size: 12px;
	text-decoration: none;
}
table.order p,table.cart-table p{
	color: #56677A;
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
}
.editform{
	margin-top: 20px;


}
.editform input{
border: solid #DCDCDC 2px;


}


.subtotal{
	border: solid #EDEDED 2px;
	font-size: 1.6em;
	width: 665px;
	margin-top: 8px;
	padding: 4px;
	height: 1.4em;
	text-align:left;
}
.subtotal #subprice{
	float: right;
	color: #990000;
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 0px;
}
.subtext{




}
.buttons{
	margin-top: 5px;
	text-align: right;
	margin-right: 10px;

}
.buttons img{
	margin-left: 5px;

}
/* General Form Styling ------------------------------------------------------------- */



.jssForm {
}

.jssFormRow {
	clear: both;
	height: 15px;
	font-size: 1em;
	margin: 5px 0 0 0;
} 

.jssFormCol1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.jssFormCol2 {
	float: left;
	text-align: left;
}	

.jssError {
	font-size: 1em;
	font-weight: normal;
}



.jssFormDiv {
	border: solid #EDEDED 2px;
	margin-top: 5px;
	padding-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;

}

.jssFormTable {
	margin-left: 0px;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	width: 500px;
}

.jssFormTable caption {
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

.jssFormTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 1.1em;
	vertical-align: top;
	padding-top: 3px;
	color: #213347;
}

.jssFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 1.1em;
}

.jssFormTable td.jssFormSubmit {
	text-align: right;
}

.jssFormTable input {
	font-size: 1.1em;
	font-weight: normal;
	height: 1.6em;
	color: #000000;
	border: solid #DCDCDC 2px;
}

.jssFormTable select {
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}
.jssFormTable td.jssFormSubmit input {
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
}

.jssFormError {
	font-weight: bold;
	font-size: 1em;
}
.formbutton{
	float: right;
}

