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{
98
	padding:4px 0 4px 0;
99
	width:68px;
100
	font-size:14px;
826 rajveer 101
	border:1px solid #ccc;/* by ebizon*/
794 rajveer 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
}
808 rajveer 126
/*#productDetail .blockRight .button{
794 rajveer 127
	cursor:pointer;
128
	margin-left:-4px;
808 rajveer 129
	width:88px;
794 rajveer 130
	width:90px;
131
	padding-top:5px;
132
	font-weight:bold;
133
	border:none;
134
	background:none;
808 rajveer 135
}*/
794 rajveer 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
 
826 rajveer 432
/* 
794 rajveer 433
 
826 rajveer 434
#productList .productItem .productDetails .newPrice{
435
  float:left;
436
  clear:left; 
437
}by ebizon */
438
/*
439
ul.product-description li{
440
	background-image:url(../images/black-bullet.jpg);
441
	background-position:0 7px;
442
	background-repeat:no-repeat;
443
  padding-left:8px;
444
}
445
.best-deals ul.product-description li ,
446
.latest-arrival ul.product-description li {
447
list-style:none !important;
448
background:none;
449
padding-left:0;
450
}
451
*/
452
 
453
 
454
 
455
 
456
 
457
 
794 rajveer 458
/*___ Product Category : Multifaceted Search ___*/
459
#multifacetedSearch{
460
	float:left;
461
	width:172px;
462
	padding:10px 0;
463
	line-height:18px;
464
}
465
#multifacetedSearch h2{
466
	margin:0 0 8px 10px;
467
	font-size:14px;
468
	font-weight:bold;
469
	color:#333;
470
}
471
#currentFilters{
472
	padding:0 0 10px 20px;
473
	background:url(../images/filter-divider.gif) repeat-x bottom left;
474
}
475
 
476
#currentFilters .sectionHeader{
477
	font-size:12px;
478
	font-weight:bold;
479
	color:#666;
480
}
481
#currentFilters .filterOption{
482
	font-size:11px;
483
	color:#333;
484
}
485
#currentFilters .filterOption ul{list-style:none;}
486
#currentFilters div.filterContent{margin-left:30px;}
487
#currentFilters .filterClose{
488
	font-size:9px;
489
	font-weight:bold;
490
}
491
 
492
#filterBy .bottomBorder{
493
	background:url(../images/filter-divider.gif) repeat-x top left;
494
}
495
 
496
#filterBy h2{margin:20px 0 0 10px;}
497
#filterBy .filterHeading{
498
	cursor:pointer;
499
	margin:8px 0 18px 0;
500
	padding:8px 0 6px 15px;
501
	background:url(../images/filter-divider.gif) repeat-x top left;
502
}
503
#filterBy .filterArrow{
504
	float:left;
505
	margin:6px 6px 0 0;
506
	background:url(../images/filter-arrow.gif) no-repeat;
507
	width:11px;
508
	height:7px;
509
}
510
#filterBy .filterArrowRotate{
511
	float:left;
512
	margin:5px 6px 0 0;
513
	background:url(../images/filter-arrow.gif) no-repeat 0 -7px;
514
	width:11px;
515
	height:11px;
516
}
517
 
518
#filterBy .sectionHeader{
519
	float:left;
520
	font-size:12px;
521
	font-weight:bold;
522
	color:#666;
523
}
524
#filterBy .filterOption{
525
	clear:both;
526
	margin:0 0 25px 34px;
527
}
528
 
529
#filterBy .filterOption ul{list-style:none;}
530
#filterBy .filterOption input{float:left;}
531
#filterBy .filterOption .clearLine{
532
	clear:both;
533
	margin-bottom:5px;
534
}
535
 
536
#filterBy .filterOption input{margin:3px 8px 0 0;}
537
 
538
#filterBy .filterOption label{
539
	display:block;
540
	margin-bottom:5px;
541
	clear:both;
542
	color:#0066cc;
543
	padding:7px 0;
544
}
545
#filterBy .filterOption label a{margin:0;}
546
#filterBy .filterOption .noColor{
547
	margin-left:4px;
548
	color:#666;
549
}
550
 
551
#filterBy #priceSlider{padding-top:10px;}
552
#filterBy #priceSlider #slider-range{
553
	margin:0 auto;
554
	width:120px;
555
}
556
#filterBy #priceSlider #priceRange1,
557
#filterBy #priceSlider #priceRange2{
558
	float:left;
