Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
794 rajveer 1
#sidebar div.lightbox{
2
	float:left;
3
	width:240px;
4
	margin:4px 0 0 0;
5
	*margin:5px 0 0 0;
6
	padding:0;
7
}
8
 
9
#sidebar div.hdr{
10
	margin:0;
11
	padding:10px 0;
950 rajveer 12
	height:20px;
794 rajveer 13
	width:240px;
14
	border-bottom:1px solid #ccc;
950 rajveer 15
	/*background:url(../images/lb_hdr_bg.gif) repeat-x left; */
16
  background:transparent url(../images/spriteme1.png) repeat-x scroll -10px -702px;
794 rajveer 17
}
18
#sidebar div.hdr a{
19
	margin:0 0 0 10px;
20
	padding:0 0 0 26px;
21
	text-decoration:none;
22
	font-size:18px;
23
	color:#333;
950 rajveer 24
	/*background:url(../images/lgb_arw.gif) no-repeat left center;*/
25
  background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -349px;
794 rajveer 26
}
27
 
28
#sidebar div.swapy a{
950 rajveer 29
	/*background:url(../images/lgb_arw_cc.gif) no-repeat left center;*/
30
  background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -980px;
794 rajveer 31
	height:21px;
32
	width:13px;
33
}
34
 
35
#sidebar div.hdr1 a{
36
	margin:0 0 0 10px;
37
	padding:0 0 0 26px;
38
	text-decoration:none;
39
	font-size:18px;
40
	color:#333;
41
	background:url(../images/schdule_right.gif) no-repeat left center;
42
}
43
 
44
#sidebar div.swapy1 a{
45
	height:21px;
46
	width:13px;
47
	background:url(../images/schdule_down.gif) no-repeat left center;
48
}
49
 
50
#sidebar div.tools{
51
	margin:0px;
52
	padding-left:5px;
53
	border-bottom:1px solid #ccc;
54
	background:#F5F5F5;
950 rajveer 55
	line-height:17px;
794 rajveer 56
}
57
 
58
#sidebar div.tools a{
59
	margin:0;
60
	padding:2px 6px;
61
	font-size:11px;
62
	display:inline;
63
	border-right:1px solid #ccc;
64
	text-decoration:none;
65
	color:#0066cc;
66
	font-weight:bold;
67
}
68
 
69
#sidebar div.tools a:hover{
70
	text-decoration: underline;
71
	cursor:pointer;
72
}
73
 
74
#sidebar div.tabwrap{
75
	height:257px;
76
	overflow-x:hidden;
77
	overflow-x:auto;
78
}
79
 
80
#sidebar div.tabwrap table{
81
	background:#fff;
82
	padding:4px 0 6px 0;
83
}
84
 
85
#sidebar div.tabwrap table td{
86
	vertical-align:top;
87
	padding:4px;
88
	margin:0;
89
}
90
 
91
#sidebar div.lightbox .borderBottom{
92
	border-bottom:1px solid #ccc;
93
	padding-bottom:4px;
94
}
95
#sidebar div.lightbox .spacing{line-height:5px;}
96
 
97
#sidebar div.tabwrap table td input{margin-left:4px;}
98
#sidebar div.tabwrap table td img{
99
	margin-left:1px;
100
	border:1px solid #ccc;
101
	padding:1px;
102
	max-width:60px;
103
	max-height:60px;
104
	text-align:center;
105
}
106
#sidebar div.tabwrap table td div{padding:0px 5px;}
107
#sidebar div.tabwrap table td div a{
108
	display:block;
109
	padding:0;
110
	margin:0px;
111
	color:#0066cc;
112
	text-decoration:none;
113
	font-weight:bold;
114
}
115
 
116
#sidebar div.tabwrap table td div.text, 
117
#sidebar div.tabwrap table td div.price{
118
	padding:0;
119
	margin:0;
120
	color:#000;
121
	font-size:11px;
122
	line-height:15px;
123
	font-weight:normal;
124
	cursor:text;
125
}
126
#sidebar div.tabwrap table td div.price{padding:3px 0;}
127
#sidebar div.tabwrap table td div.text{	line-height:13px;}
128
#sidebar div.tabwrap .link{
129
	margin-top:-2px;
130
	font-size:11px;
131
	text-align:right;
132
	font-weight:normal !important;
133
}
134
 
135
#sidebar div.tabwrap table td.n {
136
	padding:0;
137
	margin:0;
138
	border-top:1px solid #ccc;
139
	text-align:right;
140
}
141
#sidebar div.tabwrap table td.n a.notes{
142
	padding:0 5px 0 0;
143
	margin:0;
144
	color:#0066cc;
145
	font-size:0.85em;
146
	font-weight:normal;
147
	text-decoration:none;
148
}
149
#sidebar div.tabwrap table td.null{
150
	padding:0;
151
	margin:0;
152
	background:#fff;
153
	height:2px;
154
}
155
 
156
#sidebar div.quicksign{
157
	font-size:11px;
158
	padding:2px 10px 4px 10px;
159
	line-height:14px;
160
	background:#F5F5F5;
161
	border-top:1px solid #ccc;
162
}
163
#sidebar div.quicksign a{font-weight:bold;}
164
 
