Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
539 rajveer 1
/** 
2
  * Author 			: Raj Kumar Bharti
3
  * Creation Date 	: 28 Oct 2010
4
  * Project 		: Shop2020
5
  * Copyright 2010 Evon Technologies
6
*/
7
 
8
html, body, h1, h2, h3, h4, h5, h6, div, span, p, ol, ul, li, dl, dt, dd, table, th, tr, td, form, label, input, select, textarea {margin:0; padding:0;}
9
 
10
body{
11
	font-family:Verdana, Arial, Helvetica, sans-serif;
12
	font-size:12px;
13
	color:#000;
14
	line-height:20px;
15
	background:#555;
387 rajveer 16
}
539 rajveer 17
 
18
h1{
19
	font-size:24px;
20
	font-weight:bold;
387 rajveer 21
}
539 rajveer 22
h2{
23
	font-size:20px;
24
	font-weight:bold;
387 rajveer 25
}
539 rajveer 26
h3{
27
	font-size:14px;
28
	font-weight:bold;
387 rajveer 29
}
539 rajveer 30
a{
31
	outline:none;
32
	color:#0066CC;
33
	text-decoration:none;
387 rajveer 34
}
539 rajveer 35
a:hover{
36
	color:#0066CC;
37
	text-decoration:underline;
38
}
387 rajveer 39
 
539 rajveer 40
a img {border:0;}
41
 
42
input, select, textarea{outline:none;}
43
 
44
/*___ Header ___*/
45
#header{background:#fdfdfd;}
46
#header .content{
47
	width:980px;
48
	margin:0 auto;
49
	padding:10px 0 7px 0;
387 rajveer 50
}
51
 
539 rajveer 52
#logo{
53
	float:left;
54
	margin-left:15px;
387 rajveer 55
}
539 rajveer 56
 
57
#headerRight{
58
	float:right;
59
	width:700px;
60
	margin-top:25px;
61
	font-weight:bold;
62
	font-size:11px;
63
	color:#999;
387 rajveer 64
}
539 rajveer 65
#welcome_msg{
66
	float:right;
67
	width:250px;
68
	margin-right:10px;
69
	text-align:right;
70
	color:#010101;
387 rajveer 71
}
539 rajveer 72
#headerRight #login_span{
73
	float:right;
74
	color:#0066cc;
387 rajveer 75
}
539 rajveer 76
.facebook{
77
	padding:3px 25px 5px 0;
78
	/*background:url(../images/buttons/facebook-header.jpg) no-repeat 68px 0px;*/
79
	background:url(../images/buttons/facebook-header.jpg) no-repeat top right;
387 rajveer 80
}
539 rajveer 81
#subscribe{
82
	float:left;
83
	margin:5px 0 0 107px;
84
	padding:2px 0;
85
	color:#666;
86
	border-right:1px solid #848484;
387 rajveer 87
}
539 rajveer 88
#subscribe span{margin-right:6px;}
89
#subscribe input, #subscribe span{float:left;}
90
#subscribe .textbox{
91
	width:205px;
92
	margin-right:3px;
93
	padding:3px;
94
	height:14px;
95
	color:#999;
96
	font-size:11px;
97
	border:1px solid #848484;
387 rajveer 98
}
539 rajveer 99
#subscribe .button{
100
	background:url(../images/buttons/go.jpg) no-repeat;
101
	border:none;
102
	width:31px;
103
	height:21px;
104
	margin:1px 6px 0 0;
387 rajveer 105
}
106
 
539 rajveer 107
#facebookFindUsOn{
108
	float:right;
109
	margin-top:5px;
110
	width:104px;
387 rajveer 111
}
539 rajveer 112
 
113
/*___ Main ___*/
114
#main{
115
	width:980px;
116
	margin:0 auto;
387 rajveer 117
}
539 rajveer 118
 
119
/*___ Menu ___*/
120
#menu{
121
	background:	url(../images/menu-hor-bar.jpg) repeat-x;
122
	height:32px;
123
	font-size:14px;
124
	font-weight:bold;
387 rajveer 125
}
539 rajveer 126
#menu ul{
127
	margin-left:6px;
128
	padding-top:6px;
129
	list-style-type:none;
387 rajveer 130
}
539 rajveer 131
#menu li{
132
	float:left;
133
	margin:0 14px;
134
	display:block;
387 rajveer 135
}
539 rajveer 136
#menu .menuArrow{
137
	padding-right:17px;
138
	background:url(../images/down-arrow-white.jpg) no-repeat right 4px;
139
}
140
#menu a{
141
	color:#fff;
142
	text-decoration:none;
143
}
144
#menu a:hover{
145
	color:#fff;
146
	text-decoration:underline;
147
}
449 rajveer 148
 
539 rajveer 149
/*___ Sign In ___*/
150
#signin_menu,
151
#signin_menu .top,
152
#signin_menu .middle,
153
#signin_menu .bottom{
154
	width:272px;
387 rajveer 155
}
156
 
539 rajveer 157
#signin_menu{
158
	position:absolute;
159
	z-index:9999;
160
	margin:-2px 0 0 436px;
161
	padding:0;
162
	font-weight:normal;
163
	border:none;
387 rajveer 164
}
539 rajveer 165
#signin_menu .top{
166
	line-height:16px;
167
	background:url(../images/notification-top.png) no-repeat;
387 rajveer 168
}
539 rajveer 169
 
170
#signin_menu .middle{
171
	background:url(../images/notification-ver-bar.png) repeat-y;
387 rajveer 172
}
539 rajveer 173
 
174
#signin_menu .middle dl{padding:15px 0;}
175
#signin_menu .middle dt{
176
	float:left;
177
	width:80px;
178
	margin:3px 8px 12px 0;
179
	color:#333333;
180
	text-align:right;
181
	font-weight:normal;
387 rajveer 182
}
539 rajveer 183
#signin_menu .middle dd{
184
	float:left;
185
	width:160px;
186
	margin-bottom:12px;
187
	text-align:right;
387 rajveer 188
}
539 rajveer 189
#signin_menu .middle label.floatRight{color:#06c;}
190
#signin_menu .middle input.floatRight{margin:3px 5px 0 0;}
191
#signin_menu .middle .textbox{
192
	padding:5px 0;
193
	width:100%;
194
	text-align:left;
195
	font-size:11px;
