body {
	background: #fff;
	text-align: center;
	font-family: 'Arial',sans-serif;
	font-size: 14px;
	color: #000;
	border: solid #000 10px;
}
img, a img { border: none; }

a, a:active, a:visited, .edit {
	color: #666;
	text-decoration: none;
	cursor: pointer;
	border-bottom: solid 1px #FFFFFF;
	padding: 0 2px 0 2px;
}
a:hover, .edit:hover {
	border-bottom: solid 1px #F9EC1D;
}

fieldset {
	border: none;
}
fieldset label, fieldset .label, .view-details p.label, .admin-view p.label {
	font-weight: bold;
	color: #333;
	margin: 1em;
}
fieldset .input, fieldset p.value, .view-details p.value {
	font-style: italic;
	color: #666;
	margin: 1em;
}

fieldset div.bold p { font-weight: bold; }

input[type="submit"],input[type="button"],button {
	background: url('../images/yellow-button-long.png') no-repeat 0 -40px;
	border: none;
	padding: 8px 10px 10px 10px;
	width: 189px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 1.3em;
	cursor: pointer;
}
input[type="submit"]:hover,input[type="button"]:hover,button:hover {
	background-position: 0 0;
	color: #000;
}

div.error input, div.error select, div.error textarea {
	border: solid 1px #c00;
}

#page {
	width: 100%;
}

#dev_banner {
	background: #666;
	font-weight: bold;
	padding: 10px;
}

#notice ul li {
	list-style: none;
}
#notice .errors {
	color: #c00;
}
.print-invoice-flag { color: #c00; font-weight: bold; }
#notice .confirm {
	color: darkgreen;
	background-color: lightgreen;
	border: solid 1px forestgreen;
	padding: 10px;
}

.after-note { color: #666; font-style: italic; }
.after-note span { font-weight: bold; }

.right-text { text-align: right; }

table tr.disabled td { color: #999; font-style: italic; }

a.ui-button, a.ui-button:active, a.ui-button:hover, a.ui-button:visited { border: none; padding: 0; }

a.top-link { color: #000;  font-size: 0.8em; }

/** Header ************************************/

header nav a {
	display: inline-block;
	margin: 0 10px 0 10px;
	font-size: 1.2em;
}
header nav span.spacer { border-right: solid 1px #F9EC1D; }

p.tagline {
	float: left;
	font-weight: bold;
	font-style: italic;
	margin: 25px 0 0 10px;
}


/** Banner **************************************/

#banner {
	background: url('../images/yellow-transparent-65.png') repeat;
	border-top: solid 2px #F9EC1D;
	border-bottom: solid 2px #F9EC1D;
}
#banner section#welcome {
	text-align: left;
}
#banner section#welcome h1 {
	background-color: #F9EC1D;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
#banner section#welcome p {
	padding-left: 10px;
}
#banner section#welcome .name, .activate_account .name {
	font-weight: bold;
}
#banner section#welcome .address {
	margin: 10px 30px 10px 30px;
}
#banner section#welcome .logged-in-user {
	background: #fff;
	border: solid 1px #F9EC1D;
}
#banner section a { font-weight: bold; color: #000; border: none; }
#banner section a:hover { color: #666; }

#banner section#place-order { text-align: right; }

#banner #banner_contact h5 {
	font-size: 1.5em;
}
#banner #banner_contact a, #banner #banner_contact a:active, #banner #banner_contact a:visited {
	color: #000;
	border-bottom-color: #000;
}

/** Login ************************************/

#auth_login_form fieldset {
}

/** General Pages ************************************/

nav.side_nav li {
	padding: 8px 15px 8px 15px;
	background: #F9EC1D;
	margin: 5px 0 0 0;
	text-align: left;
}
nav.side_nav ul ul li {
	padding-left: 30px;
	background: #fcf694;
	margin: 0;
}
nav.side_nav a, nav.side_nav a:active, nav.side_nav a:visited {
	border: none;
}
nav.side_nav a:hover {
	text-decoration: underline;
}
nav.side_nav li.active > a, nav.no-active a {
	font-weight: bold;
	color: #000;
}

nav.side_nav ul.product-groups li, nav.side_nav ul.extra-side-links li { padding: 0 15px 0 15px; }

#content {
	border: none;
	padding: 10px;
	margin-top: 3px;
	text-align: left;
}

div.products-list > h2 {
	font-weight: normal;
	border-bottom: solid 2px #F9EC1D;
}

div.product-group-different-type {
	font-style: italic;
	font-weight: bold;
}

