Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
1778 rajveer 1
 
2
/* css by ebizon for comparision page */
3
 
4
#comparision-heading {
5
  color:#000000;
6
  font-size:14px;
7
  font-weight:bold;
8
  float:left;
9
  padding-right:5px;
10
  height: 30px;
11
}
12
.comparision-bc {
1804 rajveer 13
  float: left;
14
  height: 37px;
15
  margin: 4px 0 6px;
16
  width: 100%;
1778 rajveer 17
}
18
.comparision-bc a {
19
  font-size:14px;
20
  font-weight: normal;
21
}
22
.comparision#wrapper  {
23
  width:100%;
24
  margin-bottom:4px;
25
}
26
.comparision #productDetail , .summary #productDetail {
27
  margin-bottom:0px;
28
}
29
.comparision #productDetail , .summary #productDetail {
30
  width:735px;
31
  float:left;
32
}
33
#comparision-left{
34
  float:left;
35
  width:155px;
36
  background:transparent url(../images/slideguide-nav-ver-bar.jpg) repeat-y scroll 0 0;
37
}
38
#comparision-left .right {
39
  background:transparent url(../images/slideguide-content-top-right.jpg) no-repeat scroll right top;
40
}
41
#comparision-right{
42
  float:right;
43
  position: relative;
44
  width:824px;
45
  top:-10px;
46
  /*background:transparent url(../images/comp-header-bg.png) repeat-x scroll right top;*/
47
}
48
 
49
.summary-comparision-content h1.comparision-page-title {
50
  margin-top: 7px;
51
  padding-left:0px;
52
  background:none;
53
}
54
h1.comparision-page-title {
55
  background:transparent url(../images/comp-header-bg.png) repeat-x scroll right top;
56
}
57
.comparision #registration .top .left , .summary #registration .top .left {
58
  background:transparent url(../images/product-sprite.png) no-repeat scroll 0 -904px;
59
}
60
.comparision #registration .top .right , .summary #registration .top .right {
61
  background:transparent url(../images/slideguide-content-top-right.jpg) no-repeat scroll right top;
62
}
63
.comparision #registration .top .center , .summary #registration .top .center {
64
  background:transparent url(../images/slideguide-content-top-center.jpg) repeat-x scroll 0 0;
65
  height:13px;
66
  margin:0 10px 0 155px;
67
}
68
#comparision-right h1 {
69
  font-size:24px;
70
  font-weight:normal;
71
  padding:18px 0 10px 8px;
72
}
73
.phone-comparision-area , .inner-comparision-area {
74
  float:left;
75
  width:824px;
76
}
77
.phone-comparision-area .scroller {
78
  float:left;
79
  width:824px;
80
  height:25px;
81
  background:transparent url(../images/scroller-bg.jpg) repeat-x scroll 0 0;
82
}
83
.inner-comparision-area .column1 {
84
  float:left;
85
  width:275px;
86
  background:transparent url(../images/column-right-border.jpg) repeat-y scroll top right;
87
  min-height: 757px;
88
  *min-height:765px;
89
}
90
 
91
.inner-comparision-area .column2 {
92
  float:left;
93
  width:275px;
94
  background:#f0efef url(../images/column-right-border.jpg) repeat-y scroll top right;
95
  min-height: 757px;
96
  *min-height:765px;
97
 
98
}
99
.inner-comparision-area .column3 {
100
  float:left;
101
  width:275px;
102
  min-height: 757px;
103
  *min-height:765px;
104
  background:#fff url(../images/column-right-border.jpg) repeat-y scroll top right;
105
}
106
.inner-comparision-area .header{
107
  float:left;
108
  border-bottom:1px solid #ccc;
109
  width:258px;
110
  padding:5px 0 0 14px;
111
  background-color: #fff;
112
  height:62px;
113
}
114
.phone-name a{
115
  font-size:14px;
116
}
117
.phone-image{
1799 rajveer 118
  float: left;
119
  margin-right: 10px;
120
  text-align: right;
121
  width: 87%;
1778 rajveer 122
}
123
.phone-image .img{
124
  margin-top:16px;
125
}
126
.featureslisting {
127
  float:left;
128
  width:258px;
129
  padding:0px 0 0 14px;
130
}
131
.featureslisting ul {
132
  float:left;
133
  display:inline;
134
}
135
.featureslisting ul li {
136
  float:left;
137
  list-style:none;
138
  width:220px;
139
}
140
 
