Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
794 rajveer 1
/*___ Wrapper ___*/
926 rajveer 2
 
3
ul.product-description li{
4
        overflow: hidden;
5
        white-space: nowrap;
6
        width: 100%;
7
}
794 rajveer 8
#wrapper{
4017 rajveer 9
	width:712px;
794 rajveer 10
	float:left;
11
}
12
 
13
#colorselector {
14
	font-size:12px;
15
	font-weight:normal;
16
    border: 1px solid #cfcfcf;
17
    vertical-align: middle;
18
    background-color: transparent;
19
}
20
 
21
option {
22
    border-bottom: 1px solid #ebdac0;
23
    border-right: 1px solid #d6bb86;
24
    border-left: 1px solid #d6bb86;
25
}
26
option:hover {
27
    cursor: pointer;
28
}
29
 
30
/*___ home page ___*/
5145 phani.kuma 31
#products{
794 rajveer 32
	background:#fff;
33
}
34
#productBanner{width:736px;}
35
 
36
#products #bestDeals, 
37
#products #latestArrivals,
38
#products #bestSellers{
5145 phani.kuma 39
  padding: 20px;
794 rajveer 40
}
41
 
42
/*** Ebizon changes for h1 ****/
43
 
44
.block-title{
45
	float:left;
46
	border-bottom:1px solid #ccc;
47
        width:100%;
48
}
49
.block-title a{
50
float:right;
51
 margin-top: 1px;
52
}
53
/*   -end  Ebizon changes for h1-  */
54
 
55
#products h1{
56
	color:#E47911;
57
	font-size:18px;
58
	padding-bottom:2px;
5145 phani.kuma 59
	float:left;
794 rajveer 60
}
61
#products h1 a{
62
	font-size:11px;
63
	margin:0 0 0 15px;
64
	padding:0;
5145 phani.kuma 65
	float:right;
66
	margin: 4px 0px 0px 0px;
794 rajveer 67
}
68
#products .productItem{
69
	float:left;
4126 varun.gupt 70
	width:161px;
794 rajveer 71
	line-height:18px;
72
}
73
#products .productItem .productImg{
3830 chandransh 74
	height:130px;
794 rajveer 75
	margin-bottom:5px;
4126 varun.gupt 76
	text-align: center;
794 rajveer 77
}
4126 varun.gupt 78
#products .productItem .productImg img	{
79
	margin-top: 8px;
794 rajveer 80
}
4132 rajveer 81
 
5175 phani.kuma 82
.productItem .offer {
5145 phani.kuma 83
	background: url(/images/IconOfferPack_ProdList.png) no-repeat scroll 0 0 transparent;
84
	height: 43px;
85
	width: 43px;
86
	margin-top: 8px;
87
	margin-left: 5px;
4132 rajveer 88
} 
89
 
794 rajveer 90
#products .productItem .productDetails{
4126 varun.gupt 91
	height:125px;
92
	padding-left: 13px;
794 rajveer 93
}
4126 varun.gupt 94
 
5145 phani.kuma 95
.nomargin {
5171 phani.kuma 96
	margin: 0px !important;
5145 phani.kuma 97
}
98
 
794 rajveer 99
/** Ebizon changes provide class name "inside-content" for inline css **/
100
#products .productDetails .inside-content {
101
  padding-bottom: 5px;
102
}  
103
#products .productItem .productDetails .title{
104
	font-weight:bold;
105
	line-height:14px;
5145 phani.kuma 106
  padding-bottom: 10px;
794 rajveer 107
}
108
#products .productItem .productDetails .originalPrice{
109
	text-decoration:line-through;
110
	font-size:11px;
111
}
112
#products .productItem .productDetails .newPrice{
113
	color:#990000;
114
	font-weight:bold;
115
	line-height:8px;
116
	padding:2px 0 4px 0;
117
}
118
#products .productItem .productDesp{
119
	font-size:11px;
120
	line-height:16px;
3830 chandransh 121
	padding-bottom:2px;
794 rajveer 122
}
123
#products .productItem .productDesp ul{list-style:none;}
124
#products .spacing{
125
	float:left;
126
	width:32px;
127
	height:285px;
128
}
129
 
130
/*___ Product Category ___*/
131
#productHeading2{
132
	margin:11px 0 6px 0;
133
	font-size:24px;
134
	color:#000;
135
}
136
 
137
/*___ Product Category : Product List ___*/
138
#productCat .top{
139
	line-height:5px;
140
	background:#fff;
141
}
142
#productCat .top .left{
143
	float:left;
144
	width:174px;
