/*
	Copyright (c) 2008 LPG Direct Ltd
	Released under the GNU General Public License
*/

.boxText { font-family: Georgia, "New Times Roman", serif; font-size: 10px; }
.errorBox { font-family : Georgia, "New Times Roman", serif; font-size : 10px; background: #FFB3B5; font-weight: bold; }
.stockWarning { font-family : Georgia, "New Times Roman", serif; font-size : 10px; color: #CC0033; }
.productsNotifications { background: #660000; color: white; }
.orderEdit { font-family : Georgia, "New Times Roman", serif; font-size : 10px; color: #660000; text-decoration: underline; }

BODY {
  /* ADDED THIS TEXT ALIGN FOR FIXED WIDTH SITE */
  text-align: center;
  background: #FFFFEE;
/*  background-image: url('/images/page_back.jpg');*/
/*  background-repeat: no-repeat;*/
/*  background-position: top center;*/
/*  background-attachment: fixed;*/
  color: #330000;
  margin: 0px;
  scrollbar-face-color: #660000;
  scrollbar-shadow-color: #660000;
  scrollbar-highlight-color:#660000; 
  scrollbar-3dlight-color: #660000;
  scrollbar-darkshadow-color: #660000;
  scrollbar-track-color: #FFFFEE;
  scrollbar-arrow-color: #FFFFEE;
}

BODY.printView {
  /* ADDED THIS TEXT ALIGN FOR FIXED WIDTH SITE */
  text-align: center;
  background: #FFFFEE;
  color: #330000;
  margin: 10px;
  scrollbar-face-color: #660000;
  scrollbar-shadow-color: #660000;
  scrollbar-highlight-color:#660000; 
  scrollbar-3dlight-color: #660000;
  scrollbar-darkshadow-color: #660000;
  scrollbar-track-color: #FFFFEE;
  scrollbar-arrow-color: #FFFFEE;
}

IMG.prodimg {
  border: 1px solid #330000;
}

/* ************************* TRANSPARENCY ************************* */
/* OPACITY TEST - ON */
#centredBodyDiv, #centredHeaderDiv {
/*
  opacity:.95;
  filter:alpha(opacity=95);
  -moz-opacity:0.95;
*/
}
/* **************************************************************** */

/* ADDED THIS NEXT IDENTIFIER FOR FIXED WIDTH SITE */
#centredHeaderDiv {
  width: 978px;  /* width can be changed to what you want just stay under 790px*/
/*  border: 0px solid #660000;  /*border can be removed for a borderless page*/ 
  background: transparent;
  color: #330000;
  margin: 10px auto 0px auto;
  text-align: left;
}

#centredBodyDiv {
  width: 976px;  /* width can be changed to what you want */
/*  border: 1px solid #330000;  /* border can be removed for a borderless page */ 
/*  border-top: 1px solid #330000;  /* border can be removed for a borderless page */ 
/*  border-bottom: 1px solid #330000;  /* border can be removed for a borderless page */ 
  background: #FFFFEE;
  color: #330000;
  margin: 0px auto 10px auto;
  text-align: left;
}

HR {
  border: 0px solid #330000;
  color: #330000;
  background-color: #330000;
  height: 1px;
}

A {
  color: #330000;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
  display: inline;
}

A.mapBubble {
  color: black;
}

TR.header {
  background: transparent;
  text-align: center;
}

TD.headerTopBarMain {
  width: 978px;
  height: 160px;
}

TD.headerTopBarLeft {
  width: 878px;
  height: 40px;
}

TD.headerTopBarRight {
  width: 100px;
  height: 40px;
}

TD.headerTopBarLogoff {
  width: 100px;
  height: 40px;
}

TR.headerNavigation {
/*  background: #660000;*/
}

TD.headerNavigationLeft {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
/*
  background: #660000;
  background-image: url('/images/head_bg_left.png');
  background-repeat: no-repeat;
  background-position: right;
*/
  color: #330000;
  font-weight : bold;
  padding: 8px;
/*  border-left: 1px solid #330000;*/
/*  border-right: 1px solid #330000;*/
}

TD.headerNavigationRight {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
/*
  background: #660000;
  background-image: url('/images/head_bg_right.png');
  background-repeat: no-repeat;
  background-position: left;
*/
  color: #330000;
  font-weight : bold;
  height: 24px;
/*  border-right: 1px solid #330000;*/
}

A.headerNavigation {
  color: #330000; 
}

A.headerNavigation:hover {
  background-color: #660000;
  color: #FFFFEE;
  text-decoration: none;
}

TR.headerError {
  background: #FF0000;
}

TD.headerError {
  font-family: Tahoma, Georgia, "New Times Roman", serif;
  font-size: 12px;
  background: #FF0000;
  color: #FFFFEE;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00FF00;
}

TD.headerInfo {
  font-family: Tahoma, Georgia, "New Times Roman", serif;
  font-size: 12px;
  background: #00FF00;
  color: #FFFFEE;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #660000;
}

TD.footer {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  background: #660000;
/*
  background-image: url('/images/infobox/infobox_background.gif');
  background-repeat: repeat-x;
  background-position: left;
*/
  color: #FFFFEE;
  font-weight: bold;
  height: 27px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

TD.footer_wrapper {
  border-top: 1px solid #330000;
  border-bottom: 1px solid #330000;
}

TD.footer > A {
  color: #FFFFEE;
}

A.footer {
  color: #FFFFEE;
}

A.footer:hover {
  background-color: #FFFFEE;
  color: #330000;
  text-decoration: none;
}

.infoBox {
  background: #FFFFEE;
  border-bottom: 1px solid #330000;
}

.infoBoxContents {
  background: #FFFFEE;
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
  /* ADDED THIS NEXT MARGIN DECLARATION FOR FIXED WIDTH SINGLE COLUMN SITE 
  padding-left: 10px;
  padding-right: 10px; */
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  font-weight: bold;
/*  background: #660000;*/
  color: #FFFFEE;
  height: 27px;
/*  border-top: 1px solid #330000;*/
/*  border-bottom: 1px solid #330000;*/
}

TD.infoBox, SPAN.infoBox {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
}

TR.upcomingProducts-odd{
  background: #FFFFEE;
}

TR.upcomingProducts-even{
  background: #FFFFEE;
}

TABLE.productListing {
  border-top: 0px;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #330000;
  border-spacing: 0px;
}

A.productListing-heading {
  color: #FFFFEE; 
}

A.productListing-heading:hover {
  color: #FFFFEE;
  text-decoration: underline;
}

TD.productListing-heading {
  height: 27px;
  background-image: url('/images/infobox/centre_repeat.gif');
  background-repeat: repeat-x;
}

.productListing-heading {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  background: #660000;
  color: #FFFFEE;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
}

A.pageResults {
  color: #330000;
  text-decoration: none;
}

A.pageResults:hover {
  color: #FFFFEE;
  background-color: #660000;
  text-decoration: underline;
}

TD.pageHeading{
  font-family: Georgia, "New Times Roman", serif;
  font-size: 20px;
  font-weight: bold;
  color: #330000;
  padding-bottom: 10px;
}

TR.subBar {
  background: #FFFFEE;
}

TD.subBar {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
  color: #330000;
}

TD.main, P.main {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  line-height: 1.5;
}

TABLE.specifications TD {
  border: 1px;
  border-style: solid;
  border-color: #330000;
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 13px;
  color: #AABBDD;
}

TD.fieldKey {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
  color: #669900;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 12px;
  color: #FFFFEE;
  font-weight: bold;
}

TABLE.formArea {
  background: #FFFFEE;
  border-color: #330000;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Georgia, "New Times Roman", serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Georgia, "New Times Roman", serif;
  font-size: 12px;
  color: #FF0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Georgia, "New Times Roman", serif;
  color: #FF0000;
}

SPAN.errorText {
  font-family: Georgia, "New Times Roman", serif;
  color: #FF0000;
}

.moduleRow { }
.moduleRowOver { background-color: #FFFFEE; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFFFEE; }
.checkoutBarTo { font-family: Georgia, "New Times Roman", serif; font-size: 10px; color: #330000; }
.checkoutBarCurrent { font-family: Georgia, "New Times Roman", serif; font-size: 10px; color: #330000; }

/* message box */
.messageBox { font-family: Georgia, "New Times Roman", serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Georgia, "New Times Roman", serif; font-size: 10px; background-color: #FFB3B5; }
.messageStackSuccess { font-family: Georgia, "New Times Roman", serif; font-size: 10px; background-color: #DDFF55; }

/* input requirement */
.inputRequirement { font-family: Georgia, "New Times Roman", serif; font-size: 10px; color: #FF0000; }


TR.accountHistory-even { 
  background: #FFFFEE;
 } 

TR.accountHistory-odd { 
  background: #FFFFEE;
 } TR.addressBook-even { 
  background: #FFFFEE;
 } TR.addressBook-odd { 
  background: #FFFFEE;
 } TR.alsoPurchased-even { 
  background: #FFFFEE;
 } TR.alsoPurchased-odd { 
  background: #FFFFEE;
 } 

 TR.payment-even { 
  background: #FFFFEE;
 } 

 TR.payment-odd { 
  background: #FFFFEE;
 } TR.productListing-even { 
  background: #FFFFEE;
 } TR.productListing-odd { 
  background: #FFFFEE;
 } TR.productReviews-even { 
  background: #FFFFEE;
 } TR.productReviews-odd { 
  background: #FFFFEE;
 } TR.shippingOptions-even  { 
  background: #FFFFEE;
 } TR.shippingOptions-odd  { 
  background: #FFFFEE;
 } 

.checkoutBarFrom { 
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
  color: #330000;
  }
  
A.checkoutBarFrom:hover {
  color: #330000;
  text-decoration: underline;
  }

DIV.pageHeading  { 
  font-family: Georgia, "New Times Roman", serif;
  font-size: 20px;
  font-weight: bold;
  color: #330000;
 }
 
/* START: Header Tags SEO */
h1 {
 font-family: Georgia, "New Times Roman", serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #330000;
}

h2 {
 font-family: Georgia, "New Times Roman", serif;
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #330000;
}
/* END: Header Tags SEO */

/* START: Dynamic Sitemap */
  ul.sitemap {
  color: #660000;
}
/* END: Dynamic Sitemap */

/* START: Links Manager  II v1.21 */
TABLE.linkListing {
  border: 1px;
  border-collapse: collapse;
  border-style: solid;
  border-color: #330000;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  font-weight: bold;
  background: #660000;
  color: #FFFFEE;
  text-align: center;
}

A.linkListing-heading {
  color: #FFFFEE;
}

A.linkListing-heading:hover {
  text-decoration: underline;
  color: #FFFFEE;
}

TD.linkListing-data, TD.linklisting-data-left {
  border-bottom: 1px solid #330000;
  padding: 4px;
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
}

TD.linkListing-data {
  border-right: 1px solid #330000;
}

TD.linkListing-data-left {
  border-left: 1px solid #330000;
}

TR.linkListing-odd {
  background: #FFFFEE;
}

TR.linkListing-even {
  background: #FFFFEE;
}

.linkFeatured {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
  font-weight: bold;
  background: #660000;
  color: #FFFFEE;
  text-align: center;
  border: 1px solid #330000; 
}

.linkFeaturedHeading {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 18px;
  font-weight: bold;
  background: #660000;
  color: #FFFFEE;
  text-align: center;
}

A.linkListingHeading {
  color: #000000;
}

A.linkListingHeading:hover {
  color: #FF0000;
}

.linkFeaturedMain {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
  font-weight: bold;
  background: #660000;
  color: #FFFFEE;
  text-align: center;
}

A.linkFeaturedMain {
  color: #FFFFEE;
}

A.linkFeaturedMain:hover {
  color: #FFFFEE;
}

.linkListingMain {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
  background: #FFFFEE;
  color: #000000;
  text-align: left;
}

A.linkListingMain {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
}

A.linkListingMain:hover {
  color: #660000;
}

.linkListingCats {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
/*  font-weight: bold;*/
  color: #FFFFEE;
  text-align: center;
}

A.linkListingCats {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  color: #000000;
}

A.linkListingCats:hover {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  color: #660000;
}

.linkListingSubCats {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFEE;
  text-align: center;
  line-height: 1.5;
}

A.linkListingSubCats {
  color: #000;
}

A.linkListingSubCats:hover {
  color: #FF0000;
}

A.featuredlinksBox  IMG {
  border: 0px;
}

TD.linkFeaturedMain A.linkListingMain {
  background: #660000;
  color: #FFFFEE;
  font-size: 12px;
  text-decoration: none;
}

TD.linkFeaturedMain A.linkListingMain:hover {
  color: #FFFFEE;
  text-decoration: underline;
}
/* END: Links Manager  II v1.21 */

/* START: Web 2.0 Scrolling Specials v1.2 */
#pscroller1 {
	height: 180px;
	border: 0px;
	padding: 5px;
}

#pscroller2{
	width: 350px;
	height: 20px;
	border: 0px;
	padding: 3px;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass {
  	font-family: Georgia, "New Times Roman", serif;
  	font-size: 11px;
  	line-height: 1.5;
}
/* END: Web 2.0 Scrolling Specials v1.2 */

/* START: Web 2.0 Scrolling New Products v1.0 */
#pscroller_np {
height: 150px;
border: 0px;
padding: 5px;
}

.pscroller_c_np {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  line-height: 1.5;
}
/* END: Web 2.0 Scrolling New Products v1.0 */

/* START: Web 2.0 Scrolling Best Sellers v1.0 */
#pscroller_bs {
height: 170px;
border: 0px;
padding: 5px;
}

.pscroller_c_bs {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  line-height: 1.5;
}
/* END: Web 2.0 Scrolling Best Sellers v1.0 */

/* START: definitions for the categories_css box */
.suckerdiv_left ul, .suckerdiv_right ul {
margin: 0;
padding: 0;
list-style-type: none;
width: 195px; /* Width of Menu Items */
/* COMMENTED OUT THIS NEXT LINE AS WE DONT REQUIRE A BORDER IN THE FIRST MENU LEVEL
border-bottom: 1px solid red;
*/
font-family: Georgia, "New Times Roman", serif;
font-size: 10px;
z-index: 2;
}

.suckerdiv_left ul li, .suckerdiv_right  ul li {
position: relative;
background-color: #FFFFEE;
z-index: 2;
}

/* 1st level sub menu style */
.suckerdiv_left ul li ul {
left: 194px; /* Parent menu width - 1*/
position: absolute;
width: 275px; /*sub menu width*/
top: 0;
display: none;
border-bottom: 2px solid #330000;
z-index: 2;
}
/* !!!!!EDIT THIS STATEMENT FOR RHS!!!!! */
.suckerdiv_right ul li ul {
/*left: 194px; /* Parent menu width - 1*/
right: 194px; /* Parent menu width - 1*/
position: absolute;
width: 275px; /*sub menu width*/
top: 0;
display: none;
border-bottom: 2px solid #330000;
z-index: 2;
}


/* All subsequent sub menu levels offset */
.suckerdiv_left ul li ul li ul {
left: 274px; /* Parent menu width - 1*/
z-index: 2;
}
/* !!!!!EDIT THIS STATEMENT FOR RHS!!!!! */
.suckerdiv_right ul li ul li ul {
/*left: 274px; /* Parent menu width - 1*/
right: 274px; /* Parent menu width - 1*/
z-index: 2;
}

/* All subsequent sub menu levels offset */
.suckerdiv_left ul li ul li a {
left: 274px; /* Parent menu width - 1*/
background-color: #FFFFEE;
z-index: 2;
}
/* !!!!!EDIT THIS STATEMENT FOR RHS!!!!! */
.suckerdiv_right ul li ul li a {
left: 274px; /* Parent menu width - 1*/
background-color: #FFFFEE;
z-index: 2;
}

/* All subsequent sub menu levels offset */
.suckerdiv_left ul li ul li ul li a, .suckerdiv_right ul li ul li ul li a {
background-color: #FFFFEE;
z-index: 2;
}

/* All subsequent sub menu levels offset */
.suckerdiv_left ul li ul li ul li ul li a, .suckerdiv_right ul li ul li ul li ul li a {
background-color: #FFFFEE;
z-index: 2;
}

/* menu links style */
.suckerdiv_left ul li a {
display: block;
color: #000000;
text-decoration: none;
background-color: #FFFFEE;
padding: 1px 2px;
padding-right: 16px;
/* COMMENTED OUT NEXT LINES AS WE DONT REQUIRE A BORDER IN THE FIRST MENU LEVEL
border: 1px solid green;
border-bottom: 0;
*/
line-height: 1.4em;
z-index: 2;
}
/* !!!!!EDIT THIS STATEMENT FOR RHS!!!!! */
.suckerdiv_right ul li a {
display: block;
color: #000000;
text-decoration: none;
background-color: #FFFFEE;
padding: 1px 2px;
/*padding-right: 16px;*/
padding-left: 18px;
/* COMMENTED OUT NEXT LINES AS WE DONT REQUIRE A BORDER IN THE FIRST MENU LEVEL
border: 1px solid green;
border-bottom: 0;
*/
line-height: 1.4em;
z-index: 2;
}

/* CREATED THIS DEFINE BECAUSE WE DONT WANT BORDERS IN FIRST LEVEL BUT WE DO FOR EVERY LEVEL THEREAFTER */
/* menu links style */
.suckerdiv_left ul li ul li a {
display: block;
color: #000000;
text-decoration: none;
background-color: #FFFFEE;
padding: 1px 2px;
padding-right: 16px;
border: 2px solid #330000;
border-bottom: 0;
line-height: 1.6em;
z-index: 2;
}
/* !!!!!EDIT THIS STATEMENT FOR RHS!!!!! */
.suckerdiv_right ul li ul li a {
display: block;
color: #000000;
text-decoration: none;
background-color: #FFFFEE;
padding: 1px 2px;
/*padding-right: 16px;*/
padding-left: 18px;
border: 2px solid #330000;
border-bottom: 0;
line-height: 1.6em;
z-index: 2;
}

.suckerdiv_left ul li a:hover, .suckerdiv_right ul li a:hover {
background-color: #660000;
color: #FFFFEE;
text-decoration: none;
z-index: 2;
}

.suckerdiv_left ul li ul li a:hover, .suckerdiv_right ul li ul li a:hover {
background-color: #660000;
color: #FFFFEE;
text-decoration: none;
z-index: 2;
}

.suckerdiv_left ul li ul li ul li a:hover, .suckerdiv_right ul li ul li ul li a:hover {
background-color: #660000;
color: #FFFFEE;
text-decoration: none;
z-index: 2;
}

/* The main categories with sub-categories */
.suckerdiv_left .subfolderstyle {
background: url(images/ucb_arrow_right.gif) no-repeat top right;
z-index: 2;
}
/* !!!!!EDIT THIS STATEMENT FOR RHS!!!!! */
.suckerdiv_right .subfolderstyle {
background: url(images/ucb_arrow_left.gif) no-repeat top left;
z-index: 2;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv_left ul li ul .subfolderstyle, .suckerdiv_right ul li ul .subfolderstyle {
background-color: #FFFFEE;
z-index: 2;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv_left ul li ul li ul .subfolderstyle, .suckerdiv_right ul li ul li ul .subfolderstyle {
background-color: #FFFFEE;
z-index: 2;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv_left ul li ul li ul li ul .subfolderstyle, .suckerdiv_right ul li ul li ul li ul .subfolderstyle {
background-color: #FFFFEE;
z-index: 2;
}

/* Holly Hack for IE \*/
* html .suckerdiv_left ul li { float: left; height: 1%; }
/* !!!!!EDIT THIS STATEMENT FOR RHS!!!!! */
* html .suckerdiv_right ul li { float: left; height: 1%; }
* html .suckerdiv_left ul li a, * html .suckerdiv_right ul li a { height: 1%; }
/* End */
/* END: definitions for the categories_css box */


/* START: Oak Beam Cost Calculator v1.0 */
#moreBeamsMessage {
  color: red;
  font-weight: bold;
}
/* END: Oak Beam Cost Calculator v1.0 */


/* START: Header Links v1.0 */
TD.header_links {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
/*  background: #660000;*/
  color: #330000;
  font-weight : bold;
  padding: 8px;
  text-align: center;
/*  border-top: 1px solid #330000;*/
/*  border-left: 1px solid #330000;*/
/*  border-right: 1px solid #330000;*/
}

A.header_links {
  color: #330000;
  text-decoration: none;
  padding: 2px;
}

A.header_links:hover {
  background-color: #660000;
  color: #FFFFEE;
  text-decoration: none;
}
/* END: Header Links v1.0 */


/* START: Footer Links v1.0 */
TD.footer_links {
  font-family: Georgia, "New Times Roman", serif;
  font-size: 11px;
  background: #660000;
  color: #FFFFEE;
  font-weight : bold;
  padding: 5px;
  text-align: center;
}

A.footer_links{
  color: #FFFFEE;
  text-decoration: none;
}

A.footer_links:hover {
  background-color: #FFFFEE;
  color: #330000;
  text-decoration: none;
}
/* END: Footer Links v1.0 */

.infoBoxHeadingLink {
  color: #FFFFEE;
  text-decoration: none;
}

.infoBoxHeadingLink:hover {
  color: #FFFFEE;
  text-decoration: underline;
}

.flash_movie {
  z-index: 10;
}


/* START: Highlight main content URLs and Acronyms */
A.emphasis {
  background-color: #ddddcc;
  color: #330000;
}

A.emphasis:hover {
  
}

ACRONYM.emphasis {
  text-decoration: none;
  border-bottom: 1px dotted #330000;
}
/* END: Highlight main content URLs and Acronyms */


/* START: Graphical Footer v1.0 */
.footer_top_left { height: 20px; width: 20px; background-image: url('images/footer/footer_top_left.png'); background-position: bottom right; background-repeat: no-repeat; }
.footer_top { height:; width:; background-image: url('images/footer/footer_top.png'); background-repeat: repeat-x; }
.footer_top_right { height: 20px 20px; width:; background-image: url('images/footer/footer_top_right.png'); background-position: bottom left; background-repeat: no-repeat; }
.footer_left { width: 20px; background-image: url('images/footer/footer_left.png'); background-position: right; background-repeat: repeat-y; }
.footer_centre { background-color: #660000; padding: 5px; text-align: center; }
.footer_right { width: 20px; background-image: url('images/footer/footer_right.png'); background-position: left; background-repeat: repeat-y;}
.footer_bottom_left { height: 20px; width: 20px; background-image: url('images/footer/footer_bottom_left.png'); background-position: top right; background-repeat: no-repeat; }
.footer_bottom { height:; width:; background-image: url('images/footer/footer_bottom.png'); background-repeat: repeat-x; }
.footer_bottom_right { height: 20px; width: 20px; background-image: url('images/footer/footer_bottom_right.png'); background-position: top left; background-repeat: no-repeat; }
/* END: Graphical Footer v1.0 */

A.plain:hover {
  background: none;
}

/* START: Options As Images v1.8 */
SPAN.optionsAvailable {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}
/* END: Options As Images v1.8 */

