.container_all{
	width:946px;
	margin:12px auto 20px auto;
}

/********************** HEADER *************************/
.header img.logo{
	float:left;
}

.header div.country_selector{
	margin-left:23px;
	margin-top:20px;
	cursor:pointer;
	float:left;
}

.header select.country_selector, .header div.search{
	float:right;
	margin-left: 10px;
	margin-top: 22px;
	display:none;
}

.header img.cards{
	float:right;
	margin-left: 10px;
	margin-top: 10px;
	margin-right:10px;
}

/********************** MAIN NAV *************************/
.main_nav{
	height:38px;
	overflow:hidden;
	background:url(/uobladys/global/assets/images/main_nav_bg.gif);
	font-size:14px;
	padding:0px 47px 0px 47px;
}

.main_nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:13px;
}

.main_nav ul li{
	float:left;
	margin-right:25px;
}

.main_nav ul li a{
	color:#737373;
}

.main_nav ul li a:hover{
	color:#ce3523;
}

/********************** SUB NAV *************************/
.nav_menu{
	border:1px solid #777777;
	border-bottom:none;
	display:none;
}

.nav_menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.nav_menu li{
	line-height:16px;
	background:url(/uobladys/global/assets/images/sub_nav_bg.gif);
	border-bottom: 1px solid #777777;
}

.nav_menu li a{
	display:block;
	width:150px;
	margin:0px 7px 0px 7px;
}

.global_country_selection li{
	background:white;
	line-height:18px;
}

.global_country_selection li a{
	color:#666666 !important;
	font-weight:bold;
	background:white;
}

.global_country_selection li a:hover{
	color:#666666 !important;
	background:#f4f4f4;
}

/********************** BREADCRUMBS *************************/
.breadcrumbs{
	padding:7px 0px 7px 39px;
	float:left;
}

.breadcrumbs, .breadcrumbs a{
	color:#a3a3a4;
	font-size:10px;
}

.breadcrumbs a:hover{
	color:#ce3523;
}

.breadcrumbs ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.breadcrumbs ul li{
	float:left;
	margin-left:9px;
}

/********************** TOOLBAR *************************/
.toolbar{
	float:right;
	padding:5px 15px 5px 0px;
}

.toolbar ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.toolbar ul li{
	float:left;
	margin-right:5px;
	cursor:pointer;
}

/********************** CALL TO ACTIONS *************************/
.call_to_actions{
	float:right;
	padding:5px 15px 5px 0px; 
}

.call_to_actions ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.call_to_actions ul li{
	float:left;
	margin-right:5px;
	cursor:pointer;
}

/********************** CONTENT AREA *************************/
.content_area{
	clear:both;
	background:url(/uobladys/global/assets/images/content_area_bg.gif) repeat-y;
}

.content_area .top{
	height:9px;
	background:url(/uobladys/global/assets/images/content_area_bg_top.gif) no-repeat;
	margin-bottom:11px;
}

.content_area .bottom{
	clear:both;
	margin-top:10px;
	height:10px;
	background:url(/uobladys/global/assets/images/content_area_bg_bottom.gif) no-repeat;
}
/********************** TITLE AND VISUAL *************************/
.content_area .title_and_visual{
	width:263px;
	float:left;
	margin-left:30px;
}

.content_area .title_and_visual img{
	display:block;
}

/********************** PAYLOAD *************************/
.content_area .payload{
	overflow:hidden;
	width:612px;
	float:right;
	background:url(/uobladys/global/assets/images/content_payload_bg.gif) repeat-y;
	line-height:17px;
	margin-right:30px;
}

.content_area .payload .top{
	height:23px;
	overflow:hidden;
	background:url(/uobladys/global/assets/images/content_payload_bg_top.gif) no-repeat;
}

.content_area .payload .bottom{
	height:13px;
	overflow:hidden;
	background:url(/uobladys/global/assets/images/content_payload_bg_bottom.gif) no-repeat;
}

.content_area .payload .content{
	margin:12px 26px 12px 26px;
}

/********************** TABS *************************/
.tabs{
	clear:both;
	margin-top:10px;
}

