@CHARSET "UTF-8";

div.car table {
	width: 100%;
	margin-bottom: 10px;
}

div.car table th {
	line-height: 36px;
	padding: 0px 6px;
	color: #999999;
	font-weight: normal;
	text-align: left;
	border: solid 1px #e6e4e3;
	background-color: #fafafa;
}

div.car table td {
	line-height: 20px;
	padding: 4px;
	border: solid 1px #f1f1f1;
}

div.car table img {
	width: 60px;
	height: 60px;
}

div.car dl {
	height: 20px;
	line-height: 20px;
	padding: 4px 10px;
	margin-bottom: 10px;
	border: solid 1px #f1f1f1;
}

div.car dt {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

div.car dd {
	float: left;
	margin-right: 10px;
}

div.car .total {
	padding: 10px 0px;
	margin-bottom: 10px;
	text-align: right;
}

div.car .total em {
	margin-right: 14px;
	color: #ff6600;
	font-style: normal;
}

div.car .total strong {
	color: #ef0101;
	font-size: 14px;
}

div.car .bottom {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: right;
	overflow: hidden;
	border: 1px dotted #e4e4e4;
	background-color: #fdfdfd;
}

div.car .clear {
	margin-right: 10px;
}

div.car .submit {
	padding: 14px;
	color: #ffffff;
	background-color: #b31d04;
}

div.car p {
	line-height: 60px;
	margin-bottom: 10px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}