145
	background:#efeff0;
146
}
147
#productCat .top .right{
148
	float:right;
149
	width:5px;
1413 vikas 150
	background: url(../images/product-sprite.png) no-repeat top right 0 -624px;
794 rajveer 151
}
152
#productCat .bottom{
153
	line-height:5px;
154
	background:#fff;
155
}
156
#productCat .bottom .left{
157
	background: url(../images/product-cat-bottom-left.jpg) no-repeat;
158
}
159
#productCat .bottom .right{
1413 vikas 160
	background: url(../images/product-sprite.png) no-repeat top right 0 -514px;
794 rajveer 161
}
162
 
163
#productCat .middle .content{
164
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
165
	min-height:1000px;
166
}
167
#productCat #productList{
168
	float:left;
4017 rajveer 169
	width:535px;
794 rajveer 170
	margin-left:1px;
171
}
172
 
173
#productList .productListTop,
174
#productListing .productListTop{
5145 phani.kuma 175
	padding: 10px 16px 3px 16px;
794 rajveer 176
	color:#333333;
177
	border-bottom:1px solid #ccc;
178
}
179
#productList .productListBottom,
180
#productListing .productListBottom{
181
	margin-top:-10px;
182
	padding:10px 16px 12px 16px;
183
	color:#333333;
184
	border-top:1px solid #ccc;
185
}
186
#productList .productListTop .productListHeading{
187
	float:left;
188
	color:#000;
189
	font-size:18px;
190
	font-weight:bold;
191
}
192
#productList .productListTop .productListResult{
193
	float:left;
194
	font-size:11px;
195
}
196
#productList #otherTabContent .productListTop .productListResult,
197
#productListing .productListTop .productListResult{
198
	float:right;
199
	margin-right:15px;
200
}
201
 
202
#productListing .productListTop .productListResult{font-size:11px;}
203
 
204
#productList #otherTabContent .productListTop .productListResult .resultLimit,
205
#productListing .productListTop .productListResult .resultLimit{
206
	color:#333;
207
	font-size:11px;
208
	font-weight:normal
209
}
210
#productList .productListTop .productListResult .resultLimit{
211
	color:#900;
212
	font-size:18px;
213
	font-weight:bold;
214
}
215
#productList .productListTop .productListResult .style1{font-weight:bold;}
216
 
217
#productList .pagination1,
218
#productList .pagination2,
219
#productListing .pagination2{
220
	float:right;
221
	font-size:11px;
222
	text-align:right;
223
}
224
 
225
#productList .pagination1 .prev,
226
#productList .pagination2 .prev,
227
#productListing .pagination2 .prev{margin-right:10px;}
228
 
229
#productList .pagination1 .next,
230
#productList .pagination2 .next,
231
#productListing .pagination2 .next{margin-left:10px;}
232
 
233
#productList .pagination1 a, 
234
#productList .pagination2 a, 
235
#productListing .pagination2 a, 
236
#productList .pagination1 span,
237
#productList .pagination2 span,
238
#productListing .pagination2 span{margin:0 1px; padding:0 1px;}
239
 
240
#productList .pagination1 span,
241
#productList .pagination2 span,
242
#productListing .pagination2 span{color:#666;}
243
 
244
#productListCenter2 .floatLeft,
3830 chandransh 245
#productListing .floatLeft{padding-left:60px;}
794 rajveer 246
#productListCenter2 .floatRight,
3830 chandransh 247
#productListing .floatRight{padding-right:60px;}
794 rajveer 248
 
249
#productList .productItem,
250
#productListing .productItem{
251
	position:relative;
3830 chandransh 252
	margin:16px 3px 16px 3px;
794 rajveer 253
	width:249px;
254
}
255
 
4151 rajveer 256
#productList .productItem .offer-image,
257
#productListing .productItem .offer-image{
4147 rajveer 258
	position:absolute; 
259
	left:50px;
260
}
261
 
794 rajveer 262
#productList .productItem .productImg,
263
#productListing .productItem .productImg{
264
	float:left;
265
	width:90px;
266
	height:184px;
267
}
268
#productList .productItem .productImg .newIcon,
269
#productListing .productItem .productImg .newIcon{
270
	position:absolute;
271
	top:-10px;
272
	left:-10px;
273
	width:38px;
274
	height:38px;
275
	background:url(../images/new-icon.png) no-repeat;
276
}
277
 
278
#productList .productItem .productDetails,
279
#productListing .productItem .productDetails{
280
	float:left;
281
	margin-left:10px;
282
	width:149px;
283
	height:189px;
