﻿
#region
{
    width:500px;
    float:left;
    xbackground: #efffff;
    margin-top:16px;
}

#region-select 
{
    width:230px;
	margin-bottom:10px;
	xbackground: #effff1;
}

#region-select h3{
	font-size:11px;
	font-weight: bold;
	margin:0 0 6px 0;
}

#region-body {
	width:220px;
	padding-right:20px;
	float:left;
	border-right:1px solid #EEEEEE;
	xbackground: #efffff;
}

#region-map {
	float:left;
	width:236px;
	padding-left: 13px;
	xbackground:blue;
}
#region-countries 
{
    width:230px;
	margin-top:10px;
	min-height: 121px;
    height:auto !important; /* IE min-height hack */
    height:121px;           /* IE min-height hack */
	xbackground: #efffef;
}

#region-countries a {
	color:#000000;
	font-weight:bold;
}

#region-countries a:hover {
	color:#000000;
}

#region-countries h4
{
    font-size:12px;
    font-weight:normal;
	margin-bottom:2px;
}

#region-countries #offices{
	width:230px;
	border-top:1px solid #EEEEEE;
}

#region-countries #partners{
	width:230px;
	border-top:1px solid #EEEEEE;
	position:relative;
}

#region-countries ul
{
    list-style-type: none;
    padding:16px 0 0 0;
    xbackground:red;
}

#region-countries li 
{
    width:215px;
	background-image:url('../../../Resources/Global/Image/Icons/ArrowRightBlue.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
	margin-bottom:10px;
	padding-left:12px;
	line-height:16px;
}

#region-countries h5
{
    font-size:11px;
    margin:0px;
    font-weight:bold;
}
