Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
794 rajveer 1
/*___ Wrapper ___*/
926 rajveer 2
 
3
ul.product-description li{
4
        overflow: hidden;
5
        white-space: nowrap;
6
        width: 100%;
7
        text-overflow: ellipsis;
8
        -o-text-overflow: ellipsis;
9
        -ms-text-overflow: ellipsis;
10
/*      
950 rajveer 11
 -moz-binding: url(./ellipsis.xml#ellipsis);
926 rajveer 12
*/
13
}
794 rajveer 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;
826 rajveer 39
	/*width:400px;*/ width:425px; /* by ebizon */
794 rajveer 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{
834 rajveer 110
 
794 rajveer 111
	width:68px;
834 rajveer 112
	/*
113
	padding:4px 0 4px 0;	
794 rajveer 114
	font-size:14px;
834 rajveer 115
	border:1px solid #ccc;
116
	background:none; by ebizon*/
794 rajveer 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
}
842 rajveer 131
/*#productDetail .blockRight .bigImgButton{
132
	width:100px;
794 rajveer 133
	width:105px;
134
	font-weight:bold;
842 rajveer 135
}*/
794 rajveer 136
#productDetail .blockRight .bigImgButton a{
137
	display:block;
138
	padding:3px 2px;
139
}
808 rajveer 140
/*#productDetail .blockRight .button{
794 rajveer 141
	cursor:pointer;
142
	margin-left:-4px;
808 rajveer 143
	width:88px;
794 rajveer 144
	width:90px;
145
	padding-top:5px;
146
	font-weight:bold;
147
	border:none;
148
	background:none;
808 rajveer 149
}*/
794 rajveer 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
 
826 rajveer 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
*/
794 rajveer 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;
950 rajveer 513
	/*background:url(../images/filter-arrow.gif) no-repeat;*/
514
  background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -10px;
794 rajveer 515
	width:11px;
516
	height:7px;
517
}
518
#filterBy .filterArrowRotate{
519
	float:left;
520
	margin:5px 6px 0 0;
950 rajveer 521
	/*background:url(../images/filter-arrow.gif) no-repeat 0 -7px;*/
522
  background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -17px;
794 rajveer 523
	width:11px;
524
	height:11px;
525
}
526
 
527
#filterBy .sectionHeader{
528
	float:left;
529
	font-size:12px;
530
	font-weight:bold;
531
	color:#666;
532
}
533
#filterBy .filterOption{
534
	clear:both;
535
	margin:0 0 25px 34px;
536
}
537
 
538
#filterBy .filterOption ul{list-style:none;}
539
#filterBy .filterOption input{float:left;}
540
#filterBy .filterOption .clearLine{
541
	clear:both;
542
	margin-bottom:5px;
543
}
544
 
545
#filterBy .filterOption input{margin:3px 8px 0 0;}
546
 
547
#filterBy .filterOption label{
548
	display:block;
549
	margin-bottom:5px;
550
	clear:both;
551
	color:#0066cc;
552
	padding:7px 0;
553
}
554
#filterBy .filterOption label a{margin:0;}
555
#filterBy .filterOption .noColor{
556
	margin-left:4px;
557
	color:#666;
558
}
559
 
560
#filterBy #priceSlider{padding-top:10px;}
561
#filterBy #priceSlider #slider-range{
562
	margin:0 auto;
563
	width:120px;
564
}
565
#filterBy #priceSlider #priceRange1,
566
#filterBy #priceSlider #priceRange2{
567
	float:left;
568
	position:relative;
569
	color:#666;
570
}
571
#filterBy #priceSlider #priceRange1{margin-left:5px;}
572
#filterBy #priceSlider #priceRange2{margin-left:-22px;}
573
 
574
/*___ Search Result ___*/
575
#pageTitleBox{margin-left:-15px;}
576
#errorMsg{
577
	font-size:14px;
578
	color:#990000;
579
}
580
#errorMsg a{font-weight:bold;}
581
#resultFound{
582
	padding:5px 0;
583
	font-size:12px;
584
	font-weight:bold;
