Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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