#page p{
	padding: 10px 20px 10px 20px;
	line-height: 1.2;
}
#page ol, #page ul{
	list-style-position:inside;
	margin-left: 20px;
}
#page li{
	margin: 5px 0 10px 0;
	line-height: 1.2;
}
#page h1{
	text-indent: 20px;
}
#page h2{
	margin: 15px 20px;
	line-height: 1.2;
	font-weight:bold;
	color:#C20E1A;
	font-size: 16px;
}
#page a{
	color:#C20E1A;
}
#search-form{
	padding: 20px;
	background:#585858;
	margin-bottom: 20px;
}
#search-form>div{
	line-height: 30px;
}
#search-form>div>label{
	display:inline-block;
	margin-right: 10px;
	vertical-align:top;
	font-size: 16px;
	color:white;
}
#search-form>div>span>input, #search-form>div>span>input:active{
	display:inline-block;
	width: 300px;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	font-size: 14px;
	border:0;
	box-shadow: inherit;
}
#search-form>div>span{
	display:inline-block;
	padding-left: 25px;
	line-height: 28px;
	border: 1px solid white;
	vertical-align:top;
	background:white url('/_img/texture.png') -776px 0 no-repeat;
}
#search-form>div>span>span{
	position:relative;
	display:inline-block;
	width: 80px;
	line-height: 28px;
	border-left:0;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	color:white;
	background: #C20E1A;
}
#search-form>div>a{
	display:inline-block;
	width: 80px;
	line-height: 28px;
	border-left:0;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	color:black;
	background: #a4a4a4;
	border: 1px solid white;
	text-decoration:none;
}
#search-form>div>span>span>input{
	display:block;
	position:absolute;
	overflow:hidden;
	width: 80px;
	height: 28px;
	font-size: 1px;
	text-indent: -999px;
	border:0;
	top:0;
	left:0;
	color:transparent;
	background:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEHAAAALAAAAAABAAEAAAICRAEAOw==);
	cursor:pointer;
}
#shoplist{
	width: 750px;
}
#shoplist>h2{
	margin-left:0;
	color:black;
}
#shoplist>div{
	margin-bottom: 15px;
}
#shoplist>div>a{
	display:inline-block;
	width: 225px;
	height: 55px;
	line-height: 1.3;
	padding: 8px;
	color:black;
	background:#E1E1E1;
	/*border: 1px solid white;*/
	border: 1px solid #E1E1E1;
	margin: 0 5px 5px 0;
	vertical-align:top;
	font-size: 14px;
	text-decoration:none;
}
#shoplist>div>a>strong{
	display:block;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 16px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#shoplist .paging{
	width: 738px;
}