PluginProbe
Welcart e-Commerce / 1.4.0
Welcart e-Commerce v1.4.0
2.12.4 2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 All 292 releases
usc-e-shop / css / usces_cart.css

usces_cart.css in Welcart e-Commerce 1.4.0, at css/usces_cart.css

1,458 lines 28.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "utf-8";
2 /* CSS Document */
3
4
5 div.loopimg {
6 float: left;
7 width: 105px;
8 padding-right: 10px;
9 padding-bottom: 10px;
10 }
11 div.loopexp {
12 /*float: left;*/
13 }
14
15 div.header_explanation {
16 padding-top: 15px;
17 padding-bottom: 15px;
18 }
19
20 div.footer_explanation {
21 padding-top: 15px;
22 padding-bottom: 15px;
23 }
24
25
26 /*******************************************************/
27 #cart {
28 width: 100%;
29 }
30
31 #cart div.error_message {
32 font-weight: bold;
33 color: #FF0000;
34 margin-top: 10px;
35 }
36
37 #cart .upbutton {
38 text-align: right;
39 padding-right: 20px;
40 }
41
42 #cart table {
43 width: 99%;
44 border: 1px solid #CCCCCC;
45 }
46
47 #cart th,
48 #cart td {
49 border-top-width: 1px;
50 border-right-width: 1px;
51 border-bottom-width: 1px;
52 border-left-width: 1px;
53 border-top-style: solid;
54 border-right-style: solid;
55 border-bottom-style: solid;
56 border-left-style: solid;
57 border-top-color: #FFFFFF;
58 border-right-color: #CCCCCC;
59 border-bottom-color: #CCCCCC;
60 border-left-color: #FFFFFF;
61 padding-top: 3px;
62 padding-right: 5px;
63 padding-bottom: 3px;
64 padding-left: 5px;
65 vertical-align: middle;
66 text-align: center;
67 white-space: normal;
68 word-break:break-all;
69 }
70 #cart td.signal_red {
71 font-weight: bold;
72 color: #FF0000;
73 }
74 #cart th {
75 color: #FFFFFF;
76 background-color: #999999;
77 white-space: nowrap;
78 line-height: 1.3em;
79 }
80
81 #cart th.aright,
82 #cart td.aright {
83 text-align: right;
84 white-space: nowrap;
85 }
86
87 #cart th.aleft,
88 #cart td.aleft {
89 text-align: left;
90 }
91
92 #cart input.quantity {
93 width: 40px;
94 text-align: center;
95 font-size: 13px;
96 }
97
98 #cart .num {
99 white-space: nowrap;
100 width: 3%;
101 text-align: center;
102 }
103
104 #cart .thumbnail {
105 white-space: nowrap;
106 width: 5%;
107 text-align: center;
108 }
109
110 #cart .price {
111 white-space: nowrap;
112 width: 10%;
113 text-align: right;
114 }
115
116 #cart .quantity {
117 white-space: nowrap;
118 width: 5%;
119 text-align: center;
120 }
121
122 #cart .subtotal {
123 white-space: nowrap;
124 width: 10%;
125 text-align: right;
126 }
127
128 #cart .action {
129 white-space: nowrap;
130 width: 10%;
131 text-align: center;
132 }
133
134 #cart #point_table {
135 width: 350px;
136 margin-top: 15px;
137 margin-bottom: 10px;
138 margin-right: auto;
139 margin-left: auto;
140 }
141
142 #cart #point_table td {
143 height: 30px;
144 }
145
146 #cart #point_table .point {
147 font-size: 1.5em;
148 font-weight: bold;
149 }
150
151 #cart #point_table input.used_point {
152 width: 100px;
153 text-align: right;
154 padding-right: 5px;
155 }
156
157 #content #wc_cart img,
158 #content #wc_confirm img {
159 max-width: none;
160 }
161 /*********************************************************************/
162 /* USCES Item single page style */
163 span.price {
164 font-size: 140%;
165 font-weight: bold;
166 color: #ED5B14;
167 margin: 0px;
168 padding: 0px;
169 }
170 span.cprice {
171 font-size: 12px;
172 font-weight: normal;
173 color: #333333;
174 text-decoration: none;
175 }
176 em.tax {
177 font-size: 0.7em;
178 font-weight: normal;
179 text-decoration: none;
180 font-style: normal;
181 color: inherit;
182 letter-spacing: 0em;
183 }
184 dl.itemGpExp {
185 margin: 0px;
186 padding: 0px;
187 }
188 dl.itemGpExp dt {
189 margin: 0px;
190 background-image: url(../images/gp.gif);
191 background-repeat: no-repeat;
192 background-position: left center;
193 padding-top: 3px;
194 padding-right: 0px;
195 padding-bottom: 0px;
196 padding-left: 30px;
197 font-size: 13px;
198 font-weight: bold;
199 color: #FF3333;
200 height: 16px;
201 }
202
203 dl.itemGpExp dd {
204 margin: 0px;
205 padding: 0px;
206 }
207
208 dl.itemGpExp ul {
209 margin: 0px;
210 padding: 0px;
211 }
212
213 dl.itemGpExp li {
214 margin: 0px;
215 padding: 0px;
216 list-style-type: none;
217 font-size: 13px;
218 letter-spacing: 1px;
219 }
220
221 #itempage {
222 width: 100%;
223 }
224
225 #itempage .field {
226 height: auto;
227 width: auto;
228 margin: 0px;
229 border-bottom-width: 1px;
230 border-bottom-style: solid;
231 border-bottom-color: #CCCCCC;
232 margin-left: 210px;
233 }
234 #itempage .field .field_name {
235 text-align: left;
236 }
237 #itempage .field .field_price {
238 font-size: 140%;
239 font-weight: bold;
240 color: #ED5B14;
241 margin: 0px;
242 padding: 0px;
243 text-align: right;
244 width: auto;
245 }
246
247 #itempage .field .field_cprice {
248 font-size: 100%;
249 color: #333333;
250 margin: 0px;
251 padding: 0px;
252 text-align: right;
253 width: auto;
254 }
255
256 #itempage h3 {
257 font-size: 14px;
258 color: #FFFFFF;
259 background-color: #999999;
260 line-height: 18px;
261 margin-bottom: 10px;
262 height: 18px;
263 margin-left: 210px;
264 padding-top: 3px;
265 padding-right: 5px;
266 padding-bottom: 3px;
267 padding-left: 5px;
268 }
269
270 #itempage .exp {
271 margin-bottom: 10px;
272 min-height: 220px;
273 }
274
275 *:first-child+html #itempage .exp {
276 display: inline;
277 }
278
279 #itempage form {
280 margin: 0px;
281 padding: 0px;
282 height: auto;
283 width: auto;
284 }
285
286 #itempage .itemimg {
287 float: left;
288 margin-right: 10px;
289 width: 200px;
290 }
291
292 #itempage .itemimg img {
293 margin: 0px;
294 padding: 0px;
295 }
296
297 #itempage .itemsubimg {
298 margin-bottom: 10px;
299 }
300
301 #itempage .skuform {
302 width: 100%;
303 }
304
305 #itempage .skuform .skuquantity {
306 text-align: right;
307 width: 50px;
308 padding-right: 4px;
309 padding-left: 4px;
310 }
311
312 #itempage table.skusingle {
313 padding: 0px;
314 margin-top: 0px;
315 margin-right: 0px;
316 margin-bottom: 10px;
317 margin-left: 0px;
318 }
319
320 #itempage table.skusingle td {
321 padding-top: 3px;
322 padding-right: 10px;
323 padding-bottom: 3px;
324 padding-left: 0px;
325 margin: 0px;
326 }
327
328 #itempage table.skumulti {
329 padding: 0px;
330 margin-top: 0px;
331 margin-right: 0px;
332 margin-bottom: 10px;
333 margin-left: 0px;
334 width: 100%;
335 border: 2px solid #CCCCCC;
336 border-collapse: collapse;
337 }
338
339 #itempage table.skumulti th {
340 background-color: #E6E6E6;
341 text-align: center;
342 padding: 3px;
343 border-right-width: 1px;
344 border-bottom-width: 1px;
345 border-right-style: solid;
346 border-bottom-style: solid;
347 border-right-color: #FFFFFF;
348 border-bottom-color: #FFFFFF;
349 margin: 0px;
350 font-size: 12px;
351 font-weight: normal;
352 }
353
354 #itempage table.skumulti th.thborder {
355 border-bottom-width: 2px;
356 border-bottom-style: solid;
357 border-bottom-color: #CCCCCC;
358 }
359
360 #itempage table.skumulti td {
361 padding: 3px;
362 border-right-width: 1px;
363 border-bottom-width: 2px;
364 border-right-style: solid;
365 border-bottom-style: solid;
366 border-right-color: #D9D9D9;
367 border-bottom-color: #CCCCCC;
368 margin: 0px;
369 }
370
371 #itempage table.skumulti td.subborder {
372 border-bottom-width: 1px;
373 border-bottom-style: solid;
374 border-bottom-color: #D9D9D9;
375 }
376
377 #itempage table.skumulti td.price {
378 text-align: right;
379 }
380
381 #itempage table.skumulti td.zaiko {
382 }
383
384 #itempage table.skumulti td.quant {
385 text-align: right;
386 }
387
388 #itempage table.skumulti td.unit {
389 text-align: center;
390 }
391
392 #itempage table.skumulti td.button {
393 text-align: center;
394 }
395
396 #itempage table.skumulti td.skudisp {
397 font-weight: bold;
398 }
399
400 #itempage .assistance_item {
401 width: auto;
402 padding-top: 0px;
403 padding-right: 0px;
404 padding-bottom: 0px;
405 padding-left: 0px;
406 }
407
408 #itempage .assistance_item h3 {
409 font-size: 14px;
410 color: #FFFFFF;
411 background-color: #999999;
412 line-height: 18px;
413 margin-bottom: 10px;
414 height: 18px;
415 margin-left: 0px;
416 padding-top: 3px;
417 padding-right: 5px;
418 padding-bottom: 3px;
419 padding-left: 5px;
420 }
421
422 #itempage .assistance_item ul {
423 margin: 0px;
424 list-style-image: none;
425 list-style-type: none;
426 padding: 0px;
427 }
428
429 #itempage .assistance_item li {
430 margin: 0px;
431 float: left;
432 width: 312px;
433 padding-top: 0px;
434 padding-right: 0px;
435 padding-bottom: 10px;
436 padding-left: 0px;
437 }
438
439 #itempage .assistance_item .listbox {
440 background-color: #f9f9f9;
441 width: auto;
442 margin-right: 10px;
443 padding: 10px;
444 border: 1px solid #cccccc;
445 }
446
447 #itempage .assistance_item .slit {
448 height: 100px;
449 width: 100px;
450 overflow: hidden;
451 background-image: url(image/no_img.gif);
452 background-repeat: no-repeat;
453 float: left;
454 }
455
456 #itempage .assistance_item .detail {
457 width: auto;
458 padding-top: 5px;
459 margin-left: 0px;
460 padding-left: 115px;
461 }
462
463 #itempage .assistance_item h4 {
464 font-size: 12px;
465 line-height: 150%;
466 font-weight: bold;
467 color: #660000;
468 padding: 0px;
469 margin-top: 0px;
470 margin-right: 0px;
471 margin-bottom: 5px;
472 margin-left: 0px;
473 }
474
475 #itempage .assistance_item .detail p {
476 font-size: 11px;
477 line-height: 150%;
478 color: #333333;
479 padding-top: 0px;
480 padding-right: 0px;
481 padding-bottom: 0px;
482 padding-left: 0px;
483 margin: 0px;
484 }
485
486 #itempage table.item_option {
487 border: 1px solid #CCCCCC;
488 }
489
490 #itempage table.item_option caption {
491 font-weight: normal;
492 text-align: left;
493 margin: 0px;
494 padding-top: 5px;
495 padding-right: 0px;
496 padding-bottom: 0px;
497 padding-left: 0px;
498 }
499
500 #itempage table.item_option th {
501 border-right-width: 1px;
502 border-bottom-width: 1px;
503 border-right-style: solid;
504 border-bottom-style: solid;
505 border-right-color: #CCCCCC;
506 border-bottom-color: #CCCCCC;
507 text-align: left;
508 background-color: #F0F0F0;
509 padding-right: 10px;
510 padding-left: 10px;
511 }
512
513 #itempage table.item_option td {
514 border-right-width: 1px;
515 border-bottom-width: 1px;
516 border-right-style: solid;
517 border-bottom-style: solid;
518 border-right-color: #CCCCCC;
519 border-bottom-color: #CCCCCC;
520 text-align: left;
521 }
522
523 /* End USCES Item single page style */
524 /*********************************************************************/
525 /* USCES cart page style */
526 div.usccart_navi ol.ucart {
527 list-style-image: none;
528 list-style-type: none;
529 display: block;
530 height: 31px;
531 width: 100%;
532 margin-top: 10px;
533 margin-right: 0px;
534 margin-bottom: 10px;
535 margin-left: 0;
536 padding: 0px;
537 }
538 div.usccart_navi li.ucart {
539 background-color: #B3B3B3;
540 float: left;
541 margin: 0px;
542 height: 29px;
543 color: #FFFFFF;
544 font-size: 14px;
545 font-weight: bold;
546 line-height: 29px;
547 text-align: center;
548 padding-top: 2px;
549 padding-bottom: 0px;
550 padding-right: 0px;
551 padding-left: 0px;
552 width: 24%;
553 }
554 div.usccart_navi li.usccart_cart {
555 background-image: url(../images/cart_navi_bg1.jpg);
556 background-repeat: repeat-x;
557 }
558 div.usccart_navi li.usccart_customer {
559 background-image: url(../images/cart_navi_bg2.jpg);
560 background-repeat: repeat-x;
561 }
562 div.usccart_navi li.usccart_delivery {
563 background-image: url(../images/cart_navi_bg3.jpg);
564 background-repeat: repeat-x;
565 }
566 div.usccart_navi li.usccart_confirm {
567 background-image: url(../images/cart_navi_bg4.jpg);
568 background-repeat: repeat-x;
569 }
570 #inside-cart .post {
571 width: auto;
572 padding-top: 15px;
573 padding-bottom: 15px;
574 margin-top: 10px;
575 }
576 #inside-cart h2 {
577 font-size: 16px;
578 line-height: 32px;
579 font-weight: bold;
580 color: #ffffff;
581 background-color: #ffcc00;
582 height: 32px;
583 padding-top: 0px;
584 padding-right: 0px;
585 padding-bottom: 0px;
586 padding-left: 10px;
587 margin-top: 0px;
588 margin-right: 0px;
589 margin-bottom: 15px;
590 margin-left: 0px;
591 border-bottom-width: 2px;
592 border-bottom-style: solid;
593 border-bottom-color: #ffe679;
594 }
595 #inside-cart p {
596 font-size: 12px;
597 line-height: 24px;
598 color: #333333;
599 margin: 0px;
600 padding-top: 15px;
601 padding-right: 0px;
602 padding-bottom: 0px;
603 padding-left: 0px;
604 }
605 #inside-cart .send {
606 text-align: center;
607 width: auto;
608 margin-top: 15px;
609 padding-top: 15px;
610 border-top-width: 1px;
611 border-top-style: solid;
612 border-top-color: #ffcc00;
613 }
614 #inside-cart .no_cart {
615 text-align: center;
616 width: auto;
617 margin-top: 60px;
618 font-size: 1.4em;
619 font-weight: bold;
620 color: #FF9900;
621 margin-bottom: 60px;
622 }
623 #customer-info h5 {
624 color: #FFFFFF;
625 background-color: #669999;
626 padding-top: 2px;
627 padding-right: 10px;
628 padding-bottom: 2px;
629 padding-left: 10px;
630 }
631 #customer-info .post {
632 width: auto;
633 margin-top: 10px;
634 padding-top: 15px;
635 padding-right: 0px;
636 padding-bottom: 15px;
637 padding-left: 0px;
638 }
639 #customer-info .error_message {
640 font-size: 13px;
641 line-height: 20px;
642 font-weight: bold;
643 color: #ff0000;
644 }
645 #customer-info h2 {
646 font-size: 16px;
647 line-height: 32px;
648 font-weight: bold;
649 color: #ffffff;
650 background-color: #ff9900;
651 height: 32px;
652 padding-top: 0px;
653 padding-right: 0px;
654 padding-bottom: 0px;
655 padding-left: 10px;
656 margin-top: 0px;
657 margin-right: 0px;
658 margin-bottom: 15px;
659 margin-left: 0px;
660 border-bottom-width: 2px;
661 border-bottom-style: solid;
662 border-bottom-color: #ffc56a;
663 }
664 #customer-info form {
665 margin: 0px;
666 padding: 0px;
667 }
668 #customer-info table {
669 margin-top: 10px;
670 border-collapse: collapse;
671 }
672 #customer-info th {
673 font-size: 12px;
674 line-height: 150%;
675 font-weight: bold;
676 color: #4c4d25;
677 text-align: left;
678 margin-right: auto;
679 margin-left: auto;
680 border: 1px solid #e6e6e6;
681 background-color: #f3f3f3;
682 padding-top: 5px;
683 padding-right: 10px;
684 padding-bottom: 5px;
685 padding-left: 10px;
686 width: 25%;
687 }
688 #customer-info td {
689 font-size: 11px;
690 line-height: 150%;
691 color: #4c4c4c;
692 border: 1px solid #e6e6e6;
693 padding-top: 5px;
694 padding-right: 10px;
695 padding-bottom: 5px;
696 padding-left: 10px;
697 }
698 #customer-info .customer_form input {
699 width: 50%;
700 margin-right: 3px;
701 }
702 #customer-info .customer_form input[type="checkbox"],
703 #customer-info .customer_form input[type="radio"] {
704 width: auto;
705 margin-right: 3px;
706 }
707 #customer-info .customer_form label.iopt_label {
708 display: block;
709 }
710 #customer-info .customer_form tr.inp1 input {
711 width: 82%;
712 margin-left: 3px;
713 }
714 #customer-info .customer_form tr.inp2 input {
715 width: 75%;
716 margin-left: 0px;
717 margin-right: 3px;
718 }
719 #delivery-info .customer_form em,
720 #customer-info .customer_form em {
721 font-style: normal;
722 color: #ff0000;
723 }
724 #customer-info .send {
725 text-align: center;
726 width: auto;
727 margin-top: 15px;
728 padding-top: 15px;
729 border-top-width: 1px;
730 border-top-style: solid;
731 border-top-color: #ff9900;
732 }
733 #delivery-info .post {
734 width: auto;
735 margin-top: 10px;
736 padding-top: 15px;
737 padding-right: 0px;
738 padding-bottom: 15px;
739 padding-left: 0px;
740 }
741 #delivery-info h2 {
742 font-size: 16px;
743 line-height: 32px;
744 font-weight: bold;
745 color: #ffffff;
746 background-color: #ff6600;
747 height: 32px;
748 padding-top: 0px;
749 padding-right: 0px;
750 padding-bottom: 0px;
751 padding-left: 10px;
752 margin-top: 0px;
753 margin-right: 0px;
754 margin-bottom: 15px;
755 margin-left: 0px;
756 border-bottom-width: 2px;
757 border-bottom-style: solid;
758 border-bottom-color: #ffaa68;
759 }
760 #delivery-info form {
761 margin: 0px;
762 padding: 0px;
763 }
764 #delivery-info table.customer_form {
765 margin-bottom: 10px;
766 border-collapse: collapse;
767 width: 100%;
768 }
769 #delivery-info th {
770 font-size: 12px;
771 line-height: 150%;
772 font-weight: bold;
773 color: #4c4d25;
774 text-align: left;
775 margin-right: auto;
776 margin-left: auto;
777 border: 1px solid #e6e6e6;
778 background-color: #f3f3f3;
779 padding-top: 5px;
780 padding-right: 10px;
781 padding-bottom: 5px;
782 padding-left: 10px;
783 width: 25%;
784 }
785 #delivery-info td {
786 font-size: 11px;
787 line-height: 150%;
788 color: #4c4c4c;
789 border: 1px solid #e6e6e6;
790 padding-top: 5px;
791 padding-right: 10px;
792 padding-bottom: 5px;
793 padding-left: 10px;
794 }
795 #delivery-info .error_message {
796 font-size: 13px;
797 line-height: 26px;
798 font-weight: bold;
799 color: #ff0000;
800 }
801 #delivery-info .customer_form dl {
802 margin: 0px;
803 padding: 0px;
804 width: auto;
805 }
806 #delivery-info .customer_form dt {
807 font-size: 12px;
808 line-height: 150%;
809 color: #333333;
810 width: auto;
811 padding-top: 5px;
812 }
813 #delivery-info .customer_form dd {
814 font-size: 12px;
815 line-height: 150%;
816 color: #333333;
817 margin: 0px;
818 padding-top: 0px;
819 padding-right: 0px;
820 padding-bottom: 5px;
821 padding-left: 20px;
822 }
823 #delivery-info #delivery_table input {
824 width: 50%;
825 margin-right: 3px;
826 }
827 #delivery-info #delivery_table tr.inp1 input {
828 width: 83%;
829 margin-right: 0px;
830 margin-left: 3px;
831 }
832 #delivery-info #delivery_table tr.inp2 input {
833 width: 76%;
834 margin-right: 3px;
835 margin-left: 0px;
836 }
837 #delivery-info .customer_form .btn {
838 width: 24px;
839 }
840 #delivery-info #time {
841 margin-top: 10px;
842 }
843 #delivery-info #time textarea,
844 #delivery-info .notes {
845 height: 100px;
846 width: 94%;
847 }
848 #delivery-info .send {
849 text-align: center;
850 width: auto;
851 margin-top: 15px;
852 padding-top: 15px;
853 border-top-width: 1px;
854 border-top-style: solid;
855 border-top-color: #ff6600;
856 }
857 #info-confirm .error_message {
858 font-size: 13px;
859 line-height: 26px;
860 font-weight: bold;
861 color: #ff0000;
862 }
863 #info-confirm .post {
864 background-color: #ffffff;
865 width: auto;
866 margin-top: 10px;
867 padding-top: 15px;
868 padding-right: 0px;
869 padding-bottom: 15px;
870 padding-left: 0px;
871 }
872 #info-confirm h2 {
873 font-size: 16px;
874 line-height: 32px;
875 font-weight: bold;
876 color: #ffffff;
877 background-color: #ff3300;
878 height: 32px;
879 padding-top: 0px;
880 padding-right: 0px;
881 padding-bottom: 0px;
882 padding-left: 10px;
883 margin-top: 0px;
884 margin-right: 0px;
885 margin-bottom: 15px;
886 margin-left: 0px;
887 border-bottom-width: 2px;
888 border-bottom-style: solid;
889 border-bottom-color: #ff8f71;
890 }
891 #info-confirm form {
892 margin: 0px;
893 padding: 0px;
894 }
895 #info-confirm #confirm_table {
896 width: 100%;
897 margin-top: 15px;
898 border-collapse: collapse;
899 }
900 #confirm_table h3 {
901 font-size: 14px;
902 line-height: normal;
903 font-weight: bold;
904 color: #ff3300;
905 margin: 0px;
906 padding: 0px;
907 }
908 #confirm_table th {
909 font-size: 12px;
910 line-height: normal;
911 font-weight: bold;
912 color: #50511d;
913 text-align: left;
914 margin-right: auto;
915 margin-left: auto;
916 padding-top: 5px;
917 padding-right: 10px;
918 padding-bottom: 5px;
919 padding-left: 10px;
920 border: 1px solid #e6e6e6;
921 width: 25%;
922 }
923 #confirm_table td {
924 font-size: 12px;
925 line-height: normal;
926 color: #333333;
927 padding-top: 5px;
928 padding-right: 10px;
929 padding-bottom: 5px;
930 padding-left: 10px;
931 border: 1px solid #e6e6e6;
932 }
933 #confirm_table .ttl {
934 background-color: #ffffef;
935 }
936 #confirm_table .bdc {
937 background-color: #FFFFFF;
938 }
939 #info-confirm .send {
940 text-align: center;
941 width: auto;
942 margin-top: 15px;
943 padding-top: 15px;
944 border-top-width: 1px;
945 border-top-style: solid;
946 border-top-color: #FF3300;
947 }
948 #coml-page h2,#error-page h2 {
949 font-size: 16px;
950 line-height: 32px;
951 font-weight: bold;
952 color: #ffffff;
953 background-color: #666600;
954 height: 32px;
955 padding-top: 0px;
956 padding-right: 0px;
957 padding-bottom: 0px;
958 padding-left: 10px;
959 margin-top: 0px;
960 margin-right: 0px;
961 margin-bottom: 15px;
962 margin-left: 0px;
963 border-bottom-width: 2px;
964 border-bottom-style: solid;
965 border-bottom-color: #b2b165;
966 }
967 #coml-page p,#error-page p {
968 font-size: 12px;
969 line-height: 150%;
970 color: #333333;
971 margin: 0px;
972 padding-top: 0px;
973 padding-right: 0px;
974 padding-bottom: 0px;
975 padding-left: 0px;
976 }
977 #coml-page form,#error-page form {
978 margin: 0px;
979 padding: 0px;
980 }
981 #coml-page .send,#error-page .send {
982 text-align: center;
983 width: auto;
984 margin-top: 15px;
985 padding-top: 15px;
986 border-top-width: 1px;
987 border-top-style: solid;
988 border-top-color: #b2b165;
989 }
990 #coml-page .post,#error-page .post {
991 background-color: #ffffff;
992 padding: 15px;
993 width: auto;
994 margin-top: 10px;
995 }
996 #status_table table {
997 border-top-width: 1px;
998 border-left-width: 1px;
999 border-top-style: solid;
1000 border-right-style: none;
1001 border-bottom-style: none;
1002 border-left-style: solid;
1003 border-top-color: #CCCCCC;
1004 border-left-color: #CCCCCC;
1005 }
1006 #status_table th {
1007 border-top-style: none;
1008 border-right-style: solid;
1009 border-bottom-style: solid;
1010 border-left-style: none;
1011 background-color: #CCCCCC;
1012 border-right-width: 1px;
1013 border-bottom-width: 1px;
1014 border-right-color: #CCCCCC;
1015 border-bottom-color: #CCCCCC;
1016 }
1017 #status_table td {
1018 border-top-style: none;
1019 border-right-style: solid;
1020 border-bottom-style: solid;
1021 border-left-style: none;
1022 border-right-width: 1px;
1023 border-bottom-width: 1px;
1024 border-right-color: #CCCCCC;
1025 border-bottom-color: #CCCCCC;
1026 }
1027 /* End USCES cart page style */
1028 /*********************************************************************/
1029 /* USCES Member page style */
1030
1031 #memberpages #memberinfo ul {
1032 margin: 0px;
1033 padding-top: 0px;
1034 padding-right: 0px;
1035 padding-bottom: 15px;
1036 padding-left: 20px;
1037 list-style-position: outside;
1038 }
1039 #memberpages #memberinfo li {
1040 font-size: 12px;
1041 line-height: 24px;
1042 color: #333333;
1043 margin: 0px;
1044 padding: 0px;
1045 }
1046 #memberpages #memberinfo li strong {
1047 color: #cc0000;
1048 }
1049 #memberpages div.loginbox {
1050 margin-top: 50px;
1051 width: 220px;
1052 background-color: #F6F6F6;
1053 margin-right: auto;
1054 margin-left: auto;
1055 border: 1px solid #CCCCCC;
1056 padding-top: 0px;
1057 padding-right: 30px;
1058 padding-bottom: 30px;
1059 padding-left: 30px;
1060 }
1061 #memberpages input.loginmail {
1062 line-height: 20px;
1063 width: 200px;
1064 padding-right: 5px;
1065 padding-left: 5px;
1066 }
1067 #memberpages input.loginpass {
1068 line-height: 20px;
1069 width: 200px;
1070 padding-right: 5px;
1071 padding-left: 5px;
1072 }
1073 #memberpages form {
1074 margin: 0px;
1075 padding-top: 0px;
1076 padding-right: 0px;
1077 padding-bottom: 20px;
1078 padding-left: 0px;
1079 }
1080 #memberpages .loginbox p {
1081 font-size: 12px;
1082 line-height: 24px;
1083 color: #333333;
1084 margin: 0px;
1085 padding-top: 15px;
1086 padding-right: 0px;
1087 padding-bottom: 0px;
1088 padding-left: 0px;
1089 }
1090 #memberpages .loginbox p#nav {
1091 padding-top: 0px;
1092 padding-right: 0px;
1093 padding-bottom: 0px;
1094 padding-left: 12px;
1095 }
1096 #memberinfo .history-area {
1097 overflow: auto;
1098 height: 700px;
1099 }
1100 #memberinfo table {
1101 margin: 0px;
1102 padding: 0px;
1103 border-top-width: 0px;
1104 border-right-width: 0px;
1105 border-bottom-width: 0px;
1106 border-left-width: 0px;
1107 border-top-style: none;
1108 border-right-style: none;
1109 border-bottom-style: none;
1110 border-left-style: none;
1111 border-collapse: collapse;
1112 width: 100%;
1113 }
1114 #memberinfo table .num{
1115 font-size: 14px;
1116 }
1117 #memberinfo table .date{
1118 white-space: nowrap;
1119 }
1120 #memberinfo table .rightnum{
1121 font-size: 14px;
1122 text-align: right;
1123 padding-right: 5px;
1124 white-space: nowrap;
1125 }
1126 #memberinfo th {
1127 text-align: center;
1128 padding: 5px;
1129 margin-right: auto;
1130 margin-left: auto;
1131 border: 1px solid #e6e6e6;
1132 background-color: #f8f8f8;
1133 font-size: 12px;
1134 line-height: 150%;
1135 font-weight: bold;
1136 color: #4e5020;
1137 }
1138 #memberinfo th.historyrow {
1139 color: #FFFFFF;
1140 background-color: #999999;
1141 }
1142 #memberinfo td {
1143 font-size: 12px;
1144 line-height: 150%;
1145 color: #333333;
1146 padding-top: 5px;
1147 padding-right: 10px;
1148 padding-bottom: 5px;
1149 padding-left: 10px;
1150 border: 1px solid #e6e6e6;
1151 }
1152 #memberinfo td.retail {
1153 margin: 0px;
1154 padding: 0px;
1155 }
1156 #memberinfo h3 {
1157 font-size: 13px;
1158 line-height: 26px;
1159 font-weight: bold;
1160 color: #ffffff;
1161 background-color: #990000;
1162 text-indent: 10px;
1163 padding: 0px;
1164 height: 26px;
1165 margin-top: 20px;
1166 margin-right: 0px;
1167 margin-bottom: 10px;
1168 margin-left: 0px;
1169 border-bottom-width: 1px;
1170 border-bottom-style: solid;
1171 border-bottom-color: #660000;
1172 float: none;
1173 }
1174
1175 #memberinfo .send {
1176 text-align: center;
1177 width: auto;
1178 margin-right: auto;
1179 margin-left: auto;
1180 padding-top: 10px;
1181 }
1182 #memberinfo .customer_form input {
1183 width: 150px;
1184 }
1185 #memberinfo .customer_form input#zipcode {
1186 width: 100px;
1187 }
1188 #memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
1189 width: 250px;
1190 }
1191 #memberinfo .customer_form em {
1192 font-style: normal;
1193 color: #ff0000;
1194 }
1195 #newmember table {
1196 margin: 0px;
1197 padding: 0px;
1198 border-top-width: 0px;
1199 border-right-width: 0px;
1200 border-bottom-width: 0px;
1201 border-left-width: 0px;
1202 border-top-style: none;
1203 border-right-style: none;
1204 border-bottom-style: none;
1205 border-left-style: none;
1206 border-collapse: collapse;
1207 width: 100%;
1208 }
1209 #newmember table .num{
1210 font-size: 14px;
1211 }
1212 #newmember table .rightnum{
1213 font-size: 14px;
1214 text-align: right;
1215 padding-right: 5px;
1216 }
1217 #newmember th {
1218 text-align: left;
1219 padding: 5px;
1220 margin-right: auto;
1221 margin-left: auto;
1222 border: 1px solid #e6e6e6;
1223 background-color: #f8f8f8;
1224 font-size: 12px;
1225 line-height: 150%;
1226 font-weight: bold;
1227 color: #4e5020;
1228 width: 100px;
1229 }
1230 #newmember td {
1231 font-size: 12px;
1232 line-height: 150%;
1233 color: #333333;
1234 padding-top: 5px;
1235 padding-right: 10px;
1236 padding-bottom: 5px;
1237 padding-left: 10px;
1238 border: 1px solid #e6e6e6;
1239 }
1240 #newmember .send {
1241 text-align: center;
1242 width: auto;
1243 margin-right: auto;
1244 margin-left: auto;
1245 padding-top: 10px;
1246 }
1247 #newmember .customer_form input {
1248 width: 120px;
1249 }
1250 #newmember .customer_form input#zipcode {
1251 width: 100px;
1252 }
1253 #newmember .customer_form input#mailaddress1,
1254 #newmember .customer_form input#mailaddress2,
1255 #newmember .customer_form input#address1,
1256 #newmember .customer_form input#address2,
1257 #newmember .customer_form input#address3 {
1258 width: 200px;
1259 }
1260 #newmember .customer_form em {
1261 font-style: normal;
1262 color: #ff0000;
1263 }
1264 table.retail td,
1265 #retail_table td {
1266 white-space: normal;
1267 word-break:break-all;
1268 }
1269
1270 .hidden {
1271 display: none;
1272 }
1273
1274 /* End USCES Member page style */
1275 /*********************************************************************/
1276 /* USCES Search page style */
1277 #searchbox {
1278 margin: 0px;
1279 padding: 0px;
1280 }
1281
1282 #searchbox div.field {
1283 padding: 0px;
1284 margin-top: 5px;
1285 margin-right: 0px;
1286 margin-bottom: 20px;
1287 margin-left: 0px;
1288 }
1289
1290 #searchbox label.outlabel {
1291 padding: 0px;
1292 margin-top: 0px;
1293 margin-right: 10px;
1294 margin-bottom: 0px;
1295 margin-left: 0px;
1296 font-weight: bold;
1297 }
1298
1299 #searchbox fieldset {
1300 padding: 0px;
1301 margin-top: 5px;
1302 margin-right: 0px;
1303 margin-bottom: 10px;
1304 margin-left: 0px;
1305 clear: both;
1306 }
1307
1308 #searchbox legend {
1309 padding-right: 5px;
1310 padding-left: 5px;
1311 padding-top: 2px;
1312 padding-bottom: 2px;
1313 font-weight: bold;
1314 margin-right: 5px;
1315 margin-left: 5px;
1316 font-size: 12px;
1317 color: #333333;
1318 }
1319
1320 #searchbox fieldset ul {
1321 margin: 0px;
1322 padding-top: 5px;
1323 padding-right: 10px;
1324 padding-bottom: 10px;
1325 padding-left: 10px;
1326 }
1327
1328 #searchbox fieldset li {
1329 margin: 0px;
1330 float: left;
1331 height: 40px;
1332 width: 200px;
1333 list-style-type: none;
1334 padding-top: 0px;
1335 padding-right: 0px;
1336 padding-bottom: 10px;
1337 padding-left: 0px;
1338 }
1339 #searchbox .title {
1340 font-size: 1.2em;
1341 padding-top: 0px;
1342 padding-bottom: 0px;
1343 padding-right: 10px;
1344 padding-left: 10px;
1345 font-weight: bold;
1346 color: #666666;
1347 line-height: 26px;
1348 display: block;
1349 height: 26px;
1350 border-bottom-width: 1px;
1351 border-left-width: 5px;
1352 border-bottom-style: solid;
1353 border-left-style: solid;
1354 border-bottom-color: #999999;
1355 border-left-color: #999999;
1356 margin-top: 40px;
1357 }
1358
1359 #searchbox .itemtitle {
1360 font-weight: bold;
1361 margin-top: 10px;
1362 margin-bottom: 0px;
1363 }
1364
1365 #searchbox .itemlist {
1366 border-bottom-width: 1px;
1367 border-bottom-style: dotted;
1368 border-bottom-color: #CCCCCC;
1369 }
1370
1371 /* End USCES Search page style */
1372 /************************************************************************************/
1373 /* widget */
1374
1375 ul.ucart_featured_body li,
1376 ul.ucart_calendar_body li,
1377 ul.ucart_search_body li,
1378 .widget_ucart_calendar ul.ucart_widget_body li,
1379 .sidebar .widget_ucart_calendar ul.ucart_widget_body li,
1380 #sidebar .widget_ucart_calendar ul.ucart_widget_body li,
1381 .widget_ucart_search ul.ucart_widget_body li,
1382 .sidebar .widget_ucart_search ul.ucart_widget_body li,
1383 #sidebar .widget_ucart_search ul.ucart_widget_body li,
1384 .widget_ucart_featured ul.ucart_widget_body li,
1385 .sidebar .widget_ucart_featured ul.ucart_widget_body li,
1386 #sidebar .widget_ucart_featured ul.ucart_widget_body li{
1387 border-top-style: none;
1388 border-right-style: none;
1389 border-bottom-style: none;
1390 border-left-style: none;
1391 list-style-type:none;
1392 margin-left:0px;
1393 list-style-image: none;
1394 background-image: none;
1395 text-indent: 0px;
1396 padding-left: 0px;
1397 margin-bottom:10px;
1398 }
1399
1400 ul.ucart_featured_body,
1401 .widget_ucart_featured ul.ucart_widget_body,
1402 .sidebar .widget_ucart_featured ul.ucart_widget_body,
1403 #sidebar .widget_ucart_featured ul.ucart_widget_body {
1404 padding: 18px 10px 10px 10px;
1405 text-align: center;
1406 }
1407
1408 ul.ucart_featured_body .thumimg,
1409 .widget_ucart_featured .thumimg,
1410 .sidebar .widget_ucart_featured .thumimg,
1411 #sidebar .widget_ucart_featured .thumimg {
1412 width: 150px;
1413 margin-right: auto;
1414 margin-left: auto;
1415 }
1416
1417 ul.ucart_featured_body .thumtitle a,
1418 .widget_ucart_featured .thumtitle a,
1419 .sidebar .widget_ucart_featured .thumtitle a,
1420 #sidebar .widget_ucart_featured .thumtitle a {
1421 white-space: normal;
1422 word-break:break-all;
1423 }
1424
1425 .widget_ucart_calendar ul.ucart_widget_body table,
1426 .sidebar .widget_ucart_calendar ul.ucart_widget_body table,
1427 #sidebar .widget_ucart_calendar ul.ucart_widget_body table {
1428 width: 100%;
1429 }
1430
1431 .widget_welcart_post p {
1432 margin-top: 0px;
1433 margin-bottom: 3px;
1434 line-height: 1.1em;
1435 }
1436 /* End widget style */
1437 /************************************************************************************/
1438 /* catbox */
1439
1440 .catbox .post .itemlist {
1441 border-bottom: 1px dashed #CCCCCC;
1442 padding-top: 10px;
1443 padding-bottom: 10px;
1444 }
1445 .catbox .post .entry {
1446 border-bottom: 1px dashed #CCCCCC;
1447 padding-top: 10px;
1448 padding-bottom: 10px;
1449 }
1450 .businessday {
1451 background-color: #FFECCE;
1452 color: #ff0000;
1453 }
1454 .businesstoday {
1455 color: #000000;
1456 font-weight: bold;
1457 }
1458