spree 0.10.1 → 0.10.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of spree might be problematic. Click here for more details.

Files changed (37) hide show
  1. data/CHANGELOG +17 -0
  2. data/app/controllers/admin/images_controller.rb +26 -35
  3. data/app/controllers/checkouts_controller.rb +3 -1
  4. data/app/controllers/spree/base_controller.rb +4 -4
  5. data/app/helpers/checkouts_helper.rb +1 -0
  6. data/app/models/address.rb +1 -0
  7. data/app/models/checkout.rb +2 -1
  8. data/app/models/coupon.rb +0 -1
  9. data/app/models/product.rb +8 -1
  10. data/app/models/variant.rb +1 -1
  11. data/config/database.yml +27 -43
  12. data/config/environment.rb +1 -1
  13. data/config/environments/test.rb +2 -1
  14. data/config/initializers/workarounds_for_ruby19.rb +25 -0
  15. data/config/locales/vn.yml +36 -36
  16. data/db/migrate/20090923100315_add_count_on_hand_to_variants_and_products.rb +6 -0
  17. data/db/schema.rb +2 -1
  18. data/lib/spree.rb +1 -1
  19. data/lib/tasks/rspec.rake +0 -1
  20. data/public/javascripts/admin/checkouts/edit.js +17 -0
  21. data/public/stylesheets/admin/admin-tables.css +4 -0
  22. data/test/unit/checkout_test.rb +12 -0
  23. data/test/unit/creditcard_test.rb +4 -2
  24. data/vendor/extensions/overview_dashboard/app/controllers/admin/overview_controller.rb +12 -2
  25. data/vendor/extensions/overview_dashboard/public/javascripts/dashboard.js +2 -2
  26. data/vendor/extensions/payment_gateway/app/models/gateway/authorize_net_cim.rb +5 -3
  27. data/vendor/extensions/payment_gateway/lib/spree/payment_gateway.rb +1 -5
  28. data/vendor/extensions/theme_default/app/views/admin/product_groups/edit.html.erb +1 -1
  29. metadata +3 -11
  30. data/public/stylesheets/admin/edit-checkouts.css +0 -57
  31. data/public/stylesheets/bundle_admin.css +0 -484
  32. data/public/stylesheets/bundle_calendar_date_select.css +0 -137
  33. data/public/stylesheets/bundle_compiled.css +0 -459
  34. data/public/stylesheets/compiled/ie.css +0 -60
  35. data/public/stylesheets/compiled/print.css +0 -62
  36. data/public/stylesheets/compiled/screen.css +0 -1490
  37. data/vendor/extensions/theme_default/app/stylesheets/screen.css +0 -11