559
	position:relative;
560
	color:#666;
561
}
562
#filterBy #priceSlider #priceRange1{margin-left:5px;}
563
#filterBy #priceSlider #priceRange2{margin-left:-22px;}
564
 
565
/*___ Search Result ___*/
566
#pageTitleBox{margin-left:-15px;}
567
#errorMsg{
568
	font-size:14px;
569
	color:#990000;
570
}
571
#errorMsg a{font-weight:bold;}
572
#resultFound{
573
	padding:5px 0;
574
	font-size:12px;
575
	font-weight:bold;
576
}
577
#resultFound .normalColor{color:#333;}
578
#resultFound .redColor{color:#900;}
579
#relatedSearches{
580
	color:#666;
581
	font-size:11px;
582
	line-height:14px;
583
}
584
#searchResult .top{
585
	line-height:5px;
586
	background:#fff;
587
}
588
#searchResult .top .left{
589
	float:left;
590
	width:174px;
591
	background:url(../images/search-result-top-left.gif) no-repeat;
592
}
593
#searchResult .top .right{
594
	float:right;
595
	width:10px;
596
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
597
}
598
#searchResult .bottom{
599
	line-height:5px;
600
	background:#fff;
601
}
602
#searchResult .bottom .left{
603
	background: url(../images/product-cat-bottom-left.jpg) no-repeat;
604
}
605
#searchResult .bottom .right{
606
	background: url(../images/product-detail-bottom-right.jpg) no-repeat top right;
607
}
608
 
609
#searchResult .middle .content{
610
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
611
	min-height:1000px;
612
}
613
#searchResult #searchResultContent{
614
	float:left;
615
	width:562px;
616
	margin-left:1px;
617
}
618
#searchResult .productListTop{
619
	padding:10px 16px 12px 16px;
620
	color:#333333;
621
	border-bottom:1px solid #ccc;
622
}
623
#searchResult .productListBottom{
624
	margin-top:-10px;
625
	padding:10px 16px 12px 16px;
626
	color:#333333;
627
	border-top:1px solid #ccc;
628
}
629
#searchResult .productListTop .productListHeading{
630
	float:left;
631
	color:#000;
632
	font-size:18px;
633
	font-weight:bold;
634
}
635
#searchResult .productListTop .productListResult{
636
	float:left;
637
	font-size:11px;
638
}
639
 
640
#searchResult .productListTop .productListResult .resultLimit{
641
	color:#900;
642
	font-size:18px;
643
	font-weight:bold;
644
}
645
#searchResult .productListTop .productListResult .style1{font-weight:bold;}
646
 
647
#searchResult .pagination1{
648
	float:right;
649
	font-size:11px;
650
	text-align:right;
651
}
652
 
653
#searchResult .pagination1 .prev{margin-right:10px;}
654
#searchResult .pagination1 .next{margin-left:10px;}
655
 
656
#searchResult .pagination1 a,
657
#searchResult .pagination1 span{margin:0 1px; padding:0 1px;}
658
 
659
#searchResult .pagination1 span{color:#666;}
660
 
661
#searchResult .pagination1.moveTop{margin-top:-12px;}
662
#searchResult #sortBy{
663
	float:right;
664
	margin:-12px 0 -10px 0;
665
	font-size:11px;
666
	color:#333;
667
	text-align:right;
668
}
669
#searchResult #sortBy a.active{
670
	color:#666666;
671
	font-weight:bold;
672
	text-decoration:none;
673
}
674
 
675
#searchResult #productListCenter{padding:10px 0;}
676
#searchResult #productListCenter .productItem{margin:10px 0 10px 15px;}
677
#searchResult #productListCenter .productItem .productImg{
678
	position:relative;
679
	float:left;
680
	width:103px;
681
	text-align:center;
682
}
683
#searchResult #productListCenter .productItem .productImg .newIcon{
684
	position:absolute;
685
	top:-12px;
686
	left:auto;
687
	margin-left:-12px;
688
	width:38px;
689
	height:38px;
690
	background:url(../images/new-icon.png) no-repeat;
691
 
692
}
693
#searchResult #productListCenter .productItem .productDetails{
694
	float:left;
695
	margin-left:15px;
696
	width:224px;
697
}
698
#searchResult #productListCenter .productItem .title{
699
	font-weight:bold;
700
	line-height:14px;
701
}
702
#searchResult #productListCenter .productItem .productDesp{
703
	font-size:11px;
