.container
{
	font-family: "Segoe UI",Tahoma, 宋体, Arial !important;
	font-size: 9pt;
}

.container
{
	cursor: default;
	overflow-x:hidden;
}

.imp {
			color: #f37600 !important;
		}

		.cell {
			width: 225px;
			background-color: #f7f7f7;
			background-position: -240px bottom;
			overflow: hidden;
			margin-bottom: 10px;
		}

			.cell .pretty-pic {
				background: url(/meishitui/images/zt/food/bgwf.png) no-repeat;
				padding: 15px 15px 0;
				position: relative;
				zoom: 1;
				margin-bottom: 8px;
			}

				.cell .pretty-pic .pretty-pic-img {
					width: 195px;
					border: 0;
				}

			.cell .favorite {
				padding: 5px 10px;
			}

				.cell .favorite .counter {
					text-align: right;
				}

			.cell .status-detail {
				color: #808080;
				padding: 5px 10px;
			}
				.cell .status-detail p a {
					color:#949494;
					text-decoration:none;
				}

					.cell .status-detail p a:hover {
						color:#A5C010;
						text-decoration:underline;
					}
		#container {
			width: 950px;
			margin: 5px auto;
		}
		#loading {
			padding: 20px 40px;
			position: fixed;
			top:10px;
			background-color: #000;
			-moz-opacity: 0.8;
			opacity: 0.8;
			color:#fff;
			z-index:999999;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			display:none;
		}