Subversion Repositories SmartDukaan

Rev

Rev 12306 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
794 rajveer 1
/*___ Wrapper ___*/
926 rajveer 2
 
3
ul.product-description li{
4
        overflow: hidden;
5
        white-space: nowrap;
6
        width: 100%;
7
}
794 rajveer 8
#wrapper{
4017 rajveer 9
	width:712px;
794 rajveer 10
	float:left;
11
}
12
 
13
#colorselector {
14
	font-size:12px;
15
	font-weight:normal;
16
    border: 1px solid #cfcfcf;
17
    vertical-align: middle;
18
    background-color: transparent;
19
}
20
 
21
option {
22
    border-bottom: 1px solid #ebdac0;
23
    border-right: 1px solid #d6bb86;
24
    border-left: 1px solid #d6bb86;
25
}
26
option:hover {
27
    cursor: pointer;
28
}
29
 
30
/*___ home page ___*/
5145 phani.kuma 31
#products{
794 rajveer 32
	background:#fff;
33
}
34
#productBanner{width:736px;}
35
 
36
#products #bestDeals, 
37
#products #latestArrivals,
38
#products #bestSellers{
5145 phani.kuma 39
  padding: 20px;
794 rajveer 40
}
41
 
42
/*** Ebizon changes for h1 ****/
43
 
44
.block-title{
45
	float:left;
46
	border-bottom:1px solid #ccc;
47
        width:100%;
48
}
49
.block-title a{
50
float:right;
51
 margin-top: 1px;
52
}
53
/*   -end  Ebizon changes for h1-  */
54
 
55
#products h1{
56
	color:#E47911;
57
	font-size:18px;
58
	padding-bottom:2px;
5145 phani.kuma 59
	float:left;
794 rajveer 60
}
61
#products h1 a{
62
	font-size:11px;
63
	margin:0 0 0 15px;
64
	padding:0;
5145 phani.kuma 65
	float:right;
66
	margin: 4px 0px 0px 0px;
794 rajveer 67
}
68
#products .productItem{
69
	float:left;
4126 varun.gupt 70
	width:161px;
794 rajveer 71
	line-height:18px;
72
}
73
#products .productItem .productImg{
3830 chandransh 74
	height:130px;
794 rajveer 75
	margin-bottom:5px;
4126 varun.gupt 76
	text-align: center;
794 rajveer 77
}
4126 varun.gupt 78
#products .productItem .productImg img	{
79
	margin-top: 8px;
794 rajveer 80
}
4132 rajveer 81
 
5175 phani.kuma 82
.productItem .offer {
5145 phani.kuma 83
	background: url(/images/IconOfferPack_ProdList.png) no-repeat scroll 0 0 transparent;
84
	height: 43px;
85
	width: 43px;
86
	margin-top: 8px;
87
	margin-left: 5px;
4132 rajveer 88
} 
89
 
794 rajveer 90
#products .productItem .productDetails{
4126 varun.gupt 91
	height:125px;
92
	padding-left: 13px;
794 rajveer 93
}
4126 varun.gupt 94
 
5145 phani.kuma 95
.nomargin {
5171 phani.kuma 96
	margin: 0px !important;
5145 phani.kuma 97
}
98
 
794 rajveer 99
/** Ebizon changes provide class name "inside-content" for inline css **/
100
#products .productDetails .inside-content {
101
  padding-bottom: 5px;
102
}  
103
#products .productItem .productDetails .title{
104
	font-weight:bold;
105
	line-height:14px;
5145 phani.kuma 106
  padding-bottom: 10px;
794 rajveer 107
}
108
#products .productItem .productDetails .originalPrice{
109
	text-decoration:line-through;
110
	font-size:11px;
111
}
112
#products .productItem .productDetails .newPrice{
113
	color:#990000;
114
	font-weight:bold;
115
	line-height:8px;
116
	padding:2px 0 4px 0;
117
}
118
#products .productItem .productDesp{
119
	font-size:11px;
120
	line-height:16px;
3830 chandransh 121
	padding-bottom:2px;
794 rajveer 122
}
123
#products .productItem .productDesp ul{list-style:none;}
124
#products .spacing{
125
	float:left;
126
	width:32px;
127
	height:285px;
128
}
129
 