704
	line-height:18px;
705
	margin-top:5px;
706
}
707
 
708
#searchResult #productListCenter .productItem .productDesp ul{list-style:none;}
709
 
710
#searchResult #productListCenter .productItem .productPrice{
711
	float:left;
712
	margin-left:15px;
713
	width:97px;
714
}
715
#searchResult #productListCenter .productItem .productPrice .originalPrice{
716
	text-decoration:line-through;
717
	font-size:11px;
718
}
719
#searchResult #productListCenter .productItem .productPrice .newPrice{
720
	color:#990000;
721
	font-weight:bold;
722
	line-height:8px;
723
	padding:2px 0 10px 0;
724
}
725
#searchResult #productListCenter .productItem .productDetailsIcon{
726
	float:left;
727
	margin-left:15px;
728
	width:65px;
729
}
730
#searchResult #productListCenter .searchResultBorder{
731
	line-height:10px;
732
	background:url(../images/search-result-border.jpg) no-repeat 0 50%;
733
}
734
 
735
 
736
/*___ Product Listing, Contact Us ___*/
737
#productListing .top,
738
#contactUs .top,
739
#forgetPass .top{background: #fff;}
740
 
741
#productListing .top .left,
742
#contactUs .top .left,
743
#forgetPass .top .left{background: url(../images/product-detail-top-left.jpg) no-repeat;}
744
 
745
#productListing .top .right,
746
#contactUs .top .right,
747
#forgetPass .top .right{
748
	line-height:5px;
749
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
750
}
751
 
752
#productListing .bottom,
753
#contactUs .bottom,
754
#forgetPass .bottom{background: #fff;}
755
 
756
#productListing .bottom .left,
757
#contactUs .bottom .left,
758
#forgetPass .bottom .left{background: url(../images/product-detail-bottom-left.jpg) no-repeat bottom left;}
759
 
760
#productListing .bottom .right,
761
#contactUs .bottom .right,
762
#forgetPass .bottom .right{
763
	line-height:5px;
764
	background: url(../images/product-detail-bottom-right.jpg) no-repeat bottom right;
765
}
766
 
767
#productListing .middle .content,
768
#contactUs .middle .content,
769
#forgetPass .middle .content{
770
	min-height:1000px;
771
	background: #fff;
772
}
773
 
774
/*___ Contact Us & forget password ___*/
775
#contactUs .middle .content{
776
	padding:20px 0;	
777
}
778
 
779
#forgetPass .middle .content{padding:20px 40px;}
780
 
781
#contactUs .imgTextBox,
782
#forgetPass .imgTextBox {
783
	height:27px;
784
	background:url(../images/textbox2-hor-bar.jpg) repeat-x;
785
}
786
 
787
#contactUs .imgTextBox .left,
788
#forgetPass .imgTextBox .left{background:url(../images/textbox2-left.jpg) no-repeat;}
789
 
790
#contactUs .imgTextBox .right,
791
#forgetPass .imgTextBox .right{padding:0 5px; background:url(../images/textbox2-right.jpg) no-repeat top right; min-height:27px;}
792
 
793
#contactUs .imgTextBox .textbox,
794
#forgetPass .imgTextBox .textbox{
795
	padding:4px 0;
796
	font-size:14px;
797
	border:none;
798
	background:none;
799
}
800
 
801
#contactUs .imgTextBox .textbox{width:100%;}
802
#forgetPass .imgTextBox .textbox{width:100%;}
803
 
804
#contactUs .imgTextBox.floatLeft{width:312px;}
805
#contactUs dl{margin:20px 0;}
806
#contactUs dt{
807
	padding:0 0 2px 50px;
808
	color:#666;
809
	border-bottom:1px solid #ccc;
810
}
811
#contactUs dd{
812
	margin:10px 0 30px 50px; 
813
	width:485px;
814
}
815
#contactUs dt.noBorder{border:none;}
816
#contactUs .style1{
817
	float:right;
818
	margin-left:10px;
819
	width:160px;
820
	font-size:11px;
821
	line-height:15px;
822
	color:#666;
823
}
824
#contactUs textarea{
825
	width:100%;
826
	height:150px;
827
}
828
 
829
#forgetPass dt{
830
	padding:0 0 2px 50px;
831
	color:#666;
832
}
833
#forgetPass dd{
834
	margin:10px 0 30px 50px;
835
	width:300px;
836
}
837
#forgetPass .spacing{margin-top:20px;}