.place_stars.place_stars_1{
	background: url("../images/star.png") center center no-repeat;
}

.place_stars.place_stars_2{
	background: url("../images/star2.png") center center no-repeat;
}

.place_stars.place_stars_3{
	background: url("../images/star3.png") center center no-repeat;
}

.place_stars.place_stars_4{
	background: url("../images/star4.png") center center no-repeat;
}

.place_stars.place_stars_5{
	background: url("../images/star5.png") center center no-repeat;
}


/***** Place search *****/

.content_placesearch{
	padding-top: 15px;
}

.content_placesearch hr{
	margin-top: 16px;
}

.content_placesearch .button{
	text-align: center;
}

.content_placesearch a.remove{
	display: inline-block;
	color: #fff;
	background: #256078;
	border: 1px solid #205267;
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
	        border-radius: 2px;
	font-family: 'vaglightregular';
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
	padding: 0px 20px;
	margin: 15px auto 25px auto;
}

.content_placesearch a.remove span{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
}

.content_placesearch a.remove .cross{
	width: 20px;
	background: url("../images/cross.png") center left no-repeat;
}

.content_placesearch form{
	background: #fff;
	border: 1px solid #d2cce0;
	border-top: none;
	padding: 35px 19px 0px 19px;
	?margin-top:0px;
}

.content_placesearch form h2{
	color: #266078;
	margin-bottom: 8px;
}

.content_placesearch form .form_row{
	font-size: 12px;
	line-height: 23px;
	padding: 7px 8px;
	clear: both;
}

.content_placesearch form .form_row.form_row_float {
	clear: none;
	float: left;
	width: 106px;
}
.content_placesearch form .form_row.form_row_float select {
	width: 106px;
}


.content_placesearch form .form_row label{
	width: 75px;
	float: left;
}

.content_placesearch form .advanced_search .form_row label{
	width: 195px;
}

.content_placesearch form .advanced_search .form_row input{
	margin-right: 4px;
}

.content_placesearch form .form_row select{
	width: 130px;
	height: 23px;
	line-height: 23px;
	padding: 0px;
}

.content_placesearch form .form_row.capacity{
	padding-bottom:10px;
}

.content_placesearch form .form_row #capacity_slider{
	float: left;
	width: 122px;
	margin-left: 7px;
}

.content_placesearch form .form_row #capacity_slider_display{
	clear: both;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	padding-right: 18px;
}

.content_placesearch .types_list{
	display: inline-block;
	float: right;
}

/***** Place list *****/

.content_placelist{
	width: 730px;
	position: relative;
}

.content_placelist h1{
	margin-top: 0px;
	margin-bottom: 10px;
}

.content_placelist .types_list{
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 10px;
	display: inline-block;
}



.content_placelist .types_list a,
.content_placesearch .types_list a{
	display: block;
	width: 26px;
	height: 0px;
	padding-top: 30px;
	overflow: hidden;
	float: right;
	margin-left: 5px;
}

.content_placelist .types_list a.type_listing,
.content_placesearch .types_list a.type_listing{
	background: url("../images/listing.png") top left no-repeat;
}

.content_placelist .types_list a.type_listing.active,
.content_placelist .types_list a.type_listing:hover,
.content_placesearch .types_list a.type_listing.active,
.content_placesearch .types_list a.type_listing:hover{
	background: url("../images/listing-hover.png") top left no-repeat;
}

.content_placelist .types_list a.type_map,
.content_placesearch .types_list a.type_map{
	background: url("../images/map.png") top left no-repeat;
}

.content_placelist .types_list a.type_map.active,
.content_placelist .types_list a.type_map:hover,
.content_placesearch .types_list a.type_map.active,
.content_placesearch .types_list a.type_map:hover{
	background: url("../images/map-hover.png") top left no-repeat;
}

.content_placelist .listing{
	width: 100%;
}

.content_placelist .content_place{
	width: 333px;
	/*overflow:hidden;*/
	float: left;
	margin: 0px 30px 30px 0px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d2cce0;
}



