#internet_shop_menu ul li {
list-style: none;
padding: 4px 0;
}

#internet_shop_menu ul li a, .site_details h2{
text-decoration: none;
font-size: 14px;
font-weight: bold;
color: #3C6841;
}

#internet_shop_menu ul li .subtree_menu {
    list-style: none;
    display: none;
}

#internet_shop_menu ul li .subtree_menu li a{
    font-weight: normal;
}

#internet_shop_menu ul li a:hover{
text-decoration: underline;
}

.subtree_menu li a:active, #internet_shop_menu ul li a:active{
color: #C36A1D;
}

.shop_preview {
    float: left;
    width: 244px;
    height: 180px;
    overflow: hidden;
    margin: 10px 3px 20px 3px;
}

.shop_preview_image {
    float: left;
    padding-right: 5px;
}

.shop_preview_image img {
    border: 0 none;
    width: 82px;
    height: 117px;
    margin-bottom: 23px;
}

.shop_preview_card ul li{
    list-style: none;
}

.shop_preview_header{
    font-weight: bold;
    font-size: 12px;
    color: #3c6841;
}

.shop_preview_header a {
  color: #3c6841;
  text-decoration: none;
}

.shop_preview_details, .shop_preview_order, .shop_preview_price {
    font-weight: bold;
    font-size: 10px;
    color: #666666;
    height: 23px;
    padding: 5px 0 0 25px;
    margin-top: 5px;
    list-style: none;
}

.shop_preview_details a, .shop_preview_order a {
    text-decoration: none;
    color: #666666;
    font-size: 10px;
}
.shop_preview_price {
    background: url(../images/btn_price.png) no-repeat;
    margin-top: 15px;
    color: #C36A1D;
}

.shop_preview_details{
    background: url(../images/btn_details.png) no-repeat;
}

.shop_preview_order{    
    background: url(../images/btn_order.png) no-repeat;
}

.shop_preview_refs {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

/* Product */
#product {
  margin-bottom: 15px;
}

#product  .product_name{
position: relative;
height: 196px;
margin-left: 376px;
}
#product  .product_detail{
position:absolute;
bottom:0;
width:100%;
font-size:16px;
font-weight:bold;
}
#product .product_description{
clear: both;
margin-top: 40px;
}
#product .product_image {
text-align: center;
float: left;
margin-right: 10px;
}
#product .product_image  img{
width: 366px;
height: 196px;
}

.product_image a {
  text-decoration: none;
}

.product_image a .loupe{
display: inline-block;
background: url(../images/loupe.png) no-repeat;
height: 22px;
width: 22px;
border: 0 none;
}

#product h3{
font-size: 24px;
color: #3c6841;
}
#product h4{
font-size: 18px;
color: #666666;
}

#product .product_price{
color: #c36a1d;
}
#prices {
font-size: 16px;
}
#prices .prices_text {
color: #3c6841;
text-align: center;
}
#prices ul li {
display: block;
height: 33px;
list-style: none;
padding: 15px 0;
color: #666666;
}

.price_links a {
  vertical-align: middle;
}

#prices ul li .company_text{
padding-top: 10px;
float: left;
}

.company_text a {
  font-size: 16px;
}

#prices ul li .company_text a, .price_pdf a{
color: #666666;
}
#prices ul li .price_links{
float: right;
padding-top: 10px;
}
.price_pdf {
display: inline-block;
background: url(../images/icon_word.png) no-repeat;
width: 100px;
height: 32px;
padding: 15px 0 0 33px;
vertical-align: bottom;
text-decoration: none;
}
.order {
display: inline-block;
background: url(../images/btn_order_big.png) no-repeat;
width: 96px;
height: 23px;
}

/* Site cataloque */
#site_card {
  width: auto;
  margin-bottom: 42px;
}

#site_details {
  
}

#site_details h2 a{
text-decoration: none;
font-size: 12px;
font-weight: bold;
color: #3C6841;
}

#site_details p{
text-decoration: none;
font-size: 12px;
font-weight: normal;
color: #666;
}

#site_details a, #company_details_card p a{
  color: #C36A1D;
  text-decoration: none;
}

#company_details_card {
  background-color:#e6e6e6;
  padding:10px;
  /*width: expression((document.documentElement.clientWidth
 || document.body.clientWidth) < 1001? "730px": "98%");*/
}

#site_image {
  width: 110px;
  text-align: right;
}

#site_image img {
  width: 100px;
  height: 79px;
  border: 0;
}

/* Company details */
#company_header {
  float: left;
  width: 100%;
}

#company_title {
  float: left;
  margin: 10px 155px 0 0;
}

#company_title h2{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#company_logo {
  float: right;
  width: 356px;
  height: 55px;
}

#company_details {
  margin-top: 35px;
}

#company_details h3{
  font-size: 16px;
  font-weight: bold;
  color: #3C6841;
  margin: 50px 0;
}

#company_details p{
  margin: 0 0 15px 10px;
  font-size: 14px;
}

#info_pager {
  clear: both;
  position: relative;
  top: 15px;
}

#info {
  float: left;
  color: #666666;
  font-size: 12px;
}
*html #info {
  margin-top: 15px;
}

#all_products {
  float: left;
  color: #666666;
  font-size: 12px;
  text-align: center;
  padding-left: 150px;
}
*html #all_products {
  margin-top: 15px;
}

#all_products a {
  color: #666666;
}

#pager {
  float: right;
  color: #666666;
  font-size: 12px;
  text-align: right;
}
*html #pager {
  margin-top: 15px;
}

#pager a {
  color: #666666;
}

#pager span {
  color: #C36A1D;
  font-weight: bold;
}
.shop_preview_card {
    margin-left: 92px;
    position: absolute;
    width: 152px;
}
*html .shop_preview_card {
margin-left: 0px;
position: absolute;
}
*+html .shop_preview_card {
margin-left: 0px;
position: absolute;
}

.shop_preview_card_details {
  margin-top: 49px;
  margin-left: 92px;
  position: absolute;
}
*html .shop_preview_card_details {
margin-left: 0px;
}

.recent_view{
text-decoration: none;
font-size: 12px;
font-weight: bold;
color: #3C6841 !important;
}

.recent_view:hover {
  text-decoration: underline;
}

.recent_view_li {
  padding: 4px;
  list-style: none;
}

