

/*-----------------------------------------------------------------------------+
| File name ............ general.css
| Project .............. vdomain.co.uk
| Created by ........... Mark Young
| Creation date ........ June 2008
| Last modified ........ 29/01/2010
| Last modified by...... Mark Young
+------------------------------------------------------------------------------+
|
| Copyright (C) VDT(UK) Ltd.  -  C O N F I D E N T I A L !!!
|
|   THIS DOCUMENT CONTAINS TRADE SECRET DATA WHICH IS THE PROPERTY OF
|   VDT(UK) Ltd. THIS DOCUMENT IS SUBMITTED TO RECIPIENT IN CONFIDENCE.
|   INFORMATION CONTAINED HEREIN MAY NOT BE USED, COPIED OR DISCLOSED
|   IN WHOLE OR IN PART EXCEPT AS PERMITTED BY WRITTEN AGREEMENT
|   SIGNED BY VDT(UK) Ltd.
|
| Description:
|   Provides CSS parameters for everything except divs
|
| Documentation refs: 
|                     
| 
+-----------------------------------------------------------------------------*/


/* File layout:
	- Body
	- Table
	- Paragraph
	- Headers and lists
	- Images
	- Anchors
	- Schools
End of file layout */



/********** Body style **********/
body {
color:#000000;
text-align:left;
font-family:Arial, sans-serif;
font-size:12px;
margin:0 0 0 0;
padding:0 0 0 0;
/*background-color:#194042;  /*Original background colour*/
background-color:#E4F0F1;
}
/* End of body style */



/********** Table style **********/
table {
margin:0 0 0 0;
padding:0 0 0 0;
}

td {
vertical-align:top;
}

td.header {
vertical-align:bottom;
}
/* End of table style */



/********** Paragraph style **********/
p.error {
color:#ff0000;
font-weight:bold;
}

p.dberror {
color:#ff0000;
font-weight:bold;
}

p.tradenotice {
color:#ff0000;
font-size:14px;
font-weight:bold;
}
	
p.maillink {
font-size:14px;
text-align:center;
}

p#footer {
font-style:italic;
font-size:9px;
text-align:center;
}

p.pageheading {
font-size:20px;
font-weight:bold;
color:#194042;
}

p.productName {
font-size:14px;
}

p.productButtons {
width:125px;
background-color:#194042;
font-size:14px;

}
/* End of paragraph style */



/********** Headers and lists style **********/
h2.price {
color:#ff0000;
}

h3.recprice {
color:#0000ff;
}

h2.adminheading {
color:#000000;
font-weight:bold;
text-decoration:underline;
}
/* End of headers and lists style */



/********** Images style **********/
img {
border-width:0;
}

img.prodMoreThumb {
margin:3px;	
}
/* End of images style */



/********** Anchor style **********/
a {
font-size:12px;
}

a#login {
text-decoration:none;
}

a:link {
color:#194042;
font-weight:bold;
text-decoration:none;
}

a:active {
color:#194042;
font-weight:bold;
text-decoration:none;
}

a:visited {
color:#194042;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#194042;
font-weight:bold;
text-decoration:underline;
}

a:link.nav {
color:#66cccc;
font-weight:bold;
text-decoration:none;
}

a:active.nav {
color:#faad18;
font-weight:bold;
text-decoration:none;
}

a:visited.nav {
color:#66cccc;
font-weight:bold;
text-decoration:none;
}

a:hover.nav {
color:#faad18;
font-weight:bold;
text-decoration:none;
}

a.bar {
color:#000000;
text-decoration:none;
}

a.subcategorylinks {
font-size:14px;
font-weight:bold;
}
/* End of anchors style */



/********** Schools style - deprecated **********/
a:link.boxlink {
color:#faad18;
font-weight:bold;
}

a:active.boxlink {
color:#faad18;
font-weight:bold;
}

a:visited.boxlink {
color:#faad18;
font-weight:bold;
}

a:hover.boxlink {
color:#faad18;
font-weight:bold;
text-decoration:underline;
}

p.schoolsintro {
line-height:1.5;
font-size:13px;
}
/* End of schools style */



/* End of file*/