284
}
285
#productList .productItem .title,
286
#productListing .productItem .title{
287
	margin-bottom:8px;
288
	font-weight:bold;
289
	line-height:14px;
290
}
291
#productList .productItem .productDetails .originalPrice,
292
#productListing .productItem .productDetails .originalPrice{
293
	text-decoration:line-through;
294
	font-size:11px;
295
}
296
#productList .productItem .productDetails .newPrice,
297
#productListing .productItem .productDetails .newPrice{
298
	color:#990000;
299
	font-weight:bold;
300
	padding:2px 0 10px 0;
301
}
302
#productList .productItem .productDesp,
303
#productListing .productItem .productDesp{
304
	margin-bottom:8px;
305
	font-size:11px;
306
	line-height:18px;
307
}
308
#productList .productItem .productDesp ul,
309
#productListing .productItem .productDesp ul{list-style:none;}
310
 
311
/*___ Product Category : Multifaceted Search ___*/
312
#multifacetedSearch{
313
	float:left;
314
	width:172px;
315
	padding:10px 0;
316
	line-height:18px;
317
}
318
#multifacetedSearch h2{
319
	margin:0 0 8px 10px;
320
	font-size:14px;
321
	font-weight:bold;
322
	color:#333;
323
}
324
#currentFilters{
325
	padding:0 0 10px 20px;
326
	background:url(../images/filter-divider.gif) repeat-x bottom left;
327
}
328
 
329
#currentFilters .sectionHeader{
330
	font-size:12px;
331
	font-weight:bold;
332
	color:#666;
333
}
334
#currentFilters .filterOption{
335
	font-size:11px;
336
	color:#333;
337
}
338
#currentFilters .filterOption ul{list-style:none;}
339
#currentFilters div.filterContent{margin-left:30px;}
340
#currentFilters .filterClose{
341
	font-size:9px;
342
	font-weight:bold;
343
}
344
 
345
#filterBy .bottomBorder{
346
	background:url(../images/filter-divider.gif) repeat-x top left;
347
}
348
 
349
#filterBy .filterHeading{
350
	cursor:pointer;
351
	margin:8px 0 18px 0;
6866 amit.gupta 352
	padding:8px 0 6px 5px;
794 rajveer 353
	background:url(../images/filter-divider.gif) repeat-x top left;
354
}
355
#filterBy .filterArrow{
356
	float:left;
357
	margin:6px 6px 0 0;
951 vikas 358
    background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -10px;
794 rajveer 359
	width:11px;
360
	height:7px;
361
}
362
#filterBy .filterArrowRotate{
363
	float:left;
364
	margin:5px 6px 0 0;
951 vikas 365
    background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -17px;
794 rajveer 366
	width:11px;
367
	height:11px;
368
}
369
 
370
#filterBy .sectionHeader{
371
	float:left;
372
	font-size:12px;
373
	font-weight:bold;
374
	color:#666;
375
}
376
#filterBy .filterOption{
377
	clear:both;
6866 amit.gupta 378
	margin:0 0 25px 6px;
379
	max-height: 200px;
380
	overflow-y: auto;
794 rajveer 381
}
382
 
383
#filterBy .filterOption ul{list-style:none;}
384
#filterBy .filterOption input{float:left;}
385
#filterBy .filterOption .clearLine{
386
	clear:both;
387
	margin-bottom:5px;
388
}
389
 
6866 amit.gupta 390
#filterBy .filterOption input{margin:3px 2px 0 0;}
794 rajveer 391
 
392
#filterBy .filterOption label{
393
	display:block;
394
	margin-bottom:5px;
395
	clear:both;
396
	color:#0066cc;
397
	padding:7px 0;
398
}
399
#filterBy .filterOption label a{margin:0;}
400
#filterBy .filterOption .noColor{
401
	margin-left:4px;
402
	color:#666;
403
}
404
 
405
#filterBy #priceSlider{padding-top:10px;}
406
#filterBy #priceSlider #slider-range{
407
	margin:0 auto;
408
	width:120px;
409
}
410
#filterBy #priceSlider #priceRange1,
411
#filterBy #priceSlider #priceRange2{
412
	float:left;
413
	position:relative;
414
	color:#666;
415
}
416
#filterBy #priceSlider #priceRange1{margin-left:5px;}
417
#filterBy #priceSlider #priceRange2{margin-left:-22px;}
418
 
419
/*___ Search Result ___*/
420
#pageTitleBox{margin-left:-15px;}
421
#errorMsg{
422
	font-size:14px;
423
	color:#990000;
