/* Base Styles */
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #572201;
	background-color: #ffb16c;
	text-align: center;
	background-image: url(image/background.jpg);
	background-position: top center;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

img { border: 0px; display: block; }

h1, h1 a, h2, h3 { margin: 5px 0px 5px 0px; color: #000000; }
h4, h5, h6 { margin: 3px 0px 3px 0px; }

h1 { font-size: 16px; font-weight: bold; }
h2 { font-size: 13px; font-weight: bold; color: #572201; }
h3 { font-size: 12px; }

select#select_product {
	width: 100%;
	text-transform: lowercase;
}

#Messages {
	padding: 5px;
	border-bottom: 1px solid #2a1582;
	border-top: 1px solid #2a1582;
	background-color: #bdb2e9;
}

#Messages p {

}

#Messages div {
	color: #2a1582;
}

#content a { color: #000000; font-weight: bold; text-decoration: none; }
#content a:hover { text-decoration: underline; }

label:hover {
	border-bottom: 1px dashed #cdcdcd;
}

/* form stuff */
input.text-default, input.password-default, textarea.textarea-default, select.select-default {
	vertical-align: middle;
	border: 1px solid #cccccc;
	font-size: 11px;
}

input.select-default {

}

input.button-default {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	border: none;
	border-bottom: 1px solid transparent;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	font-size: 10px;
}

input.button-default:hover {
	border-bottom: 1px solid #000000;
	cursor: pointer; 
}

select.select-default optgroup {
	background-color: #ffffff;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	border-top: 1px solid #cccccc;
}

/* colours */
.brown {
	color: #572201;
}

.brown-dark {
	color: #e27b2f;
}

.yellow {
	color: #ffffcc;
}

.orange {
	color: #e27b2f;
}

.orange-dark {
	color: #dd6b15;
}

.orange-light {

}

/* Generic */
.inline { display: inline; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.error { color: #e27b2f; }
.center { text-align: center; }
.text-right { text-align: right; }
.image-text { vertical-align: middle; }
.bold { font-weight: bold; }
.small { font-size: 10px; }

/* Other */
input.text-search {
	width: 112px;
	border: 1px solid #000000;
	font-size: 10px;
	height: 12px;
	vertical-align: middle;
	padding: 2px;
	background-color: #dd6b15;
}

input.text-login {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	width: 120px;
	border: 1px solid #ffffcc;
	background-color: #ffffcc;
	font-size: 10px;
	line-height: 10px;
	height: 14px;
	vertical-align: middle;
	padding: 0px;
	margin-top: 5px;
}

#Errors {
	padding: 5px;
	border: 1px solid #950b5c;
	background-color: #eeaed3;
}

#Errors p {

}

#Errors div {
	color: #950b5c;	
}

/* Category */
.category-description {
	font-size: 12px;
}

.product .links {
	font-weight: bold;
	color: #e27b2f;
}

.product .rrp {
	font-weight: bold;
}

.form-header {
	font-size: 12px;
	padding-top: 10px;
	color: #572201;
	font-weight: bold;
}

table.form-table {
	font-size: 11px;
	border: 1px solid #cacaca;
	padding: 4px;
}

table.form-table td {
	padding-right: 5px;
}

.form-table input {
	font-size: 11px;
}

/* Default Table format */
table.table-default {
	font: normal 10px / 12px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 10px;
	color: #000000;
	padding: 20px;
}

.table-default table a {
	color: #41577b;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.table-default table a:visited {
	color: #41577b;
	font-weight: normal;
}
.table-default table a:visited:after {
	
}
.table-default table a:hover {
	border-bottom-style: solid;
}
.table-default thead th,
.table-default thead td,
.table-default tfoot th,
.table-default tfoot td {
	/* border-bottom: 1px solid #ff0000; */
	/* border-width: 1px 0; */
	/* background: #c5cbe4; */
	color: #000000;
	white-space:nowrap;
	font-weight: bold;
}
.table-default tfoot {
	border-bottom: 1px solid #cccccc;
	/* border-width: 1px 0; */
	/* background: #c5cbe4; */
	color: #000000;
	white-space:nowrap;
}
.table-default thead th {
	/* background-image: url(image/search_results_th.gif); */
	background-color: #ececec;
	padding: 4px;
	padding-right: 10px;
}
	
.table-default thead th a:link,
.table-default thead th a:visited {
	font-weight: normal;
	color: #41577b;
}
.table-default thead th a:hover {
	color: #41577b;
	text-decoration: underline;
}
.table-default th {
	font-weight: normal;
	line-height: normal;
	padding: 4px;
	text-align: left;
}
.table-default tbody th,
.table-default td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
.table-default tbody th {
	font-weight: normal;
	white-space: nowrap;
}
.table-default tbody th a:link,
.table-default tbody th a:visited {
	/* font-weight: bold;  */
	color: #41577b;
}
.table-default tbody td,
.table-default tbody th {
/*
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
*/
}

.table-default tbody td a:link,
.table-default tbody td a:visited {
	font: normal 10px / 12px;
	color: #41577b;
	/* font-weight: bold; */
}
.table-default tbody td a:hover {
	/* color: #000000; */
	text-decoration: underline;
}

.table-default tbody tr.odd th,
.table-default tbody tr.odd td {
	/* border-color: #ffffff; */
	background: #ffb16c;
}

.table-default tbody tr.sub-odd th,
.table-default tbody tr.sub-odd td {
	/* border-color: #ffffff; */
	background: #ffb16c;
	font-weight: bold;
}

.table-default tbody tr.sub th,
.table-default tbody tr.sub td {
	font-weight: bold;
}

.table-default tbody tr:hover td,
.table-default tbody tr:hover th {
	/* background: #d0d9e7;
	color: #41577b;
	border-color: #ffffff; */
}
.table-default caption {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 4px;
}

.table-default .select-default {
	font-size: 10px;
}

.lower {
	text-transform: lowercase;
}

.breadcrumb {
	text-transform: uppercase;
}