﻿*
{
	margin:0px;
	padding:0px;
}
img 
{
	border: 0px;
}
a
{
	color:#000;
	text-decoration:none;
}
a:focus
{
	border:none;
}
a:active
{
	border:none;
}
.smallink
{
		color:#000000;
}
H1
{
	font-family: Arial, Trebuchet MS;
	font-size:1.7em;/*1.6em;*/
	font-weight:bold;
	line-height:1.4em;
	margin-top:0px;
	margin-bottom:12px;
}
H2
{
	font-family: Arial, Trebuchet MS;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
	margin-top:0px;
	margin-bottom:4px;
}
H3
{
/*	font-family: Arial, Trebuchet MS;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:2px;*/
}
H4
{
	font-family: Arial, Trebuchet MS;
	font-size:1.6em;
	font-weight:bold;
}
H5
{
	font-family: Arial, Trebuchet MS;
	font-size:1.4em;
	font-weight:bold;
}
H6
{
	font-family: Arial, Trebuchet MS;
	font-size:1.2em;
	font-weight:bold;
}
body
{
	/*background:#b7babe url(../gfx/bg_fade.gif) repeat-x;*/
	background-color: #000;
	color:#000000;
	font-size:62.5%;/*76%/1.4em;*/
	font-family:Arial, Verdana, Sans-Serif;
}

.clear_both
{
	clear:both;	
	height:0px;
	font-size:0px;
	line-height:0px;
}
.rightpuff_clear_both
{
	clear:both;	
	height:1px;
	font-size:1px;
	line-height:1px;
	visibility:hidden;
}

#site_wrapper
{
	width:980px;	
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-size:1.4em;
	background:url(../gfx/top_bg.jpg) no-repeat;
}

#site_header_top_logo
{    
}

#site_shadow_wrapper
{
	width:980px;
	/*background:url(../gfx/pageshadowboth960.gif);*/
}
#site_content_wrapper
{
	/*margin-right:2px;*/
	/*margin-left:2px;*/
	width:980px;
	float:left;
	background-color: #ffffff;
	padding-bottom: 22px;
}
/*
* html #site_content_wrapper
{
	margin-right:1px;
	margin-left:1px;
	width:956px;
	float:left;
}
*/
/** - MENU - **/
#site_mainmenu_wrapper
{
	width:964px;
	height:29px;	
	/*background:url(../gfx/menu_bg_fade956.gif) repeat-x;*/
	/*border-left:solid 1px #f4c903;*/
	/*border-right:solid 1px #f4c903;*/
	text-align:left;
	padding-top:0px;
	margin-left: 16px;
	font-weight:bold;
	font-size: 0.85em;
}
.site_mainmenu_list
{
	float:left;
}

.site_mainmenu_list li
{
	display:block;
	float:left;
	/*
	line-height:29px;
	margin-left: 4px;
	padding-left: 10px;
	background:url("../gfx/menu_states_left.png") no-repeat left top;*/
}
/*
.site_mainmenu_list li.selected
{
	padding-left: 10px;
	background: url("../gfx/menu_states_left.png") no-repeat left bottom;
}
.site_mainmenu_list li:hover {
	padding-left: 10px;
	background: url("../gfx/menu_states_left.png") no-repeat left center;
	text-decoration:none;
}
.site_mainmenu_list li.selected:hover {
	padding-left: 10px;
	background: url("../gfx/menu_states_left.png") no-repeat left bottom;
	text-decoration:none;
}
*/

.site_mainmenu_list a
{
	display:block;
	float:left;
	line-height:29px;
	margin-left: 4px;
	padding-left: 15px;
	background:transparent url("../gfx/menu_states_left.png") no-repeat left top;
}
.site_mainmenu_list .selected a
{
	background:transparent url("../gfx/menu_states_left.png") no-repeat left bottom;
}
.site_mainmenu_list a:hover {
	background:transparent url("../gfx/menu_states_left.png") no-repeat left center;
	text-decoration:none;
}
.site_mainmenu_list .selected a:hover {
	background:transparent url("../gfx/menu_states_left.png") no-repeat left bottom;
}

.site_mainmenu_list a span
{
	display:block;
	padding-right: 15px;
	background:transparent url("../gfx/menu_states.png") no-repeat right top;
	color: #fff;
}
.site_mainmenu_list .selected a span
{
	background:transparent url("../gfx/menu_states.png") no-repeat right bottom;	
	color: #000;
}
.site_mainmenu_list a:hover span {
	background:transparent url("../gfx/menu_states.png") no-repeat right center;	
	text-decoration:none;
}
.site_mainmenu_list .selected a:hover span {
	background:transparent url("../gfx/menu_states.png") no-repeat right bottom;
}




#site_mainmenu_search_wrapper
{
	float:right;
	margin-right:auto;
   
}
#site_mainmenu_search_textbox
{
	float:left;
	margin-top:7px;
	margin-right:7px;

}
#site_mainmenu_search_textbox .main_search_textbox
{
	padding-left: 3px;
	width: 96px;
}

#site_mainmenu_search_text
{
	float:left;
	height:31px;
	line-height:36px;
	margin-right:7px;
	
}
.site_mainmenu_search_button
{
	width:40px;
	height:25px;
	float:left;
	margin-top:5px;
	margin-right:7px;
	background:url("../gfx/mainmenu_search_buttom.gif");
}

.site_mainmenu_border
{
	width:956px;
	height:3px;
	background-color:#ffffff;
}
.site_mainmenu_stop
{
	height:29px;
	width:2px;	
	background:url(../gfx/menu_states_stop.gif) no-repeat;
	float:left;
}
#front_content_wrapper
{
	width:940px;
	margin: 22px 20px 0px 20px;
	/*height:280px;*/
	/*background:url(../gfx/startpage_contentplate.jpg);*/
	background-color:#fff;
	float: left;
}
.front_content_border
{
	width:976px;
	height:2px;	
	background-color:#ffffff;	
}
.front_content_flash_wrapper
{
	float:left;
	width:700px;
	height:271px;
	text-align:center;
}
.front_content_dynamic_puffs
{
	margin-top: 20px;
	float:left;
	width:940px;
	/*height:271px;*/
}
#front_content_rightpuff_wrapper
{
	float:left;
	width:220px;
	margin:0px 0px 0px 20px;
}

