Subversion Repositories SmartDukaan

Rev

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

.bigImgButton {
    float: left;
    margin-top: 10px;
}

.yellow-image {
        background: url("http://social.shop2020.in:8080/Social/images/spriteme1.png") repeat-x scroll -10px -750px transparent;
        border: 1px solid #BFA864;
        color: black;
        cursor: pointer;
        float: right;
        font-size: 13px;
        font-weight: bold;
        height: 18px;
        padding: 4px 13px;
        text-align: center;
        margin-right: 10px;
}

input.button {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        cursor: pointer;
        font-size: 11px;
        font-weight: bold;
        text-decoration:none;
        outline: medium none;
}

.nav    {
        background-color: #627AAD;
        padding: 3px 0px 3px 20px;
}

.nav a  {
        color: #ffffff;
        text-decoration: none;
        margin: 0px 5px;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
}

.category-label {
        font-family: arial;
        margin-top: 14px;
        padding: 2px;
        background-color: #F2F2F2;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        float: left;
        width: 99%;
}

#handsets       {
        margin-top: 5px;
}

.handset        {
        width: 230px;
        float: left;
/*      border: 1px solid #CEE3F6;*/
        margin: 5px 0 0 4px;
        padding: 3px;
        min-height: 116px;
}

.handset .icon  { float: left; }

.handset .icon img      {
        height: 90px;
}

.handset .desc  {
        float: left;
        vertical-align: middle;
        font-size: 12px;
        font-family: arial;
        text-align: center;
}

.handset .desc .name    {
        font-size: 12px;
        color: #0066CC;
        font-weight: bold;
        width: 170px;
        text-align: center;
        padding: 3px 0;
        height: 22px;
}

.handset .desc .price   {
        padding: 2px;
        margin: 2px 0 0 0;
}

.handset .desc .links   {
        height: 20px;
        padding: 2px 0;
        font-size: 10px;
}

.handset .desc .links a {
        cursor: pointer;
        color: #0066CC;
}

.handset .desc .links a:hover   {
        text-decoration: underline;
}

.handset .desc .links span      {
        display: none;
        font-weight: bold;
}

.handset .desc a.buynow {
        border: 1px solid #3B5998;
        background-color: #627AAD;
        color: #ffffff;
        text-decoration: none;
        padding: 3px 6px;
}