Subversion Repositories SmartDukaan

Rev

Rev 2325 | Rev 2361 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
794 rajveer 1
/*___ ActionBar ___*/
1413 vikas 2
#actionBar .left{background:url(../images/product-sprite.png) no-repeat 0 -78px;}
3
#actionBar .right{background:url(../images/product-sprite.png) no-repeat top right 0 -156px;}
794 rajveer 4
#actionBar .center{
5
	margin:0 10px;
865 rajveer 6
	height:24px;
794 rajveer 7
	background:url(../images/actionbar-hor-bar.jpg) repeat-x;
865 rajveer 8
	padding-top:4px;   /* add by ebizon */
794 rajveer 9
}
10
#actionBar .blockLeft{
11
	float:left;
865 rajveer 12
	/*margin-top: 4px;*/    /* commented by ebizon */
2228 rajveer 13
	width:330px;
794 rajveer 14
}
842 rajveer 15
/*#actionBar .blockLeft .smallImgButton{
794 rajveer 16
	float:left;
17
	margin:4px 2px 0 2px;
842 rajveer 18
	display:inline;  IE6 bug fix 
794 rajveer 19
}
20
#actionBar .blockLeft .smallImgButton .button{
21
	padding-top:3px;
22
	cursor:pointer;
23
	font-family:Verdana, Arial, Helvetica, sans-serif;
24
	font-weight:bold;
25
	font-size:11px;
26
	border:none;
27
	background:none;
842 rajveer 28
}*/
794 rajveer 29
#actionBar .blockRight{
30
	float:right;
2125 varun.gupt 31
	width:330px;
794 rajveer 32
	font-size:11px;
33
}
803 vikas 34
 
35
#actionBar .fblikeDiv{
36
	float:left;
37
	width:120px;
38
	font-size:11px;
39
}
40
 
41
#actionBar .tweetDiv{
42
	float:right;
43
	width:120px;
44
	font-size:11px;
865 rajveer 45
	/*margin-top : 3px;*/  /* commented by ebizon */
803 vikas 46
}
47
 
794 rajveer 48
#actionBar .blockRight a{
49
	color:#000;
50
	text-decoration:none;
51
}
52
#actionBar .blockRight table{margin:1px -10px 0 0;}
53
#actionBar .blockRight td{
54
	vertical-align:top;
55
	padding-left:10px;
56
}
57
#actionBar .blockRight img{
58
	margin-top:2px;
59
	float:left;
60
}
61
#actionBar .blockRight span{
62
	float:left;
865 rajveer 63
	/*margin:2px 4px 0 0;*/   /* commented by ebizon */
794 rajveer 64
	display:inline; /* IE 6 bug fix */
65
}
66
#actionBar .blockRight #facebookCount,
67
#actionBar .blockRight #twitterCount{
68
	font-size:10px;
69
	margin:3px 0 0 4px;
70
}
71
#actionBar .blockRight #askAFriend {width:100px;}
72
#actionBar .blockRight #askAFriend img,
73
#actionBar .blockRight #askAFriend span{float:right;}
74
 
75
#actionBar .blockRight #askAFriend span{
76
	width:76px;
77
	margin-left:-6px;
78
}
79
 
80
/*___ slideGuideContent ___*/
1413 vikas 81
#slideGuideContent .top .left{background:url(../images/product-sprite.png) no-repeat 0 -904px;}
794 rajveer 82
#slideGuideContent .top .right{background:url(../images/slideguide-content-top-right.jpg) no-repeat top right;}
83
#slideGuideContent .top .center{
84
	margin:0 10px 0 155px;
85
	height:13px;
86
	background:url(../images/slideguide-content-top-center.jpg) repeat-x;
87
}
88
 
89
#slideGuideContent .middle {
90
	background:#fff;
91
	border-right:1px solid #ccc;
92
}
93
#slideGuideContent .middle .left{background:url(../images/slideguide-nav-ver-bar.jpg) repeat-y;}
94
 
