﻿.left .wallet
{
	width: 700px;
}
.wallet p
{
	font-size: 11px;
	color: #00248b;
	clear: left;
	position:relative; /* used for tooltip */
}

.wallet ul
{
	font-size: 11px;
	color: #00248b;
}
.wallet ul li
{
    margin-left: 15px;
}

.wallet div.intro
{
	font-size: 11px;
	color: #00248b;
}
.wallet label
{
	color: #00248b;
	font-size: 11px;
}

.wallet fieldset
{
	margin: 20px 10px 0 0;
	border: 0px solid #000;
}

.wallet .field
{
	display: block;   
}
.wallet .field label
{
	width: 135px;
	float: left;
	padding-top: 2px;
}
.wallet .checkboxfield label
{
	padding: 2px 0 3px 5px;
	display: inline-block;
}
.wallet .field input
{
	width: 220px;
}

.wallet .checkboxfield input
{
	float: left;
	margin-left: 135px;
	margin-top:3px;
}
.wallet .errorfield
{
	margin: 10px 30px 10px 0px;
	
}
.wallet .errorfield div
{
	font-size: 11px;
	border: 1px solid #EED0BC;
	padding: 5px;
	background-color: #FEE0CC; 
	
}
.wallet .errorfield div li
{
	list-style: none;
	color: #333;
}

#site .content .topmenu li
{ 
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 148px;
}
#site .content .topmenu a, 
#site .content .topmenu a:hover, 
#site .content .topmenu a:focus, 
#site .content .topmenu a:active 
{
	background-position:100% -150px; top: 1px;
}
#site .content .topmenu li.wallet a, 
#site .content .topmenu li.wallet a:hover, 
#site .content .topmenu li.wallet a:focus, 
#site .content .topmenu li.wallet a:active 
{
	background-position:100% -100px;
}
#site .content .topmenu li
{
	
}
#site .content .topmenu a, 
#site .content .topmenu span {
	background:transparent url(/include/images/tab_orange.gif) no-repeat scroll 0 -50px;
	display:block;
	padding:0 10px;
	
}
#site .content .topmenu a
{
	color: #009;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin:1px 0 0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding-left:0;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	background-position:100% -150px;
	cursor:pointer;
   
}
#site .content .topmenu li.wallet a
{
	background-position: 100% -100px;
}
#site .content .topmenu 
{
	padding:0;
	margin:0;
}
#site .content .topmenu ul
{
	width: 300px;
	margin: 0;
	padding: 0 0 0 28px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#site .content .topmenu .blue {
	position: absolute;
}
#site .content .topmenu .blue li {
	height: 34px;
	width: 148px;
	background: url(/include/images/menu/tab.png) no-repeat 0 0;
	margin: 0 0 0 -16px;
	position: relative;
	z-index: 0;
}
#site .content .topmenu .blue .active {
	height: 36px;
	background: url(/include/images/menu/tab_active.png) no-repeat 0 0;
	z-index: 1;
}
#site .content .topmenu .blue a, #site .content .topmenu .blue a span {
	background: none;
	margin: 7px 0 0;
}
#site .content .topmenu .blue li.active a {
	color:#FF6600;
	margin-top:0;
	position:relative;
	z-index:2;
	background: none;

}
#site .content .topmenu .blue li.wallet a span {
	background-position:0 0;
}

* > #site .content .topmenu  a span {
	height:auto;
	width:auto;
}

#site .content .topmenu a span {
	height:20px;
	min-height:20px;
	min-width:64px;
	padding: 3px 5px 0 16px;
	width:auto;
}

/* registreren */
.wallet #registerMenu
{
	padding: 0 0 0 10px;
	clear: both; 
	float: none;
}
.wallet #registerMenu li
{
	display: block;
	float: left;
	font-size: 13px;
	padding: 5px 20px 5px 0px;
	margin: 0 10px 0 0;
	
	color: #999;
}
.wallet #registerMenu li span
{
	padding: 4px;
	margin: 0 3px 0 0;
	display: block;
	float: left;
}
.wallet #registerMenu li.active span.number
{
	color: #fff;
	background-color: #FA590A;
	font-size: 16px;
}
.wallet #registerMenu li span.number
{
	color: #fff;
	background-color: #868686;
	font-size: 16px;
}
.wallet #registerMenu li.active span
{
	font-weight: bold;
	color: #FA590A;
}

