Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
539 rajveer 1
/*___ Wrapper ___*/
2
#wrapper{
3
	width:735px;
4
	float:left;
5
	margin-bottom:5px;
449 rajveer 6
}
539 rajveer 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;
387 rajveer 13
}
458 rajveer 14
 
539 rajveer 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;
387 rajveer 21
}
539 rajveer 22
#productDetail .content{
23
	padding:0 10px 5px 25px;
458 rajveer 24
}
539 rajveer 25
#productDetail .content .blockLeft{
26
	float:left;
27
	width:400px;
28
	color:#333333;
387 rajveer 29
}
539 rajveer 30
#productDetail .blockLeft #breadcrumb{
31
	color:#5C6565;
32
	font-size:10px;
33
	font-weight:bold;
34
	line-height:10px;
458 rajveer 35
}
539 rajveer 36
#productDetail .blockLeft #breadcrumb a.deselect{
37
	color:#5C6565;
38
	text-decoration:none;
39
}
637 rajveer 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
 
539 rajveer 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
}
637 rajveer 75
#productDetail .blockLeft .finalPrice{
539 rajveer 76
	color:#990000;
77
	font-size:14px;
78
	font-weight:bold;
79
}
458 rajveer 80
 
637 rajveer 81
#productDetail .blockLeft .mrpPrice{
627 rajveer 82
	font-size:14px;
83
	text-decoration: line-through;
84
}
85
 
539 rajveer 86
#productDetail .blockLeft .imgTextBox {
87
	float:left;
88
	width:80px;
89
	margin:0 5px;
387 rajveer 90
}
539 rajveer 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;
387 rajveer 96
}
539 rajveer 97
#productDetail .blockLeft .imgTextBox .textbox{
98
	padding:4px 0 4px 0;
99
	width:68px;
100
	font-size:14px;
101
	border:none;
102
	background:none;
387 rajveer 103
}
539 rajveer 104
#productDetail .blockLeft #shipTime{
105
	float:left;
106
	font-weight:bold;
387 rajveer 107
}
539 rajveer 108
#productDetail .blockLeft .img{
109
	float:left;
110
	margin:4px 0 0 2px;
387 rajveer 111
}
539 rajveer 112
#productDetail .content .blockRight{
113
	float:right;
114
	width:200px;
115
	margin-top:38px;
387 rajveer 116
}
539 rajveer 117
#productDetail .blockRight .bigImgButton{
545 rajveer 118
	/*width:100px;*/
119
	width:105px;
539 rajveer 120
	font-weight:bold;
387 rajveer 121
}
539 rajveer 122
#productDetail .blockRight .bigImgButton a{
123
	display:block;
124
	padding:3px 2px;
125
}
126
#productDetail .blockRight .button{
127
	cursor:pointer;
128
	margin-left:-4px;
545 rajveer 129
	/*width:88px;*/
130
	width:90px;
539 rajveer 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
}
449 rajveer 147
 
539 rajveer 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;
387 rajveer 156
}
449 rajveer 157
 
568 rajveer 158
/*___ home page ___*/
539 rajveer 159
#products{	
160
	margin-top:5px;
568 rajveer 161
	padding-bottom:10px;
539 rajveer 162
	min-height:1000px;
163
	background:#fff;
387 rajveer 164
}
539 rajveer 165
#productBanner{width:736px;}
458 rajveer 166
 
539 rajveer 167
#products #bestDeals, 
168
#products #latestArrivals,
169
#products #bestSellers{padding:35px 15px 15px 25px;}
449 rajveer 170
 
539 rajveer 171
#products h1{
172
	color:#E47911;
173
	font-size:18px;
174
	margin-bottom:12px;
175
	padding-bottom:2px;
176
	border-bottom:1px solid #ccc;
387 rajveer 177
}
539 rajveer 178
#products h1 a{
179
	font-size:11px;
180
	margin:0 0 0 15px;
181
	padding:0;
387 rajveer 182
}
539 rajveer 183
#products .productItem{
184
	float:left;
185
	width:148px;
568 rajveer 186
	/*height:285px;*/
539 rajveer 187
	line-height:18px;
387 rajveer 188
}
539 rajveer 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
}
568 rajveer 218
#products .productItem .productDesp ul{list-style:none;}
539 rajveer 219
#products .spacing{
220
	float:left;
221
	width:32px;
222
	height:285px;
223
}
387 rajveer 224
 
539 rajveer 225
/*___ Product Category ___*/
226
#productHeading2{
227
	margin:11px 0 6px 0;
