body{
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#fff;
	font-family:Arial;
}
a, a:link, a:visited, a:active{
		color:#4f6484;
		text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#langSelection{
   position:absolute;
   font-size:11px;
   font-weight:bold;
}


.clr{
	clear:both;
	height:1px;
	overflow:hidden;
}

#top{
	position:relative;
}

#head{
	clear:both;
	background-color:#E9EDF6;
	height:26px;
}

#navigation{
	height:26px;
	display:block;
	padding:0px;
	font-size:11px;
}

#navigation li{
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	font-family:Tahoma;
	font-weight:bold;
	color: #657c9f;
	padding-right:12px;
	padding-left:12px;
	border-right: 1px solid #D4D8E1;
}

#navigation li.selected{
	background-color:#CBD4E9;
}

#footNote{
	margin-top:20px;
	background-image:url(../images/bottom-line-strip.gif);
	background-repeat:repeat-x;
	height:21px;
	line-height:21px;
	overflow:hidden;
	font-size:11px;
	color: #878787;
	text-align:center;
}

#loadingOverlay{
	position: absolute;
	z-index:1000;
	top:45%;
	width:100%;
	text-align:center;
	display:none;
}

#loadingOverlay img{
	margin-left:auto;
	margin-right:auto;
}

a.smallButton, a.smallButton:link , a.smallButton:visited , a.smallButton:active {
	display:block;
	color:#fff;
	background-image:url(../images/index/smallbutton.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	height:18px;
	line-height:18px;
	border: 1px solid #000;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

a.smallButton:hover {
	background-position:0px -18px;
	text-decoration:none;
}

#paymentMethodSection input{
    width:auto;
    min-width:0 !important;
}

#paymentMethodSection{
    text-align:left;
}