424
}
425
#errorMsg a{font-weight:bold;}
426
#resultFound{
427
	padding:5px 0;
428
	font-size:12px;
429
	font-weight:bold;
430
}
431
#resultFound .normalColor{color:#333;}
432
#resultFound .redColor{color:#900;}
433
#relatedSearches{
434
	color:#666;
435
	font-size:11px;
436
	line-height:14px;
437
}
438
#searchResult .top{
439
	line-height:5px;
440
	background:#fff;
441
}
442
#searchResult .top .left{
443
	float:left;
444
	width:174px;
445
	background:url(../images/search-result-top-left.gif) no-repeat;
446
}
447
#searchResult .top .right{
448
	float:right;
449
	width:10px;
450
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
451
}
452
#searchResult .bottom{
453
	line-height:5px;
454
	background:#fff;
455
}
456
#searchResult .bottom .left{
457
	background: url(../images/product-cat-bottom-left.jpg) no-repeat;
458
}
459
#searchResult .bottom .right{
460
	background: url(../images/product-detail-bottom-right.jpg) no-repeat top right;
461
}
462
 
463
#searchResult .middle .content{
464
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
465
	min-height:1000px;
466
}
467
#searchResult #searchResultContent{
468
	float:left;
4017 rajveer 469
	width:535px;
794 rajveer 470
	margin-left:1px;
471
}
472
#searchResult .productListTop{
473
	padding:10px 16px 12px 16px;
474
	color:#333333;
475
	border-bottom:1px solid #ccc;
476
}
477
#searchResult .productListBottom{
478
	margin-top:-10px;
479
	padding:10px 16px 12px 16px;
480
	color:#333333;
481
	border-top:1px solid #ccc;
482
}
483
#searchResult .productListTop .productListHeading{
484
	float:left;
485
	color:#000;
486
	font-size:18px;
487
	font-weight:bold;
488
}
489
#searchResult .productListTop .productListResult{
490
	float:left;
491
	font-size:11px;
492
}
493
 
494
#searchResult .productListTop .productListResult .resultLimit{
495
	color:#900;
496
	font-size:18px;
497
	font-weight:bold;
498
}
499
#searchResult .productListTop .productListResult .style1{font-weight:bold;}
500
 
501
#searchResult .pagination1{
502
	float:right;
503
	font-size:11px;
504
	text-align:right;
505
}
506
 
507
#searchResult .pagination1 .prev{margin-right:10px;}
508
#searchResult .pagination1 .next{margin-left:10px;}
509
 
510
#searchResult .pagination1 a,
511
#searchResult .pagination1 span{margin:0 1px; padding:0 1px;}
512
 
513
#searchResult .pagination1 span{color:#666;}
514
 
515
#searchResult .pagination1.moveTop{margin-top:-12px;}
516
#searchResult #sortBy{
517
	float:right;
518
	margin:-12px 0 -10px 0;
519
	font-size:11px;
520
	color:#333;
521
	text-align:right;
522
}
523
#searchResult #sortBy a.active{
524
	color:#666666;
525
	font-weight:bold;
526
	text-decoration:none;
527
}
528
 
529
#searchResult #productListCenter{padding:10px 0;}
3830 chandransh 530
#searchResult #productListCenter .productItem{margin:10px 0 10px 0px;}
794 rajveer 531
#searchResult #productListCenter .productItem .productImg{
532
	position:relative;
533
	float:left;
534
	width:103px;
535
	text-align:center;
536
}
537
#searchResult #productListCenter .productItem .productImg .newIcon{
538
	position:absolute;
539
	top:-12px;
540
	left:auto;
541
	margin-left:-12px;
542
	width:38px;
543
	height:38px;
544
	background:url(../images/new-icon.png) no-repeat;
545
 
546
}
547
#searchResult #productListCenter .productItem .productDetails{
548
	float:left;
549
	margin-left:15px;
550
	width:224px;
551
}
552
#searchResult #productListCenter .productItem .title{
553
	font-weight:bold;
554
	line-height:14px;
555
}
556
#searchResult #productListCenter .productItem .productDesp{
557
	font-size:11px;
558
	line-height:18px;
559
	margin-top:5px;
560
}
561
 
562
#searchResult #productListCenter .productItem .productDesp ul{list-style:none;}
563
 
564
#searchResult #productListCenter .productItem .productPrice{
565
	float:left;
566
	margin-left:15px;
3830 chandransh 567
	width:67px;
794 rajveer 568
}
569
#searchResult #productListCenter .productItem .productPrice .originalPrice{
570
	text-decoration:line-through;