.tabs .tab_headers{
	padding:0px 8px 0px 8px;
	position:relative;
	z-index:100;
}

.tabs .tab_headers ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.tabs .tab_headers ul li{
	float:left;
	background:url(/uobladys/global/assets/images/tab_bg_off.gif) no-repeat;
	width:119px;
	height:26px;
	margin:0px 2px 0px 2px;
	line-height:26px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:white;
	cursor:pointer;
}

.tabs .tab_headers ul li.active{
	background:url(/uobladys/global/assets/images/tab_bg_on.gif) no-repeat;
	color:#777777;
}


.tabs .tab_contents{
	background:url(/uobladys/global/assets/images/tab_content_bg.gif) repeat-y;
	clear:both;
	position:relative;
	top:-2px;
}

.tabs .tab_contents .top{
	height:10px;
	overflow:hidden;
	background:url(/uobladys/global/assets/images/tab_content_bg_top.gif) no-repeat;
}

.tabs .tab_contents .bottom{
	height:11px;
	overflow:hidden;
	background:url(/uobladys/global/assets/images/tab_content_bg_bottom.gif) no-repeat;
}

.tabs .tab_contents .content{
	margin:12px 24px 12px 24px;
}

.tabs .tab_contents .content .tab_content{
	display:none;
}

.tabs .tab_contents .content .active{
	display:block;
}

/********************** FOOTER *************************/
.footer{
	clear:both;
	margin:15px 10px 0px 7px;
	border-top:1px solid #c1c1c1;
	font-size:11px;
	padding-top:7px;
}

.footer a{
	color:#313131;
}

.footer a:hover{
	color:#ce3523;
}

.footer .more_links{
	float:left;
}

.footer .mandatory_info{
	float:right;
}

.footer .copyright{
	clear:both;
	text-align:center;
	margin-top:15px;
	color:#5b5b5b;
}

/********************** EXPANDABLE CONTENT *************************/
.expandables .expandable_toggle_all{
	text-align:right;
	color:#adadad;
	cursor:pointer;
}

.expandables .expandable_toggle{
	color:#6f6f6f;
	font-weight:bold;
	padding-left:11px;
	background:url(/uobladys/global/assets/images/expandable_plus.gif) no-repeat;
	background-position:0px 4px;
}

.expandables .expandable_content{
	margin-top:12px;
	padding-left:11px;
}


/********************** MERCHANT ENTRY *************************/


.merchant_entry .image{
	float:left;
	margin-right:15px;
	width:130px;
}

.merchant_entry .copy{
	float:right;
	width:350px;
}

/********************** BOX *************************/

.box{
	border:1px solid #CCCCCC;
}

.box .box_contents{
	margin:30px;
}

/********************** DROPDOWN *************************/
.combobox ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.combobox li{
	line-height:26px;
	background:url(/uobladys/global/assets/images/country_dropdown_bg.gif) repeat-y;
	width:346px;
}

.combobox li a{
	display:block;
	width:280px;
	margin:0px 100px 0px 7px;
	text-align:center;
}


/********************** SPLASH SCREEN ONLY *************************/
.welcome{
	display:block;
	width:353px; 
	margin:-60px 0px 0px 300px;
	clear:both;
	position:relative;
}

.visual{
	width:480px;
	margin:10px 0px 0px 260px;
	display:block;
	/*
	display:block; 
	float:right; 
	margin:40px 10px 0px 0px;
	*/
}

.country_selector_container{
	width:365px; 
	margin:10px 0px 0px 307px;
	height:200px;
	/*
	float:left; 
	width:365px; 
	margin:60px 0px 0px 88px;
	*/
}

.country_dropdown{
	margin-top:5px;
	background:url(/uobladys/global/assets/images/country_dropdown.gif); 
	height:48px; 
	width:346px; 
	float:left; 
	cursor:pointer;
}

#country_value{
	line-height:48px; 
	text-align:center; 
	width:235px; 
	margin-left:20px; 
	font-weight:bold;
}

.btn_go{
	cursor:pointer;
}