/*LAYOUT 640*/
@media only screen and (max-width: 640px) {
    #body { padding: 50px 15px 0px 15px; }
    .tabs h1 { font-size: 21px; line-height: 21px; }
    .tabs a { font-size: 10px; }
    #warranty input[type="text"].short { width: 90%; }
    #warranty input[type="checkbox"] { float: left; }
    header img { width: 280px; margin-top: 25px; }
}