Subversion Repositories SmartDukaan

Rev

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

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