#vmap_container {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px;
}
#vmap_div {
	width: 100%;
	height: 100%;
	background-color: #DDDDDD;
	padding: 0px;
}
#vmap_logo_div {
	position: absolute;
	left: 70px;
	top: 7px;	
}
#vmap_status_div {
	position: absolute;
	left: 50%;
	width: auto;
	bottom: 10px;
	text-align: center;
}
#vmap_status_waiting, #vmap_status_waiting_2, #vmap_status_no_record, #vmap_status_response_fail {
	position: relative;
	left: -50%;
	bottom: 0px;
	display: none;
}
.vmap_status_td {
	font-size: 12px;
	color: #336600;
	padding: 3px 10px 3px 10px;
	border: solid 1px #336600;
	background-color: #CAD297;
	text-align: center;
}
#viewed_item_list_td{
	overflow: hidden;
}
#viewed_item_list_div {
	position: relative;
	width: 0px;
}
.viewed_item_div_c1, .viewed_item_div_c2 {
	position: absolute;
	width: 90px;
	height: 55px;
}
.viewed_item_div_c1 {
	background-color: #eeeeee;
}
.viewed_item_div_c2 {
	background-color: #ffffff;
}
.viewed_item_cart_a {
}
.viewed_item_cart_img {
	position: absolute;
	z-index: 1;
	left: 10px;
	bottom: 5px;
}
.viewed_item_img {
	position: absolute;
	z-index: 2;
	right: 18px;
	bottom: 5px;
}
