/* CSS Document */
#legend {
	width: 860px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-style: italic;
	color: #51261E;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	}
	
.legend-photo {
	width: 100px;
	}

.legend-material {
	width: 70px;
	}
	
.legend-item-no {
	width: 65px;
	}
	
.legend-description {
	width: 55px;
	}
	
.legend-dimensions {
	width: 55px;
	}
	
.legend-fc {
	width: 50px;
	}
	
.legend-packing {
	width: 150px;
	}
	
.legend-upc-code {
	width: 65px;
	}
	
.legend-FOB {
	width: 55px;
	}
	
.legend-MOQ {
	width: 55px;
	}
	
.legend-dutyrate {
	width: 70px;
	}
	
.legend-remarks {
	width: 70px;
	}
	
#price-list {
	width: 860px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CFBD9B;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	font-size: .65em;
	}
	
.price-list-photo {
	width: 100px;
	}

.price-list-material {
	width: 70px;
	}
	
.price-list-item-no {
	width: 65px;
	background: #F2E0C6;
	}
	
.price-list-description {
	width: 55px;
	}
	
.price-list-dimensions {
	width: 55px;
	background: #F2E0C6;
	}
	
.price-list-fc {
	width: 50px;
	}
	
.price-list-packing {
	width: 150px;
	background: #F2E0C6;
	}
	
.price-list-upc-code {
	width: 65px;
	}
	
.price-list-FOB {
	width: 55px;
	background: #F2E0C6;
	}
	
.price-list-MOQ {
	width: 55px;
	}
	
.price-list-dutyrate {
	width: 70px;
	background: #F2E0C6;
	}
	
.price-list-remarks {
	width: 70px;
	}
	
#price-list2 {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CFBD9B;	
	}
	
#price-list2.alt {
	/*background-color: #F2E0C6;*/
	background-color: #F5EDE1;
	}
	
#price-list2 img {
	padding: 10px;
	}
	
.price-list2-item-no {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #51261E;
	text-align: center;
	}
	
.price-list2-category {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #51261E;
	text-align: right;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #CFBD9B;
	font-size: .75em;
	}
	
.price-list2-result {
	text-align: left;
	padding-left: 10px;
	font-size: .75em;
	}
	

