Subversion Repositories SmartDukaan

Rev

Rev 4127 | Rev 4171 | 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{
4127 rajveer 83
    font-size:18px;
794 rajveer 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;
4127 rajveer 100
	border-bottom:1px solid #EEE;
4162 rajveer 101
	margin-left: 13px;
794 rajveer 102
}
103
 
104
#slideGuideContent div.demo ul li{
105
	list-style: none;
1227 vikas 106
	margin:0;
794 rajveer 107
	display: inline;
108
}
109
 
110
#slideGuideContent div.demo ul li a{
4127 rajveer 111
	padding: 7px 30px;
1227 vikas 112
	margin-bottom : -1px;
113
	margin-bottom: -1px;
4127 rajveer 114
	color:#333333;
794 rajveer 115
	font-size:11px;
116
	text-decoration: none;
117
	border-bottom: none;
118
}
119
 
120
#slideGuideContent div.demo .ui-tabs-nav li.ui-tabs-selected,
121
#slideGuideContent div.demo .ui-tabs-nav li.ui-state-active{
4045 rajveer 122
	background:white !important;
794 rajveer 123
}
124
#slideGuideContent div.demo .ui-tabs-nav li.ui-state-active a{
125
	color:#000;
126
	background:#fff;
127
	border-bottom:none;
4127 rajveer 128
	border-top:1px solid #EEE;
129
	border-right:1px solid #EEE;
130
	border-left:1px solid #EEE;
794 rajveer 131
}
132
 
133
#slideGuideContent .ui-tabs { zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
134
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
4045 rajveer 135
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-state-active a.vt, 
136
#slideGuideContent .ui-tabs .ui-tabs-nav li.ui-state-hover  a.vt{
137
	color:#333333 !important;
138
	font-weight: bold;
794 rajveer 139
	text-decoration:none;
4045 rajveer 140
	background-color: white !important; 	
794 rajveer 141
}
142
 
143
/*
144
#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; }
145
*/
146
#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... */
147
#slideGuideContent .ui-tabs .ui-tabs-panel { display: block;}
148
#slideGuideContent .ui-tabs .ui-tabs-hide { display: none !important; }
149
 
150
#slideGuideContent div.demo div.tabby{
151
	/*padding:10px 60px 10px 60px;*/
152
	margin:0px 10px 0px 0px;
153
	border:1px solid #ccc;
154
	overflow:hidden;
155
	width:317px;
156
}
157
#slideGuideContent .container { 
3954 rajveer 158
	width:315px; 
4049 rajveer 159
	max-height:545px;
794 rajveer 160
	overflow:hidden;
161
	position:relative;
162
	background:#fff;
163
}
4079 rajveer 164
#slideGuideContent .slides{width:315px;float:left;top:45px; background:#fff; border:none; LEFT:0; margin-top: 5px;}
794 rajveer 165
#slideGuideContent .slides div{text-align: center; background:#fff; border:none;}
166
#slideGuideContent .slides img{max-width:311px;max-height:481px; background:#fff; border:none;}
167
 
168
#slideGuideContent div.demo div.tabby img{margin:2px;}
169
#slideGuideContent div.desc{
170
	float:left;
4017 rajveer 171
	width:240px;
794 rajveer 172
	padding:0px 0px 0px 0px;
4127 rajveer 173
	margin:20px 2px 0px 10px;
794 rajveer 174
	display:inline; /*ie6 bug fix*/
175
}
176
 
177
#slideGuideContent div.desc div.introduction{
178
	font-size:0.9em;
179
	line-height:2em;
180
	padding:0;
181
	margin:0;
182
	text-align:left;
183
}
184
 
185
#slideGuideContent div.desc h4{
186
	color:#333;
4127 rajveer 187
	font-size:16px;
794 rajveer 188
	font-weight:normal;
189
}
190
 
191
#slideGuideContent div.desc p{
192
	line-height:26px;
193
	color:#333333;
194
	font-size:13px;
195
}
196
#slideGuideContent div.desc ul{list-style:none;}
197
 
