Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

.main-left-banner img {
    width: 980px;
}
label.error{
        color:red;
        font-size:13px;
        padding: 2px 10px;
}

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

CSS FOR HEADERS

***************************************/
.cart-icon {
        background-image:url('/images/cart-icon.png');
        height:45px;
        width:45px;
}
.menu-icon {
        background-image:url('/images/menu-icon.png');
        height:45px;
        width:45px;
}
.account-icon {
        background-image:url('/images/account-icon.png');
        height:45px;
        width:45px;
}
.site-logo {
        background-image:url('/images/site-logo.png');
        height:45px;
        width:45px;
        
}

.header-bottom {
        background-color:#2789c1;
        padding:6px 8px;
        position:relative;
}

.header-top a {
        display:inline-block;
        margin-right:10px;
}

.search-bar {
        width: 100%;
    padding: 9px 5px;
    font-size: 13px;
    color: #888888;
    border: none;
}

.search-button {
        /*height: 25px;
    color: #666666;
    background-color: white;
    border: 0;
    margin-left: -30px;
        background-image:url('/images/search-icon.png');
        width:25px;
        line-height: 25px !important;*/
        position:absolute;
        width:60px;
        right:8px;
        top:6px;
        border: 0;
    border-radius: 0;
    background-color: #ff5d00;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 9px 0;
}

.header {
        background-color:white;
}


/****************************************

CSS FOR BODY

*****************************************/

body {
        padding:0;
        margin:0;
}

.banner img{
        width:100%;
}

.banner {
        margin:10px 0 10px 0;
}

/****************************************

HOME PAGE MENU

*****************************************/

.expandable {
        line-height:45px;
        color:#666666;
        cursor:pointer;
}

.expandable ul {
        display:none;
        list-style-type:none;margin:0;padding:0;
}

.expandable ul li {
        height:45px;
        line-height:45px;
        border-bottom:1px solid #AAAAAA;
        padding-left:25px;
        background-color:#EEEEEE;
}

.expandable ul li a{
        text-decoration:none;
        color:#666666;
        display:inline-block;
        width:100%;
}

.expandable div img, .non-expandable a img {
        vertical-align: middle;
}
.non-expandable {
        height:45px;
        line-height:45px;
        color:#666666;
        padding-left:10px;
        border-bottom:1px solid #AAAAAA;
}

.non-expandable a {
        text-decoration:none;
        color:#666666;
        display:inline-block;
        width:100%;
}


.menu-container {
        border:1px solid #AAAAAA;
        margin:10px;
        background-color:white;
}

.plus {
        background:url('/images/plus.png') no-repeat right top;
}

.minus {
        background:url('/images/minus.png') no-repeat right top;
}


.menu-container-header {
        height:45px;
        line-height:45px;
        color:#333333;
        padding-left:10px;
        font-size:18px;
        border-bottom:2px solid #2789c1;
}



/***************************************

FOOTER

****************************************/

.footer {
        border-top:4px solid #2789c1;
        background-color:white;
        height:30px;
        line-height:30px;
        font-size:13px;
        color:#666666;
        padding-left:25px;
}

.footer a {
        color:#666666;
        text-decoration:none;
}