@charset "utf-8";
/* CSS Document */

A.box_link {text-decoration: none;font-size:8;}
A.box_link:link {text-decoration: none; color:#14679E;font-size:8;}
A.box_link:visited {text-decoration: none; color:#14679E;font-size:8;}
A.box_link:active {text-decoration: none; color:#CCCCCC;font-size:8;}
A.box_link:hover {text-decoration: none; color:#97A1B1;font-size:8;}


A {text-decoration: none;}
A:link {text-decoration: none; color:#14679E;}
A:visited {text-decoration: none; color:#14679E;}
A:active {text-decoration: none; color:#CCCCCC;}
A:hover {text-decoration: none; color:#97A1B1;}

a.hmenu_s {
  font-family: Arial;
  font-size: 15px;
  color: #2661B9;
  text-align:center;
  text-decoration: none;
}


h1
{
font-size: small; font-weight: bold; color: #11457B;
}

/*header*/

.logo_bg {background-image:url(img/logo_bg.png);
background-repeat:no-repeat;
background-position:left;
}

.header_stretch {background-image:url(img/header_c.png);
background-position:left;
background-repeat:repeat-x;
}

.bg_search {background-image:url(img/s_bar.png);
background-position:left;
background-repeat:repeat-x;
}

.bg_contacts {background-image:url(img/contacts_bg.png);
background-position:top;
background-repeat:no-repeat;
}

.bg_bilboard {background-image:url(img/billboard_cart.png);
background-position:left;
background-repeat:no-repeat;
}

.bg_worktime {background-image:url(img/board_worktime.png);
background-position:left;
background-repeat:no-repeat;
}

.text_cart_black { font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#000000;
}

.text_cart_orange { font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#EB7135;
}

.text_time_grey {font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#6d6d6d;
}

.text_contact_white {font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
color:#FFFFFF;
}

/*center*/

.bg_td_catalog {background-image:url(img/catalog.png);
background-repeat:no-repeat;
background-position:left;
}

.bg_td_menu_main {background-image:url(../img/menu_bg_c.png);
background-repeat:repeat-y;
background-position:left;
}

.bg_menu {background-image:url(img/menu_bg.png);
background-repeat:repeat-y;
background-position:left;
}

.text_catalog { font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#FFCC00;
}

.text_catalog_links {font-family:"Times New Roman", Times, serif;
font-weight: bold;
font-size:18px;
color:#293B47;
}

.text_techno { font-family:"Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#14679E;
}

.text_price {font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#000000;
}

.text_details {font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#706D83;
}

/*bottom*/

.bg_bottom {background-image:url(img/bottom_line.png);
background-position:left;
background-repeat:no-repeat;
}

.bg_bottom_cont {background-image:url(img/bottom_line_cont.png);
background-position:left;
background-repeat:repeat-x;
}

/*FILTERS*/

  .neat {
    display: none;
    clear: both;
    margin: 1em 0;
    padding: 1em 15px;    
    background: #0F67A1;
    }
    
  .filterbar_head 
  {
      vertical-align: top;
      font-weight: bold;
  }
  .filterbar_item
  {
      vertical-align: top;
      text-align: center; 
      
  }
  
.visible {
    display: block;          
}

.hidden {
    display: none;          
}

.props{}
.morebtn{}

A.prop_link {color:#FFFFFF;text-decoration: underline;}
A.prop_link:link{color:#FFFFFF;text-decoration: underline;}     
A.prop_link:visited {color:#FFFFFF;text-decoration: underline;}         
A.prop_link:active {color:#FFFFFF;text-decoration: underline;}     
A.prop_link:hover {color:#FFFFFF;text-decoration: underline;font-weight: 900;}     
