synergy_default_theme 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. data/LICENSE +23 -0
  2. data/README.md +4 -0
  3. data/Rakefile +31 -0
  4. data/app/controllers/home_controller.rb +10 -0
  5. data/app/controllers/products_controller_decorator.rb +3 -0
  6. data/app/helpers/base_helper_decorator.rb +14 -0
  7. data/app/helpers/orders_helper_decorator.rb +5 -0
  8. data/app/helpers/product_helper_decorator.rb +22 -0
  9. data/app/helpers/taxons_helper_decorator.rb +7 -0
  10. data/app/models/page_sweeper.rb +20 -0
  11. data/app/models/tracker_sweeper.rb +20 -0
  12. data/app/views/admin/reviews/index.html.erb +42 -0
  13. data/app/views/admin/taxonomies/_list.html.erb +19 -0
  14. data/app/views/admin/taxonomies/_show_on_homepage_field.html.erb +4 -0
  15. data/app/views/checkout/_delivery.html.erb +25 -0
  16. data/app/views/checkout/_payment.html.erb +34 -0
  17. data/app/views/gateway/robokassa/show.html.erb +22 -0
  18. data/app/views/home/index.html.erb +11 -0
  19. data/app/views/layouts/spree_application.html.erb +110 -0
  20. data/app/views/orders/_advanced_cart.html.erb +45 -0
  21. data/app/views/products/_cart_form.html.erb +59 -0
  22. data/app/views/products/_eot_includes.html.erb +27 -0
  23. data/app/views/products/_image.html.erb +8 -0
  24. data/app/views/products/_properties.html.erb +12 -0
  25. data/app/views/products/_thumbnails.html.erb +36 -0
  26. data/app/views/products/show.html.erb +146 -0
  27. data/app/views/shared/_like_buttons.html.erb +27 -0
  28. data/app/views/shared/_login_bar.html.erb +26 -0
  29. data/app/views/shared/_order_details.html.erb +50 -0
  30. data/app/views/shared/_products.html.erb +42 -0
  31. data/app/views/shared/_rating.html.erb +8 -0
  32. data/app/views/shared/_reviews.html.erb +40 -0
  33. data/app/views/shared/_search.html.erb +3 -0
  34. data/app/views/shared/_synergy_compare_products_js.html.erb +51 -0
  35. data/app/views/shared/_taxonomies.html.erb +16 -0
  36. data/config/initializers/advanced_cart.rb +3 -0
  37. data/config/initializers/constants.rb +3 -0
  38. data/config/initializers/like_buttons.rb +1 -0
  39. data/config/locales/ru.yml +22 -0
  40. data/config/routes.rb +4 -0
  41. data/db/migrate/20110330125354_add_show_on_main_page_flag_to_taxonomies.rb +9 -0
  42. data/db/migrate/20110404120925_change_column_title_in_reviews.rb +13 -0
  43. data/lib/spree_compare_products_hooks.rb +15 -0
  44. data/lib/spree_reviews_hook.rb +24 -0
  45. data/lib/synergy_default_theme.rb +39 -0
  46. data/lib/synergy_default_theme_hooks.rb +5 -0
  47. data/lib/tasks/install.rake +25 -0
  48. data/lib/tasks/synergy_default_theme.rake +1 -0
  49. data/public/images/bubblepopup_bg.png +0 -0
  50. data/public/images/bubblepopup_bottom.png +0 -0
  51. data/public/images/bubblepopup_top.png +0 -0
  52. data/public/images/button_long.png +0 -0
  53. data/public/images/button_short.png +0 -0
  54. data/public/images/cart.png +0 -0
  55. data/public/images/cart_th_bg.png +0 -0
  56. data/public/images/checkout.png +0 -0
  57. data/public/images/close_button.png +0 -0
  58. data/public/images/facebook_32.png +0 -0
  59. data/public/images/footer_panel.png +0 -0
  60. data/public/images/google_32.png +0 -0
  61. data/public/images/header_panel.png +0 -0
  62. data/public/images/libra.png +0 -0
  63. data/public/images/login_bar_bg.png +0 -0
  64. data/public/images/logo.png +0 -0
  65. data/public/images/noimage/product.jpg +0 -0
  66. data/public/images/noimage/small.jpg +0 -0
  67. data/public/images/red_button_bg.png +0 -0
  68. data/public/images/remove_comparable.png +0 -0
  69. data/public/images/search_button.png +0 -0
  70. data/public/images/search_textinput.png +0 -0
  71. data/public/images/search_textinput_active.png +0 -0
  72. data/public/images/star.png +0 -0
  73. data/public/images/star_orange.png +0 -0
  74. data/public/images/star_white.png +0 -0
  75. data/public/images/table_th1_34.png +0 -0
  76. data/public/images/twitter_32.png +0 -0
  77. data/public/images/vkontakte_32.png +0 -0
  78. data/public/images/zoom.png +0 -0
  79. data/public/javascripts/jquery.tools.min.js +23 -0
  80. data/public/javascripts/product.js +64 -0
  81. data/public/javascripts/product_simple.js +54 -0
  82. data/public/stylesheets/style.css +965 -0
  83. data/spec/spec_helper.rb +30 -0
  84. data/synergy_default_theme.gemspec +23 -0
  85. metadata +177 -0
