#areaPropaty {
	/*display: none;*/
	position: absolute;
	left: 30px;
	bottom: 40px;
	z-index: 20;
}
#areaPropaty .view {
	float: left;
	width: 42%;
	background-color: #FFF;
	height: 98%;
	min-height: 240px;
	display: block;
	padding: 1%;
}
#areaPropaty .view.notzoom {
	cursor: default;	
}
#areaPropaty .view .photo {
	width: 100%;
	height: auto;
}
#areaPropaty .view.loading {
	background-image: url(../../frameworks/sig_loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	max-height: 300px;
}
#areaPropaty .view.loading .photo {
	visibility: hidden;	
}
#areaPropaty .colum {
	float: right;
	width: 48%;
	padding-right: 5%;
	padding-left: 3%;
	padding-top: 12px;
	padding-bottom: 12px;
}
#areaPropaty h1 {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 0.8em;
	font-weight: bold;
}
#areaPropaty .price {
	font-size: 16px;
	line-height: 16px;
	min-height: 16px;
	background-image: url(../../frameworks/mrk_price.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	margin-bottom: 0.8em;
}
#areaPropaty .com {
	font-size: 11px;
	line-height: 1.7em;
	overflow: auto;
	height: 0px;
}
#areaPropaty .shopBQ-guide {
	font-size: 11px;
	line-height: 1.6em;
	margin-bottom: 12px;
	color: #777;
	font-weight: normal;
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-image: url(mrk_cart.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 32px;
}
#areaPropaty a.detail {
	display: block;
	margin-bottom: 12px;
	font-size: 11px;
	line-height: 15px;
	background-image: url(mrk_link.png);
	padding-left: 18px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#areaPropaty a.cart {
	display: block;
	color: #FFF;
	background-color: #00B1FF;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	border: 2px solid #FFF;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-image: url(mrk_cart.png);
	background-repeat: no-repeat;
	background-position: 7px 9px;
}
#areaPropaty a.cart:hover {
	background-color: #33CCFF;
}
#areaPhoto {
	position: absolute;
	z-index: 80;
	display: none;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 120px;
	width: 120px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
#areaPhoto .photo {
	border: 3px solid #FFF;
}
#areaPhoto.loading {
	display: block;
	background-image: url(../../frameworks/sig_loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: none;
	visibility: visible;
}
#areaPhoto.loading .photo {
	visibility: hidden;
}
#areaAgree {
	position: absolute;
	z-index: 80;
	display: none;
	visibility: hidden;
	background-color: #eee;
	top: 0px;
	left: 0px;
	width: 50%;
	min-width: 320px;
	padding: 0px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
#areaAgree .bar {
	border-top-width: 0px;
	border-top-style: none;
	background-image: url(../../frameworks/bg_head.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
}
#areaAgree .bar h3 {
	display: block;
	background-image: url(../../frameworks/nv_flower.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	line-height: 13px;
	font-size: 11px;
	font-weight: bold;
	color: #397730;
	padding-left: 14px;
}
#areaAgree .but {
	background-color: #FFF;
	padding: 7px;
	text-align: right;
}
#areaAgree .text {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	font-size: 11px;
	line-height: 18px;
	overflow: scroll;
	height: 340px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#areaAgree .text h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#areaAgree .text p {
	margin-bottom: 12px;
	text-indent: 1em;
}
#areaAgree .text li {
	display: block;
	padding-left: 17px;
	background-image: url(../../frameworks/mrk_accent.gif);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	background-position: 0px 2px;
}
#areaAgree .text li a {
	text-decoration: underline;
}
/*color valiation*/
#areaPropaty a.cart.white {
	background-color: #666;
}
#areaPropaty a.cart.white:hover {
	background-color: #777;
}
#areaPropaty a.cart.pink {
	background-color: #DD5668;
}
#areaPropaty a.cart.pink:hover {
	background-color: #E95B6E;
}
#areaPropaty a.cart.red {
	background-color: #C64637;
}
#areaPropaty a.cart.red:hover {
	background-color: #DB5A4B;
}
#areaPropaty a.cart.yellow {
	background-color: #F4B21B;
}
#areaPropaty a.cart.yellow:hover {
	background-color: #FFBE2A;
}
#areaPropaty a.cart.orange {
	background-color: #FF9100;
}
#areaPropaty a.cart.orange:hover {
	background-color: #FFAB3C;
}
#areaPropaty a.cart.blue {
	background-color: #00B1FF;
}
#areaPropaty a.cart.blue:hover {
	background-color: #33CCFF;
}
#areaPropaty a.cart.purple {
	background-color: #5d58c6;
}
#areaPropaty a.cart.purple:hover {
	background-color: #6B65E3;
}
#areaPropaty a.cart.green {
	background-color: #11A72A;
}
#areaPropaty a.cart.green:hover {
	background-color: #14C632;
}
#areaPropaty a.cart.brown {
	background-color: #76513F;
}
#areaPropaty a.cart.brown:hover {
	background-color: #916D5C;
}
/*smp*/
.smp #areaPropaty {
	bottom: 6px;
	left: 6px;
}