228
	font-size:24px;
229
	color:#000;
387 rajveer 230
}
539 rajveer 231
 
232
/*___ Product Category : Product List ___*/
233
#productCat .top{
234
	line-height:5px;
235
	background:#fff;
387 rajveer 236
}
539 rajveer 237
#productCat .top .left{
238
	float:left;
239
	width:174px;
240
	background:#efeff0;
387 rajveer 241
}
539 rajveer 242
#productCat .top .right{
243
	float:right;
244
	width:5px;
245
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
387 rajveer 246
}
539 rajveer 247
#productCat .bottom{
248
	line-height:5px;
249
	background:#fff;
387 rajveer 250
}
539 rajveer 251
#productCat .bottom .left{
252
	background: url(../images/product-cat-bottom-left.jpg) no-repeat;
387 rajveer 253
}
539 rajveer 254
#productCat .bottom .right{
255
	background: url(../images/product-detail-bottom-right.jpg) no-repeat top right;
256
}
449 rajveer 257
 
539 rajveer 258
#productCat .middle .content{
259
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
260
	min-height:1000px;
387 rajveer 261
}
539 rajveer 262
#productCat #productList{
263
	float:left;
264
	width:562px;
265
	margin-left:1px;
387 rajveer 266
}
449 rajveer 267
 
568 rajveer 268
#productList .productListTop,
269
#productListing .productListTop{
539 rajveer 270
	padding:10px 16px 12px 16px;
271
	color:#333333;
272
	border-bottom:1px solid #ccc;
449 rajveer 273
}
568 rajveer 274
#productList .productListBottom,
275
#productListing .productListBottom{
539 rajveer 276
	margin-top:-10px;
277
	padding:10px 16px 12px 16px;
278
	color:#333333;
279
	border-top:1px solid #ccc;
387 rajveer 280
}
539 rajveer 281
#productList .productListTop .productListHeading{
282
	float:left;
283
	color:#000;
284
	font-size:18px;
285
	font-weight:bold;
387 rajveer 286
}
539 rajveer 287
#productList .productListTop .productListResult{
288
	float:left;
289
	font-size:11px;
387 rajveer 290
}
568 rajveer 291
#productList #otherTabContent .productListTop .productListResult,
292
#productListing .productListTop .productListResult{
539 rajveer 293
	float:right;
294
	margin-right:15px;
295
}
568 rajveer 296
 
297
#productListing .productListTop .productListResult{font-size:11px;}
298
 
299
#productList #otherTabContent .productListTop .productListResult .resultLimit,
300
#productListing .productListTop .productListResult .resultLimit{
539 rajveer 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;}
387 rajveer 311
 
539 rajveer 312
#productList .pagination1,
568 rajveer 313
#productList .pagination2,
314
#productListing .pagination2{
449 rajveer 315
	float:right;
539 rajveer 316
	font-size:11px;
317
	text-align:right;
387 rajveer 318
}
539 rajveer 319
 
320
#productList .pagination1 .prev,
568 rajveer 321
#productList .pagination2 .prev,
322
#productListing .pagination2 .prev{margin-right:10px;}
539 rajveer 323
 
324
#productList .pagination1 .next,
568 rajveer 325
#productList .pagination2 .next,
326
#productListing .pagination2 .next{margin-left:10px;}
539 rajveer 327
 
328
#productList .pagination1 a, 
329
#productList .pagination2 a, 
568 rajveer 330
#productListing .pagination2 a, 
539 rajveer 331
#productList .pagination1 span,
568 rajveer 332
#productList .pagination2 span,
333
#productListing .pagination2 span{margin:0 1px; padding:0 1px;}
539 rajveer 334
 
335
#productList .pagination1 span,
568 rajveer 336
#productList .pagination2 span,
337
#productListing .pagination2 span{color:#666;}
539 rajveer 338
 
568 rajveer 339
#productListCenter2 .floatLeft,
611 rajveer 340
#productListing .floatLeft{padding-left:70px;}
568 rajveer 341
#productListCenter2 .floatRight,
611 rajveer 342
#productListing .floatRight{padding-right:70px;}
568 rajveer 343
 
344
#productList .productItem,
345
#productListing .productItem{
539 rajveer 346
	position:relative;
347
	margin:16px;
348
	width:249px;
568 rajveer 349
	/*height:210px;*/
387 rajveer 350
}
568 rajveer 351
 
352
#productList .productItem .productImg,
353
#productListing .productItem .productImg{
539 rajveer 354
	float:left;
