﻿
/* ------- dianping ------- */

ol, ul {
	padding: 5px;
	margin: 5px;
}
.contentHead {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.contentHead h1, .contentHead h1.title {
	padding: 5px;
	margin: 0px;
}
.shop {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
}
.shop .name {
	font-size: 12px;
	margin: 3px;
	padding: 2px;
}
.shop .thumb {
	position: absolute;
	top: 5px;
	right: 5px;
}
.shop .desc {
	width: 320px;
}
.shop .score {}
.shop .action {

}

#shopInfo {
	background-color: #F7F7F7;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	border: 1px solid #CCCCCC;
}
#shopInfo p.desc {
	width: 280px;
}
#shopInfo .name {
	font-size: 14px;
	margin: 3px;
	padding: 2px;
}
#shopInfo .thumb {
	position: absolute;
	width: 150px;
	top: 5px;
	right: 5px;
}

table.products {
	background-color: #FFFFFF;
}
table.products th {
	background-color: #F7F7F7;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	color: #666666;
}
table.products td {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

#comments {
	background-color: #FFFFFF;
}

table.compose {
	margin: auto;
	width: 100%;
}
table.compose th {
	color: #666666;
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #D9E0E8;
}
table.compose td {
	padding: 5px 10px;
	border-bottom: 1px solid #D9E0E8;
}
table.compose .input {
	background-color: #FFFFFF;
	border: 1px solid #9AB3D4;
	width: 80%;
	line-height: 18px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

table.message {
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #D9E0E8;
}
table.message th {
	background-color: #EEEEEE;
	border-top: 1px solid #437C8E;
	border-bottom: 1px solid #D9E0E8;
	text-align: left;
}
table.message th p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
}
table.message td {
	vertical-align: top;
}