
.lister_hide {
	display: none;
}
#lister_loader {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.lister_selection_list {
	width:150px;text-align:center;float:right;
}
#list_container {
	float: none;
	margin: 10px 0 0 0;
	display: none
}
.lister_selection {
	display: block !important;
	margin: 3px 0;
}
.lister_selection label {
	margin-left: 3px;
}
#list_details div, .selection_checkbox {
	display:none
}

.lister_category {
	float:left;
	margin:10px;
	position:relative;
	padding-bottom: 30px;
}
.lister_category p {
	margin:10px 0;
}

.image_outer {
	float:left;width:140px;height:130px;overflow:hidden
}

.no_image {
	color:#ccc;font-style:italic;margin:30px
}
.remove_item {
	color: #666;
	border: 1px solid #999;
	background: #f0f0f0;
	padding: 0;
}
.lister_category.active {
	border:1px solid green
}
.lister_category_image  p {
	font-style: italic;
	color: #666;
}

.lister_offer {
	margin:10px 0 20px 0
}
#lister_offers h4 {
	margin-bottom:0
}
#lister_offers .lister_name {
	font-weight:bold
}
#lister_offers  .valid_until {
	font-style:italic;color:#666;margin:5px 0 10px 0
}

.lister_gallery_wrap {
	margin:10px 0
}
.lister_gallery_wrap img {
	margin: 10px 10px 10px 0;
}
.lister_select, .lister_search_button, .lister_search_all {
	border: 0;
	background: none;
	text-decoration: underline;
}
.lister_select:hover , .lister_search_button:hover, .lister_search_all:hover, .remove_item:hover  {
	cursor: pointer
}

.lister_search_button, .lister_search_all {
	padding: 5px 0;
}
#lister_banners {
	width: 100%;
	overflow: hidden;
}
#lister_banner_content {
	position: relative;
}	
.lister_banner {
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lister_filter , #lister_layout_list {
	clear: both;
}
.lister_filter  ul, .lister_filter  li{
	list-style: none;
}
.lister_filter  li{
	float: left;
}
.lister_filter input {
	margin: 2px 5px;
}
.lister_featured {
	border: 1px solid #ccc;
	padding: 10px;
}
#lister_layout_list ul.lister_items {
	padding: 0;
}
.lister_grid {
	float: left;
	width: 150px;
	margin: 5px 5px 5px 0;
	padding: 10px 0;
	text-align: center;
}
.lister_grid.lister_featured {
	width: 98%;
	padding: 10px;
	text-align: left;
}
.lister_left {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}
.lister_right {
	float: right;
	display: block;
	margin: 0 0 10px 10px;
}
.lister_item_desc {
	clear: both;
}
.lister_list {
	clear: both;
	list-style: none;
}
/*** sliding/fading images on lister item page ***/
#lister_banner_nav {
	position:relative;
	margin: 10px;
}
#lister_banner_previous {
	position: absolute;
	left: 0;
	top: 0;
}
#lister_banner_next {
	position: absolute;
	right: 0;
	top: 0;
}
#lister_tabs {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width: 70px;
}
#lister_tabs div {
	float: left;
	width: 10px;
	height: 10px;
	border: 1px solid #666;
	border-radius: 10px;
}
#lister_banner_next:hover, #lister_banner_previous:hover {
	cursor: pointer;
}
#lister_tabs .active_tab {
	background: #999;
}
.view_more {
	clear: both;
}
#tags_available, #tags2_available, #categories_available {
	display: none;
}

.lister_tags {
	font-style: italic;
	border: 1px solid #999;
	padding: 0.5em;
	margin: 5px 0;

}
#locator {
	height: 400px;
	width: 400px
}


