/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  z-index: 102;
  display:none;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#locations_thickbox{
  width: 480px;
  height: 315px;
  visibility: hidden;  
  overflow: hidden;
}


#locations{
  width: 480px;
  height: 315px;
  background: #ffffff;
  padding: 10px 10px;
  font: 13px Arial, Helvetica, sans-serif;  
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#locations h2{
  font: normal 18px Arial, Helvetica, sans-serif;
  color: #0093D1;
  text-transform: uppercase;
  margin: 10px 0px;
}

#locations h3{
  font: normal 25px/25px Arial, Helvetica, sans-serif;
  color: #666;
  margin: 10px 0px;
}



#locations_title{
  position: relative;
  width: 480px;
  height: 45px;
  float: left;
}

#locations_title ul{
  padding: 0px;
  margin: 0px;
}

#locations_title ul li{
  padding: 0px 0px;
  margin: 0px;
  list-style: none;
  display: inline;
  float: left;
  width: 220px;
}

#locations_title ul li .close{
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  width: 70px;
  float: right;
  color: #666;
  height: 14px;
  padding: 2px 0px 4px;
  margin: 10px 0px;
  display: block;
  cursor: pointer;
  cursor: hand;
}

/*
#locations_title ul li a:hover.close{
  text-decoration: none;
  color: #F7AA1E;
  background-position: 50px -20px;
}
*/


.testBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #0033CC;
	width: 400px;
	padding: 5px;
	margin-top: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;

}