165
/*
166
	div.quickLinks a.signin:hover, div.footer a:hover, div.common a:hover, div.quickLinks a:hover, 
167
	div.tabwrap table td div a:hover, div.tabwrap table td.n a.notes:hover, div.bot a:hover, div.breadcrumb a:hover, div.quicksign a:hover
168
	{text-decoration:underline!important;}
169
*/
170
 
171
/*widget slide guide section*/
172
#sidebar .toggler { width: 530px; height:530px; position: relative;}
173
#sidebar .ui-effects-transfer { border: 2px dotted gray; }
174
 
175
/*
176
	Scroll Pan
177
	.winXP apply window XP scrollbar style
178
	.osX apply mac scrollbar style
179
*/
180
 
181
#sidebar #pane1{height: 267px; background:#fff;}
182
#sidebar #pane2, #sidebar #pane3, #sidebar #pane4 { height: 247px;  width:240px; background:#fff;}
183
 
184
.winXP .jScrollPaneTrack {
185
    background: url(../images/windows_track.gif) repeat-y;
186
}
187
.winXP .jScrollPaneDrag {
188
    background: url(../images/windows_drag_middle.gif) no-repeat 0 50%;
189
}
190
.winXP .jScrollPaneDragTop {
191
    background: url(../images/windows_drag_top.gif) no-repeat;
192
    height: 4px;
193
}
194
.winXP .jScrollPaneDragBottom {
195
    background: url(../images/windows_drag_bottom.gif) no-repeat;
196
    height: 4px;
197
}
198
.winXP a.jScrollArrowUp {
199
    height: 17px;
200
    background: url(../images/windows_arrow_up.gif) no-repeat 0 0;
201
}
202
.winXP a.jScrollArrowUp:hover {
203
    background-position: 0 -20px;
204
}
205
.winXP a.jScrollArrowDown {
206
    height: 17px;
207
    background: url(../images/windows_arrow_down.gif) no-repeat 0 0;
208
}
209
.winXP a.jScrollArrowDown:hover {
210
    background-position: 0 -20px;
211
}
212
.winXP a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
213
    background-position: 0 -40px;
214
}
215
 
216
.osX .jScrollPaneTrack {
217
    background: url(../images/osx_track.gif) repeat-y;
218
}
219
.osX .jScrollPaneDrag {
220
    background: url(../images/osx_drag_middle.gif) repeat-y;
221
}
222
.osX .jScrollPaneDragTop {
223
    background: url(../images/osx_drag_top.gif) no-repeat;
224
    height: 6px;
225
}
226
.osX .jScrollPaneDragBottom {
227
    background: url(../images/osx_drag_bottom.gif) no-repeat;
228
    height: 7px;
229
}
230
.osX a.jScrollArrowUp {
231
	height: 24px;
232
	background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;
233
}
234
.osX a.jScrollArrowUp:hover {
235
	background-position: 0 0;
236
}
237
.osX a.jScrollArrowDown {
238
	height: 24px;
239
	background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;
240
}
241
.osX a.jScrollArrowDown:hover {
242
	background-position: 0 0;
243
}
244
.left .jScrollPaneTrack {
245
	left: 0;
246
	right: auto;
247
}
248
.left a.jScrollArrowUp {
249
	left: 0;
250
	right: auto;
251
}
252
.left a.jScrollArrowDown {
253
	left: 0;
254
	right: auto;
255
}
256
 
257
/* IE SPECIFIC HACKED STYLES */
258
* html .osX .jScrollPaneDragBottom {
259
    bottom: -1px;
260
}
261
 
262
.jScrollPaneContainer {
263
	position: relative;
264
	overflow: hidden;
265
	z-index: 1;
266
}
267
 
268
.jScrollPaneTrack {
269
	position: absolute;
270
	cursor: pointer;
271
	right: 0;
272
	top: 0;
273
	height: 100%;
274
	background: #aaa;
275
}
276
.jScrollPaneDrag {
277
	position: absolute;
278
	background: #666;
279
	cursor: pointer;
280
	overflow: hidden;
281
}
282
.jScrollPaneDragTop {
283
	position: absolute;
284
	top: 0;
285
	left: 0;
286
	overflow: hidden;
287
}
288
.jScrollPaneDragBottom {
289
	position: absolute;
290
	bottom: 0;
291
	left: 0;
292
	overflow: hidden;
293
}
294
a.jScrollArrowUp {
295
	display: block;
296
	position: absolute;
297
	z-index: 1;
298
	top: 0;
299
	right: 0;
300
	text-indent: -2000px;
301
	overflow: hidden;
302
	/*background-color: #666;*/
303
	height: 9px;
304
}
305
a.jScrollArrowUp:hover {
306
	/*background-color: #f60;*/
307
}
308
 
309
a.jScrollArrowDown {
310
	display: block;
311
	position: absolute;
312
	z-index: 1;
313
	bottom: 0;
314
	right: 0;
315
	text-indent: -2000px;
316
	overflow: hidden;
317
	/*background-color: #666;*/
318
	height: 9px;
319
}
320
a.jScrollArrowDown:hover {
321
	/*background-color: #f60;*/
322
}
323
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
324
	/*background-color: #f00;*/
950 rajveer 325
}