Subversion Repositories SmartDukaan

Rev

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

div.productItem {
        float: left;
    height: 210px;
    margin: 5px;
    padding: 10px;
    width: 270px;
}

div.productImg  {
        float: left;
}

a       {
        color: #0066CC;
        outline: medium none;
        text-decoration: none;
}

.title  {
        font-weight: bold;
        line-height: 13px;
}

div.productImg a img    {
        border: 0;
}

div.productItem div.productDesp {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
}

div.productDesp ul      {
        list-style-type: none;
}

.yellow-image {
    background: url("/images/spriteme1.png") repeat-x scroll -10px -750px transparent;
    border: 1px solid #BFA864;
    color: #000000;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 18px;
    padding: 4px 7px;
    text-align: center;
}

div.bigImgButton        {
        float: right;
}

.yellow-image input.button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}

input, select, textarea {
    outline: medium none;
}