@charset "UTF-8";

/********************product********************/
#product {
	position: fixed; _position: absolute;
	width: 640px; height: 520px;
	left: 50%; top: 50%;
	margin: -260px 0 0 -320px;
}

#product .pic {
	width: 520px; height: 520px;
	overflow: hidden;
}

#product .pic img {
	width: 520px; height: 520px;
}

#product .info {
	display: none;
	position: absolute;
	right: 0; top: 50%;
	color: #949494; font-size: 11px; letter-spacing: 1px;
}

#product .info .kindName {
	color: #9b080f; font-size: 13px;
}

#product .info .listName {
	color: #000; font-size: 12px;
}