@charset "utf-8";

#hg_products {
  
}

#hg_products h1 {
  margin: 5px 0 5px 0; padding: 0;
  font-size: 15px;
}

#hg_products h2.title {
  margin: 5px 0 5px 0; padding: 0;
  font-size: 13px; font-weight: bold;
  border: 0;
}
#hg_products h2.title a { color: black; }

#hg_products p.subtitle {
  margin: 4px 0 4px 0; padding: 0;
  color: gray;
}

#hg_products p.date {
  margin: 4px 0 4px 0; padding: 0;
  font-size: 11px; font-style: italic; color: gray; }

#hg_products p.info {
  margin: 4px 0 4px 0; padding: 0;
  font-size: 11px; font-style: italic; color: gray;  
}

#hg_products .form-search input, #hg_products .form-search label {
  font-size: 11px; color: gray;
}

/* MAINCONTENT */

.hg_maincontent_products {

}

/* --------------------------------------- */
/* hg_maincontent_products - list
/* --------------------------------------- */
.hg_maincontent_products .list {
  margin: 10px 0 0 0;
}
.hg_maincontent_products .list h1 {
}
.hg_maincontent_products .list h2 {
  margin: 0 0 0 0; padding: 3px;
  font-size: 13px; font-weight: bold;
  color: black;
  border-bottom: 1px solid dotted; 
}
.hg_maincontent_products .list p {
  margin: 0; padding: 0;
}
.hg_maincontent_products .list .img_thumb {
  float: left;
  margin-right: 10px; padding: 3px;
  border: 1px solid #E6E6E6;
}
.hg_maincontent_products .list .img_thumb img { border: 0; }
.hg_maincontent_products .list .subtitle {
  font-style: italic;
  color: green;
}

/* --------------------------------------- */
/* hg_maincontent_products - read
/* --------------------------------------- */

.hg_maincontent_products .read {

}
.hg_maincontent_products .read h1 {
}
.hg_maincontent_products .read h2 {
  margin: 10px 0 10px 0; padding: 3px;
  font-size: 12px; font-weight: bold;
  background-color: #E6E6E6;
  color: black;
  border-bottom: 1px solid dotted; 
}
.hg_maincontent_products .read p {
  margin: 0; padding: 0;
}
.hg_maincontent_products .read .img_medium {
  float: left;
  margin-right: 5px; padding: 0;
  width: 260px;
  /*border: 1px solid #E6E6E6;*/
}
.hg_maincontent_products .read .img_medium img { padding: 3px; width: 250px; border: 1px solid #E6E6E6; }
.hg_maincontent_products .read .subtitle {
  font-style: italic;
  color: green;
}
.hg_maincontent_products .read .description { margin: 10px 0 0 0; }
.hg_maincontent_products .read .details { margin: 10px 0 0 0; }
.hg_maincontent_products .read .specifications { margin: 10px 0 0 0; }


/* BLOCKS */

/* --------------------------------------- */
/* hg_block_products_hp
/* --------------------------------------- */
.hg_block_products_hp {
  position: absolute;
  bottom: 10px; left: 15px;
  width: 290px;  height: 85px;
  overflow: hidden;
  border: 0px solid gray;
  font-size: 10px;
}
.hg_block_products_hp .block_scroller {
  position: absolute;
  top: 0;
}
.hg_block_products_hp .list_item {
  margin-bottom: 5px;
  height: 85px;
}
.hg_block_products_hp .list_item .thumb {
  float: left;
  width: 70px; height: 70px;
}
.hg_block_products_hp .list_item .thumb img {
  width: 65px;
  border: 0;
}
.hg_block_products_hp .title { }
.hg_block_products_hp .title a {
  font-weight: bold; color: #CC0000;
}
.hg_block_products_hp .subtitle { }


/* --------------------------------------- */
/* hg_block_categories
/* --------------------------------------- */
.hg_block_categories {  
  border: 1px solid red;
  width: 100%;
  border: 0px solid gray;
}
.hg_block_categories ul li.title {
  margin: 0; padding: 0; 
  font-weight: bold; color: black;
  line-height: 25px;
}
.hg_block_categories ul {
  margin: 0; padding: 0;
  list-style-type: none;
}
.hg_block_categories ul li {
  margin: 0; padding: 0 0 0 3px;
  list-style-type: none;
}
.hg_block_categories ul li a {
  display: block;
  font-weight: normal; color: black;
  line-height: 17px;
}
.hg_block_categories ul li.active a {
  display: block;
  font-weight: normal; color: green;
  line-height: 17px;
}

/* --------------------------------------- */
/* hg_block_products_form_search
/* --------------------------------------- */
.hg_block_products_form_search {
  margin: 5px 0 15px 5px; padding: 0 0 0 0;
}
.hg_block_products_form_search input { 
  margin: 0; padding: 1px;
  font-size: 11px;
  color: black;  
}
