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