cloudhead-less 0.8.12 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. data/README.md +10 -1
  2. data/Rakefile +21 -2
  3. data/VERSION +1 -1
  4. data/bin/lessc +0 -8
  5. data/less.gemspec +48 -15
  6. data/lib/less/command.rb +24 -25
  7. data/lib/less/engine/builder.rb +13 -0
  8. data/lib/less/engine/less.tt +379 -0
  9. data/lib/less/engine/nodes/element.rb +153 -0
  10. data/lib/less/engine/nodes/entity.rb +59 -0
  11. data/lib/less/engine/nodes/function.rb +61 -0
  12. data/lib/less/engine/nodes/literal.rb +132 -0
  13. data/lib/less/engine/nodes/property.rb +120 -0
  14. data/lib/less/engine/nodes/selector.rb +39 -0
  15. data/lib/less/engine/nodes.rb +8 -0
  16. data/lib/less/engine/parser.rb +3854 -0
  17. data/lib/less/engine.rb +42 -139
  18. data/lib/less.rb +65 -10
  19. data/spec/command_spec.rb +2 -6
  20. data/spec/css/accessors-1.0.css +20 -0
  21. data/spec/css/big-1.0.css +3770 -0
  22. data/spec/css/comments-1.0.css +11 -0
  23. data/spec/css/css-1.0.css +40 -0
  24. data/spec/css/functions-1.0.css +8 -0
  25. data/spec/css/import-1.0.css +13 -0
  26. data/spec/css/mixins-1.0.css +30 -0
  27. data/spec/css/operations-1.0.css +30 -0
  28. data/spec/css/rulesets-1.0.css +19 -0
  29. data/spec/css/scope-1.0.css +16 -0
  30. data/spec/css/strings-1.0.css +14 -0
  31. data/spec/css/variables-1.0.css +7 -0
  32. data/spec/css/whitespace-1.0.css +11 -0
  33. data/spec/engine_spec.rb +66 -18
  34. data/spec/less/accessors-1.0.less +20 -0
  35. data/spec/less/big-1.0.less +4810 -0
  36. data/spec/less/colors-1.0.less +0 -0
  37. data/spec/less/comments-1.0.less +46 -0
  38. data/spec/less/css-1.0.less +82 -0
  39. data/spec/less/exceptions/mixed-units-error.less +0 -0
  40. data/spec/less/exceptions/name-error-1.0.less +0 -0
  41. data/spec/less/exceptions/syntax-error-1.0.less +0 -0
  42. data/spec/less/functions-1.0.less +6 -0
  43. data/spec/less/import/import-test-a.less +2 -0
  44. data/spec/less/import/import-test-b.less +8 -0
  45. data/spec/less/import/import-test-c.less +5 -0
  46. data/spec/less/import-1.0.less +7 -0
  47. data/spec/less/mixins-1.0.less +43 -0
  48. data/spec/less/operations-1.0.less +39 -0
  49. data/spec/less/rulesets-1.0.less +30 -0
  50. data/spec/less/scope-1.0.less +33 -0
  51. data/spec/less/strings-1.0.less +14 -0
  52. data/spec/less/variables-1.0.less +16 -0
  53. data/spec/less/whitespace-1.0.less +21 -0
  54. data/spec/spec.css +81 -23
  55. data/spec/spec.less +3 -4
  56. data/spec/spec_helper.rb +4 -1
  57. metadata +46 -13
  58. data/lib/less/tree.rb +0 -82
  59. data/spec/css/less-0.8.10.css +0 -30
  60. data/spec/css/less-0.8.11.css +0 -31
  61. data/spec/css/less-0.8.12.css +0 -28
  62. data/spec/css/less-0.8.5.css +0 -24
  63. data/spec/css/less-0.8.6.css +0 -24
  64. data/spec/css/less-0.8.7.css +0 -24
  65. data/spec/css/less-0.8.8.css +0 -25
  66. data/spec/tree_spec.rb +0 -5