196
	background:#f8f8f8;
197
	border:1px solid #b5b5b5;
387 rajveer 198
}
539 rajveer 199
#signin_menu .middle .bigImgButton{float:right;}
200
#signin_menu .middle .button{
201
	cursor:pointer;
202
	margin-top:5px;
203
	font-size:14px;
204
	font-weight:bold;
205
	border:none;
206
	background:none;
387 rajveer 207
}
539 rajveer 208
.signin, .signin1, .menu-open{
209
	padding-right:18px;
210
	/*background:url(../images/down-arrow-blue.jpg) no-repeat 50px 3px;*/
211
	background:url(../images/down-arrow-blue.jpg) no-repeat 100% 3px;
387 rajveer 212
}
539 rajveer 213
#signin_menu .bottom{
214
	height:65px;
215
	background:url(../images/signin-bottom.png) no-repeat bottom left;
387 rajveer 216
}
539 rajveer 217
#signin_menu .bottom a{
218
	color:#fff;
219
	text-decoration:none;
387 rajveer 220
}
539 rajveer 221
#signin_menu .bottom a:hover{
222
	color:#fff;
223
	text-decoration:underline;
387 rajveer 224
}
539 rajveer 225
#signin_menu .bottom #resend_password_link{padding:15px 0 0 12px; float:left;}
226
#signin_menu .bottom #forgot_username_link{padding:15px 18px 0 0; float:right;}
449 rajveer 227
 
539 rajveer 228
 
229
/*___ Search & Cart ___*/
230
#searchCartArea{margin-bottom:4px;}
231
#searchCartArea .left{background:url(../images/search-left.jpg) no-repeat;}
232
#searchCartArea .right{background:url(../images/search-right.jpg) no-repeat top right;}
233
#searchCartArea .center{
234
	margin:0 4px;
235
	background:url(../images/search-hor-bar.jpg) repeat-x;
387 rajveer 236
}
449 rajveer 237
 
539 rajveer 238
#search{padding:3px 0;}
239
#search .textbox{
240
	float:left;
241
	width:366px;
242
	margin-right:4px;
243
	padding:5px 4px;
244
	border:1px solid #848484;
387 rajveer 245
}
539 rajveer 246
#search .dropdown{
247
	float:left;
248
	height:28px;
249
	margin-right:5px;
250
/*	font-size:14px;*/
251
	border:1px solid #848484;
387 rajveer 252
}
539 rajveer 253
#search .button{
254
	cursor:pointer;
255
	width:80px;
256
	padding:4px 0 2px 0;
257
	font-weight:bold;
258
	background:none;
259
	border:none;
387 rajveer 260
}
261
 
539 rajveer 262
#search, #cartValue,
263
#search .bigImgButton, #cartValue .bigImgButton {float:left;}
264
 
265
#cartValue{
266
	float:right;
267
	margin-top:3px;
387 rajveer 268
}
539 rajveer 269
#cartValue img{
270
	float:left;
271
	margin-right:6px;
387 rajveer 272
}
539 rajveer 273
#cartValue .caption{
274
	float:left;
275
	margin-top:4px;
276
}
449 rajveer 277
 
539 rajveer 278
/*___ Wrapper ___*/
279
#wrapper{
280
	width:735px;
281
	float:left;
282
	margin-bottom:5px;
449 rajveer 283
}
539 rajveer 284
#productDetail{margin-bottom:4px;}
285
#productDetail .top{background: #fff;}
286
#productDetail .top .left{background: url(../images/product-detail-top-left.jpg) no-repeat;}
287
#productDetail .top .right{
288
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
289
	line-height:5px;
387 rajveer 290
}
458 rajveer 291
 
539 rajveer 292
#productDetail .middle{background: #fff;}
293
#productDetail .middle .link{
294
	font-weight:bold;
295
	padding:5px 0 2px 45px;
296
	background:url(../images/right-arrow-blue.jpg) no-repeat 25px 9px;
297
	border-top:1px solid #ccc;
387 rajveer 298
}
539 rajveer 299
#productDetail .content{
300
	padding:0 10px 5px 25px;
458 rajveer 301
}
539 rajveer 302
#productDetail .content .blockLeft{
303
	float:left;
304
	width:400px;
305
	color:#333333;
387 rajveer 306
}
539 rajveer 307
#productDetail .blockLeft #breadcrumb{
308
	color:#5C6565;
309
	font-size:10px;
310
	font-weight:bold;
311
	line-height:10px;
458 rajveer 312
}
539 rajveer 313
#productDetail .blockLeft #breadcrumb a.deselect{
314
	color:#5C6565;
315
	text-decoration:none;
316
}
317
#productDetail .blockLeft #productHeading{
318
	margin-top:10px;
319
	font-size:18px;
320
	color:#030303;
321
}
322
#productDetail .blockLeft #productSubHeading{
323
	margin:-3px 0 12px 0;
324
	font-size:11px;
325
	font-weight:normal;
326
	color:#666666;
327
}
328
#productDetail .blockLeft #finalPrice{
329
	color:#990000;
330
	font-size:14px;
331
	font-weight:bold;
332
}
458 rajveer 333
 
539 rajveer 334
#productDetail .blockLeft .imgTextBox {
335
	float:left;
336
	width:80px;
337
	margin:0 5px;
387 rajveer 338
}
539 rajveer 339
#productDetail .blockLeft .imgTextBox .left{background:url(../images/textbox-left.jpg) no-repeat;}
340
#productDetail .blockLeft .imgTextBox .right{background:url(../images/textbox-right.jpg) no-repeat top right;}
341
#productDetail .blockLeft .imgTextBox .center{
342
	margin:0 5px;
343
	background:url(../images/textbox-hor-bar.jpg) repeat-x;
387 rajveer 344
}
539 rajveer 345
#productDetail .blockLeft .imgTextBox .textbox{
346
	padding:4px 0 4px 0;
347
	width:68px;
348
	font-size:14px;
349
	border:none;
350
	background:none;
387 rajveer 351
}
539 rajveer 352
#productDetail .blockLeft #shipTime{
353
	float:left;
354
	font-weight:bold;
387 rajveer 355
}
539 rajveer 356
#productDetail .blockLeft .img{
357
	float:left;
358
	margin:4px 0 0 2px;
387 rajveer 359
}
539 rajveer 360
#productDetail .content .blockRight{
361
	float:right;