@@ -1,60 +0,0 @@
1
- body {
2
- text-align: center; }
3
- * html body legend {
4
- margin: 0px -8px 16px 0;
5
- padding: 0; }
6
- html>body p code {
7
- *white-space: normal; }
8
-
9
- .container {
10
- text-align: left; }
11
-
12
- ol {
13
- margin-left: 2em; }
14
-
15
- sup {
16
- vertical-align: text-top; }
17
-
18
- sub {
19
- vertical-align: text-bottom; }
20
-
21
- hr {
22
- margin: -8px auto 11px; }
23
-
24
- img {
25
- -ms-interpolation-mode: bicubic; }
26
-
27
- fieldset {
28
- padding-top: 0; }
29
-
30
- input.text {
31
- margin: 0.5em 0;
32
- background-color: #fff;
33
- border: 1px solid #bbb; }
34
- input.text:focus {
35
- border: 1px solid #666; }
36
- input.title {
37
- margin: 0.5em 0;
38
- background-color: #fff;
39
- border: 1px solid #bbb; }
40
- input.title:focus {
41
- border: 1px solid #666; }
42
- input.checkbox {
43
- position: relative;
44
- top: 0.25em; }
45
- input.radio {
46
- position: relative;
47
- top: 0.25em; }
48
- input.button {
49
- position: relative;
50
- top: 0.25em; }
51
-
52
- textarea {
53
- margin: 0.5em 0; }
54
-
55
- select {
56
- margin: 0.5em 0; }
57
-
58
- button {
59
- position: relative;
60
- top: 0.25em; }
@@ -1,62 +0,0 @@
1
- body {
2
- line-height: 1.5;
3
- font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
4
- color: #000;
5
- background: none;
6
- font-size: 10pt; }
7
-
8
- .container {
9
- background: none; }
10
-
11
- hr {
12
- background: #ccc;
13
- color: #ccc;
14
- width: 100%;
15
- height: 2px;
16
- margin: 2em 0;
17
- padding: 0;
18
- border: none; }
19
- hr.space {
20
- background: #fff;
21
- color: #fff; }
22
-
23
- h1, h2, h3, h4, h5, h6 {
24
- font-family: Helvetica Neue, Arial, Helvetica, sans-serif; }
25
-
26
- code {
27
- font-size: .9em;
28
- font-family: 'andale mono', 'lucida console', monospace; }
29
-
30
- img {
31
- display: inline;
32
- float: left;
33
- margin: 1.5em 1.5em 1.5em 0; }
34
-
35
- a img {
36
- border: none; }
37
- a:link,
38
- a:visited {
39
- background: transparent;
40
- font-weight: 700;
41
- text-decoration: underline; }
42
-
43
- p img.top {
44
- margin-top: 0; }
45
-
46
- blockquote {
47
- margin: 1.5em;
48
- padding: 1em;
49
- font-style: italic;
50
- font-size: .9em; }
51
-
52
- .small {
53
- font-size: .9em; }
54
-
55
- .large {
56
- font-size: 1.1em; }
57
-
58
- .quiet {
59
- color: #999; }
60
-
61
- .hide {
62
- display: none; }
@@ -1,1490 +0,0 @@
1
- html, body, div, span, applet, object, iframe,
2
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
- a, abbr, acronym, address, big, cite, code,
4
- del, dfn, em, font, img, ins, kbd, q, s, samp,
5
- small, strike, strong, sub, sup, tt, var,
6
- dl, dt, dd, ol, ul, li,
7
- fieldset, form, label, legend,
8
- table, caption, tbody, tfoot, thead, tr, th, td {
9
- margin: 0;
10
- padding: 0;
11
- border: 0;
12
- outline: 0;
13
- font-weight: inherit;
14
- font-style: inherit;
15
- font-size: 100%;
16
- font-family: inherit;
17
- vertical-align: baseline; }
18
-
19
- *:focus {
20
- outline: 0; }
21
-
22
- body {
23
- line-height: 1em;
24
- color: black;
25
- background: #fff; }
26
-
27
- ol, ul {
28
- list-style: none; }
29
-
30
- /* tables still need 'cellspacing="0"' in the markup */
31
- table {
32
- border-collapse: separate;
33
- border-spacing: 0;
34
- vertical-align: middle; }
35
-
36
- caption, th, td {
37
- text-align: left;
38
- font-weight: normal;
39
- vertical-align: middle; }
40
-
41
- q, blockquote {
42
- quotes: "" ""; }
43
- q:before, q:after, blockquote:before, blockquote:after {
44
- content: ""; }
45
-
46
- img a {
47
- border: none; }
48
-
49
- body {
50
- line-height: 1.5;
51
- font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
52
- color: #333333;
53
- font-size: 75%; }
54
-
55
- h1 {
56
- font-weight: normal;
57
- color: #222222;
58
- font-size: 3em;
59
- line-height: 1;
60
- margin-bottom: 0.5em; }
61
- h1 img {
62
- margin: 0; }
63
-
64
- h2 {
65
- font-weight: normal;
66
- color: #222222;
67
- font-size: 2em;
68
- margin-bottom: 0.75em; }
69
-
70
- h3 {
71
- font-weight: normal;
72
- color: #222222;
73
- font-size: 1.5em;
74
- line-height: 1;
75
- margin-bottom: 1em; }
76
-
77
- h4 {
78
- font-weight: normal;
79
- color: #222222;
80
- font-size: 1.2em;
81
- line-height: 1.25;
82
- margin-bottom: 1.25em; }
83
-
84
- h5 {
85
- font-weight: normal;
86
- color: #222222;
87
- font-size: 1em;
88
- font-weight: bold;
89
- margin-bottom: 1.5em; }
90
-
91
- h6 {
92
- font-weight: normal;
93
- color: #222222;
94
- font-size: 1em;
95
- font-weight: bold; }
96
-
97
- h2 img, h3 img, h4 img, h5 img, h6 img {
98
- margin: 0; }
99
-
100
- p {
101
- margin: 0 0 1.5em; }
102
- p img.left {
103
- display: inline;
104
- float: left;
105
- margin: 1.5em 1.5em 1.5em 0;
106
- padding: 0; }
107
- p img.right {
108
- display: inline;
109
- float: right;
110
- margin: 1.5em 0 1.5em 1.5em;
111
- padding: 0; }
112
-
113
- a {
114
- text-decoration: underline;
115
- color: #000099; }
116
- a:visited {
117
- color: #000066; }
118
- a:focus {
119
- color: black; }
120
- a:hover {
121
- color: black; }
122
- a:active {
123
- color: #cc0099; }
124
-
125
- blockquote {
126
- margin: 1.5em;
127
- color: #666;
128
- font-style: italic; }
129
-
130
- strong {
131
- font-weight: bold; }
132
-
133
- em {
134
- font-style: italic; }
135
-
136
- dfn {
137
- font-style: italic;
138
- font-weight: bold; }
139
-
140
- sup, sub {
141
- line-height: 0; }
142
-
143
- abbr, acronym {
144
- border-bottom: 1px dotted #666; }
145
-
146
- address {
147
- margin: 0 0 1.5em;
148
- font-style: italic; }
149
-
150
- del {
151
- color: #666; }
152
-
153
- pre {
154
- margin: 1.5em 0;
155
- white-space: pre; }
156
-
157
- pre, code, tt {
158
- font: 1em 'andale mono', 'lucida console', monospace;
159
- line-height: 1.5; }
160
-
161
- li ul, li ol {
162
- margin: 0 1.5em; }
163
-
164
- ul {
165
- margin: 0 1.5em 1.5em 1.5em;
166
- list-style-type: disc; }
167
-
168
- ol {
169
- margin: 0 1.5em 1.5em 1.5em;
170
- list-style-type: decimal; }
171
-
172
- dl {
173
- margin: 0 0 1.5em 0; }
174
- dl dt {
175
- font-weight: bold; }
176
-
177
- dd {
178
- margin-left: 1.5em; }
179
-
180
- table {
181
- margin-bottom: 1.4em;
182
- width: 100%; }
183
-
184
- th {
185
- font-weight: bold; }
186
-
187
- thead th {
188
- background: #c3d9ff; }
189
-
190
- th, td, caption {
191
- padding: 4px 10px 4px 5px; }
192
-
193
- tr.even td {
194
- background: #e5ecf9; }
195
-
196
- tfoot {
197
- font-style: italic; }
198
-
199
- caption {
200
- background: #eee; }
201
-
202
- .quiet {
203
- color: #666666; }
204
-
205
- .loud {
206
- color: #111111; }
207
-
208
- .clear {
209
- clear: both; }
210
-
211
- .nowrap {
212
- white-space: nowrap; }
213
-
214
- .clearfix {
215
- overflow: hidden;
216
- display: inline-block; }
217
- .clearfix {
218
- display: block; }
219
-
220
- .small {
221
- font-size: .8em;
222
- margin-bottom: 1.875em;
223
- line-height: 1.875em; }
224
-
225
- .large {
226
- font-size: 1.2em;
227
- line-height: 2.5em;
228
- margin-bottom: 1.25em; }
229
-
230
- .first {
231
- margin-left: 0;
232
- padding-left: 0; }
233
-
234
- .last {
235
- margin-right: 0;
236
- padding-right: 0; }
237
-
238
- .top {
239
- margin-top: 0;
240
- padding-top: 0; }
241
-
242
- .bottom {
243
- margin-bottom: 0;
244
- padding-bottom: 0; }
245
-
246
- .container {
247
- width: 950px;
248
- margin: 0 auto;
249
- overflow: hidden;
250
- display: inline-block; }
251
- .container {
252
- display: block; }
253
-
254
- .column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
255
- display: inline;
256
- float: left;
257
- margin-right: 10px; }
258
- * html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23, * html div.span-24 {
259
- overflow-x: hidden; }
260
-
261
- .last, div.last {
262
- margin-right: 0; }
263
-
264
- .span-1 {
265
- width: 30px; }
266
-
267
- .span-2 {
268
- width: 70px; }
269
-
270
- .span-3 {
271
- width: 110px; }
272
-
273
- .span-4 {
274
- width: 150px; }
275
-
276
- .span-5 {
277
- width: 190px; }
278
-
279
- .span-6 {
280
- width: 230px; }
281
-
282
- .span-7 {
283
- width: 270px; }
284
-
285
- .span-8 {
286
- width: 310px; }
287
-
288
- .span-9 {
289
- width: 350px; }
290
-
291
- .span-10 {
292
- width: 390px; }
293
-
294
- .span-11 {
295
- width: 430px; }
296
-
297
- .span-12 {
298
- width: 470px; }
299
-
300
- .span-13 {
301
- width: 510px; }
302
-
303
- .span-14 {
304
- width: 550px; }
305
-
306
- .span-15 {
307
- width: 590px; }
308
-
309
- .span-16 {
310
- width: 630px; }
311
-
312
- .span-17 {
313
- width: 670px; }
314
-
315
- .span-18 {
316
- width: 710px; }
317
-
318
- .span-19 {
319
- width: 750px; }
320
-
321
- .span-20 {
322
- width: 790px; }
323
-
324
- .span-21 {
325
- width: 830px; }
326
-
327
- .span-22 {
328
- width: 870px; }
329
-
330
- .span-23 {
331
- width: 910px; }
332
-
333
- .span-24, div.span-24 {
334
- width: 950px;
335
- margin: 0; }
336
-
337
- input.span-1, textarea.span-1, select.span-1 {
338
- width: 30px !important; }
339
- input.span-2, textarea.span-2, select.span-2 {
340
- width: 70px !important; }
341
- input.span-3, textarea.span-3, select.span-3 {
342
- width: 110px !important; }
343
- input.span-4, textarea.span-4, select.span-4 {
344
- width: 150px !important; }
345
- input.span-5, textarea.span-5, select.span-5 {
346
- width: 190px !important; }
347
- input.span-6, textarea.span-6, select.span-6 {
348
- width: 230px !important; }
349
- input.span-7, textarea.span-7, select.span-7 {
350
- width: 270px !important; }
351
- input.span-8, textarea.span-8, select.span-8 {
352
- width: 310px !important; }
353
- input.span-9, textarea.span-9, select.span-9 {
354
- width: 350px !important; }
355
- input.span-10, textarea.span-10, select.span-10 {
356
- width: 390px !important; }
357
- input.span-11, textarea.span-11, select.span-11 {
358
- width: 430px !important; }
359
- input.span-12, textarea.span-12, select.span-12 {
360
- width: 470px !important; }
361
- input.span-13, textarea.span-13, select.span-13 {
362
- width: 510px !important; }
363
- input.span-14, textarea.span-14, select.span-14 {
364
- width: 550px !important; }
365
- input.span-15, textarea.span-15, select.span-15 {
366
- width: 590px !important; }
367
- input.span-16, textarea.span-16, select.span-16 {
368
- width: 630px !important; }
369
- input.span-17, textarea.span-17, select.span-17 {
370
- width: 670px !important; }
371
- input.span-18, textarea.span-18, select.span-18 {
372
- width: 710px !important; }
373
- input.span-19, textarea.span-19, select.span-19 {
374
- width: 750px !important; }
375
- input.span-20, textarea.span-20, select.span-20 {
376
- width: 790px !important; }
377
- input.span-21, textarea.span-21, select.span-21 {
378
- width: 830px !important; }
379
- input.span-22, textarea.span-22, select.span-22 {
380
- width: 870px !important; }
381
- input.span-23, textarea.span-23, select.span-23 {
382
- width: 910px !important; }
383
- input.span-24, textarea.span-24, select.span-24 {
384
- width: 950px !important; }
385
-
386
- .append-1 {
387
- padding-right: 40px; }
388
-
389
- .append-2 {
390
- padding-right: 80px; }
391
-
392
- .append-3 {
393
- padding-right: 120px; }
394
-
395
- .append-4 {
396
- padding-right: 160px; }
397
-
398
- .append-5 {
399
- padding-right: 200px; }
400
-
401
- .append-6 {
402
- padding-right: 240px; }
403
-
404
- .append-7 {
405
- padding-right: 280px; }
406
-
407
- .append-8 {
408
- padding-right: 320px; }
409
-
410
- .append-9 {
411
- padding-right: 360px; }
412
-
413
- .append-10 {
414
- padding-right: 400px; }
415
-
416
- .append-11 {
417
- padding-right: 440px; }
418
-
419
- .append-12 {
420
- padding-right: 480px; }
421
-
422
- .append-13 {
423
- padding-right: 520px; }
424
-
425
- .append-14 {
426
- padding-right: 560px; }
427
-
428
- .append-15 {
429
- padding-right: 600px; }
430
-
431
- .append-16 {
432
- padding-right: 640px; }
433
-
434
- .append-17 {
435
- padding-right: 680px; }
436
-
437
- .append-18 {
438
- padding-right: 720px; }
439
-
440
- .append-19 {
441
- padding-right: 760px; }
442
-
443
- .append-20 {
444
- padding-right: 800px; }
445
-
446
- .append-21 {
447
- padding-right: 840px; }
448
-
449
- .append-22 {
450
- padding-right: 880px; }
451
-
452
- .append-23 {
453
- padding-right: 920px; }
454
-
455
- .prepend-1 {
456
- padding-left: 40px; }
457
-
458
- .prepend-2 {
459
- padding-left: 80px; }
460
-
461
- .prepend-3 {
462
- padding-left: 120px; }
463
-
464
- .prepend-4 {
465
- padding-left: 160px; }
466
-
467
- .prepend-5 {
468
- padding-left: 200px; }
469
-
470
- .prepend-6 {
471
- padding-left: 240px; }
472
-
473
- .prepend-7 {
474
- padding-left: 280px; }
475
-
476
- .prepend-8 {
477
- padding-left: 320px; }
478
-
479
- .prepend-9 {
480
- padding-left: 360px; }
481
-
482
- .prepend-10 {
483
- padding-left: 400px; }
484
-
485
- .prepend-11 {
486
- padding-left: 440px; }
487
-
488
- .prepend-12 {
489
- padding-left: 480px; }
490
-
491
- .prepend-13 {
492
- padding-left: 520px; }
493
-
494
- .prepend-14 {
495
- padding-left: 560px; }
496
-
497
- .prepend-15 {
498
- padding-left: 600px; }
499
-
500
- .prepend-16 {
501
- padding-left: 640px; }
502
-
503
- .prepend-17 {
504
- padding-left: 680px; }
505
-
506
- .prepend-18 {
507
- padding-left: 720px; }
508
-
509
- .prepend-19 {
510
- padding-left: 760px; }
511
-
512
- .prepend-20 {
513
- padding-left: 800px; }
514
-
515
- .prepend-21 {
516
- padding-left: 840px; }
517
-
518
- .prepend-22 {
519
- padding-left: 880px; }
520
-
521
- .prepend-23 {
522
- padding-left: 920px; }
523
-
524
- .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
525
- display: inline;
526
- float: left;
527
- position: relative; }
528
-
529
- .pull-1 {
530
- margin-left: -40px; }
531
-
532
- .pull-2 {
533
- margin-left: -80px; }
534
-
535
- .pull-3 {
536
- margin-left: -120px; }
537
-
538
- .pull-4 {
539
- margin-left: -160px; }
540
-
541
- .pull-5 {
542
- margin-left: -200px; }
543
-
544
- .pull-6 {
545
- margin-left: -240px; }
546
-
547
- .pull-7 {
548
- margin-left: -280px; }
549
-
550
- .pull-8 {
551
- margin-left: -320px; }
552
-
553
- .pull-9 {
554
- margin-left: -360px; }
555
-
556
- .pull-10 {
557
- margin-left: -400px; }
558
-
559
- .pull-11 {
560
- margin-left: -440px; }
561
-
562
- .pull-12 {
563
- margin-left: -480px; }
564
-
565
- .pull-13 {
566
- margin-left: -520px; }
567
-
568
- .pull-14 {
569
- margin-left: -560px; }
570
-
571
- .pull-15 {
572
- margin-left: -600px; }
573
-
574
- .pull-16 {
575
- margin-left: -640px; }
576
-
577
- .pull-17 {
578
- margin-left: -680px; }
579
-
580
- .pull-18 {
581
- margin-left: -720px; }
582
-
583
- .pull-19 {
584
- margin-left: -760px; }
585
-
586
- .pull-20 {
587
- margin-left: -800px; }
588
-
589
- .pull-21 {
590
- margin-left: -840px; }
591
-
592
- .pull-22 {
593
- margin-left: -880px; }
594
-
595
- .pull-23 {
596
- margin-left: -920px; }
597
-
598
- .pull-24 {
599
- margin-left: -960px; }
600
-
601
- .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
602
- display: inline;
603
- float: right;
604
- position: relative; }
605
-
606
- .push-1 {
607
- margin: 0 -40px 1.5em 40px; }
608
-
609
- .push-2 {
610
- margin: 0 -80px 1.5em 80px; }
611
-
612
- .push-3 {
613
- margin: 0 -120px 1.5em 120px; }
614
-
615
- .push-4 {
616
- margin: 0 -160px 1.5em 160px; }
617
-
618
- .push-5 {
619
- margin: 0 -200px 1.5em 200px; }
620
-
621
- .push-6 {
622
- margin: 0 -240px 1.5em 240px; }
623
-
624
- .push-7 {
625
- margin: 0 -280px 1.5em 280px; }
626
-
627
- .push-8 {
628
- margin: 0 -320px 1.5em 320px; }
629
-
630
- .push-9 {
631
- margin: 0 -360px 1.5em 360px; }
632
-
633
- .push-10 {
634
- margin: 0 -400px 1.5em 400px; }
635
-
636
- .push-11 {
637
- margin: 0 -440px 1.5em 440px; }
638
-
639
- .push-12 {
640
- margin: 0 -480px 1.5em 480px; }
641
-
642
- .push-13 {
643
- margin: 0 -520px 1.5em 520px; }
644
-
645
- .push-14 {
646
- margin: 0 -560px 1.5em 560px; }
647
-
648
- .push-15 {
649
- margin: 0 -600px 1.5em 600px; }
650
-
651
- .push-16 {
652
- margin: 0 -640px 1.5em 640px; }
653
-
654
- .push-17 {
655
- margin: 0 -680px 1.5em 680px; }
656
-
657
- .push-18 {
658
- margin: 0 -720px 1.5em 720px; }
659
-
660
- .push-19 {
661
- margin: 0 -760px 1.5em 760px; }
662
-
663
- .push-20 {
664
- margin: 0 -800px 1.5em 800px; }
665
-
666
- .push-21 {
667
- margin: 0 -840px 1.5em 840px; }
668
-
669
- .push-22 {
670
- margin: 0 -880px 1.5em 880px; }
671
-
672
- .push-23 {
673
- margin: 0 -920px 1.5em 920px; }
674
-
675
- .push-24 {
676
- margin: 0 -960px 1.5em 960px; }
677
-
678
- .prepend-top {
679
- margin-top: 1.5em; }
680
-
681
- .append-bottom {
682
- margin-bottom: 1.5em; }
683
-
684
- .showgrid {
685
- background: url(/images/grid.png?1260408339); }
686
-
687
- .error {
688
- padding: .8em;
689
- margin-bottom: 1em;
690
- border: 2px solid #dddddd;
691
- background: #fbe3e4;
692
- color: #8a1f11;
693
- border-color: #fbc2c4; }
694
- .error a {
695
- color: #8a1f11; }
696
-
697
- .notice {
698
- padding: .8em;
699
- margin-bottom: 1em;
700
- border: 2px solid #dddddd;
701
- background: #fff6bf;
702
- color: #514721;
703
- border-color: #ffd324; }
704
- .notice a {
705
- color: #514721; }
706
-
707
- .success {
708
- padding: .8em;
709
- margin-bottom: 1em;
710
- border: 2px solid #dddddd;
711
- background: #e6efc2;
712
- color: #264409;
713
- border-color: #c6d880; }
714
- .success a {
715
- color: #264409; }
716
-
717
- .hide {
718
- display: none; }
719
-
720
- .highlight {
721
- background: yellow; }
722
-
723
- .added {
724
- background: #006600;
725
- color: white; }
726
-
727
- .removed {
728
- background: #990000;
729
- color: white; }
730
-
731
- label {
732
- font-weight: bold; }
733
-
734
- fieldset {
735
- padding: 1.4em;
736
- margin: 0 0 1.5em 0; }
737
-
738
- legend {
739
- font-weight: bold;
740
- font-size: 1.2em; }
741
-
742
- input.text, input.title, input[type=text] {
743
- margin: 0.5em 0;
744
- background-color: #fff;
745
- padding: 5px; }
746
- input.title {
747
- font-size: 1.5em; }
748
- input[type=checkbox], input.checkbox,
749
- input[type=radio], input.radio {
750
- position: relative;
751
- top: 0.25em; }
752
-
753
- textarea {
754
- margin: 0.5em 0;
755
- padding: 5px; }
756
-
757
- select {
758
- margin: 0.5em 0; }
759
-
760
- fieldset {
761
- border: 1px solid #cccccc; }
762
-
763
- input.text, input.title,
764
- textarea,
765
- select {
766
- border: 1px solid #bbbbbb; }
767
- input.text:focus, input.title:focus,
768
- textarea:focus,
769
- select:focus {
770
- border: 1px solid #666666; }
771
-
772
- input.text, input.title {
773
- width: 300px; }
774
-
775
- textarea {
776
- width: 390px;
777
- height: 250px; }
778
-
779
-
780
- .box {
781
- padding: 1.5em;
782
- margin-bottom: 1.5em;
783
- background: #E5ECF9; }
784
-
785
- div.border {
786
- padding-right: 4px;
787
- margin-right: 5px;
788
- border-right: 1px solid #eeeeee; }
789
-
790
- div.colborder {
791
- padding-right: 24px;
792
- margin-right: 25px;
793
- border-right: 1px solid #eeeeee; }
794
-
795
- hr {
796
- background: #dddddd;
797
- color: #dddddd;
798
- clear: both;
799
- float: none;
800
- width: 100%;
801
- height: .1em;
802
- margin: 0 0 1.45em;
803
- border: none; }
804
-
805
- hr.space {
806
- background: #dddddd;
807
- color: #dddddd;
808
- clear: both;
809
- float: none;
810
- width: 100%;
811
- height: .1em;
812
- margin: 0 0 1.45em;
813
- border: none;
814
- background: #fff;
815
- color: #fff; }
816
-
817
- body {
818
- margin-top: 10px;
819
- background: #fff url(../../images/body-back.png) top left repeat-x; }
820
- body div.left {
821
- float: left;
822
- width: 49%; }
823
- body div.right {
824
- float: right;
825
- width: 49%;
826
- text-align: right; }
827
- body a {
828
- outline: none; }
829
-
830
- #wrapper {
831
- background: transparent url(../../images/wrapper-back.png) top center no-repeat;
832
- padding: 25px 20px 20px;
833
- position: relative; }
834
- body.two-col #wrapper {
835
- background-image: url(../../images/wrapper-back-2.png); }
836
-
837
- #sidebar {
838
- display: inline;
839
- float: left;
840
- margin-right: 10px;
841
- width: 150px;
842
- padding-right: 24px;
843
- margin-right: 25px;
844
- border-right: 1px solid #eeeeee; }
845
- * html #sidebar {
846
- overflow-x: hidden; }
847
- #sidebar h3 {
848
- margin-bottom: .5em; }
849
-
850
- body.one-col #content {
851
- display: inline;
852
- float: left;
853
- margin-right: 0;
854
- width: 950px; }
855
- * html body.one-col #content {
856
- overflow-x: hidden; }
857
- body.two-col #content {
858
- display: inline;
859
- float: left;
860
- margin-right: 0;
861
- width: 750px; }
862
- * html body.two-col #content {
863
- overflow-x: hidden; }
864
-
865
- #header {
866
- position: relative;
867
- color: #2e6ab1;
868
- clear: both; }
869
- #header a {
870
- color: #2e6ab1; }
871
- #header a:hover {
872
- color: #e5f2f8; }
873
-
874
- #footer {
875
- padding-top: 2em;
876
- clear: both; }
877
- #footer div.left {
878
- width: 45%; }
879
- #footer div.right {
880
- width: 55%; }
881
-
882
- h1 {
883
- font-size: 2.5em; }
884
-
885
- .form-buttons, .clear {
886
- clear: both; }
887
-
888
- input.title {
889
- width: auto; }
890
-
891
- p.follow-all {
892
- font-size: 1.3em;
893
- text-align: center;
894
- display: block; }
895
- p img {
896
- float: left;
897
- margin-right: 5px;
898
- vertical-align: middle; }
899
-
900
- .navigation-list {
901
- margin: 0 0 1.5em -15px; }
902
- .navigation-list li {
903
- list-style-type: none;
904
- margin-left: 0px; }
905
- .navigation-list li {
906
- margin: 0; }
907
- .navigation-list li a {
908
- cursor: pointer!important;
909
- text-decoration: none;
910
- color: #333;
911
- display: block;
912
- line-height: 2.5em;
913
- padding-left: 20px;
914
- width: 170px;
915
- white-space: nowrap;
916
- overflow: hidden; }
917
- .navigation-list li a:hover {
918
- background: url(../../images/menu-hover.png) right center no-repeat; }
919
- .navigation-list li.current {
920
- width: 200px; }
921
- .navigation-list li.current a {
922
- width: 180px;
923
- background: url(../../images/menu-current.png) right center no-repeat;
924
- white-space: nowrap;
925
- overflow: hidden; }
926
- .navigation-list li.current a.root {
927
- width: 183px; }
928
- .navigation-list a.root {
929
- color: #222;
930
- font-size: 1.5em;
931
- text-indent: -5px;
932
- line-height: 2.2em; }
933
-
934
- .breadcrumbs {
935
- margin-bottom: 1em; }
936
- .breadcrumbs ul {
937
- list-style-type: none;
938
- margin: 0px;
939
- padding: 0px;
940
- display: inline;
941
- margin: 0;
942
- padding: 0;
943
- overflow: auto; }
944
- .breadcrumbs ul li {
945
- margin: 0px;
946
- padding: 0px;
947
- display: inline; }
948
- .breadcrumbs ul li {
949
- line-height: 20px;
950
- color: #666; }
951
- .breadcrumbs ul li a, .breadcrumbs ul li span {
952
- text-decoration: none;
953
- padding: 5px 7px;
954
- color: #666; }
955
- .breadcrumbs ul li span {
956
- color: #333; }
957
-
958
- div#login-bar {
959
- display: inline; }
960
-
961
- ul#language-bar {
962
- list-style-type: none;
963
- margin: 0px;
964
- padding: 0px;
965
- display: inline; }
966
- ul#language-bar li {
967
- margin: 0px;
968
- padding: 0px;
969
- display: inline; }
970
- ul#language-bar strong {
971
- font-weight: normal; }
972
-
973
- ul#nav-bar {
974
- line-height: 50px;
975
- float: right;
976
- clear: both;
977
- font-size: 1.2em;
978
- list-style: none;
979
- margin: 0;
980
- padding: 0; }
981
- ul#nav-bar li {
982
- float: left;
983
- margin-left: 1em; }
984
- ul#nav-bar li.cart-indicator a {
985
- display: block;
986
- padding-right: 40px;
987
- background: transparent url(../../images/cart-empty_x32.png) center right no-repeat; }
988
- ul#nav-bar li.cart-indicator a.full {
989
- background-image: url(../../images/cart-full_x32.png); }
990
-
991
- .pagination {
992
- padding-top: 10px;
993
- text-align: right; }
994
- .pagination a.page, .pagination span.page {
995
- padding: 0px 5px;
996
- margin: 0px 3px; }
997
- .pagination a.page {
998
- text-decoration: none;
999
- border: 1px solid #9aafe5;
1000
- color: #2e6ab1; }
1001
- .pagination a.page:hover, .pagination a.page:active {
1002
- border: 1px solid #2b66a5;
1003
- color: black; }
1004
- .pagination a.next_page {
1005
- font-weight: bold; }
1006
- .pagination span.disabled_page {
1007
- border: 1px solid #929292;
1008
- color: #929292; }
1009
- .pagination span.current_page {
1010
- font-weight: bold;
1011
- border: 1px solid;
1012
- border-color: #162f54;
1013
- background-color: #2e6ab1;
1014
- color: white; }
1015
-
1016
- .prices {
1017
- font-weight: bold; }
1018
- #product-details .prices {
1019
- font-size: 1.25em; }
1020
-
1021
- .price.selling {
1022
- color: #2e6ab1; }
1023
- #product-details .price.selling {
1024
- font-size: 1.5em; }
1025
-
1026
- .price.diff {
1027
- font-style: italic;
1028
- font-weight: normal;
1029
- color: #666666; }
1030
-
1031
- #signup #new-customer, #login #existing-customer {
1032
- display: inline;
1033
- float: left;
1034
- margin-right: 10px;
1035
- width: 470px; }
1036
- * html #signup #new-customer, * html #login #existing-customer {
1037
- overflow-x: hidden; }
1038
- #signup #new-customer h2, #login #existing-customer h2 {
1039
- margin-bottom: .25em; }
1040
- #signup #new-customer p, #login #existing-customer p {
1041
- margin-bottom: 10px; }
1042
- #signup #new-customer p input.title, #login #existing-customer p input.title {
1043
- padding: 3px;
1044
- margin: 0px; }
1045
- #signup #new-customer input[type=checkbox], #login #existing-customer input[type=checkbox] {
1046
- top: 0.0em; }
1047
-
1048
- input.openid_url {
1049
- background: #FFFFFF url(../../images/openid-inputicon.gif) no-repeat scroll 0pt 50%;
1050
- padding-left: 18px;
1051
- border: 1px solid #BBBBBB;
1052
- font-size: 1.5em; }
1053
-
1054
- .flash {
1055
- -moz-border-radius: 5px;
1056
- -webkit-border-radius: 5px; }
1057
- .flash.notice, .flash.errors {
1058
- font-size: 1.3em;
1059
- margin-bottom: 1em;
1060
- padding: 0.8em; }
1061
- .flash.notice {
1062
- background: #ccddff url(../../images/shadow_top.png) 0px -50px repeat-x;
1063
- color: #556699;
1064
- border: 1px solid #99aacc; }
1065
- .flash.errors {
1066
- background: #f4b4b4 url(../../images/shadow_top.png) 0px -50px repeat-x;
1067
- color: black;
1068
- border: 1px solid black; }
1069
-
1070
- .formError, .errorExplanation {
1071
- font-size: 1.3em;
1072
- margin-bottom: 1em;
1073
- padding: 0.8em;
1074
- -moz-border-radius: 5px;
1075
- -webkit-border-radius: 5px;
1076
- background: #f4b4b4 url(../../images/shadow_top.png) 0px -50px repeat-x;
1077
- color: black;
1078
- border: 1px solid black; }
1079
- .formError p, .errorExplanation p {
1080
- margin: 0px; }
1081
- .formError ul, .errorExplanation ul {
1082
- margin-bottom: 0px; }
1083
- .formError h2, .errorExplanation h2 {
1084
- font-weight: bold;
1085
- font-size: 1.0em;
1086
- margin: 0px; }
1087
-
1088
- .fieldWithErrors {
1089
- clear: none; }
1090
-
1091
- button,
1092
- a.button, input.button {
1093
- -moz-border-radius: 0.3em;
1094
- -webkit-border-radius: 0.3em;
1095
- background: #efefef url(../../images/buttons/bg-button.png) center left repeat-x !important;
1096
- border-style: solid;
1097
- border-width: 1px !important;
1098
- border-color: #ddd #999 #999 #ddd !important;
1099
- -moz-outline-radius: .3em;
1100
- color: #111;
1101
- display: inline-block;
1102
- font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
1103
- font-size: 1.1em !important;
1104
- font-size-adjust: none;
1105
- font-stretch: normal;
1106
- font-style: normal;
1107
- font-variant: normal;
1108
- font-weight: normal;
1109
- line-height: 1.2em;
1110
- margin: 0px;
1111
- overflow: visible;
1112
- padding: 10px 17px;
1113
- text-decoration: none;
1114
- text-transform: lowercase;
1115
- width: auto;
1116
- height: auto;
1117
- cursor: pointer; }
1118
- button.primary,
1119
- a.button.primary, input.button.primary {
1120
- font-weight: bold;
1121
- color: #000; }
1122
- button:hover,
1123
- a.button:hover, input.button:hover {
1124
- background-image: url(../../images/buttons/bg-button-hover.png) !important; }
1125
- button.large,
1126
- a.button.large, input.button.large {
1127
- -moz-border-radius: 5px;
1128
- -webkit-border-radius: 5px;
1129
- font-size: 1.4em !important;
1130
- line-height: 1.4em; }
1131
- button.small,
1132
- a.button.small, input.button.small {
1133
- -moz-border-radius: 4px;
1134
- -webkit-border-radius: 4px;
1135
- font-size: .9em;
1136
- line-height: 1.4em;
1137
- padding: 5px 10px; }
1138
- button.small img,
1139
- a.button.small img, input.button.small img {
1140
- margin: 0 3px 0 0 !important; }
1141
- button.update img, button.checkout img,
1142
- a.button.update img, a.button.checkout img, input.button.update img, input.button.checkout img {
1143
- margin-right: 7px; }
1144
- button img,
1145
- a.button img, input.button img {
1146
- vertical-align: middle; }
1147
- button:focus,
1148
- a.button:focus, input.button:focus {
1149
- outline: none; }
1150
-
1151
- button::-moz-focus-inner {
1152
- padding: 0px;
1153
- border: none; }
1154
-
1155
- p a.button img, p button img {
1156
- margin: 0 5px 0 0; }
1157
-
1158
- .product-listing {
1159
- margin: 2em 0px 0px 0px;
1160
- padding: 0px; }
1161
- .product-listing li {
1162
- list-style-type: none;
1163
- margin-left: 0px; }
1164
- .product-listing li {
1165
- -moz-border-radius: 3px;
1166
- -webkit-border-radius: 3px;
1167
- height: 180px;
1168
- width: 140px;
1169
- text-align: center;
1170
- float: left;
1171
- margin: 1em;
1172
- padding: 10px;
1173
- border: 1px solid #ddd;
1174
- position: relative; }
1175
- .product-listing li a {
1176
- display: block;
1177
- text-decoration: none;
1178
- color: #111; }
1179
- .product-listing li a.info {
1180
- position: absolute;
1181
- bottom: 0px;
1182
- right: 0px;
1183
- padding: 5px;
1184
- width: 150px;
1185
- min-height: 60px;
1186
- background: #FFF url(../../images/shadow_top.png) 0px -35px repeat-x;
1187
- border-top: 1px solid white; }
1188
- .product-listing li a.info span {
1189
- display: block; }
1190
- .product-listing li.last {
1191
- margin-right: 0px; }
1192
- .product-listing li:hover {
1193
- border-color: #1B1B1B; }
1194
- .product-listing li:hover a.info {
1195
- background: #1B1B1B url(../../images/bottom_shine.png) bottom left repeat-x;
1196
- color: #fff; }
1197
-
1198
- ul.thumbnails {
1199
- margin: 0;
1200
- padding: 0;
1201
- list-style: none; }
1202
- ul.thumbnails li {
1203
- float: left;
1204
- margin-right: 5px;
1205
- padding: 3px;
1206
- border: 1px solid white;
1207
- min-height: 50px;
1208
- width: 50px;
1209
- position: relative; }
1210
- ul.thumbnails li:hover {
1211
- border-color: #CCC; }
1212
- ul.thumbnails li.selected {
1213
- border-color: #999; }
1214
- ul.thumbnails li img {
1215
- position: absolute;
1216
- top: 0;
1217
- bottom: 0;
1218
- left: 0;
1219
- right: 0;
1220
- margin: auto; }
1221
-
1222
- #product-variants {
1223
- margin-bottom: 1em; }
1224
- #product-variants ul {
1225
- margin: 0;
1226
- padding: 0; }
1227
- #product-variants ul li {
1228
- list-style-type: none;
1229
- margin-left: 0px; }
1230
-
1231
- #product-images {
1232
- display: inline;
1233
- float: left;
1234
- margin-right: 10px;
1235
- width: 270px; }
1236
- * html #product-images {
1237
- overflow-x: hidden; }
1238
- #product-images h4 {
1239
- padding: 6px 0px;
1240
- margin: 0px;
1241
- font-weight: bold;
1242
- clear: both; }
1243
- #product-images #main-image {
1244
- min-height: 250px;
1245
- position: relative; }
1246
- #product-images #main-image img {
1247
- position: absolute;
1248
- top: 0;
1249
- bottom: 0;
1250
- left: 0;
1251
- right: 0;
1252
- margin: auto; }
1253
-
1254
- #product-description {
1255
- display: inline;
1256
- float: left;
1257
- margin-right: 10px;
1258
- width: 310px;
1259
- padding-right: 24px;
1260
- margin-right: 25px;
1261
- border-right: 1px solid #eeeeee; }
1262
- * html #product-description {
1263
- overflow-x: hidden; }
1264
-
1265
- #cart-form {
1266
- display: inline;
1267
- float: left;
1268
- margin-right: 0;
1269
- width: 270px; }
1270
- * html #cart-form {
1271
- overflow-x: hidden; }
1272
-
1273
- div#subtotal {
1274
- float: right;
1275
- width: 49%;
1276
- text-align: right;
1277
- width: auto;
1278
- text-align: left; }
1279
-
1280
- table {
1281
- border-collapse: collapse; }
1282
- table th {
1283
- background: transparent;
1284
- padding: 10px;
1285
- border-bottom: 1px solid #DDD; }
1286
- table#cart tr td {
1287
- border-bottom: 1px solid #DDD;
1288
- padding: 1em 0; }
1289
- table#cart tr#none td {
1290
- border-bottom: none; }
1291
- table#cart h4 {
1292
- margin-bottom: 0em; }
1293
-
1294
- div#checkout {
1295
- width: 720px;
1296
- float: left; }
1297
- div#checkout div#registration div.error, div#checkout div#shipping_method div.error {
1298
- -moz-border-radius: 5px;
1299
- -webkit-border-radius: 5px;
1300
- width: 815px; }
1301
- div#checkout div#billing input, div#checkout div#shipping input, div#checkout div#payment input, div#checkout div#registration_input input {
1302
- border: 1px solid #bbbbbb; }
1303
- div#checkout select.error, div#checkout input.error {
1304
- padding: 0px;
1305
- background: white;
1306
- border: 1px solid #EAE8E3; }
1307
- div#checkout p {
1308
- clear: both;
1309
- margin-bottom: 15px; }
1310
- div#checkout p label {
1311
- float: left;
1312
- width: 150px;
1313
- position: relative;
1314
- top: 5px; }
1315
- div#checkout p span.req {
1316
- color: red;
1317
- margin-left: 2px;
1318
- position: relative;
1319
- top: -3px; }
1320
- div#checkout p input, div#checkout p select {
1321
- margin-left: 150px;
1322
- width: 200px;
1323
- margin: 0px; }
1324
- div#checkout p label.error {
1325
- color: red;
1326
- clear: both;
1327
- margin: 0px 0px 5px 150px;
1328
- top: 0px;
1329
- font-size: 11px;
1330
- border: none;
1331
- padding: 0px;
1332
- background: white; }
1333
- div#checkout label.radio {
1334
- display: inline; }
1335
- div#checkout div#methods p, div#checkout div#registration_choice p {
1336
- margin-bottom: 7px; }
1337
- div#checkout div#methods p input, div#checkout div#methods p label, div#checkout div#registration_choice p input, div#checkout div#registration_choice p label {
1338
- display: inline;
1339
- float: none; }
1340
- div#checkout div#methods p label, div#checkout div#registration_choice p label {
1341
- margin: 0px 0px 0px 5px;
1342
- top: -1px;
1343
- width: 300px; }
1344
- div#checkout div#methods p input, div#checkout div#registration_choice p input {
1345
- width: 15px; }
1346
- div#checkout #registration {
1347
- background: transparent url('/images/steps/1.png') top right no-repeat; }
1348
- div#checkout #registration.completed, div#checkout #registration.disabled {
1349
- background-image: none; }
1350
- div#checkout #registration.completed h2, div#checkout #registration.disabled h2 {
1351
- background: transparent url('/images/steps/1_small.png') top left no-repeat;
1352
- margin-bottom: 0.25em; }
1353
- div#checkout #registration div.inner {
1354
- display: none;
1355
- padding: 10px 2px; }
1356
- div#checkout #registration div#registration_choice {
1357
- float: left;
1358
- block: none;
1359
- margin-bottom: 1em; }
1360
- div#checkout #registration div#registration_input {
1361
- float: left;
1362
- margin-left: 100px; }
1363
- div#checkout #registration div#guest_user, div#checkout #registration div#existing_user, div#checkout #registration div#already_logged_in {
1364
- display: none; }
1365
- div#checkout #billing {
1366
- background: transparent url('/images/steps/2.png') top right no-repeat; }
1367
- div#checkout #billing.completed, div#checkout #billing.disabled {
1368
- background-image: none; }
1369
- div#checkout #billing.completed h2, div#checkout #billing.disabled h2 {
1370
- background: transparent url('/images/steps/2_small.png') top left no-repeat;
1371
- margin-bottom: 0.25em; }
1372
- div#checkout #billing div.inner {
1373
- display: none;
1374
- padding: 10px 2px; }
1375
- div#checkout #shipping {
1376
- background: transparent url('/images/steps/3.png') top right no-repeat; }
1377
- div#checkout #shipping.completed, div#checkout #shipping.disabled {
1378
- background-image: none; }
1379
- div#checkout #shipping.completed h2, div#checkout #shipping.disabled h2 {
1380
- background: transparent url('/images/steps/3_small.png') top left no-repeat;
1381
- margin-bottom: 0.25em; }
1382
- div#checkout #shipping div.inner {
1383
- display: none;
1384
- padding: 10px 2px; }
1385
- div#checkout #shipping span#clear_same_address {
1386
- clear: both;
1387
- display: block; }
1388
- div#checkout #shipping span#checkout_same_address {
1389
- float: left;
1390
- display: block;
1391
- border: 1px solid #bbbbbb;
1392
- width: 20px;
1393
- height: 20px; }
1394
- div#checkout #shipping span#checkout_same_address:hover {
1395
- cursor: pointer; }
1396
- div#checkout #shipping span#checkout_same_address.is_checked {
1397
- background: transparent url(../../images/checkmark.png) top right no-repeat; }
1398
- div#checkout #shipping.completed h2, div#checkout #shipping.disabled h2 {
1399
- padding-left: 32px; }
1400
- div#checkout #shipping_method {
1401
- background: transparent url('/images/steps/4.png') top right no-repeat; }
1402
- div#checkout #shipping_method.completed, div#checkout #shipping_method.disabled {
1403
- background-image: none; }
1404
- div#checkout #shipping_method.completed h2, div#checkout #shipping_method.disabled h2 {
1405
- background: transparent url('/images/steps/4_small.png') top left no-repeat;
1406
- margin-bottom: 0.25em; }
1407
- div#checkout #shipping_method div.inner {
1408
- display: none;
1409
- padding: 10px 2px; }
1410
- div#checkout #shipping_method div.inner {
1411
- padding-top: 0px; }
1412
- div#checkout #shipping_method div.error {
1413
- display: none; }
1414
- div#checkout #payment {
1415
- background: transparent url('/images/steps/5.png') top right no-repeat; }
1416
- div#checkout #payment.completed, div#checkout #payment.disabled {
1417
- background-image: none; }
1418
- div#checkout #payment.completed h2, div#checkout #payment.disabled h2 {
1419
- background: transparent url('/images/steps/5_small.png') top left no-repeat;
1420
- margin-bottom: 0.25em; }
1421
- div#checkout #payment div.inner {
1422
- display: none;
1423
- padding: 10px 2px; }
1424
- div#checkout #payment p select {
1425
- width: 75px; }
1426
- div#checkout #confirmation {
1427
- background: transparent url('/images/steps/6.png') top right no-repeat; }
1428
- div#checkout #confirmation.completed, div#checkout #confirmation.disabled {
1429
- background-image: none; }
1430
- div#checkout #confirmation.completed h2, div#checkout #confirmation.disabled h2 {
1431
- background: transparent url('/images/steps/6_small.png') top left no-repeat;
1432
- margin-bottom: 0.25em; }
1433
- div#checkout #confirmation div.inner {
1434
- display: none;
1435
- padding: 10px 2px; }
1436
- div#checkout #confirmation table.order-summary .price, div#checkout #confirmation table.order-summary .qty {
1437
- width: 165px; }
1438
- div#checkout #confirmation table.order-summary .total_display {
1439
- width: 300px; }
1440
- div#checkout #confirmation table.order-summary .total_display span {
1441
- display: block;
1442
- text-align: right;
1443
- padding-right: 150px; }
1444
- div#checkout #confirmation div#bdisplay, div#checkout #confirmation div#sdisplay {
1445
- float: left;
1446
- width: 300px;
1447
- clear: right; }
1448
- div#checkout .checkout.disabled h2, div#checkout .checkout.completed h2 {
1449
- padding-left: 32px;
1450
- color: #AFAFAF;
1451
- font-size: 1.4em;
1452
- padding-bottom: 10px;
1453
- border-bottom: 1px solid #DDD; }
1454
- div#checkout .checkout.disabled:last-child h2, div#checkout .checkout.completed:last-child h2 {
1455
- border-bottom: none; }
1456
- div#checkout .checkout.completed h2 {
1457
- color: #111;
1458
- border-color: #999; }
1459
- div#checkout input#continue_billing, div#checkout input#continue_shipping {
1460
- display: block;
1461
- clear: both;
1462
- margin-top: 10px; }
1463
- div#checkout input#continue_billing, div#checkout input#continue_shipping, div#checkout p input#continue_registration, div#checkout p input#continue_shipping_method, div#checkout p input#continue_payment, div#checkout #confirm_order .inner input {
1464
- cursor: pointer;
1465
- width: 100px; }
1466
- div#checkout input#checkout_same_address {
1467
- margin-top: 8px;
1468
- width: 15px; }
1469
-
1470
- div#order table.order-summary .price, div#order table.order-summary .qty {
1471
- width: 165px; }
1472
- div#order table.order-summary .total_display {
1473
- width: 300px; }
1474
- div#order table.order-summary .total_display span {
1475
- display: block;
1476
- text-align: right;
1477
- padding-right: 150px; }
1478
-
1479
-
1480
- tbody#order-credits {
1481
- color: #f00; }
1482
-
1483
- div#checkout-summary {
1484
- float: right;
1485
- width: 180px;
1486
- background-color: #C3C9DF;
1487
- padding: 20px;
1488
- margin-top: 10px; }
1489
- div#checkout-summary th, div#checkout-summary td, div#checkout-summary caption {
1490
- padding: 0px; }