body 
{
padding:0 0 0 0;
margin:0;
font:76% tahoma, verdana, sans-serif;
background:#e0e0e0;
background-image: url(test.png);
background-repeat:no-repeat;
background-position:top center; 
color:#303030;
}

a.nodot {
color:#303030;
text-decoration:none;
}

a {
color:#303030;
text-decoration:none;
border-bottom:1px dotted #505050;
}

a:hover {
color:#303030;
text-decoration:none;
border-bottom:1px solid #505050;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
}

h3 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

legend
{
	border-right: black 1px solid;
	padding-right: 0.5em;
	border-top: black 1px solid;
	padding-left: 0.5em;
	font-size: 90%;
	padding-bottom: 0.2em;
	border-left: black 1px solid;
	color: black;
	padding-top: 0.2em;
	border-bottom: black 1px solid;
	text-align: right;
}


fieldset
{
	border: 1px solid #781351;	
}

/*
fieldset
{
	border-right: thin solid;
	border-top: black 1px solid;
	margin-top: 1em;
	font-size:1.4em;
	border-left: thin solid;
	padding-top: 0.75em;
	border:10px; 	
	position: relative;
} 
*/

/* Login page logo */

#login {
margin:30px auto 10px 10px;
}

/* Main container */

#container {
margin:0 auto auto auto;
width:780px;
padding:5px 20px 20px 0px;
background:#ffffff;
}

/* Site title section */

#headcontainer {
margin:0 auto 0 auto;
width:780px;
padding:5px 20px 0 0;
background:inherit;
}

/* Toptab menu */

#toptabs {
margin:5px auto;
font-size:0.8em;
width:760px;
}

#toptabs p {
text-align:right;
/* color:#808080; */
color: black;
}

.toptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
border-bottom: medium none;
background-color: white;
color: black;
}

.toptab:hover {
background-color: #ffff00;
text-decoration:none;
}

.activetoptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
background-color: #ffcc00;
/* color:#505050; */
color: black;
text-decoration:none;
}

.activetoptab:hover {
text-decoration:none;
}

/* Navitab menu */

#navitabs {
clear:both;
}

.navitab
{
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 1.1em;
	background-image: none;
	padding-bottom: 4px;
	margin: 0px 0px 4px;
	color: black;
	padding-top: 4px;
	border-bottom: #006699 thin solid;
	background-color: white;
	text-decoration: none;
}

.navitab:hover
{
	font-weight: bold;
	background-image: none;
	color: black;
	border-bottom: #FF3333 thin solid; 
	background-color: #ffff00;
	text-decoration: none;
}

.activenavitab
{
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 1.1em;
	background-image: none;
	padding-bottom: 5px;
	margin: 0px;
	color: black;
	padding-top: 4px;
	border-bottom: #ff3333 thin solid;
	background-color: #ffcc00;
	text-decoration: none;
}

.activenavitab:hover {
text-decoration:none;
color:inherit;
}

/* Header description */

#desc
{
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	background: no-repeat left top;
	padding-bottom: 0px;
	margin: 5px 0px 0px;
	color: #006699;
	padding-top: 0px;
	height: 150px;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2
{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	color: #006699;
	padding-top: 15px;
}

#desc a
{
	border-left-color: #ffffff;
	border-bottom-color: #006699;
	color: #006699;
	border-top-color: #ffffff;
	text-decoration: none;
	border-right-color: #ffffff;
}

/* Main content */

#main {

float:left;
padding:0 15px 0 5px;
margin:0;
}

/* Sidebar */

#sidebar {
width:150px;
float:right;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

/* Footer */

#footer {
clear:both;
background:#fafafa;
padding:0;
margin:0;
border-top:1px solid #d8d8d8;
}

#footer a {
color:#808080;
}

#footer a:hover {
color:#303030;
}

#footer p {
color:#808080;
font-size:1.1em;
line-height:1.3em;
margin:15px 0 0 0;
padding:5px;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#f0f0f0;
padding:10px;
}

.sidelink {
text-align:left;
display:block;
width:140px;
background:#f0f0f0 url(imag/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
}

.sidelink:hover {
background:#e0e0e0 url(imag/corner.gif) top right no-repeat;
text-decoration:none;
border:none;
}

.hide {
display:none;
}

div.row span.left {
  float: left;
  width: 49%;
}

div.row span.right {
  float: right;
  width: 49%;
}


.standardButton
{
	font-size:1.1em;
	background:#e0e0e0;
}

.titleText
{
	font-weight: bold;
}

.redText
{
	font-size: 1em;
	color: red;
}

.gridFirstItem {
	border-top: #696969 1px solid;
	border-right: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}


.gridItem
{
	border-right: #696969 1px solid;
	padding-right: 4px;
	border-top: #696969 1px solid;
	padding-left: 4px;
	font-size: 1em;
	padding-bottom: 4px;
	margin: 1px;
	border-left: #696969 1px double;
	padding-top: 4px;
	border-bottom: #696969 1px solid;
}


.gridLastItem {
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}

.gridHeader
{
	font-weight: bold;
	color: white;
	border-bottom: #696969 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
}

.catalogueItemHeader
{
	font-weight: bold;
	color: black;
	border-bottom: #696969 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

.cataloguePageHeader
{
	font-weight: bold;
	color: white;
	border-bottom: #696969 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
}

.gridHeader a:active {
	color: #696969;
	text-decoration: none;
}

.gridHeader a:link {
	color: #696969;
	text-decoration: none;
}

.gridHeader a:visited {
	color: #696969;
	text-decoration: none;
}

.gridHeader a:hover {
	color: darkred;
	text-decoration: none;
}

.gridFooter
{
	font-weight: bold;
	border-top: #696969 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.UnitCost
{
    color: #808080;
    font-size: 15px;
    line-height: 20pt
}
.ModelNumber
{
    color: #808080;
    font-size: 11px;
    line-height: 20pt
}
.ColourSize
{
    color: #808080;
    font-size: 11px;
    line-height: 20pt
}
.ProductListHead
{
    color: black;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-size: 10px
}

.CartListHead
{
    background-color: #dddca3;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-weight: bold;    
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;    
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;    
    padding-left: 5px
}

.CartListFooter
{
    background-color: #dddca3;
    line-height: 10pt
}

p.space 
{ 
	line-height: 70px; 
}

#htmlcontent
{
    /* position: absolute; */
    /* width:700px; */
    overflow: auto;
}

.Message    
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

.ItemTitle    
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.Head   
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

.SubHead    
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px    
}