362
	width:200px;
363
	margin-top:38px;
387 rajveer 364
}
539 rajveer 365
#productDetail .blockRight .bigImgButton{
366
	width:100px;
367
	font-weight:bold;
387 rajveer 368
}
539 rajveer 369
#productDetail .blockRight .bigImgButton a{
370
	display:block;
371
	padding:3px 2px;
372
}
373
#productDetail .blockRight .button{
374
	cursor:pointer;
375
	margin-left:-4px;
376
/*	width:88px;*/
377
	padding-top:5px;
378
	font-weight:bold;
379
	border:none;
380
	background:none;
381
}
382
#productDetail .blockRight #rating{
383
	padding-top:18px;
384
	font-size:14px;
385
	font-weight:bold;
386
}
387
#productDetail .blockRight #amazonRatingStar,
388
#productDetail .blockRight #shop2020RatingStar{
389
	float:left;
390
	margin-top:4px; 
391
	padding-left:5px;
392
}
449 rajveer 393
 
539 rajveer 394
#productDetail .blockRight #amazonRatingStar img,
395
#productDetail .blockRight #shop2020RatingStar img{float:left;}
396
 
397
#productDetail .bottom{background: #fff;}
398
#productDetail .bottom .left{background: url(../images/product-detail-bottom-left.jpg) no-repeat bottom left;}
399
#productDetail .bottom .right{
400
	background: url(../images/product-detail-bottom-right.jpg) no-repeat bottom right;
401
	line-height:5px;
387 rajveer 402
}
449 rajveer 403
 
539 rajveer 404
/*___ products ___*/
405
#products{	
406
	margin-top:5px;
407
	min-height:1000px;
408
	background:#fff;
387 rajveer 409
}
539 rajveer 410
#productBanner{width:736px;}
458 rajveer 411
 
539 rajveer 412
#products #bestDeals, 
413
#products #latestArrivals,
414
#products #bestSellers{padding:35px 15px 15px 25px;}
449 rajveer 415
 
539 rajveer 416
#products h1{
417
	color:#E47911;
418
	font-size:18px;
419
	margin-bottom:12px;
420
	padding-bottom:2px;
421
	border-bottom:1px solid #ccc;
387 rajveer 422
}
539 rajveer 423
#products h1 a{
424
	font-size:11px;
425
	margin:0 0 0 15px;
426
	padding:0;
387 rajveer 427
}
539 rajveer 428
#products .productItem{
429
	float:left;
430
	width:148px;
431
	height:285px;
432
	line-height:18px;
387 rajveer 433
}
539 rajveer 434
#products .productItem .productImg{
435
	position:relative;
436
	height:140px;
437
	margin-bottom:5px;
438
}
439
#products .productItem .productImg img{
440
	position:absolute;
441
	bottom:0;
442
}
443
#products .productItem .productDetails{height:140px;}
444
#products .productItem .productDetails .title{
445
	font-weight:bold;
446
	line-height:14px;
447
}
448
#products .productItem .productDetails .originalPrice{
449
	text-decoration:line-through;
450
	font-size:11px;
451
}
452
#products .productItem .productDetails .newPrice{
453
	color:#990000;
454
	font-weight:bold;
455
	line-height:8px;
456
	padding:2px 0 4px 0;
457
}
458
#products .productItem .productDesp{
459
	font-size:11px;
460
	line-height:16px;
461
	padding-bottom:5px;
462
}
463
#products .productItem .productDesp ul{margin-left:13px;}
464
#products .spacing{
465
	float:left;
466
	width:32px;
467
	height:285px;
468
}
387 rajveer 469
 
539 rajveer 470
/*___ slideGuide ___*/
471
#slideGuide{margin-bottom:4px;}
449 rajveer 472
 
539 rajveer 473
/*___ ActionBar ___*/
474
#actionBar .left{background:url(../images/actionbar-left.jpg) no-repeat;}
475
#actionBar .right{background:url(../images/actionbar-right.jpg) no-repeat top right;}
476
#actionBar .center{
477
	margin:0 10px;
478
	height:28px;
479
	background:url(../images/actionbar-hor-bar.jpg) repeat-x;
387 rajveer 480
}
539 rajveer 481
#actionBar .blockLeft{
482
	float:left;
483
	width:240px;
387 rajveer 484
}
539 rajveer 485
#actionBar .blockLeft .smallImgButton{
486
	float:left;
487
	margin:4px 2px 0 2px;
488
	display:inline; /* IE6 bug fix */
387 rajveer 489
}
539 rajveer 490
#actionBar .blockLeft .smallImgButton .button{
491
	padding-top:3px;
492
	cursor:pointer;
493
	font-family:Verdana, Arial, Helvetica, sans-serif;
494
	font-weight:bold;
495
	font-size:11px;
496
	border:none;
497
	background:none;
387 rajveer 498
}
539 rajveer 499
#actionBar .blockRight{
500
	float:right;
501
	width:370px;
502
	font-size:11px;
387 rajveer 503
}
539 rajveer 504
#actionBar .blockRight a{
505
	color:#000;
506
	text-decoration:none;
387 rajveer 507
}
539 rajveer 508
#actionBar .blockRight table{margin:1px -10px 0 0;}
509
#actionBar .blockRight td{
510
	vertical-align:top;
511
	padding-left:10px;
387 rajveer 512
}
539 rajveer 513
#actionBar .blockRight img{
514
	margin-top:2px;
387 rajveer 515
	float:left;
516
}
539 rajveer 517
#actionBar .blockRight span{
518
	float:left;
519
	margin:2px 4px 0 0;
520
	display:inline; /* IE 6 bug fix */
387 rajveer 521
}
539 rajveer 522
#actionBar .blockRight #facebookCount,
523
#actionBar .blockRight #twitterCount{
524
	font-size:10px;
525
	margin:3px 0 0 4px;
387 rajveer 526
}
539 rajveer 527
#actionBar .blockRight #askAFriend {width:100px;}
528
#actionBar .blockRight #askAFriend img,
529
#actionBar .blockRight #askAFriend span{float:right;}
530
 
531
#actionBar .blockRight #askAFriend span{
532
	width:76px;
533
	margin-left:-6px;
387 rajveer 534
}
539 rajveer 535
 
