.item {
	position: relative;
	background-color: #ffffff;
	width: 230px;
	height: 310px;
	float: left;
	margin: 0 8px 6px 0;
	padding: 0 0 10px 0;
	border-radius: 6px;
	overflow: hidden;
}

#pickup {
	padding-bottom: 5px;
}
#pickup .item{
	float: none;
	margin: 7px 0 0 -6px;
}

.item a {
	text-decoration: none;
}
.item :hover {
	opacity: .7;
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}


.item .area {
	position: absolute;
	top: 180px;
	left: 0;
	display:block;
	background-color: #000;
	color: #fff !important;
	padding: 2px 5px;
	font-size: 10px !important;
	z-index:222;
}

#hrp .item p {
	font-weight: bold;
	color: #0882f1;
	padding: 10px 10px 15px;
}

#hrp .item span {
	color: #008ca1;
	font-size: 8pt;
	padding: 0 10px;
}

.item .sname {
	line-height: 1.2;
	font-size: 12px;
	position: absolute;
	bottom: 3px;
	right: 0;
}

#pager {
	padding: 15px 0 20px 10px;
	text-align: center;
}

.pages {}
.pages a, .pages span {
	padding: 3px 5px;
	font-size: 15px;
	text-decoration: none;
}
.pages a:hover {
	text-decoration: none;
}
.pages span,
.pages a {
	font-size: 12px;
	font-weight: bold;
	width: 23px;
	text-align: center;
	margin: 0 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 2px 0;
	background: none #000;
	color: #fff;
	border-radius: 5px;
}
.pages a {
	color: #111;
	font-weight: normal;
	background: none #808080;
}



#category-area {
	margin: 10px 0 0 0;
}

#area-selector {
	width: 705px;
	position: relative;
	z-index: 1001;
	background-color: #000;
}
#area-selector li {
		cursor: pointer;
		padding: 15px;
        color: #fff;
        font-weight: bold;
		display: inline-block;
		z-index: 20000;
		position: relative;
}
#area-selector li:hover {
        background-color: #fff;
        color: #084E84;
}

#area-selector li.remark,
#area-selector li.remark:hover {
	text-align: left;
	width: 96%;
	color: #fff;
	font-size: 11px;
	padding: 12px 0 0 13px;
	background-color: #000;
}


.gig-bar-container {
	margin-top: 5px;
}


#tomoradi-shops p.placeholder {
	margin: 0;
}
