/* CSS Document */
/* Main GUI styles */


html{-webkit-font-smoothing:antialiased;margin:0px;padding:0px;overflow-y: scroll;}
body{
	background-position:center;
	background-position:top;
	font-size:10px;
}

#AluMainFrame{
	background-color:#FFFFFF;
	border-left:1px solid #C7C9C1;
	border-right:1px solid #C7C9C1;
	border-bottom:1px solid #C7C9C1;
}

#AluTopGreyBar{
	width:585px;
	height:23px;
	background-color:#7a7c80;
	text-align:right;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:10px;
}

#AluTopMenuFrame{
	width:743px;
	height:28px;
	border:1px solid #e7e9e1;
	padding-left:7px;
}

#AluGuiRed{
	background-color:#ed1c24;
}

#AluGuiLGrey{
	background-color:#c7c9c1;
}

#AluGuiBlack{
	background-color:#000000;
}

#AluLeftMenu{
	vertical-align:top;
	border-left:1px solid #c7c9c1;
	border-right:1px solid #c7c9c1;
}

#AluContent{
	vertical-align:top;
	padding:0px;
}

#AluFooter{
	text-align:center;
	background-color:#DBDBDB;
	border-bottom:1px solid #BDBCBC;
	height:27px;
	font-size:10px;
	color:#817d7d;
}

#AluFooter a{
	font-size:10px;
	color:#817d7d;
}
#AluFooter a:visited{
	color:#817d7d;
}
#AluFooter a:hover{
	color:#ed1c24;
	text-decoration:none;
}

#AluFunctionMenu a{
	font-size:9px;
	color:#aaaaaa;
	text-decoration:none;
}
#AluFunctionMenu a:visited{
	font-size:9px;
	color:#aaaaaa;
	text-decoration:none;
}
#AluFunctionMenu a:hover{
	color:#ed1c24;
	text-decoration:none;
}

.locationLeft {
	height:	44px;
	width:6px;
	float:left;
	background:url(/Files/System/Alumeco/Graphic/cornerleft.gif) no-repeat top left;
}

.locationRight {
	height:	44px;
	width:6px;
	float:left;
	background:url(/Files/System/Alumeco/Graphic/cornerright.gif) no-repeat;
	
}

.locationTile {
	height:30px;
	background:url(/Files/System/Alumeco/Graphic/bartile.gif) #d8dfe3 repeat-x;
	padding:14px 0px 0px 5px;
	*padding:14px 0px 11px 5px;
	margin:0px;
	float:left;	
	width:522px;
	*width:527px;
}

.functions {
	clear:both;	
}

.clear {
	clear:both;
	height:0px;	
}

#MapWrapper a{
	color:#004080;
}

.selectBox1 {
	margin:0px 0px 0px 0px;
	width:300px;
	padding:0px;
}

.selectBox2 {
	margin:0px 0px 0px 10px;
	width:200px;
	padding:0px;	
}

#map {
	width: 539px;height: 400px;overflow: hidden;	
}

#center {
	color: #FFFFFF; display:none;	
}

.points {
	float:left;
}

.pointsText {
	float:left;
	padding:8px 15px 0px 0px;
}

.pointsWrapper {
	float:left;
	font-size: 10px; color: #666666; font-weight: normal; padding: 8px 7px 0 0;	
}

.bodyText {
	color: #000000; padding: 3px 0 0 3px;	
}

.getDirection {
	background:#ed1c24;
	color:#fff;
	font-size:11px;
	border:0px;
	height:21px;
	padding:0px 8px 5px 8px;
	margin:0px 0px 0px 10px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
}

.backBtn {
	background:url(/Files/System/Alumeco/Graphic/backicon.gif) left 1px no-repeat;
	padding:0px 0px 0px 7px;
	margin:10px 0px 0px 0px;
	float:right;
	color:#ed1c24;	
	cursor:pointer;
}

.dealerList {
	margin:0px 0px 10px 0px;	
}

.dealerHeadline a{
	font-size:11px;
	font-weight:bold;
	float:left; 
	width: 340px;
	padding:0px 0px 10px 0px;	
	border-bottom:1px dotted #8e8e8e;
}
.dealerLink {
	float:left; 
	border-bottom:1px dotted #8e8e8e;
	padding:0px 0px 10px 0px;	
}

.dealerList img {
	padding:0px 10px 0px 0px;	
}

