.shoplist
{
	padding: 0px;
	padding-right: 10px;
}

.shoplist ul
{
	padding: 0px;
}

li
{
	list-style-type: none;
	padding: 0px;
}

.shop_name_list_item
{
    	background-size: 60px auto;
    	background-repeat: no-repeat;
	background-position: 10px 14px;
	padding-left:80px;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
}

.shop_name_list_item img
{
	float:left;
}

.shop_name_list_title
{
	font-size: 16px;
	text-shadow: 1px 1px 2px #808080;
	color: #000080;
}

.shop_name_list_logo
{
	width: 50px;
	height: 50px;
	margin-right:20px;
	display:table-cell;
}

.shop_name_list_sbi
{
	font-family: 'verdana';
	font-size: 12px;
	font-style: italic;
	color: #000080;
}

.page_selector
{
	width: 100%;
	padding-left: 80px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 14pt;
	word-spacing: 14pt;
	font-weight: bold;
	display: inline-block;
	background: #efefec;
	padding: 15px;
	color: red;
	text-align: center;
}