PluginProbe
Welcart e-Commerce / 1.4.11
Welcart e-Commerce v1.4.11
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.11, at css/usces_cart.css

1,462 lines 26.7 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 #itempage .iopt_radio_label {
524 display: block;
525 }
526
527 /* End USCES Item single page style */
528 /*********************************************************************/
529 /* USCES cart page style */
530 div.usccart_navi ol.ucart {
531 list-style-image: none;
532 list-style-type: none;
533 display: block;
534 height: 31px;
535 width: 100%;
536 margin-top: 10px;
537 margin-right: 0px;
538 margin-bottom: 10px;
539 margin-left: 0;
540 padding: 0px;
541 }
542 div.usccart_navi li.ucart {
543 background-color: #B3B3B3;
544 float: left;
545 margin: 0px;
546 height: 29px;
547 color: #FFFFFF;
548 font-size: 14px;
549 font-weight: bold;
550 line-height: 29px;
551 text-align: center;
552 padding-top: 2px;
553 padding-bottom: 0px;
554 padding-right: 0px;
555 padding-left: 0px;
556 width: 24%;
557 }
558 div.usccart_navi li.usccart_cart {
559 background-image: url(../images/cart_navi_bg1.jpg);
560 background-repeat: repeat-x;
561 }
562 div.usccart_navi li.usccart_customer {
563 background-image: url(../images/cart_navi_bg2.jpg);
564 background-repeat: repeat-x;
565 }
566 div.usccart_navi li.usccart_delivery {
567 background-image: url(../images/cart_navi_bg3.jpg);
568 background-repeat: repeat-x;
569 }
570 div.usccart_navi li.usccart_confirm {
571 background-image: url(../images/cart_navi_bg4.jpg);
572 background-repeat: repeat-x;
573 }
574 #inside-cart .post {
575 width: auto;
576 padding-top: 15px;
577 padding-bottom: 15px;
578 margin-top: 10px;
579 }
580 #inside-cart h2 {
581 font-size: 16px;
582 line-height: 32px;
583 font-weight: bold;
584 color: #ffffff;
585 background-color: #ffcc00;
586 height: 32px;
587 padding-top: 0px;
588 padding-right: 0px;
589 padding-bottom: 0px;
590 padding-left: 10px;
591 margin-top: 0px;
592 margin-right: 0px;
593 margin-bottom: 15px;
594 margin-left: 0px;
595 border-bottom-width: 2px;
596 border-bottom-style: solid;
597 border-bottom-color: #ffe679;
598 }
599 #inside-cart p {
600 font-size: 12px;
601 line-height: 24px;
602 color: #333333;
603 margin: 0px;
604 padding-top: 15px;
605 padding-right: 0px;
606 padding-bottom: 0px;
607 padding-left: 0px;
608 }
609 #inside-cart .send {
610 text-align: center;
611 width: auto;
612 margin-top: 15px;
613 padding-top: 15px;
614 border-top-width: 1px;
615 border-top-style: solid;
616 border-top-color: #ffcc00;
617 }
618 #inside-cart .no_cart {
619 text-align: center;
620 width: auto;
621 margin-top: 60px;
622 font-size: 1.4em;
623 font-weight: bold;
624 color: #FF9900;
625 margin-bottom: 60px;
626 }
627 #customer-info h5 {
628 color: #FFFFFF;
629 background-color: #669999;
630 padding-top: 2px;
631 padding-right: 10px;
632 padding-bottom: 2px;
633 padding-left: 10px;
634 }
635 #customer-info .post {
636 width: auto;
637 margin-top: 10px;
638 padding-top: 15px;
639 padding-right: 0px;
640 padding-bottom: 15px;
641 padding-left: 0px;
642 }
643 #customer-info .error_message {
644 font-size: 13px;
645 line-height: 20px;
646 font-weight: bold;
647 color: #ff0000;
648 }
649 #customer-info h2 {
650 font-size: 16px;
651 line-height: 32px;
652 font-weight: bold;
653 color: #ffffff;
654 background-color: #ff9900;
655 height: 32px;
656 padding-top: 0px;
657 padding-right: 0px;
658 padding-bottom: 0px;
659 padding-left: 10px;
660 margin-top: 0px;
661 margin-right: 0px;
662 margin-bottom: 15px;
663 margin-left: 0px;
664 border-bottom-width: 2px;
665 border-bottom-style: solid;
666 border-bottom-color: #ffc56a;
667 }
668 #customer-info form {
669 margin: 0px;
670 padding: 0px;
671 }
672 #customer-info table {
673 margin-top: 10px;
674 border-collapse: collapse;
675 }
676 #customer-info th {
677 font-size: 12px;
678 line-height: 150%;
679 font-weight: bold;
680 color: #4c4d25;
681 text-align: left;
682 margin-right: auto;
683 margin-left: auto;
684 border: 1px solid #e6e6e6;
685 background-color: #f3f3f3;
686 padding-top: 5px;
687 padding-right: 10px;
688 padding-bottom: 5px;
689 padding-left: 10px;
690 width: 25%;
691 }
692 #customer-info td {
693 font-size: 11px;
694 line-height: 150%;
695 color: #4c4c4c;
696 border: 1px solid #e6e6e6;
697 padding-top: 5px;
698 padding-right: 10px;
699 padding-bottom: 5px;
700 padding-left: 10px;
701 }
702 #customer-info .customer_form input {
703 width: 50%;
704 margin-right: 3px;
705 }
706 #customer-info .customer_form input[type="checkbox"],
707 #customer-info .customer_form input[type="radio"] {
708 width: auto;
709 margin-right: 3px;
710 }
711 #customer-info .customer_form label.iopt_label {
712 display: block;
713 }
714 #customer-info .customer_form tr.inp1 input {
715 width: 82%;
716 margin-left: 3px;
717 }
718 #customer-info .customer_form tr.inp2 input {
719 width: 75%;
720 margin-left: 0px;
721 margin-right: 3px;
722 }
723 #delivery-info .customer_form em,
724 #customer-info .customer_form em {
725 font-style: normal;
726 color: #ff0000;
727 }
728 #customer-info .send {
729 text-align: center;
730 width: auto;
731 margin-top: 15px;
732 padding-top: 15px;
733 border-top-width: 1px;
734 border-top-style: solid;
735 border-top-color: #ff9900;
736 }
737 #delivery-info .post {
738 width: auto;
739 margin-top: 10px;
740 padding-top: 15px;
741 padding-right: 0px;
742 padding-bottom: 15px;
743 padding-left: 0px;
744 }
745 #delivery-info h2 {
746 font-size: 16px;
747 line-height: 32px;
748 font-weight: bold;
749 color: #ffffff;
750 background-color: #ff6600;
751 height: 32px;
752 padding-top: 0px;
753 padding-right: 0px;
754 padding-bottom: 0px;
755 padding-left: 10px;
756 margin-top: 0px;
757 margin-right: 0px;
758 margin-bottom: 15px;
759 margin-left: 0px;
760 border-bottom-width: 2px;
761 border-bottom-style: solid;
762 border-bottom-color: #ffaa68;
763 }
764 #delivery-info form {
765 margin: 0px;
766 padding: 0px;
767 }
768 #delivery-info table.customer_form {
769 margin-bottom: 10px;
770 border-collapse: collapse;
771 width: 100%;
772 }
773 #delivery-info th {
774 font-size: 12px;
775 line-height: 150%;
776 font-weight: bold;
777 color: #4c4d25;
778 text-align: left;
779 margin-right: auto;
780 margin-left: auto;
781 border: 1px solid #e6e6e6;
782 background-color: #f3f3f3;
783 padding-top: 5px;
784 padding-right: 10px;
785 padding-bottom: 5px;
786 padding-left: 10px;
787 width: 25%;
788 }
789 #delivery-info td {
790 font-size: 11px;
791 line-height: 150%;
792 color: #4c4c4c;
793 border: 1px solid #e6e6e6;
794 padding-top: 5px;
795 padding-right: 10px;
796 padding-bottom: 5px;
797 padding-left: 10px;
798 }
799 #delivery-info .error_message {
800 font-size: 13px;
801 line-height: 26px;
802 font-weight: bold;
803 color: #ff0000;
804 }
805 #delivery-info .customer_form dl {
806 margin: 0px;
807 padding: 0px;
808 width: auto;
809 }
810 #delivery-info .customer_form dt {
811 font-size: 12px;
812 line-height: 150%;
813 color: #333333;
814 width: auto;
815 padding-top: 5px;
816 }
817 #delivery-info .customer_form dd {
818 font-size: 12px;
819 line-height: 150%;
820 color: #333333;
821 margin: 0px;
822 padding-top: 0px;
823 padding-right: 0px;
824 padding-bottom: 5px;
825 padding-left: 20px;
826 }
827 #delivery-info #delivery_table input {
828 width: 50%;
829 margin-right: 3px;
830 }
831 #delivery-info #delivery_table tr.inp1 input {
832 width: 83%;
833 margin-right: 0px;
834 margin-left: 3px;
835 }
836 #delivery-info #delivery_table tr.inp2 input {
837 width: 76%;
838 margin-right: 3px;
839 margin-left: 0px;
840 }
841 #delivery-info .customer_form .btn {
842 width: 24px;
843 }
844 #delivery-info #time {
845 margin-top: 10px;
846 }
847 #delivery-info #time textarea,
848 #delivery-info .notes {
849 height: 100px;
850 width: 94%;
851 }
852 #delivery-info .send {
853 text-align: center;
854 width: auto;
855 margin-top: 15px;
856 padding-top: 15px;
857 border-top-width: 1px;
858 border-top-style: solid;
859 border-top-color: #ff6600;
860 }
861 #info-confirm .error_message {
862 font-size: 13px;
863 line-height: 26px;
864 font-weight: bold;
865 color: #ff0000;
866 }
867 #info-confirm .post {
868 background-color: #ffffff;
869 width: auto;
870 margin-top: 10px;
871 padding-top: 15px;
872 padding-right: 0px;
873 padding-bottom: 15px;
874 padding-left: 0px;
875 }
876 #info-confirm h2 {
877 font-size: 16px;
878 line-height: 32px;
879 font-weight: bold;
880 color: #ffffff;
881 background-color: #ff3300;
882 height: 32px;
883 padding-top: 0px;
884 padding-right: 0px;
885 padding-bottom: 0px;
886 padding-left: 10px;
887 margin-top: 0px;
888 margin-right: 0px;
889 margin-bottom: 15px;
890 margin-left: 0px;
891 border-bottom-width: 2px;
892 border-bottom-style: solid;
893 border-bottom-color: #ff8f71;
894 }
895 #info-confirm form {
896 margin: 0px;
897 padding: 0px;
898 }
899 #info-confirm #confirm_table {
900 width: 100%;
901 margin-top: 15px;
902 border-collapse: collapse;
903 }
904 #confirm_table h3 {
905 font-size: 14px;
906 line-height: normal;
907 font-weight: bold;
908 color: #ff3300;
909 margin: 0px;
910 padding: 0px;
911 }
912 #confirm_table th {
913 font-size: 12px;
914 line-height: normal;
915 font-weight: bold;
916 color: #50511d;
917 text-align: left;
918 margin-right: auto;
919 margin-left: auto;
920 padding-top: 5px;
921 padding-right: 10px;
922 padding-bottom: 5px;
923 padding-left: 10px;
924 border: 1px solid #e6e6e6;
925 width: 25%;
926 }
927 #confirm_table td {
928 font-size: 12px;
929 line-height: normal;
930 color: #333333;
931 padding-top: 5px;
932 padding-right: 10px;
933 padding-bottom: 5px;
934 padding-left: 10px;
935 border: 1px solid #e6e6e6;
936 }
937 #confirm_table .ttl {
938 background-color: #ffffef;
939 }
940 #confirm_table .bdc {
941 background-color: #FFFFFF;
942 }
943 #info-confirm .send {
944 text-align: center;
945 width: auto;
946 margin-top: 15px;
947 padding-top: 15px;
948 border-top-width: 1px;
949 border-top-style: solid;
950 border-top-color: #FF3300;
951 }
952 #coml-page h2,#error-page h2 {
953 font-size: 16px;
954 line-height: 32px;
955 font-weight: bold;
956 color: #ffffff;
957 background-color: #666600;
958 height: 32px;
959 padding-top: 0px;
960 padding-right: 0px;
961 padding-bottom: 0px;
962 padding-left: 10px;
963 margin-top: 0px;
964 margin-right: 0px;
965 margin-bottom: 15px;
966 margin-left: 0px;
967 border-bottom-width: 2px;
968 border-bottom-style: solid;
969 border-bottom-color: #b2b165;
970 }
971 #coml-page p,#error-page p {
972 font-size: 12px;
973 line-height: 150%;
974 color: #333333;
975 margin: 0px;
976 padding-top: 0px;
977 padding-right: 0px;
978 padding-bottom: 0px;
979 padding-left: 0px;
980 }
981 #coml-page form,#error-page form {
982 margin: 0px;
983 padding: 0px;
984 }
985 #coml-page .send,#error-page .send {
986 text-align: center;
987 width: auto;
988 margin-top: 15px;
989 padding-top: 15px;
990 border-top-width: 1px;
991 border-top-style: solid;
992 border-top-color: #b2b165;
993 }
994 #coml-page .post,#error-page .post {
995 background-color: #ffffff;
996 padding: 15px;
997 width: auto;
998 margin-top: 10px;
999 }
1000 #status_table table {
1001 border-top-width: 1px;
1002 border-left-width: 1px;
1003 border-top-style: solid;
1004 border-right-style: none;
1005 border-bottom-style: none;
1006 border-left-style: solid;
1007 border-top-color: #CCCCCC;
1008 border-left-color: #CCCCCC;
1009 }
1010 #status_table th {
1011 border-top-style: none;
1012 border-right-style: solid;
1013 border-bottom-style: solid;
1014 border-left-style: none;
1015 background-color: #CCCCCC;
1016 border-right-width: 1px;
1017 border-bottom-width: 1px;
1018 border-right-color: #CCCCCC;
1019 border-bottom-color: #CCCCCC;
1020 }
1021 #status_table td {
1022 border-top-style: none;
1023 border-right-style: solid;
1024 border-bottom-style: solid;
1025 border-left-style: none;
1026 border-right-width: 1px;
1027 border-bottom-width: 1px;
1028 border-right-color: #CCCCCC;
1029 border-bottom-color: #CCCCCC;
1030 }
1031 /* End USCES cart page style */
1032 /*********************************************************************/
1033 /* USCES Member page style */
1034
1035 #memberpages #memberinfo ul {
1036 margin: 0px;
1037 padding-top: 0px;
1038 padding-right: 0px;
1039 padding-bottom: 15px;
1040 padding-left: 20px;
1041 list-style-position: outside;
1042 }
1043 #memberpages #memberinfo li {
1044 font-size: 12px;
1045 line-height: 24px;
1046 color: #333333;
1047 margin: 0px;
1048 padding: 0px;
1049 }
1050 #memberpages #memberinfo li strong {
1051 color: #cc0000;
1052 }
1053 #memberpages div.loginbox {
1054 margin-top: 50px;
1055 width: 220px;
1056 background-color: #F6F6F6;
1057 margin-right: auto;
1058 margin-left: auto;
1059 border: 1px solid #CCCCCC;
1060 padding-top: 0px;
1061 padding-right: 30px;
1062 padding-bottom: 30px;
1063 padding-left: 30px;
1064 }
1065 #memberpages input.loginmail {
1066 line-height: 20px;
1067 width: 200px;
1068 padding-right: 5px;
1069 padding-left: 5px;
1070 }
1071 #memberpages input.loginpass {
1072 line-height: 20px;
1073 width: 200px;
1074 padding-right: 5px;
1075 padding-left: 5px;
1076 }
1077 #memberpages form {
1078 margin: 0px;
1079 padding-top: 0px;
1080 padding-right: 0px;
1081 padding-bottom: 20px;
1082 padding-left: 0px;
1083 }
1084 #memberpages .loginbox p {
1085 font-size: 12px;
1086 line-height: 24px;
1087 color: #333333;
1088 margin: 0px;
1089 padding-top: 15px;
1090 padding-right: 0px;
1091 padding-bottom: 0px;
1092 padding-left: 0px;
1093 }
1094 #memberpages .loginbox p#nav {
1095 padding-top: 0px;
1096 padding-right: 0px;
1097 padding-bottom: 0px;
1098 padding-left: 12px;
1099 }
1100 #memberinfo .history-area {
1101 overflow: auto;
1102 height: 700px;
1103 }
1104 #memberinfo table {
1105 margin: 0px;
1106 padding: 0px;
1107 border-top-width: 0px;
1108 border-right-width: 0px;
1109 border-bottom-width: 0px;
1110 border-left-width: 0px;
1111 border-top-style: none;
1112 border-right-style: none;
1113 border-bottom-style: none;
1114 border-left-style: none;
1115 border-collapse: collapse;
1116 width: 100%;
1117 }
1118 #memberinfo table .num{
1119 font-size: 14px;
1120 }
1121 #memberinfo table .date{
1122 white-space: nowrap;
1123 }
1124 #memberinfo table .rightnum{
1125 font-size: 14px;
1126 text-align: right;
1127 padding-right: 5px;
1128 white-space: nowrap;
1129 }
1130 #memberinfo th {
1131 text-align: center;
1132 padding: 5px;
1133 margin-right: auto;
1134 margin-left: auto;
1135 border: 1px solid #e6e6e6;
1136 background-color: #f8f8f8;
1137 font-size: 12px;
1138 line-height: 150%;
1139 font-weight: bold;
1140 color: #4e5020;
1141 }
1142 #memberinfo th.historyrow {
1143 color: #FFFFFF;
1144 background-color: #999999;
1145 }
1146 #memberinfo td {
1147 font-size: 12px;
1148 line-height: 150%;
1149 color: #333333;
1150 padding-top: 5px;
1151 padding-right: 10px;
1152 padding-bottom: 5px;
1153 padding-left: 10px;
1154 border: 1px solid #e6e6e6;
1155 }
1156 #memberinfo td.retail {
1157 margin: 0px;
1158 padding: 0px;
1159 }
1160 #memberinfo h3 {
1161 font-size: 13px;
1162 line-height: 26px;
1163 font-weight: bold;
1164 color: #ffffff;
1165 background-color: #990000;
1166 text-indent: 10px;
1167 padding: 0px;
1168 height: 26px;
1169 margin-top: 20px;
1170 margin-right: 0px;
1171 margin-bottom: 10px;
1172 margin-left: 0px;
1173 border-bottom-width: 1px;
1174 border-bottom-style: solid;
1175 border-bottom-color: #660000;
1176 float: none;
1177 }
1178
1179 #memberinfo .send {
1180 text-align: center;
1181 width: auto;
1182 margin-right: auto;
1183 margin-left: auto;
1184 padding-top: 10px;
1185 }
1186 #memberinfo .customer_form input {
1187 width: 150px;
1188 }
1189 #memberinfo .customer_form input#zipcode {
1190 width: 100px;
1191 }
1192 #memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
1193 width: 250px;
1194 }
1195 #memberinfo .customer_form em {
1196 font-style: normal;
1197 color: #ff0000;
1198 }
1199 #newmember table {
1200 margin: 0px;
1201 padding: 0px;
1202 border-top-width: 0px;
1203 border-right-width: 0px;
1204 border-bottom-width: 0px;
1205 border-left-width: 0px;
1206 border-top-style: none;
1207 border-right-style: none;
1208 border-bottom-style: none;
1209 border-left-style: none;
1210 border-collapse: collapse;
1211 width: 100%;
1212 }
1213 #newmember table .num{
1214 font-size: 14px;
1215 }
1216 #newmember table .rightnum{
1217 font-size: 14px;
1218 text-align: right;
1219 padding-right: 5px;
1220 }
1221 #newmember th {
1222 text-align: left;
1223 padding: 5px;
1224 margin-right: auto;
1225 margin-left: auto;
1226 border: 1px solid #e6e6e6;
1227 background-color: #f8f8f8;
1228 font-size: 12px;
1229 line-height: 150%;
1230 font-weight: bold;
1231 color: #4e5020;
1232 width: 100px;
1233 }
1234 #newmember td {
1235 font-size: 12px;
1236 line-height: 150%;
1237 color: #333333;
1238 padding-top: 5px;
1239 padding-right: 10px;
1240 padding-bottom: 5px;
1241 padding-left: 10px;
1242 border: 1px solid #e6e6e6;
1243 }
1244 #newmember .send {
1245 text-align: center;
1246 width: auto;
1247 margin-right: auto;
1248 margin-left: auto;
1249 padding-top: 10px;
1250 }
1251 #newmember .customer_form input {
1252 width: 120px;
1253 }
1254 #newmember .customer_form input#zipcode {
1255 width: 100px;
1256 }
1257 #newmember .customer_form input#mailaddress1,
1258 #newmember .customer_form input#mailaddress2,
1259 #newmember .customer_form input#address1,
1260 #newmember .customer_form input#address2,
1261 #newmember .customer_form input#address3 {
1262 width: 200px;
1263 }
1264 #newmember .customer_form em {
1265 font-style: normal;
1266 color: #ff0000;
1267 }
1268 table.retail td,
1269 #retail_table td {
1270 white-space: normal;
1271 word-break:break-all;
1272 }
1273
1274 .hidden {
1275 display: none;
1276 }
1277
1278 /* End USCES Member page style */
1279 /*********************************************************************/
1280 /* USCES Search page style */
1281 #searchbox {
1282 margin: 0px;
1283 padding: 0px;
1284 }
1285
1286 #searchbox div.field {
1287 padding: 0px;
1288 margin-top: 5px;
1289 margin-right: 0px;
1290 margin-bottom: 20px;
1291 margin-left: 0px;
1292 }
1293
1294 #searchbox label.outlabel {
1295 padding: 0px;
1296 margin-top: 0px;
1297 margin-right: 10px;
1298 margin-bottom: 0px;
1299 margin-left: 0px;
1300 font-weight: bold;
1301 }
1302
1303 #searchbox fieldset {
1304 padding: 0px;
1305 margin-top: 5px;
1306 margin-right: 0px;
1307 margin-bottom: 10px;
1308 margin-left: 0px;
1309 clear: both;
1310 }
1311
1312 #searchbox legend {
1313 padding-right: 5px;
1314 padding-left: 5px;
1315 padding-top: 2px;
1316 padding-bottom: 2px;
1317 font-weight: bold;
1318 margin-right: 5px;
1319 margin-left: 5px;
1320 font-size: 12px;
1321 color: #333333;
1322 }
1323
1324 #searchbox fieldset ul {
1325 margin: 0px;
1326 padding-top: 5px;
1327 padding-right: 10px;
1328 padding-bottom: 10px;
1329 padding-left: 10px;
1330 }
1331
1332 #searchbox fieldset li {
1333 margin: 0px;
1334 float: left;
1335 height: 40px;
1336 width: 200px;
1337 list-style-type: none;
1338 padding-top: 0px;
1339 padding-right: 0px;
1340 padding-bottom: 10px;
1341 padding-left: 0px;
1342 }
1343 #searchbox .title {
1344 font-size: 1.2em;
1345 padding-top: 0px;
1346 padding-bottom: 0px;
1347 padding-right: 10px;
1348 padding-left: 10px;
1349 font-weight: bold;
1350 color: #666666;
1351 line-height: 26px;
1352 display: block;
1353 height: 26px;
1354 border-bottom-width: 1px;
1355 border-left-width: 5px;
1356 border-bottom-style: solid;
1357 border-left-style: solid;
1358 border-bottom-color: #999999;
1359 border-left-color: #999999;
1360 margin-top: 40px;
1361 }
1362
1363 #searchbox .itemtitle {
1364 font-weight: bold;
1365 margin-top: 10px;
1366 margin-bottom: 0px;
1367 }
1368
1369 #searchbox .itemlist {
1370 border-bottom-width: 1px;
1371 border-bottom-style: dotted;
1372 border-bottom-color: #CCCCCC;
1373 }
1374
1375 /* End USCES Search page style */
1376 /************************************************************************************/
1377 /* widget */
1378
1379 ul.ucart_featured_body li,
1380 ul.ucart_calendar_body li,
1381 ul.ucart_search_body li,
1382 .widget_ucart_calendar ul.ucart_widget_body li,
1383 .sidebar .widget_ucart_calendar ul.ucart_widget_body li,
1384 #sidebar .widget_ucart_calendar ul.ucart_widget_body li,
1385 .widget_ucart_search ul.ucart_widget_body li,
1386 .sidebar .widget_ucart_search ul.ucart_widget_body li,
1387 #sidebar .widget_ucart_search ul.ucart_widget_body li,
1388 .widget_ucart_featured ul.ucart_widget_body li,
1389 .sidebar .widget_ucart_featured ul.ucart_widget_body li,
1390 #sidebar .widget_ucart_featured ul.ucart_widget_body li{
1391 border-top-style: none;
1392 border-right-style: none;
1393 border-bottom-style: none;
1394 border-left-style: none;
1395 list-style-type:none;
1396 margin-left:0px;
1397 list-style-image: none;
1398 background-image: none;
1399 text-indent: 0px;
1400 padding-left: 0px;
1401 margin-bottom:10px;
1402 }
1403
1404 ul.ucart_featured_body,
1405 .widget_ucart_featured ul.ucart_widget_body,
1406 .sidebar .widget_ucart_featured ul.ucart_widget_body,
1407 #sidebar .widget_ucart_featured ul.ucart_widget_body {
1408 padding: 18px 10px 10px 10px;
1409 text-align: center;
1410 }
1411
1412 ul.ucart_featured_body .thumimg,
1413 .widget_ucart_featured .thumimg,
1414 .sidebar .widget_ucart_featured .thumimg,
1415 #sidebar .widget_ucart_featured .thumimg {
1416 width: 150px;
1417 margin-right: auto;
1418 margin-left: auto;
1419 }
1420
1421 ul.ucart_featured_body .thumtitle a,
1422 .widget_ucart_featured .thumtitle a,
1423 .sidebar .widget_ucart_featured .thumtitle a,
1424 #sidebar .widget_ucart_featured .thumtitle a {
1425 white-space: normal;
1426 word-break:break-all;
1427 }
1428
1429 .widget_ucart_calendar ul.ucart_widget_body table,
1430 .sidebar .widget_ucart_calendar ul.ucart_widget_body table,
1431 #sidebar .widget_ucart_calendar ul.ucart_widget_body table {
1432 width: 100%;
1433 }
1434
1435 .widget_welcart_post p {
1436 margin-top: 0px;
1437 margin-bottom: 3px;
1438 line-height: 1.1em;
1439 }
1440 /* End widget style */
1441 /************************************************************************************/
1442 /* catbox */
1443
1444 .catbox .post .itemlist {
1445 border-bottom: 1px dashed #CCCCCC;
1446 padding-top: 10px;
1447 padding-bottom: 10px;
1448 }
1449 .catbox .post .entry {
1450 border-bottom: 1px dashed #CCCCCC;
1451 padding-top: 10px;
1452 padding-bottom: 10px;
1453 }
1454 .businessday {
1455 background-color: #FFECCE;
1456 color: #ff0000;
1457 }
1458 .businesstoday {
1459 color: #000000;
1460 font-weight: bold;
1461 }
1462