Subversion Repositories SmartDukaan

Rev

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