/* [Layout Style] */

body {
  background-color: #000000; margin: 0; padding: 0;
}
/* [Centering box] */
#layout_center_outer {
  text-align: center; background: #ffffff url(/UserFiles/Image/layout/layout_top_bar.gif) repeat-x;
}
#layout_center_inner {
  margin: 4px auto; text-align: left; width:980px;
}
/* Banner area */
#layout_banner {
  position: relative; height: 170px;
}
#layout_banner_logo   { position: absolute; top: 0px; left: 16px; border: 0; }
#layout_banner_links  {
  text-align: center; width: 220px; position: absolute; top: 10px; left: 766px; color: #EED4A2; }
#layout_banner_links a { color: #EED4A2; text-decoration: none; }
#layout_banner_links a:hover { color: #ffffff; text-decoration: underline; }
#layout_banner_search { text-align: center; width: 220px; position: absolute; top: 40px; left: 766px;}
#layout_banner_nav    { position: absolute; top: 106px; left: 233px; }
#topbar_search { width: 140px; margin: 0 5px 0 0; background: #ffffe0; color: #0000A0; }
#topbar_search_go_btn { width: 60px; }

#layout_main { margin: 10px 0; }

#layout_bottom_bar {
  background: #000000 url(/UserFiles/Image/layout/layout_bottom_bar.gif) repeat-x; height: 6px;
}
#layout_footer {
  padding: 5px; font-size: 10pt; background-color: #000000; color: #ffffff; text-align: center;
}
#layout_footer a { color: #ffffff; text-decoration:none; }
#layout_footer a:hover { color: #ffffc0; text-decoration: underline; }


/* Article panels */
#layout_content .summary img.thumbnail_s {
  border: 1px solid #ffffff;
  margin: 0 10px 10px 0;
}
#layout_content .summary a:hover img.thumbnail_s{
  border: 1px solid #264C9D;
}
#layout_content .summary h2.title {
  margin: 0 0 5px 0;
}
#layout_content .summary h2.title a {
  text-decoration: none;
  color: #264C9D;
  font-size: 80%;
}
#layout_content .summary h2.title a:hover {
  text-decoration: underline;
}
#layout_content .item_spacer{
  border-top:1px solid #e0e0ff;
  height: 10px;
}

/* Article detail */
#layout_content .panel_detail h1.title a {
  text-decoration: none;
  color: #264C9D;
  font-size: 80%;
}
#layout_content .panel_detail h1.title a:hover {
  text-decoration: underline;
}
#layout_content .panel_detail .content img {
  margin: 0 10px 10px 0;
}


/* Nav for previous, next and paging */
div.articles_nav {
  width: 540px;
  margin: auto;
  float: none;
  white-space: nowrap;
  border-collapse: collapse;
}

div.articles_nav a.disabled {
  color: #808080;
}
div.articles_nav div.articles_nav_prev,
div.articles_nav div.articles_nav_next {
  width: 60px;
}
div.articles_nav div.articles_nav_span {
  white-space: normal;
  width: 400px;
}
div.articles_nav div.articles_nav_prev,
div.articles_nav div.articles_nav_span,
div.articles_nav div.articles_nav_next {
  float: left;
  text-align: center;
  border: 1px solid #3C7AB7;
  background-color: #D2E2F2;
  margin: 2px;
}
div.articles_nav div.articles_nav_span a {
  float: none;
  color: #000;
  text-decoration: none;
  padding: 1px;
}
div.articles_nav div.articles_nav_span a.current {
  color: #9E6902; font-weight: bold; background-color:#FED992; border: 1px solid #9E6902; padding:0;
}
div.articles_nav div.articles_nav_span a:hover {
  background-color:#FED992; padding:0; border:1px dashed #9E6902;
}
div.articles_nav div.articles_nav_span a.current:hover {
  font-weight: bold; background-color:#FED992; border:1px solid #9E6902;
}
/* Supplier links for listing AND detail views */
div.supplier_links {
  clear:both;
  background-color: #D9E9F9;
  position: relative; top: -10px; padding: 1px 2px;
}
div.supplier_links a{
  color: #000080;
  border: 1px solid #D9E9F9;
  text-decoration: none;
  font-weight: bold;
}
div.supplier_links a:hover{
  background-color:#FED992; border:1px solid #9E6902;
}
/* Supplier links for listings view only */
#articles_panel_products div.supplier_links {
  width: 400px; 
  left: 112px;
}
