html, body {
  height: 100%;  
}

#overall_container {
   width: 950px;
   margin: 0 auto;
  }
#header {
  height: 75px;
  border-bottom-width: 1px;
  border-bottom-color: #37424A;
  border-bottom-style: solid;
    
}

#header_brown {
  height: 75px;
  border-bottom-width: 1px;
  border-bottom-color: #954A09;
  border-bottom-style: solid;
  
}

#header_blue {
   height: 75px;
   border-bottom-width: 1px;
   border-bottom-color: #44697D;
   border-bottom-style: solid;
   
 }

#header_green {
    height: 75px;
    border-bottom-width: 1px;
    border-bottom-color: #007A4D;
    border-bottom-style: solid;
    
  }

#header_mauve {
    height: 75px;
    border-bottom-width: 1px;
    border-bottom-color: #663399;
    border-bottom-style: solid;
    }

#banner {
  float: left;
  width: 20%;
  
}

#topmenu {
  float: left;
  padding-top: 20px;
  padding-left: 100px;
}

#main {
  width : 100%;
 } 

#content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px; 
  border-bottom-width: 1px;
  border-bottom-color: #37424A;
  border-bottom-style: solid;
  width : 97%;
  overflow:auto;
 } 

#content_brown {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px; 
  border-bottom-width: 1px;
  border-bottom-color: #954A09;
  border-bottom-style: solid;
  width : 97%;
  overflow:auto;
 } 

#content_brown_left {
  float:left;
  width: 120px;
  padding : 0 20px 50px 0;
  }

#content_brown_right {
  float:left;
  width: 780px;
  }


#content_blue {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px; 
  border-bottom-width: 1px;
  border-bottom-color: #44697D;
  border-bottom-style: solid;
  width : 97%;
  overflow:auto;
 } 

#content_blue_left {
  float:left;
  width: 120px;
  padding : 0 20px 50px 0;
  }

#content_blue_right {
  float:left;
  width: 780px;
  }

#content_gallery {
   padding-top: 20px;
   padding-bottom: 20px;
   padding-right: 20px; 
   border-bottom-width: 1px;
   border-bottom-color: #44697D;
   border-bottom-style: solid;
   width : 99%;
   overflow:auto;
  }
  
#content_green {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px; 
  border-bottom-width: 1px;
  border-bottom-color: #007A4D;
  border-bottom-style: solid;
  width : 97%;
  overflow:auto;
 } 

#content_green_left {
  float:left;
  width: 120px;
  padding : 0 20px 50px 0;
  }

#content_green_right {
  float:left;
  width: 780px;
  }

#content_mauve {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px; 
  border-bottom-width: 1px;
  border-bottom-color: #663399;
  border-bottom-style: solid;
  width : 97%;
  overflow:auto;
 } 

#content_mauve_left {
  float:left;
  width: 120px;
  padding : 0 20px 50px 0;
  }

#content_mauve_right {
  float:left;
  width: 780px;
  }

#acid {
  float: left;
  clear: both;
  
  }

#bottom_menu {
  float: left;
  clear: both;
  width: 900px;
  }

#footer {
  padding-top: 10px;
  text-align: center;
  font-size: 9px;
  width: 170px;
  line-height: 110%;
  margin-left: 400px;
 } 

/* Form buttons */

.button {
  font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
  background-color: #58667E;
  color: #ffffff;
  border-width: 1px;
  border-color: #c0c0c0;
  font-size: 11px;
}

/* Form input fields / text areas */

.inputbox {
  font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
  background-color: #818A8F !important;
  color: #000000 !important;
  border: 1px solid silver !important;
  font-size: 12px;
}
.input_error {
  font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
  background: #ffbda5 !important;
  color: black !important;
  border: 1px solid red !important;
  font-size: 12px;
}

/* Forms */


form { 
  margin: 0; 
  padding: 0; 
}

.form_container {
  min-width: 600px; 
}

.forms_item_container { 
  clear: left; 
  padding: 10px 50px; 
}
.forms_item_label { 
  display: block; 
  float: left; 
  width: 40%; 
  text-align: right; 
  padding-right: 20px; 
  font-weight: bold; 
}
.forms_item_input_container { 
  float: left; 
}
.forms_item_input_container span { 
  font-size: 10px; 
  display: block; 
}
.forms_item_input_container .inputbox { 
  width: 200px; 
}
.forms_item_input_container textarea { 
  height: 50px; 
}
.forms_item_columnmode_container { 
  float: left; 
  padding: 3px 0 3px 0; 
  text-align: center; 
  width: 100px; 
}
.forms_item_columnmode_container label { 
  display: block; 
}

