body { margin: 0; padding: 0; background: #fff; font-family: verdana,arial,helvetica,sans-serif; }

h1{font-size:large;}
h2{font-size:medium;}
h3{font-size:small;}

p,td,input { font-family: verdana,arial,helvetica,sans-serif; font-size:11px; }

.mainonly { display: none; }

form { margin: 0; }

.nav
{
	background: #fc3;
}

.nav img
{
	display: block;
}

address
{
	margin-top: 20px;
	font-style: normal;
	text-align: center;
	font-size: 9px;
}

a, a:visited { color: #06c; }
a:hover { color: #09f; }

.productref
{
	font-weight: bold;
	font-size: 14px;
}

.productname {
	font-size: 12px;
}

.previousnext
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.subsections div.products
{
	display: block;
}

div.products div.subsections
{
	display: none;
}

div.subsections a, div.subsections a:visited
{
	color: #f00;
}

div.subsections a:hover
{
	color: #00f;
}

span.red { color: #f00; }

#header {
    text-align: center;
    background: #000;
    margin: 0; padding: 0;
}
#header a img {
    border: none;
    width: 576px;
    height: 73px;
}

#pre-content {
    width: 576px;
    margin-left: auto; margin-right: auto;
    padding-right: 135px;
}

#toolbar { width: 100%; }

#toolbar #cart-checkout {
    text-align: right; 
}

#no-royal-mail {
    color:#f00;
    background:#ff0;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:5px;
    width:400px;
    padding:6px;
    font-size:12px;
}

h1#sectiontitle {
    text-transform:uppercase;
    line-height:33px;
	height:33px;
    float:left;
    margin:0;
    border:1px solid #000;
    font-family:Arial,sans-serif;
    font-size:18px;
    background:#FFCC33;
	padding:0;
}
#sectiontitle span {
	/* for IE 6 */
	display: inline;
    height: 18px;
	position: relative;
	top: 9px;
	padding-top:7px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	line-height:18px;
}
td>#sectiontitle span {
	/* hide from IE 6 */
	display: block;
	height: 33px;
	line-height: 33px;
	position: static;
	padding: 0 10px;
}

.hide {
    display: none;
}