355
	width:90px;
356
	height:184px;
387 rajveer 357
}
568 rajveer 358
#productList .productItem .productImg .newIcon,
359
#productListing .productItem .productImg .newIcon{
539 rajveer 360
	position:absolute;
361
	top:-10px;
362
	left:-10px;
363
	width:38px;
364
	height:38px;
365
	background:url(../images/new-icon.png) no-repeat;
387 rajveer 366
}
539 rajveer 367
 
568 rajveer 368
#productList .productItem .productDetails,
369
#productListing .productItem .productDetails{
539 rajveer 370
	float:left;
371
	margin-left:10px;
372
	width:149px;
373
	height:189px;
387 rajveer 374
}
568 rajveer 375
#productList .productItem .title,
376
#productListing .productItem .title{
539 rajveer 377
	margin-bottom:8px;
378
	font-weight:bold;
379
	line-height:14px;
387 rajveer 380
}
568 rajveer 381
#productList .productItem .productDetails .originalPrice,
382
#productListing .productItem .productDetails .originalPrice{
539 rajveer 383
	text-decoration:line-through;
384
	font-size:11px;
385
}
568 rajveer 386
#productList .productItem .productDetails .newPrice,
387
#productListing .productItem .productDetails .newPrice{
539 rajveer 388
	color:#990000;
389
	font-weight:bold;
390
	line-height:8px;
391
	padding:2px 0 10px 0;
392
}
568 rajveer 393
#productList .productItem .productDesp,
394
#productListing .productItem .productDesp{
539 rajveer 395
	margin-bottom:8px;
396
	font-size:11px;
397
	line-height:18px;
398
}
568 rajveer 399
#productList .productItem .productDesp ul,
400
#productListing .productItem .productDesp ul{list-style:none;}
387 rajveer 401
 
449 rajveer 402
 
539 rajveer 403
/*___ Product Category : Multifaceted Search ___*/
404
#multifacetedSearch{
405
	float:left;
406
	width:172px;
407
	padding:10px 0;
408
	line-height:18px;
387 rajveer 409
}
539 rajveer 410
#multifacetedSearch h2{
411
	margin:0 0 8px 10px;
412
	font-size:14px;
413
	font-weight:bold;
414
	color:#333;
387 rajveer 415
}
539 rajveer 416
#currentFilters{
417
	padding:0 0 10px 20px;
418
	background:url(../images/filter-divider.gif) repeat-x bottom left;
387 rajveer 419
}
449 rajveer 420
 
539 rajveer 421
#currentFilters .sectionHeader{
422
	font-size:12px;
423
	font-weight:bold;
424
	color:#666;
387 rajveer 425
}
539 rajveer 426
#currentFilters .filterOption{
427
	font-size:11px;
428
	color:#333;
449 rajveer 429
}
568 rajveer 430
#currentFilters .filterOption ul{list-style:none;}
539 rajveer 431
#currentFilters div.filterContent{margin-left:30px;}
432
#currentFilters .filterClose{
433
	font-size:9px;
434
	font-weight:bold;
435
}
449 rajveer 436
 
539 rajveer 437
#filterBy .bottomBorder{
438
	background:url(../images/filter-divider.gif) repeat-x top left;
449 rajveer 439
}
440
 
539 rajveer 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;
387 rajveer 447
}
539 rajveer 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;
387 rajveer 454
}
539 rajveer 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;
449 rajveer 461
}
387 rajveer 462
 
539 rajveer 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
}
449 rajveer 473
 
568 rajveer 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
}
539 rajveer 480
 
481
#filterBy .filterOption input{margin:3px 8px 0 0;}
568 rajveer 482
 
539 rajveer 483
#filterBy .filterOption label{
484
	display:block;
485
	margin-bottom:5px;
486
	clear:both;
487
	color:#0066cc;
488
	padding:7px 0;
387 rajveer 489
}
539 rajveer 490
#filterBy .filterOption label a{margin:0;}
491
#filterBy .filterOption .noColor{
492
	margin-left:4px;
493
	color:#666;
494
}
449 rajveer 495
 
539 rajveer 496
#filterBy #priceSlider{padding-top:10px;}
497
#filterBy #priceSlider #slider-range{
498
	margin:0 auto;
499
	width:120px;
387 rajveer 500
}
539 rajveer 501
#filterBy #priceSlider #priceRange1,
502
#filterBy #priceSlider #priceRange2{
503
	float:left;