198
#slideGuideContent div.desc li.introduction{
842 rajveer 199
	margin-top:10px;
794 rajveer 200
	color:#333;
3830 chandransh 201
	font-size:12px;
794 rajveer 202
	font-weight:normal;
203
}
204
 
205
#slideGuideContent div.desc li.mainFeature{
206
	margin-top:30px;
207
	color:#333;
208
	font-size:14px;
209
	font-weight:bold;
210
}
2361 rajveer 211
 
2321 rajveer 212
#slideGuideContent div.desc li.helpdoc{
2361 rajveer 213
	cursor: help;
2321 rajveer 214
}
215
 
216
.qtip-content{
217
    position: relative;
218
    padding: 5px 20px;
219
    overflow-x: hidden;
220
    overflow-y: auto;
221
    max-height: 300px;
222
    text-align: left;
223
    word-wrap: break-word;
224
    background: #FFFFFF;
225
}
226
 
227
.qtip-content li{
228
    margin-left: 20px;
229
}
230
 
231
 
794 rajveer 232
#slideGuideContent div.desc li.mainFeatureValue{
233
	margin-top:5px;
234
	padding-left:18px;
235
	color:#333;
236
	font-size:13px;
237
	line-height:14px;
1413 vikas 238
	background:url(../images/product-sprite.png) no-repeat 8px -228px;
794 rajveer 239
}
240
 
241
#slideGuideContent div.desc li.subFeature{
242
	margin-top:6px;
243
	padding-left:18px;
244
	color:#333;
245
	font-size:13px;
246
	font-weight:bold;
1413 vikas 247
	background:url(../images/product-sprite.png) no-repeat 8px -225px;
794 rajveer 248
}
249
 
250
#slideGuideContent div.desc li.subsubFeature{
251
	margin-top:6px;
252
	padding-left:36px;
253
	color:#333;
254
	font-size:12px;
255
	font-weight:bold;
1413 vikas 256
	background:url(../images/product-sprite.png) no-repeat 26px -225px;
794 rajveer 257
}
258
 
259
#slideGuideContent div.desc li.subFeatureValue{
260
	margin-left:18px;
261
	padding-left:17px;
262
	color:#666;
263
	font-size:12px;
264
	line-height:17px;
1413 vikas 265
	background:url(../images/product-sprite.png) no-repeat 8px -343px;
794 rajveer 266
}
267
 
268
#slideGuideContent div.desc li.subsubFeatureValue{
269
	margin-left:36px;
270
	padding-left:17px;
271
	color:#666;
272
	font-size:12px;
273
	line-height:17px;
1413 vikas 274
	background:url(../images/product-sprite.png) no-repeat 8px -343px;
794 rajveer 275
}
276
 
277
#slideGuideContent div.desc li.mainPunchline{
278
	line-height:18px;
279
	margin-bottom:15px;
280
	padding-left:10px;
281
	color:#333;
282
	font-weight:bold;
283
	font-size:13px;
1413 vikas 284
	background:url(../images/product-sprite.png) no-repeat 0px -398px;;
794 rajveer 285
}
286
 
287
#slideGuideContent div.desc li.mainFeaturePunchline{
288
	padding-left:18px;
289
	color:#333;
290
	font-size:13px;
1413 vikas 291
	background:url(../images/product-sprite.png) no-repeat 8px -396px;
794 rajveer 292
}
293
 
294
#slideGuideContent div.desc li.subFeaturePunchline{
295
	margin-left:18px;
296
	padding-left:18px;
297
	color:#666;
298
	font-size:12px;
1413 vikas 299
	background:url(../images/product-sprite.png) no-repeat 8px -396px;
794 rajveer 300
}
301
 
302
#slideGuideContent div.desc li.subsubFeaturePunchline{
303
	margin-left:18px;
304
	padding-left:36px;
305
	color:#666;
306
	font-size:12px;
1413 vikas 307
	background:url(../images/product-sprite.png) no-repeat 26px -396px;
794 rajveer 308
}
309
 