536
/*___ slideGuideContent ___*/
537
#slideGuideContent .top .left{background:url(../images/slideguide-content-top-left.jpg) no-repeat;}
538
#slideGuideContent .top .right{background:url(../images/slideguide-content-top-right.jpg) no-repeat top right;}
539
#slideGuideContent .top .center{
540
	margin:0 10px 0 155px;
541
	height:13px;
542
	background:url(../images/slideguide-content-top-center.jpg) repeat-x;
543
}
544
 
545
#slideGuideContent .middle {
546
	background:#fff;
547
	border-right:1px solid #ccc;
548
}
549
#slideGuideContent .middle .left{background:url(../images/slideguide-nav-ver-bar.jpg) repeat-y;}
550
 
551
#slideGuideContent .bottom .left{background:url(../images/slideguide-content-bottom-left.jpg) no-repeat;}
552
#slideGuideContent .bottom .right{background:url(../images/slideguide-content-bottom-right.jpg) no-repeat top right;}
553
#slideGuideContent .bottom .center{
554
	margin:0 10px 0 155px;
555
	height:4px;
556
	background:url(../images/slideguide-content-bottom-center.jpg) repeat-x;
557
}
558
 
559
/*___ slideGuideNav ___*/
560
#slideGuideNav {
561
	margin-left:2px;
562
	float:left;
563
	display:inline; /* IE 6 bug fix */
564
	width:153px;
565
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
566
	font-size:12px;
567
}
568
#slideGuideNav ul{list-style:none;}
569
#slideGuideNav a span {
570
	display:block;
571
	width:105px;
572
}
573
#slideGuideNav a{
574
	display:block;
575
	padding:9px 0 9px 17px;
576
	color:#666666;
387 rajveer 577
	text-decoration:none;
539 rajveer 578
	line-height:18px;
579
	background:url(../images/slideguide-nav-arrow.jpg) no-repeat 133px -75px;
387 rajveer 580
}
539 rajveer 581
#slideGuideNav a:hover{
582
	color:#fff;
583
	text-decoration:none;
584
	background:#848484 url(../images/slideguide-nav-arrow.jpg) no-repeat 133px 12px; 	
387 rajveer 585
}
462 rajveer 586
 
539 rajveer 587
/*___ slideGuideProduct ___*/
588
#slideGuideProduct{
589
	float:left;
590
	width:570px;
387 rajveer 591
}
539 rajveer 592
#slideGuideProduct h1{
593
	margin:26px 0 20px 8px;
594
	font-weight:normal;
462 rajveer 595
}
539 rajveer 596
#slideGuideProduct .modelName{margin-left:9px;}
462 rajveer 597
 
539 rajveer 598
/*___ Pincode ___*/
599
#servicePinCode .left{background:url(../images/pincode-left.jpg) no-repeat;}
600
#servicePinCode .right{background:url(../images/pincode-right.jpg) no-repeat top right;}
601
#servicePinCode .center{
602
	margin:0 16px;
603
	height:32px;
604
	padding: 8px 0 0 20px;
605
	background:url(../images/pincode-hor-bar.jpg) repeat-x;
387 rajveer 606
}
539 rajveer 607
#servicePinCode .imgTextBox {
608
	float:left;
609
	width:80px;
610
	margin:0 5px;
387 rajveer 611
}
539 rajveer 612
#servicePinCode .imgTextBox .left{background:url(../images/textbox-left.jpg) no-repeat;}
613
#servicePinCode .imgTextBox .right{background:url(../images/textbox-right.jpg) no-repeat top right;}
614
#servicePinCode .imgTextBox .center{
615
	margin:0 5px;
616
	padding:0;
617
	background:url(../images/textbox-hor-bar.jpg) repeat-x;
387 rajveer 618
}
539 rajveer 619
#servicePinCode .imgTextBox .textbox{
620
	width:68px;
621
	height:21px;
622
	font-size:14px;
623
	color:#999;
624
	border:none;
625
	background:none;
387 rajveer 626
}
539 rajveer 627
#servicePinCode .button{
628
	margin-top:1px;
629
	width:31px;
630
	height:21px;
631
	border:none;
632
	background:url(../images/buttons/go.jpg) no-repeat;
387 rajveer 633
}
449 rajveer 634
 
539 rajveer 635
/*___ Phone reviews ___*/
636
#phoneReviews{margin-bottom:-6px;}
637
#phoneReviews .top .left{background:url(../images/review-top-left.jpg) no-repeat;}
638
#phoneReviews .top .right{background:url(../images/review-top-right.jpg) no-repeat top right;}
639
#phoneReviews .top .center{
640
	background:url(../images/review-top-hor-bar.jpg) repeat-x; 
641
	height:31px;
642
	margin:0 10px;
387 rajveer 643
}
539 rajveer 644
#phoneReviews .middle{
645
	color:#333;
646
	background:#fdfdfd;
647
	border-left:1px solid #ccc;
648
	border-right:1px solid #ccc;
649
	padding:1px 0; /* Bug fix*/
650
}
651
#phoneReviews h2{
652
	padding:5px 0 0 5px;
653
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
654
	font-size:18px;
655
	font-weight:normal;
656
}
657
#phoneReviews p{margin:10px 15px 15px 15px;}
658
#phoneReviews .bottom{margin-top:-10px;}
659
#phoneReviews .bottom .left{background:url(../images/review-bottom-left.jpg) no-repeat;}
660
#phoneReviews .bottom .right{background:url(../images/review-bottom-right.jpg) no-repeat top right;}
661
#phoneReviews .bottom .center{
662
	background:url(../images/review-bottom-hor-bar.jpg) repeat-x; 
663
	height:31px;
664
	margin:0 10px;
665
}
666
#phoneReviews .horLine{
667
	margin-top:-20px;
668
	border-bottom:1px solid #ccc;
669
}
449 rajveer 670
 
458 rajveer 671
 
539 rajveer 672
/*___ Notification ___*/
673
#notification{
674
	position:absolute;
675
	margin:-4px 0 0 340px;
676
	z-index:1000;
458 rajveer 677
}
678
 
539 rajveer 679
#notification,
680
#notification .top,
681
#notification .middle,
682
#notification .bottom{
683
	width:272px;
684
}
685
#notification .top{
686
	line-height:16px;
687
	background:url(../images/notification-top.png) no-repeat;