141
.red{
142
  color:#7a2222;
143
}
144
.comparision #productDetail .middle .content { 
145
  *height:55px;
146
}
147
 
148
 
149
/*  Summary  */
150
 
151
 
152
.summary td.column1{
153
  width:226px;
154
  border-right:1px solid #ccc;
155
  background:none;
156
  min-height:0;
157
  border-bottom:1px solid #ccc;
158
}
159
.summary td.column1 .header{
160
  height:123px;
161
  width:226px;
162
  border-bottom:1px solid #ccc;
163
  border-bottom:none;
164
  padding:0;
165
}
166
.product-content-row{
167
  width:106px;
168
  border-right:1px solid #ccc;
169
  background:none;
170
  min-height:0;
171
  border-bottom:1px solid #ccc;
172
}
173
.summary td.column2.last , .summary td.column2 .header.last {
174
  border-right:none;
175
}
176
.summary td.column2 .header{
177
  width:106px;
178
  height:130px;
179
  background:none;
180
  padding:0px;
181
  border-bottom:none;
182
}
183
.summary #registration div.middle {
184
  min-height:900px;
185
  overflow: hidden;
186
  width: 980px;
187
}
188
.summary tr.row2 td{
189
  height:30px;
190
  padding:5px;
191
}
192
.summary tr.row3 td , .summary tr.row1 td{
193
  padding:5px;
194
}
195
.summary .featureslisting {
196
  float:left;
197
  padding:0;
198
  width:236px;
199
}
200
#footer {
201
  clear: both;
202
}
203
.comparision-page .middle {
204
  float:left;
205
  width:979px;
206
}
207
.comparision-page .bottom {
208
  float:left;
209
  width:100%;
210
  margin-bottom: 4px;
211
}
212
 
213
.scoretext{
214
  font-weight:bold;
215
  float:left;
216
  color:#666;
217
  font-size:14px;
218
  height:20px;
219
}
220
.scoretextnormal{
221
  font-weight:normal;
222
  float:left;
223
  color:#666;
224
  font-size:12px;
225
  width:140px;
226
}
227
.option{
228
  float:right;
229
}
230
.option select{
231
  float:right;
232
  height:20px;
233
}
234
.summary .column2 .header .left{
235
  width:70px;
236
  height:123px;
237
  float:left;
238
  margin-top: 7px;
239
  background:none !important;
240
}
241
.summary .column2 .header .left .topimg{
242
  float:left;
243
  height:65px;
244
}
245
.summary .column2 .header .left .toptext{
246
  float:left;
247
  height:62px;
248
}
249
.summary .column2 .header .right{
250
  width:25px;
251
  height:123px;
252
  float:right;
253
}
254
.summary .column2 .header .right .cartimg{
255
  float:left;
256
  margin-top:105px;
257
}
258
.summary .columnlisting {
259
  float:left;
260
  padding:0;
261
  width:106px;
262
}
263
 