571
	font-size:11px;
572
}
573
#searchResult #productListCenter .productItem .productPrice .newPrice{
574
	color:#990000;
575
	font-weight:bold;
576
	line-height:8px;
577
	padding:2px 0 10px 0;
578
}
579
#searchResult #productListCenter .productItem .productDetailsIcon{
580
	float:left;
581
	margin-left:15px;
582
	width:65px;
583
}
584
#searchResult #productListCenter .searchResultBorder{
585
	line-height:10px;
586
	background:url(../images/search-result-border.jpg) no-repeat 0 50%;
587
}
588
 
589
 
590
/*___ Product Listing, Contact Us ___*/
591
#productListing .top,
592
#contactUs .top,
593
#forgetPass .top{background: #fff;}
594
 
595
#productListing .top .left,
596
#contactUs .top .left,
597
#forgetPass .top .left{background: url(../images/product-detail-top-left.jpg) no-repeat;}
598
 
599
#productListing .top .right,
600
#contactUs .top .right,
601
#forgetPass .top .right{
602
	line-height:5px;
603
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
604
}
605
 
606
#productListing .bottom,
607
#contactUs .bottom,
608
#forgetPass .bottom{background: #fff;}
609
 
610
#productListing .bottom .left,
611
#contactUs .bottom .left,
612
#forgetPass .bottom .left{background: url(../images/product-detail-bottom-left.jpg) no-repeat bottom left;}
613
 
614
#productListing .bottom .right,
615
#contactUs .bottom .right,
616
#forgetPass .bottom .right{
617
	line-height:5px;
618
	background: url(../images/product-detail-bottom-right.jpg) no-repeat bottom right;
619
}
620
 
621
#productListing .middle .content,
622
#contactUs .middle .content,
623
#forgetPass .middle .content{
624
	min-height:1000px;
625
	background: #fff;
626
}
627
 
628
/*___ Contact Us & forget password ___*/
629
#contactUs .middle .content{
630
	padding:20px 0;	
631
}
632
 
633
#forgetPass .middle .content{padding:20px 40px;}
634
 
635
#contactUs .imgTextBox,
636
#forgetPass .imgTextBox {
637
	height:27px;
638
	background:url(../images/textbox2-hor-bar.jpg) repeat-x;
639
}
640
 
641
#contactUs .imgTextBox .left,
642
#forgetPass .imgTextBox .left{background:url(../images/textbox2-left.jpg) no-repeat;}
643
 
644
#contactUs .imgTextBox .right,
645
#forgetPass .imgTextBox .right{padding:0 5px; background:url(../images/textbox2-right.jpg) no-repeat top right; min-height:27px;}
646
 
647
#contactUs .imgTextBox .textbox,
648
#forgetPass .imgTextBox .textbox{
649
	padding:4px 0;
650
	font-size:14px;
651
	border:none;
652
	background:none;
653
}
654
 
655
#contactUs .imgTextBox .textbox{width:100%;}
656
#forgetPass .imgTextBox .textbox{width:100%;}
657
 
658
#contactUs .imgTextBox.floatLeft{width:312px;}
659
#contactUs dl{margin:20px 0;}
660
#contactUs dt{
661
	padding:0 0 2px 50px;
662
	color:#666;
663
	border-bottom:1px solid #ccc;
664
}
665
#contactUs dd{
666
	margin:10px 0 30px 50px; 
667
	width:485px;
668
}
669
#contactUs dt.noBorder{border:none;}
670
#contactUs .style1{
671
	float:right;
672
	margin-left:10px;
673
	width:160px;
674
	font-size:11px;
675
	line-height:15px;
676
	color:#666;
677
}
678
#contactUs textarea{
679
	width:100%;
680
	height:150px;
681
}
682
 
683
#forgetPass dt{
684
	padding:0 0 2px 50px;
685
	color:#666;
686
}
687
#forgetPass dd{
688
	margin:10px 0 30px 50px;
689
	width:300px;
690
}
691
#forgetPass .spacing{margin-top:20px;}
6866 amit.gupta 692
 
693
 
694
#filterByTalkTime {
695
 
696
}
697
.filterOption li.zero_count, a.zero_count {
698
	color:grey;
699
}
700
.filterOption li.checked,  {
701
	font-weight:bold; 
702
}
703
 
704
a.mk_bold.mk_subcategory:hover,a.zero_count:hover {
705
	text-decoration:none;
706
}
707
a.zero_count:hover {
708
	color:grey;
709
}
710
 
711
ul.sub-category {
712
	padding-left: 6px;	
713
}