1413 vikas 95
#slideGuideContent .bottom .left{background:url(../images/product-sprite.png) no-repeat 0 -733px}
794 rajveer 96
#slideGuideContent .bottom .right{background:url(../images/slideguide-content-bottom-right.jpg) no-repeat top right;}
97
#slideGuideContent .bottom .center{
98
	margin:0 10px 0 155px;
99
	height:4px;
100
	background:url(../images/slideguide-content-bottom-center.jpg) repeat-x;
101
}
102
 
103
#slideGuideContent div.teaser h1{
104
    font-size:24px;
105
    font-weight:normal;
106
}
107
 
108
#slideGuideContent div.teaser h1 span{ font-weight:bold;}
109
 
110
#slideGuideContent div.demo{
111
	float:left;
112
	width:317px;
113
	padding:0;
114
	margin:16px 0 0 0;
115
}
116
 
117
#slideGuideContent div.demo ul {
1227 vikas 118
	margin: 0;
119
	padding: 3px 0 !important;
794 rajveer 120
	position:relative;
1227 vikas 121
	border-bottom:1px solid #999999;
794 rajveer 122
}
123
 
124
#slideGuideContent div.demo ul li{
125
	list-style: none;
1227 vikas 126
	margin:0;
794 rajveer 127
	display: inline;
128
}
129
 
130
#slideGuideContent div.demo ul li a{
1227 vikas 131
	padding: 7px 8px;
132
	margin-bottom : -1px;
794 rajveer 133
	margin-left: 8px;
1227 vikas 134
	margin-bottom: -1px;
794 rajveer 135
	color:#fff;
136
	font-size:11px;
137
	text-decoration: none;
138
	border-bottom: none;
139
	border-top:1px solid #6699FF;
140
	border-right:1px solid #6699FF;
141
	border-left:1px solid #6699FF;
1227 vikas 142
	background:#6699FF;
794 rajveer 143
}
144
 
145
#slideGuideContent div.demo .ui-tabs-nav li.ui-tabs-selected,
146
#slideGuideContent div.demo .ui-tabs-nav li.ui-state-active{
147
	background:#fff !important;
148
}
149
#slideGuideContent div.demo .ui-tabs-nav li.ui-state-active a{
150
	color:#000;
151
	background:#fff;
152
	border-bottom:none;
153
	border-top:1px solid #999;
154
	border-right:1px solid #999;
155
	border-left:1px solid #999;
156
}
157
 
158
#slideGuideContent .ui-tabs { zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
159
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
160
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-state-active a.vt{
161
	color:#fff !important;
162
	text-decoration:none;
1413 vikas 163
	background:#848484 url(../images/product-sprite.png) no-repeat 133px -1018px !important; 	
794 rajveer 164
}
165
 
166
/*
167
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
168
*/
169
#slideGuideContent .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
170
#slideGuideContent .ui-tabs .ui-tabs-panel { display: block;}
171
#slideGuideContent .ui-tabs .ui-tabs-hide { display: none !important; }
172
 
173
#slideGuideContent div.demo div.tabby{
174
	/*padding:10px 60px 10px 60px;*/
175
	margin:0px 10px 0px 0px;
176
	border:1px solid #ccc;
177
	overflow:hidden;
178
	width:317px;
179
}
180
#slideGuideContent .container { 
181
	width:317px; 
1101 vikas 182
	height:545px;
794 rajveer 183
	margin:0px 10px 0px 0px;
184
	/*border:1px solid #ccc;*/
185
	padding-top:4px;
186
	overflow:hidden;
187
	position:relative;
188
	background:#fff;
189
}
1143 rajveer 190
#slideGuideContent .slides{width:315px;float:left;position:absolute;top:45px; background:#fff; border:none; LEFT:0;}
794 rajveer 191
#slideGuideContent .slides div{text-align: center; background:#fff; border:none;}
192
#slideGuideContent .slides img{max-width:311px;max-height:481px; background:#fff; border:none;}
193
 
