#googleBoxContainer
{
	z-index: 100;
	position: relative;
	float: left;
	margin: 0px 0px 0 0;
}

#monkey_google_box
{

}

#monkey_google_box_contents
{
	background-color: #ffffff;
}

#monkey_google_box_tl
{
  width: 22px;
  height: 22px;
  background: url('/images/layout/googlebox/tl.png') top left no-repeat transparent;
}
* html #monkey_google_box_tl
{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/googlebox/tl.png', sizingMethod='crop');
}

#monkey_google_box_t
{
  background: url('/images/layout/googlebox/test.png') top left repeat-x transparent;
}

* html #monkey_google_box_t
{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/googlebox/test.png');
}

#monkey_google_box_tr
{
  width: 22px;
  height: 22px;
  background: url('/images/layout/googlebox/tr.png') top right no-repeat transparent;
}

* html #monkey_google_box_tr
{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/googlebox/tr.png', sizingMethod='crop');
}

#monkey_google_box_l
{
  width: 22px;
  background: url('/images/layout/googlebox/l.png') top left repeat-y transparent;
}

* html #monkey_google_box_l
{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/googlebox/l.png', sizingMethod='crop');
}

#monkey_google_box_r
{
  width: 22px;
  background: url('/images/layout/googlebox/r.png') top right repeat-y transparent;
}

#monkey_google_box_bl
{
  width: 22px;
  height: 22px;
  background: url('/images/layout/googlebox/bl.png') bottom left no-repeat transparent;
}
* html #monkey_google_box_bl
{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/googlebox/bl.png', sizingMethod='crop');
}

#monkey_google_box_b{
  background: url('/images/layout/googlebox/b.png') bottom left repeat-x transparent;
}

#monkey_google_box_br
{
  width: 22px;
  height: 22px;
  background: url('/images/layout/googlebox/br.png') bottom right no-repeat transparent;
}

* html #monkey_google_box_br
{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/googlebox/br.png', sizingMethod='crop');
}

#monkey_google_box_close{
  width: 18px;
  height: 18px;
  float: right;
  margin-bottom: -18px;
 /* background: url('/images/layout/googlebox/close.png') top left no-repeat transparent;*/
}

/** html #monkey_google_box_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/googlebox/close.png', sizingMethod='crop');
}*/

#monkey_google_box_beak
{
  width: 44px;
  margin-left: 2px;
  margin-top: -11px;
  height: 30px;
  background: url('/images/layout/googlebox/beak.png') top left no-repeat transparent;
}
* html #monkey_google_box_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/googlebox/beak.png', sizingMethod='crop');
}

#monkey_google_box_contents
{
	background-color: #ffffff;
}

#monkey_google_box_contents .iconImage
{
	top: -90px;
}

#monkey_google_box_contents a
{
	font-weight: bold;
}
#monkey_google_box_contents .title .countryFlag
{
	margin-right: 5px;
}
#monkey_google_box_contents .title a
{
	font-size: 16px;
	color: #313131;
}
#monkey_google_box_contents .infoContainer
{
	float: left;
	width: 300px;
}
#monkey_google_box_contents .info
{
	background-color: #ffffff;
}
#monkey_google_box_contents .info p
{

}
#monkey_google_box_contents .weather
{
	padding: 5px 0 0 0;
}
#monkey_google_box_contents .weather .weatherIcon
{
	float: left;
	margin-right: 15px;
	height: 45px;
}
#monkey_google_box_contents .links
{
	padding-top: 10px;
	/*margin-bottom: 10px;*/
}

#monkey_google_box_contents .links td
{
	padding-right: 30px;
}

#monkey_google_box_contents .links a
{
	font-weight: bold;
	background-image: url(/images/layout/arrow.gif);
	background-position: left;
	padding-left: 9px;
	background-repeat: no-repeat;
}
#monkey_google_box_contents .links ul
{
	padding-left: 15px;
	float: left;
	line-height: 12px !important;
	margin-right: 15px;
}

#monkey_google_box_contents .links ul li
{
	list-style-type: disc;
}