﻿html
{
	overflow-y :scroll; /* Forces vertical scroll bar in non IE-7 browsers */
}

body
{
	font-family: verdana,arial,helvetica,sans-serif; font-size: small;
	color: rgb(0,0,0);
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

html, body, #wrapper
{
	min-height: 100%; /*Sets the min height to the height of the viewport.*/
	width: 100%;
	height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands
                    an element to enclose its content. This mis-behavior screws up modern browsers*/
	margin: 0;
	padding: 0;
}

html>body #wrapper
{
	height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}

#wrapper
{
	position: absolute;
	top: 0;
	left: 0;
}

#main
{
	height: auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3em;   /*Keeps content above footer. Originally used margin, but a bug in Opera7 seemed
                           to add spurious margin, pushing the footer beyond the viewport even with short content. */
}

#header
{
	margin:0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.navigation
{
	color: #C0C0C0;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

.navigation:hover
{
	color:#E0E0E0;
}

.hdr
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: small;
	color: #C0C0C0;
	background-color: #08295A;
}

.red
{
	color: #FF0000;
}

.centre
{
	margin-left: auto;
	margin-right: auto;
}

form {
	margin: 0;
}

a
{
	color: #808080;
	text-decoration: none;	
}

img
{
	border: 0;
}

img.right { float: right; }
img.left { float: left; }

.imgpad
{
	padding-top: 5px;
}

#IEroot .imgpad
{
	padding-top: 6px;
}

ul
{
	margin-top: 5px;
}

p
{
	margin-top: 0;
	margin-bottom: 10px;
}

h1
{
	color: #08295A;
	font-size: 18pt;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2
{
	color: #08295A;
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3
{
	color: #08295A;
	font-size: 12pt;
	margin-bottom: 5px;
}

h4
{
	color: #08295A;
	font-size: 10pt;
	margin-bottom: 5px;
}

th
{
	color: #08295A;
	text-align: Left;
	font-weight: bold;
}

.btnatob
{
	width: 125px;
}

/* Google Mini Styles */

.z{display:none}
.s{font-size: 100%}
.g{margin-top: 1em; margin-bottom: 1em}
.s td{width:34em}
.l{ }
.l{color: #0000cc}
.g a{text-decoration: underline; color: #0000cc; font-size:medium}

#BreadCrumbs {
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 11px;
}

#BreadCrumbs a {
    font-weight: normal;
	text-decoration: underline;
}

table#SubCategory {
    background-color: silver;
	margin: 0;
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}

table#SubCategory td {
	margin: 0;
	padding: 0;
}

table#SubCategory ol {
	margin: 0;
    list-style: none;
    padding-left: 0px;
    font-size: small;
}

table#SubCategory ol li {
    float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
    font-weight: bold;
	border-right: 1px white solid;
}

table#SubCategory ol li a {
	color: #008;
	text-decoration: none;
}

ol#toc {
    background-color: #08295A;
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: small;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
    font-weight: bold;
	white-space: nowrap;
}

ol#toc li.search {
    float: right;
    margin: 0 10px 0 0;
    font-weight: bold;
    color: #c0c0c0;
}

ol#toc a {
    background: #08295A url("images/tab.gif");
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 12px;
    text-decoration: none;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url("images/tab.gif") 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 12px;
}

.PriceBox {
  border: 1px;
  border-style: solid;
  border-color: black;
  white-space: nowrap;
  background-color: #E0E0E0;
  color: #08295A;
  margin-bottom: 5px;
  margin-left: 0px;
}

.PriceBox tr td {
	padding: 5px;
}

.PriceBox img {
	vertical-align: middle;
}

.RRP {
	margin: 0px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 5px !important;
}

.OurPrice {
    padding: 0px !important;
	margin: 0px !important;
	font-size: large;
}

.IncludesUKDelivery {
    margin: 0px;
	font-size: x-small;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
}

.BuyNow {
	padding: 0px !important;
}

.Hidden {
	display: none;
}

.BasketBorder
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border:solid;
	border-color:#08295A;
	border-width:5px;
	padding:5px;
	width:660px;
}

.BasketBorder td
{
	border-color:#C0C0C0;
	border-width:1px;
}

.BasketNoBorder
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	width:680px;
}
