/* Style sheet for the sales quote system */

.clear {
 clear: both;
}

/* general line item layout */

.line_item {
 border:1px solid #666;
 clear: both;
 font: Verdana, Arial, Sans-serif;
 margin: 10px;
 padding:10px;
 padding-bottom: 15px;
}

.label {
 float:left;
 width:140px;
}

.item {
 float:left;
}

/* specific field item layout */

.description {
 font: Verdana, Arial, Sans-serif;
 margin: 5px;
}

.qty input {
 width: 40px;
}
