Subversion Repositories SmartDukaan

Rev

Rev 6297 | Rev 8334 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/** Header Start **/
body    {
        margin: 0px;
        padding: 0px;
        font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
}

.red    { color: #ff0000;       }

.bold   { font-weight: bold;    }

.text-left      {       text-align: left;       }

.text-center    {       text-align: center;     }

/** Header CSS Start **/

#header {
        width: 100%;
}

.left   {       float: left;    }
.right  {       float: right;   }



.cart-icon {
    background: url("/images/Cart-Button.png") no-repeat scroll 0 0 transparent;
    color: #006699;
    cursor: default;
    display: block;
    font-size: 13px;
    height: 26px;
    width: 89px;
}
#topbar {
        line-height: 40px;
        background-color: #333333;
        color: #ffffff;
        font-size: 12px;
        min-width: 980px;
        font-weight: bold;
        overflow: auto;
}

#freeDelivery   {
        background: url("/images/header-sprite.png") no-repeat scroll -51px 7px transparent;
    height: 40px;
    width: 30px;
    margin: 0 11px 0 29px;
}

#customerSupport        {
        width: 241px;
}

#customerSupport .icon  {
        background: url("/images/header-sprite.png") no-repeat scroll -95px 6px transparent;
    height: 30px;
    margin: 2px 30px 0 15px;
    width: 25px;
}

#topbar a       {
        color: #ffffff;
}

#header .main   {
        margin: 0px auto;
        width: 980px;
        height: 80px;
}

#header .main .center   {
        float: left;
        text-align: center;
        padding: 23px 25px;
        width: 550px;
        margin-left: 45px;
}

#header .main .left p   {
        font-size: 10px;
        text-align: right;
        margin-top: -1px;
}

.searchbox      {
        width: 256px;
        float: left;
    border: 1px solid #CCCCCC;
    height: 28px;
    text-align: left;
        font-size: 12px;
        color: #666666;
        padding: 0 4px;
}

.new-button     {
        border: 1px solid #CCCCCC;
        background: #F6F6F6 url(/images/button-glass-bg.png) 50% 50% repeat-x;
        outline: none;
        
        font-size: 12px;
        font-weight: bold;
        
        display: inline-block;
        cursor: pointer;
        zoom: 1;
        overflow: visible;
}

.search-button  {
        background: #F6F6F6 7% 50% no-repeat;
        padding: 7px 0 0 8px;
        width: 98px;
        height: 30px;
        margin-left: 10px;
}

#searchButton .icon     {
        background: url("/images/header-sprite.png") no-repeat scroll -81px 1px transparent;
    height: 24px;
    width: 13px;
}

.user-dropdown  {
        background: #F6F6F6;
        width: 150px;
        overflow: hidden;
        margin-top: 5px;
        line-height: 20px;
        cursor: pointer;
        font-weight: bold;
        border-left: 1px solid #F6F6F6;
        border-right: 1px solid #F6F6F6;
        border-top: 1px solid #F6F6F6;
}

#header .active{
        border-left: 1px solid #006699;
        border-right: 1px solid #006699;
        border-top: 1px solid #006699;
}


.user-dropdown .default {
        padding-left: 4px;
        padding-right: 7px;
        overflow: hidden;
        color: #069;
}

.user-dropdown .default .icon   {
        background: url("/images/header-sprite.png") no-repeat scroll -42px 6px transparent;
    height: 16px;
    width: 9px;
}

.user-dropdown .user-dropdown-options   {
        display: none;
        background: #FFFFFF;
        border-left: 1px solid #006699;
        border-right: 1px solid #006699;
        border-bottom: 1px solid #006699;
        width: 150px;
        position: absolute;
        font-size: 11px;
    list-style: none outside none;
    text-align: left;
    margin-left: -1px;
    z-index: 1;
}

.user-dropdown .user-dropdown-options li        {
        line-height: 19px;
    padding: 0 6px;
}

.user-dropdown .user-dropdown-options li:hover  {
        background-color: #FFFFCC;
}


#header .main .right    {
        font-size: 11px;
        color: #666666;
        line-height: 18px;
        margin-top: 2px;
}

#header .main .right a  {
        color: #006699;
        font-weight: bold;
}

#menu   {
        width: 100%;
        height: 45px;
        background:  #F6F6F6 url(/images/BG_NavBar.png) 50% 50% repeat-x;
}

#menu ul.primary        {
        display: block;
        width: 980px;
        margin: 0px auto;
        list-style: none;
}

.menubar-separator      {
    background: url("/images/header-sprite.png") no-repeat scroll -122px 0 transparent;
    height: 44px;
    width: 1px
}

#menu li.primary        {
        margin-top: 1px;
        height: 44px;
        background-repeat: no-repeat;
        position: relative;
}

#menu li.primary a.link-menu-primary    {
        display: block;
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
        padding: 14px 17px 13px 17px;
}

#menu a .menu-primary-arrow     {
        background:url("/images/header-sprite.png") -32px 0px no-repeat transparent;
    height: 5px;
    margin: 6px 0 0 3px;
    width: 9px;
}

.menu-secondary {
        display: none;
}

li.primary:hover        {
        background-color: #FFFFFF !important;
}