130
/*___ Product Category ___*/
131
#productHeading2{
132
	margin:11px 0 6px 0;
133
	font-size:24px;
134
	color:#000;
135
}
136
 
137
/*___ Product Category : Product List ___*/
138
#productCat .top{
139
	line-height:5px;
140
	background:#fff;
141
}
142
#productCat .top .left{
143
	float:left;
144
	width:174px;
145
	background:#efeff0;
146
}
147
#productCat .top .right{
148
	float:right;
149
	width:5px;
1413 vikas 150
	background: url(../images/product-sprite.png) no-repeat top right 0 -624px;
794 rajveer 151
}
152
#productCat .bottom{
153
	line-height:5px;
154
	background:#fff;
155
}
156
#productCat .bottom .left{
157
	background: url(../images/product-cat-bottom-left.jpg) no-repeat;
158
}
159
#productCat .bottom .right{
1413 vikas 160
	background: url(../images/product-sprite.png) no-repeat top right 0 -514px;
794 rajveer 161
}
162
 
163
#productCat .middle .content{
164
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
165
	min-height:1000px;
166
}
167
#productCat #productList{
168
	float:left;
4017 rajveer 169
	width:535px;
794 rajveer 170
	margin-left:1px;
171
}
172
 
173
#productList .productListTop,
174
#productListing .productListTop{
5145 phani.kuma 175
	padding: 10px 16px 3px 16px;
794 rajveer 176
	color:#333333;
177
	border-bottom:1px solid #ccc;
178
}
179
#productList .productListBottom,
180
#productListing .productListBottom{
181
	margin-top:-10px;
182
	padding:10px 16px 12px 16px;
183
	color:#333333;
184
	border-top:1px solid #ccc;
185
}
186
#productList .productListTop .productListHeading{
187
	float:left;
188
	color:#000;
189
	font-size:18px;
190
	font-weight:bold;
191
}
192
#productList .productListTop .productListResult{
193
	float:left;
194
	font-size:11px;
195
}
196
#productList #otherTabContent .productListTop .productListResult,
197
#productListing .productListTop .productListResult{
198
	float:right;
199
	margin-right:15px;
200
}
201
 
202
#productListing .productListTop .productListResult{font-size:11px;}
203
 
204
#productList #otherTabContent .productListTop .productListResult .resultLimit,
205
#productListing .productListTop .productListResult .resultLimit{
206
	color:#333;
207
	font-size:11px;
208
	font-weight:normal
209
}
210
#productList .productListTop .productListResult .resultLimit{
211
	color:#900;
212
	font-size:18px;
213
	font-weight:bold;
214
}
215
#productList .productListTop .productListResult .style1{font-weight:bold;}
216
 
217
#productList .pagination1,
218
#productList .pagination2,
219
#productListing .pagination2{
220
	float:right;
221
	font-size:11px;
222
	text-align:right;
223
}
224
 
225
#productList .pagination1 .prev,
226
#productList .pagination2 .prev,
227
#productListing .pagination2 .prev{margin-right:10px;}
228
 
229
#productList .pagination1 .next,
230
#productList .pagination2 .next,
231
#productListing .pagination2 .next{margin-left:10px;}
232
 
233
#productList .pagination1 a, 
234
#productList .pagination2 a, 
235
#productListing .pagination2 a, 
236
#productList .pagination1 span,
237
#productList .pagination2 span,
238
#productListing .pagination2 span{margin:0 1px; padding:0 1px;}
239
 
240
#productList .pagination1 span,
241
#productList .pagination2 span,
242
#productListing .pagination2 span{color:#666;}
243
 
244
#productListCenter2 .floatLeft,
3830 chandransh 245
#productListing .floatLeft{padding-left:60px;}
794 rajveer 246
#productListCenter2 .floatRight,
3830 chandransh 247
#productListing .floatRight{padding-right:60px;}
794 rajveer 248
 
249
#productList .productItem,
6949 amit.gupta 250
#productListing .productItem, #searchResultContent .productItem{
794 rajveer 251
	position:relative;
3830 chandransh 252
	margin:16px 3px 16px 3px;
794 rajveer 253
	width:249px;
254
}
255
 
6953 amit.gupta 256
#productList .productItem .offer-image, #searchResultContent .productItem .offer-image,
4151 rajveer 257
#productListing .productItem .offer-image{
4147 rajveer 258
	position:absolute; 
