table {
    *border-collapse: collapse; /* Для IE7 и старше */
    border-spacing: 0;
    width: 360px;
	margin: 0 10px;    
}
.bordered {
	background-color:#fff;  
  }
.bordered_recipe {
	background-color:#fff;
  }

.bordered tr:hover {
    background: #efefef;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;  
	   
}   

.bordered_recipe tr:hover {
    background: #efefef;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;  
	   
}     
    
.bordered_recipe td, .bordered_recipe th {
    border-bottom: 1px #ccc dashed;
    padding:10px 10px;    
}

.bordered td, .bordered th  {
	border-left: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;
    padding:2px 10px;
    text-align: left;    
}

.bordered_recipe td, .bordered_recipe th  {
	border-left: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;
    padding:2px 10px;
    text-align: left;    
}

.bordered th {
   
	border-bottom: none; 
    }

.bordered_recipe th {
    
	border-bottom: none;  
    }
.bordered td:first-child, .bordered th:first-child {
    border-bottom: 1px #ccc dashed;
	border-left:none;
}
.bordered_recipe td:first-child, .bordered_recipe th:first-child {
    border-bottom: 1px #ccc dashed;
	border-left:none;
}

.bordered th:first-child {
   border-bottom:none;
}
.bordered_recipe th:first-child {
   border-bottom:none;
}

.bordered th:last-child {
    border-bottom:none;
}
.bordered_recipe th:last-child {
    border-bottom:none;
}
.bordered tr:last-child td:first-child {
   border-bottom:none;
}
.bordered_recipe tr:last-child td:first-child {
  border-bottom:none;
}
.bordered tr:last-child td:last-child {
    border-left: 1px #ccc dashed;
	border-bottom:none;
}
.bordered_recipe tr:last-child td:last-child {
    border-left: 1px #ccc dashed;
	border-bottom:none;
}