.content_placelist .content_place .place_img{
	overflow: hidden;
	height: 225px;
	background: #000;
}

.content_placelist .content_place .place_img .hover{
	height: 225px;
	width: 333px;
	background: url("../images/bg-boxhome-hover.png") top left;
	position: absolute;
	opacity:0;
	filter : alpha(opacity=0);
	-webkit-transition: opacity 250ms ease;
	   -moz-transition: opacity 250ms ease;
        -ms-transition: opacity 250ms ease;
    	 -o-transition: opacity 250ms ease;
			transition: opacity 250ms ease;
}

.content_placelist .content_place .place_img img{
	max-width: 100%;
	height: auto;
}

.content_placelist .content_place .place_description{
	padding: 0px 25px;
	height: 198px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
    	-ms-transition: all 250ms ease;
    	 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}

.content_placelist .content_place .place_description .place_stars{
	height: 9px;
	margin-top: 15px;
}


.content_placelist .content_place .place_description h3{
	margin: 10px 0px 15px 0px;
	?margin: 0px;
	font-size: 18px;
	line-height: 20px;
	height: 40px;
}

.content_placelist .content_place .place_description h3 a{
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
    	-ms-transition: all 250ms ease;
    	 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}

.content_placelist .content_place .place_description hr{
	margin: 0px 70px;
	border-color: #41287c;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
    	-ms-transition: all 250ms ease;
    	 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}

.content_placelist .content_place .place_description .clusterMice img.hover_cluster {
	display: none;
}

/** Hover **/

.content_placelist .content_place:hover .place_img .hover{
	opacity:1;
	filter : alpha(opacity=100);
}

.content_placelist .content_place:hover{
	background: #266078;
	border-color: #1f5267;
	color: #fff;
}

.content_placelist .content_place:hover .place_description h3 a{
	color: #fff;
}

.content_placelist .content_place:hover .place_description hr{
	border-color: #fff;
}

.content_placelist .content_place:hover .place_description .clusterMice img {
	display: none;
}

.content_placelist .content_place:hover .place_description .clusterMice img.hover_cluster {
	display: inline-block;
}

/*** map ***/

.content_placelist .map_outer{
	position: relative;
}

.content_placelist .map_outer #map{
	max-width: 100%;
}

#legend{
	width: 150px;
	padding: 10px;
	background: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right:4px;
	border: 1px solid #ccc;
	font-size: 11px;
}

#legend span{
	display: block;
	line-height: 25px;
	padding-left: 40px;
}

#legend span.venues{
	background: url("../images/icones/map_venue_legend.png") top left no-repeat;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
}

#legend span.hotel{
	background: url("../images/icones/map_hotel_legend.png") top left no-repeat;
}

/***** Placeview *****/

.content_placeview{
	position: relative;
}

.content_placeview a.back.first{
	right:0px;
	margin-top:10px;
	position: absolute;
}

/** Left **/

.content_placeview .place_left{
	width: 670px;
	float: left;
	position: relative;
}

.content_placeview .place_left h1{
	overflow: hidden;
}

.content_placeview .place_left h1 span{
	display: inline-block;
	float: left;
}

.content_placeview .place_left h1 span.place_stars{
	height: 9px;
	background-position: top left;
	width: 58px;
	margin-left: 10px;
}

.content_placeview .place_left h1 span.place_stars.place_stars.place_stars_0{
	display: none;
}

.content_placeview .place_left .place_images{
	position: relative;
	overflow: hidden;
	display: block;
}

.content_placeview .place_left .place_images .zoom{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4) url("../images/zoom.png") center center no-repeat;
	position: absolute;
	opacity:0;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
         -o-transition: all 250ms ease;
			transition: all 250ms ease;
}

.content_placeview .place_left .place_images:hover .zoom{
	opacity:1;
}

.content_placeview .place_left .place_images img{
	margin: 0px;
	display: block;
}


