body {
	margin: 0;
	padding: 0;
	color: #006;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/background_rightcol.gif) repeat-y left;
}
p, div.content-surround ul li {
	font-size: 1em;
	line-height: 1.5em;
}
h1 {
	font-size: 1.4em;
	border-bottom: 1px solid #6db0b0;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 1.1em;
	margin: 1em 0 3px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #6db0b0;
}
h2.cat3Header {
	margin: 5px 0 10px 0;
	background-color: #C8E3E3;
	border: 0;
	padding: 5px 10px 5px 4px;
}
h2.cat3Header img {
	float: right;
	margin: 2px 0 0 0;
}
a:link, a:active, a:visited {
	color: #006;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	border: 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* forms */
label {
	color: #3c7b7b;
	display: block;
	margin: 12px 0 2px 0;
	font-weight: normal;
}
input.field, textarea.field {
	border: 1p solid #9cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 3px 1px;
	font-size: 1em;
	color: #444;
}
span.required {
	color: #bbb;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}
input.validate, textarea.validate, select.validate, strong.validate {
	border: 1px solid red;
	color: red;
}
input.button {
	margin-top: 10px;
}
span.validateReturn {
	color: red;
	background: #ddd;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}
input.radio {
	margin-bottom: -2px;
}
fieldset.hidden {
	border: none;
	margin: 0;
	padding: 0;
}
legend.hidden {
	font-size: 1px;
	text-indent: -3000px;
	color: #fff;
	margin-bottom: -1em;
}
input.voucher {
	color: red;
	border: 3px solid #ccc;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
}
/* --- user message and validation --- */

div.alert {
	margin: 1em 0;
	border: 1px solid #D4C957;
	background: url(../images/background_alert.gif) repeat;
}
div.alert h3 {
	color: red;
	margin: 0.5em;
}
div.alert p {
	color: red;
	margin: 0.5em;
}
div.alert ul {
	margin: 0.5em 0;
	padding: 0 2em;
	color: red;
}


div.user-message {
	margin: 1em 0;
	background: #eee;
	border: 1px solid #ccc;
	color: red;
	padding: 0 1em;
}

/* site structure */
table.main {
	width: 800px;
	margin: 0;
	padding: 0;
}
table.main tr td.navigation-col {
	width: 200px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	vertical-align: top;
}
table.main tr td.navigation-col img {
	margin: 0 auto;
}
table.main tr td.main-content-col {
	width: 600px;
	vertical-align: top;
}
div.content-surround {
	border-width: 10px 20px;
	border-style: solid;
	border-color: #fff;
}
/* top level navigation */
ul#top-level-navigation {
	width: 199px;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
ul#top-level-navigation li {
	width: 199px;
	margin: 10px 0 0 0;
	padding: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #6DB0B0;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	color: #006;
	font-size: 1.1em;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 199px;
	padding: 5px 0;
	display: block;
	background: #6db0b0;
}
ul#top-level-navigation li a:hover, ul#top-level-navigation li.sel a:link, ul#top-level-navigation li.sel a:active, ul#top-level-navigation li.sel a:visited {
	color: #146f6f;
	font-size: 1.1em;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 199px;
	padding: 5px 0;
	display: block;
	background: #94d1d1;
}

ul#top-level-navigation li {
	width: 199px;
	margin: 10px 0 0 0;
	padding: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #6DB0B0;
}
ul#top-level-navigation li.bestSellers a:link,
ul#top-level-navigation li.bestSellers a:active,
ul#top-level-navigation li.bestSellers a:visited {
	color: #c00;
	font-size: 1.1em;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 199px;
	padding: 5px 0;
	display: block;
	background: #ff9;
}
ul#top-level-navigation li.bestSellers a:hover {
	background: #ee8;
}
/* sub navigation - secondary categories */
ul#top-level-navigation ul.secondary-level-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#top-level-navigation ul.secondary-level-navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #6DB0B0;
	border-top: 0px;
	text-align: right;
}
ul#top-level-navigation ul.secondary-level-navigation li a:link,
ul#top-level-navigation ul.secondary-level-navigation li a:active,
ul#top-level-navigation ul.secondary-level-navigation li a:visited {
	width: 195px;
	margin: 0;
	padding: 2px 4px 1px 0;
	font-weight: normal;
	background: #94d1d1;
}
ul#top-level-navigation ul.secondary-level-navigation li a:hover {
	width: 195px;
	margin: 0;
	padding: 2px 4px 1px 0;
	font-weight: normal;
	background: #99CCCC;
	color: #146f6f;
}
ul#top-level-navigation ul.secondary-level-navigation li.sel a:link,
ul#top-level-navigation ul.secondary-level-navigation li.sel a:active,
ul#top-level-navigation ul.secondary-level-navigation li.sel a:visited {
	background: #87C1C1;
	color: #fff;
}
ul#top-level-navigation ul.secondary-level-navigation li.sel a:hover {
	background: #9cc;
	color: #fff;
}
/* product previous / next navigation */
div.productNavigation {
	margin: 20px 0 0 0;
	padding: 6px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #9cc;
	text-align: center;
	font-weight: bold;
	color: #ccc;
	word-spacing: 2px;
	clear: both;
	width: 100%;
}
div.productNavigation span {
	margin: 0 50px;
	color: #666;
	font-weight: normal;
	word-spacing: normal;
}
/* internal page navigation */
ul.page-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.page-navigation li {
	display: inline;
	margin: 0 10px;
}
/* search results table */
table.searchResults {
	width: 100%;
	margin: 10px 0 0 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #6db0b0;
}
table.searchResults tr th {
	color: #2f7979;
	padding: 4px;
	text-align: center;
	background-color: #cce5e5;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #6db0b0;
}
table.searchResults tr td {
	padding: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
	font-size: 0.9em;
}
/* content columnisation */
div.content-column-1 {
	width: 270px;
	float: left;
	margin-bottom: 1em;
}
div.content-column-2 {
	width: 270px;
	margin: 0 0 1em 20px;
	float: left;
}
/* credits box */
div.credits {
	border-top: 1px solid #6DB0B0;
	padding: 5px 0;
	width: 560px;
	margin: 10px 0 10px 220px;
	text-align: center;
}
div.credits p {
	font-size: 9px;
	color: #999;
	margin: 2px 5px;
}
/* rounded corner boxes */
div.box-270 {
	margin: 0 0 10px 0;
	width: 270px;
	background: #d6ebeb url(../images/box_270_bottom.gif) no-repeat bottom;
}
div.box-270 h3.header-top {
	margin: 0;
	width: 260px;
	font-size: 1.1em;
	padding: 5px 5px 0 5px;
	background: #d6ebeb url(../images/box_270_top.gif) no-repeat top;
}
div.box-270 div.spacer-container p {
	margin-bottom: 0;
	margin-top: 4px;
}
div.box-270 div.spacer-container {
	margin: 0 5px;
	padding: 0 0 5px 0;
}
div.paypal-bar {
	background: url(../images/bar_paypal.gif) no-repeat top;
	margin: 10px 0 -10px 0;
	width: 560px;
}
div.paypal-bar p {
	font-size: 10px;
	margin: 0 6px;
	padding: 6px 0 15px 0;
}
div.paypal-bar p img {
	display: inline;
	margin-bottom: -3px;
}
/* miscellaneous content styles */

