Subversion Repositories SmartDukaan

Rev

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