/*.content_placeview .place_left ul.slides{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.content_placeview .place_left ul .content_slide{
	position: relative;
	width: 770px;
	height: 485px;
	background: #d2cce0;
}


.content_placeview .place_left p.title_slide{
	width:730px;
	padding: 0px 20px;
	position: absolute;
	bottom: 0px;
	left:0px;
	z-index: 99;
	background: #fff;
	background: rgba(255,255,255,0.85);
	font-family: 'vagabondregular';
	font-size: 14px;
	line-height: 40px;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	display: block;
	overflow: hidden;
	margin: 0px;
}

.content_placeview .place_left .flex-direction-nav{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	margin-top: -39px;
	?margin-top: -30px;
	right:20px;
	z-index: 99;
}

.content_placeview .place_left .flex-direction-nav li{
	float: left;
	margin-left: 20px;
}

.content_placeview .place_left .flex-direction-nav a{
	display: block;
	width: 11px;
	height: 0px;
	padding-top:20px;
	overflow: hidden;
}

.content_placeview .place_left .flex-direction-nav a.flex-prev{
	background: url("../images/arrow-prev.png") top left no-repeat;
}

.content_placeview .place_left .flex-direction-nav a.flex-next{
	background: url("../images/arrow-next.png") top left no-repeat;
}*/



/** share **/

.content_placeview .place_sharing{
	position: static;
	margin: 0px;
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
	padding:10px 0px 3px 0px;
	background: #fff;
	border: 1px solid #d2cce0;
}

.content_placeview .place_sharing a{
	margin: 0px;
	display: inline-block;
	width: 110px;
}

.content_placeview .place_sharing a.addthis_button_tweet {
	margin-left: 40px;
}

.content_placeview .place_sharing a.addthis_button_facebook_like  {
	margin-right: 20px;
}

/** right **/

.content_placeview .place_right{
	width: 300px;
	float: right;
	padding-top: 58px;
}

.content_placeview .place_right .place_commodities{
	background: #fff;
	border:1px solid #d2cce0;
	padding: 35px 15px 40px 15px;
	margin-bottom: 30px;
}

.content_placeview .place_right .place_commodities ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.content_placeview .place_right .place_commodities ul li{
	border-bottom: 1px dotted #c7c3d1;
	padding: 12px 2%;
	overflow: hidden;
	width: 46%;
	height:23px;
	float: left;
}

.content_placeview .place_right .place_commodities ul li span{
	display: inline-block;
	float: left;
	width: 25px;
}

.content_placeview .place_right a.btn_call{
	width: 298px !important;
}

.content_placeview .place_right a.btn_call.tablet{
	display: none;
}

.content_placeview .place_right a.btn_call.shadow{
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 1);
    		box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 1);
}


/** bottom **/

.content_placeview .place_bottom{
	margin-top: 60px;
}

.content_placeview .place_bottom .clusterMice {
	padding: 10px 0;
}

.content_placeview .place_bottom table tr td,
.content_placeview .place_bottom table tr th{
	padding: 10px 0px;
}

.content_placeview ul.place_tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
	?overflow: hidden;
}

.content_placeview ul.place_tabs li{
	float: left;
	background: #41287c;
	border: 1px solid #301e5c;
	font-family: 'vagabondregular';
	font-size: 14px;
	line-height: 35px;
	padding:0px;
	margin:0px 5px 0px 0px;
	display:inline-block;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	   -moz-border-radius-topleft: 3px;
	   -moz-border-radius-topright: 3px;
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
	-webkit-transition: all 150ms ease;
	   -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
         -o-transition: all 150ms ease;
			transition: all 150ms ease;
}


.content_placeview ul.place_tabs li a {
	color: #fff;
	text-decoration: none;
	display: block;
    padding:0 29px;
	
}

.content_placeview ul.place_tabs li.active,
.content_placeview ul.place_tabs li:hover{
	background: #fff;
	border: 1px solid #d2cce0;
	border-bottom:  1px solid #fff;
}