259
	left:50px;
260
}
261
 
6949 amit.gupta 262
#productList .productItem .productImg, #searchResultContent .productItem .productImg,
794 rajveer 263
#productListing .productItem .productImg{
264
	float:left;
265
	width:90px;
266
	height:184px;
267
}
6949 amit.gupta 268
#productList .productItem .productImg .newIcon, #searchResultContent .productItem .productImg .newIcon,
794 rajveer 269
#productListing .productItem .productImg .newIcon{
270
	position:absolute;
271
	top:-10px;
272
	left:-10px;
273
	width:38px;
274
	height:38px;
275
	background:url(../images/new-icon.png) no-repeat;
276
}
277
 
6949 amit.gupta 278
#productList .productItem .productDetails, #searchResultContent .productItem .productDetails,
794 rajveer 279
#productListing .productItem .productDetails{
280
	float:left;
281
	margin-left:10px;
282
	width:149px;
283
	height:189px;
284
}
285
#productList .productItem .title,
286
#productListing .productItem .title{
287
	margin-bottom:8px;
288
	font-weight:bold;
289
	line-height:14px;
290
}
6949 amit.gupta 291
#productList .productItem .productDetails .originalPrice, #searchResultContent .productItem .productDetails .originalPrice,
794 rajveer 292
#productListing .productItem .productDetails .originalPrice{
293
	text-decoration:line-through;
294
	font-size:11px;
295
}
6949 amit.gupta 296
#productList .productItem .productDetails .newPrice,#searchResultContent .productItem .productDetails .newPrice,
794 rajveer 297
#productListing .productItem .productDetails .newPrice{
298
	color:#990000;
299
	font-weight:bold;
300
	padding:2px 0 10px 0;
301
}
6949 amit.gupta 302
#productList .productItem .productDesp, #searchResultContent .productItem .productDesp
794 rajveer 303
#productListing .productItem .productDesp{
304
	margin-bottom:8px;
305
	font-size:11px;
306
	line-height:18px;
307
}
6949 amit.gupta 308
#productList .productItem .productDesp ul, #searchResultContent .productItem .productDesp ul
794 rajveer 309
#productListing .productItem .productDesp ul{list-style:none;}
310
 
311
/*___ Product Category : Multifaceted Search ___*/
312
#multifacetedSearch{
313
	float:left;
314
	width:172px;
315
	padding:10px 0;
316
	line-height:18px;
317
}
318
#multifacetedSearch h2{
319
	margin:0 0 8px 10px;
320
	font-size:14px;
321
	font-weight:bold;
322
	color:#333;
323
}
324
#currentFilters{
325
	padding:0 0 10px 20px;
326
	background:url(../images/filter-divider.gif) repeat-x bottom left;
327
}
328
 
329
#currentFilters .sectionHeader{
330
	font-size:12px;
331
	font-weight:bold;
332
	color:#666;
333
}
334
#currentFilters .filterOption{
335
	font-size:11px;
336
	color:#333;
337
}
338
#currentFilters .filterOption ul{list-style:none;}
339
#currentFilters div.filterContent{margin-left:30px;}
340
#currentFilters .filterClose{
341
	font-size:9px;
342
	font-weight:bold;
343
}
344
 
345
#filterBy .bottomBorder{
346
	background:url(../images/filter-divider.gif) repeat-x top left;
347
}
348
 
349
#filterBy .filterHeading{
350
	cursor:pointer;
351
	margin:8px 0 18px 0;
6866 amit.gupta 352
	padding:8px 0 6px 5px;
794 rajveer 353
	background:url(../images/filter-divider.gif) repeat-x top left;
354
}
355
#filterBy .filterArrow{
356
	float:left;
357
	margin:6px 6px 0 0;
951 vikas 358
    background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -10px;
794 rajveer 359
	width:11px;
360
	height:7px;
361
}
362
#filterBy .filterArrowRotate{
363
	float:left;
364
	margin:5px 6px 0 0;
951 vikas 365
    background:transparent url(../images/spriteme1.png) no-repeat scroll -10px -17px;
794 rajveer 366
	width:11px;
367
	height:11px;
368
}
369
 
370
#filterBy .sectionHeader{
371
	float:left;
372
	font-size:12px;