310
#slideGuideContent div.desc li.spacing{margin-top:35px;}
311
#slideGuideContent div.desc li.subspacing{margin-top:6px;}
312
 
313
#slideGuideContent .slider-content  {
314
	float:left;
4162 rajveer 315
	width:300px;
794 rajveer 316
	font-size:11px;
4127 rajveer 317
	border-bottom: solid 1px #EEE;
318
	border-left: solid 1px #EEE;
319
	border-right: solid 1px #EEE;
320
	line-height: 30px;
4162 rajveer 321
	margin-left: 13px;
794 rajveer 322
}
323
#slideGuideContent .slider-content  ul{border:none !important;}
324
 
325
#slideGuideContent .slider .next, 
326
#slideGuideContent .slider .prev{
327
	display:none;
4127 rajveer 328
	background-color: white;
794 rajveer 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;
4127 rajveer 340
	margin:12px 0 0 10px;
794 rajveer 341
}
342
#slideGuideContent .slider .next{
343
	float:right;
344
	color:#0066CC;
4127 rajveer 345
	margin:12px 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;
4045 rajveer 396
	color:#333333;
794 rajveer 397
	text-decoration:none;
398
	line-height:18px;
399
}
400
#slideGuideNav a:hover{
4045 rajveer 401
	color:#333333 !important;
402
	font-weight: bold;
794 rajveer 403
	text-decoration:none;
4045 rajveer 404
	background-color: white !important; 	
794 rajveer 405
}
406
 
407
/*___ slideGuideProduct ___*/
408
#slideGuideProduct{
409
	float:left;
4017 rajveer 410
	width:570px;
794 rajveer 411
}
412
#slideGuideProduct h1{
4127 rajveer 413
	margin:0px 0 10px 0px;
794 rajveer 414
	font-weight:normal;
415
}
416
#slideGuideProduct .modelName{margin-left:9px;}
417
 
418
/*___ Pincode ___*/
419
#servicePinCode .left{background:url(../images/pincode-left.jpg) no-repeat;}
420
#servicePinCode .right{background:url(../images/pincode-right.jpg) no-repeat top right;}
421
#servicePinCode .center{
422
	margin:0 16px;
423
	height:32px;
424
	padding: 8px 0 0 20px;
425
	background:url(../images/pincode-hor-bar.jpg) repeat-x;
426
}
427
#servicePinCode .imgTextBox {
428
	float:left;
429
	width:80px;
430
	margin:0 5px;
431
}
432
#servicePinCode .imgTextBox .left{background:url(../images/textbox-left.jpg) no-repeat;}
433
#servicePinCode .imgTextBox .right{background:url(../images/textbox-right.jpg) no-repeat top right;}
434
#servicePinCode .imgTextBox .center{
435
	margin:0 5px;
436
	padding:0;
437
	background:url(../images/textbox-hor-bar.jpg) repeat-x;
438
}
439
#servicePinCode .imgTextBox .textbox{
440
	width:68px;
441
	height:21px;
442
	font-size:14px;
443
	color:#999;
444
	border:none;
445
	background:none;
446
}
447
#servicePinCode .button{
448
	margin-top:1px;
449
	width:31px;
450
	height:21px;
451
	border:none;
452
	background:url(../images/buttons/go.jpg) no-repeat;
453
}
454
 
455
/*___ Phone reviews ___*/
456
#phoneReviews{margin-bottom:-6px;}
457
#phoneReviews .top .left{background:url(../images/review-top-left.jpg) no-repeat;}
458
#phoneReviews .top .right{background:url(../images/review-top-right.jpg) no-repeat top right;}
459
#phoneReviews .top .center{
460
	background:url(../images/review-top-hor-bar.jpg) repeat-x; 
461
	height:31px;
462
	margin:0 10px;
463
}
464
#phoneReviews .middle{
465
	color:#333;
466
	background:#fdfdfd;
467
	border-left:1px solid #ccc;
468
	border-right:1px solid #ccc;
469
	padding:1px 0; /* Bug fix*/
