/*
Colours:
	Orange		#DA8A47
	L Orange1	#F8BF75
	L Orange2	#EABD80
	D Orange	#D7712A
	White		#FFFFFF
	Grey		#392D26
*/

.centered {
	text-align: center;
}

.rightalign {
	text-align: right;
}

input, textarea, select {
	background: #FFF;
	border: 1px solid #D7712A;
}

textarea {
	overflow: auto;
}

.error_text {
	color: red;
}

.small {
	font-size: 0.8em;
}

p.nopadding {
	margin: 0;
	padding: 0;
}

.topalign {
	vertical-align: top;
}

.bottomalign {
	vertical-align: bottom;
}

td.left {
	padding-right: 10px;
}

td.right {
	width: 250px;
	padding-right: 2px;
}

html>body td.right {
	width: auto;
}

.floatright {
	position: relative;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.floatleft {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/*Specific*/

a.catlink:link, a.catlink:active, a.catlink:visited {
	color: #392D26;
	text-decoration: none;	
}

a.catlink:hover {
	color: #D7712A;
}

table.display_products {
	margin: 0 auto 0 auto;
}

table.display_products td {
	padding: 10px;
	text-align: center;
}

table.display_products a, p.enlarge a {
	text-decoration: none;
}

td.image {
	padding: 15px;
	text-align: center;
}

p.enlarge {
	padding-left: 20px;
}

p.enlarge a {
	font-size: 10px;
	text-align: left;
	display: block;
	height: 10px;
	padding-left: 20px;
	background: url("enlarge.gif") left no-repeat;
}

p.enlarge a:hover {
	background: url("enlarge2.gif") left no-repeat;
}

span.heading {
	color: #D7712A;
}

.quote {
	font-style: italic;
	padding-left: 20px;
}

.quote_author {
	color: #D7712A;
	font-weight: bold;
}

.border {
	border: 1px solid #D7712A;
}

div.search {
	padding: 10px;
	background: #FFF;
}

div.search h3 {
	margin-top: 0;
	padding-top: 0;
}