@charset "utf-8";

/* quote.css - last modified: September 08 2010 19:04:15. */

.c1 {width:10%;} .c2 {width:50%;} .c3 {width:40%;} #product-list { width:100%; border-collapse:collapse; border:0px; margin:0px; margin-bottom:10px; padding:0px; } #product-list a {font-weight:bold;} #product-list thead td { background:#8bc545; color:#ffffff; padding:5px; text-align:left; font-weight:bold; } #product-list thead th { background:#70a333; padding:6px; text-align:left; } #product-list thead th h3 { color:#ffffff; font-size:20px; padding:0px; margin:0px; } #product-list tfoot td { padding:5px; text-align:right; } #product-list tbody td { padding:5px; text-align:left; border-bottom: 1px solid #cbe5ab; } #product-list tbody ul { list-style:none; margin:0px; padding:0px; } #product-list tbody li { margin:0px; padding-bottom:7px; } #product-list tbody td ul li span.color { vertical-align:middle; display:-moz-inline-block; display:-moz-inline-box; display:inline-block; width:10px; height:10px; margin:0p; padding:0px; font-size:0px; line-height:0px; border:1px solid #000000; } #product-list tbody th { font-size: 10px; padding:5px; text-align:right; font-weight:normal; vertical-align:top; border-bottom: 1px solid #cbe5ab; } .filter { border:1px solid #96110d; width:200px; padding:3px; } .button { border:0px; border-collapse:collapse; background:#96110d; color:#fff; padding:3px 0px; width:100px; font-weight:bold; cursor:pointer; } #quote_form textarea { width:990px; padding:3px; margin-top: 3px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius 5px; } #quote_form input { width:265px; padding:3px; margin-top: 3px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius 5px; } #quote_form select { padding:3px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } #quote_form .submit { width:auto; height:auto; padding:0px; margin:0px; } #quote_form input.field { border:1px solid #000000; } #quote_form textarea.field { border:1px solid #000000; } #quote_form select.field { border:1px solid #000000; } #quote_form input.field_modified, #quote_form textarea.field_modified, #quote_form select.field_modified { border:1px solid #70a333; } #quote_form input.field_warning, #quote_form textarea.field_warning, #quote_form select.field_warning { border:1px solid #96110d; } #quote_form input.field_error, #quote_form textarea.field_error, #quote_form select.field_error { border:1px solid #96110d; } strong.valid { color:#70a333; } strong.error { color:#96110d; } ul.quotef {list-style:none; margin:0px 0px 10px 0px; padding:0px;} ul.quotef li {float:left; margin-right:10px; margin-bottom:10px;}