.form_fieldset {
  background: #C0C0FF;
  margin: 15px 0 15px 0;
  padding: 15px 100px 15px 20px;
  border: 2px solid #c0c0c0;
  background-repeat: no-repeat;
  background-position: top right;
  *position: relative;
}
.form_legend {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  padding: 0 10px 0 10px;
  *position: relative; 
  *top: -1.5em; 
}

.form_buttons_container {
  width: 450px;
  margin: 10px auto 20px auto;
  padding: 20px 0 5px 0;
  white-space: nowrap;
  background: transparent;
  text-align: center;
  clear: both;
}
.form_buttons_container .button {
  width: 150px;  
  padding: 5px;
  font-weight: bold;
}
.forms_branding_logo {
  float: right; 
}
/* User input wizards (e.g. adding new items) */

.stages_container {
  height: 120px;
  background: #D6E5C3;
}
.stage_block {
  width: 100px;
  height: 100px;
  float: left;
  text-align: center;
  background-position: 12px 10px;
  background-repeat: no-repeat;
}
.stage_block_label {
  color: #4D642C;
  font-weight: bold;
  padding-top: 90px;
}
.stage_block_label_disabled {
  color: #7A9F45;
  padding-top: 90px;
}

/* User comments */

.forms_item_comment_link_container {
  overflow: auto; 
  clear: both;
  overflow: hidden;
}
.forms_item_comment_link {
  float: right;
  width: 85px;
  text-align: left;
  padding: 10px 0 5px 25px;
  font-size: 10px;
  display: block;
  background: url(/library/templates/default/resources/small_edit.gif) no-repeat 0 5px;
  margin: 1px 5px 0 0;
}
.forms_item_comment_container {
  clear: left;
  padding: 10px;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #999;
  display: none;
}
.forms_item_comment_container textarea {
  border: 1px solid #999;
  background-color: #fff;
  width: 100%;
  height: 100px;
  margin-top: 5px;
}
.forms_item_usercomment {
  clear: both;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #61992F; 
  padding: 10px 10px 10px 50px;
  font-size: 11px;
  min-height: 20px;
  background: #E1F1CF url(/library/templates/default/resources/small_user.gif) no-repeat 11px 10px;  
}
.forms_item_admincomment {
  clear: both;
  margin: 20px auto 10px auto;
   width: 400px;
   border: 1px solid #E7A007; 
   padding: 10px 10px 10px 50px;
   font-size: 11px;
   min-height: 20px;
   background: #FEF9D0 url(/library/templates/default/resources/small_admin.gif) no-repeat 11px 10px;  
}

/* Site search */

#site_search {
  padding: 5px 0 15px 0;
  white-space: nowrap;
}
#site_search_search {
  width: 120px;
}
#site_search_go {
  padding: 1px 0 1px 0;
  font-size: 11px;
  width: 29px;
}

/* Search results */

.site_search_item {
  list-style-image: url(/library/templates/default/resources/search_arrow.gif);
  margin-top: 5px;
  margin-right: 30px;
  color: inherit;
  display: block;
  clear: both;
}
.site_search_item img {
  position: relative; 
  top: -15px;
  border: 1px solid #c0c0c0;
  width: 95px;
  height: 85px;
  float: right;
  clear: right;
  margin: 15px 0 0 10px;
}
.site_search_item hr {
  clear: both;
}
/* Special products (eg on home page) - 
   these are selectable within control panel */

#shop_special_products {
  width: 475px;
}
.shop_product_special {
  width: 150px;  
  height: 180px;
  overflow: hidden;
  margin: 1px;
  float: left;
  background: #fff;
  border: 1px solid #fff;
}
.shop_product_special_heading {
  font-size: 14px;
  font-weight: bold;
  background: #57647C;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.shop_product_special_details {
  padding: 5px;
  background: #C0C0FF;
  font-size: 10px;
  color: #57647C;
  line-height: 130%;
}
.shop_product_special_image {
  text-align: center;
  padding-bottom: 5px;
}
.shop_product_special_description {
  font-weight: bold;
  font-size: 11px;
  text-align: center;
}
.shop_product_special_price {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* Main special product - extra large one, eg on home page */

#shop_special_product_main {
  background: #57647C;
  border: 3px solid #333;
  padding: 20px 20px 20px 20px;
  width: 680px;
  overflow: auto;
  line-height: 140%;
  font-size: 11px;
  color: #fff;
}
#shop_special_product_main a {
  font-weight: bold;
  text-decoration: underline;
  color: #000040;
}