.content_placeview ul.place_tabs li.active a,
.content_placeview ul.place_tabs li:hover a{
	color: #000;
}

.content_placeview div.place_tab {
	background: #fff;
	border:1px solid #d2cce0;
	padding: 10px 25px 30px 25px;
	margin-top: -1px;
	display: none;
}

.content_placeview div.place_tab.active {
	display:block;
}

.content_placeview div.place_tab#place_map{
	padding: 25px; 
}

.content_placeview #place_map #map{
	width: 100%;
}

.content_placeview #place_table {
	border:none;
	margin-top:25px;
	border-top: solid 1px #dadada;
	border-left: solid 1px #dadada;
}

.content_placeview #place_table .infos{
	float: right;
	display: inline-block;
	width: 12px;
	height: 12px;
}

.content_placeview #place_table thead th {
	background:#e8e8e8;
	border:none;
	border-bottom: solid 1px #dadada;
	border-right: solid 1px #dadada;
	vertical-align: middle;
	font-weight:bold;
	font-size:12px;
	padding:10px 0px;
	line-height:15px;
	text-align:center;
}

.content_placeview #place_table tbody th {
	background: white;
	text-align:left;
	border:none;
	border-bottom: solid 1px #dadada;
	border-right: solid 1px #dadada;
	font-size:11px;
	padding:5px 5px;
	line-height:15px;
	vertical-align: middle;
}



.content_placeview #place_table tbody td {
	border:none;
	background: white;
	border-bottom: solid 1px #dadada;
	border-right: solid 1px #dadada;
	font-size:11px;
	padding:5px 8px;
	line-height:12px;
	text-align:center;
	vertical-align: middle;
}

.content_placeview #place_table tbody tr:hover td,
.content_placeview #place_table tbody tr:hover th {
	background: #efefef;
}

span.check {
	width:12px;
	height:12px;
	display:inline-block;
	vertical-align: top;
}

span.check img{
	border: none;
}

.content_placeview #place_description .place_infos{
	float: right;
	display: inline-block;
	background: #e8e8e8;
	border: 1px solid #dadada;
	padding: 5px 20px 20px 20px;
	margin: 15px 0px 0px 25px;
}

.content_placeview #place_description .place_infos .labels{
	overflow: hidden;
}

.content_placeview #place_description .place_infos .labels .label{
	float: left;
	margin-right: 10px;
	border: 1px solid #dadada;
	line-height: 0px;
}


/** MAP */

#left .content_placesearch .map {
    float: left;
    width: 108px;
    height: 160px;
}

#left .content_placesearch .map img.map_img {
    position: absolute;
    width: 102px;
    height: 142px;
    border: none;
    cursor: pointer;
}

img#map_center {
    background: url(../images/mice/map_center.png) top left no-repeat;
}

img#map_east {
    background: url(../images/mice/map_east.png) top left no-repeat;
}

img#map_west {
    background: url(../images/mice/map_west.png) top left no-repeat;
}

img#map_south {
    background: url(../images/mice/map_south.png) top left no-repeat;
}

img#map_north {
    background: url(../images/mice/map_north.png) top left no-repeat;
}

img#map_center.hover, img#map_center.selected {
    background: url(../images/mice/map_center_hover.png) top left no-repeat;
}

img#map_east.hover, img#map_east.selected {
    background: url(../images/mice/map_east_hover.png) top left no-repeat;
}

img#map_west.hover, img#map_west.selected {
    background: url(../images/mice/map_west_hover.png) top left no-repeat;
}

img#map_south.hover, img#map_south.selected {
    background: url(../images/mice/map_south_hover.png) top left no-repeat;
}

img#map_north.hover, img#map_north.selected {
    background: url(../images/mice/map_north_hover.png) top left no-repeat;
}




#main #content_main.layout-wide {
	width:100%;
}

