﻿body, p, td {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #555;
}

.TableHead, th, .TableHead th, .TableHead td {
	padding-left: 3px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #ccc;
}

#orderSummary {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.row1 {
	background-color: #fff;
}

.row2 {
	background-color: #eee;
}

.recordRowOn {
	background-color: #ffc;
}

input, .input {
	border: 1px solid #ccc;
}

.button {
	
	border: 1px solid #000;
	background-color: #ccc;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	
}
.submit-button {

background-image:url(../images/Rates.jpg);

border:none;

width:150px;

height:34px;

}
.Shipping-button {

background-image:url(../images/Shipping.jpg);

border:none;

width:150px;

height:34px;

}
.Change-Button {

background-image:url(../images/change.gif);

border:none;

width:100px;

height:23px;

}
.alert, #alert {
	border: 1px solid #999;
	padding: 10px;
	background-color: #ffc;
	color: #800000;
	font-weight: bold;
}

.instuction {
	border: 1px solid #999;
	padding: 10px;
	background-color: #f9f9f9;
	color: #000;
	font-weight: normal;
}

.subtotal {
	border: 1px solid #999;
	background-color: #f9f9f9;
	color: #000;
	font-weight: bold;
}

.prodName {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.prodPrice {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.qty {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}