#shop_special_product_main h1 {
  color: #fff;
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 100%;
}

#shop_special_product_main h2 {
  color: #000040;
  font-size: 22px;
  text-decoration: line-through;
}

#shop_special_product_main b {
  font-size: 14px;
  display: block;
  padding: 0;
  margin: 0 0 5px;
}

#shop_special_product_main img {
  width: 215px;
  height: 215px;
  border: 2px solid #333;
  display: block;
  float: right;
}
.shop_special_product_content {
  float: left;
  width: 430px;
}

.shop_special_product_price {
  font-size: 38px;
  font-weight: bold;
  padding: 5px 0;
}

.shop_special_product_save_splash {
  display: block;
  float: right;
  width: 80px;
  height: 50px;
  background: #000;
  border: 2px solid #fff;
  text-align: center;
  position: relative;
  top: 5px;
  padding-top: 10px;
}

.shop_special_product_save_splash b {
  font-size: 19px !important;
  font-weight: bold;
}
/* If extra columns of text are to be shown on the side of the page. */

.side_text {
  color: #818A8F;
  background-color: inherit;
  font-size: 13px;
}

.side_text label {
  color: #58667E;
  background-color: inherit;
  font-size: 10px;
}

.side_heading {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #58667E;
  background-color: inherit;
}
/* Standard Log-in controls */

#site_login_container {
  font-size: 11px;
  padding: 10px;
  text-align: left;
}

#site_login_username, #site_login_psw {
  margin: 0 0 3px 0;
  width: 120px;
}

#site_login_go {
  font-size: 11px;
  margin: 5px 0 10px 105px;
}

#site_login_container .form_label {
  width: 100px;
  text-align: right;
  float: left;
  margin-right: 5px;
}

#site_login_container .section {
  margin: 2px 0 2px 0;
}

/* Side Log-in controls */

#side_login_heading {
  margin: 15px 0 5px 0;
  text-align: left
}
#side_login_loggedin {
  padding: 5px 0 5px 0;
  text-align: left;
  font-weight: normal;
}
.side_login_options {
  text-align: left;
  padding: 6px 0 0 0;
}
#side_login_username, #side_login_psw {
  margin: 0 0 3px 0;
  width: 100%;
}
#side_login_remember_me {
  position: relative;
  top: 1px;
}
#side_login_go {
  padding: 1px 0 1px 3px;
  font-size: 11px;
  width: 29px;
}

/* Images */

.image_caption {
  color: #ffffff;
  background-color: #000080;
  font-size: 10px;
  padding: 2px;
}

.image_border { border: 2px solid #000; }
/* Users / Profiles stuff */

#users_compose_link {
  padding: 10px;
  text-align: left;
}
.users_compose_label {
  width: 100px;
  text-align: right;
  float: left;
  padding: 0 10px 10px 0;
  font-weight: bold;
}
.users_compose_input, .users_compose_msg {
  margin-left: 115px; 
  padding: 0 10px 10px 0;
}
/* Calendar */

#calendar_container {
  width: 400px;
  padding: 5px;
  background-color: #fff;
}
#calendar_top_container {
  background-color: #E6ECC8;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  margin: 0 2px 0 2px;
  text-align: center;
}
#calendar_top_container a { 
  color: #000; 
}
#calendar_top_container select {
  margin: 0 5px 0 5px;
}
#calendar_link_back {
  width: 50px;
  float: left;
  text-align: center;
}
#calendar_link_forward {
  width: 50px;
  float: right;
  text-align: center;
}
#calendar_days_container {
  margin: 0 0 0 0;
}
#calendar_days_table td, #calendar_days_table th {
  width: 14.28%;
  text-align: center;
  font-weight: bold;
}
.calendar_day_title_weekend {
  padding: 5px 0 5px 0;
  background-color: #fff;
}
.calendar_day_title_weekday {
  padding: 5px 0 5px 0;
  background-color: #fff;
}
.calendar_slot_empty {
  background-color: #E6ECC8;
  padding: 10px 0 10px 0;
}
.calendar_slot_weekday {
  background-color: #F3F6E5;
  padding: 10px 0 10px 0;
  font-size: 19px;
}
.calendar_slot_weekend {
  background: #DEE6B6;
  padding: 10px 0 10px 0;
  font-size: 19px;
}
.calendar_slot_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
}
.calendar_slot_active, .calendar_slot_active a:hover {
  color: #F09E4C;
  cursor: pointer;
}
.calendar_slot_active:hover {
  color: #000;
}
#calendar_times_container {
  width: 396px;
  min-height: 100px;
  background-color: #E6ECC8;
  border-left: 2px solid #fff;
  padding-bottom: 5px;
}
#calendar_times_container h2 {
  text-transform: none;
  padding: 10px;
}
.calendar_times_slot {
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-weight: normal;
  margin: 2px 10px 2px 10px;
}
.calendar_slots_active {
  color: #F09E4C;
  background: #F3F5E7;
  font-weight: bold;
  cursor: pointer;
}
.calendar_slots_active:hover {
  color: #000;
}
.calendar_slots_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
  background: transparent;
}
/* For shop, individual product tables */  

