/* CSS Document */

div#left_content_area {
  width: 775px;  
}
div#left_right_area {
  width: 0px;  
}

div.product_subcat_container {
  width:100%;
  padding-top:20px;
  margin-bottom:40px;
}

div.product_subcat_ident {
  background:#e2001a;
  height:22px;
  background-image: url(../assets/products/product_add_background.png);
  background-position:right bottom;  
}

div.product_subcat_name {
  background-image: url(../assets/products/product_header_left.png);
  background-position:left bottom;
  background-repeat:no-repeat;
  padding-left:3px;  
  height:22px;
  float:left;
}

div.product_list_user_info {
  background-image: url(../assets/products/product_table_right.png);
  background-position:right bottom;
  background-repeat:no-repeat;
  height:20px;
  padding-right:5px;
  padding-top:2px;
}
div.product_list_user_info p{
  color:white;
  text-align:right;  
  line-height:20px;
  width:auto;
  height:20px;
  margin:0; 
}





ul.product_links li {
  list-style:none;
  margin-bottom:3px;  
  display:block;
}

ul.product_links li a{
  text-decoration:none;    
}
ul.product_links li a:hover{
  text-decoration:underline;    
}
div#introduction {
  
}
div#client_login {
  width:300px;
  
  padding-left:5px;
  
  float:right;
}

div#client_login form fieldset{
  border:none;
  padding:0;
  text-align:center;
}
div#client_login form label{
  display:block;
  text-align:left;
  color:#0090d4;
  padding-left:3px; 
  width:105px;
  float:left;
  margin:0 auto;
  
}
div#client_login form input.text{
  clear:both;
  border:1px solid #c1dae2;
  color:#0090d4;
  height:18px;
  padding-left:2px; 
  width:100px;  
  margin:0;
  
}
div#client_login form input#button{
    color:#0090d4;
  padding-left:2px; 
  width:80px;
  position:relative;
  top:2px;    
  
  text-align:center;
  
  
}
div#client_login p{
  width:98%;
}
div#client_login p.login_error{
  margin-bottom:5px;
  font-weight:bold;
  color: #e2001a;
}
div.product_list_user_info p a{
  color:white;   
}
div.product_subcat_ident h2{
  color:white;
  line-height:22px;
  margin:0;
  background-color:#474747;
  padding:0 25px 0 5px;  
  height:22px;
  display:list-item;
  float:left;
  background-image: url(../assets/products/product_header_right.png);
  background-position:right bottom;
  background-repeat:no-repeat;
}


div.products_table_container {
  border:1px solid #474747;
}

div.products_table_container table{
  width:100%;
  background-image: url(../assets/products/product_table_back.png);
  background-position:top;
  background-repeat:repeat-x;
}

div.products_table_container table th{
  background-color:#bcc3c8;
  color:#717477;
  height:20px;
  text-align:center;
  padding:0 5px;
  font-size:9px;
  font-weight:normal;
  font-family:Verdana, Arial, sans-serif;  
  border-right:1px solid #a5aaae;
}
div.products_table_container table th a.legend_link {
  font-size:9px;
  font-weight:normal;
  font-family:Verdana, Arial, sans-serif;
  color:#717477;
}
div.products_table_container table td{
  padding:10px 5px;
  text-align:center;
  border-right:1px solid #dadada;
  border-bottom:1px solid #dadada;
    
  
}


div.products_table_container table td div.dimensions{
  width:6em;
  text-align:center;  
}
div.products_table_container table td div.ilosci{
  width:6em;
  text-align:center;  
}
div.products_table_container table td div.photo{
  
  text-align:center;  
}
div.products_table_container table td div.photo img{
  
  text-align:center;
  margin-bottom:3px;  
}
div.products_table_container table td div.photo img.product_photo,
div.products_table_container table  img.product_photo{
  border:1px solid black;
  margin-right:3px;
  vertical-align:middle;
}
a.img_legend_link {
  margin-right:2px;
  margin-bottom:2px;
}

img.zastosowanie_icon {
  margin:0;
}



* html #right_content_area {
  display:none;  
} 

