body.store #mid div.left {
	width:330px;
	background:none;
}
	body.store #mid div.left div.content {
		width:310px;
	}
body.store #mid div.right {
	width:470px;
	background:none;
}
	
	
body.store div.item {
	background:transparent url('../../images/sub/line-divide.jpg') repeat-x bottom left;
	padding-top:20px;
	padding-bottom:6px;
}
	body.store div.thumbs {
		width:150px;
		float:left;
		position:relative
	}
		body.store div.thumbs img.big_hold {
			position:absolute;
			width:200px;
			display:block;
			top:0px;
			left:0px;
			z-index:999;
		}
		body.store div.thumbs img {
			border:3px solid #111;
			width:60px;
		}
	body.store div.desc {
		width:300px;
		float:left;
		margin-left:5px;
		line-height:160%;
	}
		body.store div.desc h3 {
			font-size:130%;
		}
		body.store div.desc h3 span {
			color:#B5382E;
		}
		body.store div.desc a.add {
			float:right;
			margin:0 10px 0 0;
		}
			body.store div.desc a.add img {
				width:157px;
				height:11px;
			}
			
		body.store div.store_half {
			width:306px;
			height:60px;
			overflow:hidden;
		}