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