373
	font-weight:bold;
374
	color:#666;
375
}
376
#filterBy .filterOption{
377
	clear:both;
6866 amit.gupta 378
	margin:0 0 25px 6px;
379
	max-height: 200px;
380
	overflow-y: auto;
794 rajveer 381
}
382
 
383
#filterBy .filterOption ul{list-style:none;}
384
#filterBy .filterOption input{float:left;}
385
#filterBy .filterOption .clearLine{
386
	clear:both;
387
	margin-bottom:5px;
388
}
389
 
6866 amit.gupta 390
#filterBy .filterOption input{margin:3px 2px 0 0;}
794 rajveer 391
 
392
#filterBy .filterOption label{
393
	display:block;
394
	margin-bottom:5px;
395
	clear:both;
396
	color:#0066cc;
397
	padding:7px 0;
398
}
399
#filterBy .filterOption label a{margin:0;}
400
#filterBy .filterOption .noColor{
401
	margin-left:4px;
402
	color:#666;
403
}
404
 
405
#filterBy #priceSlider{padding-top:10px;}
406
#filterBy #priceSlider #slider-range{
407
	margin:0 auto;
408
	width:120px;
409
}
410
#filterBy #priceSlider #priceRange1,
411
#filterBy #priceSlider #priceRange2{
412
	float:left;
413
	position:relative;
414
	color:#666;
415
}
416
#filterBy #priceSlider #priceRange1{margin-left:5px;}
417
#filterBy #priceSlider #priceRange2{margin-left:-22px;}
418
 
419
/*___ Search Result ___*/
420
#pageTitleBox{margin-left:-15px;}
421
#errorMsg{
422
	font-size:14px;
423
	color:#990000;
424
}
425
#errorMsg a{font-weight:bold;}
426
#resultFound{
427
	padding:5px 0;
428
	font-size:12px;
429
	font-weight:bold;
430
}
431
#resultFound .normalColor{color:#333;}
432
#resultFound .redColor{color:#900;}
433
#relatedSearches{
434
	color:#666;
435
	font-size:11px;
436
	line-height:14px;
437
}
438
#searchResult .top{
439
	line-height:5px;
440
	background:#fff;
441
}
442
#searchResult .top .left{
443
	float:left;
444
	width:174px;
445
	background:url(../images/search-result-top-left.gif) no-repeat;
446
}
447
#searchResult .top .right{
448
	float:right;
449
	width:10px;
450
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
451
}
452
#searchResult .bottom{
453
	line-height:5px;
454
	background:#fff;
455
}
456
#searchResult .bottom .left{
457
	background: url(../images/product-cat-bottom-left.jpg) no-repeat;
458
}
459
#searchResult .bottom .right{
460
	background: url(../images/product-detail-bottom-right.jpg) no-repeat top right;
461
}
462
 
463
#searchResult .middle .content{
464
	background:#fff url(../images/grey-ver-bar.gif) repeat-y;
465
	min-height:1000px;
466
}
467
#searchResult #searchResultContent{
468
	float:left;
4017 rajveer 469
	width:535px;
794 rajveer 470
	margin-left:1px;
471
}
472
#searchResult .productListTop{
473
	padding:10px 16px 12px 16px;
474
	color:#333333;
475
	border-bottom:1px solid #ccc;
476
}
477
#searchResult .productListBottom{
478
	margin-top:-10px;
479
	padding:10px 16px 12px 16px;
480
	color:#333333;
481
	border-top:1px solid #ccc;
482
}
483
#searchResult .productListTop .productListHeading{
484
	float:left;
485
	color:#000;
486
	font-size:18px;
487
	font-weight:bold;
488
}
489
#searchResult .productListTop .productListResult{
490
	float:left;
491
	font-size:11px;
492
}
493
 
494
#searchResult .productListTop .productListResult .resultLimit{
495
	color:#900;
496
	font-size:18px;
497
	font-weight:bold;
498
}
499
#searchResult .productListTop .productListResult .style1{font-weight:bold;}
500
 
501
#searchResult .pagination1{
502
	float:right;
503
	font-size:11px;
504
	text-align:right;
505
}
506
 
507
#searchResult .pagination1 .prev{margin-right:10px;}
508
#searchResult .pagination1 .next{margin-left:10px;}
509
 
