Subversion Repositories SmartDukaan

Rev

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

/*____ Login Light box ____*/
#loginLightbox{
        margin:auto;
        padding-bottom:20px; 
        width:272px;
}
#loginLightbox dl{padding:15px 0;}
#loginLightbox dt{
        clear:both;
        float:left;
        width:80px;
        margin:3px 8px 12px 0;
        color:#333333;
        text-align:right;
        font-weight:normal;
        font-size:12px;
}
#loginLightbox dd{
        float:left;
        width:160px;
        margin-bottom:12px;
        text-align:right;
}
#loginLightbox .textbox{
        padding:5px 0;
        width:100%;
        text-align:left;
        font-size:11px;
        background:#f8f8f8;
        border:1px solid #b5b5b5;
}
#loginLightbox .bigImgButton,
.colorSelLightBoxName .bigImgButton,
.colorSelLightBoxColor .bigImgButton{float:right;}

/*#loginLightbox .button,
.colorSelLightBoxName .button,
.colorSelLightBoxColor .button{
        cursor:pointer;
        margin-top:5px;
        font-size:14px;
        font-weight:bold;
        border:none;
        background:none;
}*/

/*____ Color Selector Light box ____*/
.colorSelLightBoxName,
.colorSelLightBoxColor{
        width:300px;
        padding:10px;
}
.colorSelLightBoxName h1,
.colorSelLightBoxColor h1{
        font-size:14px;
        color:#333;
        margin-bottom:5px;
        padding-bottom:5px;
        border-bottom:1px solid #e0e0e0;
}

.colorSelLightBoxName h2,
.colorSelLightBoxColor h2{
        color:#666;
        font-size:12px;
        font-weight:normal;
        font-style:italic;
}

.colorSelLightBoxName .content,
.colorSelLightBoxColor .content{
        margin:20px 0 15px 0;
        padding-bottom:10px;
        border-bottom:1px solid #e0e0e0;        
}
.colorSelLightBoxName .content label,
.colorSelLightBoxColor .content label{
        display:block;
        float:left;
        width:100px;
        margin-bottom:10px;
        font-size:11px;
        color:#333;
}
.colorSelLightBoxName .content label input,
.colorSelLightBoxColor .content label input,
.colorSelLightBoxName .content label span,
.colorSelLightBoxColor .content label span{float:left;}

.colorSelLightBoxName .content label img,
.colorSelLightBoxColor .content label img{
        margin:0 0 10px 5px;
        -moz-box-shadow: 3px 3px 5px #cccccc;
        -webkit-box-shadow: 3px 3px 5px #cccccc;
        box-shadow: 3px 3px 5px #cccccc;
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
        /* For IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
        border:1px solid #f2f2f2;
}

.colorSelLightBoxName .content label span,
.colorSelLightBoxColor .content label span{margin:-3px 0 0 5px;}

/*Payment Method selection lightbox*/
.payModeLightBoxName .bigImgButton,
.payModeLightBoxColor .bigImgButton{float:right;}

/*#loginLightbox .button,
.payModeLightBoxName .button,
.payModeLightBoxColor .button{
        cursor:pointer;
        margin-top:5px;
        font-size:14px;
        font-weight:bold;
        border:none;
        background:none;
}*/

/*____ Color Selector Light box ____*/
.payModeLightBoxName,
.payModeLightBoxColor{
        width:450px;
        padding:10px;
}
.payModeLightBoxName h1,
.payModeLightBoxColor h1{
        font-size:14px;
        color:#333;
        margin-bottom:5px;
        padding-bottom:5px;
        border-bottom:1px solid #e0e0e0;
}

.payModeLightBoxName h2,
.payModeLightBoxColor h2{
        color:#666;
        font-size:12px;
        font-weight:normal;
        font-style:italic;
}

.payModeLightBoxName .content,
.payModeLightBoxColor .content{
        margin:20px 0 15px 0;
        padding-bottom:10px;
        border-bottom:1px solid #e0e0e0;        
}
.payModeLightBoxName .content label,
.payModeLightBoxColor .content label{
        display:block;
        float:left;
        width:100px;
        margin-bottom:10px;
        font-size:11px;
        color:#333;
}
.payModeLightBoxName .content label input,
.payModeLightBoxColor .content label input,
.payModeLightBoxName .content label span,
.payModeLightBoxColor .content label span{float:left;}

.payModeLightBoxName .content label img,
.payModeLightBoxColor .content label img{
        margin:0 0 10px 5px;
        -moz-box-shadow: 3px 3px 5px #cccccc;
        -webkit-box-shadow: 3px 3px 5px #cccccc;
        box-shadow: 3px 3px 5px #cccccc;
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')";
        /* For IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc');
        border:1px solid #f2f2f2;
}

.payModeLightBoxName .content label span,
.payModeLightBoxColor .content label span{margin:-3px 0 0 5px;}