264
.features-color{
265
  width	: 116px;
266
  padding:0 !important;
267
}
268
.features-color.last{
269
  border-right: none;
270
}
271
.value{
272
  padding:7px;
273
  float:left;
274
}
275
.features-color .rating4-5{
276
  border-left: 10px solid #ffcccc;
277
  float:left;
278
  padding: 6px;
279
}
280
.features-color .rating3-4{
281
  border-left: 10px solid #ff9999;
282
  float:left;
283
  padding: 6px;
284
}
285
.features-color .rating2-3{
286
  border-left: 10px solid #ff6666;
287
  float:left;
288
  padding: 6px;
289
}
290
.features-color .rating0-2{
291
  border-left: 10px solid #ff0000;
292
  float:left;
293
  padding: 6px;
294
}
295
.features-color .rating5-6{
296
  border-left: 10px solid #C3E9C3;
297
  float:left;
298
  padding: 6px;
299
}
300
.features-color .rating6-7{
301
  border-left: 10px solid #A7E497;
302
  float:left;
303
  padding: 6px;
304
}
305
.features-color .rating7-8{
306
  border-left: 10px solid #7FE25D;
307
  float:left;
308
  padding: 6px;
309
}
310
.features-color .rating8-10{
311
  border-left: 10px solid #66CD36;
312
  float:left;
313
  padding: 6px;
314
}
315
.summary .columnlisting .row4 .features-color{
316
  height:32px;
317
}
318
.features-color .rating6-7.big , .features-color .rating3-4.big , .features-color .rating8-10.big {
319
  padding: 14px 6px;
320
}
321
.reset-button {
322
  float:left;
323
  margin-left:165px;
324
  margin-top:5px;
325
  clear:both;
326
}
327
.rating-area{
328
  float:right;
329
  margin-right:10px;
330
  margin-top:20px;
331
  background-color: #f0efef;
332
  width:348px;
333
  height:23px;
334
  padding:5px;
335
  color:#666;
336
  font-size:12px;
337
}
338
.rating-scale{
339
  float:left;
340
  width:100%;
341
  MARGIN-TOP:3PX;
342
}
343
.rating-scale span{
344
  float:left;
345
  height:10px;
346
  border-right:1px solid #ccc;
347
  margin-top:5px;
348
}
349
.rating-scale .first{
350
  width:70px;
351
  border-right:none;
352
  margin-top:0px;
353
}
354
.rating-scale .last{
355
  padding-left:7px;
356
  width:23px;
357
  border-right:none;
358
  margin-top:0px;
359
}
360
.rating-scale tr td.rating8-10{
361
  width:34px;
362
  background-color:#66cd36;
363
  font-size:0;
364
  line-height:0;
365
}
366
.rating-scale .rating7-8{
367
  width:34px;
368
  background-color:#7FE25D;
369
  font-size:0;
370
  line-height:0;
371
}
372
.rating-scale .rating6-7{
373
  width:34px;
374
  background-color:#A7E497;
375
  font-size:0;
376
  line-height:0;
377
}
378
.rating-scale .rating5-6{
379
  width:34px;
380
  background-color:#C3E9C3;
381
  font-size:0;
382
  line-height:0;
383
}
384
.rating-scale .rating4-5{
385
  width:34px;
386
  background-color:#ffcccc;
387
  font-size:0;
388
  line-height:0;
389
}
390
.rating-scale .rating3-4{
391
  width:34px;
392
  background-color:#ff9999;
393
  font-size:0;
394
  line-height:0;
395
}
396
.rating-scale .rating2-3{
397
  width:34px;
398
  background-color:#ff6666;
399
  font-size:0;
400
  line-height:0;
401
}
402
.rating-scale .rating0-2{
403
  width:34px;
404
  background-color:#ff0000;
405
  font-size:0;
406
  line-height:0;
407
}
408
.bottom-area{
409
  width:215px;
410
  float:left;
411
  margin-top:15px;
412
  color: #666;
413
  margin-left:11px;
414
  clear:left;
415
}
416
.bottom-area p{
417
  width:230px;
418
  float:left;
419
  margin-top:10px;
420
}
421
 
422
 
423
ul.ui-tabs-nav li.ui-state-active a.vt {
424
  background: url("../images/product-sprite.png") no-repeat scroll 133px -1018px #848484 !important;
425
  color: #FFFFFF !important;
426
  text-decoration: none;
427
}
428
 
429
.column-top-grey,
430
.column-bottom-grey {
431
  background: url("../images/scroller-bg.jpg") repeat-x scroll 0 0 transparent;
432
  height: 30px;
433
  clear: both;
434
  width:824px;
435
}
436
.mainfeature{
437
  font-weight:bold;
438
}
439
 
440
li.mainFeature {
441
  color:#333333;
442
  font-size:14px;
443
  font-weight:bold;
444
  margin-top:30px;
445
}
446
li.mainFeatureValue {
447
  background:transparent url(../images/product-sprite.png) no-repeat scroll 8px -228px;
448
  color:#333333;
449
  font-size:13px;
450
  line-height:14px;
451
  margin-top:5px;
452
  padding-left:18px;
453
}
454
 