.venues-listing-v2 {
    width:100%;
    background:white;
    border-top:solid 1px #d2cce0;
    border-bottom:solid 1px #d2cce0;
    min-height:800px;
    margin-top: 100px;
}

.venues-listing-v2 .content_placelist {
    width:1000px;
    float:none;
    margin:auto;
    padding-top:30px;
    padding-bottom:30px;
}



.venues-listing-v2 .content_placelist h1 {
    margin-bottom:30px;
}

.venues-listing-v2 ul.placelist-tabs {
    position:absolute;
    top:-49px;
    list-style:none;
    padding:0;
    margin:0;
}

.venues-listing-v2 ul.placelist-tabs li {
    display:inline;
    list-style:none;
    padding:0;
    margin:0;
}

.venues-listing-v2 ul.placelist-tabs li a {
    color:white;
    background:#266078;
    display:block;
    float:left;
    border:solid 1px #d2cce0;
    font-size:20px;
    text-transform:uppercase;
    text-decoration:none;
    padding:5px 30px;
    height: 38px;
	margin-right: 10px;
	line-height: 40px;
    border-bottom: none;
}

.venues-listing-v2 ul.placelist-tabs li a:hover, 
.venues-listing-v2 ul.placelist-tabs li a.active {
    color:#266078;
    background:white;
    border-bottom:solid 1px white;
}

.venues-listing-v2 .content_placelist #search_venues {
    float:right;
    height:100px;
    margin-top:-130px;
    text-align:right;
}

.venues-listing-v2 .content_placelist #search_venues .result{
    display:block;
    font-size:18px;
    line-height: 28px;
    margin:10px 0px 13px 0px;
}


.venues-listing-v2 .content_placelist #search_venues form {
    overflow: hidden;
}

.venues-listing-v2 .content_placelist #search_venues input {
    padding: 0px 10px;
    width: 153px;
    height:38px;
    border-radius:0px; 
    border: 1px solid #d2cce0;
    border-right: none;
    float: left;
    font-size: 14px;
}

.venues-listing-v2 .content_placelist #search_venues button {
    width: 35px;
	padding-top: 37px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #D2CCE0;
	border-left: none;
	background: #FFF url("../images/search-btn-venues.gif") 50% 50% no-repeat;
	cursor: pointer;
	float: left;
	margin: 0px;
}

#main #content_main .listing-right-outer {
    position: relative;
    width:1000px;
    margin:auto;
}

#main #content_main .listing-right-outer #left.listing-right {
    position: absolute;
    left: 0px;
    margin-right: 0px;
    margin-top:77px;
    z-index: 2;
}


.venues-listing-v2 .content_placelist.map {
    width:100%;
}

.venues-listing-v2 .content_placelist .placelist-tabs-outer {
	width:1000px;
    margin:auto;
}

.venues-listing-v2 .content_placelist .listing_outer {
    margin-left: 300px;
    margin-right: -30px;
}


.venues-listing-v2 .content_placelist.map h1 {
    display:none;
}


.venues-listing-v2 .content_placelist.map .map_outer {
    position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.venues-listing-v2 .content_placelist.map .map_outer #map {
    width: 100%;
    height: 800px;
    border:none;
}

.venues-listing-v2 .content_placelist.map .map_outer .legend-outer {
    width:1000px;
    margin:auto;
    position:static;
}



.venues-listing-v2 .content_placelist.map .map_outer .legend-outer #legend {
    right: 5%;
    bottom: 5%;
    top: inherit;
    text-align: left;
}
.venues-listing-v2 .content_placelist.map .map_outer .legend-outer #legend span {
	line-height: 15px;
    height: 26px;
}

.infobox.infobox-wide {
	text-align:left;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}