688
}
689
#notification .bottom{
690
	line-height:16px;
691
	background:url(../images/notification-bottom.png) no-repeat bottom left;
692
}
693
#notification .middle{
694
	background:url(../images/notification-ver-bar.png) repeat-y;
695
}
696
#notification .colLeft{
697
	float:left;
698
	width:215px;
699
	margin:0 0 3px 15px;
449 rajveer 700
 
539 rajveer 701
	font-size:11px;
702
	font-weight:normal;
703
	color:#333;
704
	line-height:18px;	
449 rajveer 705
}
539 rajveer 706
#notification .link{
707
	margin-top:2px;
708
	font-weight:bold;
387 rajveer 709
}
539 rajveer 710
#notification a#notficationClose{
711
	float:right;
712
	width:18px;
713
	margin-right:18px;
387 rajveer 714
}
539 rajveer 715
#notification .borderBottom{
716
	margin:-15px 0 5px 0;
717
	border-bottom:1px solid #ccc;
387 rajveer 718
}
539 rajveer 719
 
720
/*___ Product Category ___*/
721
#productHeading2{
722
	margin:11px 0 6px 0;
723
	font-size:24px;
724
	color:#000;
387 rajveer 725
}
539 rajveer 726
 
727
/*___ Product Category : Product List ___*/
728
#productCat .top{
729
	line-height:5px;
730
	background:#fff;
387 rajveer 731
}
539 rajveer 732
#productCat .top .left{
733
	float:left;
734
	width:174px;
735
	background:#efeff0;
387 rajveer 736
}
539 rajveer 737
#productCat .top .right{
738
	float:right;
739
	width:5px;
740
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
387 rajveer 741
}
539 rajveer 742
#productCat .bottom{
743
	line-height:5px;
744
	background:#fff;
387 rajveer 745
}
539 rajveer 746
#productCat .bottom .left{
747
	background: url(../images/product-cat-bottom-left.jpg) no-repeat;
387 rajveer 748
}
539 rajveer 749
#productCat .bottom .right{
750
	background: url(../images/product-detail-bottom-right.jpg) no-repeat top right;
751
}
449 rajveer 752
 
539 rajveer 753
#productCat .middle .content{
754
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
755
	min-height:1000px;
387 rajveer 756
}
539 rajveer 757
#productCat #productList{
758
	float:left;
759
	width:562px;
760
	margin-left:1px;
387 rajveer 761
}
449 rajveer 762
 
539 rajveer 763
#productList .productListTop{
764
	padding:10px 16px 12px 16px;
765
	color:#333333;
766
	border-bottom:1px solid #ccc;
449 rajveer 767
}
539 rajveer 768
#productList .productListBottom{
769
	margin-top:-10px;
770
	padding:10px 16px 12px 16px;
771
	color:#333333;
772
	border-top:1px solid #ccc;
387 rajveer 773
}
539 rajveer 774
#productList .productListTop .productListHeading{
775
	float:left;
776
	color:#000;
777
	font-size:18px;
778
	font-weight:bold;
387 rajveer 779
}
539 rajveer 780
#productList .productListTop .productListResult{
781
	float:left;
782
	font-size:11px;
387 rajveer 783
}
539 rajveer 784
#productList #otherTabContent .productListTop .productListResult{
785
	float:right;
786
	margin-right:15px;
787
}
788
#productList #otherTabContent .productListTop .productListResult .resultLimit{
789
	color:#333;
790
	font-size:11px;
791
	font-weight:normal
792
}
793
#productList .productListTop .productListResult .resultLimit{
794
	color:#900;
795
	font-size:18px;
796
	font-weight:bold;
797
}
798
#productList .productListTop .productListResult .style1{font-weight:bold;}
387 rajveer 799
 
539 rajveer 800
#productList .pagination1,
801
#productList .pagination2{
449 rajveer 802
	float:right;
539 rajveer 803
	font-size:11px;
804
	text-align:right;
387 rajveer 805
}
539 rajveer 806
 
807
#productList .pagination1 .prev,
808
#productList .pagination2 .prev{margin-right:10px;}
809
 
810
#productList .pagination1 .next,
811
#productList .pagination2 .next{margin-left:10px;}
812
 
813
#productList .pagination1 a, 
814
#productList .pagination2 a, 
815
#productList .pagination1 span,
816
#productList .pagination2 span{margin:0 1px; padding:0 1px;}
817
 
818
#productList .pagination1 span,
819
#productList .pagination2 span{color:#666;}
820
 
821
#productList .productItem{
822
	position:relative;
823
	margin:16px;
824
	width:249px;
825
	height:210px;	
387 rajveer 826
}
539 rajveer 827
#productList .productItem .productImg{
828
	float:left;
829
	width:90px;
830
	height:184px;
387 rajveer 831
}
539 rajveer 832
#productList .productItem .productImg .newIcon{
833
	position:absolute;
834
	top:-10px;
835
	left:-10px;
836
	width:38px;
837
	height:38px;
838
	background:url(../images/new-icon.png) no-repeat;
387 rajveer 839
}
539 rajveer 840
 
841
#productList .productItem .productDetails{
842
	float:left;
843
	margin-left:10px;
844
	width:149px;
845
	height:189px;
387 rajveer 846
}
539 rajveer 847
#productList .productItem .title{
848
	margin-bottom:8px;
849
	font-weight:bold;
850
	line-height:14px;
387 rajveer 851
}
539 rajveer 852
#productList .productItem .productDetails .originalPrice{
853
	text-decoration:line-through;
854
	font-size:11px;
855
}
856
#productList .productItem .productDetails .newPrice{
857
	color:#990000;
858
	font-weight:bold;
859
	line-height:8px;
860
	padding:2px 0 10px 0;
861
}
862
#productList .productItem .productDesp{
863
	margin-bottom:8px;
864
	font-size:11px;
865
	line-height:18px;
866
}
867
#productList .productItem .productDesp ul{margin-left:12px;}
387 rajveer 868
 
449 rajveer 869
 
539 rajveer 870
/*___ Product Category : Multifaceted Search ___*/
871
#multifacetedSearch{
872
	float:left;
873
	width:172px;
874
	padding:10px 0;
875
	line-height:18px;
387 rajveer 876
}
539 rajveer 877
#multifacetedSearch h2{
878
	margin:0 0 8px 10px;
