﻿body {
}

#tabs {
    width: 25%;
    position: absolute;
    display: none;
    z-index: 101;
    text-overflow:clip;
}
#tabs .tab {
    margin-bottom: 5px;
    margin-right: 5px;
}
#tabs .tab.tab_selected {
    margin-right: 0;
}
#tabs .tab h2 {
    font-size: 1.1em;
    display: none;
}
#tabs .tab p {
    display: none;
}
#tabs .tab_my_account { background: #000 url('../images/icons/my_account.png') 60% 0px no-repeat; }
#tabs .tab_quick { background: #67C2C8 url('../images/icons/quick.png') 60% 0px no-repeat; }
#tabs .tab_topup { background: #81BD26 url('../images/icons/topup.png') 60% 0px no-repeat; }
#tabs .tab_settings { background: #E00043 url('../images/icons/settings.png') 60% 0px no-repeat; }
#tabs .tab_shop { background: #5F98C3 url('../images/icons/shop.png') 60% 0px no-repeat; }
#tabs .tab_transactions { background: #8789C4 url('../images/icons/transactions.png') 60% 0px no-repeat; margin-bottom: 0;}

#options_column {
    display: none;
}
.page_content {
    border-left: 0px;
    padding: 10%;  
    margin: 2% 5%; 
    width: auto;
}
.page_content.contact, .page_content.btat_settings, .page_content.quick_settings {
    padding-top: 0;
}
.page_content.contact h3 {
    display: none;
}
.page_content.transactions {
    padding: 0;
    float: none;
}
#page.page_transactions {
    height: 100%;
    padding: 0;
}
div.trans_drop { 
    margin-left: 10%; 
}
.transactions_table.transverse tbody tr { 
    display: block; 
    float: left; 
    background-color: #8789c4;
}
.transactions_table.transverse tbody th,.transverse tbody td { 
    display: block; 
    background-color: #8789c4;
}
.transactions_table td {
    white-space:normal;
}
.transactions_table td a {
    width: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

#navcontainer {
    padding-left: 5%;
    margin-bottom: 0;
    display: none;
}
#header {
    padding: 3px 0px 0px 0px;
}
/* MODAL */
#modal_content, .modal_content {
    margin: 5% 5%;
}
#modal_content.transactions {
    margin: 10% 2%;
    padding: 10% 0;
}
#modal_content.modal_wp {
    margin: 5% 0%;
    padding: 0;
    width: auto;
}

/* Slideshow */
.center_block {
    width: 100%;
}
.textbox {
    width: 280%;
}

#page {
    width: 100%;
    float: left;
    min-height: 314px;
    position: relative;
    padding-right: 0;
    height: 377px;
}
#footer {
    text-align: center;
}
.hide_tiny {
    display: none;
}
.hide_full {
    display: inline;
}
#blocks .quiet_block {
    width: 150px;
    height: 30px;
    clear: both;
    padding: 6px 5px 15px 15px;
    display: none;
}

#blocks .quiet_block .head {
    margin: 0;
    margin-bottom: 3px;
    font-size: 1.2em;    
    text-decoration:none;  
    color: #fff;       
}
#blocks .quiet_block .body {
    font-size: 0.8em;
}

#blocks .quiet_block.block_deli {
    margin-left: 0; 
}

#reg_content {
    padding: 10%;
    background-image: none;   
    margin: 2% 5%;
    height: 100%;  
}
#reg_content.ff {
    padding: 0% 10% 10% 10%;    
}
.login_blocks {
    display: none;
}
.wrapper, #content{
    width: 100%;
}
/*.logo-wrapper {
    width: 100%;
    display: block;
}*/
.login_form {
    padding-left: 2%;
}
div.login_links {
    padding: 1% 0;
}
#reg_content h1 {
    font-size: 1.9em;
}

/* FORMS */
.form .table_row div{
    float: none;
    margin: 4px;
}
.form .table_row .table_cel1, .form.settings_form .table_row .table_cel1 {
    width: 100%;
    text-align: left;
}
.form .table_row .table_cel2.text_area {
    width: 100%;
}
.form .table_row .table_cel3 {
    margin-top: 3%;
    margin-left: 4px;
}
.form .table_row div.table_cel2.tandc
{
    width: 75%;
    float: left;
}
.form .table_row div.table_cel3.tandc {
    float: left;
}

.welcome_title, .welcome_text {
    display: none;
}

#page h3 {
    font-size: 1.7em;
}
.pull_out {
    display: block;
    position: relative;
    margin-bottom: -40px;
    z-index: 101;
    cursor: pointer;
    padding: 6px;
    background: url('../images/start.png') no-repeat center center;
    width: 30px;
    height: 30px;
}
.pull_out.flipped {
    margin-left: 25%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* Dropdown menu */
div.mobile_navbar {
    display: block;
    background-color: #000000;
}
/* LEVEL ONE */
ul.dropdown-menu  { 
  right: 0;
  position: relative;
  list-style: none;
  z-index: 100;
  border: 0;
  float: right;
  cursor: pointer;
}
ul.dropdown-menu li { 
  font-weight: bold; 
  float: left; 
  zoom: 1; 
  background: #000; 
  color: #fff; 
  padding: 4px 8px; 
}
ul.dropdown-menu a:hover	{
  color: #fff; 
}
ul.dropdown-menu a:active { 
  color: #fff; 
}
ul.dropdown-menu li a {
  display: block;
  border: 1px solid #000;
  color: #fff; 
  text-decoration: none;
}
ul.dropdown-menu li:last-child a { 
  border-right: none; 
} /* Doesn't work in IE */
ul.dropdown-menu li.hover,
ul.dropdown-menu li:hover { 
  background: #000; 
  color: #fff; 
  position: relative; 
}
ul.dropdown-menu li.hover a { 
  color: #fff; 
}

/* LEVEL TWO */
ul.dropdown-menu ul { 
  width: 150px; 
  visibility: hidden; 
  position: absolute; 
  top: 100%; 
  right: 0; 
  list-style: none;
  padding: 0;
}
ul.dropdown-menu ul li { 
  font-weight: normal; 
  background: #000; 
  color: #fff; 
  border: 0;
  float: none; 
}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown-menu ul li a	{ 
  border-right: none;
  width: 100%; 
  display: inline-block; 
} 
/* LEVEL THREE */
ul.dropdown-menu ul ul { 
   left: 100%; 
   top: 0; 
}
ul.dropdown-menu li:hover > ul { 
   visibility: visible;
}
div.paypal_logo {
    display: none;
}
table.fifty {
    width: 100%;
}
.textbox.ffemail {
    width: 100%;
}
.btat_settings .enable-text { 
    max-height: 30px;
}
div.contact_details {
    left: 10%;
    bottom: 0;
}
.FlexLogo {
    display: none;
}

.shop_plu {
    margin: 5px 5px 5px 25px;
}
.page_shop h2 {
    display: none;
}