Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

#main   {
        width: 100%;
        min-height: 400px;
        overflow: auto;
}

#main .main-top {
        height: 28px;
        width: 100%;
}

#main .main-content {
        width: 980px;
        margin: 0 auto;
}

#main .main-content .main-left {
        width: 710px;
}

.widgets {
        width: 258px;
        margin-left: 10px;
}

.widgets .side-banner img{
        margin-bottom: 10px;    
}

.widgets .cart-widget {
        height: 50px;
        border: 2px solid #67ABD3;
        margin-bottom: 10px;
}

.widgets .cart-widget .cart-top {
        color:  #0066cc;
        line-height: 30px;
        font-size: 13px;
        font-weight: bold;
        padding-left: 18px;
        text-align: center;
}


.widgets .cart-widget .cart-top .cart-top-text {
        margin-left: 10px;
        padding-top: 5px;
}
.widgets .cart-widget .cart-middle {
        background-color: #FFFFFF;
        height: 65px;
        font-size: 13px;
}

.widgets .cart-widget .cart-middle .cart-middle-text {
        width: 175px;
        padding: 5px;
        font-weight: bold;
}

.widgets .cart-widget .cart-middle .cart-image{
        padding-top: 10px;
        padding-left: 5px;
}

.widgets .cart-widget .cart-middle .cart-middle-text-two-lines {
        margin-left: 15px;
        padding-top: 7px;
        font-weight: bold;
}


.widgets .cart-widget .cart-bottom {
        font-size: 11px;
        text-align: center;
}
.pickup-widget { 
        margin-bottom: 10px;
}       

#shoppingExpInfo        {
        background: none repeat scroll 0 0 white;
        display: block;
        font-size: 14px;
        padding-top: 1px;
        font-style: italic;
        font-weight: normal;
}

.widgets .cart-widget .cart-bottom .cart-bottom-text {
        margin-left: 5px;
        padding-top: 7px;
}

.widgets .cart-widget .cart-bottom a:hover{
        color:#0066CC;
        text-decoration:none  !important;
}


.widgets .emi-widget {
        height: 69px;
        border: 2px solid #67ABD3;
        margin-bottom: 10px;
}

.widgets .emi-widget .emi-top {
        color:  #0066cc;
        line-height: 35px;
        font-size: 13px;
        font-weight: bold;
        height: 28px;
        text-align: center;
}



.widgets .emi-widget .emi-middle {
    color: #0066CC;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    text-align: center;
}

.widgets .emi-widget .emi-bottom {
        font-size: 12px;
        text-align: center;
}

.widgets .emi-widget .emi-bottom a:hover{
        color:#0066CC;
        text-decoration:none  !important;
}

#emiInfo        {
        background: none repeat scroll 0 0 white;
        display: block;
        font-size: 14px;
        padding-top: 1px;
        font-style: italic;
        font-weight: normal;
}

/** Common Widgets **/
.widgets .common-widget {
        margin-bottom: 10px;
        border: 1px solid #67ABD3;
}

.widgets .common-widget .common-widget-top-bar {
        background-color:  #67ABD3;
        height: 30px;
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
}

.widgets .common-widget .common-widget-top-bar .common-widget-top-bar-text {
        margin-left: 10px;
        padding-top: 5px;
}

.widgets .common-widget .common-widget-top-bar .common-widget-top-bar-text .common-widget-top-bar-text-right{
        margin-left: 7px;
}

.widgets .common-widget .common-widget-control-bar {
        background-color:  #F2F2F2;
        height: 30px;
        font-size: 12px;
        color: #006699;
}

.widgets .common-widget .common-widget-control-bar .common-widget-control-bar-text{
        margin: 0px 10px 0px 10px;
        padding-top: 7px;
}

.widgets .common-widget .common-widget-content-area {
        height: 242px;
        overflow: auto;
        font-size: 12px;
}

.widget-product-image{
        height: 60px;
        margin: 10px 5px 5px 10px;
}

.widget-product-title{
        font-size: 12px;
        font-weight: bold;
        color: #669900;
}

.widget-product-price{
        font-size: 11px;
        margin-top: 5px;        
}

.widget-product-control {
        margin: 5px 5px 0px 10px;
        height: 15px;
        width: 95%;
        padding-top: 3px;
}

.widget-product {
        border-bottom:1px solid #ccc;
        overflow: auto;
}

.blue-border {
        border: 1px solid #67ABD3;
        margin-bottom: 20px;
}

.viewcart {
        margin-top: 3px; 
        padding: 5px 15px 5px 15px; 
        color: #333333;
}