/* Puff Weather Forecast */
.puff_weather_forecast
{
	margin-left: 5px;
	width: 210px;
}
.puff_weather_forecast .loading_icon
{
	float: left;
}
.puff_weather_forecast .loading_text
{
	float: left;
	margin-left: 7px;
	margin-bottom: 0px;
	line-height: 32px;
	color: #666;
}
.puff_weather_forecast .weather_header_location,
.puff_weather_forecast .weather_header_maxmin,
.puff_weather_forecast .weather_date,
.puff_weather_forecast .weather_condition
{
	font-size: 0.7em;
}
.puff_weather_forecast .weather_icon,
.puff_weather_forecast .weather_condition
{
	padding-right: 5px;
}
.puff_weather_forecast .weather_header_max,
.puff_weather_forecast .weather_max
{
	font-weight: bold;
}
.puff_weather_forecast table tr .first_td
{
	padding-left: 5px;
}
.puff_weather_forecast table tr .last_td
{
	padding-right: 5px;
	text-align: right;
}
.puff_weather_forecast .forecast_row
{
	border-top: solid 1px #e3e1c7
}
.puff_weather_forecast .forecast_row .weather_maxmin
{
	font-size: 0.9em;
}
.puff_weather_forecast .forecast_row .weather_dayname
{
	color: #EE1831;
	font-size: 0.9em;
	font-weight: bold;
}
.puff_weather_forecast .weather_header_location,
.puff_weather_forecast .weather_header_maxmin
{
	line-height: 1.1em;
}
.puff_weather_forecast .forecast_row .weather_date,
.puff_weather_forecast .forecast_row .weather_condition
{
	line-height: 1.1em;
}
.puff_weather_forecast .forecast_row .first_td
{
	padding-left: 5px;
	width: 65px;
	min-width: 65px;
}
.puff_weather_forecast .forecast_row .last_td
{
	padding-right: 5px;
	text-align: right;
}

/* User Pages */
.user_pages .big_table .last_td
{
	text-align: right;
}
.user_pages .user_pages_buttons
{
	float: right;
	margin-top: 16px;
}

.user_pages .paging_container
{
	margin: 7px 0px 0px 13px;
}
.user_pages .user_input
{
	float: left;
}
.user_activities .user_input
{
	margin-right: 13px;
}
.user_activities .user_input img,
.user_activities .user_input div,
.user_activities .user_input input,
.user_activities .user_input span
{
	display: block;
	float: left;
}
.user_pages .user_input .label
{
	float: left;
	line-height: 23px;
	padding-right: 5px;
	font-weight: bold;
	color: #666666;
	font-size: 0.9em;
}
.user_pages .date_picker
{
	float: left;
	padding: 3px;
}
.user_activities .date_picker
{
	margin-left: 5px;
}
.user_activities .date_input
{
	float: left;
	display: block;
}
.user_activities .activities_button
{
	float: left;
}
.user_activities .activities_result
{
	float: left;
	margin: 16px 0px 7px 0px;
	font-weight: bold;
	font-size: 0.9em;
}
.user_pages .application_shortitem_wrapper { width: 140px; }
.user_pages .application_mediumitem_wrapper { width: 210px; }
.user_pages .application_mediumshortitem_wrapper 
{
	width: 175px;
	float:left;
	padding: 0px 5px 10px 5px;
}

.user_profile .label
{
	font-weight: bold;
	margin-bottom: 2px;
}


.front_content_rightpuff_header_valuta
{
	float:left;
	width:210px;
	padding-left:10px;
	height:26px;
	line-height:26px;
	color:#ffffff;
	background:url(../gfx/rightpuff_top_black.gif);
	
}

.front_content_rightpuff_content_valuta
{
	float:left;
	width:194px;
	background-color:#ffffff;
	border:solid 1px #fdca00;
	padding-top:12px;
	padding-left:14px;
	padding-right:10px;

}

.calculator_puff_container,
.calculator_puff_container .buysell_wrapper,
.calculator_puff_container .currency_wrapper,
.calculator_puff_container .amount_wrapper,
.calculator_puff_container .date_wrapper,
.calculator_puff_container .buysell_wrapper .user_input div
{
	float: left;
}
.calculator_puff_container .date_wrapper
{
	width: 100%;
}
.calculator_puff_container .label
{
	font-size: 0.9em;
	float: left;
	text-align: left;
	vertical-align: bottom;
}
.calculator_puff_container .user_input
{
	float: left;
	text-align: left;
}
.calculator_puff_container .buysell_wrapper .label
{
	/*line-height: 21px;*/
	padding-right: 4px;
	padding-bottom: 2px;
	white-space: nowrap;
}
.calculator_puff_container .currency_wrapper .user_input,
.calculator_puff_container .amount_wrapper .user_input
{
	overflow: visible;
}
.calculator_puff_container .buysell_wrapper,
.calculator_puff_container .date_wrapper
{
	height: 26px;
	min-height: 26px;
	max-height: 26px;
}
.calculator_puff_container .buysell_wrapper
{
	padding: 16px 0px 4px 0px;
}
.calculator_puff_container .buysell_wrapper .user_input
{
	font-size: 0.9em;
}
.calculator_puff_container .buysell_wrapper .user_input .rbl_buysell label span
{
	/*padding-top: 4px;*/
	display: block;
}
.calculator_puff_container .currency_wrapper,
.calculator_puff_container .amount_wrapper
{
	height: 27px;
	min-height: 27px;
	max-height: 27px;
}

.calculator_puff_container .currency_wrapper .label,
.calculator_puff_container .amount_wrapper .label,
.calculator_puff_container .date_wrapper .label
{
	/*padding-top: 3px;*/
	line-height: 23px;
	width: 54px;
}
.calculator_puff_container .amount_wrapper .user_input,
.calculator_puff_container .date_wrapper .user_input
{
	width: 102px;
}
.calculator_puff_container .date_wrapper .date_picker
{
	float: right;
	padding: 6px 0px 0px 2px;
}

.calculator_puff_result
{
	display:inline; 
	float:left;
	text-align:left;
}

* html .calculator_puff_result
{
	display:inline; 
	text-align:left;
	float:left;
	width:130px;
}
.calculator_puff_dropdown_wrapper
{
	float:right;
}
* html .calculator_puff_dropdown_wrapper
{
	width:40px;
	float:right;
}


.front_content_rightpuff_header_aktuellt
{
	float:left;
	width:210px;
	padding-left:10px;
	height:26px;
	line-height:26px;
	color:#ffffff;
	background:url(../gfx/rightpuff_center_black.gif);
}

.front_content_rightpuff_header_rss_icon
{
	float:right;
	padding-right:10px;
}
.subpage_header_wrapper
{
	width:100%;
	clear:both;
	margin-top:7px;
}
.subpage_content_rightpuff_header
{
	float:left;
	width:194px;
	padding-left:10px;
	height:26px;
	line-height:26px;
	color:#ffffff;
	background:url(../gfx/rightpuff_center_black_subpage.gif);

}
.subpage_content_rightpuff_content
{
	float:left;
	width:184px;
	background-color:#ffffff;
	border:solid 1px #fdca00;
	padding-top:7px;
	padding-left:14px;
	padding-right:4px;
}
.subpage_content_rightpuff_content_text
{
	float:left;
	width:184px;
	background-color:#ffffff;
	border:solid 1px #fdca00;
	padding-top:7px;
	padding-left:14px;
	padding-right:4px;
}
.subpage_content_rightpuff_header_aktuellt
{
	float:left;
	width:194px;
	padding-left:10px;
	height:26px;
	line-height:26px;
	color:#ffffff;
	background:url(../gfx/rightpuff_center_black_subpage.gif);
}

