/* CSS Document */


#last_viewed_goods_item {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 140px;
}



#lastview_pad {
	width: 100%;
	position: fixed;
	bottom: -140px;
	left: 0px;
	background-color: transparent;
	border: none;
	z-index: 9999;
}

#lastview_pad_header {
	width: 100%;
	height: 24px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	border: none;
}

#lastview_pad_bookmarks_wrapper {
	height: 21px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: transparent;
	float: right;
	position: relative;
}

#lastview_pad_wrapper {
	width: 100%;
	height: 140px;
	text-align: center;
	border: none;
	background-color: #ffffff;
	display: block;
	overflow:auto;
}

#lastview_pad_content {
	width: 100%;
	height: 140px;
	display: none;
	border: none;
	position: relative;
	background: transparent url('/images/loading.gif') no-repeat center center;
}

#lastview_pad_spec {
	width: 100%;
	height: 140px;
	display: none;
	border: none;
	position: relative;
	background: transparent url('/images/loading.gif') no-repeat center center;
}

#lastview_pad_a {
	width: 100%;
	height: 140px;
	display: none;
	border: none;
	position: relative;
	background: transparent url('/images/loading.gif') no-repeat center center;
}

#close_cross_wrapper {
	right: 3px;
	height: 1px;
	position: absolute;
	top: 2px;
}

#close_cross {
	width:10px;
	height:10px;
	background: transparent url('/images/x.gif') no-repeat center;
	position: absolute;
	right: 0px;
	top:0px;
	cursor: pointer;
}


.active_tab_bookmark {
	position: relative;
	float: left;
	min-width: 176px;
	height: 21px;
	cursor:pointer;
	border:none;
	padding: 0px;
	margin: 0px -26px 0px 0px;
	background-color: transparent;
	z-index: 10001;
}

.active_tab_bookmark #bookmark_left {
	width: 13px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	float: left;
	border: none;
	cursor: pointer;
	background: transparent url('/images/active_tab_left.gif') no-repeat bottom right;
}
.active_tab_bookmark #bookmark_center {
	min-width: 150px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
	border: none;
	cursor: pointer;
	background: #c1c1c1;
}
.active_tab_bookmark #bookmark_right {
	width: 13px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	float: left;
	border: none;
	cursor: pointer;
	background: transparent url('/images/active_tab_right.gif') no-repeat bottom left;
}
.active_tab_bookmark #lv_caption {
	margin-left:18px;
	margin-right:18px;
	margin-top:5px;
	text-align: center;
	color:#ffffff;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
}
.inactive_tab_bookmark {
	position: relative;
	float: left;
	min-width: 176px;
	height: 21px;
	cursor:pointer;
	border:none;
	padding: 0px;
	margin: 0px -26px 0px 0px;
	background-color: transparent;
	z-index: 10000;
}

.inactive_tab_bookmark #bookmark_left {
	width: 13px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	float: left;
	border: none;
	cursor: pointer;
	background: transparent url('/images/inactive_tab_left.gif') no-repeat bottom right;
}
.inactive_tab_bookmark #bookmark_center {
	min-width: 150px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
	border: none;
	cursor: pointer;
	background: #f4f4f4 url('/images/inactive_tab_right.gif') no-repeat bottom left;
}
.inactive_tab_bookmark #bookmark_right {
	width: 13px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	float: left;
	border: none;
	cursor: pointer;
	background: transparent;
}
.inactive_tab_bookmark #lv_caption {
	margin-left:18px;
	margin-right:18px;
	margin-top:5px;
	text-align: center;
	color:#8e8e8e;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
}



#open_close_bookmark {
	width: 24px;
	height: 21px;
	padding: 0px;
	margin-left: 10px;
	float: left;
	text-align: center;
	border: none;
	cursor: pointer;
	background: transparent url('/images/open_pad_bookmark.gif') no-repeat bottom center;
	z-index: 10002;
	position: relative;
}

#lastview_pad_horizontal_separator {
	width: 100%;
	height: 3px;
	border: none;
	padding: 0px;
	margin: 0px;
	clear: both;
	border: none;
	background-color: #c1c1c1;
}