194
#slideGuideContent div.demo div.tabby img{margin:2px;}
195
#slideGuideContent div.desc{
196
	float:left;
197
	width:225px;
198
	padding:0px 0px 0px 0px;
199
	margin:50px 0px 0px 23px;
200
	display:inline; /*ie6 bug fix*/
201
}
202
 
203
#slideGuideContent div.desc div.introduction{
204
	font-size:0.9em;
205
	line-height:2em;
206
	padding:0;
207
	margin:0;
208
	text-align:left;
209
}
210
 
211
#slideGuideContent div.desc h4{
212
	color:#333;
213
	font-size:20px;
214
	font-weight:normal;
215
}
216
 
217
#slideGuideContent div.desc p{
218
	line-height:26px;
219
	color:#333333;
220
	font-size:13px;
221
}
222
#slideGuideContent div.desc ul{list-style:none;}
223
 
224
#slideGuideContent div.desc li.introduction{
842 rajveer 225
	margin-top:10px;
794 rajveer 226
	color:#333;
227
	font-size:13px;
228
	font-weight:normal;
229
}
230
 
231
#slideGuideContent div.desc li.mainFeature{
232
	margin-top:30px;
233
	color:#333;
234
	font-size:14px;
235
	font-weight:bold;
236
}
2325 rajveer 237
/*
2321 rajveer 238
#slideGuideContent div.desc li.helpdoc{
239
	cursor: pointer;
240
}
2325 rajveer 241
*/
2321 rajveer 242
 
243
.qtip-content{
244
    position: relative;
245
    padding: 5px 20px;
246
    overflow-x: hidden;
247
    overflow-y: auto;
248
    max-height: 300px;
249
    text-align: left;
250
    word-wrap: break-word;
251
    background: #FFFFFF;
252
}
253
 
254
.qtip-content li{
255
    margin-left: 20px;
256
}
257
 
258
 
794 rajveer 259
#slideGuideContent div.desc li.mainFeatureValue{
260
	margin-top:5px;
261
	padding-left:18px;
262
	color:#333;
263
	font-size:13px;
264
	line-height:14px;
1413 vikas 265
	background:url(../images/product-sprite.png) no-repeat 8px -228px;
794 rajveer 266
}
267
 
268
#slideGuideContent div.desc li.subFeature{
269
	margin-top:6px;
270
	padding-left:18px;
271
	color:#333;
272
	font-size:13px;
273
	font-weight:bold;
1413 vikas 274
	background:url(../images/product-sprite.png) no-repeat 8px -225px;
794 rajveer 275
}
276
 
277
#slideGuideContent div.desc li.subsubFeature{
278
	margin-top:6px;
279
	padding-left:36px;
280
	color:#333;
281
	font-size:12px;
282
	font-weight:bold;
1413 vikas 283
	background:url(../images/product-sprite.png) no-repeat 26px -225px;
794 rajveer 284
}
285
 
286
#slideGuideContent div.desc li.subFeatureValue{
287
	margin-left:18px;
288
	padding-left:17px;
289
	color:#666;
290
	font-size:12px;
291
	line-height:17px;
1413 vikas 292
	background:url(../images/product-sprite.png) no-repeat 8px -343px;
794 rajveer 293
}
294
 
295
#slideGuideContent div.desc li.subsubFeatureValue{
296
	margin-left:36px;
297
	padding-left:17px;
298
	color:#666;
299
	font-size:12px;
300
	line-height:17px;
1413 vikas 301
	background:url(../images/product-sprite.png) no-repeat 8px -343px;
794 rajveer 302
}
303
 
304
#slideGuideContent div.desc li.mainPunchline{
305
	line-height:18px;
306
	margin-bottom:15px;
307
	padding-left:10px;
308
	color:#333;
309
	font-weight:bold;
310
	font-size:13px;
