PluginProbe
Welcart e-Commerce / 1.3.2
Welcart e-Commerce v1.3.2
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.3.2, at css/usces_cart.css

1,450 lines 26.6 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 table {
1097 margin: 0px;
1098 padding: 0px;
1099 border-top-width: 0px;
1100 border-right-width: 0px;
1101 border-bottom-width: 0px;
1102 border-left-width: 0px;
1103 border-top-style: none;
1104 border-right-style: none;
1105 border-bottom-style: none;
1106 border-left-style: none;
1107 border-collapse: collapse;
1108 width: 100%;
1109 }
1110 #memberinfo table .num{
1111 font-size: 14px;
1112 }
1113 #memberinfo table .date{
1114 white-space: nowrap;
1115 }
1116 #memberinfo table .rightnum{
1117 font-size: 14px;
1118 text-align: right;
1119 padding-right: 5px;
1120 white-space: nowrap;
1121 }
1122 #memberinfo th {
1123 text-align: center;
1124 padding: 5px;
1125 margin-right: auto;
1126 margin-left: auto;
1127 border: 1px solid #e6e6e6;
1128 background-color: #f8f8f8;
1129 font-size: 12px;
1130 line-height: 150%;
1131 font-weight: bold;
1132 color: #4e5020;
1133 }
1134 #memberinfo th.historyrow {
1135 color: #FFFFFF;
1136 background-color: #999999;
1137 }
1138 #memberinfo td {
1139 font-size: 12px;
1140 line-height: 150%;
1141 color: #333333;
1142 padding-top: 5px;
1143 padding-right: 10px;
1144 padding-bottom: 5px;
1145 padding-left: 10px;
1146 border: 1px solid #e6e6e6;
1147 }
1148 #memberinfo td.retail {
1149 margin: 0px;
1150 padding: 0px;
1151 }
1152 #memberinfo h3 {
1153 font-size: 13px;
1154 line-height: 26px;
1155 font-weight: bold;
1156 color: #ffffff;
1157 background-color: #990000;
1158 text-indent: 10px;
1159 padding: 0px;
1160 height: 26px;
1161 margin-top: 20px;
1162 margin-right: 0px;
1163 margin-bottom: 10px;
1164 margin-left: 0px;
1165 border-bottom-width: 1px;
1166 border-bottom-style: solid;
1167 border-bottom-color: #660000;
1168 float: none;
1169 }
1170
1171 #memberinfo .send {
1172 text-align: center;
1173 width: auto;
1174 margin-right: auto;
1175 margin-left: auto;
1176 padding-top: 10px;
1177 }
1178 #memberinfo .customer_form input {
1179 width: 150px;
1180 }
1181 #memberinfo .customer_form input#zipcode {
1182 width: 100px;
1183 }
1184 #memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
1185 width: 250px;
1186 }
1187 #memberinfo .customer_form em {
1188 font-style: normal;
1189 color: #ff0000;
1190 }
1191 #newmember table {
1192 margin: 0px;
1193 padding: 0px;
1194 border-top-width: 0px;
1195 border-right-width: 0px;
1196 border-bottom-width: 0px;
1197 border-left-width: 0px;
1198 border-top-style: none;
1199 border-right-style: none;
1200 border-bottom-style: none;
1201 border-left-style: none;
1202 border-collapse: collapse;
1203 width: 100%;
1204 }
1205 #newmember table .num{
1206 font-size: 14px;
1207 }
1208 #newmember table .rightnum{
1209 font-size: 14px;
1210 text-align: right;
1211 padding-right: 5px;
1212 }
1213 #newmember th {
1214 text-align: left;
1215 padding: 5px;
1216 margin-right: auto;
1217 margin-left: auto;
1218 border: 1px solid #e6e6e6;
1219 background-color: #f8f8f8;
1220 font-size: 12px;
1221 line-height: 150%;
1222 font-weight: bold;
1223 color: #4e5020;
1224 width: 100px;
1225 }
1226 #newmember td {
1227 font-size: 12px;
1228 line-height: 150%;
1229 color: #333333;
1230 padding-top: 5px;
1231 padding-right: 10px;
1232 padding-bottom: 5px;
1233 padding-left: 10px;
1234 border: 1px solid #e6e6e6;
1235 }
1236 #newmember .send {
1237 text-align: center;
1238 width: auto;
1239 margin-right: auto;
1240 margin-left: auto;
1241 padding-top: 10px;
1242 }
1243 #newmember .customer_form input {
1244 width: 120px;
1245 }
1246 #newmember .customer_form input#zipcode {
1247 width: 100px;
1248 }
1249 #newmember .customer_form input#mailaddress1,
1250 #newmember .customer_form input#mailaddress2,
1251 #newmember .customer_form input#address1,
1252 #newmember .customer_form input#address2,
1253 #newmember .customer_form input#address3 {
1254 width: 200px;
1255 }
1256 #newmember .customer_form em {
1257 font-style: normal;
1258 color: #ff0000;
1259 }
1260 table.retail td,
1261 #retail_table td {
1262 white-space: normal;
1263 word-break:break-all;
1264 }
1265
1266 /* End USCES Member page style */
1267 /*********************************************************************/
1268 /* USCES Search page style */
1269 #searchbox {
1270 margin: 0px;
1271 padding: 0px;
1272 }
1273
1274 #searchbox div.field {
1275 padding: 0px;
1276 margin-top: 5px;
1277 margin-right: 0px;
1278 margin-bottom: 20px;
1279 margin-left: 0px;
1280 }
1281
1282 #searchbox label.outlabel {
1283 padding: 0px;
1284 margin-top: 0px;
1285 margin-right: 10px;
1286 margin-bottom: 0px;
1287 margin-left: 0px;
1288 font-weight: bold;
1289 }
1290
1291 #searchbox fieldset {
1292 padding: 0px;
1293 margin-top: 5px;
1294 margin-right: 0px;
1295 margin-bottom: 10px;
1296 margin-left: 0px;
1297 clear: both;
1298 }
1299
1300 #searchbox legend {
1301 padding-right: 5px;
1302 padding-left: 5px;
1303 padding-top: 2px;
1304 padding-bottom: 2px;
1305 font-weight: bold;
1306 margin-right: 5px;
1307 margin-left: 5px;
1308 font-size: 12px;
1309 color: #333333;
1310 }
1311
1312 #searchbox fieldset ul {
1313 margin: 0px;
1314 padding-top: 5px;
1315 padding-right: 10px;
1316 padding-bottom: 10px;
1317 padding-left: 10px;
1318 }
1319
1320 #searchbox fieldset li {
1321 margin: 0px;
1322 float: left;
1323 height: 40px;
1324 width: 200px;
1325 list-style-type: none;
1326 padding-top: 0px;
1327 padding-right: 0px;
1328 padding-bottom: 10px;
1329 padding-left: 0px;
1330 }
1331 #searchbox .title {
1332 font-size: 1.2em;
1333 padding-top: 0px;
1334 padding-bottom: 0px;
1335 padding-right: 10px;
1336 padding-left: 10px;
1337 font-weight: bold;
1338 color: #666666;
1339 line-height: 26px;
1340 display: block;
1341 height: 26px;
1342 border-bottom-width: 1px;
1343 border-left-width: 5px;
1344 border-bottom-style: solid;
1345 border-left-style: solid;
1346 border-bottom-color: #999999;
1347 border-left-color: #999999;
1348 margin-top: 40px;
1349 }
1350
1351 #searchbox .itemtitle {
1352 font-weight: bold;
1353 margin-top: 10px;
1354 margin-bottom: 0px;
1355 }
1356
1357 #searchbox .itemlist {
1358 border-bottom-width: 1px;
1359 border-bottom-style: dotted;
1360 border-bottom-color: #CCCCCC;
1361 }
1362
1363 /* End USCES Search page style */
1364 /************************************************************************************/
1365 /* widget */
1366
1367 ul.ucart_featured_body li,
1368 ul.ucart_calendar_body li,
1369 ul.ucart_search_body li,
1370 .widget_ucart_calendar ul.ucart_widget_body li,
1371 .sidebar .widget_ucart_calendar ul.ucart_widget_body li,
1372 #sidebar .widget_ucart_calendar ul.ucart_widget_body li,
1373 .widget_ucart_search ul.ucart_widget_body li,
1374 .sidebar .widget_ucart_search ul.ucart_widget_body li,
1375 #sidebar .widget_ucart_search ul.ucart_widget_body li,
1376 .widget_ucart_featured ul.ucart_widget_body li,
1377 .sidebar .widget_ucart_featured ul.ucart_widget_body li,
1378 #sidebar .widget_ucart_featured ul.ucart_widget_body li{
1379 border-top-style: none;
1380 border-right-style: none;
1381 border-bottom-style: none;
1382 border-left-style: none;
1383 list-style-type:none;
1384 margin-left:0px;
1385 list-style-image: none;
1386 background-image: none;
1387 text-indent: 0px;
1388 padding-left: 0px;
1389 margin-bottom:10px;
1390 }
1391
1392 ul.ucart_featured_body,
1393 .widget_ucart_featured ul.ucart_widget_body,
1394 .sidebar .widget_ucart_featured ul.ucart_widget_body,
1395 #sidebar .widget_ucart_featured ul.ucart_widget_body {
1396 padding: 18px 10px 10px 10px;
1397 text-align: center;
1398 }
1399
1400 ul.ucart_featured_body .thumimg,
1401 .widget_ucart_featured .thumimg,
1402 .sidebar .widget_ucart_featured .thumimg,
1403 #sidebar .widget_ucart_featured .thumimg {
1404 width: 150px;
1405 margin-right: auto;
1406 margin-left: auto;
1407 }
1408
1409 ul.ucart_featured_body .thumtitle a,
1410 .widget_ucart_featured .thumtitle a,
1411 .sidebar .widget_ucart_featured .thumtitle a,
1412 #sidebar .widget_ucart_featured .thumtitle a {
1413 white-space: normal;
1414 word-break:break-all;
1415 }
1416
1417 .widget_ucart_calendar ul.ucart_widget_body table,
1418 .sidebar .widget_ucart_calendar ul.ucart_widget_body table,
1419 #sidebar .widget_ucart_calendar ul.ucart_widget_body table {
1420 width: 100%;
1421 }
1422
1423 .widget_welcart_post p {
1424 margin-top: 0px;
1425 margin-bottom: 3px;
1426 line-height: 1.1em;
1427 }
1428 /* End widget style */
1429 /************************************************************************************/
1430 /* catbox */
1431
1432 .catbox .post .itemlist {
1433 border-bottom: 1px dashed #CCCCCC;
1434 padding-top: 10px;
1435 padding-bottom: 10px;
1436 }
1437 .catbox .post .entry {
1438 border-bottom: 1px dashed #CCCCCC;
1439 padding-top: 10px;
1440 padding-bottom: 10px;
1441 }
1442 .businessday {
1443 background-color: #FFECCE;
1444 color: #ff0000;
1445 }
1446 .businesstoday {
1447 color: #000000;
1448 font-weight: bold;
1449 }
1450