455
li.mainPunchline{
1799 rajveer 456
  line-height:18px;
457
  margin-bottom:15px;
458
  padding-left:10px;
459
  color:#333;
460
  font-weight:bold;
461
  font-size:13px;
462
  background:url(../images/product-sprite.png) no-repeat 0px -398px;;
1778 rajveer 463
}
464
 
465
li.mainFeaturePunchline{
1799 rajveer 466
  padding-left:18px;
467
  color:#333;
468
  font-size:13px;
469
  background:url(../images/product-sprite.png) no-repeat 8px -396px;
1778 rajveer 470
}
471
 
472
li.subFeature{
1799 rajveer 473
  margin-top:6px;
474
  padding-left:18px;
475
  color:#333;
476
  font-size:13px;
477
  font-weight:bold;
478
  background:url(../images/product-sprite.png) no-repeat 8px -225px;
1778 rajveer 479
}
480
 
481
li.subsubFeature{
1799 rajveer 482
  margin-top:6px;
483
  padding-left:36px;
484
  color:#333;
485
  font-size:12px;
486
  font-weight:bold;
487
  background:url(../images/product-sprite.png) no-repeat 26px -225px;
1778 rajveer 488
}
489
 
490
li.subFeatureValue{
1799 rajveer 491
  margin-left:18px;
492
  padding-left:17px;
493
  color:#666;
494
  font-size:12px;
495
  line-height:17px;
496
  background:url(../images/product-sprite.png) no-repeat 8px -343px;
1778 rajveer 497
}
498
 
499
li.subsubFeatureValue{
1799 rajveer 500
  margin-left:36px;
501
  padding-left:17px;
502
  color:#666;
503
  font-size:12px;
504
  line-height:17px;
505
  background:url(../images/product-sprite.png) no-repeat 8px -343px;
1778 rajveer 506
}
507
 
508
 
509
li.subFeaturePunchline{
1799 rajveer 510
  margin-left:18px;
511
  padding-left:18px;
512
  color:#666;
513
  font-size:12px;
514
  background:url(../images/product-sprite.png) no-repeat 8px -396px;
1778 rajveer 515
}
516
 
517
li.subsubFeaturePunchline{
1799 rajveer 518
  margin-left:18px;
519
  padding-left:36px;
520
  color:#666;
521
  font-size:12px;
522
  background:url(../images/product-sprite.png) no-repeat 26px -396px;
1778 rajveer 523
}
524
 
525
li.spacing{margin-top:35px;}
526
li.subspacing{margin-top:6px;}
527
 
528
 
529
/* new css   */
530
.comparision-product-column {
531
  float:left;
532
  width:272px;
533
}
534
#comparision-right .comparision-border-inner,
535
.comparision-product-column {
1799 rajveer 536
  /* min-height: 584px; */
537
  min-height: 620px;
1778 rajveer 538
  *min-height:520px;
539
}
540
.comparision-product-column.last {
541
  background:none;
542
  width:274px;
543
}
544
.inner-column .header {
545
  float:left;
546
  border-bottom:1px solid #ccc;
547
  width:258px;
548
  padding:5px 0 0 14px;
549
  background-color: #fff;
550
  height:62px;
551
}
552
.product-head-row {
553
  background: none repeat scroll 0 0 transparent;
554
  border-bottom: 1px solid #CCCCCC;
555
  border-right: 1px solid #CCCCCC;
556
  clear: both;
557
  float: left;
558
  min-height: 0;
559
  padding: 5px;
560
  width: 226px;
561
}
562
#slideGuideContent .middle .comparision-product-inner-content .left {
563
  background: none;
