table.shoppingcart {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	width: 530px;
}

table.shoppingcart tr {
  /*border-left: 1px solid #333333;
  border-right: 1px solid #333333;*/
}

table.shoppingcart tr.grey {
	background-color: #DCDDDE;
}

table.shoppingcart tr.grey td {
	font-weight: bold;
	padding: 5px;
	margin-bottom: 3px;
}

table.shoppingcart tr.break td {
	background-color: #EAEBEC;
	height: 2px;
	padding: 0;
	margin: 0;
	font-size: 1px;
}

table.shoppingcart tr.bold {
  font-weight: bold;
}

table.shoppingcart tr.bolder {
  font-weight: bold;
  font-size: 13px;
}

input.orderamount {
  width: 30px;
  margin: -2px 0px;
  text-align: center;
}

input.update_button {
	color:#FFFFFF;
	height:21px;
	padding:1px 5px;
	cursor: pointer;
	text-decoration:none;
	margin-bottom:-2px;
	background-color: #A5A7A9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.shoppingcart tr td {
  /*border: 1px solid #333333;*/
  padding: 2px 5px;
  white-space: nowrap;
}

#Checkout {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#continue{
 display:block;
 float: right;
}
a#continue{
  display:block;
  text-align:center;
  text-transform:uppercase;
  border:1px solid #666666;
  text-decoration:none;
  font-size:10px;
  width:210px;
  height:16px;
  margin:10px 0pt;
  padding:6px 0pt 2px;
}

a#continue:hover{
 color:#FFFFFF;
 border:1px solid #333333;
 background:#999999;
}

td.name{
}

td.price{
  text-align:right;
}

td.subtotal{
  text-align:right;
}

td.ordering{
  text-align:center;
}

input.radio, input.checkbox {
  width: 12px;
  height: 12px;
} 

table.clientdetails {
	width: 530px;
}

div.checkout_fields {
  margin-top: 20px;
}

table.shoppingcart a {
  text-decoration: underline;
}

div.confirmation table td {
  border: 1px solid #999999;
}

td.border_top {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.textField {
	border: 1px solid #C9CACB;
	height: 15px;
	color: #000000;
	width: 400px;
	font-size: 12px;
	background-attachment: scroll;
 	background-image: url(../images/white.gif);
 	background-repeat: repeat;
}
.commentField {
	border: 1px solid #C9CACB;
	height: 200px;
	color: #000000;
	width: 400px;
	font-size: 12px;
	background-attachment: scroll;
 	background-image: url(../images/white.gif);
 	background-repeat: repeat;
}

.processButton {
	height: 19px;
	width: 73px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A5A7A9;
	margin-left: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.requiredFields {
	color: #FF0000;
	font-size: 12px;
}
.noField {
	border: 1px solid #C9CACB;
	height: 18px;
	width: 28px;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(../images/white.gif);
	background-repeat: repeat;
}
.centreContainerForm {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 11px;
}

.dropdown {
	color: #000000;
	background-color: #FFFFFF;
	height: 20px;
}