@@ -0,0 +1,3770 @@
1
+ /* Generated with Less 1.0.0 */
2
+
3
+ html { background: #1F9EC9; }
4
+ #doc4 {
5
+ color: #333333;
6
+ min-width: 974px;
7
+ }
8
+ #bd { background: #FFFFFF; }
9
+ #yui-main { padding-top: .5em; }
10
+ #cs-main { margin: 0 .5em; }
11
+ .yui-t6 .yui-b { margin-right: .5em; }
12
+ #moreHoods { display: block; }
13
+ .js #location-navigation-form .form-submit { display: none; }
14
+ .js #business-listing-form .form-submit { display: none; }
15
+ .js #detailTabs ul { display: none; }
16
+ .js #detailsEnhanced #addTags { display: none; }
17
+ .js #locationSearchList { display: none; }
18
+ .js #moreHoods { display: none; }
19
+ #navListLeft { display: none; }
20
+ .js #navListLeft { display: block; }
21
+ .grey { color: #666666; }
22
+ .light-grey { color: #CCCCCC; }
23
+ .centerText { text-align: center; }
24
+ .rightFloat {
25
+ float: right;
26
+ display: inline;
27
+ }
28
+ .leftFloat {
29
+ float: left;
30
+ display: inline;
31
+ }
32
+ .inline { display: inline; }
33
+ .hide { display: none; }
34
+ .clear {
35
+ clear: both;
36
+ height: 0;
37
+ width: 0;
38
+ margin: 0;
39
+ padding: 0;
40
+ }
41
+ .zeroOut {
42
+ margin: 0;
43
+ padding: 0;
44
+ }
45
+ .pad { padding-top: .75em; }
46
+ .indent { padding-left: .5em; }
47
+ div.c1 { text-align: center; }
48
+ .bigText { font-size: 123%; }
49
+ .warning { color: red; }
50
+ .separator {
51
+ display: inline;
52
+ overflow: hidden;
53
+ width: 0;
54
+ padding: 0;
55
+ border-left: 1px solid #6ACBE8;
56
+ border-right: 1px solid #FFFFFF;
57
+ }
58
+ .loading { background: url("http://static.csimg.com/img/loaders/cs-largeLoader.20081130.1.gif") no-repeat 50% 50%; }
59
+ .formThrobbing { background: #FFFFFF url("http://static.csimg.com/img/single/cs-smallBlueLoader.20081130.1.gif") no-repeat 99% 50%; }
60
+ div.messages {
61
+ margin: .5em;
62
+ padding: .5em;
63
+ line-height: 150%;
64
+ }
65
+ div.messages .title {
66
+ font-weight: bold;
67
+ font-size: 153.9%;
68
+ }
69
+ div.messages ul {
70
+ padding-left: 1em;
71
+ list-style: none;
72
+ }
73
+ div.error {
74
+ background: #FACC4C;
75
+ border: 1px solid #E4AD05;
76
+ color: #A05218;
77
+ }
78
+ div.error li {
79
+ list-style: none;
80
+ background: url("http://static.csimg.com/v2/img/icon-error.png") no-repeat left;
81
+ padding-left: 24px;
82
+ line-height: 24px;
83
+ }
84
+ div.status {
85
+ background: #AAD08C url("http://static.csimg.com/v2/img/background-success.gif") repeat-x top;
86
+ border: 1px solid #84B858;
87
+ color: #466428;
88
+ padding: 5px;
89
+ }
90
+ div.status li {
91
+ list-style: none;
92
+ background: url("http://static.csimg.com/v2/img/icon-success.png") no-repeat left;
93
+ padding-left: 24px;
94
+ line-height: 24px;
95
+ }
96
+ .cs-blue-fade {
97
+ border: 1px solid #B6E6F3;
98
+ background: #E6F7FB url("http://static.csimg.com/v2/img/cs-blueFadeUpBG.gif") repeat-x bottom left;
99
+ padding: .5em;
100
+ color: #1A85A8;
101
+ font-size: 12px;
102
+ margin: .5em;
103
+ }
104
+ .cs-blue-fade p { padding: .5em 0; }
105
+ .cs-blue-fade img {
106
+ padding: 0 1em 0 0;
107
+ float: left;
108
+ }
109
+ .cs-green-solid {
110
+ border: 4px solid #BDD685;
111
+ background: #E2EDC9;
112
+ padding: 1em;
113
+ color: #647836;
114
+ font-size: 12px;
115
+ margin: .5em;
116
+ }
117
+ .cs-green-solid .pricing {
118
+ font-size: 9px;
119
+ margin: 0 .5em;
120
+ float: left;
121
+ width: 40%;
122
+ }
123
+ .cs-green-solid .pricing-top { font-size: 11px; }
124
+ .cs-green-solid .pricing-top span {
125
+ font-size: 31px;
126
+ color: #3C3C3C;
127
+ }
128
+ .cs-green-solid .pricing-bottom {
129
+ height: 50px;
130
+ width: 78px;
131
+ background: url("http://static.csimg.com/v2/img/cs-cta-pricing.png") no-repeat bottom left;
132
+ margin: ;
133
+ }
134
+ h1 {
135
+ font-size: 153.9%;
136
+ font-weight: bold;
137
+ color: #166C89;
138
+ }
139
+ h2 {
140
+ font-size: 153.9%;
141
+ font-weight: bold;
142
+ color: #166C89;
143
+ }
144
+ h3 {
145
+ font-size: 153.9%;
146
+ font-weight: bold;
147
+ color: #166C89;
148
+ }
149
+ h4 {
150
+ font-size: 153.9%;
151
+ font-weight: bold;
152
+ color: #166C89;
153
+ }
154
+ h5 {
155
+ font-size: 153.9%;
156
+ font-weight: bold;
157
+ color: #166C89;
158
+ }
159
+ h2 { font-size: 123.1%; }
160
+ h3 {
161
+ color: #1F9EC9;
162
+ margin: .5em 0;
163
+ }
164
+ h4 { color: #666666; }
165
+ h5 {
166
+ text-transform: uppercase;
167
+ font-size: 116%;
168
+ color: #666666;
169
+ padding: 0;
170
+ margin: 0 .25em;
171
+ }
172
+ h6 {
173
+ color: #666666;
174
+ font-size: 100%;
175
+ font-weight: bold;
176
+ }
177
+ .subtitle { color: #999999; }
178
+ #homeMain #new h3 {
179
+ margin: 0;
180
+ padding: .2em 0 1em 0;
181
+ font-size: 100%;
182
+ color: #667B4C;
183
+ }
184
+ #mainHeader {
185
+ background: #1F9EC9;
186
+ padding: .5em;
187
+ border-bottom: 3px solid #5FC5E7;
188
+ }
189
+ .logo {
190
+ display: block;
191
+ text-indent: -9999em;
192
+ overflow: hidden;
193
+ width: 181px;
194
+ height: 26px;
195
+ background: url("http://static.csimg.com/img/cs-bigIconSprite.20090316.1.png") no-repeat 0 0;
196
+ float: left;
197
+ }
198
+ .tagline {
199
+ text-indent: -9999px;
200
+ overflow: hidden;
201
+ display: block;
202
+ float: left;
203
+ background: url("http://static.csimg.com/img/cs-bigIconSprite.20090316.1.png") no-repeat 0 -26px;
204
+ width: 160px;
205
+ height: 17px;
206
+ margin-top: .35em;
207
+ }
208
+ #userData {
209
+ color: #ACE1F2;
210
+ font-size: 93%;
211
+ font-weight: bold;
212
+ }
213
+ #userData ul {
214
+ padding: 0;
215
+ margin: 0;
216
+ }
217
+ #userData ul li {
218
+ float: right;
219
+ padding: .5em .5em;
220
+ }
221
+ #headerSearch {
222
+ background: #ACE1F2;
223
+ padding: .5em .5em .5em .4em;
224
+ color: #006581;
225
+ font-weight: bold;
226
+ font-size: 93%;
227
+ }
228
+ #headerSearch .item { float: left; }
229
+ #headerSearch .form-text {
230
+ padding-top: .4em;
231
+ padding-bottom: .4em;
232
+ padding-right: .4em;
233
+ width: auto;
234
+ background-color: #FFFFFF;
235
+ border: 1px solid #69C8E7;
236
+ }
237
+ #headerSearch span.item { padding: .45em .5em 0 .5em; }
238
+ #headerSearch .item .term { color: #156782; }
239
+ #headerSearch .item .location { padding-left: .5em; }
240
+ #headerSearch .termBG {
241
+ background: #FFFFFF url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -623px 2px;
242
+ border: 1px solid #69C8E7;
243
+ padding-left: 22px;
244
+ }
245
+ #headerSearch .form-submit {
246
+ float: left;
247
+ width: auto;
248
+ border-top: 1px solid #FF9933;
249
+ border-right: 1px solid #5FC5E7;
250
+ border-bottom: 1px solid #5FC5E7;
251
+ border-left: 1px solid #FF9933;
252
+ padding: .4em .5em .25em;
253
+ margin: 0 0 0 .5em;
254
+ color: #FFFFFF;
255
+ background: #FF9933;
256
+ -moz-border-radius: 2px;
257
+ -webkit-border-radius: 2px;
258
+ }
259
+ #headerSearch #changeLocField {
260
+ float: left;
261
+ padding-left: .5em;
262
+ }
263
+ #headerSearch #cancelButton {
264
+ display: block;
265
+ float: left;
266
+ font-size: 85%;
267
+ margin: .75em 0 0 .75em;
268
+ padding: 0;
269
+ }
270
+ #locationSearchList {
271
+ padding: .5em;
272
+ margin-top: -1px;
273
+ color: #333333;
274
+ background: #ACE1F2;
275
+ }
276
+ #locationSearchList img {
277
+ margin: 0 auto;
278
+ display: block;
279
+ }
280
+ #locationSearchList .cs-yellow-block {
281
+ border: 1px solid #FECD57;
282
+ margin: 0 0 .5em 0;
283
+ }
284
+ #locationSearchList .cs-blue-block {
285
+ border: 1px solid #B6E6F3;
286
+ margin: 0;
287
+ }
288
+ #locationSearchList ul {
289
+ margin: 0;
290
+ padding: .5em 0;
291
+ color: #7E7E7E;
292
+ }
293
+ #locationSearchList ul li {
294
+ padding: .25em 0;
295
+ width: 100%;
296
+ }
297
+ #whatsNearbyButton { float: right; }
298
+ #homeNavigation { background: #E9F3CF; }
299
+ #mainNavigation { background: #E9F3CF; }
300
+ #homeNavigation {
301
+ color: #5F8134;
302
+ font-size: 93%;
303
+ }
304
+ #homeNavigation a {
305
+ display: block;
306
+ padding: .65em .3em 0 0;
307
+ float: right;
308
+ color: #5F8134;
309
+ text-decoration: none;
310
+ }
311
+ #homeNavigation ul {
312
+ margin: 0;
313
+ padding: 0;
314
+ display: inline;
315
+ }
316
+ #homeNavigation ul li {
317
+ display: block;
318
+ padding: .65em .3em 0 0;
319
+ float: right;
320
+ }
321
+ #homeNavigation ul li a {
322
+ font-weight: bold;
323
+ display: inline;
324
+ float: none;
325
+ padding: 0;
326
+ }
327
+ #navBar ul {
328
+ padding: 0;
329
+ margin: 0 0 0 0;
330
+ }
331
+ #navBar ul li {
332
+ float: right;
333
+ display: inline;
334
+ }
335
+ #navBar ul li a {
336
+ display: block;
337
+ padding: 1em;
338
+ color: #5F8134;
339
+ font-weight: bold;
340
+ font-size: 93%;
341
+ text-decoration: none;
342
+ }
343
+ #navBar ul li a:hover {
344
+ color: #666666;
345
+ background: #FFFFFF;
346
+ }
347
+ #navBar ul li.current a {
348
+ color: #666666;
349
+ background: #FFFFFF;
350
+ }
351
+ #navBar .navBackground {
352
+ color: #666666;
353
+ background: #FFFFFF;
354
+ }
355
+ .lavaLamp {
356
+ position: relative;
357
+ overflow: hidden;
358
+ }
359
+ .lavaLamp li.navBackground {
360
+ z-index: 8;
361
+ position: absolute;
362
+ width: 0px;
363
+ }
364
+ .lavaLamp li a {
365
+ z-index: 10;
366
+ display: block;
367
+ position: relative;
368
+ overflow: hidden;
369
+ }
370
+ #navBar ul li.navSeparator {
371
+ border-left: 1px solid #C1DE74;
372
+ border-right: 1px solid #FFFFFF;
373
+ margin: .8em .5em 0 .5em;
374
+ display: inline;
375
+ width: 0px;
376
+ overflow: hidden;
377
+ }
378
+ #whereAmI h1 {
379
+ margin: 0;
380
+ padding: .65em 0 0 .5em;
381
+ color: #608235;
382
+ font-size: 123.1%;
383
+ float: left;
384
+ font-weight: bold;
385
+ }
386
+ #homeNavigation h1 {
387
+ margin: 0;
388
+ padding: .65em 0 0 .5em;
389
+ color: #608235;
390
+ font-size: 123.1%;
391
+ float: left;
392
+ font-weight: bold;
393
+ }
394
+ #whereAmI h2 {
395
+ margin: 0;
396
+ padding: .65em 0 0 .5em;
397
+ color: #608235;
398
+ font-size: 123.1%;
399
+ float: left;
400
+ font-weight: bold;
401
+ }
402
+ #homeNavigation h2 {
403
+ margin: 0;
404
+ padding: .65em 0 0 .5em;
405
+ color: #608235;
406
+ font-size: 123.1%;
407
+ float: left;
408
+ font-weight: bold;
409
+ }
410
+ #homeNavigation h1 {
411
+ padding: .65em 0 .65em .5em;
412
+ font-size: 100%;
413
+ font-weight: normal;
414
+ }
415
+ #homeNavigation h2 {
416
+ padding: .65em 0 .65em .5em;
417
+ font-size: 100%;
418
+ font-weight: normal;
419
+ }
420
+ #whereAmI h1 span { color: #666666; }
421
+ #whereAmI h2 span { color: #666666; }
422
+ #whereAmI h1 a {
423
+ color: #608235;
424
+ text-decoration: none;
425
+ }
426
+ #whereAmI h2 a {
427
+ color: #608235;
428
+ text-decoration: none;
429
+ }
430
+ #whereAmI a#changeLocation {
431
+ display: block;
432
+ float: left;
433
+ color: #608235;
434
+ font-size: 85%;
435
+ margin: 1.4em 0 0 .75em;
436
+ padding: 0;
437
+ }
438
+ #mainNavigation a#cancelButton {
439
+ display: block;
440
+ float: left;
441
+ color: #608235;
442
+ font-size: 85%;
443
+ margin: 1.4em 0 0 .75em;
444
+ padding: 0;
445
+ }
446
+ #homeNavigation a#cancelButton {
447
+ display: block;
448
+ float: left;
449
+ color: #608235;
450
+ font-size: 85%;
451
+ margin: 1.4em 0 0 .75em;
452
+ padding: 0;
453
+ }
454
+ #mainNavigation input {
455
+ float: left;
456
+ margin: .4em 0 0 .75em;
457
+ width: auto;
458
+ padding: .5em;
459
+ border: 1px solid #5F8134;
460
+ }
461
+ #homeNavigation input {
462
+ float: left;
463
+ margin: .4em 0 0 .75em;
464
+ width: auto;
465
+ padding: .5em;
466
+ border: 1px solid #5F8134;
467
+ }
468
+ #mainNavigation .form-submit {
469
+ width: auto;
470
+ border-top: 1px solid #FF9933;
471
+ border-right: 1px solid #608235;
472
+ border-bottom: 1px solid #608235;
473
+ border-left: 1px solid #FF9933;
474
+ padding: .4em .5em .4em;
475
+ color: #FFFFFF;
476
+ background: #FF9933;
477
+ }
478
+ #homeNavigation .form-submit {
479
+ width: auto;
480
+ border-top: 1px solid #FF9933;
481
+ border-right: 1px solid #608235;
482
+ border-bottom: 1px solid #608235;
483
+ border-left: 1px solid #FF9933;
484
+ padding: .4em .5em .4em;
485
+ color: #FFFFFF;
486
+ background: #FF9933;
487
+ }
488
+ .form-submit:hover { cursor: pointer; }
489
+ #breadcrumb {
490
+ border-bottom: 1px solid #E9E9E9;
491
+ padding: .8em 0;
492
+ margin: 0 .6em;
493
+ color: #6e6e6e;
494
+ font-size: 85%;
495
+ }
496
+ #breadcrumb a {
497
+ color: #6e6e6e;
498
+ text-decoration: none;
499
+ }
500
+ #breadcrumb a:hover { color: #333333; }
501
+ #hoodNavList {
502
+ border-bottom: 1px solid #E9E9E9;
503
+ background: #F8FBF0;
504
+ padding: .5em;
505
+ }
506
+ #moreHoods {
507
+ border-bottom: 1px solid #E9E9E9;
508
+ background: #F8FBF0;
509
+ padding: .5em;
510
+ }
511
+ #hoodNavList { border-top: 1px solid #D9EAB0; }
512
+ #navListLeft {
513
+ background: #FFFFFF;
514
+ border: 1px solid #D9EAB0;
515
+ position: relative;
516
+ }
517
+ .distance {
518
+ color: #7E7E7E;
519
+ font-size: 85%;
520
+ }
521
+ #hoodMap { height: 20em; }
522
+ a { color: #1F9EC9; }
523
+ a:hover { text-decoration: none; }
524
+ .cleanLinks a { text-decoration: none; }
525
+ .cleanLinks a:hover { text-decoration: underline; }
526
+ .greenLinks a { color: #557D33; }
527
+ .whiteLinks a { color: #FFFFFF; }
528
+ .darkBlueLinks a { color: #166C89; }
529
+ .pointer:hover { cursor: pointer; }
530
+ #hoodNavList a { color: #557D33; }
531
+ #moreHoods a { color: #557D33; }
532
+ #findLogin a {
533
+ float: right;
534
+ height: 34px;
535
+ width: 150px;
536
+ background: url("http://static.csimg.com/img/cs-homeSprite.20090410.1.png") no-repeat -458px -127px;
537
+ display: block;
538
+ }
539
+ #homeMain #ownText a { font-weight: bold; }
540
+ a#addBusinessButton {
541
+ background-image: url("http://static.csimg.com/img/cs-homeSprite.20090410.1.png");
542
+ background-repeat: no-repeat;
543
+ }
544
+ a#upgradeProfileButton {
545
+ background-image: url("http://static.csimg.com/img/cs-homeSprite.20090410.1.png");
546
+ background-repeat: no-repeat;
547
+ }
548
+ a#addBusinessButton {
549
+ display: block;
550
+ height: 42px;
551
+ width: 175px;
552
+ text-indent: -9999em;
553
+ background-position: -0 -28px;
554
+ float: left;
555
+ }
556
+ a#addBusinessButton:hover { background-position: -0 -75px; }
557
+ a#addBusinessButton .click { background-position: -0 -123px; }
558
+ a#upgradeProfileButton {
559
+ display: block;
560
+ height: 42px;
561
+ width: 165px;
562
+ text-indent: -9999em;
563
+ background-position: -181px -28px;
564
+ float: left;
565
+ }
566
+ a#upgradeProfileButton:hover { background-position: -181px -75px; }
567
+ a#upgradeProfileButton .click { background-position: -181px -123px; }
568
+ #claimBusiness a { font-size: 93%; }
569
+ p.date {
570
+ padding: 0;
571
+ margin: 0 .5em 0 1em;
572
+ width: 42px;
573
+ background: url("http://static.csimg.com/v2/img/background-events-icon.gif") no-repeat;
574
+ text-align: center;
575
+ font-size: 10px;
576
+ float: left;
577
+ display: block;
578
+ }
579
+ p.date span.month {
580
+ color: #FFFFFF;
581
+ text-transform: uppercase;
582
+ display: block;
583
+ line-height: 18px;
584
+ }
585
+ p.date span.day {
586
+ font-size: 16px;
587
+ color: #666666;
588
+ font-weight: bold;
589
+ line-height: 26px;
590
+ display: block;
591
+ }
592
+ p.date span.hour {
593
+ font-size: 12px;
594
+ color: #666666;
595
+ font-weight: bold;
596
+ line-height: 26px;
597
+ display: block;
598
+ }
599
+ p.date span.date { display: block; }
600
+ li.event { color: #6C6C6C; }
601
+ li.event .info { padding-left: 65px; }
602
+ hr {
603
+ height: 0;
604
+ border: none;
605
+ }
606
+ hr.blue {
607
+ border: 1px solid #C0E9F5;
608
+ margin: .2em 0 0 0;
609
+ }
610
+ hr.grey { background: #E1E1E1; }
611
+ hr.fade {
612
+ border-top: 1px solid #C0E9F5;
613
+ border-bottom: 1px solid #FFFFFF;
614
+ }
615
+ hr.darkFade {
616
+ border-top: 1px solid #7EDAF1;
617
+ border-bottom: 1px solid #FFFFFF;
618
+ }
619
+ hr.greyFade {
620
+ border-top: 1px solid #D9D7D5;
621
+ border-bottom: 1px solid #FFFFFF;
622
+ }
623
+ .csButton {
624
+ border: 1px solid;
625
+ border-left-color: #FFFFFF;
626
+ border-top-color: #FFFFFF;
627
+ border-right-color: #61C6E7;
628
+ border-bottom-color: #61C6E7;
629
+ padding: .3em .5em;
630
+ font-size: 93%;
631
+ font-weight: bold;
632
+ background: #EDF9FC;
633
+ color: #1F9EC9;
634
+ cursor: pointer;
635
+ }
636
+ .csButton:hover { background: #FFFFFF; }
637
+ .csButton span {
638
+ position: relative;
639
+ top: .5em;
640
+ margin-left: .4em;
641
+ }
642
+ .print {
643
+ background: #D2E9AD;
644
+ font-weight: bold;
645
+ border: 1px solid #BADE85;
646
+ border-radius: 5px;
647
+ -moz-border-radius: 5px;
648
+ -webkit-border-radius: 5px;
649
+ color: #9A9A9A;
650
+ font-size: 93%;
651
+ padding: .3em .8em;
652
+ margin: .5em;
653
+ text-align: center;
654
+ }
655
+ .print a {
656
+ color: #4F6B1F;
657
+ text-decoration: none;
658
+ display: block;
659
+ width: 100%;
660
+ }
661
+ .cs-green-button {
662
+ border: 1px solid;
663
+ padding: .25em .5em;
664
+ margin: .25em .25em;
665
+ }
666
+ .cs-grey-button {
667
+ border: 1px solid;
668
+ padding: .25em .5em;
669
+ margin: .25em .25em;
670
+ }
671
+ .cs-green-button {
672
+ background: #D2E9AD;
673
+ border-color: #B1CE6F;
674
+ }
675
+ .cs-grey-button {
676
+ background: #E0E0E0;
677
+ border-color: #D4D4D4;
678
+ }
679
+ .cs-green-button a {
680
+ font-size: 85%;
681
+ font-weight: bold;
682
+ text-decoration: none;
683
+ }
684
+ .cs-grey-button a {
685
+ font-size: 85%;
686
+ font-weight: bold;
687
+ text-decoration: none;
688
+ }
689
+ .cs-green-button a { color: #627632; }
690
+ .cs-grey-button a { color: #666666; }
691
+ #tooltip {
692
+ float: left;
693
+ font-size: 85%;
694
+ max-width: 15em;
695
+ padding: .5em;
696
+ position: absolute;
697
+ z-index: 99999;
698
+ font-weight: normal;
699
+ }
700
+ .cs-button {
701
+ outline: 0;
702
+ margin: 0 4px 0 0;
703
+ padding: .4em 1em;
704
+ text-decoration: none;
705
+ cursor: pointer;
706
+ position: relative;
707
+ text-align: center;
708
+ zoom: 1;
709
+ }
710
+ .cs-button .ui-icon {
711
+ position: absolute;
712
+ top: 50%;
713
+ margin-top: -8px;
714
+ left: 50%;
715
+ margin-left: -8px;
716
+ }
717
+ a.cs-button { float: left; }
718
+ button.cs-button {
719
+ width: auto;
720
+ overflow: visible;
721
+ }
722
+ .cs-button-small {
723
+ outline: 0;
724
+ margin: 0 4px 0 0;
725
+ padding: .5em 1em;
726
+ text-decoration: none;
727
+ cursor: pointer;
728
+ position: relative;
729
+ text-align: center;
730
+ zoom: 1;
731
+ font-size: 85%;
732
+ }
733
+ .cs-button-small .ui-icon {
734
+ position: absolute;
735
+ top: 50%;
736
+ margin-top: -8px;
737
+ left: 50%;
738
+ margin-left: -8px;
739
+ }
740
+ a.cs-button-small { float: left; }
741
+ button.cs-button-small {
742
+ width: auto;
743
+ overflow: visible;
744
+ }
745
+ .cs-buttonset { float: left; }
746
+ .cs-buttonset a { text-decoration: none; }
747
+ .cs-buttonset .cs-button {
748
+ float: left;
749
+ margin-right: -1px;
750
+ }
751
+ .cs-toolbar {
752
+ padding: .5em;
753
+ margin: 0;
754
+ }
755
+ .cs-toolbar .cs-buttonset {
756
+ margin-right: 1.5em;
757
+ padding-left: 1px;
758
+ }
759
+ .cs-toolbar .cs-button { font-size: 93%; }
760
+ .ui-state-default-grey {
761
+ border: 1px solid #E3E1DF;
762
+ background: #FCFCFC;
763
+ color: #909090;
764
+ outline: none;
765
+ }
766
+ .ui-widget-content-grey .ui-state-default-grey {
767
+ border: 1px solid #E3E1DF;
768
+ background: #FCFCFC;
769
+ color: #909090;
770
+ outline: none;
771
+ }
772
+ .ui-state-default-grey a {
773
+ color: #1F9EC9;
774
+ text-decoration: none;
775
+ outline: none;
776
+ }
777
+ .ui-state-hover-grey {
778
+ border: 1px solid #E3E1DF;
779
+ background: #FFFFFF;
780
+ color: #666666;
781
+ outline: none;
782
+ }
783
+ .ui-widget-content-grey .ui-state-hover-grey {
784
+ border: 1px solid #E3E1DF;
785
+ background: #FFFFFF;
786
+ color: #666666;
787
+ outline: none;
788
+ }
789
+ .ui-state-focus-grey {
790
+ border: 1px solid #E3E1DF;
791
+ background: #FFFFFF;
792
+ color: #666666;
793
+ outline: none;
794
+ }
795
+ .ui-widget-content-grey .ui-state-focus-grey {
796
+ border: 1px solid #E3E1DF;
797
+ background: #FFFFFF;
798
+ color: #666666;
799
+ outline: none;
800
+ }
801
+ .ui-state-default-grey:hover {
802
+ border: 1px solid #E3E1DF;
803
+ background: #FFFFFF;
804
+ color: #666666;
805
+ outline: none;
806
+ }
807
+ .ui-state-default-grey a:hover {
808
+ color: #1F9EC9;
809
+ text-decoration: none;
810
+ outline: none;
811
+ }
812
+ .ui-state-hover-grey a {
813
+ color: #666666;
814
+ text-decoration: none;
815
+ outline: none;
816
+ }
817
+ .ui-state-active-grey {
818
+ border: 1px solid #E3E1DF;
819
+ background: #FFFFFF;
820
+ font-weight: bold;
821
+ color: #666666;
822
+ outline: none;
823
+ }
824
+ .ui-widget-content-grey .ui-state-active-grey {
825
+ border: 1px solid #E3E1DF;
826
+ background: #FFFFFF;
827
+ font-weight: bold;
828
+ color: #666666;
829
+ outline: none;
830
+ }
831
+ .ui-state-active-grey a {
832
+ color: #666666;
833
+ outline: none;
834
+ text-decoration: none;
835
+ }
836
+ .ui-state-highlight-grey {
837
+ border: 1px solid #fad42e;
838
+ background: #fbec88;
839
+ color: #363636;
840
+ }
841
+ .ui-widget-content-grey .ui-state-highlight-grey {
842
+ border: 1px solid #fad42e;
843
+ background: #fbec88;
844
+ color: #363636;
845
+ }
846
+ .ui-state-error-grey {
847
+ border: 1px solid #cd0a0a;
848
+ background: #fef1ec;
849
+ color: #cd0a0a;
850
+ }
851
+ .ui-widget-content-grey .ui-state-error-grey {
852
+ border: 1px solid #cd0a0a;
853
+ background: #fef1ec;
854
+ color: #cd0a0a;
855
+ }
856
+ .ui-state-error-text-grey { color: #cd0a0a; }
857
+ .ui-widget-content-grey .ui-state-error-text-grey { color: #cd0a0a; }
858
+ .ui-state-disabled-grey {
859
+ opacity: .35;
860
+ filter: Alpha(Opacity=35);
861
+ background-image: none;
862
+ }
863
+ .ui-widget-content-grey .ui-state-disabled-grey {
864
+ opacity: .35;
865
+ filter: Alpha(Opacity=35);
866
+ background-image: none;
867
+ }
868
+ .ui-priority-primary-grey { font-weight: bold; }
869
+ .ui-widget-content-grey .ui-priority-primary-grey { font-weight: bold; }
870
+ .ui-priority-secondary-grey {
871
+ opacity: .7;
872
+ filter: Alpha(Opacity=70);
873
+ font-weight: normal;
874
+ }
875
+ .ui-widget-content-grey .ui-priority-secondary-grey {
876
+ opacity: .7;
877
+ filter: Alpha(Opacity=70);
878
+ font-weight: normal;
879
+ }
880
+ .ui-state-highlight-grey {
881
+ border: 1px solid #fad42e;
882
+ background: #fbec88;
883
+ color: #363636;
884
+ }
885
+ .ui-widget-content-grey .ui-state-highlight-grey {
886
+ border: 1px solid #fad42e;
887
+ background: #fbec88;
888
+ color: #363636;
889
+ }
890
+ .ui-state-error-grey {
891
+ border: 1px solid #cd0a0a;
892
+ background: #fef1ec;
893
+ color: #cd0a0a;
894
+ }
895
+ .ui-state-error-grey:hover {
896
+ border: 1px solid #cd0a0a;
897
+ background: #fef1ec;
898
+ color: #cd0a0a;
899
+ }
900
+ .ui-widget-content-grey .ui-state-error-grey {
901
+ border: 1px solid #cd0a0a;
902
+ background: #fef1ec;
903
+ color: #cd0a0a;
904
+ }
905
+ .ui-state-error-text-grey { color: #cd0a0a; }
906
+ .ui-state-error-text-grey:hover { color: #cd0a0a; }
907
+ .ui-widget-content-grey .ui-state-error-text-grey { color: #cd0a0a; }
908
+ .ui-state-error-text-grey:hover { background: #fef1ec; }
909
+ .ui-state-default:hover {
910
+ border: 1px solid #A2DEF0;
911
+ background: #fcfdfd;
912
+ font-weight: bold;
913
+ color: #1F9EC9;
914
+ outline: none;
915
+ }
916
+ .ui-state-default a:hover {
917
+ color: #1F9EC9;
918
+ text-decoration: none;
919
+ outline: none;
920
+ }
921
+ .ui-state-highlight {
922
+ border: 1px solid #fad42e;
923
+ background: #fbec88;
924
+ color: #363636;
925
+ }
926
+ .ui-widget-content .ui-state-highlight {
927
+ border: 1px solid #fad42e;
928
+ background: #fbec88;
929
+ color: #363636;
930
+ }
931
+ .ui-state-error {
932
+ border: 1px solid #cd0a0a;
933
+ background: #fef1ec;
934
+ color: #cd0a0a;
935
+ }
936
+ .ui-state-error:hover {
937
+ border: 1px solid #cd0a0a;
938
+ background: #fef1ec;
939
+ color: #cd0a0a;
940
+ }
941
+ .ui-widget-content .ui-state-error {
942
+ border: 1px solid #cd0a0a;
943
+ background: #fef1ec;
944
+ color: #cd0a0a;
945
+ }
946
+ .ui-state-error-text { color: #cd0a0a; }
947
+ .ui-state-error-text:hover { color: #cd0a0a; }
948
+ .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
949
+ .ui-state-error-text:hover {
950
+ color: #cd0a0a;
951
+ background: #fef1ec;
952
+ cursor: pointer;
953
+ }
954
+ .ui-state-default-green {
955
+ border: 1px solid #D3E8A4;
956
+ background: #F5F9E9;
957
+ color: #3F8300;
958
+ outline: none;
959
+ }
960
+ .ui-widget-content-green .ui-state-default-green {
961
+ border: 1px solid #D3E8A4;
962
+ background: #F5F9E9;
963
+ color: #3F8300;
964
+ outline: none;
965
+ }
966
+ .ui-state-default-green a {
967
+ color: #3F8300;
968
+ text-decoration: none;
969
+ outline: none;
970
+ }
971
+ .ui-state-hover-green {
972
+ border: 1px solid #D3E8A4;
973
+ background: #FFFFFF;
974
+ color: #666666;
975
+ outline: none;
976
+ }
977
+ .ui-widget-content-green .ui-state-hover-green {
978
+ border: 1px solid #D3E8A4;
979
+ background: #FFFFFF;
980
+ color: #666666;
981
+ outline: none;
982
+ }
983
+ .ui-state-focus-green {
984
+ border: 1px solid #D3E8A4;
985
+ background: #FFFFFF;
986
+ color: #666666;
987
+ outline: none;
988
+ }
989
+ .ui-widget-content-green .ui-state-focus-green {
990
+ border: 1px solid #D3E8A4;
991
+ background: #FFFFFF;
992
+ color: #666666;
993
+ outline: none;
994
+ }
995
+ .ui-state-default-green:hover {
996
+ border: 1px solid #D3E8A4;
997
+ background: #FFFFFF;
998
+ color: #666666;
999
+ outline: none;
1000
+ }
1001
+ .ui-state-default-green a:hover {
1002
+ color: #3F8300;
1003
+ text-decoration: none;
1004
+ outline: none;
1005
+ }
1006
+ .ui-state-hover-green a {
1007
+ color: #666666;
1008
+ text-decoration: none;
1009
+ outline: none;
1010
+ }
1011
+ .ui-state-active-green {
1012
+ border: 1px solid #D3E8A4;
1013
+ background: #FFFFFF;
1014
+ font-weight: bold;
1015
+ color: #666666;
1016
+ outline: none;
1017
+ }
1018
+ .ui-widget-content-green .ui-state-active-green {
1019
+ border: 1px solid #D3E8A4;
1020
+ background: #FFFFFF;
1021
+ font-weight: bold;
1022
+ color: #666666;
1023
+ outline: none;
1024
+ }
1025
+ .ui-state-active-green a {
1026
+ color: #666666;
1027
+ outline: none;
1028
+ text-decoration: none;
1029
+ }
1030
+ .icon {
1031
+ height: 25px;
1032
+ width: 25px;
1033
+ margin: .2em;
1034
+ background-image: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png");
1035
+ background-repeat: no-repeat;
1036
+ }
1037
+ .small-icon {
1038
+ height: 16px;
1039
+ width: 16px;
1040
+ background-image: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png");
1041
+ background-repeat: no-repeat;
1042
+ }
1043
+ .icon a {
1044
+ text-indent: -9999em;
1045
+ display: block;
1046
+ height: 25px;
1047
+ width: 25px;
1048
+ }
1049
+ .cat-arts-entertainment { background-position: -225px -25px; }
1050
+ .cat-1 { background-position: -225px -25px; }
1051
+ .cat-automotive { background-position: -100px 0; }
1052
+ .cat-2 { background-position: -100px 0; }
1053
+ .cat-business-professional-services { background-position: -150px 0; }
1054
+ .cat-3 { background-position: -150px 0; }
1055
+ .cat-computers-and-internet { background-position: -400px -25px; }
1056
+ .cat-4 { background-position: -400px -25px; }
1057
+ .cat-contractors-construction-equipment { background-position: -200px 0; }
1058
+ .cat-5 { background-position: -200px 0; }
1059
+ .cat-education { background-position: -425px -25px; }
1060
+ .cat-6 { background-position: -425px -25px; }
1061
+ .cat-finance-insurance { background-position: -425px 0; }
1062
+ .cat-7 { background-position: -425px 0; }
1063
+ .cat-health-medicine { background-position: -175px 0; }
1064
+ .cat-8 { background-position: -175px 0; }
1065
+ .cat-home-garden { background-position: -200px -25px; }
1066
+ .cat-9 { background-position: -200px -25px; }
1067
+ .cat-legal { background-position: -450px 0; }
1068
+ .cat-10 { background-position: -450px 0; }
1069
+ .cat-manufacturing-production-wholesale { background-position: -525px 0; }
1070
+ .cat-11 { background-position: -525px 0; }
1071
+ .cat-other { background-position: -475px 0; }
1072
+ .cat-12 { background-position: -475px 0; }
1073
+ .cat-personal-services-care { background-position: -25px 0; }
1074
+ .cat-13 { background-position: -25px 0; }
1075
+ .cat-pets { background-position: -350px -25px; }
1076
+ .cat-14 { background-position: -350px -25px; }
1077
+ .cat-real-estate-moving-storage { background-position: -225px 0; }
1078
+ .cat-15 { background-position: -225px 0; }
1079
+ .cat-religious-organizations { background-position: -500px 0; }
1080
+ .cat-16 { background-position: -500px 0; }
1081
+ .cat-restaurants-food-beverages { background-position: 0 0; }
1082
+ .cat-17 { background-position: 0 0; }
1083
+ .cat-retail-shopping { background-position: -75px 0; }
1084
+ .cat-18 { background-position: -75px 0; }
1085
+ .cat-sports-recreation { background-position: -375px -25px; }
1086
+ .cat-19 { background-position: -375px -25px; }
1087
+ .cat-telecommunications { background-position: -525px -25px; }
1088
+ .cat-20 { background-position: -525px -25px; }
1089
+ .cat-travel-transportation { background-position: -500px -25px; }
1090
+ .cat-21 { background-position: -500px -25px; }
1091
+ .feed-add_photo { background-position: -250px -25px; }
1092
+ .feed-1 { background-position: -250px -25px; }
1093
+ .feed-new_review { background-position: -300px -25px; }
1094
+ .feed-2 { background-position: -300px -25px; }
1095
+ .feed-all_star { background-position: -50px -50px; }
1096
+ .feed-4 { background-position: -50px -50px; }
1097
+ .feed-new_video { background-position: -100px -25px; }
1098
+ .feed-5 { background-position: -100px -25px; }
1099
+ .feed-profile_update { background-position: -25px -25px; }
1100
+ .feed-7 { background-position: -25px -25px; }
1101
+ .feed-add_tag { background-position: 0 -25px; }
1102
+ .feed-8 { background-position: 0 -25px; }
1103
+ .feed-new_vote { background-position: -75px -25px; }
1104
+ .feed-11 { background-position: -75px -25px; }
1105
+ a.video {
1106
+ background-image: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png");
1107
+ background-repeat: no-repeat;
1108
+ background-position: -625px -75px;
1109
+ padding-left: 20px;
1110
+ }
1111
+ a.allstar {
1112
+ background-image: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png");
1113
+ background-repeat: no-repeat;
1114
+ background-position: -625px -50px;
1115
+ padding-left: 17px;
1116
+ }
1117
+ #businessHeading a.allstar { background: none; }
1118
+ a.add {
1119
+ background-image: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png");
1120
+ background-repeat: no-repeat;
1121
+ background-position: -625px -98px;
1122
+ padding-left: 15px;
1123
+ }
1124
+ .icon-number {
1125
+ background-position: -550px 0;
1126
+ color: #FFFFFF;
1127
+ font-size: 11px;
1128
+ font-weight: bold;
1129
+ text-align: center;
1130
+ }
1131
+ .icon-number-hover { background-position: -550px -25px; }
1132
+ a.blue-close {
1133
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -133px 0;
1134
+ display: block;
1135
+ width: 14px;
1136
+ height: 15px;
1137
+ }
1138
+ a.green-close {
1139
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -255px 0;
1140
+ display: block;
1141
+ width: 14px;
1142
+ height: 15px;
1143
+ }
1144
+ .cs-wwiaftm {
1145
+ height: 66px;
1146
+ width: 66px;
1147
+ background: url("http://static.csimg.com/img/cs-bigIconSprite.20090316.1.png") no-repeat -270px 0;
1148
+ }
1149
+ .smallLoader {
1150
+ background: url("http://static.csimg.com/img/loaders/cs-smallLoader.20081130.1.gif") no-repeat 50% 50%;
1151
+ height: 16px;
1152
+ width: 16px;
1153
+ display: block;
1154
+ }
1155
+ .smallBlueLoader {
1156
+ background: url("http://static.csimg.com/img/single/cs-smallBlueLoader.20081130.1.gif") no-repeat 50% 50%;
1157
+ height: 16px;
1158
+ width: 16px;
1159
+ display: block;
1160
+ }
1161
+ .icon-country {
1162
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -595px 0;
1163
+ height: 25px;
1164
+ width: 25px;
1165
+ }
1166
+ .icon-country a {
1167
+ display: block;
1168
+ height: 25px;
1169
+ width: 25px;
1170
+ }
1171
+ .icon-dropdown {
1172
+ background-image: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png");
1173
+ background-repeat: no-repeat;
1174
+ background-position: -600px -25px;
1175
+ height: 15px;
1176
+ width: 15px;
1177
+ float: left;
1178
+ display: inline;
1179
+ margin-left: .5em;
1180
+ margin-top: .7em;
1181
+ cursor: pointer;
1182
+ }
1183
+ .icon-dropdownUp {
1184
+ background-image: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png");
1185
+ background-repeat: no-repeat;
1186
+ background-position: -600px -25px;
1187
+ height: 15px;
1188
+ width: 15px;
1189
+ float: left;
1190
+ display: inline;
1191
+ margin-left: .5em;
1192
+ margin-top: .7em;
1193
+ cursor: pointer;
1194
+ }
1195
+ .icon-dropdownUp { background-position: -600px -50px; }
1196
+ .icon-greenArrow {
1197
+ background-position: -25px -50px;
1198
+ float: left;
1199
+ }
1200
+ .icon-rss {
1201
+ background-position: -475px -25px;
1202
+ float: right;
1203
+ height: 15px;
1204
+ width: 15px;
1205
+ }
1206
+ .icon-fb { background-position: -225px -50px; }
1207
+ .icon-sms { background-position: -250px -50px; }
1208
+ .icon-leave-review { background-position: -300px -50px; }
1209
+ .icon-posted-on { background-position: -350px -50px; }
1210
+ .icon-send-message { background-position: -375px -50px; }
1211
+ .icon-flag { background-position: -400px -50px; }
1212
+ .icon-about-us {
1213
+ background-position: -425px -50px;
1214
+ display: block;
1215
+ float: left;
1216
+ }
1217
+ .icon-menu { background-position: -450px -50px; }
1218
+ .icon-coupons { background-position: -475px -50px; }
1219
+ .icon-fans { background-position: -500px -50px; }
1220
+ .icon-print { background-position: -400px 0; }
1221
+ .icon-local-badge { background-position: -530px -55px; }
1222
+ .js .icon-local-badge { text-indent: -99999em; }
1223
+ .icon-reviews {
1224
+ background-position: -278px -54px;
1225
+ float: left;
1226
+ padding-right: .3em;
1227
+ }
1228
+ .icon-location-pin {
1229
+ background-position: -328px -55px;
1230
+ display: block;
1231
+ float: left;
1232
+ }
1233
+ .icon-tags {
1234
+ background-position: -203px -53px;
1235
+ float: left;
1236
+ padding-right: .3em;
1237
+ }
1238
+ .icon-claim-alert {
1239
+ background-position: -353px -3px;
1240
+ float: left;
1241
+ padding-right: .5em;
1242
+ }
1243
+ .icon-right-arrow { background-position: -300px -2px; }
1244
+ .icon-paper {
1245
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -525px -75px;
1246
+ width: 32px;
1247
+ height: 32px;
1248
+ float: left;
1249
+ }
1250
+ .icon-downArrow { background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -300px -75px; }
1251
+ .icon-upArrow { background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -315px -75px; }
1252
+ .cs-blue-fade {
1253
+ border: 1px solid #B6E6F3;
1254
+ background: #E6F7FB;
1255
+ padding: .5em;
1256
+ color: #1A85A8;
1257
+ }
1258
+ .cs-blue-fade p { padding: .5em 0; }
1259
+ .cs-blue-fade img {
1260
+ padding: 0 1em 0 0;
1261
+ float: left;
1262
+ display: inline;
1263
+ }
1264
+ .cs-green-solid {
1265
+ border: 4px solid #BDD685;
1266
+ background: #E2EDC9;
1267
+ padding: .5em;
1268
+ color: #647836;
1269
+ }
1270
+ .cs-light-blue {
1271
+ color: #6C6C6C;
1272
+ background: #E1F5FB;
1273
+ padding: .5em;
1274
+ }
1275
+ .cs-green-block {
1276
+ padding: .5em;
1277
+ border-top: 2px solid;
1278
+ margin: 1em 0;
1279
+ }
1280
+ .cs-yellow-block {
1281
+ padding: .5em;
1282
+ border-top: 2px solid;
1283
+ margin: 1em 0;
1284
+ }
1285
+ .cs-blue-block {
1286
+ padding: .5em;
1287
+ border-top: 2px solid;
1288
+ margin: 1em 0;
1289
+ }
1290
+ .cs-yellow-block .title {
1291
+ font-size: 93%;
1292
+ color: #C0A316;
1293
+ padding: 0 0 .5em;
1294
+ }
1295
+ .cs-green-block .title {
1296
+ font-size: 93%;
1297
+ color: #C0A316;
1298
+ padding: 0 0 .5em;
1299
+ }
1300
+ .cs-blue-block .title {
1301
+ font-size: 93%;
1302
+ color: #C0A316;
1303
+ padding: 0 0 .5em;
1304
+ }
1305
+ .cs-green-block {
1306
+ background: #EAF1D8;
1307
+ border-top-color: #D8E6B5;
1308
+ }
1309
+ .cs-green-block h5 {
1310
+ font-size: 120%;
1311
+ color: #668333;
1312
+ }
1313
+ .cs-yellow-block {
1314
+ background: #FFF1D1;
1315
+ border-top-color: #FECD57;
1316
+ }
1317
+ .cs-yellow-block h5 {
1318
+ font-size: 120%;
1319
+ color: #73630C;
1320
+ }
1321
+ .cs-blue-block {
1322
+ background: #E6F7FB;
1323
+ border-top-color: #B6E6F3;
1324
+ }
1325
+ .cs-blue-block h5 {
1326
+ font-size: 120%;
1327
+ color: #1F9EC9;
1328
+ }
1329
+ .ad-container {
1330
+ padding: 3px 0 0;
1331
+ text-align: center;
1332
+ z-index: 0;
1333
+ position: relative;
1334
+ }
1335
+ .zoneA {
1336
+ margin: .5em 1em 1em .5em;
1337
+ border: 1px solid #E0E0E0;
1338
+ }
1339
+ .zoneB {
1340
+ border: 1px solid #E0E0E0;
1341
+ padding: 0;
1342
+ margin: auto;
1343
+ width: 300px;
1344
+ height: 250px;
1345
+ margin-bottom: 3px;
1346
+ }
1347
+ .ad-bottom img { border: none; }
1348
+ ul.blue-separator li.adHover:hover { background: #FFFFFF; }
1349
+ #categoryList { padding: 1em 0 .5em 0; }
1350
+ #categoryList .title { font-weight: bold; }
1351
+ #detailsContainer #detailTabs { margin-top: 1em; }
1352
+ #detailsContainer {
1353
+ color: #666666;
1354
+ margin-right: 1em;
1355
+ margin-bottom: .5em;
1356
+ margin-left: .5em;
1357
+ }
1358
+ .detailsItem {
1359
+ margin: 1em 0 0 0;
1360
+ border-top: 1px solid #EFEEED;
1361
+ padding: 1em .5em;
1362
+ }
1363
+ #detailsContainer h1 {
1364
+ margin: 0;
1365
+ padding: 0;
1366
+ color: #FF6600;
1367
+ font-size: 161.6%;
1368
+ }
1369
+ #detailsContainer h1 a {
1370
+ text-decoration: none;
1371
+ color: #FF6600;
1372
+ }
1373
+ #detailsStandard h1 {
1374
+ display: inline;
1375
+ float: left;
1376
+ }
1377
+ #detailsStandard .icon-local-badge {
1378
+ float: left;
1379
+ margin: .2em 0 0 .75em;
1380
+ }
1381
+ #detailsStandard { position: relative; }
1382
+ #claimBusiness {
1383
+ position: absolute;
1384
+ right: .75em;
1385
+ display: block;
1386
+ padding: .5em .75em;
1387
+ background: #FFFFFF;
1388
+ -moz-border-radius-bottomleft: 3px;
1389
+ -moz-border-radius-bottomright: 3px;
1390
+ -webkit-border-bottom-left-radius: 3px;
1391
+ -webkit-border-bottom-right-radius: 3px;
1392
+ }
1393
+ #detailsGeneral {
1394
+ background-color: #EFEEED;
1395
+ padding: .75em;
1396
+ margin-top: .5em;
1397
+ }
1398
+ #detailsStandard {
1399
+ background-color: #EFEEED;
1400
+ padding: .75em;
1401
+ margin-top: .5em;
1402
+ }
1403
+ #detailsGeneral .yui-g { background-color: #FFFFFF; }
1404
+ #detailsStandard #mainBizContent { background-color: #FFFFFF; }
1405
+ .detailsAmenities .title { color: #A5A5A5; }
1406
+ #detailsHours .title { color: #A5A5A5; }
1407
+ #detailsHours .head {
1408
+ padding-bottom: .5em;
1409
+ display: block;
1410
+ }
1411
+ .detailsAmenities ul {
1412
+ margin: .5em 0;
1413
+ padding: 0;
1414
+ }
1415
+ #detailsContainer #businessHeading ul {
1416
+ margin: 0;
1417
+ padding: .5em 0;
1418
+ }
1419
+ #detailsContainer #businessHeading ul li {
1420
+ float: left;
1421
+ border-left: 1px solid #EEEEEE;
1422
+ padding: 0 .5em 0 .5em;
1423
+ display: block;
1424
+ }
1425
+ #detailsContainer #businessHeading ul:first-child {
1426
+ border: none;
1427
+ padding-left: 0;
1428
+ }
1429
+ #detailsContainer #servicesBrands {
1430
+ background: #EFEEED;
1431
+ padding-top: .5em;
1432
+ }
1433
+ #detailsContainer #votes {
1434
+ clear: both;
1435
+ text-align: center;
1436
+ padding: .5em .75em 0;
1437
+ color: #BFBFBF;
1438
+ font-size: 93%;
1439
+ }
1440
+ #detailsContainer #starRatings {
1441
+ border-left: 1px solid #EEEEEE;
1442
+ padding-top: .5em;
1443
+ }
1444
+ #detailsEnhanced #starRatings .fivestar-container { margin-left: 25px; }
1445
+ #detailsStandard #starRatings .fivestar-container {
1446
+ margin-top: 5px;
1447
+ margin-right: 5px;
1448
+ }
1449
+ #detailsStandard #votes {
1450
+ float: left;
1451
+ clear: none;
1452
+ padding-top: 11px;
1453
+ padding-left: 0;
1454
+ }
1455
+ #detailsStandard #starRatings {
1456
+ border: none;
1457
+ padding: 0;
1458
+ }
1459
+ #detailsInfo {
1460
+ line-height: 1.5em;
1461
+ padding-top: .5em;
1462
+ }
1463
+ #detailsStandard #detailsInfo { padding: .5em; }
1464
+ #detailsInfo .title {
1465
+ color: #A5A5A5;
1466
+ margin-top: 1em;
1467
+ display: block;
1468
+ }
1469
+ #detailsStandard #detailsInfo .title {
1470
+ margin: 0;
1471
+ display: inline;
1472
+ }
1473
+ #detailsStandard #detailsInfo .phone { line-height: 1.75em; }
1474
+ #detailsInfo .phone {
1475
+ font-size: 123.1%;
1476
+ font-weight: bold;
1477
+ }
1478
+ #detailsEnhanced #detailsInfo ul {
1479
+ padding: 0;
1480
+ margin: 0 .5em .5em 0;
1481
+ }
1482
+ #detailsEnhanced #detailsInfo ul li {
1483
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -625px -19px;
1484
+ padding: .2em 0 0 8px;
1485
+ }
1486
+ #detailsStandard ul#buttonList {
1487
+ margin: 0;
1488
+ padding: 0;
1489
+ }
1490
+ #detailsStandard ul#buttonList li {
1491
+ margin: 1.5em .5em .5em 0;
1492
+ float: left;
1493
+ display: inline;
1494
+ font-weight: normal;
1495
+ }
1496
+ #detailsStandard ul#buttonList li a { text-decoration: none; }
1497
+ .juliesTables br { display: none; }
1498
+ #toggleTagWrap { padding: .5em .5em 0 0; }
1499
+ #toggleTagAdd { float: right; }
1500
+ #addTags {
1501
+ padding: .5em .5em;
1502
+ margin-top: .5em;
1503
+ background: #FFFFFF;
1504
+ border: 1px solid #dddddd;
1505
+ text-align: ;
1506
+ }
1507
+ #tagCloudWrap { margin-top: .5em; }
1508
+ #tagCloud ul { margin: 0; }
1509
+ #tagCloud ul li {
1510
+ float: left;
1511
+ margin-left: .2em;
1512
+ }
1513
+ #tagCloud ul li.title { margin: 0; }
1514
+ #moreTagsContainer {
1515
+ height: 0;
1516
+ overflow: hidden;
1517
+ }
1518
+ #addTagTitle {
1519
+ font-size: 85%;
1520
+ padding-bottom: .5em;
1521
+ }
1522
+ #chart {
1523
+ width: 100%;
1524
+ height: 30em;
1525
+ background: url("http://static.csimg.com/img/loaders/cs-largeLoader.20081130.1.gif") no-repeat 50% 50%;
1526
+ }
1527
+ #detailsVideo {
1528
+ padding: 1em;
1529
+ margin: 1em 0;
1530
+ border: 0;
1531
+ }
1532
+ #detailsVideo #video { float: left; }
1533
+ #detailsVideo #description {
1534
+ float: left;
1535
+ color: #333333;
1536
+ padding: 0 1em;
1537
+ }
1538
+ #detailsMap { position: relative; }
1539
+ #standardMap { position: relative; }
1540
+ #bizMap {
1541
+ z-index: 1;
1542
+ position: relative;
1543
+ height: 18.5em;
1544
+ overflow: hidden;
1545
+ background: url("http://static.csimg.com/img/loaders/cs-largeLoader.20081130.1.gif") no-repeat 50% 50%;
1546
+ }
1547
+ #standardMap {
1548
+ padding: .3em;
1549
+ margin: .75em;
1550
+ border: 1px solid #E0E0E0;
1551
+ }
1552
+ #standardMap #bizMap { height: 10em; }
1553
+ #mapOverlay {
1554
+ background-color: #333333;
1555
+ opacity: .75;
1556
+ filter: alpha(opacity=75);
1557
+ -moz-opacity: 0.75;
1558
+ width: 100%;
1559
+ z-index: 9;
1560
+ position: relative;
1561
+ margin-top: -45px;
1562
+ height: 45px;
1563
+ }
1564
+ #overlayText {
1565
+ color: #FFFFFF;
1566
+ text-align: center;
1567
+ background: transparent;
1568
+ position: relative;
1569
+ margin-top: -3em;
1570
+ z-index: 9;
1571
+ padding: .8em 0 1em;
1572
+ font-weight: bold;
1573
+ }
1574
+ #agendizeLinks .yui-u {
1575
+ text-align: center;
1576
+ border: 1px solid #FEE9B8;
1577
+ margin-top: .5em;
1578
+ }
1579
+ #agendizeLinks a {
1580
+ background: #FFF5DF;
1581
+ color: #74630C;
1582
+ font-weight: bold;
1583
+ display: block;
1584
+ padding: .5em 0;
1585
+ text-decoration: none;
1586
+ font-size: 93%;
1587
+ }
1588
+ #agendizeLinks a:hover {
1589
+ background: #FFF5DF;
1590
+ text-decoration: underline;
1591
+ }
1592
+ #toggleReviewForm {
1593
+ float: right;
1594
+ display: inline;
1595
+ cursor: pointer;
1596
+ }
1597
+ #reviewsContainer {
1598
+ color: #6C6C6C;
1599
+ margin-top: 2em;
1600
+ margin-right: 1em;
1601
+ margin-bottom: .5em;
1602
+ margin-left: .5em;
1603
+ }
1604
+ #reviewsContainer h5 { color: #137292; }
1605
+ #reviewsContainer .title {
1606
+ color: #999999;
1607
+ font-size: 93%;
1608
+ }
1609
+ #reviewsList {
1610
+ margin-top: 1em;
1611
+ border-top: 2px solid #C0E9F5;
1612
+ padding-top: .5em;
1613
+ }
1614
+ #noReviews {
1615
+ margin: 1em 0 1em;
1616
+ font-size: 100%;
1617
+ font-weight: bold;
1618
+ }
1619
+ #addReview {
1620
+ padding-top: 1em;
1621
+ border-top: 2px solid #C0E9F5;
1622
+ }
1623
+ .review {
1624
+ border-bottom: 1px solid #DFDFDF;
1625
+ margin: 1em 0;
1626
+ }
1627
+ .review .photo {
1628
+ float: left;
1629
+ display: inline;
1630
+ text-align: center;
1631
+ padding: 0 1em;
1632
+ font-weight: bold;
1633
+ font-size: 93%;
1634
+ }
1635
+ .review .photo a { text-decoration: none; }
1636
+ .review .photo img { border: 5px solid #EFEEED; }
1637
+ .review .reviewOptions { padding-left: 9.5em; }
1638
+ .review .reviewOptions ul {
1639
+ margin: 0;
1640
+ padding: 0;
1641
+ }
1642
+ .review .reviewOptions ul li {
1643
+ float: left;
1644
+ display: inline;
1645
+ margin: .5em 0;
1646
+ padding: 0 1em;
1647
+ font-size: 85%;
1648
+ }
1649
+ .review .reviewOptions ul li:first-child { border-right: 1px solid #DFDFDF; }
1650
+ .review .reviewText { padding-left: 125px; }
1651
+ #editBiz { border: 2px solid #1F9EC9; }
1652
+ #editBiz .title {
1653
+ background: #1F9EC9;
1654
+ padding: .5em 1em;
1655
+ }
1656
+ #editBiz .title h4 {
1657
+ color: #FFFFFF;
1658
+ font-size: 123.1%;
1659
+ }
1660
+ #editBiz .content { padding: 1.5em 1em 1em 1em; }
1661
+ #editBiz .icon-paper {
1662
+ margin-top: -.5em;
1663
+ margin-right: .5em;
1664
+ }
1665
+ #adminLinks .content { padding: .5em; }
1666
+ #businessLogo {
1667
+ border-color: #EFEEED;
1668
+ border-width: 5px;
1669
+ border-style: solid;
1670
+ }
1671
+ #businessLogo img { display: block; }
1672
+ #detailDeal .cs-deal { background: #FFFFFF; }
1673
+ #detailPhotos .content { text-align: center; }
1674
+ #detailPhotos img {
1675
+ margin: 2px;
1676
+ border-width: 2px;
1677
+ border-style: solid;
1678
+ border-color: #DDDDDD;
1679
+ }
1680
+ #detailPhotos img:hover { border-color: #AAAAAA; }
1681
+ #detailPhotos a {
1682
+ text-decoration: none;
1683
+ font-size: 93%;
1684
+ color: #C0A316;
1685
+ }
1686
+ #detailPhotos a:hover { text-decoration: underline; }
1687
+ #ccNewsletter .content {
1688
+ background: #FFFFFF;
1689
+ color: #666666;
1690
+ padding: .5em;
1691
+ }
1692
+ #ccNewsletter .content form { margin: .5em; }
1693
+ #ccNewsletter .content form label { display: block; }
1694
+ #ccNewsletter .content form input {
1695
+ width: 90%;
1696
+ margin: .5em;
1697
+ }
1698
+ #ccNewsletter .content form #edit-submit { width: auto; }
1699
+ #showChart { cursor: pointer; }
1700
+ #ft { font-size: 93%; }
1701
+ #ft .logo {
1702
+ float: left;
1703
+ margin: 1em 0 1em 1em;
1704
+ }
1705
+ #ftTop {
1706
+ background: #1F9EC9;
1707
+ font-weight: bold;
1708
+ padding: .5em;
1709
+ text-align: center;
1710
+ }
1711
+ #ftBottom {
1712
+ background: #5FC5E7;
1713
+ color: #FFFFFF;
1714
+ }
1715
+ #ftBottom span {
1716
+ font-weight: bold;
1717
+ color: #006581;
1718
+ }
1719
+ #ftBottom #stateLinks {
1720
+ background: #ACE1F2;
1721
+ margin: 0 .75em;
1722
+ padding: .75em;
1723
+ }
1724
+ #copyright {
1725
+ display: block;
1726
+ padding: 1.5em 1em;
1727
+ float: left;
1728
+ }
1729
+ #findLogin {
1730
+ padding: 1em .5em 1em;
1731
+ background: #FFFFFF;
1732
+ text-indent: -9999em;
1733
+ border-bottom: 1px solid #EEEEEE;
1734
+ margin: 0 .5em;
1735
+ }
1736
+ #findYourBusiness {
1737
+ font-size: 93%;
1738
+ padding: 0;
1739
+ margin: 0;
1740
+ height: 26px;
1741
+ width: 685px;
1742
+ display: block;
1743
+ margin-top: .5em;
1744
+ background: url("http://static.csimg.com/img/cs-homeSprite.20090410.1.png") no-repeat 0 0;
1745
+ }
1746
+ #homeSearch {
1747
+ background: #FEFDD6;
1748
+ margin: 1em .5em;
1749
+ padding: 0;
1750
+ color: #FF9933;
1751
+ font-size: 93%;
1752
+ font-weight: bold;
1753
+ border: 1px solid #FDFBAA;
1754
+ }
1755
+ #homeSearch #bg {
1756
+ float: right;
1757
+ width: 330px;
1758
+ height: 87px;
1759
+ background: url("http://static.csimg.com/img/cs-homeSprite.20090410.1.png") no-repeat -355px -30px;
1760
+ }
1761
+ #homeSearch span {
1762
+ display: block;
1763
+ padding: 1em 0 0 1.2em;
1764
+ }
1765
+ #homeSearch #location-jump-form { margin: .5em 0 0 1em; }
1766
+ #homeSearch #location-jump-form .form-text {
1767
+ padding: .75em;
1768
+ font-size: 108%;
1769
+ }
1770
+ #homeSearch #location-jump-form .form-submit {
1771
+ width: auto;
1772
+ border: 1px solid #707070;
1773
+ padding: 1em 1em .8em;
1774
+ margin: 0 0 0 .5em;
1775
+ color: #000000;
1776
+ background: #F0F0F0;
1777
+ -moz-border-radius: 3px;
1778
+ -webkit-border-radius: 3px;
1779
+ }
1780
+ #homeSearch #location-jump-form .form-submit:hover { background: #D1D1D1; }
1781
+ #homeMain {
1782
+ border-top: 1px solid #EEEEEE;
1783
+ border-bottom: 1px solid #EEEEEE;
1784
+ margin: .5em .5em;
1785
+ padding-bottom: 1.5em;
1786
+ }
1787
+ #homeMain #owner {
1788
+ height: 268px;
1789
+ width: 455px;
1790
+ background: #FFFFFF url("http://static.csimg.com/img/cs-homeOwner.20090403.1.png") no-repeat;
1791
+ margin: 0 auto;
1792
+ position: relative;
1793
+ }
1794
+ #homeMain #owner span {
1795
+ display: block;
1796
+ float: left;
1797
+ padding: 1em 1.5em 0 1em;
1798
+ }
1799
+ #homeMain #ownText {
1800
+ position: absolute;
1801
+ top: 73px;
1802
+ left: 25px;
1803
+ width: 265px;
1804
+ color: #005771;
1805
+ font-size: 93%;
1806
+ line-height: 1.5em;
1807
+ }
1808
+ #homeMain #ownButtons {
1809
+ position: absolute;
1810
+ top: 215px;
1811
+ left: 15px;
1812
+ color: #FFFFFF;
1813
+ font-weight: bold;
1814
+ }
1815
+ #homeMain #new {
1816
+ background: #DFEBCB;
1817
+ padding: 1em;
1818
+ margin-top: 18px;
1819
+ }
1820
+ #homeMain #new #list {
1821
+ background: #FFFFFF;
1822
+ padding: .5em;
1823
+ }
1824
+ .spyWrapper {
1825
+ overflow: hidden;
1826
+ position: relative;
1827
+ }
1828
+ #homeLocations { margin: 1.5em 0 1em .5em; }
1829
+ #topCityPic {
1830
+ display: block;
1831
+ overflow: hidden;
1832
+ height: 350px;
1833
+ width: 455px;
1834
+ margin: 0 auto;
1835
+ background: url("http://mw2.google.com/mw-panoramio/photos/medium/3011660.jpg") no-repeat;
1836
+ }
1837
+ #cityOverlay {
1838
+ background-color: #1F9EC9;
1839
+ opacity: .75;
1840
+ filter: alpha(opacity=75);
1841
+ -moz-opacity: 0.75;
1842
+ width: 425px;
1843
+ z-index: 9;
1844
+ position: relative;
1845
+ margin-top: 225px;
1846
+ margin-left: auto;
1847
+ margin-right: auto;
1848
+ color: #FFFFFF;
1849
+ font-size: 182%;
1850
+ font-weight: bold;
1851
+ padding: 15px;
1852
+ }
1853
+ #cityOverlay a {
1854
+ color: #FFFFFF;
1855
+ text-decoration: none;
1856
+ }
1857
+ #picInfo {
1858
+ width: 455px;
1859
+ margin: 0 auto;
1860
+ color: #666666;
1861
+ padding: .5em .5em 0 .5em;
1862
+ }
1863
+ #edit-standardname { width: 600px; }
1864
+ #edit-user-name { width: 600px; }
1865
+ #edit-cityname { width: 470px; }
1866
+ #standard-submit-button {
1867
+ display: block;
1868
+ margin: 0 auto;
1869
+ }
1870
+ .no-business-results {
1871
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -625px -25px;
1872
+ padding: 0 0 0 10px;
1873
+ }
1874
+ .search-description {
1875
+ font-size: 85%;
1876
+ color: #777777;
1877
+ width: 500px;
1878
+ padding: 0 1em;
1879
+ }
1880
+ #business-add-form { padding-bottom: 6px; }
1881
+ #business-add-standard-form { padding-bottom: 6px; }
1882
+ #eventful-add-event-form { padding-bottom: 6px; }
1883
+ #business-add-form label {
1884
+ padding-top: 6px;
1885
+ display: block;
1886
+ }
1887
+ #eventful-add-event-form label {
1888
+ padding-top: 6px;
1889
+ display: block;
1890
+ }
1891
+ #business-add-form .description {
1892
+ font-size: 11px;
1893
+ color: #777777;
1894
+ padding-left: 0;
1895
+ }
1896
+ #eventful-add-event-form .description {
1897
+ font-size: 11px;
1898
+ color: #777777;
1899
+ padding-left: 0;
1900
+ }
1901
+ #business-add-form fieldset {
1902
+ background: #F3FBFE;
1903
+ border: 1px solid #C2E2EC;
1904
+ width: 90%;
1905
+ margin: .5em;
1906
+ padding: .5em;
1907
+ }
1908
+ #eventful-add-event-form fieldset {
1909
+ background: #F3FBFE;
1910
+ border: 1px solid #C2E2EC;
1911
+ width: 90%;
1912
+ margin: .5em;
1913
+ padding: .5em;
1914
+ }
1915
+ #business-add-form fieldset fieldset {
1916
+ background: #FFFFFF;
1917
+ border: 3px double #C2E2EC;
1918
+ width: 95%;
1919
+ }
1920
+ #eventful-add-event-form fieldset fielset {
1921
+ background: #FFFFFF;
1922
+ border: 3px double #C2E2EC;
1923
+ width: 95%;
1924
+ }
1925
+ #business-add-form fieldset fieldset legend {
1926
+ font-size: 14px;
1927
+ color: #333333;
1928
+ font-weight: bold;
1929
+ }
1930
+ #eventful-add-event-form fieldset fieldset legend {
1931
+ font-size: 14px;
1932
+ color: #333333;
1933
+ font-weight: bold;
1934
+ }
1935
+ #business-add-form legend {
1936
+ font: normal 20px 'Trebuchet MS', Trebuchet, sans-serif;
1937
+ color: #166C89;
1938
+ text-transform: capitalize;
1939
+ }
1940
+ #eventful-add-event-form legend {
1941
+ font: normal 20px 'Trebuchet MS', Trebuchet, sans-serif;
1942
+ color: #166C89;
1943
+ text-transform: capitalize;
1944
+ }
1945
+ #business-add-form legend a {
1946
+ font: normal 20px 'Trebuchet MS', Trebuchet, sans-serif;
1947
+ color: #166C89;
1948
+ text-transform: capitalize;
1949
+ }
1950
+ #eventful-add-event-form legend a {
1951
+ font: normal 20px 'Trebuchet MS', Trebuchet, sans-serif;
1952
+ color: #166C89;
1953
+ text-transform: capitalize;
1954
+ }
1955
+ .cs-form .item { padding: .5em; }
1956
+ .cs-form .item label {
1957
+ color: #656565;
1958
+ display: block;
1959
+ padding: .25em 0;
1960
+ }
1961
+ .cs-form .item .form-text { padding: .25em; }
1962
+ .cs-blue-form {
1963
+ background: #E2F6FA;
1964
+ border: 1px solid #B6E6F3;
1965
+ padding: .5em;
1966
+ }
1967
+ .cs-grey-form { background: #EFEFEF; }
1968
+ fieldset {
1969
+ float: left;
1970
+ display: inline;
1971
+ }
1972
+ .description { font-size: 85%; }
1973
+ .featuredVideo {
1974
+ text-align: center;
1975
+ padding: .5em;
1976
+ }
1977
+ .featuredVideo .biz-name {
1978
+ color: #F08711;
1979
+ font-size: 14px;
1980
+ font-weight: bold;
1981
+ }
1982
+ .featuredVideo .address {
1983
+ color: #666666;
1984
+ font-size: 12px;
1985
+ }
1986
+ .featuredVideo .phone {
1987
+ color: #666666;
1988
+ font-size: 12px;
1989
+ }
1990
+ .featuredVideo .phone { font-weight: bold; }
1991
+ .newsletter {
1992
+ padding-top: 3em;
1993
+ text-align: center;
1994
+ }
1995
+ div#corp-pages { padding: .5em; }
1996
+ div.corp-pages-menu { padding: .5em; }
1997
+ #map { background: url("http://static.csimg.com/img/loaders/cs-largeLoader.20081130.1.gif") no-repeat 50% 50%; }
1998
+ #gmap-tooltip-map {
1999
+ width: 500px;
2000
+ position: relative;
2001
+ }
2002
+ #gmap-infowindow img {
2003
+ display: inline;
2004
+ float: left;
2005
+ margin-right: 10px;
2006
+ }
2007
+ #gmap-tt-float { float: left; }
2008
+ .gmap-tt-text {
2009
+ font: bold 9px Verdana, Arial, Helvetica, sans-serif;
2010
+ color: #333333;
2011
+ padding: .5em .65em 0 0;
2012
+ }
2013
+ .gmap-clear-left { clear: left; }
2014
+ .gmap-tt-left {
2015
+ background: url("http://static.csimg.com/img/gmap/tt-left.png") no-repeat;
2016
+ height: 26px;
2017
+ width: 7px;
2018
+ }
2019
+ .gmap-tt-middle {
2020
+ background: url("http://static.csimg.com/img/gmap/tt-middle.png") repeat-x;
2021
+ height: 26px;
2022
+ }
2023
+ .gmap-tt-right {
2024
+ background: url("http://static.csimg.com/img/gmap/tt-right.png") no-repeat;
2025
+ width: 30px;
2026
+ height: 26px;
2027
+ }
2028
+ .gmap-tt-pointer {
2029
+ background: url("http://static.csimg.com/img/gmap/tt-pointer.png") no-repeat;
2030
+ width: 16px;
2031
+ height: 9px;
2032
+ position: absolute;
2033
+ top: -7px;
2034
+ left: 13px;
2035
+ }
2036
+ .video-pane {
2037
+ text-align: center;
2038
+ display: none;
2039
+ position: relative;
2040
+ padding-top: .5em;
2041
+ }
2042
+ .video-pane a.blue-close {
2043
+ position: absolute;
2044
+ top: 0;
2045
+ right: 5px;
2046
+ }
2047
+ div.vote-count {
2048
+ float: right;
2049
+ height: 40px;
2050
+ width: 72px;
2051
+ color: #75630D;
2052
+ font-size: 16px;
2053
+ text-align: center;
2054
+ padding-top: 8px;
2055
+ padding-left: 3px;
2056
+ margin-right: .5em;
2057
+ line-height: 12px;
2058
+ font-weight: bold;
2059
+ background: url("http://static.csimg.com/img/cs-bigIconSprite.20090316.1.png") no-repeat -190px 0;
2060
+ }
2061
+ div.vote-count span.desc {
2062
+ font-size: 8px;
2063
+ color: #D7B61A;
2064
+ text-transform: uppercase;
2065
+ margin-top: -5px;
2066
+ }
2067
+ .votesCount {
2068
+ float: left;
2069
+ border-left: 1px solid #CCCCCC;
2070
+ padding-left: .5em;
2071
+ margin-left: .5em;
2072
+ }
2073
+ div.pager {
2074
+ padding-left: 1em;
2075
+ color: #1F9EC9;
2076
+ margin-bottom: 1em;
2077
+ text-align: center;
2078
+ }
2079
+ div.pager .active {
2080
+ padding: .4em .5em;
2081
+ text-decoration: none;
2082
+ margin: 0 .25em;
2083
+ text-transform: uppercase;
2084
+ }
2085
+ span.pager-list a.active {
2086
+ padding: .4em .5em;
2087
+ text-decoration: none;
2088
+ margin: 0 .25em;
2089
+ text-transform: uppercase;
2090
+ }
2091
+ span.pager-list .pager-current {
2092
+ padding: .4em .5em;
2093
+ text-decoration: none;
2094
+ margin: 0 .25em;
2095
+ text-transform: uppercase;
2096
+ }
2097
+ div.pager .active {
2098
+ border: 1px solid #60C5E7;
2099
+ color: #1F9EC9;
2100
+ }
2101
+ span.pager-list a.active {
2102
+ border: 1px solid #60C5E7;
2103
+ color: #1F9EC9;
2104
+ }
2105
+ span.pager-list a.active { background-color: #E9F8FC; }
2106
+ span.pager-list .pager-current {
2107
+ font-size: 153.9%;
2108
+ color: #333333;
2109
+ margin: 0;
2110
+ padding: .4em .3em;
2111
+ }
2112
+ span.pager-list a.active:hover { background-color: #FFFFFF; }
2113
+ #cs-listing-options { color: #6C6C6C; }
2114
+ #cs-listing-options h1 {
2115
+ font-size: 123.1%;
2116
+ color: #666666;
2117
+ }
2118
+ #filters {
2119
+ background: #F3FCFE;
2120
+ border-top: 2px solid #C0E9F5;
2121
+ border-bottom: 2px solid #C0E9F5;
2122
+ color: #6C6C6C;
2123
+ padding: .5em;
2124
+ }
2125
+ li.business {
2126
+ color: #6C6C6C;
2127
+ line-height: 1.5em;
2128
+ }
2129
+ li.business .cs-blogo {
2130
+ float: left;
2131
+ margin-right: 1em;
2132
+ }
2133
+ li.business .cs-blogo img {
2134
+ border: 1px solid #DDDDDD;
2135
+ padding: 6px;
2136
+ background: #FFFFFF;
2137
+ }
2138
+ li.business .cs-sblogo {
2139
+ float: left;
2140
+ margin-right: 1em;
2141
+ text-align: center;
2142
+ height: 80px;
2143
+ width: 72px;
2144
+ background: url("http://static.csimg.com/img/cs-bigIconSprite.20090316.1.png") no-repeat -326px 0;
2145
+ }
2146
+ li.business .cs-sblogo a {
2147
+ font-size: 11px;
2148
+ font-weight: bold;
2149
+ text-decoration: none;
2150
+ color: #828282;
2151
+ display: block;
2152
+ width: 72px;
2153
+ height: 21px;
2154
+ border: 1px solid #DDDDDD;
2155
+ border-radius: 5px;
2156
+ -moz-border-radius: 5px;
2157
+ -webkit-border-radius: 5px;
2158
+ padding-top: 5px;
2159
+ background: #FFFFFF;
2160
+ }
2161
+ li.business a.name {
2162
+ font-size: 116%;
2163
+ font-weight: bold;
2164
+ float: left;
2165
+ }
2166
+ li.business .info { text-align: left; }
2167
+ li.business .phone { font-weight: bold; }
2168
+ li.business .bIcons {
2169
+ width: 40px;
2170
+ float: left;
2171
+ padding: 8px 0 0 7px;
2172
+ }
2173
+ #business-add-results { margin: 1em 0; }
2174
+ .business-add-search-result {
2175
+ border-bottom: 1px solid #C0E9F5;
2176
+ line-height: 1.5em;
2177
+ padding: .5em;
2178
+ color: #666666;
2179
+ }
2180
+ div.fivestar-container {
2181
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -125px -55px;
2182
+ width: 70px;
2183
+ height: 16px;
2184
+ float: left;
2185
+ display: inline;
2186
+ }
2187
+ div.fivestar-container .star {
2188
+ display: block;
2189
+ float: left;
2190
+ width: 14px;
2191
+ height: 15px;
2192
+ background-image: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png");
2193
+ background-repeat: no-repeat;
2194
+ background-position: -575px 0;
2195
+ cursor: pointer;
2196
+ overflow: hidden;
2197
+ }
2198
+ div.fivestar-container .on { background-position: -575px -16px; }
2199
+ div.fivestar-container .hover { background-position: -575px -32px; }
2200
+ #detailsContainer div.fivestar-container {
2201
+ background: none;
2202
+ width: 100px;
2203
+ height: 20px;
2204
+ float: left;
2205
+ }
2206
+ #detailsContainer div.fivestar-container .star {
2207
+ display: block;
2208
+ float: left;
2209
+ width: 20px;
2210
+ height: 20px;
2211
+ background-image: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png");
2212
+ background-repeat: no-repeat;
2213
+ background-position: -575px -50px;
2214
+ cursor: pointer;
2215
+ overflow: hidden;
2216
+ }
2217
+ #detailsContainer div.fivestar-container .on { background-position: -575px -75px; }
2218
+ #detailsContainer div.fivestar-container .hover { background-position: -575px -100px; }
2219
+ .cs-block {
2220
+ margin: 0;
2221
+ color: #8A8A8A;
2222
+ }
2223
+ .cs-block-title { padding: .5em 0 0 0; }
2224
+ .cs-block-control {
2225
+ color: #999999;
2226
+ text-align: right;
2227
+ }
2228
+ .cs-block-title .moreLink { font-size: 87%; }
2229
+ .pad-block { margin-top: .5em; }
2230
+ .selected {
2231
+ text-decoration: none;
2232
+ color: #666666;
2233
+ font-weight: bold;
2234
+ }
2235
+ #biz-status {
2236
+ display: none;
2237
+ margin-left: .5em;
2238
+ }
2239
+ #location-status {
2240
+ display: none;
2241
+ margin-left: .5em;
2242
+ }
2243
+ #biz-status { float: left; }
2244
+ #location-status {
2245
+ float: left;
2246
+ display: none;
2247
+ margin-left: .5em;
2248
+ margin-top: .25em;
2249
+ }
2250
+ .hot-title {
2251
+ color: #177797;
2252
+ font-weight: bold;
2253
+ padding: 0 .5em;
2254
+ }
2255
+ .hot-title .icon {
2256
+ float: right;
2257
+ display: inline;
2258
+ }
2259
+ .hot-title span {
2260
+ color: #999999;
2261
+ font-size: 90%;
2262
+ font-weight: normal;
2263
+ }
2264
+ .hot-title span a { font-size: 80%; }
2265
+ .hot-cat-name {
2266
+ float: left;
2267
+ display: inline;
2268
+ padding-top: .75em;
2269
+ }
2270
+ .cs-block .hot-name { width: 100%; }
2271
+ .cs-block .hot-biz-name { color: #1F9EC9; }
2272
+ .cs-block .hot-biz-name a { font-weight: bold; }
2273
+ .cs-block .fivestar-container { float: right; }
2274
+ .cs-block .fivestar-container .description { display: none; }
2275
+ .cs-deal {
2276
+ border: 3px dashed #CCCCCC;
2277
+ color: #666666;
2278
+ padding: .1em;
2279
+ margin: .5em 0;
2280
+ }
2281
+ .cs-deal .address {
2282
+ background: #F4F4F4;
2283
+ padding: .5em .75em;
2284
+ color: #666666;
2285
+ }
2286
+ .cs-deal .address span { font-size: 85%; }
2287
+ .cs-deal .cs-deal-text {
2288
+ font-size: 123.1%;
2289
+ padding: 1em;
2290
+ }
2291
+ .cs-deal .id {
2292
+ color: #9A9A9A;
2293
+ font-size: 93%;
2294
+ padding: .3em .8em;
2295
+ margin: .5em;
2296
+ text-align: center;
2297
+ }
2298
+ .cs-deal .id {
2299
+ float: left;
2300
+ display: inline;
2301
+ margin-left: 0;
2302
+ }
2303
+ .talk-bubble { display: block; }
2304
+ .talk-bubble * {
2305
+ display: block;
2306
+ height: 1px;
2307
+ overflow: hidden;
2308
+ font-size: .01em;
2309
+ background: #FEFEFE;
2310
+ }
2311
+ .talk-bubble1 {
2312
+ margin-left: 3px;
2313
+ margin-right: 3px;
2314
+ padding-left: 1px;
2315
+ padding-right: 1px;
2316
+ border-left: 1px solid #edf9fc;
2317
+ border-right: 1px solid #edf9fc;
2318
+ background: #f7fcfe;
2319
+ }
2320
+ .talk-bubble2 {
2321
+ margin-left: 1px;
2322
+ margin-right: 1px;
2323
+ padding-right: 1px;
2324
+ padding-left: 1px;
2325
+ border-left: 1px solid #e4f6fb;
2326
+ border-right: 1px solid #e4f6fb;
2327
+ background: #f9fdfe;
2328
+ }
2329
+ .talk-bubble3 {
2330
+ margin-left: 1px;
2331
+ margin-right: 1px;
2332
+ border-left: 1px solid #f9fdfe;
2333
+ border-right: 1px solid #f9fdfe;
2334
+ }
2335
+ .talk-bubble4 {
2336
+ border-left: 1px solid #edf9fc;
2337
+ border-right: 1px solid #edf9fc;
2338
+ }
2339
+ .talk-bubble5 {
2340
+ border-left: 1px solid #f7fcfe;
2341
+ border-right: 1px solid #f7fcfe;
2342
+ }
2343
+ .talk-bubblefg { background: #FEFEFE; }
2344
+ .review-header img {
2345
+ border: 1px solid #DDDDDD;
2346
+ padding: 2px;
2347
+ background: #FFFFFF;
2348
+ float: left;
2349
+ display: inline;
2350
+ margin: 0 .5em 0 0;
2351
+ }
2352
+ .review-bubble {
2353
+ position: relative;
2354
+ margin: 20px 0 0 0;
2355
+ }
2356
+ .review-bubble-text { padding: .5em .5em .5em 25px; }
2357
+ .review-bubble .talkie {
2358
+ position: absolute;
2359
+ top: -25px;
2360
+ left: 35px;
2361
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -125px -25px;
2362
+ width: 25px;
2363
+ height: 25px;
2364
+ }
2365
+ .review-bubble .quote {
2366
+ margin: .5em 0 0 .5em;
2367
+ height: 25px;
2368
+ width: 20px;
2369
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -150px -25px;
2370
+ float: left;
2371
+ display: inline;
2372
+ }
2373
+ .topCities { padding: .5em; }
2374
+ #aboutHood {
2375
+ background: #E1F5FB;
2376
+ padding: .5em;
2377
+ color: #156782;
2378
+ }
2379
+ #aboutHood .teaser { margin: .25em .5em; }
2380
+ #addPhotoContainer { padding: .5em 0; }
2381
+ #hoodAddPhoto {
2382
+ float: right;
2383
+ padding: .5em .5em 0 1em;
2384
+ margin-top: -1.65em;
2385
+ background: #E1F5FB;
2386
+ }
2387
+ .panoramio-copy {
2388
+ margin: 0 auto;
2389
+ text-align: center;
2390
+ color: #333333;
2391
+ font-size: 75%;
2392
+ padding: 1em;
2393
+ }
2394
+ .panoramio-copy a { color: #167392; }
2395
+ ul.navList {
2396
+ margin: 0;
2397
+ padding: .5em 0;
2398
+ color: #7E7E7E;
2399
+ }
2400
+ ul.navList li {
2401
+ padding: .25em 0;
2402
+ width: 100%;
2403
+ }
2404
+ .xdebug-var-dump { text-align: left; }
2405
+ .eventful-badge {
2406
+ margin: 0;
2407
+ padding: 0;
2408
+ border: 0;
2409
+ text-align: center;
2410
+ color: #CCCCCC;
2411
+ font-family: Arial;
2412
+ text-decoration: none;
2413
+ float: right;
2414
+ }
2415
+ .eventful-small {
2416
+ position: relative;
2417
+ width: 100px;
2418
+ font-size: 11px;
2419
+ line-height: 11px;
2420
+ }
2421
+ .eventful-badge a {
2422
+ color: #CCCCCC;
2423
+ text-decoration: none;
2424
+ }
2425
+ #nearbyUpcomingEvents { background: #FFFFFF; }
2426
+ .content-item {
2427
+ width: 100%;
2428
+ border: 1px #999999 solid;
2429
+ margin: 1em 0 1em 0;
2430
+ padding: .5em;
2431
+ margin: .5em;
2432
+ }
2433
+ .content-item .address {
2434
+ color: #666666;
2435
+ padding: 0;
2436
+ margin: 0;
2437
+ }
2438
+ .content-item .phone {
2439
+ color: #666666;
2440
+ padding: 0;
2441
+ margin: 0;
2442
+ }
2443
+ .content-item .address {
2444
+ display: block;
2445
+ text-transform: capitalize;
2446
+ }
2447
+ .content-item .phone { color: #666666; }
2448
+ .content-item .alt-phone {
2449
+ padding: 0;
2450
+ margin: 0;
2451
+ text-transform: capitalize;
2452
+ font-weight: normal;
2453
+ }
2454
+ .content-item .hide-content-link {
2455
+ float: right;
2456
+ margin: 0 5px 10px 10px;
2457
+ clear: both;
2458
+ }
2459
+ .content-item .full-content {
2460
+ position: relative;
2461
+ border: 1px #999999 dotted;
2462
+ padding: .3em;
2463
+ }
2464
+ #edit-biz-message { color: #cccccc; }
2465
+ #root-cta {
2466
+ font: bold 18px Arial, Helvetica, sans-serif;
2467
+ color: #ffffff;
2468
+ width: 926px;
2469
+ height: 128px;
2470
+ background: url("http://static.csimg.com/v2/img/root-cta-background.png") no-repeat;
2471
+ margin: 0 auto;
2472
+ position: relative;
2473
+ }
2474
+ #root-cta-big-text {
2475
+ margin-left: 20px;
2476
+ padding-top: 25px;
2477
+ }
2478
+ #root-cta-big-text span {
2479
+ margin: 0 4px 0 4px;
2480
+ padding: .2em 0 0 0;
2481
+ color: #167696;
2482
+ float: left;
2483
+ }
2484
+ #root-cta-button { float: left; }
2485
+ .root-cta-button-left {
2486
+ background: url("http://static.csimg.com/v2/img/root-cta-button-bg-left.png") no-repeat;
2487
+ float: left;
2488
+ height: 32px;
2489
+ width: 5px;
2490
+ }
2491
+ .root-cta-button-right {
2492
+ background: url("http://static.csimg.com/v2/img/root-cta-button-bg-right.png") no-repeat;
2493
+ float: left;
2494
+ height: 32px;
2495
+ width: 5px;
2496
+ }
2497
+ .root-cta-button-middle {
2498
+ height: 32px;
2499
+ background: url("http://static.csimg.com/v2/img/root-cta-button-bg.png") repeat-x;
2500
+ padding: .2em 5px 0 5px;
2501
+ float: left;
2502
+ }
2503
+ #root-talk-bubble {
2504
+ background: url("http://static.csimg.com/v2/img/root-cta-talk-bubble.png") no-repeat;
2505
+ height: 54px;
2506
+ width: 720px;
2507
+ position: absolute;
2508
+ top: 70px;
2509
+ left: 27px;
2510
+ font: 12px Arial, Helvetica, sans-serif;
2511
+ color: #666666;
2512
+ padding: 10px 75px 0 35px;
2513
+ }
2514
+ #root-cta-account {
2515
+ height: 34px;
2516
+ width: 231px;
2517
+ float: left;
2518
+ margin-left: 35px;
2519
+ }
2520
+ #root-cta-close-button {
2521
+ position: absolute;
2522
+ top: 18px;
2523
+ right: 8px;
2524
+ width: 21px;
2525
+ height: 15px;
2526
+ }
2527
+ #root-search {
2528
+ background: url("http://static.csimg.com/v2/img/root-search-bar-bg.png") repeat-x;
2529
+ width: 926px;
2530
+ height: 105px;
2531
+ margin: 5px auto;
2532
+ border: #f2e79b 2px solid;
2533
+ }
2534
+ .root-search-box {
2535
+ margin: 0px auto;
2536
+ margin-top: 35px;
2537
+ margin-left: 60px;
2538
+ color: #8D7E12;
2539
+ font-family: Arial, Helvetica, sans-serif;
2540
+ font-size: 14px;
2541
+ font-weight: normal;
2542
+ height: 40px;
2543
+ }
2544
+ .root-search-holder {
2545
+ float: left;
2546
+ padding-right: 7px;
2547
+ }
2548
+ #root-search #edit-search-term {
2549
+ border: 1px solid #cdcdcd;
2550
+ background: #ffffff url("http://static.csimg.com/v2/img/root-search-text-bar-bg.gif") repeat-x top left;
2551
+ display: inline;
2552
+ height: 20px;
2553
+ padding-top: 5px;
2554
+ font-weight: bold;
2555
+ font-family: Arial, Helvetica, sans-serif;
2556
+ font-size: 14px;
2557
+ padding-left: 24px;
2558
+ letter-spacing: -.06em;
2559
+ }
2560
+ .form-text .root-form-input { background: url("http://static.csimg.com/v2/img/root-search-magicon.gif") no-repeat left; }
2561
+ .root-search-button {
2562
+ background: url("http://static.csimg.com/v2/img/root-search-button.gif") repeat-x;
2563
+ color: #ffffff;
2564
+ font: bold 10px Tahoma;
2565
+ letter-spacing: -.01em;
2566
+ border: 2px solid #FF8C26;
2567
+ text-transform: uppercase;
2568
+ height: 27px;
2569
+ padding: 4px;
2570
+ width: 76px;
2571
+ }
2572
+ .root-loki-search {
2573
+ width: 90px;
2574
+ height: 27px;
2575
+ float: left;
2576
+ }
2577
+ #root-search .form-text {
2578
+ border: 1px solid #cdcdcd;
2579
+ background: #ffffff url("http://static.csimg.com/v2/img/root-search-input-bg.png") repeat-x top left;
2580
+ display: inline;
2581
+ height: 20px;
2582
+ padding-top: 5px;
2583
+ font-weight: bold;
2584
+ font-family: Arial, Helvetica, sans-serif;
2585
+ font-size: 14px;
2586
+ padding-left: 4px;
2587
+ color: #666666;
2588
+ letter-spacing: -.06em;
2589
+ }
2590
+ #root-region-dropdown-arrow {
2591
+ float: left;
2592
+ margin-left: 5px;
2593
+ border: 1px solid #cdcdcd;
2594
+ position: relative;
2595
+ }
2596
+ #root-region-list {
2597
+ position: absolute;
2598
+ top: 24;
2599
+ right: 0;
2600
+ background: #ffffff;
2601
+ width: 300px;
2602
+ z-index: 9999;
2603
+ border: 1px solid #cdcdcd;
2604
+ }
2605
+ #map-root {
2606
+ border: #c0e9f8 7px solid;
2607
+ margin-top: 5px;
2608
+ }
2609
+ #region-list h1 {
2610
+ height: 20px;
2611
+ width: 266px;
2612
+ background: #ffffff url("http://static.csimg.com/v2/img/root-region-bg.png") repeat-x bottom left;
2613
+ font: bold 14px Arial, Helvetica, sans-serif;
2614
+ padding: 5px;
2615
+ border-bottom: 1px solid #c0e9f8;
2616
+ }
2617
+ .region-list-hoods {
2618
+ clear: both;
2619
+ margin: 5px;
2620
+ float: right;
2621
+ padding-left: 8px;
2622
+ font-size: 11px;
2623
+ font-style: italic;
2624
+ }
2625
+ .region-list-title {
2626
+ font-weight: bold;
2627
+ color: #F08711;
2628
+ }
2629
+ #region-list ul {
2630
+ padding: 0;
2631
+ margin: 5px 10px 0 0;
2632
+ list-style: none;
2633
+ }
2634
+ #region-list ul li {
2635
+ padding: 5px;
2636
+ border: 1px solid #ffffff;
2637
+ margin-bottom: 2px;
2638
+ }
2639
+ #region-list ul li:hover {
2640
+ background: #f5fbfd;
2641
+ border: 1px solid #c0e9f8;
2642
+ }
2643
+ #region-list .city-highlight {
2644
+ background: #f5fbfd;
2645
+ border: 1px solid #c0e9f8;
2646
+ }
2647
+ #region-list ul li img {
2648
+ float: left;
2649
+ margin-right: 5px;
2650
+ padding: 2px;
2651
+ border: 1px solid #cccccc;
2652
+ }
2653
+ .root-num-hoods {
2654
+ font-size: 11px;
2655
+ color: #666666;
2656
+ padding-left: 13px;
2657
+ background: url("http://static.csimg.com/v2/img/small-green-arrow.png") no-repeat;
2658
+ background-position: 0% 50%;
2659
+ }
2660
+ .root-num-biz {
2661
+ font-size: 11px;
2662
+ color: #666666;
2663
+ padding-left: 13px;
2664
+ background: url("http://static.csimg.com/v2/img/small-green-arrow.png") no-repeat;
2665
+ background-position: 0% 50%;
2666
+ }
2667
+ .quick-look-trigger {
2668
+ font-size: 11px;
2669
+ padding-left: 8px;
2670
+ }
2671
+ .sort-type {
2672
+ font-size: 11px;
2673
+ color: #999999;
2674
+ }
2675
+ .sort-text {
2676
+ font-size: 11px;
2677
+ color: #999999;
2678
+ }
2679
+ .state-select {
2680
+ font-size: 11px;
2681
+ color: #999999;
2682
+ }
2683
+ .sort-type { padding: 2px; }
2684
+ .sort-text { font-style: italic; }
2685
+ .state-select { font-style: italic; }
2686
+ .sort-selected {
2687
+ text-decoration: none;
2688
+ background: #209fca;
2689
+ color: #ffffff;
2690
+ }
2691
+ #region-city-sort-options { margin: 5px 0 5px 0; }
2692
+ .root-add-image {
2693
+ background: url("http://static.csimg.com/v2/img/root-no-image.png") no-repeat 2px 2px;
2694
+ height: 60px;
2695
+ width: 60px;
2696
+ padding: 2px;
2697
+ border: 1px solid #cccccc;
2698
+ float: left;
2699
+ margin-right: 5px;
2700
+ }
2701
+ .root-add-image-link {
2702
+ height: 17px;
2703
+ font-size: 10px;
2704
+ text-align: center;
2705
+ margin: 0 auto;
2706
+ line-height: 17px;
2707
+ }
2708
+ .root-vote-now-link {
2709
+ height: 17px;
2710
+ font-size: 10px;
2711
+ text-align: center;
2712
+ margin: 0 auto;
2713
+ line-height: 17px;
2714
+ }
2715
+ .root-add-image-link {
2716
+ background: url("http://static.csimg.com/v2/img/root-add-one-sprite.gif") no-repeat top left;
2717
+ margin-top: 38px;
2718
+ width: 52px;
2719
+ }
2720
+ .root-vote-now-link {
2721
+ background: url("http://static.csimg.com/v2/img/root-vote-now-sprite.gif") no-repeat top left;
2722
+ margin-top: 4px;
2723
+ width: 56px;
2724
+ }
2725
+ .root-add-image-link:hover { background-position: 0 -17px; }
2726
+ .root-vote-now-link:hover { background-position: 0 -17px; }
2727
+ .root-add-image-link a {
2728
+ color: #ffffff;
2729
+ display: block;
2730
+ height: 17px;
2731
+ }
2732
+ .root-vote-now-link a {
2733
+ color: #ffffff;
2734
+ display: block;
2735
+ height: 17px;
2736
+ }
2737
+ .root-vote-now-link { color: #ffffff; }
2738
+ .root-add-image-link a { width: 52px; }
2739
+ .root-vote-now-link a { width: 56px; }
2740
+ .root-vote {
2741
+ background: url("http://static.csimg.com/v2/img/root-vote-bg.png") no-repeat;
2742
+ height: 68px;
2743
+ width: 68px;
2744
+ float: right;
2745
+ margin-right: 10px;
2746
+ }
2747
+ #root-state-list {
2748
+ width: 635px;
2749
+ background: url("http://static.csimg.com/v2/img/root-state-list-bg.png") repeat-x bottom left;
2750
+ border-bottom: 1px solid #bddaa3;
2751
+ padding: 10px 0 0 5px;
2752
+ margin: 0 auto;
2753
+ }
2754
+ #root-state-list a {
2755
+ color: #6b9e41;
2756
+ padding: 3px 5px 3px 5px;
2757
+ float: left;
2758
+ margin: 3px 5px 10px 0;
2759
+ }
2760
+ #root-state-list a.selected {
2761
+ text-decoration: none;
2762
+ color: #ffffff;
2763
+ background: #6b9e41;
2764
+ font-weight: bold;
2765
+ }
2766
+ #content-right { border-left: 1px solid #bddaa3; }
2767
+ #root-state-region-list {
2768
+ font-family: Arial, Helvetica, sans-serif;
2769
+ width: 630px;
2770
+ margin: 0 auto;
2771
+ margin-bottom: 40px;
2772
+ padding: 5px;
2773
+ }
2774
+ #root-state-region-list h2 {
2775
+ color: #6b9e41;
2776
+ font-size: 14px;
2777
+ }
2778
+ #root-state-region-list ul.region-list {
2779
+ padding: 0;
2780
+ margin: 0;
2781
+ list-style: none;
2782
+ }
2783
+ #root-state-region-list ul.city-list {
2784
+ padding: 0;
2785
+ margin: 0;
2786
+ list-style: none;
2787
+ }
2788
+ ul.region-list li {
2789
+ background: #ffffff url("http://static.csimg.com/v2/img/root-region-bg.png") repeat-x bottom left;
2790
+ padding: 5px;
2791
+ }
2792
+ ul.region-list li h3 {
2793
+ font-weight: bold;
2794
+ color: #15718f;
2795
+ font-size: 12px;
2796
+ }
2797
+ ul.city-list li {
2798
+ float: left;
2799
+ padding: 5px 0 5px 8px;
2800
+ margin: 0 0 0 10px;
2801
+ background: url("http://static.csimg.com/v2/img/tiny-right-arrow.gif") no-repeat;
2802
+ background-position: 0% 50%;
2803
+ }
2804
+ #root-state-region-list .see-more-link {
2805
+ float: right;
2806
+ font-size: 10px;
2807
+ }
2808
+ #quick-look-container {
2809
+ width: 606px;
2810
+ height: 620px;
2811
+ padding-top: 25px;
2812
+ border: #c0e9f8 7px solid;
2813
+ padding: 10px;
2814
+ overflow: auto;
2815
+ position: relative;
2816
+ margin-top: 5px;
2817
+ }
2818
+ .standard-container { background: url("http://static.csimg.com/v2/img/quick-look-bg.png") repeat-x top left; }
2819
+ .container-loading { background: url("http://static.csimg.com/v2/img/blue-loader.gif") no-repeat 50% 50%; }
2820
+ .quick-look-close {
2821
+ position: absolute;
2822
+ top: 5px;
2823
+ right: 5px;
2824
+ }
2825
+ #quick-look-city-header { border-bottom: 1px solid #dfdfdf; }
2826
+ #quick-look .business-name {
2827
+ float: left;
2828
+ display: block;
2829
+ width: 100%;
2830
+ }
2831
+ #quick-look .address {
2832
+ padding: 2px;
2833
+ font-size: 12px;
2834
+ clear: both;
2835
+ }
2836
+ #quick-look .phone {
2837
+ font-size: 14px;
2838
+ font-weight: bold;
2839
+ color: #666666;
2840
+ float: left;
2841
+ padding: 2px;
2842
+ }
2843
+ #quick-look .ratings {
2844
+ float: left;
2845
+ margin-left: 10px;
2846
+ margin-top: 2px;
2847
+ }
2848
+ #quick-look .reviews {
2849
+ font-style: italic;
2850
+ margin-left: 5px;
2851
+ }
2852
+ .dest { font-weight: bold; }
2853
+ #quick-look .dest {
2854
+ font-weight: normal;
2855
+ font-style: italic;
2856
+ display: inline;
2857
+ font-size: 11px;
2858
+ }
2859
+ #quick-look .headline { border-bottom: 1px solid #DFDFDF; }
2860
+ .extra-row .video-link { float: left; }
2861
+ .extra-row .ratings { float: left; }
2862
+ #quick-look .stars { float: left; }
2863
+ #quick-look .title { float: left; }
2864
+ #quick-look .sub-title { float: left; }
2865
+ .video-link { margin-left: 5px; }
2866
+ #quick-look .sub-title { clear: left; }
2867
+ .extra-row .video-link { margin-top: 2px; }
2868
+ #quick-look .view-all {
2869
+ float: right;
2870
+ margin: 5px;
2871
+ padding-left: 8px;
2872
+ background: url("http://static.csimg.com/v2/img/tiny-right-arrow.gif") no-repeat;
2873
+ background-position: 0% 50%;
2874
+ font-size: 11px;
2875
+ }
2876
+ #quick-look .view-all-bottom {
2877
+ float: right;
2878
+ margin: 5px;
2879
+ padding-left: 8px;
2880
+ background: url("http://static.csimg.com/v2/img/tiny-right-arrow.gif") no-repeat;
2881
+ background-position: 0% 50%;
2882
+ font-size: 11px;
2883
+ }
2884
+ #quick-look .view-all-bottom { font-size: 12px; }
2885
+ #quick-look .biz-count {
2886
+ font-size: 14px;
2887
+ color: #666666;
2888
+ padding-top: 10px;
2889
+ }
2890
+ #quick-look .biz-count-num {
2891
+ color: #2685A4;
2892
+ font-weight: bold;
2893
+ }
2894
+ #quick-look .description { width: 340px; }
2895
+ #quick-look .video-link {
2896
+ background: url("http://static.csimg.com/v2/img/control_play_blue.gif") no-repeat;
2897
+ padding-left: 20px;
2898
+ }
2899
+ #quick-look-navigation {
2900
+ border-bottom: 1px solid #dfdfdf;
2901
+ padding: 10px 0 0 5px;
2902
+ margin: 0 auto;
2903
+ }
2904
+ #quick-look-navigation a {
2905
+ color: #2685A4;
2906
+ padding: 3px 5px 3px 5px;
2907
+ float: left;
2908
+ margin: 3px 5px 10px 0;
2909
+ }
2910
+ #quick-look-navigation a.selected {
2911
+ text-decoration: none;
2912
+ color: #ffffff;
2913
+ background: #2685A4;
2914
+ font-weight: bold;
2915
+ }
2916
+ ul.root-featured li:hover { background-color: #EDF9FC; }
2917
+ ul.root-featured div.icon {
2918
+ width: 60px;
2919
+ height: 60px;
2920
+ margin-left: 10px;
2921
+ border: 1px solid #cccccc;
2922
+ background: none;
2923
+ padding: 5px;
2924
+ }
2925
+ ul.root-featured div.icon img {
2926
+ padding: 0;
2927
+ margin: 0;
2928
+ }
2929
+ ul.root-featured {
2930
+ margin: 0;
2931
+ padding: 0;
2932
+ list-style: none;
2933
+ font-size: 11px;
2934
+ color: #6F6F6F;
2935
+ line-height: 17px;
2936
+ }
2937
+ ul.root-featured li {
2938
+ width: 100%;
2939
+ padding: 15px 0 15px 0;
2940
+ overflow: hidden;
2941
+ border-bottom: 1px solid #DFDFDF;
2942
+ }
2943
+ ul.root-featured strong.head { font-size: 16px; }
2944
+ ul.root-featured div.columns {
2945
+ width: 100%;
2946
+ overflow: hidden;
2947
+ padding-bottom: 4px;
2948
+ }
2949
+ ul.root-featured div.columns div.left {
2950
+ width: 250px;
2951
+ padding-right: 38px;
2952
+ float: left;
2953
+ }
2954
+ ul.root-featured div.columns div.right {
2955
+ width: 200px;
2956
+ float: right;
2957
+ }
2958
+ ul.root-featured dl.info {
2959
+ margin: 0;
2960
+ padding: 0;
2961
+ width: 100%;
2962
+ overflow: hidden;
2963
+ }
2964
+ ul.root-featured dl.info dt {
2965
+ display: block;
2966
+ float: left;
2967
+ clear: left;
2968
+ margin: 0;
2969
+ padding: 0 0px 0 0;
2970
+ }
2971
+ ul.root-featured dl.info dd {
2972
+ margin: 0;
2973
+ padding: 0;
2974
+ display: block;
2975
+ text-transform: capitalize;
2976
+ }
2977
+ ul.root-featured dl.info dd a { color: #1C8BB0; }
2978
+ ul.root-featured p.contact {
2979
+ padding: 0;
2980
+ font-size: 12px;
2981
+ }
2982
+ ul.root-featured p.contact span { display: block; }
2983
+ ul.root-featured p.contact span.phone { color: #1C8BB0; }
2984
+ ul.root-featured p.comment {
2985
+ color: #525252;
2986
+ padding: 0;
2987
+ }
2988
+ ul.root-featured p.rate {
2989
+ padding: 0 0 3px 0;
2990
+ width: 100%;
2991
+ overflow: hidden;
2992
+ }
2993
+ ul.root-featured p.rate a { font-style: italic; }
2994
+ ul.root-featured p.rate span.stars {
2995
+ float: left;
2996
+ margin-right: 5px;
2997
+ }
2998
+ #root-tabs {
2999
+ font: bold 14px Arial, Helvetica, sans-serif;
3000
+ color: #167696;
3001
+ width: 640px;
3002
+ text-align: center;
3003
+ }
3004
+ .root-tab-border { border-bottom: 1px solid #C0E9F8; }
3005
+ #root-tabs ul { display: inline; }
3006
+ #root-tabs li {
3007
+ list-style: none;
3008
+ display: inline;
3009
+ margin-right: 5px;
3010
+ text-align: center;
3011
+ }
3012
+ #root-tabs a {
3013
+ background: url("http://static.csimg.com/v2/img/root-tab-bg.gif") repeat-x;
3014
+ text-decoration: none;
3015
+ display: block;
3016
+ float: left;
3017
+ overflow: hidden;
3018
+ height: 33px;
3019
+ width: 64px;
3020
+ color: #167696;
3021
+ line-height: 30px;
3022
+ margin-left: 3px;
3023
+ position: relative;
3024
+ bottom: -1px;
3025
+ border-left: 1px solid #C0E9F8;
3026
+ border-right: 1px solid #C0E9F8;
3027
+ border-top: 1px solid #C0E9F8;
3028
+ }
3029
+ #root-tabs .active a {
3030
+ border-bottom: 1px solid #ffffff;
3031
+ background: #ffffff;
3032
+ }
3033
+ #root-tabs .navigate {
3034
+ font: 11px Arial, Helvetica, sans-serif;
3035
+ font-weight: normal;
3036
+ text-decoration: none;
3037
+ display: block;
3038
+ float: left;
3039
+ overflow: hidden;
3040
+ height: 33px;
3041
+ color: #167696;
3042
+ line-height: 33px;
3043
+ margin-left: 10px;
3044
+ }
3045
+ .form-text label {
3046
+ padding-top: 6px;
3047
+ display: block;
3048
+ }
3049
+ .user-form { padding-bottom: 6px; }
3050
+ .user-form label { display: block; }
3051
+ #user-edit label {
3052
+ padding-top: 6px;
3053
+ display: block;
3054
+ }
3055
+ #user-edit .description {
3056
+ font-size: 11px;
3057
+ color: #777777;
3058
+ padding-left: 0;
3059
+ }
3060
+ #user-edit fieldset {
3061
+ background: #FFFFFF;
3062
+ border: 3px double #C2E2EC;
3063
+ }
3064
+ #user-edit legend {
3065
+ font-size: 14px;
3066
+ color: #333333;
3067
+ font-weight: bold;
3068
+ }
3069
+ .user-form-off {
3070
+ color: #858585;
3071
+ background-color: #EAEAEA;
3072
+ }
3073
+ #node-form label {
3074
+ padding-top: 6px;
3075
+ display: block;
3076
+ }
3077
+ #node-form fieldset {
3078
+ background: #FFFFFF;
3079
+ border: 3px double #C2E2EC;
3080
+ }
3081
+ #node-form legend {
3082
+ font-size: 14px;
3083
+ color: #333333;
3084
+ font-weight: bold;
3085
+ }
3086
+ #node-form .description {
3087
+ font-size: 11px;
3088
+ color: #777777;
3089
+ padding-left: 0;
3090
+ }
3091
+ #profile-edit ul {
3092
+ padding: 8px 0 22px 0;
3093
+ margin: 0;
3094
+ list-style: none;
3095
+ }
3096
+ #profile-edit ul li {
3097
+ display: inline;
3098
+ list-style: none;
3099
+ margin-right: 6px;
3100
+ }
3101
+ #profile-edit ul li {
3102
+ background: url("http://static.csimg.com/v2/img/button-profile-basic-on-bg.gif") repeat-x;
3103
+ border: 1px solid #C2E2EC;
3104
+ color: #166C89;
3105
+ padding-top: 6px;
3106
+ padding-bottom: 6px;
3107
+ padding-left: 10px;
3108
+ padding-right: 10px;
3109
+ font-size: 11px;
3110
+ font-weight: normal;
3111
+ }
3112
+ #profile-edit ul li a { color: #1A83A6; }
3113
+ #profile-edit ul li a.active {
3114
+ color: #1A83A6;
3115
+ font-weight: bold;
3116
+ text-decoration: none;
3117
+ }
3118
+ #claim-notice {
3119
+ border: 1px solid #B1E4F1;
3120
+ background: url("http://static.csimg.com/v2/img/claim-biz-bg.gif") repeat-x;
3121
+ width: 622px;
3122
+ height: 37px;
3123
+ font-size: 12px;
3124
+ color: #2186B1;
3125
+ padding: 7px 0 0 8px;
3126
+ margin: 0px 0px 10px 10px;
3127
+ }
3128
+ #claim-notice img {
3129
+ float: left;
3130
+ padding: 0 15px 0 0;
3131
+ }
3132
+ #claim-notice a { color: #19BDE7; }
3133
+ #fail-notice {
3134
+ border: 1px solid #E0A3A3;
3135
+ background: url("http://static.csimg.com/v2/img/fail-biz-bg.gif") repeat-x;
3136
+ width: 600px;
3137
+ height: 37px;
3138
+ font-size: 12px;
3139
+ color: #BB3E3E;
3140
+ padding: 7px 0px 0px 15px;
3141
+ margin: 0 0 10px 0;
3142
+ }
3143
+ #fail-notice img {
3144
+ float: left;
3145
+ padding: 0 15px 0 0;
3146
+ }
3147
+ #fail-notice a { color: #19BDE7; }
3148
+ #contract-cta {
3149
+ background: #E2EDC9 url("http://static.csimg.com/v2/img/contract-cta.png") no-repeat;
3150
+ height: 122px;
3151
+ width: 624px;
3152
+ border: 4px solid #BDD685;
3153
+ margin: 0 0 0 10px;
3154
+ position: relative;
3155
+ }
3156
+ #contract-cta-price {
3157
+ position: absolute;
3158
+ top: 15px;
3159
+ left: 13px;
3160
+ }
3161
+ #contract-cta-price .price {
3162
+ color: #3C3C3C;
3163
+ font-size: 31px;
3164
+ }
3165
+ #contract-cta-price .terms {
3166
+ color: #5F7627;
3167
+ font-size: 11px;
3168
+ }
3169
+ #owner-info {
3170
+ font-size: 12px;
3171
+ font-style: italic;
3172
+ color: #777777;
3173
+ }
3174
+ #commerce-claim-business-form {
3175
+ padding: .5em;
3176
+ margin-bottom: 1em;
3177
+ }
3178
+ #commerce-claim-business-form .description {
3179
+ font-size: 12px;
3180
+ color: #444444;
3181
+ width: auto;
3182
+ padding-top: 2em;
3183
+ }
3184
+ #commerce-claim-business-form label {
3185
+ font-weight: normal;
3186
+ color: #777777;
3187
+ }
3188
+ #commerce-claim-business-form .form-checkbox {
3189
+ width: auto;
3190
+ display: inline;
3191
+ }
3192
+ #commerce-claim-business-form input {
3193
+ font-size: 16px;
3194
+ padding: 4px;
3195
+ color: #444444;
3196
+ display: table;
3197
+ width: 70%;
3198
+ font-weight: bold;
3199
+ }
3200
+ #commerce-claim-business-form select {
3201
+ font-size: 16px;
3202
+ padding: 4px;
3203
+ color: #444444;
3204
+ font-weight: bold;
3205
+ }
3206
+ #commerce-claim-business-form fieldset {
3207
+ display: block;
3208
+ width: 100%;
3209
+ border: 1px solid #B1E4F1;
3210
+ padding: .5em;
3211
+ }
3212
+ #commerce-claim-business-form #edit-submit {
3213
+ width: auto;
3214
+ padding: 0;
3215
+ display: inline;
3216
+ }
3217
+ #details div.amenities dl {
3218
+ margin: 0;
3219
+ padding: 0;
3220
+ line-height: 22px;
3221
+ }
3222
+ #details div.amenities dl.left {
3223
+ width: 220px;
3224
+ float: left;
3225
+ }
3226
+ #details div.amenities dl.right {
3227
+ padding-left: 10px;
3228
+ width: 150px;
3229
+ float: left;
3230
+ }
3231
+ #details div.amenities dl dt {
3232
+ margin: 0;
3233
+ padding: 0;
3234
+ display: block;
3235
+ float: left;
3236
+ clear: left;
3237
+ }
3238
+ #details div.amenities dl.left dt { width: 145px; }
3239
+ #details div.amenities dl.right dt { width: 85px; }
3240
+ #details div.amenities dl dd {
3241
+ margin: 0;
3242
+ padding: 0;
3243
+ display: block;
3244
+ float: left;
3245
+ }
3246
+ * html #details div.amenities dl dd { float: none; }
3247
+ * + html #details div.amenities dl dd { float: none; }
3248
+ #details div.amenities span.yes { margin-top: 3px; }
3249
+ #details div.amenities span.no { margin-top: 3px; }
3250
+ a.remove_amenity { text-decoration: none; }
3251
+ a.remove_amenity:hover { color: #FF0000; }
3252
+ .amenity_content {
3253
+ margin: 10px;
3254
+ display: inline;
3255
+ }
3256
+ .amenities_options { margin-left: 10px; }
3257
+ #details div.amenities {
3258
+ width: 100%;
3259
+ overflow: hidden;
3260
+ }
3261
+ div.testimonial { margin-bottom: 40px; }
3262
+ div.testimonial div.box {
3263
+ margin-bottom: 0;
3264
+ padding-bottom: 35px;
3265
+ background-image: url("http://static.csimg.com/v2/img/box-bottom-testimonial.gif");
3266
+ color: #6F6F6F;
3267
+ font-style: italic;
3268
+ font-size: 13px;
3269
+ }
3270
+ div.testimonial div.box div.box-body { padding: 15px 25px 0 25px; }
3271
+ div.testimonial p.author {
3272
+ padding: 0 0 0 130px;
3273
+ margin: -15px 0 0 0;
3274
+ color: #6F6F6F;
3275
+ }
3276
+ #quick-search {
3277
+ padding: 20px 0 30px 0;
3278
+ width: 100%;
3279
+ overflow: hidden;
3280
+ }
3281
+ #quick-search p {
3282
+ width: 100%;
3283
+ overflow: hidden;
3284
+ margin: 0;
3285
+ padding: 0 0 10px 0;
3286
+ }
3287
+ #quick-search label {
3288
+ display: block;
3289
+ float: left;
3290
+ width: 150px;
3291
+ }
3292
+ #quick-search input.text {
3293
+ width: 200px;
3294
+ display: block;
3295
+ margin: 0 0 0 150px;
3296
+ }
3297
+ #quick-search input.submit {
3298
+ margin: 0 0 0 150px;
3299
+ float: left;
3300
+ display: inline;
3301
+ }
3302
+ #faceted-search { padding: 2px; }
3303
+ #faceted-search #distance-bar {
3304
+ padding-top: 8px;
3305
+ padding-bottom: 8px;
3306
+ text-align: center;
3307
+ font-weight: normal;
3308
+ color: #666666;
3309
+ }
3310
+ #faceted-search #distance-text {
3311
+ text-align: center;
3312
+ font-weight: normal;
3313
+ color: #666666;
3314
+ }
3315
+ #faceted-search #distance-text span {
3316
+ color: #2383A3;
3317
+ font-weight: normal;
3318
+ font-size: 170%;
3319
+ }
3320
+ #faceted-search #star-5 { background: url("http://static.csimg.com/v2/img/star-rating-5.gif") no-repeat right; }
3321
+ #faceted-search #star-4 { background: url("http://static.csimg.com/v2/img/star-rating-4.gif") no-repeat right; }
3322
+ #faceted-search #star-3 { background: url("http://static.csimg.com/v2/img/star-rating-3.gif") no-repeat right; }
3323
+ #faceted-search #star-2 { background: url("http://static.csimg.com/v2/img/star-rating-2.gif") no-repeat right; }
3324
+ #faceted-search #star-1 { background: url("http://static.csimg.com/v2/img/star-rating-1.gif") no-repeat right; }
3325
+ #faceted-search div.toggle {
3326
+ padding-right: 12px;
3327
+ text-align: right;
3328
+ background: url("http://static.csimg.com/v2/img/arrow-more-blue-fs.gif") no-repeat right;
3329
+ }
3330
+ #faceted-search div.toggle a {
3331
+ color: #2CA4CB;
3332
+ font-weight: normal;
3333
+ text-decoration: underline;
3334
+ }
3335
+ #faceted-search div.toggle a:hover { color: #666666; }
3336
+ #faceted-search h4 {
3337
+ color: #F08711;
3338
+ font-size: 100%;
3339
+ }
3340
+ #faceted-search #holder {
3341
+ color: #1C6882;
3342
+ font-size: 85%;
3343
+ font-weight: bold;
3344
+ padding-top: 10px;
3345
+ padding-bottom: 10px;
3346
+ border-bottom: 1px solid #E4E4E4;
3347
+ }
3348
+ #faceted-search #holder ul {
3349
+ text-align: left;
3350
+ margin: 0;
3351
+ padding: 0;
3352
+ list-style: none;
3353
+ padding-top: 4px;
3354
+ }
3355
+ #faceted-search #holder li {
3356
+ font-weight: normal;
3357
+ color: #666666;
3358
+ list-style: none;
3359
+ line-height: 1.4em;
3360
+ }
3361
+ #faceted-search #holder span.fq-selected {
3362
+ font-weight: bold;
3363
+ padding-left: 12px;
3364
+ background: url("http://static.csimg.com/v2/img/arrow-right-fs.gif") no-repeat left;
3365
+ color: #666666;
3366
+ }
3367
+ #faceted-search #holder li a {
3368
+ color: #2CA4CB;
3369
+ text-decoration: underline;
3370
+ }
3371
+ #faceted-search #holder li a:hover {
3372
+ color: #666666;
3373
+ text-decoration: underline;
3374
+ }
3375
+ #faceted-search li span {
3376
+ font-weight: normal;
3377
+ color: #949494;
3378
+ text-decoration: none;
3379
+ }
3380
+ #faceted-search li span a {
3381
+ font-weight: normal;
3382
+ color: #949494;
3383
+ text-decoration: none;
3384
+ }
3385
+ #faceted-search #holder-alpha {
3386
+ color: #1C6882;
3387
+ font-size: 85%;
3388
+ font-weight: bold;
3389
+ padding-top: 10px;
3390
+ padding-bottom: 10px;
3391
+ border-bottom: 1px solid #E4E4E4;
3392
+ }
3393
+ #faceted-search #holder-alpha ul {
3394
+ list-style: none;
3395
+ text-align: left;
3396
+ margin: 0;
3397
+ padding: 0;
3398
+ padding-top: 4px;
3399
+ }
3400
+ #faceted-search #holder-alpha li {
3401
+ list-style: none;
3402
+ float: left;
3403
+ font-weight: normal;
3404
+ color: #666666;
3405
+ padding-right: 6px;
3406
+ line-height: 1.4em;
3407
+ }
3408
+ #faceted-search #holder-alpha span.location {
3409
+ font-weight: normal;
3410
+ color: #666666;
3411
+ font-size: 90%;
3412
+ }
3413
+ #faceted-search #holder-alpha li.fq-selected {
3414
+ font-weight: bold;
3415
+ padding-left: 12px;
3416
+ background: url("http://static.csimg.com/v2/img/arrow-right-fs.gif") no-repeat left;
3417
+ }
3418
+ #faceted-search #holder-alpha li a {
3419
+ color: #2CA4CB;
3420
+ text-decoration: underline;
3421
+ }
3422
+ #faceted-search #holder-alpha li a:hover {
3423
+ color: #666666;
3424
+ text-decoration: underline;
3425
+ }
3426
+ #faceted-search #holder-alpha .clear-left { clear: left; }
3427
+ .faceted-search-remove-filter {
3428
+ padding-right: 15px;
3429
+ background: url("http://static.csimg.com/v2/img/close-fs.gif") no-repeat right;
3430
+ }
3431
+ div.message-send {
3432
+ width: 100%;
3433
+ overflow: hidden;
3434
+ margin-bottom: 19px;
3435
+ font-size: 11px;
3436
+ }
3437
+ div.message-send strong.head {
3438
+ color: #1C8BB0;
3439
+ font-size: 12px;
3440
+ padding-bottom: 0;
3441
+ }
3442
+ div.message-send label {
3443
+ display: block;
3444
+ font-weight: bold;
3445
+ color: #4D4D4D;
3446
+ padding-top: 10px;
3447
+ padding-bottom: 2px;
3448
+ }
3449
+ div.message-send label.disabled { color: #A6A6A6; }
3450
+ div.message-send textarea {
3451
+ width: 98%;
3452
+ border: 1px solid #E9E7E3;
3453
+ margin: 0 0 8px 0;
3454
+ padding: 0;
3455
+ color: #4D4D4D;
3456
+ display: block;
3457
+ background-color: #FFFFFF;
3458
+ height: 105px;
3459
+ }
3460
+ div.comments { background: none !important; }
3461
+ div.comments div.box-body {
3462
+ margin-left: 6px;
3463
+ padding-left: 10px;
3464
+ background-image: none !important;
3465
+ margin-bottom: 4px;
3466
+ width: 637px;
3467
+ }
3468
+ div.comments .headline h2 {
3469
+ padding-left: 18px;
3470
+ font-size: 12px;
3471
+ color: #666666;
3472
+ }
3473
+ ul.clist {
3474
+ margin: 0;
3475
+ padding: 0;
3476
+ list-style: none;
3477
+ font-size: 12px;
3478
+ color: #4A4A4A;
3479
+ }
3480
+ ul.clist a { color: #1A83A6; }
3481
+ ul.clist li {
3482
+ width: 100%;
3483
+ overflow: hidden;
3484
+ padding-bottom: 22px;
3485
+ }
3486
+ ul.clist div.icon {
3487
+ font-size: 11px;
3488
+ font-weight: bold;
3489
+ text-align: center;
3490
+ }
3491
+ ul.clist div.icon img {
3492
+ padding: 3px;
3493
+ border: 1px solid #B7D2DF;
3494
+ background-color: #FFFFFF;
3495
+ margin-top: 3px;
3496
+ }
3497
+ ul.clist p.date {
3498
+ display: block;
3499
+ font-size: 11px;
3500
+ color: #017294;
3501
+ font-weight: bold;
3502
+ padding-bottom: 8px;
3503
+ }
3504
+ #user-login .box-body .user-form { padding-left: 10px; }
3505
+ #user-login .box-body p { padding-left: 10px; }
3506
+ #user-login #edit-submit { margin-left: 10px; }
3507
+ #user-login h1 {
3508
+ margin: 0;
3509
+ padding-bottom: 6px;
3510
+ }
3511
+ #user-register .box-body .user-form { padding-left: 10px; }
3512
+ #user-register .box-body p {
3513
+ padding-left: 10px;
3514
+ text-align: left;
3515
+ }
3516
+ #user-register fieldset {
3517
+ display: table;
3518
+ color: #166C89;
3519
+ }
3520
+ #user-register #edit-submit { margin-left: 10px; }
3521
+ #user-register h1 {
3522
+ margin: 0;
3523
+ padding-bottom: 6px;
3524
+ }
3525
+ .box-bg { padding-left: .5em; }
3526
+ .box-body {
3527
+ overflow: hidden;
3528
+ font-size: 12px;
3529
+ color: #666666;
3530
+ border-top: 2px solid #C0E9F5;
3531
+ border-bottom: 2px solid #C0E9F5;
3532
+ background-color: #F1FCFE;
3533
+ }
3534
+ .box-body .headline {
3535
+ padding-left: 10px;
3536
+ padding-top: 10px;
3537
+ }
3538
+ .box-body .headline h1 {
3539
+ font-size: 182%;
3540
+ padding: 0;
3541
+ margin: 0;
3542
+ }
3543
+ form #edit-cs-firstname { display: none; }
3544
+ form #edit-cs-lastname { display: none; }
3545
+ form #edit-cs-firstname .form-text { display: none; }
3546
+ form #edit-cs-lastname .form-text { display: none; }
3547
+ #userLogin { color: #666666; }
3548
+ #userLogin h3 {
3549
+ font-size: 167%;
3550
+ font-weight: bold;
3551
+ color: #666666;
3552
+ padding: 0;
3553
+ margin: 0;
3554
+ }
3555
+ #userLogin label {
3556
+ display: block;
3557
+ font-weight: bold;
3558
+ width: 100%;
3559
+ padding: .5em 0;
3560
+ }
3561
+ #userLogin .form-text {
3562
+ display: block;
3563
+ float: left;
3564
+ padding: .2em;
3565
+ color: #156782;
3566
+ font-weight: bold;
3567
+ font-size: 93%;
3568
+ width: 50%;
3569
+ }
3570
+ #userLogin .form-required { display: none; }
3571
+ #userLogin #userLinks {
3572
+ width: 50%;
3573
+ text-align: center;
3574
+ }
3575
+ #userLogin .loginItem {
3576
+ float: left;
3577
+ display: block;
3578
+ padding: .5em;
3579
+ width: 100%;
3580
+ }
3581
+ #userSubmit { width: 50%; }
3582
+ #userSubmit #edit-submit {
3583
+ border: 1px solid #999999;
3584
+ padding: .3em .5em;
3585
+ background: #DDDDDD;
3586
+ color: #333333;
3587
+ margin: 0 auto;
3588
+ position: relative;
3589
+ display: block;
3590
+ width: 33%;
3591
+ }
3592
+ #userSubmit #edit-submit:hover { background: #EEEEEE; }
3593
+ #facebox .form-text { width: 90%; }
3594
+ #facebox #userLinks { width: 90%; }
3595
+ #facebox #userSubmit { width: 90%; }
3596
+ #ftTop ul {
3597
+ margin: 0;
3598
+ list-style: none;
3599
+ }
3600
+ #ftTop ul li {
3601
+ display: inline;
3602
+ padding: 0 .5em;
3603
+ line-height: 1.5em;
3604
+ }
3605
+ #ftBottom ul {
3606
+ margin: 0;
3607
+ list-style: none;
3608
+ }
3609
+ #ftBottom ul li {
3610
+ display: block;
3611
+ padding: .25em .75em .25em 0;
3612
+ line-height: 1.5em;
3613
+ float: left;
3614
+ }
3615
+ ul.blue-arrow li {
3616
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -625px -22px;
3617
+ padding: .2em 0 0 10px;
3618
+ }
3619
+ ol.blue-arrow li {
3620
+ background: url("http://static.csimg.com/img/cs-iconSprite.20090316.4.png") no-repeat -625px -22px;
3621
+ padding: .2em 0 0 10px;
3622
+ }
3623
+ ul.blue-bg {
3624
+ margin: .3em 0 0 0;
3625
+ border-top: 6px solid #1F9EC9;
3626
+ }
3627
+ ol.blue-bg {
3628
+ margin: .3em 0 0 0;
3629
+ border-top: 6px solid #1F9EC9;
3630
+ }
3631
+ ul.blue-bg li {
3632
+ border-bottom: 1px solid #FFFFFF;
3633
+ background: #EDF8FC;
3634
+ padding: .8em .5em;
3635
+ margin: 0;
3636
+ }
3637
+ ol.blue-bg li {
3638
+ border-bottom: 1px solid #FFFFFF;
3639
+ background: #EDF8FC;
3640
+ padding: .8em .5em;
3641
+ margin: 0;
3642
+ }
3643
+ ul.blue-bg li:hover { background: #FFFFFF; }
3644
+ ol.blue-bg li:hover { background: #FFFFFF; }
3645
+ ul.blue-bg li .icon {
3646
+ float: left;
3647
+ display: inline;
3648
+ }
3649
+ ol.blue-bg li .icon {
3650
+ float: left;
3651
+ display: inline;
3652
+ }
3653
+ ul.blue-separator {
3654
+ margin: 0;
3655
+ padding: 0;
3656
+ }
3657
+ ol.blue-separator {
3658
+ margin: 0;
3659
+ padding: 0;
3660
+ }
3661
+ #aboutHood ul {
3662
+ margin: 0;
3663
+ padding: 0;
3664
+ }
3665
+ ul.blue-separator li {
3666
+ border-bottom: 1px solid #C0E9F5;
3667
+ padding: .7em 0;
3668
+ margin: 0;
3669
+ }
3670
+ ol.blue-separator li {
3671
+ border-bottom: 1px solid #C0E9F5;
3672
+ padding: .7em 0;
3673
+ margin: 0;
3674
+ }
3675
+ ul.blue-separator li:hover { background: #EDF8FC; }
3676
+ ol.blue-separator li:hover { background: #EDF8FC; }
3677
+ ul.blue-separator li .icon {
3678
+ float: left;
3679
+ display: inline;
3680
+ }
3681
+ ol.blue-separator li .icon {
3682
+ float: left;
3683
+ display: inline;
3684
+ }
3685
+ ul.spacer li { padding: .2em 0; }
3686
+ ol.spacer li { padding: .2em 0; }
3687
+ #homeMain ul.blue-separator li { border-bottom: 1px solid #EEEEEE; }
3688
+ #homeMain ol.blue-separator li { border-bottom: 1px solid #EEEEEE; }
3689
+ #homeMain ul.blue-separator li .icon { margin-top: -2px; }
3690
+ #homeMain ol.blue-separator li .icon { margin-top: -2px; }
3691
+ #homeLocations .navList {
3692
+ float: left;
3693
+ width: 33%;
3694
+ }
3695
+ #aboutHood ul.photos li {
3696
+ float: left;
3697
+ padding: 4px 4px 0 4px;
3698
+ border: 2px solid #C0E9F5;
3699
+ margin: 3px 10px;
3700
+ background: #FFFFFF;
3701
+ }
3702
+ #aboutHood ul.photos li:hover { border: 2px solid #1F9EC9; }
3703
+ html.js fieldset.collapsed {
3704
+ border-bottom-width: 0;
3705
+ border-left-width: 0;
3706
+ border-right-width: 0;
3707
+ margin-bottom: 0;
3708
+ height: 1em;
3709
+ }
3710
+ html.js fieldset.collapsed * { display: none; }
3711
+ html.js fieldset.collapsed legend { display: block; }
3712
+ html.js fieldset.collapsible legend a {
3713
+ padding-left: 15px;
3714
+ background: url("../../misc/menu-expanded.png") 5px 75% no-repeat;
3715
+ }
3716
+ html.js fieldset.collapsed legend a {
3717
+ background-image: url("../../misc/menu-collapsed.png");
3718
+ background-position: 5px 50%;
3719
+ }
3720
+ * html.js fieldset.collapsed legend { display: inline; }
3721
+ * html.js fieldset.collapsed legend * { display: inline; }
3722
+ * html.js fieldset.collapsed table * { display: inline; }
3723
+ html.js fieldset.collapsible legend a { display: block; }
3724
+ html.js fieldset.collapsible .fieldset-wrapper { overflow: auto; }
3725
+ #autocomplete {
3726
+ position: absolute;
3727
+ border: 1px solid;
3728
+ overflow: hidden;
3729
+ z-index: 100;
3730
+ }
3731
+ #autocomplete ul {
3732
+ margin: 0;
3733
+ padding: 0;
3734
+ list-style: none;
3735
+ }
3736
+ #autocomplete li {
3737
+ background: #ffffff;
3738
+ color: #000000;
3739
+ white-space: pre;
3740
+ cursor: default;
3741
+ }
3742
+ #autocomplete li.selected {
3743
+ background: #0072b9;
3744
+ color: #ffffff;
3745
+ }
3746
+ .resizable-textarea { width: 95%; }
3747
+ .resizable-textarea .grippie {
3748
+ height: 9px;
3749
+ overflow: hidden;
3750
+ background: #eeeeee url("../../misc/grippie.png") no-repeat center 2px;
3751
+ border: 1px solid #dddddd;
3752
+ border-top-width: 0;
3753
+ cursor: s-resize;
3754
+ }
3755
+ html.js .resizable-textarea textarea {
3756
+ margin-bottom: 0;
3757
+ width: 100%;
3758
+ display: block;
3759
+ }
3760
+ #blocks { border: 1px solid #CCCCCC; }
3761
+ #blocks thead { display: none; }
3762
+ #blocks td { border-bottom: 1px solid #CCCCCC; }
3763
+ #blocks tr:hover { background: #FFF1D1; }
3764
+ #blocks .region {
3765
+ font-weight: bold;
3766
+ border-bottom: 2px solid #CCCCCC;
3767
+ text-transform: uppercase;
3768
+ text-align: center;
3769
+ }
3770
+ #blocks .odd { background: #eaeaea; }