
/*****************************************************
 GLOBAL **********************************************/ 

body {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	border-left: 0em;
	border-right: 0em;
	border-top: 0em;
	border-bottom: 0em;
	height: 100%;
	width: 100%;
	vertical-align: top;
	background-color: white;
	color: #000033;
	line-height: 1.5;
}

img {
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px; 
}

table {
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    border-left: 0em;
    border-right: 0em;
    border-top: 0em;
    border-bottom: 0em;
}

td {
	vertical-align: text-top;
}

th {
	vertical-align: text-top;
}

a:link {
	text-decoration: none;
	color: #0000AC;
}

a:visited {
	text-decoration: none;
	color: #0000AC;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/* -------------ours added ------------------------- */


a.faq:visited {
	color: #0000AC; 
}

a.faq:link {
	color: #0000AC; 
}

a.faq:hover {
	color: #000000; 
	text-decoration: underline;
}

a.grey-regular:visited {
	color: #3f3f3f; 
}

a.grey-regular:link {
	color: #3f3f3f; 
}

a.grey-regular:hover {
	color: #000000; 
	text-decoration: underline;
}

a.red-big:visited {
	color: #D20000; 
	font-size: large;
}

a.red-big:link {
	color: #D20000; 
	font-size: large;
}

a.red-big:hover {
	color: black; 
	font-size: large;
	text-decoration: underline;
}
a.red-small:visited {
	color:#D20000;
	font-size: small;
}

a.red-small:link {
	color: #D20000;
	font-size: small;
}

a.red-small:hover {
	color: black; 
	font-size: small;
	text-decoration: underline;
}

#col1 {
	text-align: left;
}

#col2 {
	text-align: center;
}

#col3 {
	text-align: right;
}

.highlight {
	color: #D20000;
}
span.extra {
	color: #D20000;
	font-size: small;
}

td.results {
	color: #5f5f5f;
}
/* ---------------------------------------------- */
a.red-regular:visited {
	color: #D20000;
}

a.red-regular:link {
	color: #D20000;
}

a.red-regular:hover {
	color: black; 
	text-decoration: underline;
}

a.black-regular:visited {
	color: #2F2F2F; 
}

a.black-regular:link {
	color: #2F2F2F; 
}

a.black-regular:hover {
	color: black; 
	text-decoration: underline;
}

a.black-big:visited {
	color: #2F2F2F; 
	font-size: large;
}

a.black-big:link {
	color: #2F2F2F; 
	font-size: large;
}

a.black-big:hover {
	color: black; 
	font-size: large;
	text-decoration: underline;
}

a.black-small:visited {
	color: #2F2F2F; 
	font-size: small;
}

a.black-small:link {
	color: #2F2F2F; 
	font-size: small;
}

a.black-small:hover {
	color: black; 
	font-size: small;
	text-decoration: underline;
}

a.white-bold:visited {
	color: white; 
	font-size: large;
	font-weight: bold;
}

a.white-bold:link {
	color: white; 
	font-size: large;
	font-weight: bold;
}

a.white-bold:hover {
	color: white; 
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
}

/* ---------------------------------------------- */

span.text-bold {
	font-weight: bold;
}

span.text-small {
	font-size: small;
	color: #2f2f2f;
}

span.indent-small {
	margin-left: 1em;
}

span.bullit {
	display: list-item;
	margin-left: 2em;
	background: rgb(254, 239, 174);
}

span.error {
	color: red;
	font-weight: bold;
	display: list-item;
}

/* ---------------------------------------------- */

div.block-center {
	text-align: center;
}

div.page-title {
	font-size: larger;	
}

div.details {
	margin-bottom: 1em;
}

/* ---------------------------------------------- */

table.bordered {
	border-top: solid thin black;
	border-bottom: solid thin black;
	border-left: solid thin black;
	border-right: solid thin black;
	width: 99%;
	font-size: 11pt;
	text-align: left;
}

/* ---------------------------------------------- */

td.light-bordered-cell {
	border-right: solid thin rgb(219, 213, 213);
}

/* ---------------------------------------------- */