.shop_product_container {
  padding: 5px 10px;
  clear: both;
  overflow: auto;
}

.shop_productbox {
  background-color: #B0B3BE;
  color: inherit; 
}

.shop_paging {
  float: right;
  font-weight: bold;
  position: relative;
  top: 3px;
  padding-bottom: 5px;
}
.shop_paging a {
  font-weight: normal;
}

.shop_paging img {
  padding: 0 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
  top: 1px;
}

.shop_product_thumb {
  display: block;
  padding: 5px;
  width: 150px;
}
.shop_product_thumb img {
  margin: 5px;
}

.shop_breadcrumb {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: left;
}

.shop_sort_select {
  width: 250px;
  float: right;
  overflow: visible;
  font-size: 11px;
  text-align: right;
}

.shop_product_container {
  margin: 5px 0;
}

.shop_product_right_column {
  width: 200px;
  padding: 15px;
  float: right;
  text-align: center;
  border-left: 1px dotted #000;
}
.shop_product_right_column img {
  margin-bottom: 15px;
}
.shop_product_left_column {
  margin-right: 250px;
  text-align: left;
}

.shop_footer {
  border-top: 1px solid #000;
  padding: 10px 0;
  margin: 10px 0;
  font-size: 10px;
  clear: right;
}

.shop_img_extra_container {
  background: #fff; 
  position: relative; 
  top: -20px; 
  text-align: center;
}
.shop_img_extra {
  display: inline;
}

.shop_category_back_button {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.shop_qty {
  display: block;
  float: left;
  position: relative;
  top: -5px;
}
.shop_addtocart {
  border: 0;
  display: block;
  float: right;
}

/* Currency conversion links */

#shop_side_currency {
  position: relative;
  left: -7px;
  white-space: nowrap;
}
#shop_side_currency_heading {
  margin: 10px 0 8px 0;
}
.shop_side_currency_img_selected {
  padding: 10px 0 5px 0;
  background: url(/library/templates/default/resources/curency_select_arrow.png) no-repeat top center;
}
.shop_side_currency_img {
  padding: 10px 0 5px 0;
}
#shop_side_currency_pound {
  padding-right: 3px;
  position: relative;
  left: 3px;
  width: 46px;
  height: 47px;
}
#shop_side_currency_usd {
  width: 42px;
  height: 47px;
}
#shop_side_currency_euro {
  padding-left: 5px;
  position: relative;
  left: -5px;
  width: 44px;
  height: 47px;
}

.shop_crosslinked_items {
  overflow: auto;
}
/* Gallery */

#gallery_overall {
  padding-bottom: 10px;
  overflow: auto;
  min-height: 300px;
  }
#gallery_note {
  
  width :700px;
  text-align: center;
  margin-left : 35px;
  margin-right: 35px;
  float : left;
  margin-top: 25px;
  }

.gallery_paging {
  float: right;
  font-weight: bold;
  position: relative;
  top: 3px;
  padding-bottom: 5px;
}
.gallery_paging a {
  font-weight: normal;
}

.gallery_paging img {
  padding: 0 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
  top: 1px;
}

.gallery_breadcrumb {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: left;
}

.gallery_cat_button_div {
  padding: 10px 1px 15px 1px; 
  float: left; 
  text-align: center;
  vertical-align: bottom;
}

.gallery_cat_button_img {  
}

.gallery_cat_button_description {
  display: block;
  padding: 5px;
}

.gallery_cats_row {
  width: 100%;
  float: left;
}

#gallery_pictures_div {
  width: 240px;
  padding: 2px; 
  overflow: auto;
}

#gallery_sidecats_div {
  float: left;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  width: 110px;
}