@media (min-width: 1200px) {
    .infobox.infobox-wide {
        width:1170px;
    }

    .venues-listing-v2 .content_placelist.map .map_outer .legend-outer {
        width:1170px;
    }

    .venues-listing-v2 .content_placelist {
        width:1170px;
    }

    #main #content_main .listing-right-outer {
        width:1170px;
    }

    .venues-listing-v2 .content_placelist .placelist-tabs-outer {
        width:1170px;
    }
    .venues-listing-v2 .content_placelist .listing_outer {
        margin-left: 300px;
        margin-right: -30px;
    }
    
    .venues-listing-v2 .content_placelist.map .map_outer .legend-outer {
       position:static;
    }
    .venues-listing-v2 .content_placelist.map .map_outer .legend-outer #legend {
        right: 5%;
        bottom: 5%;
        top: inherit;
        text-align: left;
    }
}


@media (max-width: 1000px) and (min-width: 768px) {
    .infobox.infobox-wide {
        width:725px;
    }

    .venues-listing-v2 .content_placelist.map .map_outer .legend-outer {
        width:725px;
    }

    .venues-listing-v2 .content_placelist {
        width:725px;
    }

    #main #content_main .listing-right-outer {
        width:725px;
        z-index:3;
    }

    .venues-listing-v2 .content_placelist .placelist-tabs-outer {
        width:725px;
    }
    
    .venues-listing-v2 .content_placelist .listing_outer {
	    margin-top:100px;
        margin-right: -30px;
        margin-left:0;
    }
    
    .venues-listing-v2 .content_placelist #search_venues { 
        display:none;	
    }
    
    .venues-listing-v2 .content_placelist.map .map_outer .legend-outer {
       position:static;
    }
    .venues-listing-v2 .content_placelist.map .map_outer .legend-outer #legend {
		left: 5%;
		bottom: 5%;
		top: inherit;
		text-align: left;
    }
    
	.venues-listing-v2 .content_placesearch form#search_venues input[type=text] {
	    padding: 0px 10px;
	    width: 153px;
	    height:38px;
	    border-radius:0px; 
	    border: 1px solid #d2cce0;
	    border-right: none;
	    float: left;
	    font-size: 14px;
	}
	
	.venues-listing-v2 .content_placesearch form#search_venues button {
	    width: 35px;
	    padding-top: 37px;
	    height: 40px;
	    overflow: hidden;
	    border: 1px solid #D2CCE0;
	    border-left: none;
	    background: #FFF url("../images/search-btn-venues.gif") 50% 50% no-repeat;
	    cursor: pointer;
	    float: left;
	    margin: 0px;
	}
    
}

@media (max-width: 767px) {
    .infobox.infobox-wide {
        width:95%;
    }

    .venues-listing-v2 .content_placelist.map .map_outer .legend-outer {
        width:95%;
    }

    .venues-listing-v2 .content_placelist {
        width:95%;
    }

    #main #content_main .listing-right-outer {
        width:95%;
        z-index:3;
    }

    .venues-listing-v2 .content_placelist .placelist-tabs-outer {
        width:95%;
    }
    
    .venues-listing-v2 .content_placelist #search_venues { 
        display:none;   
    }
    
    .venues-listing-v2 .content_placelist .listing_outer {
        margin-top:100px;
        margin-left:0;
    }
    .venues-listing-v2 .content_placelist h1 {
	   font-size: 25px;
    }
    .venues-listing-v2 .content_placelist.map .map_outer .legend-outer {
	   position:static;
    }
    
    .venues-listing-v2 .content_placesearch form#search_venues input[type=text] {
        padding: 0px 10px;
        width: 153px;
        height:38px;
        border-radius:0px; 
        border: 1px solid #d2cce0;
        border-right: none;
        float: left;
        font-size: 14px;
    }
    
    .venues-listing-v2 .content_placesearch form#search_venues button {
        width: 35px;
        padding-top: 37px;
        height: 40px;
        overflow: hidden;
        border: 1px solid #D2CCE0;
        border-left: none;
        background: #FFF url("../images/search-btn-venues.gif") 50% 50% no-repeat;
        cursor: pointer;
        float: left;
        margin: 0px;
    }
    
}