879
	font-size:14px;
880
	font-weight:bold;
881
	color:#333;
387 rajveer 882
}
539 rajveer 883
#currentFilters{
884
	padding:0 0 10px 20px;
885
	background:url(../images/filter-divider.gif) repeat-x bottom left;
387 rajveer 886
}
449 rajveer 887
 
539 rajveer 888
#currentFilters .sectionHeader{
889
	font-size:12px;
890
	font-weight:bold;
891
	color:#666;
387 rajveer 892
}
539 rajveer 893
#currentFilters .filterOption{
894
	font-size:11px;
895
	color:#333;
449 rajveer 896
}
539 rajveer 897
#currentFilters div.filterContent{margin-left:30px;}
898
#currentFilters .filterClose{
899
	font-size:9px;
900
	font-weight:bold;
901
}
449 rajveer 902
 
539 rajveer 903
#filterBy .bottomBorder{
904
	background:url(../images/filter-divider.gif) repeat-x top left;
449 rajveer 905
}
906
 
539 rajveer 907
#filterBy h2{margin:20px 0 0 10px;}
908
#filterBy .filterHeading{
909
	cursor:pointer;
910
	margin:8px 0 18px 0;
911
	padding:8px 0 6px 15px;
912
	background:url(../images/filter-divider.gif) repeat-x top left;
387 rajveer 913
}
539 rajveer 914
#filterBy .filterArrow{
915
	float:left;
916
	margin:6px 6px 0 0;
917
	background:url(../images/filter-arrow.gif) no-repeat;
918
	width:11px;
919
	height:7px;
387 rajveer 920
}
539 rajveer 921
#filterBy .filterArrowRotate{
922
	float:left;
923
	margin:5px 6px 0 0;
924
	background:url(../images/filter-arrow.gif) no-repeat 0 -7px;
925
	width:11px;
926
	height:11px;
449 rajveer 927
}
387 rajveer 928
 
539 rajveer 929
#filterBy .sectionHeader{
930
	float:left;
931
	font-size:12px;
932
	font-weight:bold;
933
	color:#666;
934
}
935
#filterBy .filterOption{
936
	clear:both;
937
	margin:0 0 25px 34px;
938
}
449 rajveer 939
 
539 rajveer 940
#filterBy .filterOption input,
941
#filterBy .filterOption a,
942
#filterBy .filterOption span{float:left;}
943
 
944
#filterBy .filterOption input{margin:3px 8px 0 0;}
945
 
946
#filterBy .filterOption a,
947
#filterBy .filterOption label{
948
	display:block;
949
	margin-bottom:5px;
387 rajveer 950
}
449 rajveer 951
 
539 rajveer 952
#filterBy .filterOption label{
953
	clear:both;
954
	color:#0066cc;
955
	padding:7px 0;
387 rajveer 956
}
539 rajveer 957
#filterBy .filterOption label a{margin:0;}
958
#filterBy .filterOption .noColor{
959
	margin-left:4px;
960
	color:#666;
961
}
449 rajveer 962
 
539 rajveer 963
#filterBy #priceSlider{padding-top:10px;}
964
#filterBy #priceSlider #slider-range{
965
	margin:0 auto;
966
	width:120px;
387 rajveer 967
}
539 rajveer 968
#filterBy #priceSlider #priceRange1,
969
#filterBy #priceSlider #priceRange2{
970
	float:left;
971
	position:relative;
972
	color:#666;
387 rajveer 973
}
539 rajveer 974
#filterBy #priceSlider #priceRange1{margin-left:5px;}
975
#filterBy #priceSlider #priceRange2{margin-left:-22px;}
976
 
977
/*___ Search Result ___*/
978
#pageTitleBox{margin-left:-15px;}
979
#errorMsg{
980
	font-size:14px;
981
	color:#990000;
449 rajveer 982
}
539 rajveer 983
#errorMsg a{font-weight:bold;}
984
#resultFound{
985
	padding:5px 0;
986
	font-size:12px;
987
	font-weight:bold;
387 rajveer 988
}
539 rajveer 989
#resultFound .normalColor{color:#333;}
990
#resultFound .redColor{color:#900;}
991
#relatedSearches{
992
	color:#666;
993
	font-size:11px;
994
	line-height:14px;
387 rajveer 995
}
539 rajveer 996
#searchResult .top{
997
	line-height:5px;
998
	background:#fff;
387 rajveer 999
}
539 rajveer 1000
#searchResult .top .left{
1001
	float:left;
1002
	width:174px;
1003
	background:url(../images/search-result-top-left.gif) no-repeat;
387 rajveer 1004
}
539 rajveer 1005
#searchResult .top .right{
1006
	float:right;
1007
	width:10px;
1008
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
387 rajveer 1009
}
539 rajveer 1010
#searchResult .bottom{
1011
	line-height:5px;
1012
	background:#fff;
387 rajveer 1013
}
539 rajveer 1014
#searchResult .bottom .left{
1015
	background: url(../images/product-cat-bottom-left.jpg) no-repeat;
387 rajveer 1016
}
539 rajveer 1017
#searchResult .bottom .right{
1018
	background: url(../images/product-detail-bottom-right.jpg) no-repeat top right;
1019
}
387 rajveer 1020
 
539 rajveer 1021
#searchResult .middle .content{
1022
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
1023
	min-height:1000px;
387 rajveer 1024
}
539 rajveer 1025
#searchResult #searchResultContent{
1026
	float:left;
1027
	width:562px;
1028
	margin-left:1px;
387 rajveer 1029
}
539 rajveer 1030
#searchResult .productListTop{
1031
	padding:10px 16px 12px 16px;
1032
	color:#333333;
1033
	border-bottom:1px solid #ccc;
387 rajveer 1034
}
539 rajveer 1035
#searchResult .productListBottom{
1036
	margin-top:-10px;
1037
	padding:10px 16px 12px 16px;
1038
	color:#333333;
1039
	border-top:1px solid #ccc;
387 rajveer 1040
}
539 rajveer 1041
#searchResult .productListTop .productListHeading{
1042
	float:left;
1043
	color:#000;
1044
	font-size:18px;
1045
	font-weight:bold;
449 rajveer 1046
}
539 rajveer 1047
#searchResult .productListTop .productListResult{
1048
	float:left;
1049
	font-size:11px;
1050
}
449 rajveer 1051
 