.front_content_rightpuff_content_aktuellt
{
	float:left;
	width:184px;
	background-color:#ffffff;
	border:solid 1px #fdca00;
	padding-top:7px;
	padding-left:14px;
	padding-right:10px;
}
.subpage_content_rightpuff_content_aktuellt
{
	float:left;
	width:184px;
	background-color:#ffffff;
	border:solid 1px #fdca00;
	padding-top:7px;
	padding-left:14px;
	padding-right:4px;
}
.front_content_rightpuff_content_aktuellt_datum
{
	height:10px;
	width:194px;
	font-family:Arial, Verdana;
	color:#6f6e6e;
	float:left;
	margin-bottom:4px;
	font-size:0.85em;
}
.subpage_content_rightpuff_content_aktuellt_datum
{
	height:10px;
	width:184px;
	font-family:Arial,Verdana;
	color:#6f6e6e;
	float:left;
	margin-bottom:4px;
	font-size:0.85em;
}
.front_content_rightpuff_content_aktuellt_news
{
	width:194px;
	line-height:16px;
	font-family:arial;
	margin-bottom:13px;
	float:left;
	color:#000000;
	font-size:0.9em;
}
.subpage_content_rightpuff
{
	width:184px;
	line-height:16px;
	font-family:arial;
	margin-bottom:6px;
	margin-top:7px;
	float:left;
	color:#000000;
}

#front_valuta_wrapper
{
	width:946px;
	padding-left:10px;
	height:30px;
	background-color:#fdca00;
	font-size:0.8em;
}
.front_valuta_kurs
{
	height:30px;
	min-width:121px;
	vertical-align:middle;
	float:left;
	line-height:30px;
	white-space:nowrap;
}
.front_valuta_kurs_date
{
	height:30px;
	min-width:110px;
	vertical-align:middle;
	float:left;
	line-height:30px;
	white-space:nowrap;
}
* html .front_valuta_kurs_date
{
	height:30px;
	min-width:110px;
	vertical-align:middle;
	float:left;
	line-height:30px;
	white-space:nowrap;
}

.front_valuta_kurs img
{
	position: relative;
	top: 1px;
}


* html .front_valuta_kurs
{
	height:20px;
	width:120px;
	vertical-align:middle;
	float:left;
	line-height:20px;
	padding-top:10px;
}
* html .hslice
{
	height:20px;
	width:110px;
	vertical-align:middle;
	float:left;
	line-height:20px;
	padding-top:6px;
}
#front_puff_wrapper
{
	width:948px;
	min-height:160px;	
	background-color:#ffffff;
	padding-left:8px;
	padding-top:13px;
	padding-bottom:5px;
}

