Subversion Repositories SmartDukaan

Rev

Rev 1068 | Details | Compare with Previous | Last modification | View Log | RSS feed

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