#gallery_sidecats_div div {
  padding: 0px 0 5px 0;
}
#gallery_bigpic_container {
  width: 570px;
  height: 420px;
  float: right;
  text-align: center;
  padding: 2px 0px 0 0;
  
}
#gallery_bigpic {
  display: block;
  width: 570px;
  height: 380px;
}

.gallery_pic_div {
  padding: 2px 1px 0 1px; 
  float: left; 
  text-align: center;
}

#gallery_caption {
  padding: 15px 5px;
  text-align: center;
  
}

.gallery_pic {
}

.gallery_pic_text {
  text-align: right;
}

.gallery_pics_row {
  width: 98%;
  float: left;
}

#gallery_link_back {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 10px 0;
  margin-top: 20px;
  border: 1px solid #000;
}

.gallery_paging_arrows {
  position: relative;
  top: 6px;
}

/* Forum styles */

.forum { 
  background-color: #ffffff; 
  color: inherit;
}
.top { 
  background-color: #E2E3FC; 
  color: inherit;
}
.cat { 
  background-color: #CCFFCC; 
  color: inherit;
}
.evenrow { 
  background-color: #C0C0FF; 
  color: inherit;
}
.oddrow { 
  background-color: #ffffff; 
  color: inherit;
}
/* Featured listings */

#directory_featured_listings {
  width: 300px;
  border: 1px solid #c0c0c0;
  padding: 10px;
}

/* Tabs (for directory popups) */

.tabs_main {
  background-color: #E2E3FC;
  color: inherit;
  border: 1px solid #000000;
}
.tabs_active {
  background-color: #E2E3FC;
  color: inherit;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom-width: 0;
}
.tabs_inactive {
  background-color: #AFB0C3;
  color: inherit;
  border: 1px solid #000000;
}
.tabs_hover {
  background-color: #C1C5F9;
  color: inherit;
  border: 1px solid #000000;
}
html {
  font-size: 100%;
}
body {
  font: normal 13px 'Times New Roman', 'Verdana', 'Tahoma', 'Arial', sans-serif;
  line-height: 160%;
  color: #818A8F;
}

/* Main page titles */

h1, .pagetitle {
  font: normal 23px 'Lucida Sans','Verdana', sans-serif;
  letter-spacing: 0;
  color: #818A8F;
  margin: 10px 0 15px 0;
  padding: 0;
}

/* Paragraph sub-headings */

h2, .heading {
  font: bold 15px 'Lucida Sans','Verdana', sans-serif;
  letter-spacing: 0;
  color: #818A8F;
  margin: 10px 0 10px 0;
}

/* Links */
#photo_links_brown {line-height:110%;}
#photo_links_blue {line-height:110%;}
#photo_links_green {line-height:110%;}
#photo_links a:link{color:#44697D;}
#photo_links a:visited{color:#44697D; }
#photo_links_brown a:link{color:#954A09;}
#photo_links_brown a:visited{color:#954A09;}
#photo_links_blue a:link{color:#44697D;}
#photo_links_blue a:visited{color:#44697D;}
#photo_links_green a:link{color:#007A4D;}
#photo_links_green a:visited{color:#007A4D;}
#photo_links_mauve a:link{color:#663399;}
#photo_links_mauve a:visited{color:#663399;}
#content_blue a:link{color:#44697D; }
#content_blue a:visited{color:#44697D;} 
#content_brown a:link{color:#954A09; }
#content_brown a:visited{color:#954A09;}
#content_green a:link{color:#007A4D; }
#content_green a:visited{color:#007A4D;}
#content_mauve a:link{color:#663399; }
#content_mauve a:visited{color:#663399;}

a:link, a:visited, a:active {
  color: #475DBD;
  text-decoration: none;
}
a:hover {
  color: navy;
  text-decoration: none;
}

/* Miscellaneous font styles */

.largetext { font-size: 13px; }
.smalltext { font-size: 11px; font-weight: normal; }
.texthighlight {
  background-color: yellow;
  color: inherit;
}
.emphasisedtext {
  color: #000000;
  background-color: inherit;
  font-weight: bold;
  font-size: 13px;
}

.properties_property_container {
  width: 75%;
  background: #fff;
  padding: 15px 25px 15px 25px;
}
.properties_property_left_col {
  margin-right: 225px;
}
.properties_property_left_col div {
  padding: 0 0 15px 0;
}
.properties_property_right_col {
  width: 200px;
  text-align: right;
  float: right;
  background: #ffffff;
  padding-top: 35px;
}
.properties_property_bottom {
  clear: right;
  padding: 5px;
  margin-top: 10px;
}
.properties_property_bottom div {
  float: right;
  width: 200px;
  text-align: right;
}
.properties_details_label {
  float: left;
  width: 80px;
  font-weight: bold;
  text-align: right;
  font-size: 10px;
  clear: left;
}
.properties_details_value {
  float: right;
  width: 105px;
  font-size: 10px;
  text-align: left;
}