564
}
565
.product-content-row {
566
  background: none repeat scroll 0 0 transparent;
567
  border-bottom: 1px solid #CCCCCC;
568
  border-right: 1px solid #CCCCCC;
569
  clear: both;
570
  float: left;
571
  min-height: 0;
572
}
573
.product-comparision-home{
574
  float: left;
575
  background: none repeat scroll 0 0 transparent;
576
  width: 116px;
577
}
578
.product-comparision-home .comparision-product-column {
579
  background: none;
580
  width: 106px;
581
  min-height:620px;
582
}
583
.product-comparision-home .column-bottom-grey,
584
.product-comparision-home .column-top-grey,
585
.product-comparision-home h1.comparision-page-title {
586
  display: none;
587
}
588
.product-summary-column,
589
.scroller-column-3 {
590
  float:left;
591
}
592
.product-head-row-1 {
593
  background: none repeat scroll 0 0 transparent;
594
  min-height: 0;
595
  width: 226px;
596
  height: 123px;
597
}
598
.product-content-row-1 {
599
  height: 123px;
600
  padding: 5px;
601
  width: 96px;
602
}
603
.product-content-row .left{
604
  width:70px;
605
  height:123px;
606
  float:left;
607
  margin-top: 7px;
608
  background:none !important;
609
}
610
.product-content-row .header .left .topimg{
611
  float:left;
612
  height:65px;
613
}
614
.product-content-row .header .left .toptext{
615
  float:left;
616
  height:62px;
617
}
618
.product-content-row .header .right{
619
  width:25px;
620
  height:123px;
621
  float:right;
622
}
623
.product-content-row .header .right .cartimg{
624
  float:left;
625
  margin-top:105px;
626
}
627
.product-content-row-2 {
628
  padding:5px 0px 5px 5px;
629
  width:101px;
630
}
631
 
632
/* new */
633
 
634
.comparision-product-name .header {
635
  background-color: #FFFFFF;
636
  border-bottom: 1px solid #CCCCCC;
637
  float: left;
1799 rajveer 638
  height: 70px;
1778 rajveer 639
  padding: 0;
640
  width: 258px;
641
}
642
.comparision-border-inner {
643
  background: url("../images/column-right-border.jpg") repeat-y scroll right top transparent;
644
  float: left;
645
  width: 3px;
646
}
1804 rajveer 647
.product-name-left-cart .phone-name {
648
  float: left;
649
  clear: both;
650
  margin-left: 0;
651
}
652
.scroller-content-inner .product-name {
653
    margin-left: 0;
654
}
1778 rajveer 655
#comparision-right .comparision-product-name .comparision-border-inner {
1804 rajveer 656
  height: 71px;
1778 rajveer 657
  min-height:50px;
658
}
659
#comparision-left #slideGuideNav{
1799 rajveer 660
  /* min-height:815px; */
1778 rajveer 661
}
662
 
663
 
1799 rajveer 664
.comparision-page .middle {
665
  background: #FFFFFF url("../images/slideguide-nav-ver-bar.jpg") repeat-y scroll left center !important;
666
}
667
 
668
/***
669
  Comparision page issues
670
*/
671
#productDetail.comparision-page-content .content .blockLeft {
672
  width: 100%;
673
}
674
.comparision-bc-left {
675
  margin-right: 10px;
676
  float:left;
677
}
678
.comparision-bc-right {
679
  padding-top: 2px;
680
}
681
.summary-left-price {
682
  clear: left;
683
  float: left;
684
  margin-right: 10px;
685
  padding-top: 5px;
686
}
687
.summary-left-price .newPrice {
688
  color: #990000;
689
  font-weight: bold;
690
  line-height: 8px;
691
  padding: 2px 0 4px;
692
}
693
.summary-left-price .originalPrice {
694
  font-size: 11px;
695
  text-decoration: line-through;
696
}
697
.summary-left-price .newPrice {
698
  color: #990000;
699
  font-weight: bold;
700
  line-height: 8px;
701
  padding: 2px 0 4px;
702
}
703
.product-name-left-cart {
1804 rajveer 704
    float: left;
705
    margin-top: 4px;
706
    padding-left: 14px;
707
    width: 63%;
1799 rajveer 708
}
709
.product-name-right-image {
710
  float:right;
711
  margin-top: 4px;
712
  width: 30%;
1804 rajveer 713
}
714
.jspScrollable .scroller-content-inner .product-name-left-cart {
715
  padding-left: 0px;
716
}
717
 
718
.featureslisting ul li.introduction {
719
    color: #333333;
720
    font-size: 13px;
721
    font-weight: normal;
722
    margin-top: 10px;
723
}