li.active-menu-tab      {
        background-color: #FFFFFF !important;
}

li.active-menu-tab      .menu-primary-arrow{
        background:url("/images/header-sprite.png") -22px 0 no-repeat !important;
}

li.active-menu-tab a    {
        color: #006699 !important;
}

li.primary:hover .menu-primary-arrow    {
        background:url("/images/header-sprite.png") -42px 0 no-repeat !important;
}

li.primary:hover a.link-menu-primary    {
        color: #006699 !important;
}

li.primary:hover .menu-secondary        {
        width: 200px;
    display: block;
    position: absolute;
    margin-top: 16px;
    left: -1px;
    background-color: #FFFFFF;
        border-right: 1px solid #006699;
        border-bottom: 1px solid #006699;
        border-left: 1px solid #006699;
        z-index: 21;
}

.menu-secondary .label-brand    {
        margin-top: 3px;
}

li.primary:hover #mobilesMenu   {
        width: 275px !important;
}

.link-menu-secondary {
        display: block;
        height: 18px;
        padding: 4px 4px;
        text-decoration: none;
        color: #000000 !important;
        font-size: 12px !important;
        white-space: nowrap;
        padding-left: 15px;
}

.link-menu-secondary:hover      {
        background-color: #FFFFCC;
        text-decoration: none;
}

.menu-secondary .menu-secondary-brand   {
        width: 118px;
}

.link-menu-fixed        {
        display: block;
        height: 18px;
        padding: 4px 4px;
        color: #000000 !important;
        font-size: 12px !important;
        white-space: nowrap;
        background-color: #e0e0e0;
        text-decoration: none !important;
        margin-bottom: 5px;
}

.best-deals-badge       {
        background: url("/images/header-sprite.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.best-deals-badge .link-menu-primary    {
        margin-right: 10px;
}

/** Header End **/

/** Footer Start **/
#footer {
        width: 100%;
        background: #F6F6F6 url(../images/FooterBG.png) 50% 50% repeat;
        margin-top: 30px;
}

#footerLinks    {
        width: 980px;
        min-height: 130px;
        margin: 0 auto;
        padding: 30px 0px;
        overflow: auto;
}

#footerLinks .footer-links-group        {
        width: 170px;
        float: left;
        padding: 0 10px;
}

.footer-links-group div {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-links-group a   {
        display: block;
        color: #ffffff;
        font-size: 14px;
        line-height: 15px;
        margin-bottom:6px;
        text-decoration: none;
}

#bottombar      {
        padding: 14px 0;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        background-color: #000000;
        opacity:0.3;
        filter:alpha(opacity=30);
}
/** Footer End **/

/** Media Coverage **/
#pressCoverage  {
        width: 980px;
        margin: 0 auto;
        overflow: auto;
        padding-top: 5px;
}

#asSeenOn {
    color: #000000;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 3em;
    padding-top: 9px;
}

#pressCoverage .logo-container  {
        height: 50px;
        cursor: pointer;
}

#asSeenOnBS     {
        width: 130px;
        height: 50px;
        margin: 3px 0px 0px 12px;
        background: url('/images/press-logos-sprite.jpg') 3px 0px no-repeat;
}

#asSeenOnBT     {
        width: 130px;
        height: 50px;
        margin: 3px 0px 0px 12px;
        background: url('/images/press-logos-sprite.jpg') no-repeat scroll -133px 0 transparent;
}

#asSeenOnTOI    {
        width: 155px;
        height: 50px;
        margin: 7px 0px 0px 12px;
        background: url('/images/press-logos-sprite.jpg') -273px 0px no-repeat;
}

#asSeenOnWSJ    {
        width: 158px;
        height: 50px;
        margin: 10px 0px 0px 1px;
        background: url('/images/press-logos-sprite.jpg') -582px 0px no-repeat;
}

#asSeenOnMC     {
        width: 161px;
        height: 50px;
        margin: 5px 0px 0px 5px;
        background: url('/images/press-logos-sprite.jpg') -423px 0px no-repeat;
}
/** /Media Coverage **/

.quicklink      {
        height: 35px;
    padding: 6px 5px;
    width: 200px;
}

.fb-icon {
    background: url('/images/Facebook.png') no-repeat scroll 0 0 transparent;
}
.g-plus-icon {
    background: url('/images/Google_Plus.png') no-repeat scroll 0 0 transparent;
}
.twitter-icon {
    background: url('/images/Twitter.png') no-repeat scroll 0 0 transparent;
}
.mobile-site-icon {
    background: url('/images/mob_icon.png') no-repeat scroll 0 0 transparent;
}
.new-icon {
    background: url('/images/new_icon.png') no-repeat scroll 0 0 transparent;
}

a.new-icon {
        display: block;
    line-height: 14px;
    padding-left: 33px;
}

a.fb-icon, a.g-plus-icon, a.twitter-icon, a.mobile-site-icon {
        display: block;
    line-height: 24px;
    padding-left: 30px;
    width: 50%;
}

#camera-new-icon-container {
    background: url("/images/new_red.png") repeat scroll 0 0 transparent;
    height: 27px;
    left: 83px;
    position: absolute;
    top: -11px;
    width: 37px;
}