510
#searchResult .pagination1 a,
511
#searchResult .pagination1 span{margin:0 1px; padding:0 1px;}
512
 
513
#searchResult .pagination1 span{color:#666;}
514
 
6973 amit.gupta 515
#searchResult .pagination1.moveTop,#browseContent .pagination1.moveTop{margin-top:-12px;}
516
#searchResult #sortBy, #browseContent #sortBy {
794 rajveer 517
	float:right;
518
	margin:-12px 0 -10px 0;
519
	font-size:11px;
520
	color:#333;
521
	text-align:right;
522
}
6973 amit.gupta 523
#searchResult #sortBy a.active, #browseContent #sortBy a.active{
794 rajveer 524
	color:#666666;
525
	font-weight:bold;
526
	text-decoration:none;
527
}
528
 
529
#searchResult #productListCenter{padding:10px 0;}
3830 chandransh 530
#searchResult #productListCenter .productItem{margin:10px 0 10px 0px;}
794 rajveer 531
 
532
#searchResult #productListCenter .productItem .productPrice .originalPrice{
533
	text-decoration:line-through;
534
	font-size:11px;
535
}
536
#searchResult #productListCenter .productItem .productPrice .newPrice{
537
	color:#990000;
538
	font-weight:bold;
539
	line-height:8px;
540
	padding:2px 0 10px 0;
541
}
542
#searchResult #productListCenter .productItem .productDetailsIcon{
543
	float:left;
544
	margin-left:15px;
545
	width:65px;
546
}
547
#searchResult #productListCenter .searchResultBorder{
548
	line-height:10px;
549
	background:url(../images/search-result-border.jpg) no-repeat 0 50%;
550
}
551
 
552
 
553
/*___ Product Listing, Contact Us ___*/
554
#productListing .top,
555
#contactUs .top,
556
#forgetPass .top{background: #fff;}
557
 
558
#productListing .top .left,
559
#contactUs .top .left,
560
#forgetPass .top .left{background: url(../images/product-detail-top-left.jpg) no-repeat;}
561
 
562
#productListing .top .right,
563
#contactUs .top .right,
564
#forgetPass .top .right{
565
	line-height:5px;
566
	background: url(../images/product-detail-top-right.jpg) no-repeat top right;
567
}
568
 
569
#productListing .bottom,
570
#contactUs .bottom,
571
#forgetPass .bottom{background: #fff;}
572
 
573
#productListing .bottom .left,
574
#contactUs .bottom .left,
575
#forgetPass .bottom .left{background: url(../images/product-detail-bottom-left.jpg) no-repeat bottom left;}
576
 
577
#productListing .bottom .right,
578
#contactUs .bottom .right,
579
#forgetPass .bottom .right{
580
	line-height:5px;
581
	background: url(../images/product-detail-bottom-right.jpg) no-repeat bottom right;
582
}
583
 
584
#productListing .middle .content,
585
#contactUs .middle .content,
586
#forgetPass .middle .content{
587
	min-height:1000px;
588
	background: #fff;
589
}
590
 
591
/*___ Contact Us & forget password ___*/
592
#contactUs .middle .content{
593
	padding:20px 0;	
594
}
595
 
596
#forgetPass .middle .content{padding:20px 40px;}
597
 
598
#contactUs .imgTextBox,
599
#forgetPass .imgTextBox {
600
	height:27px;
601
	background:url(../images/textbox2-hor-bar.jpg) repeat-x;
602
}
603
 
604
#contactUs .imgTextBox .left,
605
#forgetPass .imgTextBox .left{background:url(../images/textbox2-left.jpg) no-repeat;}
606
 
607
#contactUs .imgTextBox .right,
608
#forgetPass .imgTextBox .right{padding:0 5px; background:url(../images/textbox2-right.jpg) no-repeat top right; min-height:27px;}
609
 
610
#contactUs .imgTextBox .textbox,
611
#forgetPass .imgTextBox .textbox{
612
	padding:4px 0;
613
	font-size:14px;
614
	border:none;
615
	background:none;
616
}
617
 
618
#contactUs .imgTextBox .textbox{width:100%;}
619
#forgetPass .imgTextBox .textbox{width:100%;}
620
 