539 rajveer 1052
#searchResult .productListTop .productListResult .resultLimit{
1053
	color:#900;
1054
	font-size:18px;
1055
	font-weight:bold;
449 rajveer 1056
}
539 rajveer 1057
#searchResult .productListTop .productListResult .style1{font-weight:bold;}
449 rajveer 1058
 
539 rajveer 1059
#searchResult .pagination1{
1060
	float:right;
1061
	font-size:11px;
1062
	text-align:right;
449 rajveer 1063
}
1064
 
539 rajveer 1065
#searchResult .pagination1 .prev{margin-right:10px;}
1066
#searchResult .pagination1 .next{margin-left:10px;}
449 rajveer 1067
 
539 rajveer 1068
#searchResult .pagination1 a,
1069
#searchResult .pagination1 span{margin:0 1px; padding:0 1px;}
449 rajveer 1070
 
539 rajveer 1071
#searchResult .pagination1 span{color:#666;}
449 rajveer 1072
 
539 rajveer 1073
#searchResult .pagination1.moveTop{margin-top:-12px;}
1074
#searchResult #sortBy{
1075
	float:right;
1076
	margin:-12px 0 -10px 0;
1077
	font-size:11px;
1078
	color:#333;
1079
	text-align:right;
449 rajveer 1080
}
539 rajveer 1081
#searchResult #sortBy a.active{
1082
	color:#666666;
1083
	font-weight:bold;
1084
	text-decoration:none;
449 rajveer 1085
}
1086
 
539 rajveer 1087
#searchResult #productListCenter{padding:10px 0;}
1088
#searchResult #productListCenter .productItem{margin:10px 0 10px 15px;}
1089
#searchResult #productListCenter .productItem .productImg{
1090
	position:relative;
1091
	float:left;
1092
	width:103px;
1093
	text-align:center;
449 rajveer 1094
}
539 rajveer 1095
#searchResult #productListCenter .productItem .productImg .newIcon{
1096
	position:absolute;
1097
	top:-12px;
1098
	left:auto;
1099
	margin-left:-12px;
1100
	width:38px;
1101
	height:38px;
1102
	background:url(../images/new-icon.png) no-repeat;
1103
 
449 rajveer 1104
}
539 rajveer 1105
#searchResult #productListCenter .productItem .productDetails{
1106
	float:left;
1107
	margin-left:15px;
1108
	width:224px;
449 rajveer 1109
}
539 rajveer 1110
#searchResult #productListCenter .productItem .title{
1111
	font-weight:bold;
1112
	line-height:14px;
449 rajveer 1113
}
539 rajveer 1114
#searchResult #productListCenter .productItem .productDesp{
1115
	font-size:11px;
1116
	line-height:18px;
1117
	margin-top:5px;
449 rajveer 1118
}
539 rajveer 1119
#searchResult #productListCenter .productItem .productDesp ul{margin-left:12px;}
1120
#searchResult #productListCenter .productItem .productPrice{
1121
	float:left;
1122
	margin-left:15px;
1123
	width:97px;
449 rajveer 1124
}
539 rajveer 1125
#searchResult #productListCenter .productItem .productPrice .originalPrice{
1126
	text-decoration:line-through;
1127
	font-size:11px;
449 rajveer 1128
}
539 rajveer 1129
#searchResult #productListCenter .productItem .productPrice .newPrice{
1130
	color:#990000;
1131
	font-weight:bold;
1132
	line-height:8px;
1133
	padding:2px 0 10px 0;
449 rajveer 1134
}
539 rajveer 1135
#searchResult #productListCenter .productItem .productDetailsIcon{
1136
	float:left;
1137
	margin-left:15px;
1138
	width:65px;
449 rajveer 1139
}
539 rajveer 1140
#searchResult #productListCenter .searchResultBorder{
1141
	line-height:10px;
1142
	background:url(../images/search-result-border.jpg) no-repeat 0 50%;
449 rajveer 1143
}
539 rajveer 1144
 
1145
/*___ Sidebar ___*/
1146
#sidebar{
1147
	width:240px;
1148
	float:right;
1149
	color:#333;
449 rajveer 1150
}
539 rajveer 1151
#sidebarBanner{
1152
	width:240px;
1153
	margin-bottom:3px;
449 rajveer 1154
}
539 rajveer 1155
#sidebar h1{
1156
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
1157
	font-size:16px;
449 rajveer 1158
}
539 rajveer 1159
#customerService{
1160
	background:#f5f5f5;
1161
	border:1px solid #ccc;
1162
}
1163
#customerService h2{
1164
	padding:2px 0 0 5px;
1165
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
1166
	font-size:14px;
1167
	height: 26px;
1168
	background:url(../images/customer-service-hor-bar.jpg) repeat-x;
1169
}
1170
#customerService #customerPhone,
1171
#customerService #customerPhone img,
1172
#customerService #customerPhone span{float:left;}
1173
#customerService #customerPhone span{margin-top:10px;}
449 rajveer 1174
 
539 rajveer 1175
/*___ Footer ___*/
1176
#footer{
1177
	background:#fff;
1178
	padding:10px 0;
449 rajveer 1179
}
539 rajveer 1180
#footer .content {
1181
	width:980px;
1182
	margin:0 auto;
449 rajveer 1183
}
539 rajveer 1184
#footer ul{
1185
	float:left;
1186
	list-style-type:none;
1187
	color:#0066cc;
449 rajveer 1188
}
539 rajveer 1189
#footer li{
1190
	float:left;
1191
	margin-right:10px;
449 rajveer 1192
}
539 rajveer 1193
#footer #copyright{
1194
	float:right;
1195
	color:#666;
1196
	font-size:10px;
449 rajveer 1197
}
539 rajveer 1198
 
1199
/*___ Yellow Buttons & Disable buttons ___*/
1200
#main .bigImgButton, 
1201
#signin_menu .bigImgButton {
1202
	color:#000;
1203
	font-weight:bold;
449 rajveer 1204
}
539 rajveer 1205
 
1206
#main .bigImgButton .left,
1207
#signin_menu .bigImgButton .left{background:url(../images/buttons/big-button-left.jpg) no-repeat;}
1208
 
1209
#main .bigImgButton .right,
1210
#signin_menu .bigImgButton .right{background:url(../images/buttons/big-button-right.jpg) no-repeat top right;}
1211
 
