Subversion Repositories SmartDukaan

Rev

Rev 4210 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#sidebar div.lightbox{
        float:left;
        width:240px;
        margin:0 0 4px 0;
        padding:0;
}

#sidebar div.hdr{
        margin:0;
        padding:8px 0;
        height:18px;
        width:240px;
        border-bottom:1px solid #ccc;
        background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -702px;
}
#sidebar div.hdr a{
        margin:0 0 0 10px;
        padding:0 0 0 26px;
        text-decoration:none;
        font-size:16px;
        color:#333;
        background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -353px;
}

#sidebar div.swapy a{
        background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -985px;
        height:21px;
        width:13px;
}

#sidebar div.hdr1 a{
        margin:0 0 0 10px;
        padding:0 0 0 26px;
        text-decoration:none;
        font-size:18px;
        color:#333;
        background:url(../images/schdule_right.gif) no-repeat left center;
}

#sidebar div.swapy1 a{
        height:21px;
        width:13px;
        background:url(../images/schdule_down.gif) no-repeat left center;
}

#sidebar div.tools{
        margin:0px;
        padding-left:5px;
        border-bottom:1px solid #ccc;
        background:#F5F5F5;
        line-height:17px;
}

#sidebar div.tools a{
        margin:0;
        padding:2px 6px;
        font-size:11px;
        display:inline;
        border-right:1px solid #ccc;
        text-decoration:none;
        color:#0066cc;
        font-weight:bold;
}

#sidebar div.tools a#research_delete{
        border-right:0px solid #ccc;
}

#sidebar div.tools a#research_compare{
        color:#FFFFFF;
        background:#0066CC; 
        border-right:0px solid #ccc;
}

#sidebar div.tools a:hover{
        text-decoration: underline;
        cursor:pointer;
}

#sidebar div.tabwrap{
        height:257px;
        overflow-x:hidden;
        overflow-x:auto;
}

.common-widget table{
        background:#fff;
        padding:4px 0 6px 0;
}

.common-widget table td{
        vertical-align:top;
        padding:4px;
        margin:0;
        width:180px;
}

.common-widget table td.widgetChkBox{
        width:10px;
}

.common-widget table td.widgetImg{
        width:40px;
}

.common-widget .borderBottom{
        border-bottom:1px solid #ccc;
        padding-bottom:4px;
}
.common-widget .spacing{line-height:5px;}

.common-widget table td input{margin-left:4px;}
.common-widget table td img{
        margin-left:1px;
        padding:1px;
        max-width:60px;
        max-height:60px;
        text-align:center;
}
.common-widget table td div{padding:0px 5px;}
.common-widget table td div a{
        display:block;
        padding:0;
        margin:0px;
        color:#0066cc;
        text-decoration:none;
        font-weight:bold;
}

.common-widget table td div.text, 
.common-widget table td div.price{
        padding:0;
        margin:0;
        color:#000;
        font-size:11px;
        line-height:15px;
        font-weight:normal;
        cursor:text;
}
.common-widget table td div.price{padding:3px 0;}
.common-widget table td div.text{       line-height:13px;}
.common-widget .link{
        margin-top:-2px;
        font-size:11px;
        text-align:right;
        font-weight:normal !important;
}

.common-widget table td.n {
        padding:0;
        margin:0;
        border-top:1px solid #ccc;
        text-align:right;
}
.common-widget table td.n a.notes{
        padding:0 5px 0 0;
        margin:0;
        color:#0066cc;
        font-size:0.85em;
        font-weight:normal;
        text-decoration:none;
}
.common-widget table td.null{
        padding:0;
        margin:0;
        background:#fff;
        height:2px;
}

#sidebar div.quicksign{
        font-size:11px;
        padding:2px 10px 4px 10px;
        line-height:14px;
        background:#F5F5F5;
        border-top:1px solid #ccc;
}
#sidebar div.quicksign a{font-weight:bold;}

/*widget slide guide section*/
#sidebar .toggler { width: 530px; height:530px; position: relative;}
#sidebar .ui-effects-transfer { border: 2px dotted gray; }

#sidebar #pane1{height: 267px; background:#fff;}
#sidebar #pane2, #sidebar #pane3, #sidebar #pane4 { height: 247px;  width:240px; background:#fff;}

.winXP .jScrollPaneTrack {
    background: url(../images/windows_track.gif) repeat-y;
}
.winXP .jScrollPaneDrag {
    background: url(../images/windows_drag_middle.gif) no-repeat 0 50%;
}
.winXP .jScrollPaneDragTop {
    background: url(../images/windows_drag_top.gif) no-repeat;
    height: 4px;
}
.winXP .jScrollPaneDragBottom {
    background: url(../images/windows_drag_bottom.gif) no-repeat;
    height: 4px;
}
.winXP a.jScrollArrowUp {
    height: 17px;
    background: url(../images/windows_arrow_up.gif) no-repeat 0 0;
}
.winXP a.jScrollArrowUp:hover {
    background-position: 0 -20px;
}
.winXP a.jScrollArrowDown {
    height: 17px;
    background: url(../images/windows_arrow_down.gif) no-repeat 0 0;
}
.winXP a.jScrollArrowDown:hover {
    background-position: 0 -20px;
}
.winXP a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
    background-position: 0 -40px;
}

.osX .jScrollPaneTrack {
    background: url(../images/osx_track.gif) repeat-y;
}
.osX .jScrollPaneDrag {
    background: url(../images/osx_drag_middle.gif) repeat-y;
}
.osX .jScrollPaneDragTop {
    background: url(../images/osx_drag_top.gif) no-repeat;
    height: 6px;
}
.osX .jScrollPaneDragBottom {
    background: url(../images/osx_drag_bottom.gif) no-repeat;
    height: 7px;
}
.osX a.jScrollArrowUp {
        height: 24px;
        background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowUp:hover {
        background-position: 0 0;
}
.osX a.jScrollArrowDown {
        height: 24px;
        background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowDown:hover {
        background-position: 0 0;
}
.left .jScrollPaneTrack {
        left: 0;
        right: auto;
}
.left a.jScrollArrowUp {
        left: 0;
        right: auto;
}
.left a.jScrollArrowDown {
        left: 0;
        right: auto;
}

/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
    bottom: -1px;
}

.jScrollPaneContainer {
        position: relative;
        overflow: hidden;
        z-index: 1;
}

.jScrollPaneTrack {
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 0;
        height: 100%;
        background: #aaa;
}
.jScrollPaneDrag {
        position: absolute;
        background: #666;
        cursor: pointer;
        overflow: hidden;
}
.jScrollPaneDragTop {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
}
.jScrollPaneDragBottom {
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
}
a.jScrollArrowUp {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        text-indent: -2000px;
        overflow: hidden;
        height: 9px;
}
a.jScrollArrowUp:hover {
}

a.jScrollArrowDown {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        text-indent: -2000px;
        overflow: hidden;
        height: 9px;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}