/*   --  Regional Sidebar  --   */

#regions_sidebar {
	float: left;
	width: 190px;
	margin: 0 0 15px 0;
	padding: 0;
}

#regions_sidebar h3 {
	color: #485317;
	font-size: 14px;
	width: 150px;
	margin-bottom: 5px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

#regions_sidebar h4 {
	font-size: 12px;
}

#regions_sidebar a{
	text-decoration: none;
	color: #485317;
}

#regions_sidebar a:hover{
	text-decoration: underline;
	color: #485317;
}

.leftam {
	float: left;
	width: 21px;
	height: 205px;
	background: #FFFFFF url(images/regions/sb_am_lft.gif) top right no-repeat;
	margin:0;
	padding: 0;
	text-indent: -9999em;
}

.rightam {
	float: right;
	width: 21px;
	height: 205px;
	background: #FFFFFF url(images/regions/sb_am_rt.gif) top left no-repeat;
	margin:0;
	padding: 0;
	text-indent: -9999em;
}

.lefteu {
	float: left;
	width: 21px;
	height: 205px;
	background: #FFFFFF url(images/regions/sb_eu_lft.gif) top right no-repeat;
	margin:0;
	padding: 0;
	text-indent: -9999em;
}

.righteu {
	float: right;
	width: 21px;
	height: 205px;
	background: #FFFFFF url(images/regions/sb_eu_rt.gif) top left no-repeat;
	margin:0;
	padding: 0;
	text-indent: -9999em;
}

.leftpac {
	float: left;
	width: 21px;
	height: 205px;
	background: #FFFFFF url(images/regions/sb_pac_lft.gif) top right no-repeat;
	margin:0;
	padding: 0;
	text-indent: -9999em;
}

.rightpac {
	float: right;
	width: 21px;
	height: 205px;
	background: #FFFFFF url(images/regions/sb_pac_rt.gif) top left no-repeat;
	margin:0;
	padding: 0;
	text-indent: -9999em;
}

.regions_sbcontent {
	padding: 10px;
	background: #EAEAE8;
	font-size: 9px;
}

.regions_sbcontent a {
	margin-left: 13px;
}

#americasdiv .regions_sidebar, #europediv .regions_sidebar, 
#pacificdiv .regions_sidebar {
	margin: 0 1px 0 21px;
	width: 142px;
	border: 1px solid #D9D9D7;
	background: #FFFFFF;
	padding: 2px;
}

#pacificdiv .regions_sbcontent {
	height: 240px;
}

#americas {
	background: #FFFFFF url(images/regions/sb_americas.gif) top center no-repeat;
	width: 190px;
	padding: 178px 0 0 0;
	margin: 0 0 10px 0;
	text-align: center;
}

#europe {
	width: 190px;
	background: #FFFFFF url(images/regions/sb_europe.gif) top center no-repeat;
	padding: 178px 0 0 0;
	margin: 0 0 10px 0;
	text-align: center;
}

#pacific {
	width: 190px;
	background: #FFFFFF url(images/regions/sb_pacific.gif) top center no-repeat;
	padding: 178px 0 0 0;
	margin: 0 0 10px 0;
	text-align: center;
}

#americasdiv h4, #europediv h4, #pacificdiv h4 {
	margin: 0 0 2px 1px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#americasdiv h5, #europediv h5, #pacificdiv h5 {
	margin: 0 0 2px 3px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
