body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 {
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	font-weight: normal;
	color: #86962e;
}

h3 {
	margin: 0px 0px 12px 0px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

p {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}

#col2 ul {
	margin: 0px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}

#col2 ul {
	padding-left: 1px;
	list-style-type:none;
}

#col2 ul li {
	padding-left: 10px;
	padding-bottom: 4px;
	background: transparent url(../images/bg_li.gif) no-repeat;
}

p a, #col2 ul a {
	text-decoration: none;
	color: #86962e;
}

p a:hover, #col2 ul a:hover {
	color: #fff;
	background: #86962e;
}

#col1 img {
	display: block;
	margin-bottom: 14px;
}

.product img {
	display: block;
}

.orange {
	color: #ffa722;
}

.white {
	color: #fff;
}

/*********************************************************************
Purchase form
*********************************************************************/

#order_table {
	width: 460px;
}

#order_table td, #order_table p {
	font-size: 11px;
	margin-bottom: 0px;
}

tr, td {
	vertical-align: top;
}

td {
	border-bottom: 1px dotted #ccc;
	padding: 8px 0px;
}

tr.heading th {
	padding: 3px 0px 8px 0px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

tr.subheadings th {
	padding: 3px 5px 3px 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

th.product {
	width: 223px;
}

th.size {
	width: 80px;
}

th.price {
	width: 80px;
}

th.quant {
	padding-right: 0px;
}

td.price {
	font-style: italic;
}

td.quantity {
	padding: 6px 0px 0px 0px;
}

tr.note td {
	font-style: italic;
	color: #999;
	padding-bottom: 20px;
}

td#total_price {
	font-weight: bold;
	font-size: 12px;
}

input.quantity, .text {
	display: block;
	float: left;
	height: 15px;
	padding: 1px 2px 1px 2px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: #f7f8e3;
	border-style: solid;
	border-width: 1px;
	border-color: #b0b1a2 #dddecb #dddecb #b0b1a2;
}

input.quantity {
	width: 46px;
}

input.text {
	width: 222px;
	_width: 250px;
}

textarea.text {
	width: 302px;
	_width: 330px;
}

select.text {
	width: 110px;
	padding: 0px;
	height: 17px;
}

textarea.text {
	height: 100px;
}

#order_table label {
	display: block;
	float: left;
	width: 80px;
	padding-top: 2px;
}

/*********************************************************************
Stockists
*********************************************************************/

div.stockist {
	float: left;
	width: 220px;
	/*height: 70px;*/
	padding-right: 20px;
	padding-bottom: 10px;
}

div.stockist H2 {
	/*
	min-height: 20px;
	_height: 20px;
	*/
}


