@charset "UTF-8";
/* CSS Document */

			.detail {
				height: auto;
			}
			.item {
				float: left;
				width: 310px;
				margin: 5px;
				border: 1px solid #FA952B;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				text-align: left;
				background-image: url(../images/png/item_bg.png);
				background-repeat: repeat-x;
				background-position: top left;
				background-color: #FFFFFF;
			}
			.item_tit {
				display: block;
				padding: 0px 5px;
				line-height: 20px;
				height: 20px;
				overflow: hidden;
				border-bottom: 1px solid #FA952B;
			}
			.item_img {
				margin: 5px;
				border: 1px solid #D4BE1A;
				background-color: #FFFFFF;
				float: left;
				height: 107px;
				width: 160px;
			}
			.item_img img {
				margin: 5px;
			}
			.item_txt {
				width: 130px;
				float: left;
				padding: 0px;
				margin: 5px 0px;
			}
			.item_det {
				width: 100%;
				overflow: hidden;
				padding: 0px 3px;
			}
			.item_det_tit {
				float: left;
				width: 45px;
				text-align: right;
			}
			.item_det_dat {
				float: left;
				width: 85px;
			}
			.clr {
				clear: both;
				height: 1px;
			}

