/* map 2010 */
.map-container{ /* outer container */		
	}
.map-container .map{ /* inner container */	
	position: relative;
	}
.map-container iframe{ /* map frame */		
	width: 666px;
	height: 566px;
	border: solid 1px #999;
	}

.map-bubble{ /* popup win */		
	z-index: 1024;
	position: relative;	
	border-radius: 10px;	
	border: solid 1px #a6a6a6;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background: url(../images/bubble/bubble-rgba.png);
	}
.map-bubble .bubble-handler{
	padding: 4px 10px 10px 10px;
	position: relative;
	}
.map-bubble .bubble-header{	
	position: relative;
	padding-bottom: 4px;
	}
.map-bubble .bubble-title{
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding-right: 100px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	}
.map-bubble .bubble-tools{
	top: 5px;
	right: 0;
	cursor: pointer;
	position: absolute
	}
.map-bubble .bubble-tools .close{
	width: 11px;
	height: 10px;	
	display: block;
	background: url(../images/bubble/bubble-close.png) no-repeat;
	}
.map-bubble .bubble-content{
	padding: 10px 14px;
	border-radius: 5px;
	background: #f7f7f7;
	border: solid 1px #cccccc;	
	}
.map-bubble .header{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	}
.map-bubble .table-wrapper{
	padding-right: 16px;
	}
.map-bubble .tablescroll-wrapper{
	border: solid 1px #bfbfbf;	
	border-left: 0;
	}
.map-bubble .b-table{
	width: 100%;	
	line-height: 125%;
	margin-bottom: 12px;
	}
.map-bubble .tablescroll-body{
	margin-bottom: 0;
	}
.map-bubble .tablescroll-head thead td{
	border-bottom: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	}
.map-bubble .tablescroll-body tbody td{
	border-right: 0;
	border-bottom: 0;
	}
.map-bubble .b-table thead td,
.map-bubble .tablescroll-head thead td{
	color: #666;
	font-size: 11px;
	font-weight: bold;
	background: #d1d1d1;
	text-transform: uppercase;
	}
.map-bubble .b-table.tablescroll-body tr.first td{
	border-top: 0;
	}
.map-bubble .b-table td,
.map-bubble .tablescroll-head td{
	font-size: 12px;
	padding: 2px 4px;
	border: solid 1px #bfbfbf;
	}
.map-bubble .b-table tbody td{
	text-shadow: none;
	}
.map-bubble .b-table tbody tr:hover td{
	background: rgba(0, 0, 0, 0.03);
	}
.map-bubble .custom-layout{
	overflow: hidden;
	}
.map-bubble .custom-layout .col{
	float: left;	
	}
.map-bubble .custom-layout .col-handler{
	padding-left: 12px;
	}
.map-bubble .custom-layout .col:first-child .col-handler{
	padding-left: 0;
	}
.map-bubble .bubble-buttons{
	height: 31px;
	margin-top: 10px;
	}
.map-bubble .bubble-button{
	float: left;
	margin-left: 10px;
	}
.map-bubble .bubble-button:first-child{
	margin-left: 0;
	}
.map-bubble .bubble-button.to-right{
	float: right;
	}
.map-bubble .bubble-button a{
	width: auto;
	float: left;
	height: 31px;			
	display: block;	
	font-size: 12px;	
	padding: 0 10px;	
	font-weight: bold;
	line-height: 31px;	
	text-decoration: none !important;
	}
.map-bubble .bubble-button.green a{
	color: #fff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	background: url(../images/bubble/bubble-button-green.png) repeat-x;	
	}
.map-bubble .bubble-button.gray a{
	color: #000 !important;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 1);
	background: url(../images/bubble/bubble-button-gray.png) repeat-x;	
	}
.map-bubble .bubble-button span{	
	width: 6px;
	float: left;
	height: 31px;	
	display: block;
	}
.map-bubble .bubble-button.green .bubble-button-lft{
	background: url(../images/bubble/bubble-button-green-lft.png) no-repeat;
	}
.map-bubble .bubble-button.green .bubble-button-rgt{
	background: url(../images/bubble/bubble-button-green-rgt.png) no-repeat;
	}
.map-bubble .bubble-button.gray .bubble-button-lft{
	background: url(../images/bubble/bubble-button-gray-lft.png) no-repeat;
	}
.map-bubble .bubble-button.gray .bubble-button-rgt{
	background: url(../images/bubble/bubble-button-gray-rgt.png) no-repeat;
	}
.map-bubble .bubble-corn{
	overflow: hidden;
	}
.map-bubble .bubble-corn span{
	left: 50%;
	height: 34px;
	width: 100px;
	display: block;
	bottom: -34px;
	position: absolute;
	margin-left: -50px;
	background: url(../images/bubble/bubble-corn.png) no-repeat;
	}
/* typography tune */
.map-bubble .gray-text{
	color: #666;
	}
.map-bubble .smaller{
	font-size: 11px;
	}
.map-bubble .disable-text-transform{
	text-transform: none;
	}