1413 vikas 311
	background:url(../images/product-sprite.png) no-repeat 0px -398px;;
794 rajveer 312
}
313
 
314
#slideGuideContent div.desc li.mainFeaturePunchline{
315
	padding-left:18px;
316
	color:#333;
317
	font-size:13px;
1413 vikas 318
	background:url(../images/product-sprite.png) no-repeat 8px -396px;
794 rajveer 319
}
320
 
321
#slideGuideContent div.desc li.subFeaturePunchline{
322
	margin-left:18px;
323
	padding-left:18px;
324
	color:#666;
325
	font-size:12px;
1413 vikas 326
	background:url(../images/product-sprite.png) no-repeat 8px -396px;
794 rajveer 327
}
328
 
329
#slideGuideContent div.desc li.subsubFeaturePunchline{
330
	margin-left:18px;
331
	padding-left:36px;
332
	color:#666;
333
	font-size:12px;
1413 vikas 334
	background:url(../images/product-sprite.png) no-repeat 26px -396px;
794 rajveer 335
}
336
 
337
#slideGuideContent div.desc li.spacing{margin-top:35px;}
338
#slideGuideContent div.desc li.subspacing{margin-top:6px;}
339
 
340
#slideGuideContent .slider-content  {
341
	float:left;
342
	width:316px;
834 rajveer 343
	margin-top:5px;
794 rajveer 344
	background:#eee;
345
	font-size:11px;
346
}
347
#slideGuideContent .slider-content  ul{border:none !important;}
348
 
349
#slideGuideContent .slider .next, 
350
#slideGuideContent .slider .prev{
351
	display:none;
352
	background-color:#EEEEEE;
353
	border:0;
354
	font-family:Verdana, Arial, Helvetica, sans-serif;
355
	color:#666;
356
	font-size:11px;
357
	padding:0;
358
	margin:0;
359
	cursor:pointer;
360
}
361
#slideGuideContent .slider .prev{
362
	float:left;
363
	color:#0066CC;
364
	margin:5px 0 0 10px;
365
}
366
#slideGuideContent .slider .next{
367
	float:right;
368
	color:#0066CC;
369
	margin:5px 10px 0 0;
370
}
371
#slideGuideContent .slider div{
372
	overflow:hidden;
373
	text-align:left;
834 rajveer 374
	height:auto;
794 rajveer 375
	margin:0;
376
	padding:0;
377
}
378
 
379
#slideGuideContent .slider div ul{
380
	width:3000px;/* set to an arbitary high value*/
381
	overflow:hidden;
382
	margin:2px 0px;
383
	padding:0;
384
	margin-left:0;
385
}
386
#slideGuideContent .slider div ul li{
387
	display:inline-block;
834 rajveer 388
	display:inline; /*IE 7 hack doesn't support inline-block*/
794 rajveer 389
	margin:1px 2px;
390
	width:auto;
391
	cursor:pointer;
392
	color:#0066CC;
393
}
394
 
395
#slideGuideContent .slider div ul li a{ color:#666 !important; }
396
 
397
#slideGuideContent .sliderScroll{
398
	width:230px; 
399
	margin:0 auto !important;
400
}
401
 
402
/*___ slideGuideNav ___*/
403
#slideGuideNav {
404
	margin-left:2px;
405
	float:left;
406
	display:inline; /* IE 6 bug fix */
407
	width:153px;
408
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
409
	font-size:12px;
410
}
411
#slideGuideNav ul{list-style:none;}
412
#slideGuideNav a span {
413
	display:block;
414
	width:105px;
415
}
416
#slideGuideNav a{
417
	display:block;
418
	padding:9px 0 9px 17px;
419
	color:#666666;
420
	text-decoration:none;
421
	line-height:18px;
1413 vikas 422
	background:url(../images/product-sprite.png) no-repeat 133px -1105px;
794 rajveer 423
}
424
#slideGuideNav a:hover{
425
	color:#fff;
426
	text-decoration:none;
