/*
	General
*/

body {
	margin: 0;
	font-size: 1.0em;
}

body, th, td, p, textarea {
	font-family: arial, sans-serif;
	color: #3c3c3c;
}

th, td, p, textarea, ul, ol {
	font-size: 0.8em;
}

p {
	margin: 1em 0 1em 0;
}

a {
	color: #3569b5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

form {
	margin: 0;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #214787;
	margin: 0;
}

h1 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 1.0em;
	margin: 0 0 0.25em 0;
}

h3 {
	font-size: 0.9em;
}

h4, h5, h6 {
	font-size: 0.8em;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}


/*
	Templates
*/

#allcontent {
	margin: 0 5px 0 5px;
}

#tab {
	height: 30px;
	line-height: 30px;
	background-color: #f1f1f1;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: right;
	padding: 0 5px 0 5px;
}

#tab ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}

#tab ul li {
	display: inline;
	padding: 0 0 0 1em;
	color: #999;
}

#tab ul li span {
	color: #3c3c3c;
}

#tab ul li a {
	color: #3c3c3c;
}

#header {
	background-image: url(../images/template/header-shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#header-inner {
	background-color: #3569b5;
	color: #fff;
}

#header-inner-top {
	height: 100px;
}

#header-inner-top-left {
	padding: 25px 0 0 20px;
}

#header-inner-top-right {
	float: right;
	padding: 25px 20px 0 0;
}

#header-inner-nav {
	height: 26px;
	background-image: url(../images/template/header-nav-gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}

#header-inner-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	margin: 0 2em 0 2em;
}

#header-inner-nav ul li {
	float: left;
	text-transform: uppercase;
}

#header-inner-nav ul li a {
	display: block;
	color: #b3c9e9;
	line-height: 26px;
	padding: 0 2em 0 2em;
}

#header-inner-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#header-inner-nav ul li.selected {
	background-color: #3569b5;
	background-image: url(../images/template/header-nav-selected.png);
    background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #13388b;
	border-right: 1px solid #13388b;
}

#header-inner-nav ul li.selected a {
	color: #fff;
}

#header-inner-nav ul li.selected a:hover {
	color: #b3c9e9;
}

#bar {
	background-color: #f1f1f1;
	margin-bottom: 5px;
}

#bar-left {
    height: 30px;
	line-height: 30px;
	font-size: 0.7em;
	font-family: verdana, arial, sans-serif;
	padding-left: 20px;
}

#bar-left a {
	color: #3c3c3c;
}

#bar-left a:hover {
	color: #3569b5;
	text-decoration: none;
}

#bar-right {
	float: right;
	padding-right: 20px;
}

#bar-right-search {
	border: 1px solid #acacac;
	background-color: #fff;
	padding: 1px;
	margin-top: 2px;
}

#bar-right-search input {
	float: left;
	margin: 0;
	padding: 0;
}

#bar-right-search input.text {
	border: none;
	background-color: #fff;
	padding: 2px;
	width: 200px;
}

#bar-right-search input.image {
	height: 17px;
	padding: 2px;
}

#body {
	margin-bottom: 10px;
}

#body .menu-header {
	height: 35px;
	line-height: 35px;
	background-color: #9a9a9a;
	color: #fff;
	padding: 0 20px 0 20px;
	font-size: 0.8em;
}

#body .menu-header-highlight {
	background-color: #3569b5;
}

#body .menu-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}

#body .menu-content ul li a {
	display: block;
	color: #3c3c3c;
	padding: 0.5em 20px 0.5em 20px;
}

#body .menu-content ul li a:hover {
	color: #3569b5;
	text-decoration: none;
	background-color: #fff;
}

#body .menu-content-van p {
	padding: 0 20px;
	color: #666;
	font-size: 12px;
}

#body-left {
	float: left;
	background-color: #f1f1f1;
	width: 170px;
}

#body-right {
	float: right;
	background-color: #f1f1f1;
	width: 170px;
}

#body-middle {
	margin: 0 190px 0 190px;
	padding: 0.75em 0 2em 0;
}

#footer {
	min-height: 50px;
	background-color: #f1f1f1;
	padding: 10px;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #3c3c3c;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/*
	Page
*/

.page .alert {
	font-weight: bold;
}

.page .grey {
	color: #999;
}

.page table.layout {
	width: 100%;
}

.page table.layout td {
	font-size: 1em;
	vertical-align: top;
}

.page table.error {
	width: 100%;
    border: 1px solid #ffc8c8;
	background-color: #fff0f0;
}

.page table.error td {
	padding: 10px;
}

.page table.list {
	width: 100%;
}

.page table.list th,
.page table.list td {
	padding: 5px;
	vertical-align: top;
	font-size: 0.8em;
}

.page table.list th {
	border-bottom: 1px solid #214787;
}

.page table.list td {
	border-bottom: 1px solid #f1f1f1;
}

