Subversion Repositories SmartDukaan

Rev

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