@charset "utf-8";

h2 {
	padding: 0 0 40px;
}

.products {
	padding: 0 0 20px 15px;
} 
.regular h3 {
	padding: 0 5px 0 0 ;
}

.slim h3 {
	padding: 0  0 0 5px;
}

.products tr th {
	padding: 0 0 20px;
}

.products tr td {
	padding: 10px 0;
}

.spec {
	padding: 25px 0 40px 50px;
	
	background: url(../img/products/product_line.jpg) top center no-repeat;
}