/*
 * ========================================
 * = BASE
 * ========================================
 */

#template_td_no_margin_padding {
    text-align: right;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
}
#template_img_no_margin_padding {
    vertical-align: bottom;
    margin: 0px 1px 0px -5px;
    padding: 0px;
    border: none;
}

#base_header {
background-image: url(../../../../../en/images/vm_banner.gif); background-repeat: no-repeat;
    position: relative;
    /*width: 760px;*/
    width: auto;
    height: 72px;
    background-color: #990000;
    background-position: right top;
    z-index: 1;
    font-weight: normal;
}

#base_header a {
    text-transform: inherit;
    font-weight: normal;
    font-size: 11px;
}

#base_header a:hover {
    text-decoration: underline;
    text-transform: inherit;
}

#base_header #nav a {
    text-transform: inherit;
    font-weight: bold;
    font-size: 11px;
}

#base_header #nav a:hover {
    text-decoration: underline;
    font-weight: bold;
    text-transform: inherit;
}

#top_header_link {
    position: relative;
    width: auto;
    height: 15px;
    font-size: 11px;
    left: 300px;
    top: 2px;
    background-color: #CC0000;
    letter-spacing: 1px;
    color: white;
    z-index: 2;
}

#base_footer {
    position: relative;
    /*width: 760px;*/
    width: auto
    height: 24px;
    top: -1px;
    right: 0;
    bottom: 0px;
    left: 0px;
    background-color: #CC0000;
    color: white;
    text-indent: 10px;
    padding: 0px;
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#base_footer a {
    text-transform: inherit;
    font-weight: normal;
}

#base_footer a:hover {
    text-decoration: underline;
    text-transform: inherit;
}

#path_bar {
  position: relative;
  width: 100%;
  height: 14px;
  top: -1px;
  right: 0;
  left: 0px;
  background-color: #CC3333;
  text-indent: 10px;
  padding: 2px 0px 2px 0px;
  z-index: 0;  /*had to change this to 0 or secondary navs won't show it won't show*/
  font-size: 11px;
  font-weight: normal;
}

/*
 * ===================================================================
 * = Content and main back ground
 * ===================================================================
 */
#main_background {
    position: relative;
    width: auto;
    height: auto;
    top: -1px;
    left: 0px;
    padding: 0px;
    background-color: #CC3333;
    color: #000000;
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 11px;
    display: block;
}

#base_content {
    position: relative;
    width: auto;
    height: auto;
    top: -1px;
    left: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 11px;
    display: block;
}
/*
#content {
    position: relative;
    width: auto;
    height: auto;
    top: -1px;
    left: 0px;
    padding: 0px 0px 0px 0px;
    background: #FFFFFF !important;
    color: #000000;
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 11px;
    display: block;
    background:none !important;
}
*/
#myaccount_content {
    position: relative;
    width: auto;
    height: auto;
    top: -1px;
    left: 0px;
    padding: 0px 10px 0px 0px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 11px;
    display: block;
}

#template_top_nav_position {
    font-size: 11px;
    letter-spacing: 1px;
    color: white;
    z-index: 2;
}


/*   janet added        */

.h17 { height:17px; }
.h37 { height:37px; }

.template_top_nav_position { letter-spacing: 1px; color: white; z-index: 2; }
.template_td_no_margin_padding { text-align:right; vertical-align:bottom; }

.base_header { width: 100%; height: 72px; background-image: url(../../../../../en/images/vm_banner.gif); background-repeat: no-repeat; background-position: right top; z-index: 1; }
.base_header a { font-weight: normal;}
.base_header a:hover { text-decoration: underline;}

.base_footer { position: relative; top: -1px; width: 100%; height: 24px; background-color: #CC0000;}
.base_footer { color: #FFFFFF; text-indent: 10px; }
.base_footer a { font-weight:normal; }
.base_footer a:hover { text-decoration: underline; }

.base_content { position: relative; top: -1px; left: 0px; background-color: #FFFFFF; color: #000000; display: block; }

.main_background {
    position: relative;
    width: auto;
    height: auto;
    top: -1px;
    left: 0px;
    padding: 0px;
    background-color: #CC3333;
    color: #000000;
    display: block;
}

.myaccount_content {
    position: relative;
    width: auto;
    height: auto;
    top: -1px;
    left: 0px;
    padding: 0px 10px 0px 0px;
    background-color: #FFFFFF;
    color: #000000;
    display: block;
}

    .top_breadcrumbs a:link    {color: #FFFFFF; text-decoration:underline; }
    .top_breadcrumbs a:visited {color: #FFFFFF; text-decoration:underline;}
    .top_breadcrumbs a:hover   {color: #FFFFFF; text-decoration: underline;}
    .top_breadcrumbs a:active  {color: #FFFFFF; text-decoration: underline; }




/*  css for the benji dropdown menus below  */

ul#nav {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  float:right;
  }

*:root ul#nav {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  }

ul#nav  li {
  float: left;
  position: relative;
  }


*:root ul#nav  li {
  position: relative;
  }

*:root html>body ul { padding-left:0px;}




ul#nav  li ul {
  display: none;
  position: absolute;
  top: 1em;
  left: 0;
  }

*:root ul#nav  li ul {
  display: none;
  position: absolute;
  top: 0em;
  left: 0;
  }

ul#nav li:hover ul.secondNav,
ul#nav li.over ul.secondNav{
    display: block;
    float:right;
  }

*:root ul#nav li:hover ul.secondNav,
*:root ul#nav li.over ul.secondNav{
    display: block;
    z-index: 10000;
  }