621
#contactUs .imgTextBox.floatLeft{width:312px;}
622
#contactUs dl{margin:20px 0;}
623
#contactUs dt{
624
	padding:0 0 2px 50px;
625
	color:#666;
626
	border-bottom:1px solid #ccc;
627
}
628
#contactUs dd{
629
	margin:10px 0 30px 50px; 
630
	width:485px;
631
}
632
#contactUs dt.noBorder{border:none;}
633
#contactUs .style1{
634
	float:right;
635
	margin-left:10px;
636
	width:160px;
637
	font-size:11px;
638
	line-height:15px;
639
	color:#666;
640
}
641
#contactUs textarea{
642
	width:100%;
643
	height:150px;
644
}
645
 
646
#forgetPass dt{
647
	padding:0 0 2px 50px;
648
	color:#666;
649
}
650
#forgetPass dd{
651
	margin:10px 0 30px 50px;
652
	width:300px;
653
}
654
#forgetPass .spacing{margin-top:20px;}
6866 amit.gupta 655
 
656
 
657
#filterByTalkTime {
658
 
659
}
660
.filterOption li.zero_count, a.zero_count {
661
	color:grey;
662
}
663
.filterOption li.checked,  {
664
	font-weight:bold; 
665
}
666
 
667
a.mk_bold.mk_subcategory:hover,a.zero_count:hover {
668
	text-decoration:none;
669
}
670
a.zero_count:hover {
671
	color:grey;
672
}
673
 
674
ul.sub-category {
675
	padding-left: 6px;	
12293 amit.gupta 676
}
677
 
678
 
679
.awesome,.awesome:visited {
12296 amit.gupta 680
	background: #222;
12293 amit.gupta 681
	display: inline-block;
12307 amit.gupta 682
	padding: 6px 5px 6px;
12293 amit.gupta 683
	color: #fff;
684
	text-decoration: none;
685
	-moz-border-radius: 5px;
686
	-webkit-border-radius: 5px;
687
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
688
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
689
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
690
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
691
	position: relative;
692
	cursor: pointer;
693
}
694
 
695
.awesome:hover {
696
	background-color: #111;
697
	color: #fff;
12302 amit.gupta 698
	text-decoration:none;
12293 amit.gupta 699
}
700
 
701
.awesome:active {
702
	top: 1px;
703
}
704
 
705
.small.awesome,.small.awesome:visited {
706
	font-size: 11px;
707
}
708
 
709
.awesome,.awesome:visited,.medium.awesome,.medium.awesome:visited {
710
	font-size: 13px;
711
	font-weight: bold;
712
	line-height: 1;
713
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
714
}
715
 
716
.large.awesome,.large.awesome:visited {
717
	font-size: 14px;
718
	padding: 8px 14px 9px;
719
}
720
 
721
.green.awesome,.green.awesome:visited {
722
	background-color: #91bd09;
723
}
724
 
725
.green.awesome:hover {
726
	background-color: #749a02;
727
}
728
 
729
.blue.awesome,.blue.awesome:visited {
730
	background-color: #2daebf;
731
}
732
 
733
.blue.awesome:hover {
734
	background-color: #007d9a;
735
}
736
 
737
.red.awesome,.red.awesome:visited {
738
	background-color: #e33100;
739
}
740
 
741
.red.awesome:hover {
742
	background-color: #872300;
743
}
744
 
745
.magenta.awesome,.magenta.awesome:visited {
746
	background-color: #a9014b;
747
}
748
 
749
.magenta.awesome:hover {
750
	background-color: #630030;
751
}
752
 
753
.orange.awesome,.orange.awesome:visited {
754
	background-color: #ff5c00;
755
}
756
 
757
.orange.awesome:hover {
758
	background-color: #d45500;
759
}
760
 
12304 amit.gupta 761
.grey.awesome,.grey.awesome:visited {
762
	background-color: #F6F6F6;
12303 amit.gupta 763
	color:red;
764
}
765
 
766
.grey.awesome:hover {
12306 amit.gupta 767
	background-color: lightgrey;
12303 amit.gupta 768
	color-red;
769
}
770
 
12293 amit.gupta 771
.yellow.awesome,.yellow.awesome:visited {
772
	background-color: #ffb515;
773
}
774
 
775
.yellow.awesome:hover {
776
	background-color: #fc9200;
6866 amit.gupta 777
}