470
}
471
#phoneReviews h2{
472
	padding:5px 0 0 5px;
473
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
474
	font-size:18px;
475
	font-weight:normal;
476
}
477
#phoneReviews p{margin:10px 15px 15px 15px;}
478
#phoneReviews .bottom{margin-top:-10px;}
479
#phoneReviews .bottom .left{background:url(../images/review-bottom-left.jpg) no-repeat;}
480
#phoneReviews .bottom .right{background:url(../images/review-bottom-right.jpg) no-repeat top right;}
481
#phoneReviews .bottom .center{
482
	background:url(../images/review-bottom-hor-bar.jpg) repeat-x; 
483
	height:31px;
484
	margin:0 10px;
485
}
486
#phoneReviews .horLine{
842 rajveer 487
	/* margin-top:-20px;   by ebizon */
794 rajveer 488
	border-bottom:1px solid #ccc;
842 rajveer 489
  height:1px; /* add by ebizon */ 
834 rajveer 490
}
1181 rajveer 491
/* for chrome */
492
@media screen and (-webkit-min-device-pixel-ratio:0) {
1182 vikas 493
            #slideGuideContent div.demo ul {padding:3px 0 !important;}
1181 rajveer 494
}
2323 varun.gupt 495
div.contweak	{
496
	min-height: 817px;
3830 chandransh 497
	border: 1px solid #67ABD3;
2644 varun.gupt 498
}
499
 
500
/* My Notes */
501
 
502
.mynotes-section	{
503
	float: right;
504
	font-family: 'Comic Sans MS',Textile,cursive;
505
	font-size: 11px;
506
	color: #444444;
3830 chandransh 507
	margin-top: 25px;
508
	width: 226px;
2644 varun.gupt 509
}
510
 
2718 varun.gupt 511
.mynotes-section h3	{
3830 chandransh 512
	background-color: #FFD685;
2718 varun.gupt 513
	font-size: 12px;
514
	padding: 1px 0 1px 5px;
515
}
516
 
517
.mynotes-section .note-display, .mynotes-section textarea	{
3830 chandransh 518
	background: none repeat scroll 0 0 #FFFFCC;
519
	border: 1px solid #FFD685;
2718 varun.gupt 520
	min-height: 60px;
521
	max-height: 90px;
522
}
2672 varun.gupt 523
.mynotes-section .note-display	{
524
	padding: 3px;
3830 chandransh 525
	width: 218px;
2672 varun.gupt 526
}
527
 
2644 varun.gupt 528
.mynotes-section textarea	{
529
	display: none;
530
	font-size: 11px;
3830 chandransh 531
	color: #666666;
2672 varun.gupt 532
	padding: 2px;
2644 varun.gupt 533
	float: left;
3830 chandransh 534
	width: 220px;
2718 varun.gupt 535
	overflow: auto;
2672 varun.gupt 536
}
537
 
2718 varun.gupt 538
.mynotes-section p, .mynotes-colorbox-section p	{
2672 varun.gupt 539
	display: none;
540
}
541
 
2718 varun.gupt 542
.mynotes-section p a	{
543
	float: right;
544
	cursor: pointer;
545
}
546
 
2672 varun.gupt 547
#mynotes-colorbox .mynotes-colorbox-section	{
548
	padding: 3px 5px;
549
	margin: 3px 0px 3px 0 px;
550
}
551
 
552
#mynotes-colorbox .clrbx-note-display	{
553
	background: none repeat scroll 0 0 #F9F9F9;
554
	border: 1px solid #CCCCCC;
555
	padding: 2px;
556
}
557
 
558
#mynotes-colorbox .clrbx-note-input	{
559
	display: none;
560
	background: none repeat scroll 0 0 #F9F9F9;
561
	border: 1px solid #CCCCCC;
562
	width: 610px;
563
	height: 20px;
564
	padding: 2px;
565
}
566
 
2718 varun.gupt 567
a.view-my-notes	{
568
	float: right;
569
	font-weight: normal !important;
570
	cursor: pointer;
2323 varun.gupt 571
}