@charset "utf-8";
/* CSS Document */

label, input, textarea, select { padding:0; margin:0; }

span.checkbox {
	width: 180px;
	height: 80px;
	padding: 0;
	display: block;
	overflow:visible;
	clear: left;
	float: left;
}

select, input { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

li.SimplePreload span.checkbox { background:url(images/quotes/simplepreload.png) no-repeat; }

li.AutoRun span.checkbox { background:url(images/quotes/autorun.png) no-repeat; }

li.LockedPartition span.checkbox { background:url(images/quotes/lockedpartition.png) no-repeat; }

li.Encryption span.checkbox { background:url(images/quotes/encryption.png) no-repeat; }

li.PortableApps span.checkbox { background:url(images/quotes/usbturnkey.png) no-repeat; }

li.CustomColor span.checkbox { background:url(images/quotes/customcolors.png) no-repeat; }

li.Fulfillment span.checkbox { background:url(images/quotes/fulfillment.png) no-repeat; }

li.Rush span.checkbox { background:url(images/quotes/rush.png) no-repeat; }

span.req { color:red; }

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial, sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

ul#QuoteFormList {
	padding:0;
	margin:0;
	list-style-type:none;
}

ul#QuoteFormList li {
	padding:0;
	list-style-type:none;
	list-style:none;
	margin: 0;
}

ul#QuoteFormList label {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

table.QuoteFormTable {
	width:100%;
	background-color:#ffc;
	padding:0;
	margin:0;
	border: 3px double #FC3;
}

table.QuoteFormTable select, table.QuoteFormTable input {
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

table.QuoteFormTable td {
	padding:4px;
	vertical-align:top;
}

table.QuoteFormTable th {
	padding:1px;
	vertical-align:top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FC3;
}
ul#QuoteFormList table.QuoteFormTable th label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td#QuoteFormTableCol1 label, td#QuoteFormTableCol1 li, td#QuoteFormTableCol2 label, td#QuoteFormTableCol2 li { display:block; }
td#QuoteFormTableCol2 li.Accessories label.choice, td#QuoteFormTableCol2 li.Packaging label.choice { display:inline; }

td#QuoteFormTableCol1 li, td#QuoteFormTableCol2 li { height:110px; }

td#QuoteFormTableCol1 label.choice, td#QuoteFormTableCol2 label.choice { visibility:hidden; }

td#QuoteFormTableCol2 li.Accessories label, td#QuoteFormTableCol2 li.Accessories { float:none; }

td#QuoteFormTableCol2 li.Accessories label { visibility:visible; }

td#QuoteFormTableCol2 li.Accessories label.choice, td#QuoteFormTableCol2 li.Packaging label.choice {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

td#QuoteFormTableCol2 li.Packaging label.choice { float:none; }

td#QuoteFormTableCol2 li.Packaging label { visibility:visible; }

td#QuoteFormTableCol3 label.SmallName { font-size:11px; font-style:italic; }

td#QuoteFormTableCol3 label.desc {
	visibility:visible;
	font-weight:normal;
	font-style:normal;
	display: block;
}

td#QuoteFormTableCol3 label, td#QuoteFormTableCol3 input { }

td#QuoteFormTableCol3 { line-height:26px; }

#Field1316, #Field1315, #Field1314 { width:215px; }
