html,body { padding:0; margin:1px; }
form { margin: 0; }
/* input { vertical-align: middle; width:4em } */
h1 { margin: 0 0 10px 0; }
p { margin: 10px 0 10px 0; }
ul { margin-top: 10px; margin-bottom:10px; }

/* Red asterisks on quote and po forms */
.star { vertical-align: 40%;  font-size: smaller; color: #ff0000; }
.star_d { font-size: smaller; color: #ff0000; }

/* Red "Not Provided" text on the search page */
.notprovided { font-size: smaller; color: #ff0000; }

/* "None" text on search page */
.nocomment { color: #cccccc; }

/* DIV tables properties */
div.row { clear: both; padding-top: 10px;  text-align: center; }
div.row span.label { float: left; width: 110px; text-align: right; }
div.row span.formw { float: left; width: 230px; padding-left: 10px; text-align: left; }
div.spacer { clear: both; }
.container { width:100%; }

/* For google suggest */
#fq { width:5em; font-family:Arial, sans-serif; font-size:13px; padding-left:4px; }
#fs { width:4em; }
#search-results { position:absolute; width:150px; border:1px solid #000; background:#fff; display:none; float:left; }
* html div#search-results { width : 151px; } /* box model hack */
.sr, .srs { width : 100%; float : left; font-family : Arial, sans-serif; font-size : 13px; padding : 1px 0 0 0; }
.sr { background-color:#fff; color:#000; }
.srs { background-color:#36c; color:#fff; cursor : pointer; }
.sr .src { color:#008000; }
.srs .src { color:#fff; }
.srt { float:left; font-size:13px; margin-left:4px; }
.src { float:right; font-size:10px; margin-right:3px; padding-top:2px; }

/* Selected equipment table */
/* TABLE.sel_equip { table-layout:fixed; width:730px; border-collapse:collapse; } */
TABLE.sel_equip { width:730px; border-collapse:collapse; }
TD.sel_equip_header { font-size:smaller; text-align:center; border: 1px solid black; }
TD.sel_equip_header_noborder { font-size:smaller; text-align:center; border: 0px; }
TD.spacer_row { text-align:center; border: 0px; height: 5px; }
TD.sel_equip { text-align:center; border: 1px solid black; font-size: smaller; overflow: auto }
TD.sel_equip_noborder { text-align:center; border: 0px; font-size: smaller }
.sales_drawing { width:5em; }

/* Action buttons on the search page */
#action_buttons_table { table-layout:fixed; width:730px; border-collapse:collapse; }
TD.action_buttons_row { text-align:center; border: 0px; height: 50px; }
#submit-quote,#submit-po,#reset-form { width:8em; margin: 10px; }
#delete-selected { width:5em; height:4em; margin: 1px; }

/* Select boxes on search page */
#equip_make-id,#model-id,#en_model-id,#oem_pn-id { width:7em; font-size:smaller; }
#o_equip_make-id,#o_model-id,#o_en_model-id { width:7em; font-size:smaller; }

TABLE.ts { width:100%; border-collapse:collapse; }
TABLE.sts { width:100%; border-collapse: collapse }
TD.stsl { width:10%; font-size:smaller; text-align:center; border: 1px solid black; }
TD.stse { width:10%; text-align:center; border: 1px solid black }
TD.stsf { width:20%; text-align:center; border: 0px}
TD.stsf5 { width:20%; text-align:center; border: 0px; height: 5px; }


