/* Refrigerator Technical Specification */
table {
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 80%; 
    font-family: 'trebuchet MS', 'Lucida sans', Arial;
	font-size:14px;
}
td[rowspan] {
  vertical-align: top;
  text-align: center;
}    
img.center {
    display: block;
    margin: 0 auto;
}
.techspec {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;  
    /*border-spacing: 10px 0px;*/
	
}

.techspec td:hover {
    background: #e6e6e6;
    -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;     
}    
.techspec td{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: center; 
	border: 1px solid #ccc;	
}
.techspec th {
    padding: 10px;
    text-align: center; 
	border: 1px solid #ccc;	
}

.techspec th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9070D0), to(#7945a7));
    background-image: -webkit-linear-gradient(top, #9070D0, #7945a7);
    background-image:    -moz-linear-gradient(top, #9070D0, #7945a7);
    background-image:     -ms-linear-gradient(top, #9070D0, #7945a7);
    background-image:      -o-linear-gradient(top, #9070D0, #7945a7);
    background-image:         linear-gradient(top, #9070D0, #7945a7);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	font-weight: bold;
	color:white;
}

.techspec td:first-child, .techspec th:first-child {
    border: 1px solid #ccc;		
}

.techspec th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.techspec th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.techspec th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.techspec tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.techspec tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
