body
{
  padding: 0;
  margin: 0;
  color: #3d6188;
  font-size: 13px;
  font-family: Arial, Tahoma, sans-serif;
  line-height: 16px;
  background: #fff url(images/main_bg.gif) repeat top scroll;
}

img
{
  border: none;
}

h4
{
  font-family: Arial, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0px;
  margin: 0px;
}

h5
{
  font-family: Georgia, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

input
{
  color: #3d6188;
  font-size: 13px;
  font-family: Arial, Tahoma, sans-serif;
  vertical-align: middle;
  padding: 3px;
}

textarea
{
  color: #3d6188;
  font-size: 13px;
  font-family: Arial, Tahoma, sans-serif;
  vertical-align: middle;
  padding: 3px;
}

select
{
  color: #3d6188;
  font-size: 13px;
  font-family: Arial, Tahoma, sans-serif;
  vertical-align: middle;
}

option
{
  color: #3d6188;
  font-size: 13px;
  font-family: Arial, Tahoma, sans-serif;
  vertical-align: middle;
}

ul
{
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}

form
{
  margin: 0;
  padding:0;
}

form#ask_question_form
{
  margin: 0;
  padding: 20px 0;
}
.clear
{
  clear: both;
}

.container
{
  display: block; 
  position: absolute; 
  min-height: 100%;
  width: 100%;
}

.header_box
{
  margin: 0px;
  width : 100%;
  height: 148px;
  padding: 0px;
  background: url(images/top_bg.gif) repeat-x top center;
  position: relative;
  display: block;
}

.content_block
{
  margin: 0px;
  top: 0px;
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 62px;
  display: block;
}

.box
{
  margin: 0 auto;
  width : 900px;
  padding: 0px;
  text-align: center;
}

.box1
{
  margin: 0 auto;
  width : 900px;
  padding: 0px;
  text-align: center;
  background: url(images/content_bg.gif) repeat-y top center;
}

.box2
{
  margin: 0 auto;
  width : 900px;
  height: 1px;
  padding: 0px;
  text-align: center;
  background: url(images/content_bg_bottom.gif) no-repeat top center;
}

.block_header
{
  margin: 0;
  padding: 0px 30px 0px 30px;
  width : 840px;
  height: 101px;
  float: left;
}

.block_header_text
{
  margin: 0;
  padding: 0;
  float: left;
  width: 840px;
  background: none;
}

.header_left
{
  margin: 0;
  padding: 0;
  float: left;
  width: 280px;
}

.header_right
{
  margin: 0;
  padding: 0;
  float: right;
  width: 276px;
  font-weight: normal;
}

.clear_both
{
  clear: both;
}

.ln_menu_top
{
  height: 8px;
  margin: 0;
  padding: 0;
  background-image: url(images/ln_menu_top.gif);
  background-repeat: repeat-x;
}

.topnav
{
  font-family: Georgia, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
  clear: both;
  height: 37px;
  width: 900px;
  color: #2750d7;
  margin: 5px 0px;
  padding: 0px;
  text-align: left;
  background: url(images/nav_bg.gif) no-repeat top center;
  float: left;
}

.topnav li
{
  margin: 0px;
  padding: 10px 10px 10px 0px;
  list-style: none;
  float: left;
  height: 17px;
}

.topnav span
{
color: #a4d4f3;
padding-left: 10px; 
}

.topnav li.menus a
{
  color: #2750d7;
  padding: 0px;
}

.topnav li.menus a:hover
{
  color: #2750d7;
  padding: 0px;
  text-decoration: underline;
}

.topnav li a
{
  color: #2750d7;
  text-decoration: none;
}

.topnav li a:hover
{
  color: #2750d7;
}

.ln_menu
{
  clear: both;
  text-align: center;
  margin: 0;
  padding: 8px 0 0 0;
  width: 781px;
  height: 25px;
  background: url(images/ln_menu.gif) repeat-x top center;
}

.block_left
{
  margin: 0;
  padding: 0;
  float: left;
  width: 640px;
  text-align: left;
  background: url("images/main_bg.gif") repeat scroll center 1px;
}

.block_right
{
  margin: 0;
  padding: 0;
  float: right;
  width: 255px;
  font-weight: normal;
  background: url("images/main_bg.gif") repeat scroll center 1px;
  border-bottom: 1px solid #DAE7F0;
}

.block_left_01
{
  margin: 0;
  padding: 0;
  float: left;
  width: 271px;
}

.block_right_01
{
  margin: 0;
  padding: 0;
  float: right;
  width: 271px;
  font-weight: normal;
}

.block_search_text
{
  margin: 0;
  padding: 0px;
  float: left;
}

.search_field
{
  margin: 0px 0px 10px 0px;
  padding: 2px;
  width: 215px;
  border: solid 1px #bfd1e1;
}

.search_field2
{
  border: solid 1px #bfd1e1;
  margin: 0px 0px 10px 0px;
}

.block_title
{
  clear: both;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  /*background: url(images/title_bg.gif) repeat-x top center;*/
  border-top: solid 3px #9acae7;
  border-bottom: solid 1px #9acae7;
  background-color: #fff;
}

.block_title_search
{
  clear: both;
  margin: 5px 0 0 0;
  padding: 0;
  width: 255px;
  height: 38px;
  border: none;
  background: url(images/search_title.gif) repeat-x top center;
}

.block_title_request_quote
{
  clear: both;
  margin: 5px 0 0 0;
  padding: 0;
  width: 255px;
  height: 37px;
  border: none;
  background: url(images/request_quote_title.gif) repeat-x top center;
}

.block_no_title
{
  clear: both;
  margin: 0;
  padding: 20px;
  width: 598px;
  text-align: left;
  background-color: #fff;
  border-top: solid 3px #9acae7;
  border-bottom:none;
  border-left:1px solid #DAE7F0;
  border-right:1px solid #DAE7F0;
}

.block_title .block_title_text
{
  font-family : Georgia, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
  margin: 1px 0;
  padding: 6px 10px 7px 10px;
  text-align: left;
  color: #496b90;
  background-color: #eef5f9;
}
.block_title_search .block_title_text,
.block_title_request_quote .block_title_text
{
  font-family : Georgia, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
  margin: 1px 0;
  padding: 10px;
  text-align: left;
  color: #496b90;
}
.block_medium_title
{
  margin: 0;
  padding: 6px 0 2px 0;
  width: 271px;
  background: url(images/bgr_modul_medium_top.gif) no-repeat top center;
}

.block_medium_title_text
{
  margin: 0;
  padding: 0 6px 0 16px;
  text-align: left;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  height: 19px;
  background: #6481BB url(images/bgr_modul_medium_bottom.gif) no-repeat bottom center;
}

.box_middle_left
{
  text-align: left;
  width: 100%;
}

.box_middle_right
{
  float: right;
  color: #000000;
  font-family: arial, serif;
  font-size: 11px;
  text-align: right;
}

.news_left
{
  margin: 0;
  padding: 0;
  float: left;
  width: 50px;
  height: auto;
  text-align: left;
}

.news_right
{
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
  width: auto;
}

.reguler_list
{
  margin: 0px;
  padding: 0px;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
  color: #2750D7;
  height: auto;
}

.premium_list
{
  margin: 0px;
  padding: 0px;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
  height: auto;
}

.sponsored_list
{
  margin: 0px;
  padding: 0px;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
  height: auto;
}

.row
{
  width: auto;
  height: auto;
  padding: 0 0 0 15px;
  text-align: left;
  font-weight: normal;
}

* html .row
{
  height: 1%;
}

.row_left
{
  width: 65px;
  float: left;
  height: auto;
  padding: 5px 0 0 5px;
  text-align: left;
  font-weight: normal;
}

.row_right
{
  float: right;
  display: block;
  text-align: left;
  width: 470px;
  font-weight: normal;
  padding: 5px 0 0 5px;
}

* html .row_right
{
  height: 1%;
  padding: 5px 0 0 0;
}

.block_column
{
  margin: 0;
  padding: 0 5px 0 5px;
}

.col_1
{
  width: 10%;
  float: left;
  min-height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.col_2
{
  width: 15%;
  float: left;
  min-height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.col_3
{
  width: 20%;
  float: left;
  min-height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.col_4
{
  width: 25%;
  float: left;
  min-height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.col_5
{
  width: 40%;
  float: left;
  min-height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.block_footer
{
  margin: 0;
  padding : 20px 0px;
  width : 900px;
}

.block_footer_copyright
{
  float: left;
  width: 200px;
  text-align: left;
}

.block_footer_nav
{
  float: right;
  margin: 0;
  padding: 0px;
  width: 700px;
  text-align: right;
}

.block_footer_nav span
{
  color: #a4d4f3;
}

a
{
  color: #639e1a;
  background-color: inherit;
  text-decoration: none;
}

a:active, a:link, a:visited
{
  color: #2750d7;
  background-color: inherit;
  outline: none;
}

a:hover
{
  color: #2750d7;
  background-color: inherit;
  text-decoration: underline;
}

a.footer
{
  color: #2750d7;
  background-color: inherit;
  text-decoration: none;
}

a.footer:active, a.footer:link, a.footer:visited
{
  color: #2750d7;
  background-color: inherit;
}

a.footer:hover
{
  color: #2750d7;
  background-color: inherit;
  text-decoration: underline;
}

a.cp_menu
{
  color: #2750d7;
  background-color: inherit;
  text-decoration: underline;
}

a.cp_menu:active, a.cp_menu:link, a.cp_menu:visited
{
  color: #2750d7;
  background-color: inherit;
}

a.cp_menu:hover
{
  color: #2750d7;
  background-color: inherit;
  text-decoration: underline;
}

a.list_item
{
  color: #2750d7;
  background-color: inherit;
  text-decoration: none;
}

a.list_item:active, a.list_item:link, a.list_item:visited
{
  color: #2750d7;
  background-color: inherit;
}

a.list_item:hover
{
  color: #2750d7;
  background-color: inherit;
  text-decoration: underline;
}

.bold-white-text
{
  color: #f3f3f3;
  background-color: inherit;
  font-size: 11px;
  font-family: arial, sans-serif;
  font-weight: bold;
}

.featuredprice
{
  color: #ff6600;
  background-color: inherit;
  font-size: 11px;
  font-family: arial, sans-serif;
  font-weight: bold;
}

.feattxt
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

.corner
{
  background-image: url(images/corner1.gif);
  width: 610px;
  height: 21px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left top;
}

.right
{
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cccccc;
}

.button
{
  background: #D4D0C8;
  height: 20px;
  width: auto;
  border: 1px solid #999999;
  cursor: pointer;
}

.details_b
{
  margin: 0px 5px 0px 0px;
  padding-top: 4px;
  text-align: center;
  width: 115px;
  height: 25px;
  background: url(images/details_b.gif) no-repeat top center;
  border: none;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  float: left;
}

.details_b a
{
  color: #fff;
}

.details_b a:hover
{
  text-decoration: none;
}

.inquire_b
{
  margin: 0px 5px 0px 0px;
  padding-top: 4px;
  text-align: center;
  width: 75px;
  height: 25px;
  background: url(images/inquire_b.gif) no-repeat top center;
  border: none;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  float: left;
}

.inquire_b a
{
  color: #fff;
}

.inquire_b a:hover
{
  text-decoration: none;
}

#popular_tags
{
  text-align: justify;
  padding: 10px;
  margin: 0 10px;
}

#popular_tags li
{
  list-style: none;
  display: inline;
  line-height: 20px;
}

#popular_tags li a
{
  color: #000000;
}

#popular_tags .smallest_tag
{
  font-size: 100%
}

#popular_tags .small_tag
{
  font-size: 125%
}

#popular_tags .medium_tag
{
  font-size: 150%
}

#popular_tags .large_tag
{
  font-size: 175%
}

#popular_tags .largest_tag
{
  font-size: 200%
}

#popular_tags li span
{
  color: #999999;
  font-size: 8px;
  padding: 0 5px 0 0;
}

a.menu
{
  height: 25px;
  text-align: center;
  color: #B0B0B0;
  font-family: Arial, Times, serif;
  font-size: 12px;
  padding : 0 0 0 0;
  background: url(images/bgr_menu.gif) no-repeat top center;
  text-decoration: none;
}

a.menu:active, a.menu:link, a.menu:visited
{
  height: 25px;
  text-align: center;
  color: #B0B0B0;
  font-family: Arial, Times, serif;
  font-size: 12px;
  padding : 0 0 0 0;
  background: url(images/bgr_menu.gif) no-repeat top center;
  text-decoration: none;
}

a.menu:hover
{
  height: 25px;
  text-align: center;
  color: #000000;
  font-family: Arial, Times, serif;
  font-size: 12px;
  padding : 0 0 0 0;
  background: url(images/bgr_menu.gif) no-repeat top center;
  text-decoration: none;
}

.block_small_title
{
  margin: 0;
  padding: 6px 0 2px 0;
  width: 232px;
  background: url(images/bgr_modul_small_title_top.gif) no-repeat top center;
}

.block_small_title_text
{
  margin: 0;
  padding: 0 6px 0 16px;
  text-align: left;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  height: 19px;
  background: #6481BB url(images/bgr_modul_small_title_bottom.gif) no-repeat bottom center;
}

.block_small_content
{
  margin: 0;
  padding: 0px;
  width: 253px;
  background-color: #fff;
  border-top: none;
  border-bottom:1px solid #DAE7F0;
  border-left:1px solid #DAE7F0;
  border-right:1px solid #DAE7F0;
}

.homepage
{
  /*height: 118px;
  background: url(images/block_b_bg.gif) repeat-x bottom center;*/
}

.block_small_content_text
{
  margin: 0;
  padding: 12px 15px 0 15px;
  text-align: left;
}

.block_small_content_search
{
  margin: 0px;
  background: #eef5f9 url(images/search_bottom.gif) no-repeat bottom center;
  width: 225px;
  height: 101px;
  padding: 12px 15px;
  text-align: left;
}

.block_small_content_request_quote
{
  margin: 0px;
  background: #eef5f9 url(images/search_bottom.gif) no-repeat bottom center;
  width: 225px;
  height: 106px;
  padding: 12px 15px;
  text-align: left;
}
.block_small_content_request_quote2
{
  margin: 0px;
  background: #eef5f9 url(images/search_bottom.gif) no-repeat bottom center;
  width: 225px;
  height: 63px;
  padding: 12px 15px;
  text-align: left;
}
.block_large_content
{
  margin: 0;
  padding: 0px;
}

.block_large_content_text
{
  margin: 0;
  padding: 20px;
  background-color: #fff;
  border-top: none;
  border-bottom:none;
  border-left:1px solid #DAE7F0;
  border-right:1px solid #DAE7F0;
}
.block_large_content2 
{
  border-left:1px solid #DAE7F0;
  border-right:1px solid #DAE7F0;
  background-color: #fff;
}
.block_large_content2 
{
  background-color: #fff;
}
.block_form
{
  margin: 0px;
}

.block_form label
{
  clear: both;
  width: 150px;
  padding: 5px 0 0 10px;
  font-weight: normal;
  font-weight: bold;
  color: #708FB1;
  float: left;
}

.block_form input
{
  margin: 5px 0 0 0;
  display: block;
}

.block_form input.search_field2
{
  width: 300px;
}

.block_form textarea
{
  margin: 5px 0 0 0;
  display: block;
}

.block_form select
{
  margin: 5px 0 0 0;
  display: block;
  margin: 0px;
  padding: 0px;
}

.block_form .text
{
  padding: 5px 0 0 165px;
  display: block;
  min-height: 15px;
}

* html .block_form .text
{
  height: 15px;
  padding: 5px 0 0 0;
}

.block_form .capctha
{
  margin: 10px 0 0 165px;
  display: block;
}

.block_form .inline
{
  margin: 5px 0 0 160px;
  display: block;
}

.block_form .inline input, .block_form .inline textarea, .block_form .inline select
{
  margin: 0;
  display: inline;
}

.block_form .inline label
{
  clear: right;
  width: auto;
  padding: 0 2px 2px 0;
  margin: 0;
}

.block_form br
{
  clear: left;
}

.form_help
{
  clear: both;
  color: #3D6188;
  font-size: 12px;
  margin: 5px 0 10px 165px;
}

.feed_desc img
{
  margin-right: 5px;
  border-right: #cfcfcf 1px solid; 
  border-top: #cfcfcf 1px solid; 
  border-left: #cfcfcf 1px solid; 
  border-bottom: #cfcfcf 1px solid; 
}

.block_category
{
  margin: 0;
  padding-top: 5px;
}

.block_category span
{

  color: #708fb1;
  font-weight: bold;
}

.block_category_left
{
  margin: 0;
  color: #708fb1;
  font-weight: bold;
  padding-top: 5px;
}

.block_category_right {  
  margin: 0;
  padding: 0px;
}

* html .block_category_right
{
  height: 1%;
  padding: 0;
}

#recaptcha_area
{
  float: right;
  margin: 0 75px 0 0;
}

strong
{
  font-weight: bold;
}

i
{
  font-style:italic;
}

.text_right
{
  text-align: right;
}

.categories
{
  font-family: Georgia, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
  margin: 0px;
}
.yes-no
{
  display: block;
  width: 435px;
  float: right;
  padding: 5px 0 10px 0;
}
.yes-no input 
{
  float: left;
  margin: 2px 0 5px; 0;
}
.yes-no label 
{
  float: none;
}
.errors
{
  padding: 0 10px 10px 10px;
  color: #a01626;
}
.errors li
{
  font-weight: bold;
  padding: 2px 0;
}
.search_button
{
  margin: 0;
  padding: 0;
  width: 85px;
  height: 27px;
  background: url(images/search_button.gif) no-repeat bottom center;
  border: none;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  clear: both;
}
.qa_search_button
{
  margin: 10px 0 4px 160px !important;
  padding: 0 0 4px 0;
  width: 141px;
  height: 27px;
  background: url(images/qa_search_button.gif) no-repeat bottom center;
  border: none;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  clear: both;
}

.search_button2
{
  margin: 0;
  padding: 0;
  width: 135px;
  height: 27px;
  background: url(images/search_button2.gif) no-repeat bottom center;
  border: none;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}

.footer_box
{
  width: 100%;
  height: 57px;
  background: url(images/footer_bg.gif) repeat-x bottom center;
  position: absolute;
  bottom: 0px;
  text-align: center;
}

.brad_c
{
  padding: 10px 15px;
  font-size: 11px;
  color: #708fb1;
}

.category_list
{
  padding: 0px 15px;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
}

.listing_item
{
  padding: 0px;
}

.listing_item_text
{
  width: 100%;
  display: inline;
  text-align: left;
  font-weight: normal;
  padding: 0px;
}

.listing_item_buttons
{
  float: left;
  display: block;
  height: auto;
  padding: 0px;
  text-align: left;
}

hr
{
  border: none;
  width: 100%;
  height: 1px;
  background-color: #dae7f0;
  padding: 0px;
  margin-bottom: 20px;
  color: #dae7f0;
}

.common_content
{
  text-align: left;
  padding: 10px 20px 10px 20px;
}

.pagination1
{
  margin: 0px;
  padding-top: 10px;
}

.block_subtitle
{
  font-family: Georgia, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
  color: #708FB1;
}

.right_picture
{
  float: right;
  margin: 0px 0px 20px 20px;
  border: solid 1px #dae7f0;
}

.form_intro
{
  padding: 10px 0px 10px 10px;
}

.navigation
{
  min-width:300px;
  float: left;
}

.navigation2
{
  width:300px;
  float: left;
}

/*==============================================================================
 Questions & Answers
==============================================================================*/

/* Homepage */
.qa_box
{
  padding: 5px 0;
  /*background: #fff url(images/qa_box_topbg.gif) repeat-x top center;*/
}

.qa_box_heading
{
  background: url(images/qa_box_heading.gif) no-repeat;
  font-size: 14px;
  font-family: Georgia, Times New Roman, Serif;
  font-weight: bold;
  height: 38px;
  line-height: 36px;
}

.qa_box_heading_title
{
  color: #fff;
  float: left;
  padding-left: 22px;
    font-size: 16px;
}

.qa_box_heading_ask
{
  float: right;
}

.qa_box_heading_ask a:link,
.qa_box_heading_ask a:visited,
.qa_box_heading_ask a:active,
.qa_box_heading_ask a:hover
{
  color: #ac1426;
  float: right;
  height: 37px;
  text-align: center;
  padding-right: 3px;
  width: 127px;
}

.qa_box_questions
{
  border-left: 1px solid #ea828f;
  border-right: 1px solid #ea828f;
  border-bottom: 1px solid #ea828f;
  clear: both;
  height: 220px;
  overflow-y: auto;
  background-color: #fff;
}

.qa_box_question
{
  padding: 15px 0px;
  margin: 0 20px;
  border-bottom: 1px solid #F5C5CB;
}

.qa_box_question_left
{
  float: left;
  width: 487px;
}

.qa_box_question_right
{
  float: right;
  width: 94px;
}

.qa_box_question_title a:link,
.qa_box_question_title a:visited,
.qa_box_question_title a:active,
.qa_box_question_title a:hover
{
  color: #b22434;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.qa_box_question_user
{
  color: #708fb1;
  font-size: 12px;
  margin-top: 5px;
}

/*.qa_box_question_user_name,*/
.qa_box_question_user_name a:link,
.qa_box_question_user_name a:visited,
.qa_box_question_user_name a:active,
.qa_box_question_user_name a:hover
{
  color: #3d6188;
}

.qa_box_question_user_name
{
  font-weight: bold;
}

.qa_box_question_answers
{
  border: 1px solid #f5c5cb;
  float: right;
  text-align: center;
  width: 57px;
}

.qa_box_question_answers a:link,
.qa_box_question_answers a:visited,
.qa_box_question_answers a:active,
.qa_box_question_answers a:hover
{
  display: block;
  text-decoration: none;
  width: 57px;
}

.qa_box_question_answers_count
{
  color: #d24e5e;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-top: 8px;
}

.qa_box_question_answers_text
{
  color: #3d6188;
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 2px;
}

/* Question page */
.qa_subheading
{
  background: #faecee;
  border-bottom: 1px solid #d48a92;
  color: #496b90;
  font-size: 14px;
  font-family: Georgia, Times New Roman, Serif;
  font-weight: bold;
  margin: 0 -10px;
  padding: 7px 10px;
}

.qa_details_question
{
  margin-bottom: 20px;
}

.qa_details_question_title
{
  color: #b22434;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.qa_details_question_datetime
{
  color: #708fb1;
  font-size: 12px;
  float: right;
  margin: 0 0 3px 15px; /* To ensure long user details line doesn't squash it */
}

.qa_details_question_user
{
  color: #708fb1;
  font-size: 12px;
  margin-top: 5px;
}

/*.qa_details_question_user_name,*/
.qa_details_question_user_name a:link,
.qa_details_question_user_name a:visited,
.qa_details_question_user_name a:active,
.qa_details_question_user_name a:hover
{
  color: #3d6188;
}

.qa_details_question_user_name
{
  font-weight: bold;
}

.qa_details_question_text
{
  color: #3d6188;
  margin-top: 15px;
}

.qa_details_answers
{
  margin-bottom: 10px;
}

.qa_details_answer
{
  border-bottom: 1px solid #F5C5CB;
  padding: 22px 0;
}

.qa_details_answer_title
{
  color: #b22434;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.qa_details_answer_datetime
{
  color: #708fb1;
  font-size: 12px;
  float: right;
  margin: 0 0 3px 15px; /* To ensure long user details line doesn't squash it */
}

.qa_details_answer_user
{
  color: #708fb1;
  font-size: 12px;
}

.qa_details_answer_user_name
{
  font-weight: bold;
}

/*.qa_details_answer_user_name,*/
.qa_details_answer_user_name a,
.qa_details_answer_user_name a:link,
.qa_details_answer_user_name a:visited,
.qa_details_answer_user_name a:active,
.qa_details_answer_user_name a:hover
{
  color: #3d6188;
}

.qa_details_answer_user_email a,
.qa_details_answer_user_email a:link,
.qa_details_answer_user_email a:visited,
.qa_details_answer_user_email a:active,
.qa_details_answer_user_email a:hover,
.qa_details_answer_user_url a,
.qa_details_answer_user_url a:link,
.qa_details_answer_user_url a:visited,
.qa_details_answer_user_url a:active,
.qa_details_answer_user_url a:hover
{
  color: #708fb1;
  text-decoration: underline;
}

.qa_details_answer_text
{
  color: #3d6188;
  margin-top: 12px;
}

/*.qa_form_subheading
{
  color: #496b90;
  font-size: 14px;
  font-family: Georgia, Times New Roman, Serif;
  font-weight: bold;
  margin: 10px 0 5px 165px;
}*/

/*==============================================================================
 Downloads
==============================================================================*/
.downloads_homepage_box
{
  margin-top: 0px;
  margin-bottom: 5px;
}

.downloads_homepage_box_items
{
  border-left: 1px solid #dae7f0;
  border-right: 1px solid #dae7f0;
  border-bottom: 1px solid #dae7f0;
  height: 88px;
  overflow-y: auto;
  padding: 0 20px 16px 0;
  background-color: #fff;
}

.downloads_homepage_box_item
{
  border: 1px solid #9acae7;
  float: left;
  margin: 16px 0 0 20px;
}

/*==============================================================================
 Adverts
==============================================================================*/
.right_image_box
{
  border: 1px solid #dae7f0;
  margin: 5px 0 5px 0;
  /*margin-bottom: 10px;*/
  padding: 0;
  background-color: #fff;
}

.right_image_box img
{
  display: block;
  margin: 0 auto;
}