1212
#main .bigImgButton .center,
1213
#signin_menu .bigImgButton .center{
1214
	margin:0 10px;
1215
	background:url(../images/buttons/big-button-hor-bar.jpg) repeat-x;
1216
	height:28px;
449 rajveer 1217
}
539 rajveer 1218
#main .bigImgButton a,
1219
#signin_menu .bigImgButton a{
1220
	color:#000;
1221
	text-decoration:none;
449 rajveer 1222
}
1223
 
539 rajveer 1224
#main .smallImgButton {
1225
	color:#000;
1226
	font-weight:bold;
449 rajveer 1227
}
539 rajveer 1228
#main .smallImgButton .left{background:url(../images/buttons/small-button-left.jpg) no-repeat;}
1229
#main .smallImgButton .right{background:url(../images/buttons/small-button-right.jpg) no-repeat top right;}
1230
#main .smallImgButton .center{
1231
	margin:0 10px;
1232
	background:url(../images/buttons/small-button-hor-bar.jpg) repeat-x;
1233
	height:21px;
449 rajveer 1234
}
539 rajveer 1235
#main .smallImgButton a{
1236
	font-size:11px;
1237
	color:#000;
1238
	text-decoration:none;
449 rajveer 1239
}
1240
 
539 rajveer 1241
/*___ tab buttons ___*/
1242
#tabButton{
1243
	margin-top:3px;
1244
	height:24px;
1245
}
1246
#tabButton .tabButton1{	float:left;}
1247
#tabButton .tabButton2 {float:right;}
449 rajveer 1248
 
539 rajveer 1249
#tabButton .spacing{
1250
	float:right;
1251
	width:12px; 
449 rajveer 1252
}
539 rajveer 1253
#tabButton .spacing2{
1254
	float:right;
1255
	width:3px; 
1256
}
1257
#tabButton .tabButton1{margin:0 10px;}
1258
#tabButton .tabButton1 a,
1259
#tabButton .tabButton1 span{display:block;}
449 rajveer 1260
 
539 rajveer 1261
#tabButton .tabButton1 a{
1262
	color:#333;
1263
	text-decoration:none;
1264
 
1265
	cursor:pointer;
1266
	background:url(../images/tab1-btn-hor-bar.png) repeat-x;
1267
}
458 rajveer 1268
 
539 rajveer 1269
#tabButton .tabButton1 a span{
1270
	margin-left:-10px;
1271
	background:url(../images/tab1-btn-left.png) no-repeat;
1272
}
458 rajveer 1273
 
539 rajveer 1274
#tabButton .tabButton1 a span span{
1275
	margin-right:-10px;
1276
	background:url(../images/tab1-btn-right.png) no-repeat top right;	
1277
 
1278
	padding:2px 18px 0 28px;
1279
	height:22px;
458 rajveer 1280
}
1281
 
539 rajveer 1282
#tabButton .tabButton1 a:hover,
1283
#tabButton .tabButton1 a#activeTab{
1284
	color:#333;
1285
	text-decoration:none;
1286
	background:url(../images/tab1-btn-hor-bar.png) repeat-x 0 -24px;
458 rajveer 1287
}
539 rajveer 1288
#tabButton .tabButton1 a:hover span,
1289
#tabButton .tabButton1 a#activeTab span{
1290
	background:url(../images/tab1-btn-left.png) no-repeat 0 -24px;
458 rajveer 1291
}
539 rajveer 1292
#tabButton .tabButton1 a:hover span span,
1293
#tabButton .tabButton1 a#activeTab span span{
1294
	background:url(../images/tab1-btn-right.png) no-repeat 100% -24px;
458 rajveer 1295
}
539 rajveer 1296
 
1297
#tabButton .tabButton2{margin:0 10px;}
1298
#tabButton .tabButton2 a,
1299
#tabButton .tabButton2 span{display:block;}
1300
 
1301
#tabButton .tabButton2 a{
1302
	color:#333;
1303
	text-decoration:none;
1304
 
1305
	cursor:pointer;
1306
	background:url(../images/tab2-btn-hor-bar.png) repeat-x;
458 rajveer 1307
}
539 rajveer 1308
 
1309
#tabButton .tabButton2 a span{
1310
	margin-left:-10px;
1311
	background:url(../images/tab2-btn-left.png) no-repeat;
458 rajveer 1312
}
1313
 
539 rajveer 1314
#tabButton .tabButton2 a span span{
1315
	margin-right:-10px;
1316
	background:url(../images/tab2-btn-right.png) no-repeat top right;	
1317
 
1318
	padding:2px 18px 0 28px;
1319
	height:22px;
458 rajveer 1320
}
1321
 
539 rajveer 1322
#tabButton .tabButton2 a:hover,
1323
#tabButton .tabButton2 a#activeTab{
1324
	color:#333;
1325
	text-decoration:none;
1326
	background:url(../images/tab2-btn-hor-bar.png) repeat-x 0 -24px;
458 rajveer 1327
}
539 rajveer 1328
#tabButton .tabButton2 a:hover span,
1329
#tabButton .tabButton2 a#activeTab span{
1330
	background:url(../images/tab2-btn-left.png) no-repeat 0 -24px;
1331
}
1332
#tabButton .tabButton2 a:hover span span,
1333
#tabButton .tabButton2 a#activeTab span span{
1334
	background:url(../images/tab2-btn-right.png) no-repeat 100% -24px;
1335
}
462 rajveer 1336
 
539 rajveer 1337
/*___ Common Classes ___*/
1338
.clearBoth{clear:both;}
1339
.floatLeft{float:left;}
1340
.floatRight{float:right;}
1341
.bold{font-weight:bold;}
1342
.lineHeight_10px{line-height:4px;}
1343
.noBorder{border:none;}
462 rajveer 1344
 
539 rajveer 1345
#noScript{
1346
	width:940px;
1347
	margin:20px auto;
1348
	padding:30px 20px;
1349
	font-size:18px;
1350
	color:#cc0000;
1351
	text-align:center;
1352
	background:#FDFCDC;
1353
	border:2px solid #F1EDC2;
1354
}
462 rajveer 1355
 
539 rajveer 1356
.padding_topbottom{
1357
	padding: 19px 0 18px; 
1358
}
1359
.noBold{font-weight:normal;}