@@ -0,0 +1,54 @@
1
+ jQuery(document).ready(function() {
2
+ jQuery('#product-variants input[type=radio]').click(function (event) {
3
+ var vid = this.value;
4
+ var text = $(this).siblings(".variant-description").html();
5
+
6
+ jQuery("#variant-thumbnails").empty();
7
+ jQuery("#variant-images span").html(text);
8
+
9
+ if (images[vid].length > 0) {
10
+ $.each(images[vid], function(i, link) {
11
+ jQuery("#variant-thumbnails").append('<li>' + link + '</li>');
12
+ });
13
+
14
+ jQuery("#variant-images").show();
15
+ } else {
16
+ jQuery("#variant-images").hide();
17
+ }
18
+
19
+ add_image_handlers();
20
+
21
+ var link = jQuery("#variant-thumbnails a")[0];
22
+
23
+ jQuery("#main-image img").attr({src: jQuery(link).attr('href')});
24
+ jQuery('ul.thumbnails li').removeClass('selected');
25
+ jQuery(link).parent('li').addClass('selected');
26
+ });
27
+
28
+ var selectedRadio = jQuery('#product-variants input[type=radio]:checked');
29
+ if (selectedRadio[0]) {
30
+ var vid = selectedRadio[0].value;
31
+ var text = selectedRadio.siblings(".variant-description").html();
32
+
33
+ jQuery("#variant-thumbnails").empty();
34
+ jQuery("#variant-images span").html(text);
35
+
36
+ if (images[vid].length > 0) {
37
+ $.each(images[vid], function(i, link) {
38
+ jQuery("#variant-thumbnails").append('<li>' + link + '</li>');
39
+ });
40
+
41
+ jQuery("#variant-images").show();
42
+ } else {
43
+ jQuery("#variant-images").hide();
44
+ }
45
+
46
+ add_image_handlers();
47
+
48
+ var link = jQuery("#variant-thumbnails a")[0];
49
+
50
+ jQuery("#main-image img").attr({src: jQuery(link).attr('href')});
51
+ jQuery('ul.thumbnails li').removeClass('selected');
52
+ jQuery(link).parent('li').addClass('selected');
53
+ }
54
+ });
@@ -0,0 +1,965 @@
1
+ body.one-col .content {
2
+ margin-left: auto;
3
+ width: 1020px !important;
4
+ }
5
+
6
+ body.two-col .content {
7
+ margin-left: 20px;
8
+ }
9
+
10
+ p img {
11
+ margin-right: auto;
12
+ vertical-align: middle;
13
+ }
14
+
15
+ html {
16
+ height: 100%;
17
+ }
18
+
19
+ body {
20
+ height: 100%;
21
+ background: none;
22
+ margin: 0;
23
+ }
24
+
25
+ body, td, form {
26
+ font-family: Verdana, sans-serif;
27
+ font-size: 9pt;
28
+ }
29
+
30
+ h1, h2, h3, h4, h5, h6 {
31
+ font-family: Verdana, serif;
32
+ }
33
+
34
+ .fixed_width {
35
+ width: 1058px;
36
+ }
37
+
38
+ .relative {
39
+ position: relative;
40
+ }
41
+
42
+ .header_panel {
43
+ background: url("../images/header_panel.png") no-repeat;
44
+ width: 1058px;
45
+ height: 102px;
46
+ display: table;
47
+ margin-top: 4px;
48
+ }
49
+
50
+ .header_panel #taxon {
51
+ display: none;
52
+ }
53
+
54
+ .header_panel #keywords:focus {
55
+ background: url("../images/search_textinput_active.png") no-repeat;
56
+ }
57
+
58
+ .header_panel #keywords {
59
+ width: 250px;
60
+ height: 22px;
61
+ background: url("../images/search_textinput.png") no-repeat;
62
+ border: none;
63
+ vertical-align: bottom;
64
+ padding-left: 10px;
65
+ }
66
+
67
+ .header_panel > ul {
68
+ margin: 0;
69
+ padding: 0;
70
+ list-style: none;
71
+ display: table-row;
72
+ }
73
+
74
+ .header_panel > ul > li {
75
+ height: 102px;
76
+ vertical-align: middle;
77
+ text-align: left;
78
+ display: table-cell;
79
+ }
80
+
81
+ #comparable_products_wrapper h3 {
82
+ font-size: 12pt;
83
+ font-weight: bold;
84
+ }
85
+
86
+ #comparable_products {
87
+ margin: 0 0 1.5em 0;
88
+ list-style: none;
89
+ }
90
+
91
+ #comparable_products a {
92
+ color: #369;
93
+ }
94
+
95
+ #comparable_products a:hover {
96
+ text-decoration: underline;
97
+ color: #48a;
98
+ }
99
+
100
+ #compare_products_link {
101
+ text-align: center;
102
+ }
103
+
104
+ #compare_products_link a {
105
+ text-transform: none;
106
+ }
107
+
108
+ #clear_comparable_products_link {
109
+ display: none;
110
+ }
111
+
112
+ .remove-comparable-item {
113
+ float: right;
114
+ display: block;
115
+ width: 13px;
116
+ height: 13px;
117
+ background: url("../images/remove_comparable.png") no-repeat;
118
+ margin-top: 3px;
119
+ }
120
+
121
+ .header_panel #keywords_submit {
122
+ width: 94px;
123
+ height: 24px;
124
+ background: url("../images/search_button.png") no-repeat;
125
+ border: none;
126
+ vertical-align: bottom;
127
+ color: white;
128
+ padding-bottom: 3px;
129
+ cursor: pointer;
130
+ }
131
+
132
+ .header_panel a.empty, .header_panel a.full {
133
+ background: url("../images/cart.png") no-repeat left center;
134
+ padding: 10px 0 10px 29px;
135
+ }
136
+
137
+ .header_panel #compare_products {
138
+ background: url("../images/libra.png") no-repeat left center;
139
+ padding: 10px 0 10px 29px;
140
+ }
141
+
142
+ .header_panel a {
143
+ text-decoration: none;
144
+ color: black;
145
+ }
146
+
147
+ .header_panel a img {
148
+ vertical-align: middle;
149
+ }
150
+
151
+ .fixed_width {
152
+ width: 1020px;
153
+ }
154
+
155
+ .sidebar {
156
+ float: left;
157
+ width: 250px;
158
+ text-align: left;
159
+ }
160
+
161
+ .sidebar ul {
162
+ margin: 1em 0.5em;
163
+ }
164
+
165
+ .sidebar ul li {
166
+ text-align: left;
167
+ line-height: 1.8em;
168
+ }
169
+
170
+ .sidebar ul li a {
171
+ color: black;
172
+ text-decoration: none;
173
+ }
174
+
175
+ .sidebar ul li a:hover {
176
+ text-decoration: underline;
177
+ }
178
+
179
+ #sidebar_menu {
180
+ background-color: #e7ebef;
181
+ padding: 1em;
182
+ }
183
+
184
+ ul.sidebar_menu {
185
+ margin: 0;
186
+ list-style: none;
187
+ }
188
+
189
+ ul.sidebar_menu li a {
190
+ color: black;
191
+ text-decoration: none;
192
+ }
193
+
194
+ ul.sidebar_menu li a:hover {
195
+ text-decoration: underline;
196
+ color: #2E6AB1;
197
+ }
198
+
199
+ .content {
200
+ text-align: left;
201
+ }
202
+
203
+ .content h3 {
204
+ margin-top: 1em;
205
+ color: #502559;
206
+ }
207
+
208
+ .cart_table {
209
+ width: 100%;
210
+ border-collapse: collapse;
211
+ border-bottom: 2px solid black;
212
+ }
213
+
214
+ .cart_table th {
215
+ height: 34px;
216
+ background: url('../images/table_th1_34.png') repeat-x;
217
+ text-align: left;
218
+ padding-left: 20px;
219
+ }
220
+
221
+ .cart_table td {
222
+ padding: 10px 20px;
223
+ }
224
+
225
+ .cart_table .image {
226
+ width: 48px;
227
+ padding: 10px 0 10px 20px;
228
+ vertical-align: middle;
229
+ }
230
+
231
+ .cart_table .count {
232
+ border: 1px solid silver;
233
+ padding: 2px 16px;
234
+ border-radius: 3px;
235
+ -moz-border-radius: 3px;
236
+ webkit-border-radius: 3px;
237
+ background: #eeeeee;
238
+ }
239
+
240
+ .cart_table .cost {
241
+ font-size: 13pt;
242
+ font-weight: bold;
243
+ }
244
+
245
+ .wrapper {
246
+ min-height: 100%;
247
+ }
248
+
249
+ .footer_fake {
250
+ height: 150px;
251
+ clear: both;
252
+ }
253
+
254
+ .footer {
255
+ margin-top: -124px;
256
+ height: 124px;
257
+ clear: both;
258
+ width: 1048px;
259
+ margin-left: auto;
260
+ margin-right: auto;
261
+ background: url("../images/footer_panel.png") center top no-repeat;
262
+ }
263
+
264
+ ul.footer_menu {
265
+ margin-top: 40px;
266
+ float: right;
267
+ margin-right: 4em;
268
+ list-style: none;
269
+ }
270
+
271
+ ul.footer_menu li {
272
+ float: left;
273
+ margin-left: 1em;
274
+ }
275
+
276
+ ul.footer_menu li a {
277
+ color: white;
278
+ }
279
+
280
+ ul.nav-list {
281
+ list-style: none;
282
+ margin: 0.2em 0.5em 3em;
283
+ }
284
+
285
+ ul.nav-list li {
286
+ font-size: 10pt;
287
+ margin: 0.4em 0;
288
+ line-height: 1em;
289
+ }
290
+
291
+ ul.nav-list li.current a {
292
+ font-weight: bold;
293
+ }
294
+
295
+ #taxonomies {
296
+ margin-bottom: 3em;
297
+ }
298
+
299
+ .section_header {
300
+ width: 100%;
301
+ height: 60px;
302
+ border-bottom: 2px solid black;
303
+ }
304
+
305
+ .section_header td {
306
+ vertical-align: bottom;
307
+ }
308
+
309
+ h1 {
310
+ line-height: 0.85em;
311
+ font-size: 16pt;
312
+ margin-bottom: 1em;
313
+ color: #555;
314
+ padding-bottom: 0.5em;
315
+ padding-left: 5px;
316
+ border-bottom: 1px solid gray;
317
+ }
318
+
319
+ h2 {
320
+ line-height: 0.85em;
321
+ font-size: 16pt;
322
+ margin-bottom: 0.4em;
323
+ color: gray;
324
+ }
325
+
326
+ .sidebar h2, div.taxon h2 {
327
+ padding-bottom: 0.5em;
328
+ padding-left: 5px;
329
+ border-bottom: 1px solid gray;
330
+ }
331
+
332
+ div.taxon {
333
+ clear: both;
334
+ }
335
+
336
+ h2 a {
337
+ color: gray;
338
+ text-decoration: none;
339
+ }
340
+
341
+ h2 a:hover {
342
+ color: gray;
343
+ text-decoration: underline;
344
+ }
345
+
346
+ #main-image {
347
+ min-height: 200px !important;
348
+ }
349
+
350
+ #product-images {
351
+ display: block;
352
+ margin-right: 0;
353
+ width: 210px;
354
+ }
355
+
356
+ #product-images h2 {
357
+ color: #502559;
358
+ font-size: 10pt;
359
+ font-weight: bold;
360
+ margin: 1em 0 0.6em;
361
+ clear: both;
362
+ }
363
+
364
+ #product-description {
365
+ display: block;
366
+ width: auto;
367
+ float: none;
368
+ margin-left: 220px;
369
+ border-right: none;
370
+ margin-right: 0;
371
+ padding-right: 0;
372
+ }
373
+
374
+ #thumbnails {
375
+ margin-top: 1em;
376
+ width: 360px;
377
+ }
378
+
379
+ #variant-thumbnails li, #product-thumbnails li {
380
+ border: 1px solid silver;
381
+ }
382
+
383
+ #variant-thumbnails li.selected, #product-thumbnails li.selected {
384
+ border: 1px solid gray;
385
+ }
386
+
387
+ #main-image {
388
+ margin-bottom: 1em;
389
+ height: 210px;
390
+ width: 200px;
391
+ display: table-cell;
392
+ text-align: center;
393
+ vertical-align: middle;
394
+ }
395
+
396
+ #main-image img {
397
+ position: static !important;
398
+ }
399
+
400
+ #product-description h2 {
401
+ font-size: 10pt;
402
+ font-weight: bold;
403
+ margin: 1em 0 .6em 0;
404
+ color: #502559;
405
+ }
406
+
407
+ #product-properties .even td {
408
+ background: #fdf3e8;
409
+ }
410
+
411
+ #product-properties .property-type {
412
+ width: 250px;
413
+ font-weight: bold;
414
+ }
415
+
416
+ #cart-form {
417
+ float: none;
418
+ }
419
+
420
+ #cart_wrapper {
421
+ text-align: right;
422
+ float: right;
423
+ width: 220px;
424
+ }
425
+
426
+ #product-variants {
427
+ text-align: left;
428
+ }
429
+
430
+ #product-variants .price {
431
+ font-size: 12px;
432
+ white-space: nowrap;
433
+ }
434
+
435
+ #cart-form fieldset {
436
+ text-align: left;
437
+ }
438
+
439
+ #cart-form fieldset legend {
440
+ font-size: 120%;
441
+ }
442
+
443
+ #taxon-crumbs {
444
+ float: none;
445
+ }
446
+
447
+ button, a.button, input.button {
448
+ -moz-outline-radius: 5px;
449
+ border-color: gray !important;
450
+ border-radius: 5px;
451
+ -moz-border-radius: 5px;
452
+ webkit-border-radius: 5px;
453
+ padding: 4px 17px;
454
+ }
455
+
456
+ .tooltip {
457
+ z-index: 100;
458
+ width: 324px;
459
+ }
460
+
461
+ .tooltip_top {
462
+ background: url("../images/bubblepopup_top.png") no-repeat;
463
+ height: 35px;
464
+ }
465
+
466
+ .tooltip_middle {
467
+ background: url("../images/bubblepopup_bg.png") repeat-y;
468
+ padding: 0 18px;
469
+ }
470
+
471
+ .tooltip_bottom {
472
+ background: url("../images/bubblepopup_bottom.png") no-repeat;
473
+ height: 22px;
474
+ }
475
+
476
+ #compare_products.shown {
477
+ border-bottom: 2px solid black;
478
+ }
479
+
480
+ body.two-col #content {
481
+ float: left;
482
+ }
483
+
484
+ #product_description_menu {
485
+ margin-top: 1em;
486
+ }
487
+
488
+ #cart_wrapper .prices {
489
+ text-align: right;
490
+ margin-bottom: .4em;
491
+ }
492
+
493
+ .product-listing {
494
+ margin: 0;
495
+ }
496
+
497
+ .product-listing li {
498
+ background: none;
499
+ border: 1px solid white;
500
+ margin: 0 0 15px 0;
501
+ padding: 2em 0 0 0;
502
+ width: 248px;
503
+ height: 230px;
504
+ }
505
+
506
+ .product-listing li:hover {
507
+ border: 1px solid #d0d0d0;
508
+ border-radius: 4px;
509
+ /*box-shadow: silver 0 0 15px;*/
510
+ }
511
+
512
+ .product-listing .product-image-wrapper {
513
+ margin: 10px 0;
514
+ display: table-cell;
515
+ text-align: center;
516
+ vertical-align: middle;
517
+ height: 130px;
518
+ width: 248px;
519
+ }
520
+
521
+ .product-listing li a.info {
522
+ background: none;
523
+ position: static;
524
+ bottom: auto;
525
+ right: auto;
526
+ width: auto;
527
+ min-height: inherit;
528
+ padding: 0;
529
+ border-top: none;
530
+ }
531
+
532
+ .product-listing li:hover a.info {
533
+ background: none;
534
+ }
535
+
536
+ .product-listing li a.info .price {
537
+ font-size: 16pt;
538
+ font-weight: normal;
539
+ color: black;
540
+ }
541
+
542
+ ul.thumbnails li {
543
+ width: 42px;
544
+ height: 42px;
545
+ margin-right: 4px;
546
+ margin-bottom: 4px;
547
+ min-height: 42px;
548
+ padding: 0;
549
+ float: none;
550
+ display: inline-block;
551
+ }
552
+
553
+ ul.thumbnails li a {
554
+ height: 42px;
555
+ width: 42px;
556
+ display: table-cell;
557
+ vertical-align: middle;
558
+ text-align: center;
559
+ }
560
+
561
+ ul.thumbnails li a img {
562
+ position: static;
563
+ }
564
+
565
+ #large_image_overlay .large_image {
566
+ display: table-cell;
567
+ text-align: center;
568
+ vertical-align: middle;
569
+ }
570
+
571
+ #large_image_overlay .thumbs_gallery {
572
+ text-align: center;
573
+ }
574
+
575
+ #large_image_overlay .thumbs_gallery ul {
576
+ list-style: none;
577
+ display: inline-block;
578
+ margin: .5em 0;
579
+ width: 250px;
580
+ }
581
+
582
+ #large_image_overlay .thumbs_gallery ul li {
583
+ width: 42px;
584
+ height: 42px;
585
+ margin-right: 4px;
586
+ margin-bottom: 4px;
587
+ min-height: 42px;
588
+ padding: 0;
589
+ float: none;
590
+ display: inline-block;
591
+ border: 1px solid silver;
592
+ background: white;
593
+ }
594
+
595
+ #large_image_overlay .thumbs_gallery ul li a {
596
+ height: 42px;
597
+ width: 42px;
598
+ display: table-cell;
599
+ vertical-align: middle;
600
+ text-align: center;
601
+ }
602
+
603
+ #large_image_overlay {
604
+ background: white;
605
+ }
606
+
607
+ ul.thumbnails li a {
608
+ height: 42px;
609
+ width: 42px;
610
+ display: table-cell;
611
+ vertical-align: middle;
612
+ text-align: center;
613
+ }
614
+
615
+ ul.thumbnails li a img {
616
+ position: static;
617
+ }
618
+
619
+ #cart_wrapper .prices .price {
620
+ font-size: 18pt !important;
621
+ color: black;
622
+ }
623
+
624
+ .add-to-cart {
625
+ background: #e9ebee;
626
+ color: black;
627
+ font-size: 10pt !important;
628
+ border-radius: 5px;
629
+ -moz-border-radius: 5px;
630
+ webkit-border-radius: 5px;
631
+ box-shadow: inset 0 -5px 5px #e9ebee;
632
+ text-transform: none;
633
+ margin-top: .4em;
634
+ }
635
+
636
+ .add-to-cart:hover {
637
+ box-shadow: inset 0 -5px 5px white;
638
+ }
639
+
640
+ .similar_product_list {
641
+ list-style: none;
642
+ margin: 0;
643
+ height: 120px;
644
+ }
645
+
646
+ .similar_product_list li {
647
+ float: left;
648
+ width: 250px;
649
+ margin: 0;
650
+ padding: 0;
651
+ }
652
+
653
+ .similar_product_image_container {
654
+ float: left;
655
+ width: 120px;
656
+ height: 120px;
657
+ display: table-cell;
658
+ text-align: center;
659
+ vertical-align: middle;
660
+ margin-right: 5px;
661
+ }
662
+
663
+ .similar_product_image_container img {
664
+ position: static;
665
+ }
666
+
667
+ .similar_product_price {
668
+ font-size: 13pt;
669
+ font-weight: normal;
670
+ color: black;
671
+ }
672
+
673
+ hr.space {
674
+ clear: none;
675
+ }
676
+
677
+ #cart-detail {
678
+ border-top: 2px solid black;
679
+ border-bottom: 2px solid black;
680
+ }
681
+
682
+ #cart-detail th {
683
+ background: url("../images/cart_th_bg.png") repeat-x;
684
+ height: 34px;
685
+ border-bottom: 1px solid silver;
686
+ }
687
+
688
+ #cart-detail th:first-child {
689
+ width: 420px;
690
+ }
691
+
692
+ #subtotal h3 {
693
+ margin: 0 0 1em;
694
+ font-size: 14pt;
695
+ color: black;
696
+ text-align: right;
697
+ }
698
+
699
+ #subtotal .links a {
700
+ width: 140px;
701
+ text-align: center;
702
+ }
703
+
704
+ #subtotal .links img {
705
+ display: none;
706
+ }
707
+
708
+ .pagination {
709
+ clear: both;
710
+ }
711
+
712
+ .product-listing .rating-stars-container {
713
+ height: 15px;
714
+ width: 85px;
715
+ }
716
+
717
+ #reviews div.review {
718
+ border-bottom: 1px solid #ddd;
719
+ }
720
+
721
+ #new_review .review_title_field {
722
+ display: none;
723
+ }
724
+
725
+ #new_review .review_rating_field {
726
+ float: right;
727
+ width: 180px;
728
+ }
729
+
730
+ #new_review .review_review_field {
731
+ margin-right: 200px;
732
+ }
733
+
734
+ #new_review .review_review_field textarea {
735
+ margin-top: 1em;
736
+ width: 100%;
737
+ }
738
+
739
+ #new_review .review_submit {
740
+ clear: right;
741
+ float: right;
742
+ width: 190px;
743
+ }
744
+
745
+ #new_review .star-rating-control {
746
+ margin-top: 1em;
747
+ }
748
+
749
+ .review_fine_print {
750
+ clear: both;
751
+ }
752
+
753
+ .review .title, .review .feedback_review {
754
+ display: none;
755
+ }
756
+
757
+ .rating-stars-container {
758
+ display: inline-block;
759
+ }
760
+
761
+ div.star-rating, div.star-rating a {
762
+ background: url('/images/star.png') no-repeat;
763
+ }
764
+
765
+ div.star-rating-hover a {
766
+ background-position: 0 -16px;
767
+ }
768
+
769
+ .simple_overlay {
770
+ padding: 10px;
771
+ border: 1px solid silver;
772
+ border-radius: 5px;
773
+ -moz-border-radius: 5px;
774
+ webkit-border-radius: 5px;
775
+ box-shadow: rgba(0, 0, 0, .5) 0 10px 10px;
776
+ z-index: 100;
777
+ }
778
+
779
+ #top_panel {
780
+ height: 4em;
781
+ padding-top: 1em;
782
+ }
783
+
784
+ #top_login_bar {
785
+ text-align: left;
786
+ /*margin-top: 1em;*/
787
+ float: left;
788
+ }
789
+
790
+ ul.header_menu {
791
+ float: right;
792
+ margin-right: 0;
793
+ list-style: none;
794
+ }
795
+
796
+ ul.header_menu li {
797
+ float: left;
798
+ margin-left: 1em;
799
+ }
800
+
801
+ ul.header_menu li a {
802
+ color: black;
803
+ text-decoration: none;
804
+ }
805
+
806
+ ul.header_menu li a:hover {
807
+ text-decoration: underline;
808
+ color: #2E6AB1;
809
+ }
810
+
811
+ #login_overlay {
812
+ background: url("/images/login_bar_bg.png") repeat-x #e5e5e5;
813
+ }
814
+
815
+ #login_overlay input[type=text], #login_overlay input[type=password] {
816
+ border: 1px solid silver;
817
+ border-radius: 5px;
818
+ -moz-border-radius: 5px;
819
+ webkit-border-radius: 5px;
820
+ padding: 2px 6px;
821
+ }
822
+
823
+ #login_overlay label {
824
+ font-weight: normal;
825
+ }
826
+
827
+ .simple_overlay .close {
828
+ background-image: url("/images/close_button.png");
829
+ position: absolute;
830
+ right: -9px;
831
+ top: -9px;
832
+ cursor: pointer;
833
+ height: 18px;
834
+ width: 18px;
835
+ }
836
+
837
+ .login_social_bar {
838
+ width: 220px;
839
+ height: 100px;
840
+ float: right;
841
+ padding: 0 14px;
842
+ border-bottom: 1px solid silver;
843
+ }
844
+
845
+ .login_link_bar {
846
+ width: 220px;
847
+ float: right;
848
+ clear: right;
849
+ padding: 10px 14px;
850
+ }
851
+
852
+ .login_form_bar {
853
+ margin-right: 250px;
854
+ padding: 6px 16px 2px 6px;
855
+ border-right: 1px solid silver;
856
+ }
857
+
858
+ .login_form_bar input#user_remember_me {
859
+ vertical-align: middle;
860
+ }
861
+
862
+ .login_form_bar input[type=submit] {
863
+ font-weight: normal;
864
+ }
865
+
866
+ #applying_coupon h3 {
867
+ margin-top: 0;
868
+ }
869
+
870
+ #cart-detail th, #cart-detail td {
871
+ padding-top: 0;
872
+ padding-bottom: 0;
873
+ }
874
+
875
+ div#checkout #checkout_form_address #shipping .select_address input {
876
+ width: auto;
877
+ }
878
+
879
+ #product-variants-container {
880
+ clear: both;
881
+ }
882
+
883
+ .header_panel #keywords_submit:hover {
884
+ background-position: 0 -24px;
885
+ }
886
+
887
+ div#checkout #checkout_form_address { background-image: none; }
888
+ div#checkout #checkout_form_delivery { background-image: none; }
889
+ div#checkout #checkout_form_payment { background-image: none; }
890
+
891
+ div#checkout #checkout-summary {
892
+ background-color: inherit;
893
+ padding: 0;
894
+ width: 300px;
895
+ border: 1px solid #aaa;
896
+ padding: 10px 0 0 10px;
897
+ border-radius: 5px;
898
+ -moz-border-radius: 5px;
899
+ webkit-border-radius: 5px;
900
+ }
901
+
902
+ div#checkout h3 {
903
+ margin-top: 0;
904
+ }
905
+
906
+ div#checkout #checkout_form_address .form-buttons {
907
+ padding-left: 0;
908
+ }
909
+
910
+ div#checkout .form-buttons input {
911
+ width: 140px;
912
+ text-transform: none;
913
+ }
914
+
915
+ button.primary, a.button.primary, input.button.primary {
916
+ font-weight: normal;
917
+ }
918
+
919
+ div#checkout #checkout_form_payment #payment {
920
+ display: block;
921
+ float: none;
922
+ }
923
+
924
+ #payment .description {
925
+ padding: .4em;
926
+ }
927
+
928
+ h4#variant-images {
929
+ display: none;
930
+ }
931
+
932
+ .description-content {
933
+ margin-right: 220px;
934
+ }
935
+
936
+ #cart-detail #line_items td:first-child {
937
+ width: 130px;
938
+ vertical-align: middle;
939
+ text-align: center;
940
+ padding: 3px;
941
+ }
942
+
943
+ #cart-detail #line_items tr {
944
+ border-bottom: 1px solid #eee;
945
+ }
946
+
947
+ #order_details {
948
+ border-top: 2px solid black;
949
+ border-bottom: 2px solid black;
950
+ }
951
+
952
+ #order_details th {
953
+ background: url("../images/cart_th_bg.png") repeat-x;
954
+ height: 34px;
955
+ border-bottom: 1px solid silver;
956
+ }
957
+
958
+ #new_review label.error {
959
+ display: block;
960
+ color: red;
961
+ }
962
+
963
+ div.rating-cancel {
964
+ display: none !important;
965
+ }