<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.xspBody{
   font-family: Verdana, Arial;
}


.cssContact b {
	font-size: 14px;
	font-weight: 700;
	display: block;
	border-bottom: 1px dotted #ddd;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

.cssContact .cssRemarksPt{
	display:block;
	float:right;
	font-size:11px;
}

.cssContact{
	margin:30px 0 0 0;
	padding:0 0 30px 0;
	text-align:left;
}

.cssContact:last-child{
	border:none;
}

.cssContact.Form input, .cssContact.Form textarea {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 4px;
	border: solid 1px #ddd;
	background-color: #fff;
	background-image: none;
	color: #808080;
	margin: 0 0 4px 0;
	vertical-align: middle;
	box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}

.cssContact.Form textarea{
	width:340px;
}

.cssContact.Form select {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 4px;
	border: solid 1px #ddd;
	background-color: #fff;
	background-image: none;
	color: #808080;
	margin: 0 0 4px 0;
	vertical-align: middle;
	box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}


.cssContact .contactTable{
	margin:15px 0 0 0;
}

.basket-item{
	padding:6px 0;
	border-bottom: 1px solid #eee;
}

.basket-item.last{
	 border:none;
}

.basket-main{
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 0 10px;
}
.cssContact .contactTable td, .cssContact .contactTable th{
	font-family: Helvetica, Arial;
	text-align:left;
	font-weight:normal;
	padding: 0 0 4px 0;
	font-size:13px;
	color: #666;
	line-height:20px;
}

.cssContact .cssHeader {
    margin:0 5px 0 0;
    width: 140px;
}

.cssContact .cssRemarks, .cssContact .cssHeader{
	vertical-align: top;
}
.cssContact .cssRemarks{
    color: #ff6600;
}

.cssContact td.cssButton{
	padding:10px 0;
}

.cssContact td.cssButton input {
	background: #d8d8d8;
	background: -moz-linear-gradient(top,#e3e3e3 0,#b0b0b0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e3e3e3),color-stop(100%,#b0b0b0));
	background: -webkit-linear-gradient(top,#e3e3e3 0,#b0b0b0 100%);
	background: -o-linear-gradient(top,#e3e3e3 0,#b0b0b0 100%);
	background: -ms-linear-gradient(top,#e3e3e3 0,#b0b0b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#b0b0b0',GradientType=0);
	background: linear-gradient(top,#e3e3e3 0,#b0b0b0 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 8px;
	line-height:23px;
	height:23px;
	color: #666;
	border: 1px solid #aaa;
	-webkit-box-shadow: inset 0 1px 1px white;
	box-shadow: inset 0 1px 1px white;
	text-shadow: 0 1px 1px #f5f5f5;
	text-align: center;
	cursor: pointer;
	margin: 0;
	outline: none;
}

.cssCheckboxList {
	display: block;
	margin: 0 0 3px 0px;
}

.cssCheckboxList .cssCheckbox input{
	margin: 0 3px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
}

.labelCheck{
	margin:0 5px 0 0 !important;
	border:none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cssCheckbox {
	width: 150px;
	padding:0 0 6px 0;
	text-align: left;
	float: left;
	display: inline-block;
	*display: inline;
    *zoom: 1;
}

.cssCheckbox.last{
	width:300px;
}


.cssCheckbox input.textBizOther{
	width:140px;
	border: solid 1px #ddd !important;
	-webkit-box-shadow: inset 0 1px 1px white;
	box-shadow: inset 0 1px 1px white;
}

input#id_fob, #id_min_order, #id_sample, #id_standards, #id_delivery_time, #id_others{
	border:none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

</pre></body></html>