504
	position:relative;
505
	color:#666;
387 rajveer 506
}
539 rajveer 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;
449 rajveer 515
}
539 rajveer 516
#errorMsg a{font-weight:bold;}
517
#resultFound{
518
	padding:5px 0;
519
	font-size:12px;
520
	font-weight:bold;
387 rajveer 521
}
539 rajveer 522
#resultFound .normalColor{color:#333;}
523
#resultFound .redColor{color:#900;}
524
#relatedSearches{
525
	color:#666;
526
	font-size:11px;
527
	line-height:14px;
387 rajveer 528
}
539 rajveer 529
#searchResult .top{
530
	line-height:5px;
531
	background:#fff;
387 rajveer 532
}
539 rajveer 533
#searchResult .top .left{
534
	float:left;
535
	width:174px;
536
	background:url(../images/search-result-top-left.gif) no-repeat;
387 rajveer 537
}
539 rajveer 538
#searchResult .top .right{
539
	float:right;
540
	width:10px;
541
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
387 rajveer 542
}
539 rajveer 543
#searchResult .bottom{
544
	line-height:5px;
545
	background:#fff;
387 rajveer 546
}
539 rajveer 547
#searchResult .bottom .left{
548
	background: url(../images/product-cat-bottom-left.jpg) no-repeat;
387 rajveer 549
}
539 rajveer 550
#searchResult .bottom .right{
551
	background: url(../images/product-detail-bottom-right.jpg) no-repeat top right;
552
}
387 rajveer 553
 
539 rajveer 554
#searchResult .middle .content{
555
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
556
	min-height:1000px;
387 rajveer 557
}
539 rajveer 558
#searchResult #searchResultContent{
559
	float:left;
560
	width:562px;
561
	margin-left:1px;
387 rajveer 562
}
539 rajveer 563
#searchResult .productListTop{
564
	padding:10px 16px 12px 16px;
565
	color:#333333;
566
	border-bottom:1px solid #ccc;
387 rajveer 567
}
539 rajveer 568
#searchResult .productListBottom{
569
	margin-top:-10px;
570
	padding:10px 16px 12px 16px;
571
	color:#333333;
572
	border-top:1px solid #ccc;
387 rajveer 573
}
539 rajveer 574
#searchResult .productListTop .productListHeading{
575
	float:left;
576
	color:#000;
577
	font-size:18px;
578
	font-weight:bold;
449 rajveer 579
}
539 rajveer 580
#searchResult .productListTop .productListResult{
581
	float:left;
582
	font-size:11px;
583
}
449 rajveer 584
 
539 rajveer 585
#searchResult .productListTop .productListResult .resultLimit{
586
	color:#900;
587
	font-size:18px;
588
	font-weight:bold;
449 rajveer 589
}
539 rajveer 590
#searchResult .productListTop .productListResult .style1{font-weight:bold;}
449 rajveer 591
 
539 rajveer 592
#searchResult .pagination1{
593
	float:right;
594
	font-size:11px;
595
	text-align:right;
449 rajveer 596
}
597
 
539 rajveer 598
#searchResult .pagination1 .prev{margin-right:10px;}
599
#searchResult .pagination1 .next{margin-left:10px;}
449 rajveer 600
 
539 rajveer 601
#searchResult .pagination1 a,
602
#searchResult .pagination1 span{margin:0 1px; padding:0 1px;}
449 rajveer 603
 
539 rajveer 604
#searchResult .pagination1 span{color:#666;}
449 rajveer 605
 
539 rajveer 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;
449 rajveer 613
}
539 rajveer 614
#searchResult #sortBy a.active{
615
	color:#666666;
616
	font-weight:bold;
617
	text-decoration:none;
449 rajveer 618
}
619
 
539 rajveer 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;
449 rajveer 627
}
539 rajveer 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
 
449 rajveer 637
}
539 rajveer 638
#searchResult #productListCenter .productItem .productDetails{
639
	float:left;
640
	margin-left:15px;
641
	width:224px;
449 rajveer 642
}
539 rajveer 643
#searchResult #productListCenter .productItem .title{
644
	font-weight:bold;
645
	line-height:14px;
449 rajveer 646
}
539 rajveer 647
#searchResult #productListCenter .productItem .productDesp{
648
	font-size:11px;
649
	line-height:18px;
650
	margin-top:5px;
449 rajveer 651
}
568 rajveer 652
 
653
#searchResult #productListCenter .productItem .productDesp ul{list-style:none;}
654
 
