#secondary h1 {
	margin: 0px 0 9px 0;
	font-size: 20px;
	font-weight: normal;
}

#secondary p {
	margin-bottom: 15px;
	font-size: 12px;
}

#secondary p a {
	color: black;
	text-decoration: underline;
}

table.shopping_basket {
	border: 0;
	border-collapse: collapse;
}

table.shopping_basket thead tr th {
	border: 1px solid white;
	font-weight: bold;
	background: #510000;
	color: white;
	font-size: 12px;
	padding: 3px;
}

table.shopping_basket tbody tr td {
	border: 1px solid white;
	font-weight: bold;
	color: #470000;
	vertical-align: top;
	font-size: 12px;
	padding: 3px;
}

table.shopping_basket tbody tr td a {
	font-size: 10px;
	color: #470000;
	line-height: 200%;
}

table.shopping_basket tbody tr td.image {
	padding: 0;
}

table.shopping_basket tbody tr td.description {
	width: 200px;
}

table.shopping_basket tbody tr td.color {
	width: 75px;
}

table.shopping_basket tbody tr td.price {
	text-align: right;
	width: 55px;
}

table.shopping_basket tbody tr td.links {
	width: 60px;
	text-align: center;
}

table.shopping_basket tbody tr.light {
	background: #EEEE86;
}

table.shopping_basket tbody tr.dark {
	background: #E6E649;
}

table.shopping_basket tfoot tr td {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	border: 1px solid white;
}

table.shopping_basket tfoot tr td.price {
	background: #E5E5E5;
}

table.shopping_basket tfoot tr td.total_price {
	background: #DEDE0D;
}

fieldset {
	font-size: 12px;
	margin-top: 9px;
}

fieldset legend {
	font-weight: bold;
	margin-bottom: 5px;
}

fieldset .text_field {
	border: 1px solid black;
	width: 300px;
	font-size: 13px;
	margin-bottom: 4px;
}

table .text_field {
	border: 1px solid black;
	width: 250px;
	font-size: 13px;
	margin-bottom: 4px;
}

table tr td {
	vertical-align: top;
}

table tr td.label {
	width: 180px;
	font-weight: bold;
}

table tr td.middle {
	width: 200px;
}

table tr td .fieldWithErrors .text_field {
	border: 1px solid #E00000;
}

table tr td .formError {
	color: #E00000;
	font-size: 12px;
	padding-bottom: 8px;
}

.text_area {
	width: 290px;
	height: 140px;
	border: 1px solid black;
}

fieldset label {
	width: 120px;
	float: left;
	clear: both;
	margin-bottom: 12px;
}

fieldset span {
	margin-bottom: 4px;
	display: block;
	float: left;
}

fieldset .fieldWithErrors {
	display: inline;
}

fieldset .fieldWithErrors .text_field {
	border: 1px solid #E00000;
}

form {
	margin-bottom: 30px;
}

fieldset .formError {
	color: #E00000;
	margin-bottom: 10px;
}

.submit_tags {
	height: 32px;
	line-height: 32px;
	margin-right: 20px;
}

.submit_tags img, .submit_tags .image {
	float: left;
	margin-right: 10px;
}

.submit_tags a {
	color: #470000;
	font-weight: bold;
	text-decoration: none;
}

table.dealer_order_form {
	margin: 10px 20px 10px 0;
}

table.dealer_order_form td {
	border: 1px solid black;
	padding: 4px;
	vertical-align: top;
}

table.dealer_order_form td a {
	text-decoration: underline;
	color: #470000;
}

table.dealer_order_form td a:hover {
	text-decoration: none;
}

table.dealer_order_form td.no_r_b_border {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

table.dealer_order_form td.no_r_border {
	border-right: 1px solid white;
}

table.dealer_order_form td.no_b_border {
	border-bottom: 1px solid white;
}

table.dealer_order_form td.no_t_l_b_border {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

table.dealer_order_form td.no_t_r_border {
	border-right: 1px solid white;
	border-top: 1px solid white;
}	

table.dealer_order_form td.no_l_b_r_border {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}	

table.dealer_order_form td.no_l_b_border {
	border-right: 1px solid white;
	border-bottom: 1px solid white;

}

table.dealer_order_form td.no_t_r_b_border {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

table.dealer_order_form td .product_variation_field {
	font-size: 16px;
	width: 30px;
	border: 0;
/*	padding-left: 1p;*/
}
/*
.submit_tags {
	height: 32px;
	line-height: 32px;
	margin-right: 20px;
}

.submit_tags img, .submit_tags .image {
	float: left;
	margin-right: 10px;
}

.submit_tags a {
	color: #470000;
	font-weight: bold;
	text-decoration: none;
}*/


#order_help {
  position: absolute;
  top: 220px;
  right: 0;
}