/* Tables that display information */

.tablestyle {
  border: 1px solid #ffffff;
  background-color: #CEDDE8;
  color: #000000;
}

.tablestyle_table {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.tablestyle_heading, 
.tablestyle_table th, 
.tablestyle_table thead tr td {
  background-color: #6494B6;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  text-align: left;
}
.tablestyle_table td {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #CEDDE8;
  padding: 3px;
}
.tablestyle_centred td, .tablestyle_centred th {
  text-align: center;
}

/* Content area, important for control panel preview */

.content_area {
  background-color: #ffffff;
  color: inherit;
}


hr {
  color: #4B5870;
  background-color: #4B5870;
  border-width: 0;
  height: 1px;
}

.popupstyle {
  padding: 0;
  background-color: #ffffff;
  color: inherit;
  margin: 0;
}


.contact_heading { 
  color: #37424A;
  background-color: 818A8F; 
}
a[rel~="tag"] { 
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #ccc !important;
}

.error_alert, #error_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(/library/templates/default/resources/alert_negative.gif) 5px 5px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

.success_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(/library/templates/default/resources/alert_positive.gif) 5px 10px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

.pass_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(/library/templates/default/resources/notice_pass.gif) 15px 25px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

.fail_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(/library/templates/default/resources/notice_fail.gif) 15px 25px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

/* Expandable menus (ie non-roll-over list menus) */

.menu_expandable_container {
  text-align: left;
}
.menu_expandable_container ul {
  padding: 3px 0 3px 0;
  margin: 0;
  list-style-type: none;
}
.menu_expandable_container ul ul {
  padding-left: 20px;
  list-style-type: none;
}
.menu_expandable_container ul ul li {
  font-size: 10px;
}

.menu_expandable_container a {
  display: block;
}

/* Menus when javascript disabled */

.navigation_vertical li, #navigation_horizontal li, #navigation_products li {
  font-size: 10px;
}
.navigation_horizontal li {
  display: inline;
  padding: 0 10px 0 10px;
  color: #ffffff;
  background: #000000;
}
.navigation_vertical ul, #navigation_products ul {
  padding-left: 10px;
}
.navigation_horizontal ul {
  white-space: nowrap;
  padding: 0 10px 0 10px;
  display: inline;
}

/* AJAX stuff */

.ajax_updating {
  height: 140px;
  background: url(/library/templates/default/resources/indicator.gif) no-repeat center center;
  text-align: center;
}

#ajaxticker1{
  /* styles go here if required */
}
#ajaxticker1 div{ 
  /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

/* Styles for iBox modal dialogues */

#ibox_w{
  position: absolute;
  top: 0;
  left: 0;
  z-index:100;
  width: 100%;
  height: 100%;
  background-color: #000;
  margin:0;
  padding:0;
  filter:alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
}

#ibox_progress {
  margin:0;
  padding:0;
  position: absolute;
  z-index:105;
}

#ibox_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index:1000;
  padding:8px 14px 45px 8px;
  border:1px solid #CCC;
  width:300px;
  height:300px;
  background-color:#999999;
  padding-bottom:30px;
  margin:0;
}

#ibox_content {
  background-color:#FFFFFF;
  width:100%;
  height:100%;
  margin-bottom:5px;
  position:relative;
  top:0px;
  left:0px;
  border:1px solid #000;
  padding:2px;
}

#ibox_footer_wrapper {
  position:relative;padding:0;margin:0;top:0px;left:0px;
}

/* Miscellaneous styles */

.section { margin: 8px 0 8px 0; }
a img { border-width: 0; }
#sitemap_paging { text-align: center; }
.paging_container {
padding: 10px 0 10px 0;
text-align: center;
}

.heading_highlighted {
  color: navy;
  background-color: inherit;
}

.content_section {
  display: block;
  border: 0 solid #000;
}

.swf_div {
  display: inline;
}

p {
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
}
code {
  font-size: 12px;
}
.shop_crosslinked_product {
  width: 150px; 
  float: left;
  margin: 5px;
  text-align: center;
}
.shop_crosslinked_product b {
  display: block;
}