ul#nav ul.secondNav li.secondLevel {
    background-color:#000000;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-bottom: solid thin;
    border-bottom-color:#373737;
    padding-left:10px;
    padding-right: 10px;
    padding-top:10px;
    padding-bottom: 4px;
    list-style: none;
    margin-left:0px;
}


*:root ul#nav ul.secondNav li.secondLevel {
    background-color:#000000;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-bottom: solid thin;
    border-bottom-color:#373737;
    padding-left:10px;
    padding-right: 10px;
    padding-top:10px;
    padding-bottom: 4px;
    list-style: none;
    margin-left:0px;
}



/*check this rule*/

ul#nav ul.secondNav li.secondLevel a,
ul#nav ul.secondNav li.secondLevel a:hover{
width:100%;
height: 20px;
}

ul#nav ul.secondNav{
margin:0px;
}

*:root ul#nav ul.secondNav{
margin:0px;
}


ul#nav  li.ul#nav  li.firstChild {
margin-top:20px;
}
/*
*:root ul#nav  li.ul#nav  li.firstChild {
margin-top: .25em;
background-color:purple;
}

*:root ul#nav  ul.secondNav {
margin-top: .25px;
background-color:purple;
}   */

ul#nav  li.firstChild {
margin-top: 9px;
}

*:root ul#nav  li.firstChild {
margin-top: 20px;
}


li.secondLevel {
margin-left: 0px;
height: 20px;
}

*:root li.secondLevel {
margin-left: 0px;
height: 20px;
}

ul#nav  a:link, ul#nav a:visited{
color: #fff;
text-decoration:none;
}


*:root ul#nav  a:link, ul#nav a:visited{
color: #fff;
text-decoration:none;
}


a.noMouse, a:hover.noMouse {  background-image: none; ;}

*:root a.noMouse, a:hover.noMouse {  background-image: none; ;}


li.topNavPhones ul.secondNav{
width: 200px;
height: 20px;
}

li.topNavTopup ul.secondNav{
width: 190px;
height: 20px;
}

li.topNavPrices ul.secondNav{
width: 180px;
height: 20px;
}

li.topNavActivate ul.secondNav{
width: 200px;
height: 20px;
}



*:root  ul#nav  li.topNavActivate ul.secondNav li.secondLevel,
*:root  ul#nav  li.topNavActivate ul.secondNav li.secondLevel .firstChild{
    width: 180px;
    position: relative; left: -5px;
        z-index: 10000;
}



*:root  ul#nav  li.topNavTopup ul.secondNav li.secondLevel,
*:root  ul#nav  li.topNavTopup ul.secondNav li.secondLevel .firstChild{
    width: 180px;
    position: relative; left: -140px;
}

ul#nav  li.topNavTopup ul.secondNav li.secondLevel,
ul#nav  li.topNavTopup ul.secondNav li.secondLevel .firstChild{
    width:  190px;
    position: relative; left: -133px;
}

ul#nav  li.topNavMyAccount ul.secondNav li.secondLevel,
ul#nav  li.topNavMyAccount ul.secondNav li.secondLevel .firstChild{
    width: 165px;
    position: relative; left: -79px;
}


*:root  ul#nav  li.topNavMyAccount ul.secondNav li.secondLevel,
*:root  ul#nav  li.topNavMyAccount ul.secondNav li.secondLevel .firstChild{
    width: 165px;
    position: relative; left: -99px;
}

a.noMouse, a:hover.noMouse {  background-image: none; ;}

/*styles for Firefox*/

*:root  ul#nav  li.topNavPhones ul.secondNav li.secondLevel,
*:root  ul#nav  li.topNavPhones ul.secondNav li.secondLevel .firstChild{
    width:  180px;
}

*:root .topNavPhones ul.secondNav,
*:root .topNavPrices ul.secondNav,
*:root .topNavActivate ul.secondNav,
li.topNavMyAccount ul.secondNav,
li.topNav ul.secondNav {
padding-left:0px;
}