585
}
586
#resultFound .normalColor{color:#333;}
587
#resultFound .redColor{color:#900;}
588
#relatedSearches{
589
	color:#666;
590
	font-size:11px;
591
	line-height:14px;
592
}
593
#searchResult .top{
594
	line-height:5px;
595
	background:#fff;
596
}
597
#searchResult .top .left{
598
	float:left;
599
	width:174px;
600
	background:url(../images/search-result-top-left.gif) no-repeat;
601
}
602
#searchResult .top .right{
603
	float:right;
604
	width:10px;
605
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
606
}
607
#searchResult .bottom{
608
	line-height:5px;
609
	background:#fff;
610
}
611
#searchResult .bottom .left{
612
	background: url(../images/product-cat-bottom-left.jpg) no-repeat;
613
}
614
#searchResult .bottom .right{
615
	background: url(../images/product-detail-bottom-right.jpg) no-repeat top right;
616
}
617
 
618
#searchResult .middle .content{
619
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
620
	min-height:1000px;
621
}
622
#searchResult #searchResultContent{
623
	float:left;
624
	width:562px;
625
	margin-left:1px;
626
}
627
#searchResult .productListTop{
628
	padding:10px 16px 12px 16px;
629
	color:#333333;
630
	border-bottom:1px solid #ccc;
631
}
632
#searchResult .productListBottom{
633
	margin-top:-10px;
634
	padding:10px 16px 12px 16px;
635
	color:#333333;
636
	border-top:1px solid #ccc;
637
}
638
#searchResult .productListTop .productListHeading{
639
	float:left;
640
	color:#000;
641
	font-size:18px;
642
	font-weight:bold;
643
}
644
#searchResult .productListTop .productListResult{
645
	float:left;
646
	font-size:11px;
647
}
648
 
649
#searchResult .productListTop .productListResult .resultLimit{
650
	color:#900;
651
	font-size:18px;
652
	font-weight:bold;
653
}
654
#searchResult .productListTop .productListResult .style1{font-weight:bold;}
655
 
656
#searchResult .pagination1{
657
	float:right;
658
	font-size:11px;
659
	text-align:right;
660
}
661
 
662
#searchResult .pagination1 .prev{margin-right:10px;}
663
#searchResult .pagination1 .next{margin-left:10px;}
664
 
665
#searchResult .pagination1 a,
666
#searchResult .pagination1 span{margin:0 1px; padding:0 1px;}
667
 
668
#searchResult .pagination1 span{color:#666;}
669
 
670
#searchResult .pagination1.moveTop{margin-top:-12px;}
671
#searchResult #sortBy{
672
	float:right;
673
	margin:-12px 0 -10px 0;
674
	font-size:11px;
675
	color:#333;
676
	text-align:right;
677
}
678
#searchResult #sortBy a.active{
679
	color:#666666;
680
	font-weight:bold;
681
	text-decoration:none;
682
}
683
 
684
#searchResult #productListCenter{padding:10px 0;}
685
#searchResult #productListCenter .productItem{margin:10px 0 10px 15px;}
686
#searchResult #productListCenter .productItem .productImg{
687
	position:relative;
688
	float:left;
689
	width:103px;
690
	text-align:center;
691
}
692
#searchResult #productListCenter .productItem .productImg .newIcon{
693
	position:absolute;
694
	top:-12px;
695
	left:auto;
696
	margin-left:-12px;
697
	width:38px;
698
	height:38px;
699
	background:url(../images/new-icon.png) no-repeat;
700
 
701
}
702
#searchResult #productListCenter .productItem .productDetails{
703
	float:left;
704
	margin-left:15px;
705
	width:224px;
706
}
707
#searchResult #productListCenter .productItem .title{
708
	font-weight:bold;
709
	line-height:14px;
710
}
711
#searchResult #productListCenter .productItem .productDesp{
712
	font-size:11px;
713
	line-height:18px;
714
	margin-top:5px;
715
}
716
 
717
#searchResult #productListCenter .productItem .productDesp ul{list-style:none;}
718
 
719
#searchResult #productListCenter .productItem .productPrice{
720
	float:left;
721
	margin-left:15px;
722
	width:97px;
