@charset "UTF-8";
/* CSS Document */
/*XXXXXXXXXXXXXXXXXX Reset all browser defaults XXXXXXXXXXXXXXXXXXX*/
#RightPanel {
	margin-left:260px;
	border-left:1px solid #807864;
	}
/*#RightPanel #CatalogImage {
	margin:18px 0 0 40px;
	}*/

#LeftPanel {
	width:260px;
	border-right:1px solid #807864;
	float:left;
	}
	#LeftPanel p {
		margin:10px 20px 0px 15px;
		}
	#InfoBox {
		width:88%;
/*		position:relative;
		top:80px;
		left:20px;
		float:left;*/
		margin:20px 10px 0px 10px;
		}
		#InfoBox p {
			margin-left:10px;
			}
		#InfoBox a {
			text-decoration:underline;	
			}
		#TerritoryName {
			background-color:#807864;
			color:#fff;
			padding:2px 5px;
			}
		.CompanyName {
			font-weight:bold;
			font-size:105%;
			}
		.AffiliateNotes {
			font-size:80%;
			}
		#InfoBox p.LastParagraphElement {
			margin-bottom:30px;
			}
#Map {
	position:relative;
	left:60px;
	margin:30px 0;
	}
/*	.darkType {
		color:#807864;
		}*/
	.top {
		position:absolute;
		z-index:100;
		color:#fff;
		width:46px;
		height:46px;
		line-height:49px; /* to center the type vertically */
		text-align:center;
		}
	.bottom {
		position:absolute;
		width:46px;
		height:46px;
		text-align:center;
		line-height:50px; /* to center the type vertically */
		z-index:99;
		padding:3px 0 0 3px;
		}
	.highlight {
		position:absolute;
		background-image:url("/images/02278-w-025_IBw_map_spot_white.png");
		width:46px;
		height:46px;
		text-align:center;
		line-height:46px;
		}
		.dark {
			background-image:url("/images/02278-w-025_IBw_map_spot_grey.png");
			}
#MapAreas {
	position:absolute;
	left:0px;
	top:0px;
	z-index:101;
}
area:hover { /* changes cursor when hovering map */
	cursor:pointer;
	}