/*
ul#nav  li.topNavPrices ul.secondNav li.secondLevel{
    width: 180px;
}*/

*:root  ul#nav  li.topNavPrices ul.secondNav li.secondLevel,
*:root  ul#nav  li.topNavPrices ul.secondNav li.secondLevel .firstChild{
    width: 110px;
    position: relative; left: -5px;
}


ul#nav  li.topNavPrices ul.secondNav li.secondLevel,
ul#nav  li.topNavPrices ul.secondNav li.secondLevel .firstChild{
    width: 130px;
    position: relative; left: -5px;
}






ul#nav  li.topNavMyAccount ul.secondNav li.secondLevel,
ul#nav  li.topNavMyAccount ul.secondNav li.secondLevel .firstChild{
    width: 170px;
    position: relative; left: -79px;
}

ul#nav {
z-index: 10000;
}

/*  css for the benji dropdown menus above  */

/* login enhancement css starts here */
/* Blue Breadcrumbs
======================================================== */
ul.bread_crumb {clear:both;height:36px; overflow:hidden; padding:20px 0 40px 0;}
ul.bread_crumb li {float: left;}
ul.bread_crumb li a, ul.bread_crumb li span {outline:none;float:left;cursor:auto; font-size: 16px;}
ul.bread_crumb li a:hover {color:#fff;}
.blue_breadcrumb_bg {background:url('/assets/images/b-t.png') no-repeat right top;color: #FFFFFF!important;padding:16px 70px 15px 50px; text-decoration:none;display:block; margin:0 0 0 -19px; position:relative; font-weight:bold; text-transform:uppercase; float:left;}
.gray_breadcrumb_bg {
   background:url('/assets/images/g-t.png') no-repeat right top;
       color: #000000 !important;
    display: block;
    float: left;
    font-weight: bold;
    height: 55px;
    margin: 0 0 0 -18px;
    padding: 16px 70px 15px 50px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.gray_n_breadcrumb_bg {background:url('/assets/images/g-n-t.png') no-repeat right top;color: #000!important; padding:16px 70px 15px 50px; text-decoration:none; display:block; margin:0 0 0 -18px; position:relative; font-weight:bold; text-transform:uppercase; float:left;}
.blue_last_breadcrumb_bg {background:#01aee3;padding:16px 70px 15px 50px; text-decoration:none; display:block; margin:0 0 0 -18px; position:relative; font-weight:bold; text-transform:uppercase; float:left;color:#fff;}

.blueg_last_breadcrumb_bg {
    background: none repeat scroll 0 0 #02AFE2;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    height: 28px;
    margin: 0 0 0 -20px;
    padding: 14px 70px 13px 50px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;}

.index_1 {z-index:1;}
.index_2 {z-index:2;}
.index_3 {z-index:3;}


/* Successful / Failure Message Box CSS
======================================================== */
.error_mesgbox {background: url('/assets/icons/error.png') no-repeat 10px 21px #FFFEDA;border: 2px solid #EFE0BD;color: #513130;font-weight: bold;line-height: 20px;margin: 20px 0;padding: 18px 20px 18px 35px;}
.error_mesgbox .blue-color {color: #50BCDA;}
.font-normal {font-weight:normal; font-size:13px;}
.Successful_mesgbox {background: url('/assets/icons/green-icon-information.gif') no-repeat 10px 15px #f0f8f0;border: 2px solid #c7e5c6;color: #513130;font-weight: bold;line-height: 20px;margin: 15px 0px 20px 0px;padding: 13px 15px 18px 35px; width:87%;}
.e_mesgbox {background: url('/assets/icons/green-icon-information.gif') no-repeat 10px 21px #eeeeee; color: #000;font-weight: bold;line-height: 20px;margin: 20px 0;padding: 18px 20px 18px 35px;}
.er_mesgbox {background: url('/assets/icons/error.png') no-repeat 10px 16px #eeeeee; color: #000;font-weight: bold;line-height: 20px;margin:0 0 20px 0;padding: 13px 15px 18px 35px; width:87%;}
ul.error_listing {margin:0;}
ul.error_listing li {list-style:disc;list-style-position:outside;margin:0 0 0 15px;font-weight:normal; font-size:13px}
ul.error_listing li span {color:#d8402f; font-weight:bold;}
.error_red{color:#cc0000;}

/* Form Generation CSS
======================================================== */
.subscription_form_container {/*margin:15px 0 0 0;*/position:relative;}
.subscription_form_ccontainer {margin:0px 0 0 0; position:relative;}
ul.forgotPassword { float: left; padding:0 0 0 0; width: 100%; }
ul.forgotPassword li { float: left; list-style-type: none; width: 100%; padding:9px 0; margin:0;}
ul.forgotPassword li dl { float: left; margin: 0 0 4px 0; margin: 0; padding: 4px 0; width: 100%; }
ul.forgotPassword li dl dt { color: #505050; float: left; padding: 3px 0 5px 0; text-align: left; position:relative; width:100%;}
ul.forgotPassword li label { font-size:1.177em; font-weight:bold; width:100%; padding: 5px 0 5px;}
ul.forgotPassword li .edit_button {width:10%;float:left; padding:3px 0 0 0;}
ul.forgotPassword li dl dd { color: #505050; float: left; margin: 0; padding: 0; }
ul.forgotPassword li input[type="text"], .change_email_address input[type="text"] {border:2px solid #ccc; height:22px;padding:1px;}
ul.forgotPassword li input[type="text"]:focus, .change_email_address input[type="text"]:focus { border:2px solid #999;}

/* Button CSS
======================================================== */
button{
    border:0;
    height:38px;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    margin-right:10px;
}
.btnBasic,
.btnBasic.btnDisabled:hover,
.btnBasic.btnDisabled:active {
   background: #c50415;
   background: -webkit-gradient(linear, left top, left bottom, from(#d42d2d), to(#a90202));
   background: -moz-linear-gradient(top, #d42d2d, #a90202);
   padding: 8px 10px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   /*-webkit-box-shadow: 0 2px 3px 0 #999999;
   -moz-box-shadow: 0 2px 3px 0 #999999;
   box-shadow: 0 2px 3px 0 #999999;*/
   _background-color: #cc0000;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
   border: 0;
}
.btnBasic:hover {
   background: #c50415;
   cursor:pointer;
   color: #fff;
}
/* Black button */
.btnBlack,
.btnBlack.btnDisabled:hover,
.btnBlack.btnDisabled:active {
    color: #fff;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#0F0F0F), to(#000));
    background: -moz-linear-gradient(top, #0f0f0f, #000);
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 2px 5px 0;
    -moz-box-shadow: rgba(0,0,0,0.5) 0 2px 5px 0;
    box-shadow: rgba(0,0,0,0.5) 0 2px 5px 0;
}
.btnBlack:hover {
    color: #fff;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#333));
    background: -moz-linear-gradient(top, #3e3e3e, #333333);
    cursor:pointer;
}
/* Block Level button */
.btnBlock {
    display: inline-block;
    zoom: 1;
    *display: inline;
    _display: inline;
}

/* Uppercase Text button */
.btnUpper {
    text-transform: uppercase;
}


/* Added CSS */
#MobilePhoneNumber { margin: 0 0 20px 10px;}
button{
    margin-right:10px;
}







.errorMessage{
    background-color: #FFE1E3;
    margin-left: 0;
    padding: 16px 24px;
    border-radius: 16px;
}

.errorMessage p.icon{
    background:url('/assets/icons/icon-error-red.png') no-repeat top left transparent;

}
.errorMessage p span{
    margin-left:19px;
}

.errorMessage ul li{
    list-style:disc outside;
    margin-left:30px;
    text-align:left;
    font-size:14px;
}

.errorMessage ul li span{
    color:black;
}

.error{
    color:#C00;
}

.sendpin{
    font-size:14px;
}

#footerContainer-myacc {
    border-top: 1px solid #D6D5D5;
    padding: 0px 0 20px;
    float: none !important;
    margin: auto !important;
    overflow: hidden !important;
    text-align: left !important;
    width: 965px !important;
    color: #444444;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

#footerContainer-myacc .footerLinks {
    clear: both;
    float: left;
    padding-bottom: 14px;
    padding-top: 10px;
    width: 650px;
}

#footerContainer-myacc .footerLinks a {
    color: #4D4D4D;
    font-weight: bold;
    padding: 0 16px 0 0;
    text-decoration: none;
}

#footerContainer-myacc .copyRight {
    color: #838383;
    float: right;
    font-weight: normal;
    padding-top: 10px;
    text-align: center;
}

#section2 {
    width:965px;
    margin:0px auto;
}
.Forgot-c-conainer {
    margin: 0 auto;
    height:350px;
    height:auto !important;
    min-height: 350px;
    width: 954px;
}
.margT20 {
    margin-top:20px !important;
}

.margT20 {
    margin-top:20px !important;
}
.f_col {
    color: #000000;
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 23px;
}

.textLeft {
    text-align:left;
}
.errorList {
    margin:0;
    padding:0 0 5px 5px;
}
.bg_white{
    background:#fff !important;
}
.bg_gray{
    background:#2D2D2D !important;
}
.height_auto{
    height:auto !important;
}


#fp-wrapper {
    height: 40px;
    margin: 0;
    width: 700px;
}
#fp-left{
	float:left;
	width:335px;
	overflow:hidden;
	font-size: 1.177em;
	font-weight: bold;
	margin-top: 4px;
}
#fp-right{
	float:left;
	width:245px;
}  


