/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#custom_info_window_bubble{
	width: 150px;
}

#custom_info_window_bubble_contents {
	background-color: #ffffff;
}

#custom_info_window_bubble_contents img {
	display: inline;
}

#custom_info_window_bubble_contents p {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #ffffff;
}

#main-wide .country #custom_info_window_bubble_contents a, #main-wide .country #custom_info_window_bubble_contents a:visited {
	color: #1a1a1a;
	text-decoration: none;
}

#custom_info_window_bubble_tl {
	width: 5px;
	height: 5px;
	background: url('../images/bubble/bubble_tl.png') top left no-repeat transparent;
}

* html #custom_info_window_bubble_tl {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bubble/bubble_tl.png', sizingMethod='crop');
}

#custom_info_window_bubble_t {
	background: url('../images/bubble/bubble_t.png') top left repeat-x #FFF;
}

#custom_info_window_bubble_tr {
	width: 5px;
	height: 5px;
	background: url('../images/bubble/bubble_tr.png') top right no-repeat transparent;
}

* html #custom_info_window_bubble_tr {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bubble/bubble_tr.png', sizingMethod='crop');
}

#custom_info_window_bubble_l {
	background: url('../images/bubble/bubble_l.png') top left repeat-y transparent;
	width: 2px;
}

#custom_info_window_bubble_r {
	background: url('../images/bubble/bubble_r.png') top right repeat-y transparent;
	width: 2px;
}

#custom_info_window_bubble_bl {
	width: 5px;
	height: 5px;
	background: url('../images/bubble/bubble_bl.png') top left no-repeat transparent;
}

* html #custom_info_window_bubble_bl {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bubble/bubble_bl.png', sizingMethod='crop');
}

#custom_info_window_bubble_b {
	height: 2px;
	background: url('../images/bubble/bubble_b.png') bottom left repeat-x #FFF;
}

#custom_info_window_bubble_br {
	width: 5px;
	height: 5px;
	background: url('../images/bubble/bubble_br.png') top left no-repeat transparent;
}

* html #custom_info_window_bubble_br {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bubble/bubble_br.png', sizingMethod='crop');
}

/*#custom_info_window_bubble_close {
	width: 20px;
	height: 20px;
	background: url('../images/bubble/bubble_close.png') top left no-repeat transparent;
	cursor: pointer;
}

* html #custom_info_window_bubble_close {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bubble/bubble_close.png', sizingMethod='crop');
}*/

#custom_info_window_bubble_beak {
	width: 16px;
	height: 24px;
	margin-left: -10px;
	background: url('../images/bubble/bubble_beak.png') top left no-repeat transparent;
}

* html #custom_info_window_bubble_beak {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bubble/bubble_beak.png', sizingMethod='crop');
}