539 rajveer 655
#searchResult #productListCenter .productItem .productPrice{
656
	float:left;
657
	margin-left:15px;
658
	width:97px;
449 rajveer 659
}
539 rajveer 660
#searchResult #productListCenter .productItem .productPrice .originalPrice{
661
	text-decoration:line-through;
662
	font-size:11px;
449 rajveer 663
}
539 rajveer 664
#searchResult #productListCenter .productItem .productPrice .newPrice{
665
	color:#990000;
666
	font-weight:bold;
667
	line-height:8px;
668
	padding:2px 0 10px 0;
449 rajveer 669
}
539 rajveer 670
#searchResult #productListCenter .productItem .productDetailsIcon{
671
	float:left;
672
	margin-left:15px;
673
	width:65px;
449 rajveer 674
}
539 rajveer 675
#searchResult #productListCenter .searchResultBorder{
676
	line-height:10px;
677
	background:url(../images/search-result-border.jpg) no-repeat 0 50%;
449 rajveer 678
}
539 rajveer 679
 
545 rajveer 680
 
568 rajveer 681
/*___ Product Listing, Contact Us ___*/
682
#productListing .top,
683
#contactUs .top,
684
#forgetPass .top{background: #fff;}
449 rajveer 685
 
568 rajveer 686
#productListing .top .left,
687
#contactUs .top .left,
688
#forgetPass .top .left{background: url(../images/product-detail-top-left.jpg) no-repeat;}
539 rajveer 689
 
568 rajveer 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;
449 rajveer 695
}
539 rajveer 696
 
568 rajveer 697
#productListing .bottom,
698
#contactUs .bottom,
699
#forgetPass .bottom{background: #fff;}
539 rajveer 700
 
568 rajveer 701
#productListing .bottom .left,
702
#contactUs .bottom .left,
703
#forgetPass .bottom .left{background: url(../images/product-detail-bottom-left.jpg) no-repeat bottom left;}
539 rajveer 704
 
568 rajveer 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;
449 rajveer 710
}
711
 
568 rajveer 712
#productListing .middle .content,
713
#contactUs .middle .content,
714
#forgetPass .middle .content{
715
	min-height:1000px;
716
	background: #fff;
449 rajveer 717
}
718
 
568 rajveer 719
/*___ Contact Us & forget password ___*/
720
#contactUs .middle .content{
721
	padding:20px 0;	
539 rajveer 722
}
449 rajveer 723
 
568 rajveer 724
#forgetPass .middle .content{padding:20px 40px;}
449 rajveer 725
 
568 rajveer 726
#contactUs .imgTextBox,
727
#forgetPass .imgTextBox {
728
	height:27px;
729
	background:url(../images/textbox2-hor-bar.jpg) repeat-x;
539 rajveer 730
}
458 rajveer 731
 
568 rajveer 732
#contactUs .imgTextBox .left,
733
#forgetPass .imgTextBox .left{background:url(../images/textbox2-left.jpg) no-repeat;}
458 rajveer 734
 
568 rajveer 735
#contactUs .imgTextBox .right,
736
#forgetPass .imgTextBox .right{padding:0 5px; background:url(../images/textbox2-right.jpg) no-repeat top right; min-height:27px;}
458 rajveer 737
 
568 rajveer 738
#contactUs .imgTextBox .textbox,
739
#forgetPass .imgTextBox .textbox{
740
	padding:4px 0;
741
	font-size:14px;
742
	border:none;
743
	background:none;
458 rajveer 744
}
539 rajveer 745
 
568 rajveer 746
#contactUs .imgTextBox .textbox{width:100%;}
747
#forgetPass .imgTextBox .textbox{width:100%;}
539 rajveer 748
 
568 rajveer 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;
458 rajveer 755
}
568 rajveer 756
#contactUs dd{
757
	margin:10px 0 30px 50px; 
758
	width:485px;
458 rajveer 759
}
568 rajveer 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;
458 rajveer 768
}
568 rajveer 769
#contactUs textarea{
770
	width:100%;
771
	height:150px;
458 rajveer 772
}
462 rajveer 773
 
568 rajveer 774
#forgetPass dt{
775
	padding:0 0 2px 50px;
776
	color:#666;
539 rajveer 777
}
568 rajveer 778
#forgetPass dd{
611 rajveer 779
	margin:10px 0 30px 50px;
568 rajveer 780
	width:300px;
539 rajveer 781
}
568 rajveer 782
#forgetPass .spacing{margin-top:20px;}