Subversion Repositories SmartDukaan

Rev

Rev 637 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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