1413 vikas 427
	background:#848484 url(../images/product-sprite.png) no-repeat 133px -1018px; 	
794 rajveer 428
}
429
 
430
/*___ slideGuideProduct ___*/
431
#slideGuideProduct{
432
	float:left;
433
	width:570px;
434
}
435
#slideGuideProduct h1{
436
	margin:26px 0 20px 8px;
437
	font-weight:normal;
438
}
439
#slideGuideProduct .modelName{margin-left:9px;}
440
 
441
/*___ Pincode ___*/
442
#servicePinCode .left{background:url(../images/pincode-left.jpg) no-repeat;}
443
#servicePinCode .right{background:url(../images/pincode-right.jpg) no-repeat top right;}
444
#servicePinCode .center{
445
	margin:0 16px;
446
	height:32px;
447
	padding: 8px 0 0 20px;
448
	background:url(../images/pincode-hor-bar.jpg) repeat-x;
449
}
450
#servicePinCode .imgTextBox {
451
	float:left;
452
	width:80px;
453
	margin:0 5px;
454
}
455
#servicePinCode .imgTextBox .left{background:url(../images/textbox-left.jpg) no-repeat;}
456
#servicePinCode .imgTextBox .right{background:url(../images/textbox-right.jpg) no-repeat top right;}
457
#servicePinCode .imgTextBox .center{
458
	margin:0 5px;
459
	padding:0;
460
	background:url(../images/textbox-hor-bar.jpg) repeat-x;
461
}
462
#servicePinCode .imgTextBox .textbox{
463
	width:68px;
464
	height:21px;
465
	font-size:14px;
466
	color:#999;
467
	border:none;
468
	background:none;
469
}
470
#servicePinCode .button{
471
	margin-top:1px;
472
	width:31px;
473
	height:21px;
474
	border:none;
475
	background:url(../images/buttons/go.jpg) no-repeat;
476
}
477
 
478
/*___ Phone reviews ___*/
479
#phoneReviews{margin-bottom:-6px;}
480
#phoneReviews .top .left{background:url(../images/review-top-left.jpg) no-repeat;}
481
#phoneReviews .top .right{background:url(../images/review-top-right.jpg) no-repeat top right;}
482
#phoneReviews .top .center{
483
	background:url(../images/review-top-hor-bar.jpg) repeat-x; 
484
	height:31px;
485
	margin:0 10px;
486
}
487
#phoneReviews .middle{
488
	color:#333;
489
	background:#fdfdfd;
490
	border-left:1px solid #ccc;
491
	border-right:1px solid #ccc;
492
	padding:1px 0; /* Bug fix*/
493
}
494
#phoneReviews h2{
495
	padding:5px 0 0 5px;
496
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
497
	font-size:18px;
498
	font-weight:normal;
499
}
500
#phoneReviews p{margin:10px 15px 15px 15px;}
501
#phoneReviews .bottom{margin-top:-10px;}
502
#phoneReviews .bottom .left{background:url(../images/review-bottom-left.jpg) no-repeat;}
503
#phoneReviews .bottom .right{background:url(../images/review-bottom-right.jpg) no-repeat top right;}
504
#phoneReviews .bottom .center{
505
	background:url(../images/review-bottom-hor-bar.jpg) repeat-x; 
506
	height:31px;
507
	margin:0 10px;
508
}
509
#phoneReviews .horLine{
842 rajveer 510
	/* margin-top:-20px;   by ebizon */
794 rajveer 511
	border-bottom:1px solid #ccc;
842 rajveer 512
  height:1px; /* add by ebizon */ 
834 rajveer 513
}
1181 rajveer 514
/* for chrome */
515
@media screen and (-webkit-min-device-pixel-ratio:0) {
1182 vikas 516
            #slideGuideContent div.demo ul {padding:3px 0 !important;}
1181 rajveer 517
}
2323 varun.gupt 518
div.contweak	{
519
	min-height: 817px;
520
}