/*
author: Darren Chandler
company: Campbell Shaw Ltd
email: d.chandler@campbellshaw.co.uk
*/

body,html {
  font-size:100%;
  padding:0;
  margin:0
}

td,div,body {
	font-family:Verdana,Arial,Helvetica,sans-serif
}


h1 {
	font-weight:normal;
	font-size:1.4em
}

h2 {
	font-size:1.2em
}

h3 {
	font-size:1.1em
}

h4,h5 {
	font-size:1em
}

h5 {
	font-weight:normal;
	font-style:italic
}

input, option, textarea {
	font-size:1em
}

textarea {
	font-family:Verdana,Arial,Helvetica,sans-serif
}

p {
	line-height:1.5em
}

dl.legal dt,ol li {
	list-style-type:decimal
}

ul li {
	list-style-type:square
}

a img {
	border:0
}

#scrn-read {
	display:none
}

#container {
	font-size:0.7em;
	width:740px;
	margin:0 auto;
}

#access-options h3 {
	font-size:1em;
	margin-bottom:0.1em
}

#sitemap ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sitemap li {
	list-style-type: none;
	padding-left: 10px;
}
#sitemap li ul {
	padding-bottom: 0;
}

/*
  author: Rob Griffiths
  company: Big Room Internet Ltd
  email: r.griffiths@bigroominternet.co.uk
*/

body {
    background: url(../img/body_bg.jpg) no-repeat center top;
}

table {
    width: 100%;
    clear: left;
    font-size:0.9em
}

table th {
    vertical-align: bottom; 
    padding: 2px 10px;
}

table td {
    text-align:left;
    vertical-align:middle;
    padding: 2px 10px
}

table tr.headings th {
    /*background: #023C9F;*/
    color: #171848;
    vertical-align: bottom;
    text-align: left;
    border-bottom: 1px solid #3E4D5A
}

table #grand-total {
    text-align: right;
}

.ex-vat {
    margin-top: 5px;
    font-size: 0.9em;
}
    
table tr td {
    border-top:1px solid #fff
}

table tr.first-row td {
    border-top:2px solid #fff
}

table tr.row-highlight-high td {
    background: #F0F0F0;
    border-bottom: 1px solid #3E4D5A
}
table tr.row-highlight-low td {
    /*background: #f7eb84*/
    border-bottom: 1px solid #3E4D5A
}

#container {
    background: url(../img/background.gif) repeat-y;
}


div.column {
    float:left;
}

#branding {
    display:block;
    margin:0 auto;
    margin-bottom:10px;
}

#content {
    display:inline;
	width:388px;
	margin:0 19px 0 182px;
}

#main-nav {
	display:inline;
    width:164px;
    margin-left:-590px;
}

#subcontent {
    display: block;
    width:151px;
}

#content .content {
    padding:5px 15px;
}

#quick-basket {
    display:inline;
    background: url(../img/quick_basket.gif) left top no-repeat;
    float:left;
    width:154px;
    clear: both;
    margin:5px;
    font-size:0.9em
}



#quick-basket-items {
    float:left;
    clear:both;
    width: 100%;
    background: url(../img/quick_basket_bottom.gif) left bottom no-repeat;
}

#quick-basket #basket-view {
    float:left;
    width:49px;
    padding: 5px 10px 5px 15px;
    font-weight:bold;
    text-decoration: none;
}

#quick-basket #basket-overview {
    float: right;
    width:44px;
    padding: 5px 20px 5px 10px;
    font-size: 1.1em;
}

#site-info {
    font-size:0.9em;
    text-align:center;
    width:740px;
    padding: 20px 0 0 0;
}

#login-box {
    float:left;
    width:154px;
    clear: both;
    margin:5px;
    font-size:0.9em
}

#site-info img {
    clear:both;
}

div.container {
    padding: 5px;
    border:1px solid #E6E6F2
}

.input-small {
	width: 2em;
	line-height:1em;
	padding: 0;
}

br#clear {clear:both}

.yui-module.yui-panel {font-size: 0.8em}
.yui-module.yui-panel .hd {border-bottom: none}



#featured-products {
    padding: 0 10px;
}

#featured-products h2 {
    text-align:center
}

#featured-products{
    font-size:0.9em
}

#featured-products h3 {
    margin:0;
    padding: 5px 0 0 0;
    font-size:1em
}

#featured-products p {
    padding:0;
    margin:0;
}

#featured-products a {
    display:block;
    clear: both;
    width:131px;
    padding:0 0 10px 0;
    text-decoration: none;
}

.error {
    color: #d00;
    margin: 10px 0;
}