div.products-item { border-bottom: solid 1px #F9EC1D; }
div.products-item p.name, div.products-item div.price, div.product-detail div.price { font-weight: bold; }
div.products-item p.description { color: #666; }
div.products-item span.size, div.product-detail span.size, table.order-review td.size { font-size: smaller; color: #666; }
div.products-item div.quantity input { text-align: center; padding: 5px; font-weight: bold; }

div.products-item-order:hover, .products-ordered { background: #fcf694; }
div.product-info-order { cursor: pointer; }

div.products-list .order-instruction {
	font-weight: bold;
	font-size: 0.9em;
}

div.products-out-of-stock { color: #999; }
div.products-out-of-stock:hover { background-color: #eee; }

span.no-image, span.no-product { color: #666; font-style: italic; }

div.product-detail { color: #000; }
div.product-detail h2 { border-bottom: solid 2px #F9EC1D; }

div.product-detail div.doc a,
div.product-detail div.doc a:active,
div.product-detail div.doc a:visited,
div.product-detail div.doc a:hover
	{ font-weight: bold; border: none; color: #000; }
div.product-detail div.doc a:hover { text-decoration: underline; }

table.order-review {
	border-spacing: 0;
	border-collapse: collapse;
}
table.order-review th.column-headings {
	background: #F9EC1D;
	padding: 10px;
	margin: 0;
}
table.order-review th.sub-headings {
	border-bottom: solid 2px #F9EC1D;
	background: #fcf694;
	padding: 10px;
	margin: 0;
}
table.order-review th h2 {
	border-bottom: solid 2px #F9EC1D;
	background: #fcf694;
	padding: 10px;
	margin: 0;
	font-size: 1.2em;
}
table.order-review td {
	border-bottom: solid 1px #F9EC1D;
	padding: 10px;
	text-align: left;
}
table.order-review td.quantity, table.order-review th.price {
	text-align: center;
}
td.currency, th.currency, .admin_content table.admin-list td.currency, .admin_content table.admin-list th.currency {
	text-align: right;
}

table.order-review .postage { font-style: italic; }
table.order-review td.postage { font-weight: normal; }

.read-more { font-style: italic; }

/** Admin Pages ************************************/

#content.admin_content {
	border-top: solid 2px #F9EC1D;
	border-bottom: solid 2px #F9EC1D;
	padding: 10px;
	margin-top: 3px;
	text-align: left;
}

.admin_content table.admin-list {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.admin_content table.admin-list tr { vertical-align: top; }
.admin_content table.admin-list th { background: #fcf694; padding: 10px; margin: 0;}
.admin_content table.admin-list td {
	padding: 10px;
	text-align: left;
	border-bottom: solid 1px #fcf694;
	 margin: 0;
}
.admin_content table.admin-list th.action { width: 30px; }
.admin_content table.admin-list th.action.longer { width: 150px; }
.admin_content .image, .admin_content .filename { text-align: right; }
.admin_content .no-image {
	font-style: italic;
	color: #666;
}
.admin_form > fieldset > div {
	margin-bottom: 40px;
}
.admin_content fieldset .instruction {
	font-style: italic;
	color: #666;
	clear: both;
}
.settings-warning {
	background: #ff9988;
	border: darkred;
	color: darkred;
	padding: 10px;
}
.settings-warning span.note { font-weight: bold; }

.dataTables_filter, .dataTables_length{
	font-weight: bold;
	font-size: 0.8em;
	padding-bottom: 5px;
}
.dataTables_filter input, .dataTables_length select{
	font-size: 0.9em;
	min-width: 50px;
}

.dataTables_paginate, .dataTables_info { font-weight: bold; font-size: 0.8em; }

.date-blocks a {
	display: inline-block;
	padding: 10px 15px 10px 15px;
	margin: 5px;
	border: none;
}
.date-blocks a.no-orders {
	background: #ccc;
	cursor: default;
}
.date-blocks a.has-orders {
	background: #F9EC1D;
	color: #000;
}
.admin_content table.admin-list td.centre { text-align: center; }
.invoices-general p { display: inline-block; }

table.product-groups > tbody > tr, table.arrange-products > tbody > tr {
	cursor: move;
}

.delete-option { float: left; }
.delete-option > input { min-width: inherit; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	border-bottom-color: #fcf694;
}

a.arrange-products-button {
	font-size: 0.8em;
}

.report-section {
	border-top: 1px solid #F9EC1D;
}
.report-section ul li { list-style: none; }

.reports-export {
    margin: 0.5em;
}

.admin-view div.item { padding: 0 1em; }
.admin-view div.item:nth-child(odd) { background: #fcf694; }
.admin-view div:after {
	content: '';
	clear: both;
	display: block;
}

.no-product-discounts {
	color: #666;
	font-style: italic;
	text-align: center;
}

/** Plain Pages ************************************/

#content.plain_content {
	border-top: solid 2px #F9EC1D;
	border-bottom: solid 2px #F9EC1D;
	padding: 10px;
	margin-top: 3px;
	text-align: left;
}
