/**** Header, City and Logo ****/
#headerBG {
    background: #c41200; /* Old browsers */
    background: -moz-linear-gradient(top,  #c41200 0%, #af0606 104px, #8e0101 104px, #8e0101 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c41200), color-stop(104px,#af0606), color-stop(104px,#8e0101), color-stop(100%,#8e0101)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c41200 0%,#af0606 104px,#8e0101 104px,#8e0101 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c41200 0%,#af0606 104px,#8e0101 104px,#8e0101 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c41200 0%,#af0606 104px,#8e0101 104px,#8e0101 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c41200 0%,#af0606 104px,#8e0101 104px,#8e0101 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41200', endColorstr='#8e0101',GradientType=0 ); /* IE6-9 */
}
#header {
    height: 109px;
    position: relative;
    width: 980px;
    margin: 0 auto;
}
.headerLogo {
    position: absolute;
    top: 32px;
    left: 0px;
}
.headerLogo img {
    max-width: 240px;
}
.h1_slogan h1 {
    font-size: 14px;
    margin: 6px 0 0 0;
}
.h1_hungry h1 {
    font-size:14px;
    margin:0;
    text-transform: uppercase;
}
.h1_city h1 {
    font-size:14px;
    margin: 0;
    text-transform:uppercase;
}
.h2_city h1 {
    font-size:12px;
    margin: 0;
    font-weight: normal;
}
#city_name h1 {
    font-size: 32px;
    font-weight: lighter !important;
    margin: 0;
}
/**** Chat ****/
.headerChat {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
}
.headerChat img {
    width: 225px;
    height: 55px;
}
.headerChatRed {
    position: absolute;
    top: 7px;
    right: 92px;
    font-weight: bold;
    color: #9f0b0b;
    font-size: 13px;
}
.headerChatBlack {
    position: absolute;
    top: 23px;
    right: 32px;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
}
/**** Tabs and DropDown Menu ****/

#mainTab {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#mainTab ul, #mainTab li, #mainTab span, #mainTab a {
    margin: 0;
    padding: 0;
    position: relative;
}
#mainTab a {
    color: #ffffff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    min-width: 35px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;/*text-shadow: 0 -1px 0 #333333;*/
}
#mainTab ul {
    list-style: none;
}
.header_tab {
    float: left;
    border-bottom: 5px solid transparent;
}
.header_tab.active {
    border-bottom: 5px solid #ffa800;
}
.mainTab_separator {
    width: 1px;
    height: 34px;
    background: -moz-linear-gradient(top,  rgba(121,0,0,0) 0%, rgba(121,0,0,1) 50%, rgba(121,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,0,0,0)), color-stop(50%,rgba(121,0,0,1)), color-stop(100%,rgba(121,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(121,0,0,0) 0%,rgba(121,0,0,1) 50%,rgba(121,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(121,0,0,0) 0%,rgba(121,0,0,1) 50%,rgba(121,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(121,0,0,0) 0%,rgba(121,0,0,1) 50%,rgba(121,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(121,0,0,0) 0%,rgba(121,0,0,1) 50%,rgba(121,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00790000', endColorstr='#00790000',GradientType=0 ); /* IE6-9 */
}
#mainTab a {
    padding: 0 20px;
    line-height: 34px;
}
#myprofileTab a {
    padding: 0 0 0 20px;
}
.imgTabLeft {
    margin-right: 8px;
    vertical-align: text-bottom;
}
.imgTabRight {
    margin-left: 5px;
}
#mainTab .has-sub:hover ul {
    display: block;
}
#mainTab .has-sub ul {
    padding: 10px 0;
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    min-width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* IE7 */
    *width: 100%;
	z-index: 3;
}
#myprofileTab ul {
    padding-left: 5px;
}
#searchTab li {
    width: 220px;
}
#mainTab .has-sub ul a {
    padding: 4px 0 4px 10px;
    color: #1d1d1d;
    display: block;
    line-height: 1;
    text-align: left;
}
#mainTab .has-sub ul a:hover, #mainTab .has-sub ul a:active {
    color: #cc0000;
}
#mainTab .has-sub ul span {
    padding: 6px 0px 6px 31px;
    display: block;
}
.icon_location_white {
    background: url("/static/v4/images/header/icon_location.png") 0 0 no-repeat;
}
.icon_cuisine_white {
    background: url("/static/v4/images/header/icon_cuisine.png") 0 0 no-repeat;
}
.icon_city_white {
    background: url("/static/v4/images/header/icon_city2.png") 0 0 no-repeat;
}
.orders {
    background: url("/static/v4/images/header/icon_passorder.png") 0 0 no-repeat;
}
.corp_ordering {
    background: url("/static/v4/images/header/icon_corporate.png") 0 0 no-repeat;
}
.addresses {
    background: url("/static/v4/images/header/icon_address.png") 0 0 no-repeat;
}
.wallet {
    background: url("/static/v4/images/header/icon_wallet.png") 0 0 no-repeat;
}
.vip {
    background: url("/static/v4/images/header/icon_vip.png") 0 0 no-repeat;
}
.settings {
    background: url("/static/v4/images/header/icon_setting.png") 0 0 no-repeat;
}
.logout {
    background: url("/static/v4/images/header/icon_logout.png") 0 0 no-repeat;
}
#mainTab .has-sub ul a:hover span, #mainTab .has-sub ul a:active span {
    background-position-y: -26px;
}
#mainTab .a_icon_city_white:hover span, #mainTab .a_icon_city_white:active span {
    background-position-y: -37px !important;
}
#header-fb, #header-tw {
    position: absolute;
    top: 6px;
    width: 48px;
    height: 48px;
}
#header-fb {
    right: 305px;
}
#header-tw {
    right: 258px;
}
#cityHeading {
    position:absolute;
    top: 12px;
    right: 240px;
    color:#FFFFFF;
    font-weight:bold;
}
#citySubHeading {
    position:absolute;
    top: 30px;
    right: 240px;
    color:#FFFFFF;
}

.coolbadge {
    margin-left: 5px !important;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #C20913;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #FFF;
    border-radius: 10px;
}