th.colour-border {
	background-color: rgb(224, 226, 234);
	border-right: solid thin black;
	border-bottom: solid thin black;
}

th.colour {
	background-color: rgb(224, 226, 234);
	border-bottom: solid thin black;
}

/* ---------------------------------------------- */

#global-content {
	margin-left: 7em;
	background-color: white;
	padding-top: 1em;
	margin-right: 1em;
	border-left: solid thin black;
	vertical-align: top;
	padding-left: 5em;
}

#global-content-title {
	font-size: large;
	font-weight: bolder;
	margin-bottom: 1em;
}

#error-block {
	margin-left: 3em;
	margin-bottom: 2em;
	font-weight: bold;
}

/****************************************************/

/*****************************************************
 HEADER *********************************************/ 

span.header-navigation-links {
	margin-left: 3em;
}

/* ---------------------------------------------- */

#header-search {
	text-align: right;
	float: right;
	font-weight: bold;
	color: white;
	margin-top: 3px;
	padding-right: 1em;
	vertical-align: text-bottom;
}

#header-image-search {
	text-align: left;
	vertical-align: bottom;
}

#header {
	background-color: rgb(30,42,99);
	border-bottom: solid thin black;
}

#header-navigation-bar {
	text-align: center;
	font-size: medium;
}

#header-title {
	background-color: rgb(224, 226, 234);
	border-bottom: thin solid black;
	border-top: thin solid black;
	font-family: verdana;
	font-size: x-large;
	font-weight: normal;
	color: black;
	text-align: center;
	width: 100%;
	clear: both;
}

/****************************************************/

/*****************************************************
 FOOTER *********************************************/ 

#footer {
	clear: both;
	text-align: center;
	font-size: smaller;
	background-color: white;
	margin-top: 2em;
	margin-left: 4px;
	margin-right: 4px;
}

/****************************************************/

/*****************************************************
 SIDEBAR ********************************************/ 

div.sidebar-item-holder {
	padding-left: 1em;
	font-size: medium;
	line-height: 110%;
}

/* ---------------------------------------------- */

#sidebar-title {
	font-size: large;
	font-weight: bold;
	padding-bottom: 1em;
}

#sidebar {
	background-color: rgb(254, 239, 174);
	float: left;
	margin-top: 1em;
	padding-bottom: 1em;
	margin-left: 0.2em;
	padding-left: 0.2em;
	padding-right: 1em;
	border: solid thin black;
}

/****************************************************/ 

/*****************************************************
 CATAGORIES PAGE ************************************/ 

span.subtitles {
	white-space: nowrap;
}

/* ---------------------------------------------- */

div.subtitles-holder {
	margin-left: 2em;
	margin-bottom: 1em;
}

/****************************************************/ 


/*****************************************************
 BROWSER PAGE ***************************************/ 

span.browse-navigation-left {
	margin-right: 4em;
}

span.browse-navigation-right {
	margin-left: 4em;
}

/* ---------------------------------------------- */

td.result-image-block {
	border: thin solid #9298B2;
	width: 33%;
}

/* ---------------------------------------------- */

img.result {
	float: left;
}

/* ---------------------------------------------- */
	
#browse-navigation {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
	
/****************************************************/

/*****************************************************
 DETAILS PAGE ****************************************/ 

#image {
	float: right;
	margin-top: 1em;
}

/****************************************************/

/*****************************************************
 BASKET PAGE *****************************************/ 

td.total-col {
	border-left: thin solid black;
	text-align: center;
}

/* ---------------------------------------------- */

#postage-row {
	border-bottom: solid thin rgb(219, 213, 213);
	border-top: solid thin rgb(219, 213, 213);
	text-align: right;
}

#postage-row-total {
	border-bottom: solid thin rgb(219, 213, 213);
	border-top: solid thin rgb(219, 213, 213);
	border-left: solid thin black;
	text-align: center;
}

#total-row {
	text-align: right;
}

/****************************************************/

/*****************************************************
 FAQ PAGE *******************************************/ 

span.link-right {
	float: right;
}	

/****************************************************/



