﻿/*Top Global*/
/* Global TOP Bar */
.sp {display: none;}
.gBar {position: absolute; width: 100%; z-index: 10000; height: 60px; top: 0; left: 0; z-index: 1000;}
.gBarBg {background: url('images/globalBar/bar-bg.png') repeat-x top center;}
.gBarContent {height: 100%; width: 990px; margin: 0 auto; }

.gBarIcons ul { display: inline-block; width: 292px;}
.gBarIcons ul li { display: block; float: left; margin:0; list-style: none;}
.gBarIcons ul li a {display: block; text-align: center; width: 63px; height: 60px; color: #000; font-size: 11px; font-weight: bold;}
.gBarIcons ul li a span {display: none;}
         
         .gBarIcons ul li a.gBarIconKids {background: url('images/globalBar/believeKidsIcon.png') no-repeat 0px 0px;}
         .gBarIcons ul li a.gBarIconShop {background: url('images/globalBar/shopBelieveIcon.png') no-repeat 0px 0px;}
         .gBarIcons ul li a.gBarIconSpirit {background: url('images/globalBar/sgdIcon.png') no-repeat 0px 0px;}
         .gBarIcons ul li a.gBarIconBo {background: url('images/globalBar/believeBackOfficeIcon.png') no-repeat 0px 0px;}

         .gBarIcons ul li.selected { background-color: #FEFEFE; }
         .gBarIcons ul li a.gBarIconShop .selected { background-color: #FEFEFE; }
         .gBarIcons ul li a.gBarIconSpirit .selected { background-color: #FEFEFE; }
         .gBarIcons ul li a.gBarIconBo .selected { background-color: #FEFEFE; }

         .gBarIcons ul li a.gBarIconKids:hover { background-color: #FEFEFE; }
         .gBarIcons ul li a.gBarIconShop:hover { background-color: #FEFEFE; }
         .gBarIcons ul li a.gBarIconSpirit:hover { background-color: #FEFEFE; }
         .gBarIcons ul li a.gBarIconBo:hover { background-color: #FEFEFE; }

.gBarRight {position: relative; width: auto; height: 100%;}
.gBarPromo {display: block; font-size: 12px; position: absolute; right: 357px; top: 0px; width: 280px; height: 50px; background: url('images/globalBar/promo.png') no-repeat 0 0;}
.gBarFeedback {display: block; font-size: 10px; position: absolute; right: 73px; top: 10px; width: 53px; height: 9px; background: url('images/globalBar/feedback.png') no-repeat 0 0;}
.gBarContactUs {display: block; font-size: 10px; position: absolute; right: 0px; top: 3px; width: 59px; height: 11px; background: url('images/globalBar/contactus.png') no-repeat 0 0;}
.gBarContactNumber {display: block; font-size: 14px; position: absolute; right: 79px; bottom: 6px; width: 136px; height: 31px; background: url('images/globalBar/contact-number.png') no-repeat 0 0;}
.gBarContactAfrds {display: block; font-size: 12px; position: absolute; right: 0px; bottom: 7px; width: 74px; height: 27px; background: url('images/globalBar/afrds.png') no-repeat 0 0;}

