﻿
#product_info_table {
	width: 100%;
}

#product_info_table th, #product_info_table td {
	font-size: 14px;
}

.product_info_table th, .product_info_table td {
	height: 26px;
	line-height: 26px;
}

.product_info_table th{
	width: 110px;
}

.product_info_table tr:hover{
	background: #FCF0D7;
}

#add_additional_dialog #add_additional_btns {
	text-align: right;
}

#order_detail_div {
	font-size: 14px;
}

#order_info {
	border:1px solid #FFCC00;
	background-color:#FFFFF7;
}

#order_info #addressee_info_title {
	background-color:#FFFFF7;
}

#addressee_info {
	border:1px solid #FFDD99;
	background-color:#FFF9ED;
}

#addressee_info #addressee_info_title {
	background-color:#FFF9ED;
}

#order_info table th, #addressee_info table th {
	width: 130px;
	height: 23px;
	color: #1c94c4;
}

#order_detail_div #order_function {
	text-align: center;
}

#order_detail_div #detail_buyer_node {
	color: red;
}

#_title {
	cursor: pointer;
}

#_title:hover {
	background: #FFF9ED;
}
