@charset "UTF-8";
/* CSS Document */




    .gym-finder select {
      display: block;
      width: 300px;
    }
    .gym-finder select.replaced {
      display: none;
    }
    ul.selectReplacement {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	  background: blue;
      margin: 0;
      padding: 0;
      height: 20px;
      width: 200px;
	  border:1px solid black;
	  height:22px;
	  position:relative;
	  z-index:100;
	  list-style:none;
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;
		  
		  

    }
    ul.selectOpen {
		border:none !important;
		border-top:1px solid black !important;
		width:475px;
		overflow-x: hidden;
		overflow-y: scroll;
		height:200px;
	list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;

    }
    ul.selectReplacement li {
      background: #ffffff;
      color: #000000;
      cursor: pointer;
      display: none;
      line-height: 20px;
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;      margin: 0;
      padding: 1px 12px;
      width: 276px;
	  overflow:hidden;
	  height:20px;
	  
    }
    ul.selectOpen li {
      display: block;
	  width:434px !important;
	  border-left:1px solid black;
	  border-right:1px solid black;
	  border-bottom:1px solid black;
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;
    }
    ul.selectReplacement li.selected {
      color: #000000;
      display: block;
	  width:176px;
    }
    ul.selectOpen li.selected {
      background: #0089CC;
      display: block;
	  width:200px;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
      background: #0089CC;
      color: #fff;
    }
	
	#go{
		position:absolute;
		margin-left:210px;
	
	}