#store{
	margin-top: 30px;
}
	
	#store .search{
	}
	
	#store .el{
		background: #505050;
		padding: 5px;
		color:#FFF;
		margin:5px 0px 5px 0px;
		line-height: 18px;
	}
		#store .el a{
			text-decoration: none;
			color:#FFF;
		}
		
		#store .title{
			cursor: pointer;
			font-weight: bold;
			margin:0px 0px 10px 0px;
			display: block;
		}