.front_puff_content
{
	min-height:148px;
	width:220px;
	margin-right:20px;
	float:left;	
	background:#ffe16c url(../gfx/black_puff_content_bg.gif) no-repeat;
	background-position:bottom;
}
/*
* html .front_puff_content
{
	height:148px;
	width:220px;
	margin-right:20px;
	float:left;	
	background:#ffe16c url(../gfx/black_puff_content_bg.gif) no-repeat;
	background-position:bottom;
}
*/
.front_puff_content a
{
	color:#585338;
	/*text-decoration:underline;*/
	background-image :url(../gfx/icons/puff_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
}
a.reserveLink
{
	color:#585338;
	/*text-decoration:underline;*/
	background-image :url(../gfx/icons/puff_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
	white-space:nowrap;
}
a.reserveLink:hover
{
text-decoration:underline;
}
/*
.front_puff_content_header
{
	height:30px;
	width:209px;
	background:url(../gfx/black_puff_top_bg.gif) no-repeat;
	font-weight:bold;
	padding-left:11px;
	line-height:30px;
	color:#ffffff;
	font-size:1.1em;
}

.front_puff_content_yellow
{
	height:140px;
	width:220px;
	margin-top:13px;
	margin-right:20px;
	float:left;	
	background:url(../gfx/puff_bg_yellow.gif) no-repeat;
	background-position:bottom;
}
.front_puff_content_fullyellow
{
	height:140px;
	width:220px;
	margin-top:13px;
	margin-right:20px;
	float:left;	
	background:url(../gfx/puff_bg_fullyellow.gif) no-repeat;
	background-position:bottom;
}
.front_puff_content_fullyellow_subpage
{
	height:140px;
	width:245px;
	height:150px;
	
	float:left;	
	background:url(../gfx/puff_bg_fullyellow_subpage_v2.gif);
	background-position:bottom;
}
.front_puff_content_header_valuta
{
	height:26px;
	width:210px;
	padding-left:10px;
	line-height:26px;
	background:url(../gfx/frontpuff_top_yellow.gif) no-repeat;
	color:#000000;
	font-weight:bold;
}


.front_puff_content_header_kort
{
	height:26px;
	width:210px;
	padding-left:10px;
	line-height:26px;
	background:url(../gfx/frontpuff_top_black.gif);
	color:#ffffff;
	font-weight:bold;
}*/
/*
.subpage_puff_header
{
	height:25px;
	width:234px;
	padding-left:11px;
	padding-top:1px;
	line-height:25px;
	background:url(../gfx/frontpuff_top_black_subpage_v2.gif);
	color:#ffffff;
	font-weight:bold;
	font-size:1.1em;
}

.front_puff_content_image
{
	margin-top:24px;
	margin-left:12px;
	height:84px;
	float:left;
	vertical-align:top;
}
.front_puff_image
{
	max-width:85px;
	max-height:100px;
}
* html .front_puff_image
{
	width:80px;
}
.front_puff_image_text
{
	max-width:105px;
	max-height:45px;
}
* html .front_puff_image_text
{
	height:45px;
}
.subpage_puff_content_image_text
{
	margin-top:5px;
	margin-left:5px;
	width:107px;
	float:left;
}
* html .subpage_puff_content_image_text
{
	margin-top:5px;
	margin-left:5px;
	width:107px;
	float:left;
}
.subpage_puff_content_image_links
{
	float:left;
height:90px;
margin-left:18px;
margin-top:20px;
width:90px;
}
* html .subpage_puff_content_image_links
{
	float:left;
height:90px;
margin-left:9px;
margin-top:10px;
width:90px;
}

.front_puff_content_text
{
	margin-top:12px;
	margin-left:4px;
	float:left;
	vertical-align:top;
	line-height:22px;
	text-align:left;
	
}

.subpage_puff_content_text
{
float:left;
line-height:22px;
margin-left:12px;
margin-top:12px;
text-align:left;
vertical-align:top;
}
* html .subpage_puff_content_text
{
float:left;
line-height:22px;
margin-left:6px;
margin-top:10px;
text-align:left;
vertical-align:top;
}
.subpage_puff_content_text li
{
	margin-bottom:6px;
}
.subpage_puff_content_text_text
{
	margin-top:16px;
	float:left;
	vertical-align:top;
	text-align:left;
	line-height:1.15em;
	width:220px;
	padding-left:11px;
}
.subpage_puff_content_left
{
	height:150px;
	width:245px;
	margin-top:13px;
	margin-right:20px;
	float:left;	

}
.subpage_puff_content
{
	width:245px;
	margin-top:13px;
	float:left;	
}
.subpage_puff_content_text_readmore
{
	margin-top:7px;
	float:left;
	vertical-align:top;
	line-height:22px;
	width:100px;
	margin-right:5px;
	margin-left:11px;
}
* html .subpage_puff_content_text_readmore
{
	margin-top:7px;
	float:left;
	vertical-align:top;
	line-height:22px;
	width:90px;
	margin-right:3px;
	margin-left:6px;
}


.front_puff_content_text li
{
	margin-left:6px;
	margin-bottom:6px;
	
}
.front_puff_content_text_left
{
	margin-top:14px;
	margin-left:10px;
	float:left;
	vertical-align:top;
	line-height:22px;
	text-align:left;
}
*/

#front_footer_wrapper
{
	font-weight: bold;
	font-size: 0.75em;
	width:929px;
	height:32px;
	padding: 0px 33px 0px 18px;
	margin-bottom: 20px;
	background:url(../gfx/footer_bg.jpg);	
	text-align:left;
}
.front_footer_info
{
	padding: 0px 0px 0px 15px; 
	height:32px;
	line-height: 32px;
	float:left;
	font-family: Arial, Verdana, Sans-Serif;
	color: #fff;
}

.front_footer_info a { color:#fff; text-decoration:none; }
.front_footer_info a:hover { text-decoration:underline; }
/*
.front_footer_info_wrapper
{
	margin-top:6px;
	margin-left:auto;	
	margin-right:auto;	
}
.front_footer_info_image
{
	float:left;	
}
.front_footer_info_text
{
	margin-top:7px;
	margin-left:4px;
	float:left;	
}
*/

#front_copy_wrapper
{
	font-size:0.85em;
	font-family:arial, verdana;
	margin-left:10px;
	margin-top:3px;
	width:950px;
	height:20px;
	text-align:left;
}
.sub_menu_top
{
	height: 28px;
	margin: 7px 7px 0px 0px;
	font-weight: bold;
	line-height:28px;
}
#front_content_rightpuff_wrapper_subpage
{
	float:left;
	width:220px;
	
}

.puff_currency_converter_headline
{
	float:left;
	background: #90001d url("../gfx/puff_header_bg.jpg") no-repeat;
	color: #fff;
	font-weight: bold;
	width: 220px;
	height: 32px;
	line-height: 32px;
	/*padding-left: 13px;*/
}
.puff_currency_converter_headline div
{
	padding-left: 13px;
}
.puff_currency_converter_headline a
{
	color: #fff;
	font-weight: bold;
}

.puff_currency_converter
{
	float:left;
	width:195px;
	height:239px;
	padding-left:15px;
	padding-right:10px;
	background-color: #ff0033;
	color: #fff;
	
}

.RadComboBoxDropDown .rcbList
{
	width: auto !important;
}

.puff_currency_converter a.reserveLink
{
	color: #fff;
	font-weight: bold;
	background:transparent url(../gfx/icons/arrow_white.png) no-repeat scroll 0 0;
	padding:0 0 0 26px;	
}

.front_content_rightpuff_intrest
{
	float:left;
	width:195px;
	height:44px;
	padding-top:7px;
	padding-left:15px;
	padding-right:10px;
	line-height:26px;
	background:url(../gfx/front_intrest_puff_bg.gif) no-repeat;
}
.right_puff
{
	margin-bottom:15px;
	background: #ffd92d url(../gfx/right_puff_bg.gif) no-repeat;
	float:left;
}
.front_right_puff
{
	margin-bottom:15px;
	background: #ffd92d url(../gfx/front_right_puff_bg.gif) no-repeat;
	float:left;
}
* html .front_right_puff
{
	margin-bottom:13px;
	background: #ffd92d url(../gfx/front_right_puff_bg.gif) no-repeat;
	float:left;
}
.front_right_puff_lower
{
	background: #ffd92d url(../gfx/front_right_puff_bg.gif) no-repeat;
	float:left;
}
* html .front_right_puff_lower
{
	background: url(../gfx/front_right_puff_bg.gif) no-repeat;
	float:left;
}

							                                
img.right_puff_bg
{
	height:100%;
	width:208px;
}
.right_puff_top
{
	width:208px;
	height:9px;
	font-size:9px;
	line-height:9px;
	background:url(../gfx/right_puff_uppercorner.gif) no-repeat;
	background-position:top;
}


.right_puff_content 
{
	padding-left:10px;
	padding-right:8px;
	width:190px;
	clear:both;
}

.right_puff_content a
{
	/*padding-left:10px;
	padding-right:8px;
	width:190px;
	clear:both;*/
	text-decoration: underline;
}


.right_puff_header
{
	font-weight:bold;
}
.right_puff_content .smalltext,
.right_puff_content p
{
	margin-bottom:2px;
}
.right_puff_content .arrow
{
 
	background-image :url(../gfx/icons/puff_arrow.gif);
	background-position:top;
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 10px;
	width:164px;
	line-height:15px;
	font-family:arial;
	margin-bottom:6px;
	margin-top:7px;
	float:left;
	color:#000000;
    
}

.right_puff_content .xls
{
	background-image :url(../gfx/icons/xls_icon.gif);
	background-position:top;
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 24px;
		width:164px;
	line-height:15px;
	font-family:arial;
	margin-bottom:6px;
	margin-top:7px;
	float:left;
	color:#000000;
}

.right_puff_content .doc
{
	background-image :url(../gfx/icons/doc_icon.gif);
	background-position:top;
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 24px;
		width:164px;
	line-height:15px;
	font-family:arial;
	margin-bottom:6px;
	margin-top:7px;
	float:left;
	color:#000000;
}

.right_puff_content .pdf
{
	background-image :url(../gfx/icons/pdf_icon.gif);
	background-position:top;
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 24px;
		width:164px;
	line-height:15px;
	font-family:arial;
	margin-bottom:6px;
	margin-top:7px;
	float:left;
	color:#000000;
}

.right_puff_content .ppt
{
	background-image :url(../gfx/icons/ppt_icon.gif);
	background-position:top;
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 24px;
		width:164px;
	line-height:15px;
	font-family:arial;
	margin-bottom:6px;
	margin-top:7px;
	float:left;
	color:#000000;
}

.front_right_puff_top
{
	width:218px;
	height:9px;
	margin: 0px;
	padding: 0px;
	background:url(../gfx/front_right_puff_uppercorner.gif) no-repeat;
	background-position:top;
	line-height:9px;
	font-size:9px;
}

.right_puff_content
{
	width:190px;
	padding-left:10px;
	padding-right:8px;
}
.front_right_puff_content
{
	width:195px;
	padding-left:15px;
	padding-right:8px;

}

.right_puff_bottom
{
	width:208px;
	height:9px;
	line-height:9px;
	font-size:9px;
	background:url(../gfx/right_puff_lowercorner.gif) no-repeat;
	background-position:bottom;
}
.front_right_puff_bottom
{
	width:218px;
	height:9px;
	background:url(../gfx/front_right_puff_lowercorner.gif) no-repeat;
	background-position:bottom;
	line-height:9px;
	font-size:9px;
}

.subpage_puff_content_left a, .subpage_puff_content a
{
	background-image :url(../gfx/icons/puff_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
	text-decoration: none;
}

.text_ingress
{
	float:left;
	font-size: 1.4em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}
.center_text_wrapper
{
	float:left;
}
.puff_row
{float:left;width:193px;line-height:18px;margin-bottom:2px; margin-top:0px;}
.puff_row_border
{float:left;width:193px;line-height:18px;margin-bottom:6px; padding-bottom:3px;margin-top:0px;}

* html .puff_row
{float:left;width:193px;margin-bottom:2px; padding-bottom:0px; padding-top:0px;  margin-top:0px;} /* IE6 */

.puff_row_ie6
{float:left;width:195px;line-height:18px;margin-bottom:2px; margin-top:0px;}

* html .puff_row_ie6
{float:left;width:190px;line-height:18px;margin-bottom:2px; margin-top:0px;}


.loan_submenu_wrapper
{
	width:460px;
	border-bottom:solid 3px #ffca00;	
	text-align:left;
	font-weight:bold;
	/*font-size:0.8em;*/
	height:23px;
	margin-bottom:30px;
	margin-top:35px;
	float:left;
}
#loan_step_menu
{
	float:left;
	list-style-type: none;
	margin-left:13px;
}
* html #loan_step_menu
{
	float:left;
	list-style-type: none;
	margin-left:7px;
}
#loan_step_menu li
{
	display:block;
	float:left;
	line-height:23px;
	/*	position:relative;
	top:0px;
	float:left;*/
		background:url("../gfx/loan_flik_inactive_right.gif") no-repeat right top;
	margin-right:7px;
}
#loan_step_menu a 
{
	display:block;
	padding: 0px 6px 0px;
	/*color:#fff;
	text-decoration:none;*/
background:url("../gfx/loan_flik_inactive_left.gif") no-repeat left top;
		text-decoration:none;
		color:#878787;
}
#loan_step_menu a:hover
{
	color:#eeeeee;
	text-decoration:none;
}
#loan_step_menu li.selected
{
	background:url("../gfx/loan_flik_active_right.gif") no-repeat right top;
		text-decoration:none;
}
#loan_step_menu .selected a
{
			color:#544D2F;
	/*display:block;
	padding: 2px 15px 0px 15px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;*/
	background:url("../gfx/loan_flik_active_left.gif") no-repeat left top;
}

#loan_step_menu .confirm a
{
	/*display:block;
	padding: 2px 15px 0px 15px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;*/
	color:#eeeeee;
	background:url("../gfx/loan_flik_confirm_left.gif") no-repeat left top;
}
#loan_step_menu .confirm a:hover
{
	color:#ffffff;
	text-decoration:none;
}
#loan_step_menu li.confirm
{
	background:url("../gfx/loan_flik_confirm_right.gif") no-repeat right top;
	color:#878787;
}
.subpage_puff_wrapper
{
	min-height:150px;
	float:left;
		background:#ffe16c url(../gfx/black_big_puff_content_bg.gif) no-repeat ;
	background-position:bottom;
}
* html .subpage_puff_wrapper
{
	height:150px;
	float:left;
	background:#ffe16c url(../gfx/black_big_puff_content_bg.gif) no-repeat ;
	background-position:bottom;
}

.subpage_puff_wrapper a 
{}

.subpage_puff_wrapper a:hover 
{
text-decoration: underline;}


/* aktuellt puff */

.front_right_puff_headline_content
{
float:left;width:195px; margin-bottom:4px;
}


.front_right_puff_rss
{
float: right;
}

.front_right_puff_date
{
float:left;
margin-bottom:4px;
width:195px;
}

.front_right_puff_news
{
float:left;
margin-bottom:0px;
width:185px;
text-decoration: underline;

}
.front_right_puff_news a
{
float:left;
text-decoration: underline;
}
.front_right_puff_more_arrow
{background-image:url(../gfx/icons/puff_arrow.gif);
background-position:0 center;
background-repeat:no-repeat;
width: 5px; 
height: 5px;
}



.front_right_puff_more_news
{
width: auto;
}

.arrow_position_right
{
width: auto;
float: right;
padding-left: 10px; 
background-image:url(../gfx/icons/puff_arrow.gif);
background-repeat:no-repeat;
background-position: 0px 0px;
/*background-color: Gray;*/
}

.arrow_position_left
{
/*width: 10px;*/
border: 0px solid red;
float: left;
padding-left: 10px; 
background-image:url(../gfx/icons/puff_arrow.gif);
background-repeat:no-repeat;
background-position: 0px 0px;
/*background-color: Gray;*/
}

.application_wrapper
{
	float:left;
	width:100%;
	border-bottom:solid 1px #d9d9da;
	font-size:0.9em;
}
.savings_wrapper
{
	float:left;
	width:100%;
	border-bottom:solid 1px #d9d9da;
	font-size:0.9em;
}
* html .savings_wrapper
{
	float:left;
	width:98%;
	border-bottom:solid 1px #d9d9da;
	font-size:0.9em;
}
.application_wrapper_reversedborder
{
	float:left;
	width:100%;
	border-top:solid 1px #d9d9da;
	font-size:0.9em;
}
.application_two_wrapper
{
	height:15px;
	width:100%;
	float:left;
}
.collect_row_wrapper
{
	width:100%;
	float:left;
	padding-bottom:8px;
		padding-top:8px;
	border-bottom:1px solid #D9D9DA;
	border-top:1px solid #D9D9DA;
	font-size:0.9em;
}
.collect_fullitem_wrapper
{
	width:495px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	padding-bottom:8px;

}
.collect_second_wrapper
{
	width:100%;
	float:left;
	padding-bottom:0px;
		padding-top:15px;
	border-bottom:1px solid #D9D9DA;
	font-size:0.9em;
	background-color:#f6f6f6;

}
.application_row_wrapper
{
	width:100%;
	float:left;
	padding-bottom:8px;

}
.application_row_wrapper_small
{
	width:45px;
	float:left;
	padding-bottom:8px;
	margin-left:10px;
}
* html .application_row_wrapper_small
{
	width:45px;
	float:left;
	padding-bottom:8px;
	margin-left:4px;
}



.application_row_wrapper_header
{
	width:100%;
	float:left;
	padding-bottom:0px;

}
.application_row_wrapper_height
{
	width:100%;
	float:left;
	padding-bottom:8px;
	height:80px;

}
.application_row_wrapper_special
{
	width:460px;
	float:left;
	padding-bottom:8px;
}
.application_shortitem_wrapper
{
	width:125px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
* html .application_shortitem_wrapper
{
	width:125px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
	float:left;
}
.application_mediumitem_wrapper
{
	width: 180px; /*225px;*/
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
* html .application_mediumitem_wrapper
{
	width:180px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	float: left;
}
.application_stores_wrapper
{
	width: 220px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
}
.application_halfitem_wrapper
{
	width:250px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
* html .application_halfitem_wrapper
{
	width:250px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
	float:left;
}
.application_mediumlongitem_wrapper
{
	width:175px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
* html .application_mediumlongitem_wrapper
{
	width:175px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
	float:left;
}
.application_longitem_wrapper
{
	width:360px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
* html .application_longitem_wrapper
{
	width:360px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
	float:left;
}
.application_longshortitem_wrapper
{
	width:335px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
* html .application_longshortitem_wrapper
{
	width:335px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
	float:left;
}
.application_bank_wrapper
{
	padding-left:5px;padding-right:5px;float:left;width:200px;display:none;	
}
.application_banknr_wrapper
{
	padding-left:5px;padding-right:5px;float:left;width:275px;display:none;	
}
.application_bank_wrapper_save
{
	padding-left:5px;padding-right:5px;float:left;width:200px;
}
.application_banknr_wrapper_save
{
	padding-left:5px;padding-right:5px;float:left;width:275px;
}
.application_fullitem_wrapper
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	float:left;
}
.application_fullitem_wrapper_border
{
	/*width:495px;*/
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	border-top:1px solid #D9D9DA;
}
.application_textbox
{
	width:100%;
	border:solid 1px #626262;
	padding:3px 0 3px 1px;
	font-family:arial,sans-serif;
	font-size:12px;
	
}
/*.application_textbox:focus, .application_textbox:focus
{
	background-color:#FFFFEE;
}*/
.application_textbox_upload
{
	width:100%;
	border:solid 1px #626262;
	padding:3px 0 3px 1px;
	font-family:arial,sans-serif;
	font-size:12px;
	background-color:#ffffff;
}

.application_right_wrapper
{
	width:98%;
	margin-top:10px;
	margin-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	text-align:right;
}
.application_continue_wrapper
{
	height:23px;
		margin-top:8px;
}
.application_back_button
{
	float:left;
	height:23px;
	line-height:23px;
	padding-left:5px;
	background:url(../gfx/back_left.png) no-repeat;
	background-position:left;	
	color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
}
* html .application_back_button
{
	float:left;
	height:23px;
	line-height:23px;
	padding-left:5px;
	background:url(../gfx/back_left.png) no-repeat;
	background-position:left;	
	color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
	width:10px;
	white-space: nowrap;
}
.application_back_button a
{
	display:block;
	height:23px;
	padding-right:5px;
	padding-left:18px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.application_back_button a:hover
{
	text-decoration:none;
}
.application_back_arrow
{
	float:left;
	height:23px;
	width:8px;
	background:url(../gfx/back_right.png) no-repeat;
	background-position:right;	
}

/* text */
.application_continue_button
{
	float:right;
	height:23px;
	line-height:23px;
	background:url(../gfx/continue_left.png) no-repeat;
	background-position:left;
	color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
	white-space: nowrap;
	padding-left: 9px;
}

.application_continue_button_double
{
	float:right;
	height:23px;
	line-height:23px;
	padding-left:9px;
	background:url(../gfx/continue_left.png) no-repeat;
	background-position:left;	
	color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
	white-space: nowrap;
}
* html .application_continue_button_double
{
	float:right;
	height:23px;
	line-height:23px;
	padding-right:5px;
	background:url(../gfx/continue_left.gif) no-repeat;
	background-position:right;	
	color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
	width:100px;
	white-space: nowrap;
}
* html .application_continue_button
{
	float:right;
	height:23px;
	padding-right:5px;
	background:url(../gfx/continue_left.gif) no-repeat;
	background-position:right top;	
	color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
	width:10px;
	white-space: nowrap;
}

.application_continue_button a
{
	display:block;
	height:23px;
	padding-right:5px;
	padding-left:5px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.application_continue_button a:hover
{
	text-decoration:none;
}

.application_continue_button_double a
{
	display:block;
	height:23px;
	padding-right:5px;
	padding-left:5px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.application_continue_button_double a:hover
{
	text-decoration:none;
}

/* pil */
.application_continue_arrow
{
	float:right;
	height:23px;
	width:18px;
	background:url(../gfx/continue_right.png) no-repeat;
	background-position:left;	
}
/*Liten grå knapp*/
.small_button_wrapper
{
	width:520px;
	white-space: nowrap;
}

.small_button
{
	float:right;
	height:20px;
	line-height:20px;
	background:url(../gfx/small_button_left.gif) no-repeat left top;
	color:#333333;
	font-size:0.9em;
	font-weight:bold;
	white-space: nowrap;
}
.small_button div
{
	height:20px;
	background:url(../gfx/small_button_right.gif) no-repeat right top;
	padding: 0px 5px 0px 5px;
}
.small_button div a { text-decoration: none; }
.second_button
{
	margin-left:13px;
}
.shopping_cart_content .first_button
{
	margin: 0px;
}
.shopping_cart_content .second_button
{
	float: right;
}
.small_continue_button
{
	float:right;
	height:20px;
	line-height:20px;
	padding-right:5px;
	padding-left:8px;
	background:url(../gfx/small_button_left.gif) no-repeat left top;
	color:#333333;
	font-size:0.8em;
	font-weight:bold;
	white-space: nowrap;
}

.small_continue_button_reserve
{
	float:left;
	height:20px;
	line-height:20px;
	padding-right:5px;
	padding-left:8px;
	background:url(../gfx/small_button_left.gif) no-repeat;
	background-position:left;	
	color:#333333;
	font-size:0.8em;
	font-weight:bold;
	white-space: nowrap;
}
* html .small_continue_button_reserve
{
	float:left;
	height:20px;
	line-height:20px;
	padding-right:5px;
	padding-left:8px;
	background:url(../gfx/small_button_left.gif) no-repeat;
	background-position:left;	
	color:#333333;
	font-size:0.8em;
	font-weight:bold;
	width:105px;
	text-align:center;
	white-space: nowrap;
}
* html .small_continue_button
{
	float:right;
	height:20px;
	line-height:20px;
	padding-left:4px;
	background:url(../gfx/small_button_left.gif) no-repeat;
	background-position:left;	
	color:#333333;
	font-size:0.8em;
	font-weight:bold;
	width:10px;
	white-space: nowrap;
}

.small_continue_button a
{
	display:block;
	height:20px;
	padding-right:5px;
	padding-left:5px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
* html .small_continue_button a
{
	display:block;
	height:20px;
	padding-left:5px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.small_continue_button a:hover
{
	text-decoration:none;
}
.small_continue_arrow
{
	float:right;
	height:20px;
	width:3px;
	background:url(../gfx/small_button_right.gif) no-repeat;
	background-position:right;	
}
.small_continue_arrow_rightspace
{
	float:left;
	height:20px;
	width:3px;
	margin-right:10px;
	background:url(../gfx/small_button_right.gif) no-repeat;
	background-position:right;	
}
* html .small_continue_arrow_rightspace
{
	float:left;
	height:20px;
	width:3px;
	margin-right:5px;
	background:url(../gfx/small_button_right.gif) no-repeat;
	background-position:right;	
}
/*Till valutakorgen nedan*/
.small_shoppingchart_left
{
	float:right;
	height:20px;
	line-height:20px;
	padding-right:5px;
	padding-left:8px;
	background:url(../gfx/shopping_small_button_left.gif) no-repeat;
	background-position:left;	
	color:#333333;
	font-size:0.85em;
	font-weight:bold;
}
* html .small_shoppingchart_left
{
	float:right;
	height:20px;
	line-height:20px;
	padding-right:5px;
	padding-left:8px;
	background:url(../gfx/shopping_small_button_left.gif) no-repeat;
	background-position:left;	
	color:#333333;
	font-size:0.85em;
	font-weight:bold;
	width:10px;
	white-space: nowrap;
}
.small_shoppingchart_left a
{
	display:block;
	height:20px;
	padding-right:5px;
	padding-left:5px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.small_shoppingchart_right
{
	float:right;
	height:20px;
	width:3px;
	background:url(../gfx/shopping_small_button_right.gif) no-repeat;
	background-position:right;	
}
* html .small_shoppingchart_right
{
	float:right;
	height:20px;
	width:3px;
	background:url(../gfx/shopping_small_button_right.gif) no-repeat;
	background-position:right;	
}
/*Till valutakorgen ovan*/
.termspopup_wrapper
{
	padding:25px;
	font-size:1.2em;	
	background-color:#ffffff;
}
.storedetails_wrapper
{
	width:700px;
	border-bottom:solid 1px #D6D6D6;

}
.storedetails_header
{
	width:700px;
	height:30px;
	background:url(../gfx/bg_table_header.png);
	float:left;
	line-height:30px;
	font-weight:bold;
	padding-left:5px;
}
.storedetails_data
{
	padding-top:5px;
	width:280px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	line-height:1.3em;
}
.storedetails_map
{
	width:400px;
	padding:5px;
	float:left;
}
.special_open td.header
{
	font-size:0.9em;
	width:110px;
	vertical-align:top;
}
.special_open td.value
{
	font-size:0.9em;
	width:80px;
	vertical-align:top;
}
.special_open td.longvalue
{
	font-size:0.9em;
	width:160px;
	vertical-align:top;
}

.DisplayOrder .Heading 
{
	font-weight: bold;
}
.DisplayOrder .FieldBlockLeft 
{
	width: 45%;
	clear: both;
	float: left;
}
.DisplayOrder .FieldBlock 
{
	clear: both;
}
.DisplayOrder .Content 
{
	padding-bottom: 1em;
}
.DisplayOrder table.Items 
{
	border-collapse: collapse;
	width: 95%;
}
.DisplayOrder table.Items tr.Header 
{
	background:#FFD532 url(/Forex/gfx/bg_table_header.png) repeat-x scroll 0 0;
	margin-bottom:10px;
}
.DisplayOrder table.Items th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5ex;
}
.DisplayOrder table.Items td
{
	padding: 0.5ex;
}
.DisplayOrder table.Items .Amount 
{
	text-align: right;
}
.DisplayOrder table.Items .Total 
{
	font-size: 150%;
}
.DisplayOrder table.Items td.Total 
{
	border-top: solid 2px #000000;
}

.profile_container
{
	width:100%;
}

.profile_item
{
	width: 48%; float: left; margin-bottom: 5px;
}

.profile_text_section
{
	width:98%; float:left; margin-bottom:5px;
}



#site_header_top_image {display: none;}

.loggedInLabel
{
	float: left;
	height: 26px;
	line-height: 24px;
	font-size: 0.9em;
	color: #ffffff;
}

#loggedInMenu, #loggedInMenu ul      
{
	padding: 0;     
	margin: 0;     
	list-style: none; 
	float:left;
}

#loggedInMenu a 
{     
	display: block;
	width: auto;	
	text-decoration:none;
	background-image:url(../gfx/icons/puff_arrow_down.gif);
	background-position:right center;	
	background-repeat:no-repeat;
	padding-right:20px;
} 
#loggedInMenu li      
{
	float: left;     
	width: auto; 
}
#loggedInMenu li ul   
{
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;	
	border-top:1px solid black;
	text-align:left;   
	position: absolute;     
	width: 10em;
	left: -999em; 
	background-color:#FFD92D;
	z-index: 99; height:auto; 
	padding:5px;	
} 
#loggedInMenu li ul li { height: auto; width:10em; }
#loggedInMenu li ul a, #loggedInMenu li ul a:visited   
{
	color:#544D2F;   
	line-height: 22px; 
	background-image:url(../gfx/icons/puff_arrow.gif);
	background-position:0 center;
	background-repeat:no-repeat; 
	padding-left:10px; 
}
#loggedInMenu li ul a:hover { text-decoration:underline; }
#loggedInMenu li:hover ul { left: auto;}
#loggedInMenu li:hover ul, #loggedInMenu li.sfhover ul {    left: auto; }
.DropDownMenu, .DropDownMenu ul      
{
	padding: 0;     
	margin: 0;     
	list-style: none; 
	float:left;
	list-style-type: none;
}
.forexDropDownMenu_wrapper
{
	float: right;
	/*margin-right: 12px;*/
	white-space:nowrap	
}
/*
* html .forexDropDownMenu_wrapper
{
	float: right; 
	margin-right: 12px;
	width:20px;
	white-space:nowrap	
}
*/
.forexDropDownMenu li ul.forexLinks
{
	list-style-type: none;

	text-align:left;   
	position: absolute;     
	width: 95px;
	left: -999em;
	z-index: 9999999; height:auto; 
	border-top:1px solid #a81533;
	border-bottom:1px solid #a81533;
	border-left:1px solid #86001b;
	border-right:1px solid #86001b;
	background:#ffffff;
	padding-top:3px;
	padding-bottom:5px;
	clear:both;
} 

.forexDropDownMenu li ul.forexLinks li
{
	/*font-size:0.85em;*/
	font-family:arial, Verdana;
	padding-top:3px;
	padding-left:7px;
} 

/*dropdown menu*/

.DropDownMenu, .DropDownMenu ul      
{
	padding: 0;     
	margin: 0;     
	list-style: none; 
	float:left;
	list-style-type: none;
}

.DropDownMenu a 
{     
	display: block;
	width: auto;	
	text-decoration:none;
	background-position:right center;	
	background-repeat:no-repeat;
} 
.DropDownMenu li      
{
	float: left;     
	width: auto; 
}
.DropDownMenu li ul.aktuellakurser   
{
list-style-type: none;
	text-align:left;   
	position: absolute;     
	width: 105px;
	left: -999em; 
	z-index: 99; height:auto; 
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background:#e7e7e7 url(/Forex/gfx/dropdown_bg.gif) repeat-x;
	padding-top:3px;
	clear:both;
} 
.DropDownMenu li ul.valutapuff 
{
	list-style-type: none;

	text-align:left;   
	position: absolute;     
	width: 170px;
	left: -999em; 
	z-index: 99; height:auto; 
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background:#e7e7e7 url(/Forex/gfx/dropdown_bg.gif) repeat-x;
	padding-top:3px;
	clear:both;
} 
.DropDownMenu li ul.login
{
	list-style-type: none;

	text-align:left;   
	position: absolute;     
	width: 120px;
	left: -999em; 
	z-index: 9999; height:auto; 
	border-top:1px solid #a81533;
	border-bottom:1px solid #a81533;
	border-left:1px solid #86001b;
	border-right:1px solid #86001b;
	background:#ffffff; /*#ffe15a url(/Forex/gfx/login_dropdown_bg.gif) repeat-x;*/
	padding-top:3px;
	clear:both;
} 
.DropDownMenu li ul.forexLinks
{
	list-style-type: none;

	text-align:left;   
	position: absolute;     
	width: 110px;
	white-space:nowrap;
	left: -999em; 
	z-index: 99; height:auto; 
	border-top:1px solid #000000/*#f4c903*/;
	border-bottom:1px solid #000000/*#f4c903*/;
	border-left:1px solid #000000/*#e4b901*/;
	border-right:1px solid #000000/*#e4b901*/;
	background:#ffffff; /*#ffe15a url(/Forex/gfx/login_dropdown_bg.gif) repeat-x;*/
	padding-top:3px;
	clear:both;
} 



.DropDownMenu li ul li { height: auto; width: 100%; }
.DropDownMenu li ul a, .DropDownMenu li ul a:visited   
{
	color:#000000;   
	line-height: 20px;
	
	background-image:url(../gfx/icons/puff_arrow_small.gif);
	background-position:8px center;
	background-repeat:no-repeat; 
	padding-left:20px;
	
	padding-right:5px; 
	font-size:0.85em;
	clear:both;
}

.DropDownMenu li ul.login a, .DropDownMenu li ul.login a:visited   
{
	color:#000000;   
	line-height: 20px;
	
	background-image:url(../gfx/icons/puff_arrow_small.gif);
	background-position:8px 3px;
	background-repeat:no-repeat; 
	padding-left:20px;
	
	padding-right:5px; 
	font-size:0.85em;
	clear:both;
}
.DropDownMenu li ul.forexLinks a, .DropDownMenu li ul.forexLinks a:visited   
{
	color:#000000;   
	line-height: 20px;
	
	background-image:url(../gfx/icons/puff_arrow_small.gif);
	background-position:8px center;
	background-repeat:no-repeat; 
	padding-left:20px;
	
	padding-right:5px; 
	font-size:0.85em;
	clear:both;
}
.DropDownMenu li ul a:hover { text-decoration:underline; background-color:#ffffff;}
.DropDownMenu li ul.login a:hover { text-decoration:underline; background-color:#ffffff;}
.DropDownMenu li ul.forexLinks a:hover { text-decoration:underline; background-color:#ffffff;}

.DropDownMenu li:hover ul.login { left: 0px;}/*ställs in per dropdown, i detta fall .aktuellakurser*/
.DropDownMenu li:hover ul.login, .DropDownMenu li.sfhover ul.login {left: 0px; } /*ställs in per dropdown .aktuellakurser*/

.DropDownMenu li:hover ul.forexLinks { left: 0px;}/*ställs in per dropdown, i detta fall .aktuellakurser*/
.DropDownMenu li:hover ul.forexLinks, .DropDownMenu li.sfhover ul.forexLinks {left: 0px; } /*ställs in per dropdown .aktuellakurser*/

.DropDownMenu li:hover ul.aktuellakurser { left: 0px;}/*ställs in per dropdown, i detta fall .aktuellakurser*/
.DropDownMenu li:hover ul.aktuellakurser, .DropDownMenu li.sfhover ul.aktuellakurser {left: 0px; } /*ställs in per dropdown .aktuellakurser*/

.DropDownMenu li:hover ul.valutapuff { left: 21px;}/*ställs in per dropdown, i detta fall .valutapuff*/
.DropDownMenu li:hover ul.valutapuff, .DropDownMenu li.sfhover ul.valutapuff {left: 21px; } /*ställs in per dropdown .valutapuff*/

.li_bottom
{
	height:2px;
	font-size:1px;
	line-height:1px;
	background:#ececec;
}
.dropdown_continue_button
{
	float:left;
	height:20px;
	line-height:20px;
	padding-right:5px;
	padding-left:8px;
	background:url(../gfx/small_button_left.gif) no-repeat;
	background-position:left;	
	color:#333333;
	font-size:0.85em;
	font-weight:bold;
}

.dropdown_continue_arrow
{
	float:left;
	height:20px;
	width:3px;
	background:url(../gfx/small_button_right.gif) no-repeat;
	background-position:right;	
}

.login_li_bottom
{
	height:2px;
	font-size:1px;
	line-height:1px;
	background:#ffffff; /*#fee679;*/
}
.login_dropdown_continue_button
{
	float:left;
	height:26px;
	line-height:26px;
	padding-right:7px;
	padding-left:10px;
	background:#ffe15a url(../gfx/login_small_button_left.png) no-repeat;
	background-position:left;	
	color:#333333;
	font-size:0.85em;
	font-weight:bold;
}

.login_dropdown_continue_arrow
{
	float:left;
	height:26px;
	width:3px;
	background:#ffe15a url(../gfx/login_small_button_right.png) no-repeat;
	background-position:right;	
}

.links_dropdown_continue_button
{
	float:left;
	height:14px;
	line-height:12px;
	/*padding-right:4px;*/
	/*padding-left:5px;*/
	color:#333333;
	/*font-size:0.85em;*/
	font-family:Arial,Verdana,Sans-Serif;
}
/*
* html .links_dropdown_continue_button
{
	float:left;
	height:14px;
	line-height:12px;
	padding-right:4px;
	padding-left:5px;	
	color:#333333;
	font-family:Arial,verdana;
	width:10px;
	white-space: nowrap;
}
*/

.links_dropdown_continue_arrow
{
	float:left;
	height:12px;
	line-height:12px;
	padding-right:5px;
	color:#333333;
	font-size:0.85em;
	font-family:Arial,verdana;
}

.reservebranchopeninghours 
{
	margin-top: 5px;
	width: 100%;
	background-color: #eeeeee;
	border-top:1px solid #D9D9DA;
	border-bottom:1px solid #D9D9DA;
}
.reservebranchopeninghours div
{
	padding: 13px 13px 5px 13px;
}
.reservebranchopeninghours .special_open
{
	padding: 0px 13px 0px 13px;
}
.BranchMapLink
{
    margin-left:2px;
}
.SelectedPagingItem 
{
	font-weight: bold;
}

.errorBox
{
	border: 1px solid Red;
	padding:10px;	
	padding-top:5px;
	clear:both;	
	margin-bottom:1em;
}

.errorBox p
{
	margin:4px 0 0;
}

.currency_type
{
	margin-left: 5px;
}