.productTitle{
	margin: 0px 0px 5px 0px;
	border-collapse: collapse;
	width: 320px;
	}
.productTitle td{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
.productTitle td.name{
	font-size: 13px;
	line-height: 18px;
	color: #1D9B91;
	font-weight: bold;
	}
	
.productSpec{
	margin: 5px 0px 5px 0px;
	border-collapse: collapse;
	width: 320px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7ED3E2;
	border-bottom-color: #7ED3E2;
	}
.productSpec td{
	padding: 1px 0px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #555555;
	}
.productSpec td.price{
	font-size: 13px;
	line-height: 18px;
	color: #FF3300;
	font-weight: bold;
	}
.productSpec td.t1{
	font-size: 12px;
	color: #0F7E92;
	}
.productSpec td.line{
	padding: 2px 0px 2px 0px;
	}
	
.productPic_s {
	margin: 0px;
	padding: 0px;
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}
.orderTable{
	margin: 5px 0px 5px 0px;
	padding: 3px;
	width: 630px;
	border: 1px solid #ECF3F4;
	background-color: #ECF3F4;
	border-collapse: collapse;
}
.orderTable th {
	height: 27px;
	color: #1E4046;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	background-color: #A2E1D3;
}
.orderTable tr {	
	background-color: #E1F7F3;
}
.orderTable tr.color {	
	background-color: #F1FCFA;
}
.orderTable td {	
	text-align: center;
	color: #3D4B5C;
}
.orderTable td.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #05A39B;
}
.orderTable td.name {
	text-align: left;
}
.orderTable td.prices {
	padding: 3px 15px 3px 3px;
	text-align: right;
}
.orderTable td.prices2 {
	padding: 3px 15px 3px 3px;
	color: #CC3300;
	text-align: right;
}

.countTable{
	margin: 5px 0px 0px 0px;
	padding: 2px;
	width: 630px;
	border-collapse: collapse;
	border-bottom: 1px dotted #FFFFFF;
	background-color: #FFFFFF;
}
.countTable td{
	color: #333333;
	text-align: right;
	border-bottom: 1px dotted #CCCCCC;
}
.countTable td.prices_normal {
	padding: 0px 15px 0px 0px;
}
.countTable td.prices_highlight {
	padding: 0px 15px 0px 0px;
	color: #CC3300;
}

.noteTable {
	margin: 5px 0px 10px 0px;
	width: 630px;
	border: 1px dotted #05A39B;
}
.noteTable td {
	padding: 3px;
	color: #555555;
}