.page table.list td p {
	margin: 0 0 1em 0;
	font-size: 1em;
}

.page table.list td.price,
.page table.list td.buy {
	white-space: nowrap;
}

.page table.addresses {
	border: 1px solid #f1f1f1;
	width: 100%;
}

.page table.addresses td {
	padding: 5px 10px 5px 10px;
	font-size: 0.8em;
}

.page table.addresses td.billing {
	background-color: #f1f1f1;
}

.page table.details {
	width: 100%;
	border: 1px solid #f1f1f1;
}

.page table.details th,
.page table.details td {
	font-size: 0.8em;
	padding: 5px 10px 5px 10px;
}

.page table.details th {
	background-color: #f1f1f1;
	text-align: left;
}

.page table.details td {
	border-bottom: 1px solid #f1f1f1;
}

.page table.form {
	width: 100%;
}

.page table.form th,
.page table.form td {
	padding: 5px;
}

.page table.form td td {
	font-size: 1.0em;
}

.page table.form td textarea {
	font-size: 1.0em;
}

.page div.box-header {
	height: 35px;
	line-height: 35px;
	background-color: #3569b5;
	color: #fff;
	padding: 0 20px 0 20px;
	font-size: 0.8em;
}

.page div.box-header p {
	font-weight: bold;
	color: #ffffff;
	margin: 4px 10px 0 10px
}

.page div.box-body {
	background-color: #f1f1f1;
}

.page div.box-body ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}

.page div.box-body ul li a {
	display: block;
	color: #3c3c3c;
	padding: 0.5em 20px 0.5em 20px;
}

.page div.box-body ul li a:hover {
	color: #3569b5;
	text-decoration: none;
	background-color: #fff;
}

.page .section {
	background-color: #f1f1f1;
	padding: 10px;
}

.page .section h3 {
	color: #3c3c3c;
}

.page .section-highlight {
	background-color: #e5ecf6;
}

.page .section-transparent {
	background-color: transparent;
}


/*
	Page Home
*/

.page-home table.home-devi {
	width: 100%;
}

.page-home table.home-devi td {
	vertical-align: top;
	font-size: 1em;
}

.page-home table.home-devi td.home-devi-image {
	width: 350px;
}

.page-home table.home-devi td.home-devi-text {
	padding: 20px 50px;
}


/*
	Page Products
*/

.page-products table.category-items {
	width: 100%;
}

.page-products table.category-items td {
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	padding: 10px;
}

.page-products table.category-items td.last {
	border-right: none;
}

.page-products div.category-links {
	float: right;
	margin: 0 0 20px 20px;
}


/*
	Page Product
*/

.page-product table.product {
	width: 100%;
}

.page-product table.product td {
	vertical-align: top;
}

.page-product table.product td.product-image {
	width: 0%;
}

.page-product div.product-description {
	font-size: 0.8em;
}

.page-product div.product-links {
	float: right;
	margin: 0 0 20px 20px;
}

.page-product .old-price {
	text-decoration: line-through;
}

.page-product .current-price {
	font-weight: bold;
	font-size: 1.2em;
	color: #214787;
}

.page-product .product-panel {
	overflow-y: hidden;
	height: 265px;
	margin-bottom: 15px;
}

.page-product .product-panel-item {
	float: left;
	height: 265px;
	width: 150px;
	padding: 10px;
	border-right: 1px solid #ccc;
	font-size: 0.8em;
}

.page-product .product-panel-item-image {
	height: 100px;
	padding-bottom: 10px;
	text-align: center;
}

.page-product .product-panel-item-title {
	height: 35px;
	overflow: hidden;
}

.page-product .product-panel-item-details {
	height: 35px;
}

.page-product .product-panel-item-price {
	padding-top: 5px;
}

.page-product .product-panel-item-buy {
	text-align: right;
	padding-top: 5px;
}


/*
	Page Customise
*/

.page-customise table.product {
	width: 100%;
}

.page-customise table.product td {
	vertical-align: top;
}

.page-customise table.product td.product-image {
	width: 0%;
}

.page-customise .old-price {
	text-decoration: line-through;
}

.page-customise .current-price {
	font-weight: bold;
	font-size: 1.2em;
	color: #214787;
}


/*
	Page Account Centre
*/

.page-accountcentre table.account-details {
	width: 100%;
}

.page-accountcentre table.account-links {
	width: 100%;
}

.page-accountcentre table.account-links td {
	vertical-align: top;
}

.page-accountcentre table.account-links td div {
	padding: 10px 0 10px 0;
}


/*
	Other
*/

.delivery-van {
	position: absolute;
	top: 0;
	right: 20px;
	height: 118px;
	width: 175px;
	background-image: url(../images/delivery-van.png);
	background-repeat: no-repeat;
	background-position: center;
}

.delivery-text {
	padding-right: 180px;
}