ul.boxList {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
ul.boxList li {
	border: 1px solid #ccc;
	margin: 0.5em 0;
	padding: 0.5em 1em;
}
ul.boxList li:hover {
	border-color: #bbb;
}

ul.boxList li.withArrow {
	border: 1px solid #ccc;
	color: #888;
	font-size: 0.9em;
	margin: 0.5em 0;
	padding: 0.5em 1em 0.5em 3em;
	background: url(../images/list_bullet_greenarrow.gif) no-repeat 1em 0.6em;
}
ul.boxList li.withArrow h3 {
	margin: 0 0 0.2em 0;
	color: #39B44A;
}
ul.boxList li a:link,
ul.boxList li a:active,
ul.boxList li a:visited {
	color: #777;
	text-decoration: none;
}
ul.boxList li a:hover {
	color: #666;
	text-decoration: underline;
}
div.breadcrumb {
	color: #6db0b0;
}
div.breadcrumb span {
	color: #568b8b;
}
div.selectLeft {
	clear: both;
	border-width: 0;
	border-style: solid;
	border-color: #ccc;
	background: url(../images/arrow_categories.gif) no-repeat left;
	padding: 0 0 0 36px;
	color: #3e6464;
}
div.selectLeft p {
	margin: 0;
	padding: 6px 0;
}
div.submit-box {
	border: 1px dotted #ccc;
	background: #eee;
	color: #666;
	padding: 0.5em;
	text-align: center;
	clear: both;
}
div.submit-box p {
	display: inline;
	font-size: 0.8em;
}
.no-margin-top {
	margin-top: 0;
}
div.client-message {
	border: 1px dotted #ccc;
	background: #eee;
	margin: 1em 0;
}
div.client-message p {
	color: red;
	margin: 1em;
	font-family: "Courier New", Courier, monospace
}
ul.no-styling {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.no-styling li {
	margin: 0;
	padding: 0;
}
table.product-summary {
	width: 560px;
	margin: 0 0 10px 0;
	border: 4px solid #c8e3e3;
}
table.product-summary tr td.image {
	width: 80px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #6db0b0;
}
table.product-summary tr td.image img {
	display: block;
}
table.product-summary tr td.description {
	border: 1px solid #6db0b0;
	vertical-align: top;
}
table.product-summary tr td.description h2 {
	margin: 5px 10px 10px 10px;
	padding: 0 0 5px 0;
}
table.product-summary tr td.description h2 a:link,
table.product-summary tr td.description h2 a:active,
table.product-summary tr td.description h2 a:visited {
	text-decoration: none;
}
table.product-summary tr td.description h2 a:hover {
	text-decoration: underline;
}
table.product-summary tr td.description ul.summary {
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
}
table.product-summary tr td.description ul.summary li {
	display: inline;
	margin: 0 10px 0 0;
}
table.product-summary tr td.description ul.summary li strong {
	color: #6db0b0;
	font-weight: bold;
	text-transform: uppercase;
}

/* for the shopping basket */

div.shoppingBasketNav {
	background: #a9e1e1;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #6db0b0;
	margin: 20px 0;
	text-align: left;
}
div.shoppingBasketNav h3 {
	color: #5b7979;
	background: url(../images/shoppingBasketIconNav.gif) no-repeat left;
	margin-left: 10px;
	padding-left: 30px;
	font-size: 1.1em;
}
div.shoppingBasketNav p {
	margin: 1em 10px;
}
div.shoppingBasketNav p.viewShoppingBasket {
	text-align: right;
	font-size: 0.8em;
	text-transform: uppercase;
}

table.shoppingBasket {
	width: 560px;
	margin: 1em 0;
}

table.shoppingBasket tr th {
	padding: 4px 4px 4px 0;
	border-bottom: 1px dotted #ccc;
}
table.shoppingBasket tr td {
	padding: 4px 4px 4px 0;
	color: #888;
}
table.shoppingBasket tr td.doubleCol {
	text-align: right;
	font-weight: bold;
	color: #7777bf;
}
table.shoppingBasket tr td.borderTop {
	border-top: 1px dotted #ccc;
}

div.proceedBar {
	width: 100%;
	clear: both;
	background: #D6EBEB;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	padding: 0.5em;
	text-align: right;
}
div.proceedBar p {
	margin: 0;
	font-size: 0.9em;
}
div.proceedBar input {
	margin: 0.5em 0 0 0;
}

table.stockCheck {
	background: #99CCCC;
	margin: 1em 0;
	width: 100%;
}
table.stockCheck tr td, table.stockCheck tr th {
	padding: 3px;
}
table.stockCheck tr th {
	background: #A9E1E1;
}
table.stockCheck tr td {
	background: #fff;
}

div.deliverySelect {
	margin: 0.5em 0;
	border: 1px solid #ccc;
	padding: 0.5em 1em;
}
div.deliverySelect h3 {
	font-size: 1.3em;
	margin-top: 0.5em;
}
div.deliverySelect:hover {
	border-color: #bbb;
	background: #efefef;
}
table.order-view {
	margin: 1em 0;
	width: 100%;
	background: #bbb;
}
table.order-view tr td, table.order-view tr th {
	padding: 3px;
	line-height: 1.4em;
	vertical-align: middle;
}
table.order-view tr th {
	background: #eee;
	text-align: center;
}
table.order-view tr td {
	background: #fff;
}
table.order-view tr td.divider-row {
	background: #ccc;
	font-size: 0.5em;
	line-height: 0.5em;
	padding: 0;
}

img.float-right {
	float: right;
	border: 1px solid #ccc;
	margin: 1em 0 0 10px;
}
img.bringintoline {
	margin-bottom: -5px;
}
span.note {
	font-size: 0.8em;
	color: #999;
}
span.payment-unconfirmed {
	color: #999;
}
span.payment-confirmed {
	color: #7FAD41;
}

span.retired {
	color: red;
	font-weight: bold;
	display: block;
	margin: 0.4em 0;
	line-height: 1.5em;
}
span.retired span {
	color: #999;
	font-weight: normal;
}

img.retired-button {
	display: block;
	margin: 6px auto 4px auto;
}