723
}
724
#searchResult #productListCenter .productItem .productPrice .originalPrice{
725
	text-decoration:line-through;
726
	font-size:11px;
727
}
728
#searchResult #productListCenter .productItem .productPrice .newPrice{
729
	color:#990000;
730
	font-weight:bold;
731
	line-height:8px;
732
	padding:2px 0 10px 0;
733
}
734
#searchResult #productListCenter .productItem .productDetailsIcon{
735
	float:left;
736
	margin-left:15px;
737
	width:65px;
738
}
739
#searchResult #productListCenter .searchResultBorder{
740
	line-height:10px;
741
	background:url(../images/search-result-border.jpg) no-repeat 0 50%;
742
}
743
 
744
 
745
/*___ Product Listing, Contact Us ___*/
746
#productListing .top,
747
#contactUs .top,
748
#forgetPass .top{background: #fff;}
749
 
750
#productListing .top .left,
751
#contactUs .top .left,
752
#forgetPass .top .left{background: url(../images/product-detail-top-left.jpg) no-repeat;}
753
 
754
#productListing .top .right,
755
#contactUs .top .right,
756
#forgetPass .top .right{
757
	line-height:5px;
758
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
759
}
760
 
761
#productListing .bottom,
762
#contactUs .bottom,
763
#forgetPass .bottom{background: #fff;}
764
 
765
#productListing .bottom .left,
766
#contactUs .bottom .left,
767
#forgetPass .bottom .left{background: url(../images/product-detail-bottom-left.jpg) no-repeat bottom left;}
768
 
769
#productListing .bottom .right,
770
#contactUs .bottom .right,
771
#forgetPass .bottom .right{
772
	line-height:5px;
773
	background: url(../images/product-detail-bottom-right.jpg) no-repeat bottom right;
774
}
775
 
776
#productListing .middle .content,
777
#contactUs .middle .content,
778
#forgetPass .middle .content{
779
	min-height:1000px;
780
	background: #fff;
781
}
782
 
783
/*___ Contact Us & forget password ___*/
784
#contactUs .middle .content{
785
	padding:20px 0;	
786
}
787
 
788
#forgetPass .middle .content{padding:20px 40px;}
789
 
790
#contactUs .imgTextBox,
791
#forgetPass .imgTextBox {
792
	height:27px;
793
	background:url(../images/textbox2-hor-bar.jpg) repeat-x;
794
}
795
 
796
#contactUs .imgTextBox .left,
797
#forgetPass .imgTextBox .left{background:url(../images/textbox2-left.jpg) no-repeat;}
798
 
799
#contactUs .imgTextBox .right,
800
#forgetPass .imgTextBox .right{padding:0 5px; background:url(../images/textbox2-right.jpg) no-repeat top right; min-height:27px;}
801
 
802
#contactUs .imgTextBox .textbox,
803
#forgetPass .imgTextBox .textbox{
804
	padding:4px 0;
805
	font-size:14px;
806
	border:none;
807
	background:none;
808
}
809
 
810
#contactUs .imgTextBox .textbox{width:100%;}
811
#forgetPass .imgTextBox .textbox{width:100%;}
812
 
813
#contactUs .imgTextBox.floatLeft{width:312px;}
814
#contactUs dl{margin:20px 0;}
815
#contactUs dt{
816
	padding:0 0 2px 50px;
817
	color:#666;
818
	border-bottom:1px solid #ccc;
819
}
820
#contactUs dd{
821
	margin:10px 0 30px 50px; 
822
	width:485px;
823
}
824
#contactUs dt.noBorder{border:none;}
825
#contactUs .style1{
826
	float:right;
827
	margin-left:10px;
828
	width:160px;
829
	font-size:11px;
830
	line-height:15px;
831
	color:#666;
832
}
833
#contactUs textarea{
834
	width:100%;
835
	height:150px;
836
}
837
 
838
#forgetPass dt{
839
	padding:0 0 2px 50px;
840
	color:#666;
841
}
842
#forgetPass dd{
843
	margin:10px 0 30px 50px;
844
	width:300px;
845
}
846
#forgetPass .spacing{margin-top:20px;}