.wallet .transactions table
{
	border: 0px;
	width: 660px;
}
.wallet .transactions table td, .wallet .transactions table th
{
/*    white-space: nowrap;*/
	font-size:11px;
	padding: 2px 2px 0px 2px;
	text-align: left;
}
.wallet .transactions .alternate
{
	background-color: #eee;
}
.wallet .transactions .description
{
	overflow:hidden;
}
.wallet .fieldname {
	display:inline-block; 
	width: 125px;
}
.wallet a
{
	text-decoration: underline;
	color: #fa590a;
}
.wallet a:hover
{
	color:#0B1979;
}
.wallet .subheader
{
	margin:0;
	font-size: 16px;
	padding: 0 0 10px 0;
	color:#00218A;
	font-family:Arial,Sans-Serif;
}
.wallet .balanceheader, .wallet .balance
{
	background:transparent url(/include/images/walletBlockHeader_bg.gif) no-repeat scroll left bottom;
	color:#1111A0;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	height:23px;
	padding:10px 0 0 10px;
	width:237px;
}
.wallet {
	line-height: 20px;
}
.wallet .balanceBlock {
	background: url(/include/images//minitix/wallet_bg.gif) no-repeat bottom left;
	color: #1111a0;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 0px 0px;
}
.wallet .balanceBlock .limitBlock {
	margin: 0 0 20px 0;
}
.wallet .balanceBlock .balancelinks {
	margin: 0 0 0 20px;
}
.wallet .login input.submitbutton {
	font-size: 12px;
	height: 25px;
	border: 0;
	cursor: pointer;
	color: #666;
	padding-top: 0;
	width: 160px;
	background: url(/include/images/button_160.gif) no-repeat 0 0;
}
.wallet .login input.submitbutton:hover {
	background: url(/include/images/button_160_hover.gif) no-repeat 0 0;
}
.wallet .button_128, #terms_body .button_128
{
	width: 128px;
	background: url(/include/images/button_128.gif) no-repeat 0 0;
}
.wallet .button_128:hover, #terms_body .button_128:hover
{
	background: url(/include/images/button_128_hover.gif) no-repeat 0 0;
}
.wallet .button_160, .wallet .submitbutton
{
	width: 160px !important;
	background: url(/include/images/button_160.gif) no-repeat 0 0;
}
.wallet .button_160:hover, .wallet .submitbutton:hover
{
	background: url(/include/images/button_160_hover.gif) no-repeat 0 0;
}
.wallet .button_200, .wallet .field input.button_200
{
	width: 200px;
	background: url(/include/images/button_200.gif) no-repeat 0 0;
}
.wallet .button_200:hover, .wallet .field input.button_200:hover
{
	width: 200px;
	background: url(/include/images/button_200_hover.gif) no-repeat 0 0;
}
.wallet .button_80
{
	width: 80px;
	background: url(/include/images/button_80.gif) no-repeat 0 0;
}
.wallet .button_80:hover
{
	background: url(/include/images/button_80_hover.gif) no-repeat 0 0;
}
.wallet .balancebutton, .wallet .button_128, .wallet .button_80, .wallet .button_160, .wallet .button_200, #terms_body .button_128, .wallet .submitbutton
{
	font-size: 12px; 
	height: 25px;
	border: 0;
	cursor: pointer;
	color: #666;
	padding-top: 0;
}
.wallet .balancebutton
{
	margin: 0 0 0 50px;
}
.wallet .balancelinks
{
	font-size: 11px; 
	clear: both; 
	padding: 10px 0 10px 0; 
}
.wallet .balancelinks a {
	font-weight: normal;
}
.wallet .balance
{
	clear: both; 
	font-weight: bold; 
	color: #00248B;
	font-size: 14px;
	margin: 0 0 5px;
}

.wallet .radioItem input, .wallet .radioItem label, .wallet .radioItem select
{
	float:left;
}
.brow-firefox .wallet .radioItem input.topup
{
	margin-top:3px;
}
.wallet .radioItem select
{
	margin: 0 5px;
}
.wallet .radioItem label
{
	padding-top:3px;
}
.wallet .radioItem
{
	display:block;
	overflow: hidden;
}
.rightblock
{
	margin: 16px 10px 10px 10px;
	padding-bottom: 20px;
	border-bottom:1px solid #DDDDDD;
}
.ui-tabs-hide 
{
	display: none;
}
ul li.ui-tabs-selected 
{
	font-weight: normal;
}
#transactiontabs
{
	padding: 0 0 10px 0;
}
#transactiontabs ul
{
	clear: both;
	
}
.ui-tabs-selected a,.ui-tabs-selected span
{
	color: #FF6600;
	text-decoration: none;
}
#transactiontabs a 
{
	color:  #1111a0;
}
#transactiontabs .ui-tabs-nav a 
{
	text-decoration: none;
}
#transactiontabs ul li
{
	
	float: left;
	width: auto;
	display: block;
	list-style: none;
	padding: 3px 5px 0 2px;
}
#transactiontabs th
{
	color: #1111a0;
}
.loggedin
{
	color: #000099;
	float: right;
	font-size:11px;
	width: 320px;
	padding-top: 8px;
	padding-right: 10px;
	position: absolute;
	right: 0;
	top: 100px;
	
}
.loggedin span
{
	float: right;
	background-image: url(/include/images/icons/mobile_icon.gif);
	background-repeat:no-repeat;
	background-position: 0 -2px;
	padding-left:16px;
}
.loggedin a:hover
{
	color: #fa590a; 
}
.loggedin a
{
	float: right;
	color: #000099;
	text-decoration: none;
}

.wallet .legenda
{
	font-size: 11px; 
	height: 35px;
	float: right;
}
.wallet .legenda img
{
	float: left;
}
.wallet .legenda span
{
	width: 85px; 
	display: block; 
	padding: 0 0 0 5px; 
	float: left;
	color: #00248B;
}
.wallet .headerAccount
{
	margin: 15px 0 5px 0; 
	padding-top: 10px; 
	border-top:1px solid #DDDDDD; 
	clear: both;
}

/* TOOLTIP */
a.tooltip
{
	display:inline-block;
	width:12px;
	height:18px;
	text-indent:-9999em;
	background:url('/include/images/icons/tooltip-i.gif') no-repeat left 5px;
	text-decoration:none;
	border:none;
}
.tooltip span  
{
	display:none;
	width:200px;
	color:#000;
  text-decoration:none;
  line-height:1.5;
  text-indent:0;
  border:1px solid #b5b5b5;
  padding:5px;
  position:absolute;
  background:#f9f9f9;
  z-index:100;
}

#site .content .walletConfig .fullBlock {
	padding: 15px;
	width: 650px;
	margin: 0 0 10px 8px;
	position: relative;
	overflow: visible; /* popups can overflow */
}
.walletConfig {
	font-size:11px;
}
.walletConfig .alt {
	background: #f4f4f4;
}
.walletConfig .fullBlock h2 {
	font-size: 13px;
	margin: 0 0 5px 0;
}
.walletConfig .fullBlock a{
	font-size:11px;
	position: relative;
}
.walletConfig .fullBlock a.unregister {
	color: #333333;
}
.wallet a.unregister:hover {
	color:#0B1979;
}
.walletConfig .fullBlock .fieldname {
	color: #1111a0;
	font-size: 11px;
	width: 145px;
}
.walletConfig .fullBlock .fieldvalue {
	color:#000;
	display:inline-block;
	font-size:11px;
	width:220px;
}
.wallet .iDealContainer {
	padding: 18px;
	background: #f4f4f4;	
	margin: 10px 0;
}
.wallet .iDealContainer .field {
	margin: 0 0 3px 0;
}
.wallet .Status {
	border: 1px solid #ff0000; padding: 5px; margin: 0px 10px 0px 10px;  position: relative; font-size: 11px;
}
.wallet .messages p {
	color: #000;
}

.parent-280 #site .content .left .white {
	border-right: 0;
}

/* terms popin */

#terms_body  {
	background:url("/include/images/terms-bg.gif") repeat-x scroll 0 0 transparent;
	height:250px;
	padding:20px;
}

#terms_body p, #terms_body label
{
	color: White;
	padding: 0 0 20px 0;
	margin: 0;
}

#terms_body p, #terms_body label, #terms_body .button_128
{
	margin-left: 25px;
}

#terms_body a
{
	color: #3588D5 !important;
}
#terms_body a.button_128, #terms_body a.button_128:hover{
	background: transparent url(/include/images/button_128.gif) no-repeat 0 0;
}

#terms_body .terms_left, #terms_body .terms_right
{
	display:block;
	float:left;
}

#terms_body .terms_left
{
	width:394px;
	padding-right:20px;
}

#terms_body .terms_right
{
	width:200px;
}

#terms_body fieldset
{
	border: 0;
}

#terms_body .termsbox
{
	float:left;
	margin-top:2px;
}

#terms_body #accept-error
{
	color:Orange;
}
