| 1 |
@charset "utf-8"; |
| 2 |
/* CSS Document */ |
| 3 |
|
| 4 |
.clearfix:after { |
| 5 |
content: "."; |
| 6 |
display: block; |
| 7 |
clear: both; |
| 8 |
height: 0; |
| 9 |
visibility: hidden; |
| 10 |
} |
| 11 |
|
| 12 |
.clearfix { |
| 13 |
min-height: 1px; |
| 14 |
} |
| 15 |
|
| 16 |
* html .clearfix { |
| 17 |
height: 1px; |
| 18 |
/*\*//*/ |
| 19 |
height: auto; |
| 20 |
overflow: hidden; |
| 21 |
/**/ |
| 22 |
} |
| 23 |
|
| 24 |
div.error_message { |
| 25 |
color: #FF0000; |
| 26 |
} |
| 27 |
|
| 28 |
.usces_admin { |
| 29 |
color: #444444; |
| 30 |
width: 100%; /*font-size: 1em;*/ |
| 31 |
} |
| 32 |
.usces_admin hr { |
| 33 |
background-color: #DDD; |
| 34 |
border: none; |
| 35 |
height: 1px; |
| 36 |
} |
| 37 |
.usces_admin .upButton { |
| 38 |
color: #666666; |
| 39 |
font-size: 13px; |
| 40 |
background-image: url(../images/up_button_bg.jpg); |
| 41 |
background-repeat: no-repeat; |
| 42 |
background-position: left top; |
| 43 |
height: 30px; |
| 44 |
width: 104px; |
| 45 |
text-align: center; |
| 46 |
padding-top: 0px; |
| 47 |
margin-top: 1px; |
| 48 |
border-top-style: none; |
| 49 |
border-right-style: none; |
| 50 |
border-bottom-style: none; |
| 51 |
border-left-style: none; |
| 52 |
cursor: pointer; |
| 53 |
line-height: 26px; |
| 54 |
} |
| 55 |
.usces_admin .addCartButton { |
| 56 |
color: #666666; |
| 57 |
font-size: 13px; |
| 58 |
background-image: url(../images/sku_button_bg.jpg); |
| 59 |
background-repeat: no-repeat; |
| 60 |
background-position: left top; |
| 61 |
height: 24px; |
| 62 |
width: 70px; |
| 63 |
text-align: center; |
| 64 |
padding-top: 0px; |
| 65 |
margin-top: 0px; |
| 66 |
border-top-style: none; |
| 67 |
border-right-style: none; |
| 68 |
border-bottom-style: none; |
| 69 |
border-left-style: none; |
| 70 |
cursor: pointer; |
| 71 |
line-height: 20px; |
| 72 |
} |
| 73 |
.usces_admin .delCartButton { |
| 74 |
color: #FF0000; |
| 75 |
font-size: 13px; |
| 76 |
background-image: url(../images/sku_button_bg.jpg); |
| 77 |
background-repeat: no-repeat; |
| 78 |
background-position: left top; |
| 79 |
height: 24px; |
| 80 |
width: 70px; |
| 81 |
text-align: center; |
| 82 |
padding-top: 0px; |
| 83 |
margin-top: 0px; |
| 84 |
border-top-style: none; |
| 85 |
border-right-style: none; |
| 86 |
border-bottom-style: none; |
| 87 |
border-left-style: none; |
| 88 |
cursor: pointer; |
| 89 |
line-height: 20px; |
| 90 |
} |
| 91 |
.usces_admin #refbutton { |
| 92 |
text-align: right; |
| 93 |
} |
| 94 |
.usces_admin_right { |
| 95 |
float: right; |
| 96 |
width: 290px; |
| 97 |
} |
| 98 |
.usces_admin_right h5 { |
| 99 |
padding: 0px; |
| 100 |
margin-top: 6px; |
| 101 |
margin-right: 0px; |
| 102 |
margin-bottom: 1px; |
| 103 |
margin-left: 0px; |
| 104 |
color: #666666; |
| 105 |
} |
| 106 |
.usces_side_box { |
| 107 |
background-color: #FFFFEE; |
| 108 |
border-top-width: 1px; |
| 109 |
border-right-width: 1px; |
| 110 |
border-bottom-width: 1px; |
| 111 |
border-left-width: 1px; |
| 112 |
border-top-style: solid; |
| 113 |
border-right-style: solid; |
| 114 |
border-bottom-style: solid; |
| 115 |
border-left-style: solid; |
| 116 |
border-top-color: #DCDDBB; |
| 117 |
border-right-color: #F1F2D5; |
| 118 |
border-bottom-color: #FFFFFF; |
| 119 |
border-left-color: #CCCCCC; |
| 120 |
padding: 5px; |
| 121 |
margin-bottom: 10px; |
| 122 |
} |
| 123 |
.usces_side_box .urlBox { |
| 124 |
background-color: #FFFFFF; |
| 125 |
text-align: left; |
| 126 |
padding-top: 2px; |
| 127 |
padding-bottom: 3px; |
| 128 |
border: 1px solid #CCCCCC; |
| 129 |
padding-right: 5px; |
| 130 |
padding-left: 5px; |
| 131 |
} |
| 132 |
|
| 133 |
.usces_side_box hr { |
| 134 |
width: 90%; |
| 135 |
height: 1px; |
| 136 |
color: #8AACE7; |
| 137 |
margin-top: 10px; |
| 138 |
margin-bottom: 10px; |
| 139 |
} |
| 140 |
.usces_side_box .dispmode { |
| 141 |
padding-top: 2px; |
| 142 |
padding-bottom: 3px; |
| 143 |
border: 1px solid #CCCCCC; |
| 144 |
padding-right: 5px; |
| 145 |
padding-left: 5px; |
| 146 |
font-weight: bold; |
| 147 |
text-align: center; |
| 148 |
} |
| 149 |
.usces_side_box .Usualsale { |
| 150 |
color: #336600; |
| 151 |
background-color: #D6EAAC; |
| 152 |
} |
| 153 |
.usces_side_box .Promotionsale { |
| 154 |
color: #C47500; |
| 155 |
background-color: #FFE1B5; |
| 156 |
} |
| 157 |
.usces_side_box .Maintenancemode { |
| 158 |
color: #3333FF; |
| 159 |
background-color: #DEF0FE; |
| 160 |
} |
| 161 |
.usces_admin_left{ |
| 162 |
margin-right: 310px; |
| 163 |
} |
| 164 |
.usces_admin_left h4 { |
| 165 |
color: #555555; |
| 166 |
margin-top: 10px; |
| 167 |
margin-bottom: 3px; |
| 168 |
font-size: 15px; |
| 169 |
} |
| 170 |
.usces_admin_left .usces_box { |
| 171 |
padding: 0px; |
| 172 |
border: 1px solid #CCCCCC; |
| 173 |
margin-bottom: 20px; |
| 174 |
width: auto; |
| 175 |
} |
| 176 |
* html .usces_admin_left .usces_box { |
| 177 |
height: 1px; |
| 178 |
} |
| 179 |
.usces_admin form { |
| 180 |
margin: 0px; |
| 181 |
padding: 0px; |
| 182 |
} |
| 183 |
.usces_admin .version_info{ |
| 184 |
margin-top: 0px; |
| 185 |
padding-top: 0px; |
| 186 |
} |
| 187 |
.usces_admin a { |
| 188 |
text-decoration: none; |
| 189 |
line-height: 1.4em; |
| 190 |
} |
| 191 |
.usces_admin a:visited { |
| 192 |
color: #318999; |
| 193 |
} |
| 194 |
.usces_admin h3 { |
| 195 |
color: #555555; |
| 196 |
margin-top: 5px; |
| 197 |
margin-bottom: 5px; |
| 198 |
} |
| 199 |
|
| 200 |
.usces_admin .button { |
| 201 |
background-color: #FFFFFF; |
| 202 |
border: 1px solid #999999; |
| 203 |
height: 2em; |
| 204 |
} |
| 205 |
|
| 206 |
.usces_admin .success img, |
| 207 |
.usces_admin .caution img, |
| 208 |
.usces_admin .error img { |
| 209 |
padding: 0px; |
| 210 |
height: 24px; |
| 211 |
width: 24px; |
| 212 |
float: left; |
| 213 |
margin-top: 1px; |
| 214 |
margin-right: 0px; |
| 215 |
margin-bottom: 0px; |
| 216 |
margin-left: 6px; |
| 217 |
} |
| 218 |
.usces_admin .none img{ |
| 219 |
display: none; |
| 220 |
visibility:hidden; |
| 221 |
width: 1px; |
| 222 |
} |
| 223 |
.usces_admin .none .mes{ |
| 224 |
display: none; |
| 225 |
visibility:hidden; |
| 226 |
width: 1px; |
| 227 |
} |
| 228 |
.usces_admin .none{ |
| 229 |
border: 1px solid #FFFFFF; |
| 230 |
background-color: #FFFFFF; |
| 231 |
height: 1px; |
| 232 |
visibility:hidden; |
| 233 |
/*display: none;*/ |
| 234 |
} |
| 235 |
.usces_admin .success { |
| 236 |
border: 1px solid #99CCCC; |
| 237 |
background-color: #FFFF00; |
| 238 |
color: #339900; |
| 239 |
display: block; |
| 240 |
margin-bottom: 10px; |
| 241 |
padding: 0px; |
| 242 |
} |
| 243 |
.usces_admin .caution { |
| 244 |
border: 1px solid #FFCC00; |
| 245 |
background-color: #FFFF00; |
| 246 |
color: #CC6600; |
| 247 |
display: block; |
| 248 |
margin-bottom: 10px; |
| 249 |
padding: 0px; |
| 250 |
} |
| 251 |
.usces_admin .error { |
| 252 |
border: 1px solid #FF6A6A; |
| 253 |
background-color: #FFFF00; |
| 254 |
color: #FF0000; |
| 255 |
display: block; |
| 256 |
margin-bottom: 10px; |
| 257 |
padding: 0px; |
| 258 |
margin-left: 10px; |
| 259 |
} |
| 260 |
.usces_admin .success .mes, |
| 261 |
.usces_admin .caution .mes, |
| 262 |
.usces_admin .error .mes { |
| 263 |
font-size: 14px; |
| 264 |
line-height: 20px; |
| 265 |
text-align: left; |
| 266 |
text-indent: 1em; |
| 267 |
margin: 0px; |
| 268 |
padding-top: 3px; |
| 269 |
padding-right: 0px; |
| 270 |
padding-bottom: 3px; |
| 271 |
padding-left: 0px; |
| 272 |
float: left; |
| 273 |
} |
| 274 |
.syoriLogo { |
| 275 |
float: left; |
| 276 |
} |
| 277 |
.hierarchy { |
| 278 |
font-size: 14px; |
| 279 |
letter-spacing: 0.1em; |
| 280 |
height: 25px; |
| 281 |
margin-top: 10px; |
| 282 |
margin-left: 75px; |
| 283 |
margin-right: 10px; |
| 284 |
width: auto; |
| 285 |
text-indent: 1em; |
| 286 |
} |
| 287 |
/*****************************************************************************/ |
| 288 |
div.newitemlink { |
| 289 |
font-size: 15px; |
| 290 |
/*font-weight: bold;*/ |
| 291 |
margin-bottom: 0px; |
| 292 |
margin-left: 0px; |
| 293 |
} |
| 294 |
div.newitemlink a { |
| 295 |
text-decoration: none; |
| 296 |
} |
| 297 |
table .item_picture { |
| 298 |
width: 60px; |
| 299 |
} |
| 300 |
table .item_sku { |
| 301 |
width: 90px; |
| 302 |
} |
| 303 |
table th.item_price { |
| 304 |
width: 55px; |
| 305 |
text-align: right; |
| 306 |
padding-right: 10px; |
| 307 |
} |
| 308 |
table .item_zaiko { |
| 309 |
width: 70px; |
| 310 |
} |
| 311 |
table .item_zaikonum { |
| 312 |
text-align: right; |
| 313 |
width: 30px; |
| 314 |
} |
| 315 |
table .item_category { |
| 316 |
width: 100px; |
| 317 |
} |
| 318 |
table .item_date { |
| 319 |
width: 100px; |
| 320 |
} |
| 321 |
table .bgc1 { |
| 322 |
background-color: #FEFFDF; |
| 323 |
border-bottom-width: 1px; |
| 324 |
border-bottom-style: solid; |
| 325 |
border-bottom-color: #CCCC00; |
| 326 |
} |
| 327 |
table .bgc2 { |
| 328 |
background-color: #F4FFFF; |
| 329 |
border-bottom-width: 1px; |
| 330 |
border-bottom-style: solid; |
| 331 |
border-bottom-color: #99CCFF; |
| 332 |
} |
| 333 |
div.skuline { |
| 334 |
/*width: 100%;*/ |
| 335 |
font-size: 13px; |
| 336 |
line-height: 15px; |
| 337 |
} |
| 338 |
div.priceline { |
| 339 |
width: 100%; |
| 340 |
font-size: 13px; |
| 341 |
line-height: 15px; |
| 342 |
text-align: right; |
| 343 |
white-space: nowrap; |
| 344 |
} |
| 345 |
div.zaikoline { |
| 346 |
width: 100%; |
| 347 |
font-size: 13px; |
| 348 |
line-height: 15px; |
| 349 |
} |
| 350 |
/*********************************************************************************/ |
| 351 |
.form_table { |
| 352 |
margin: 0px; |
| 353 |
} |
| 354 |
.form_table thead th { |
| 355 |
text-align: center; |
| 356 |
font-weight: normal; |
| 357 |
padding-right: 5px; |
| 358 |
white-space: nowrap; |
| 359 |
font-size: 1em; |
| 360 |
line-height: 18px; |
| 361 |
background-color: #E4E4E4; |
| 362 |
padding-top: 3px; |
| 363 |
padding-bottom: 3px; |
| 364 |
padding-left: 5px; |
| 365 |
font-family: Arial, Helvetica, sans-serif; |
| 366 |
} |
| 367 |
.form_table th { |
| 368 |
text-align: right; |
| 369 |
font-weight: normal; |
| 370 |
padding-right: 5px; |
| 371 |
white-space: nowrap; |
| 372 |
height: 1.5em; |
| 373 |
width: 140px; |
| 374 |
font-size: 1.1em; |
| 375 |
line-height: 1.3em; |
| 376 |
} |
| 377 |
.form_table th.sec { |
| 378 |
width: 150px; |
| 379 |
white-space: normal; |
| 380 |
} |
| 381 |
.form_table label { |
| 382 |
padding: 0px; |
| 383 |
margin: 0px; |
| 384 |
height: 1.5em; |
| 385 |
} |
| 386 |
.form_table td { |
| 387 |
padding: 0px; |
| 388 |
} |
| 389 |
.form_table .checkbox { |
| 390 |
background-color: transparent; |
| 391 |
} |
| 392 |
*html .form_table td.checktd { |
| 393 |
width: 1%; |
| 394 |
} |
| 395 |
div.explanation { |
| 396 |
font-size: 0.9em; |
| 397 |
line-height: 1.4em; |
| 398 |
width: 98%; |
| 399 |
display: none; |
| 400 |
padding: 3px; |
| 401 |
margin-left: 10px; |
| 402 |
color: #DA6801; |
| 403 |
letter-spacing: 1px; |
| 404 |
} |
| 405 |
.form_table input.long_str { |
| 406 |
font-family: Arial, Helvetica, sans-serif; |
| 407 |
height: 22px; |
| 408 |
width: 300px; |
| 409 |
margin-top: 0px; |
| 410 |
margin-right: 3px; |
| 411 |
margin-bottom: 0px; |
| 412 |
margin-left: 0px; |
| 413 |
padding-top: 0px; |
| 414 |
padding-right: 5px; |
| 415 |
padding-bottom: 0px; |
| 416 |
padding-left: 5px; |
| 417 |
font-size: 1.1em; |
| 418 |
line-height: 20px; |
| 419 |
} |
| 420 |
.form_table textarea.long_txt { |
| 421 |
font-family: Arial, Helvetica, sans-serif; |
| 422 |
height: 120px; |
| 423 |
width: 300px; |
| 424 |
margin-top: 0px; |
| 425 |
margin-right: 3px; |
| 426 |
margin-bottom: 0px; |
| 427 |
margin-left: 0px; |
| 428 |
padding-top: 0px; |
| 429 |
padding-right: 5px; |
| 430 |
padding-bottom: 0px; |
| 431 |
padding-left: 5px; |
| 432 |
font-size: 1.1em; |
| 433 |
line-height: 20px; |
| 434 |
} |
| 435 |
.form_table input.short_str { |
| 436 |
font-family: Arial, Helvetica, sans-serif; |
| 437 |
height: 22px; |
| 438 |
width: 130px; |
| 439 |
margin-top: 0px; |
| 440 |
margin-right: 3px; |
| 441 |
margin-bottom: 0px; |
| 442 |
margin-left: 0px; |
| 443 |
padding-top: 0px; |
| 444 |
padding-right: 5px; |
| 445 |
padding-bottom: 0px; |
| 446 |
padding-left: 5px; |
| 447 |
font-size: 1.1em; |
| 448 |
line-height: 20px; |
| 449 |
} |
| 450 |
.form_table select.short_select { |
| 451 |
font-family: Arial, Helvetica, sans-serif; |
| 452 |
margin-top: 0px; |
| 453 |
margin-right: 3px; |
| 454 |
margin-bottom: 0px; |
| 455 |
margin-left: 0px; |
| 456 |
width: 130px; |
| 457 |
} |
| 458 |
*html .form_table select.short_select { |
| 459 |
width: 145px; |
| 460 |
font-size: 1.2em; |
| 461 |
} |
| 462 |
.form_table em { |
| 463 |
font-style: normal; |
| 464 |
color: #FF0000; |
| 465 |
} |
| 466 |
.form_table input.allcharge { |
| 467 |
width: 55px; |
| 468 |
height: 20px; |
| 469 |
padding-top: 0px; |
| 470 |
padding-bottom: 0px; |
| 471 |
font-family: Arial, Helvetica, sans-serif; |
| 472 |
font-size: 14px; |
| 473 |
line-height: 18px; |
| 474 |
} |
| 475 |
.form_table input.allbutton { |
| 476 |
font-size: 0.9em; |
| 477 |
background-color: #EEF9F9; |
| 478 |
height: 20px; |
| 479 |
width: 60px; |
| 480 |
border: 1px solid #999999; |
| 481 |
cursor: pointer; |
| 482 |
} |
| 483 |
.form_table #delivery_method { |
| 484 |
vertical-align: top; |
| 485 |
} |
| 486 |
.form_table #delivery_method_charge, |
| 487 |
.form_table #delivery_method_name_select, |
| 488 |
.form_table #shipping_charge_name_select, |
| 489 |
.form_table #delivery_days_name_select { |
| 490 |
width: 150px; |
| 491 |
} |
| 492 |
.form_table #shipping_charge_button, |
| 493 |
.form_table #shipping_charge_loading, |
| 494 |
.form_table #delivery_days_button, |
| 495 |
.form_table #delivery_days_loading { |
| 496 |
vertical-align: top; |
| 497 |
} |
| 498 |
.form_table label.shipping_charge_label, |
| 499 |
.form_table label.delivery_days_label { |
| 500 |
float: left; |
| 501 |
display: block; |
| 502 |
width: 100px; |
| 503 |
text-align: right; |
| 504 |
margin-right: 5px; |
| 505 |
padding-top: 5px; |
| 506 |
line-height: 20px; |
| 507 |
} |
| 508 |
.form_table input.charge_text, |
| 509 |
.form_table input.days_text { |
| 510 |
text-align: right; |
| 511 |
width: 100px; |
| 512 |
padding-right: 5px; |
| 513 |
padding-left: 5px; |
| 514 |
} |
| 515 |
/*************************************************************************************/ |
| 516 |
/* meta box */ |
| 517 |
/*************************************************************************************/ |
| 518 |
|
| 519 |
#postoptcustomstuff textarea.optvalue { |
| 520 |
width: 95%; |
| 521 |
height: 5em; |
| 522 |
margin-top: 8px; |
| 523 |
margin-right: 0px; |
| 524 |
margin-bottom: 5px; |
| 525 |
margin-left: 3px; |
| 526 |
} |
| 527 |
#postoptcustomstuff td.item-opt-value, |
| 528 |
#postskucustomstuff td.item-sku-zaikonum, |
| 529 |
#postskucustomstuff td.item-sku-zaiko, |
| 530 |
#postskucustomstuff td.item-sku-cprice, |
| 531 |
#postskucustomstuff td.item-sku-price { |
| 532 |
vertical-align: top; |
| 533 |
} |
| 534 |
|
| 535 |
#postoptcustomstuff table { |
| 536 |
border: 1px solid #CCCCCC; |
| 537 |
width: 100%; |
| 538 |
background-color: #F9F9F9; |
| 539 |
} |
| 540 |
#postoptcustomstuff table.list { |
| 541 |
background-color: #FFFFEE; |
| 542 |
} |
| 543 |
#postoptcustomstuff th { |
| 544 |
font-weight: bold; |
| 545 |
background-color: #F1F1F1; |
| 546 |
font-size: 13px; |
| 547 |
line-height: 24px; |
| 548 |
} |
| 549 |
|
| 550 |
#postoptcustomstuff td.submit { |
| 551 |
width: 100%; |
| 552 |
} |
| 553 |
|
| 554 |
#postoptcustomstuff div.submit { |
| 555 |
padding-top: 0px; |
| 556 |
padding-bottom: 0px; |
| 557 |
padding-left: 20px; |
| 558 |
float: none; |
| 559 |
} |
| 560 |
|
| 561 |
#postoptcustomstuff div.optmeans { |
| 562 |
margin-top: 6px; |
| 563 |
margin-bottom: 10px; |
| 564 |
} |
| 565 |
|
| 566 |
#postoptcustomstuff input.optmeans { |
| 567 |
border-top-style: none; |
| 568 |
border-right-style: none; |
| 569 |
border-bottom-style: none; |
| 570 |
border-left-style: none; |
| 571 |
padding: 0px; |
| 572 |
border-top-width: 0px; |
| 573 |
border-right-width: 0px; |
| 574 |
border-bottom-width: 0px; |
| 575 |
border-left-width: 0px; |
| 576 |
height: 15px; |
| 577 |
width: 15px; |
| 578 |
margin-top: 2px; |
| 579 |
margin-right: 3px; |
| 580 |
margin-bottom: 2px; |
| 581 |
margin-left: 10px; |
| 582 |
background-color: transparent; |
| 583 |
} |
| 584 |
|
| 585 |
/* |
| 586 |
#normal-sortables .postbox div.skustuff div.submit { |
| 587 |
float: none; |
| 588 |
} |
| 589 |
*/ |
| 590 |
#postoptcustomstuff table.metastufftable { |
| 591 |
width: 100%; |
| 592 |
background-color: #FFFFEE; |
| 593 |
padding-bottom: 8px; |
| 594 |
padding-top: 8px; |
| 595 |
margin-top: 0px; |
| 596 |
margin-bottom: 0px; |
| 597 |
border-top: 0px none; |
| 598 |
border-right: 0px none; |
| 599 |
border-bottom: 1px dotted #CCCCCC; |
| 600 |
border-left: 0px none; |
| 601 |
} |
| 602 |
#postoptcustomstuff table tr { |
| 603 |
border-bottom-width: 1px; |
| 604 |
border-bottom-style: dotted; |
| 605 |
border-bottom-color: #CCCCCC; |
| 606 |
} |
| 607 |
|
| 608 |
#postoptcustomstuff td.item-opt-key { |
| 609 |
width: 40%; |
| 610 |
vertical-align: top; |
| 611 |
} |
| 612 |
|
| 613 |
#postoptcustomstuff td.item-opt-value { |
| 614 |
width: 60%; |
| 615 |
vertical-align: top; |
| 616 |
} |
| 617 |
|
| 618 |
#postoptcustomstuff select.optkeyselect { |
| 619 |
width: 90%; |
| 620 |
margin-right: 3px; |
| 621 |
margin-bottom: 0px; |
| 622 |
margin-left: 10px; |
| 623 |
font-size: 12px; |
| 624 |
} |
| 625 |
|
| 626 |
#postoptcustomstuff input.optname { |
| 627 |
width: 90%; |
| 628 |
margin-right: 3px; |
| 629 |
margin-bottom: 0px; |
| 630 |
margin-left: 10px; |
| 631 |
font-size: 13px; |
| 632 |
line-height: 16px; |
| 633 |
margin-top: 10px; |
| 634 |
} |
| 635 |
#postoptcustomstuff div.optcheck { |
| 636 |
padding-left: 10px; |
| 637 |
} |
| 638 |
/* |
| 639 |
.metastuffrow { |
| 640 |
border-bottom: 1px dashed #CCCCCC; |
| 641 |
} |
| 642 |
*/ |
| 643 |
/*************************************************************************************/ |
| 644 |
/* meta box */ |
| 645 |
/*************************************************************************************/ |
| 646 |
.item-main-pict { |
| 647 |
text-align: center; |
| 648 |
margin: 0px; |
| 649 |
padding: 0px; |
| 650 |
} |
| 651 |
.item-main-pict .subpict { |
| 652 |
float: left; |
| 653 |
padding-top: 5px; |
| 654 |
padding-right: 1px; |
| 655 |
padding-bottom: 0px; |
| 656 |
padding-left: 1px; |
| 657 |
} |
| 658 |
.itempagetitle { |
| 659 |
font-weight: bold; |
| 660 |
color: #333333; |
| 661 |
margin-left: 10px; |
| 662 |
} |
| 663 |
/* table */ |
| 664 |
#newmeta2, |
| 665 |
#optlist-table, |
| 666 |
.iteminfo_table, |
| 667 |
#payment-table, |
| 668 |
#newsku, |
| 669 |
#skulist-table { |
| 670 |
border: 1px solid #CCCCCC; |
| 671 |
width: 100%; |
| 672 |
background-color: #F9F9F9; |
| 673 |
} |
| 674 |
.metastufftable { |
| 675 |
width: 100%; |
| 676 |
background-color: #FFFFEE; |
| 677 |
padding-bottom: 8px; |
| 678 |
padding-top: 8px; |
| 679 |
margin-top: 0px; |
| 680 |
margin-bottom: 0px; |
| 681 |
border-top: 0px none; |
| 682 |
border-right: 0px none; |
| 683 |
border-bottom: 1px dotted #CCCCCC; |
| 684 |
border-left: 0px none; |
| 685 |
} |
| 686 |
/* tr */ |
| 687 |
.metastuffrow, |
| 688 |
td.ui-state-highlight { |
| 689 |
height: 100px; |
| 690 |
} |
| 691 |
/* th td */ |
| 692 |
#newmeta2 th, |
| 693 |
#optlist-table th, |
| 694 |
.iteminfo_table th, |
| 695 |
#payment-table th, |
| 696 |
#newsku th, |
| 697 |
#skulist-table th { |
| 698 |
font-weight: bold; |
| 699 |
background-color: #F1F1F1; |
| 700 |
font-size: 13px; |
| 701 |
line-height: 24px; |
| 702 |
} |
| 703 |
#payment-table .metastufftable th.handlb, |
| 704 |
#optlist-table .metastufftable th.handlb, |
| 705 |
#skulist-table .metastufftable th.handlb { |
| 706 |
background-color: #FAFAF3; |
| 707 |
text-align: center; |
| 708 |
vertical-align: middle; |
| 709 |
cursor : move; |
| 710 |
border: 1px solid #EAEAD5; |
| 711 |
} |
| 712 |
#optlist-table td, |
| 713 |
.iteminfo_table td, |
| 714 |
#newmeta2 td, |
| 715 |
#payment-table td, |
| 716 |
#newsku td, |
| 717 |
#skulist-table td { |
| 718 |
vertical-align: top; |
| 719 |
} |
| 720 |
.item-sku-key { |
| 721 |
width: 30%; |
| 722 |
} |
| 723 |
.item-sku-cprice { |
| 724 |
width: 19%; |
| 725 |
} |
| 726 |
.item-sku-price { |
| 727 |
width: 19%; |
| 728 |
} |
| 729 |
.item-sku-zaikonum { |
| 730 |
width: 10%; |
| 731 |
} |
| 732 |
.item-sku-zaiko { |
| 733 |
width: 20%; |
| 734 |
} |
| 735 |
.paymentname { |
| 736 |
width: 25%; |
| 737 |
} |
| 738 |
.paymentexplanation { |
| 739 |
width: 38%; |
| 740 |
} |
| 741 |
.paymentsettlement { |
| 742 |
width: 15%; |
| 743 |
} |
| 744 |
.paymentmodule { |
| 745 |
width: 20%; |
| 746 |
} |
| 747 |
.item-opt-key { |
| 748 |
width: 40%; |
| 749 |
} |
| 750 |
.item-opt-value { |
| 751 |
width: 58%; |
| 752 |
} |
| 753 |
td.submittd img { |
| 754 |
margin-top: 7px; |
| 755 |
} |
| 756 |
/* field */ |
| 757 |
.metaboxfield { |
| 758 |
width: 100%; |
| 759 |
} |
| 760 |
input[type="checkbox"].metaboxcheckfield, |
| 761 |
input[type="radio"].metaboxcheckfield { |
| 762 |
margin-right: 3px; |
| 763 |
} |
| 764 |
label.metaboxcheckfield { |
| 765 |
display: block; |
| 766 |
float: left; |
| 767 |
} |
| 768 |
.shortest { |
| 769 |
width: 50px; |
| 770 |
} |
| 771 |
.shorter { |
| 772 |
width: 100px; |
| 773 |
} |
| 774 |
.short { |
| 775 |
width: 150px; |
| 776 |
} |
| 777 |
.middle { |
| 778 |
width: 200px; |
| 779 |
} |
| 780 |
.long { |
| 781 |
width: 250px; |
| 782 |
} |
| 783 |
.longer { |
| 784 |
width: 300px; |
| 785 |
} |
| 786 |
.longest { |
| 787 |
width: 350px; |
| 788 |
} |
| 789 |
td.submittd div.submit, |
| 790 |
#normal-sortables .postbox td.submittd div.submit { |
| 791 |
float: left; |
| 792 |
padding: 3px 10px 0px 20px; |
| 793 |
margin: 0px; |
| 794 |
} |
| 795 |
#wpcontent .metaboxfield { |
| 796 |
font-size: 12px; |
| 797 |
} |
| 798 |
.iteminfo_table th { |
| 799 |
font-weight: bold; |
| 800 |
background-color: #F1F1F1; |
| 801 |
font-size: 13px; |
| 802 |
line-height: 24px; |
| 803 |
width: 30%; |
| 804 |
} |
| 805 |
|
| 806 |
.iteminfo_table input.itemCode, |
| 807 |
.iteminfo_table input.itemName{ |
| 808 |
font-size: 15px; |
| 809 |
line-height: 18px; |
| 810 |
width: 99%; |
| 811 |
padding-top: 1px; |
| 812 |
padding-right: 2%; |
| 813 |
padding-bottom: 1px; |
| 814 |
padding-left: 2%; |
| 815 |
} |
| 816 |
*html .iteminfo_table input.itemCode, |
| 817 |
*html .iteminfo_table input.itemName{ |
| 818 |
width: 93%; |
| 819 |
} |
| 820 |
*:first-child+html .iteminfo_table input.itemCode, |
| 821 |
*:first-child+html .iteminfo_table input.itemName{ |
| 822 |
width: 90%; |
| 823 |
} |
| 824 |
|
| 825 |
.iteminfo_table input.itemRestriction, |
| 826 |
.iteminfo_table input.itemPointrate{ |
| 827 |
font-size: 15px; |
| 828 |
line-height: 18px; |
| 829 |
width: 60px; |
| 830 |
padding-top: 1px; |
| 831 |
padding-right: 5px; |
| 832 |
padding-bottom: 1px; |
| 833 |
padding-left: 5px; |
| 834 |
text-align: right; |
| 835 |
} |
| 836 |
|
| 837 |
.iteminfo_table select.itemShippingCharge, |
| 838 |
.iteminfo_table select.itemShipping{ |
| 839 |
/* font-size: 14px; |
| 840 |
line-height: 16px; |
| 841 |
border: 1px solid #7F9DB9; |
| 842 |
*/} |
| 843 |
*:first-child+html .iteminfo_table select.itemShipping{ |
| 844 |
line-height: 18px; |
| 845 |
} |
| 846 |
/*************************************************************************************/ |
| 847 |
.calendar { |
| 848 |
border-top-width: 1px; |
| 849 |
border-left-width: 1px; |
| 850 |
border-top-style: solid; |
| 851 |
border-left-style: solid; |
| 852 |
border-top-color: #C1E1EA; |
| 853 |
border-left-color: #C1E1EA; |
| 854 |
height: 150px; |
| 855 |
width: 400px; |
| 856 |
margin-top: 5px; |
| 857 |
margin-bottom: 5px; |
| 858 |
} |
| 859 |
.calendar th, |
| 860 |
.calendar td { |
| 861 |
border-right-width: 1px; |
| 862 |
border-bottom-width: 1px; |
| 863 |
border-right-style: solid; |
| 864 |
border-bottom-style: solid; |
| 865 |
border-right-color: #C1E1EA; |
| 866 |
border-bottom-color: #C1E1EA; |
| 867 |
text-align: center; |
| 868 |
white-space: nowrap; |
| 869 |
} |
| 870 |
.calendar th { |
| 871 |
background-color: #F0FFFF; |
| 872 |
} |
| 873 |
.calendar th.cal, |
| 874 |
.calendar td.cal { |
| 875 |
cursor: pointer; |
| 876 |
} |
| 877 |
.business_days_exp_box { |
| 878 |
margin-top: 0px; |
| 879 |
margin-right: 5px; |
| 880 |
margin-bottom: 5px; |
| 881 |
margin-left: 10px; |
| 882 |
border: 1px solid #C1E1EA; |
| 883 |
} |
| 884 |
|
| 885 |
/*************************************************************************************/ |
| 886 |
|
| 887 |
.form_table input.mail_title { |
| 888 |
font-family: Arial, Helvetica, sans-serif; |
| 889 |
height: 22px; |
| 890 |
width: 600px; |
| 891 |
margin-top: 0px; |
| 892 |
margin-right: 3px; |
| 893 |
margin-bottom: 0px; |
| 894 |
margin-left: 0px; |
| 895 |
padding-top: 0px; |
| 896 |
padding-right: 5px; |
| 897 |
padding-bottom: 0px; |
| 898 |
padding-left: 5px; |
| 899 |
font-size: 1.1em; |
| 900 |
line-height: 20px; |
| 901 |
} |
| 902 |
|
| 903 |
.form_table textarea.mail_header, |
| 904 |
.form_table textarea.mail_footer { |
| 905 |
font-family: Arial, Helvetica, sans-serif; |
| 906 |
height: 200px; |
| 907 |
width: 600px; |
| 908 |
margin-top: 0px; |
| 909 |
margin-right: 3px; |
| 910 |
margin-bottom: 0px; |
| 911 |
margin-left: 0px; |
| 912 |
padding-top: 0px; |
| 913 |
padding-right: 5px; |
| 914 |
padding-bottom: 0px; |
| 915 |
padding-left: 5px; |
| 916 |
font-size: 1.1em; |
| 917 |
line-height: 20px; |
| 918 |
} |
| 919 |
|
| 920 |
/*************************************************************************************/ |
| 921 |
table#order_list { |
| 922 |
width: 100%; |
| 923 |
border-top-width: 1px; |
| 924 |
border-left-width: 1px; |
| 925 |
border-top-style: solid; |
| 926 |
border-left-style: solid; |
| 927 |
border-top-color: #999999; |
| 928 |
border-left-color: #999999; |
| 929 |
} |
| 930 |
|
| 931 |
table#order_list th { |
| 932 |
color: #FFFFFF; |
| 933 |
background-color: #CCCCCC; |
| 934 |
height: 1.5em; |
| 935 |
border-right-width: 1px; |
| 936 |
border-bottom-width: 1px; |
| 937 |
border-right-style: solid; |
| 938 |
border-bottom-style: solid; |
| 939 |
border-right-color: #999999; |
| 940 |
border-bottom-color: #999999; |
| 941 |
} |
| 942 |
|
| 943 |
/*************************************************************************************/ |
| 944 |
.mailVisiLink { |
| 945 |
text-align: right; |
| 946 |
float: right; |
| 947 |
height: 32px; |
| 948 |
width: 200px; |
| 949 |
} |
| 950 |
.mailVisiLink a { |
| 951 |
line-height: 16px; |
| 952 |
} |
| 953 |
#mailBox { |
| 954 |
display: none; |
| 955 |
} |
| 956 |
#mailBox table { |
| 957 |
padding: 5px; |
| 958 |
width: 100%; |
| 959 |
border-collapse: collapse; |
| 960 |
background-color: #E4E4E4; |
| 961 |
border: 1px solid #999999; |
| 962 |
margin-top: 0px; |
| 963 |
margin-right: 0px; |
| 964 |
margin-bottom: 1px; |
| 965 |
margin-left: 0px; |
| 966 |
} |
| 967 |
#mailBox input.mailButton { |
| 968 |
margin: 0px; |
| 969 |
padding: 0px; |
| 970 |
} |
| 971 |
|
| 972 |
/*************************************************************************************/ |
| 973 |
#searchBox { |
| 974 |
display: none; |
| 975 |
} |
| 976 |
|
| 977 |
#searchBox table#search_table { |
| 978 |
float: left; |
| 979 |
margin: 0px; |
| 980 |
clear: both; |
| 981 |
} |
| 982 |
|
| 983 |
#searchBox table#period_table { |
| 984 |
float: right; |
| 985 |
margin: 0px; |
| 986 |
} |
| 987 |
|
| 988 |
#searchBox table#change_table { |
| 989 |
float: left; |
| 990 |
margin: 0px; |
| 991 |
clear: both; |
| 992 |
} |
| 993 |
|
| 994 |
#searchBox table#dl_list_table { |
| 995 |
float: right; |
| 996 |
margin: 0px; |
| 997 |
} |
| 998 |
|
| 999 |
#searchBox input.searchword { |
| 1000 |
height: 20px; |
| 1001 |
margin: 0px; |
| 1002 |
padding: 0px 3px 0px 3px; |
| 1003 |
clear: none; |
| 1004 |
float: none; |
| 1005 |
width: 150px; |
| 1006 |
font-size: 14px; |
| 1007 |
line-height: 18px; |
| 1008 |
} |
| 1009 |
|
| 1010 |
#searchBox input.searchbutton { |
| 1011 |
height: 24px; |
| 1012 |
font-size: 13px; |
| 1013 |
margin-top: 0px; |
| 1014 |
margin-right: 0px; |
| 1015 |
margin-bottom: 0px; |
| 1016 |
margin-left: 5px; |
| 1017 |
background-image: none; |
| 1018 |
background-color: #FFFFFF; |
| 1019 |
padding: 0px 10px 0px 10px; |
| 1020 |
} |
| 1021 |
|
| 1022 |
#searchBox select.searchselect { |
| 1023 |
background-color: #FFFFFF; |
| 1024 |
background-image: none; |
| 1025 |
margin: 0px; |
| 1026 |
border: 1px solid #51A7D5; |
| 1027 |
font-size: 13px; |
| 1028 |
padding: 0px; |
| 1029 |
width: 150px; |
| 1030 |
} |
| 1031 |
|
| 1032 |
table#mainDataTable { |
| 1033 |
margin: 0px; |
| 1034 |
padding: 0px; |
| 1035 |
clear: both; |
| 1036 |
float: none; |
| 1037 |
width: 100%; |
| 1038 |
border: 1px solid #CCCCCC; |
| 1039 |
} |
| 1040 |
|
| 1041 |
table#mainDataTable th { |
| 1042 |
font-size: 13px; |
| 1043 |
line-height: 18px; |
| 1044 |
text-decoration: none; |
| 1045 |
height: 30px; |
| 1046 |
font-family: Arial, Helvetica, sans-serif; |
| 1047 |
background-image: url(../images/th_bg2.gif); |
| 1048 |
background-repeat: repeat-x; |
| 1049 |
background-position: bottom; |
| 1050 |
border-bottom-width: 1px; |
| 1051 |
border-bottom-style: solid; |
| 1052 |
border-bottom-color: #CCCCCC; |
| 1053 |
white-space: nowrap; |
| 1054 |
padding-right: 5px; |
| 1055 |
padding-left: 5px; |
| 1056 |
} |
| 1057 |
|
| 1058 |
table#mainDataTable td { |
| 1059 |
border-right-width: 1px; |
| 1060 |
border-bottom-width: 1px; |
| 1061 |
border-right-style: dotted; |
| 1062 |
border-bottom-style: solid; |
| 1063 |
border-right-color: #CCCCCC; |
| 1064 |
border-bottom-color: #CCCCCC; |
| 1065 |
padding: 3px; |
| 1066 |
empty-cells:show; |
| 1067 |
} |
| 1068 |
|
| 1069 |
table#mainDataTable td.sku, |
| 1070 |
table#mainDataTable td.zaikonum, |
| 1071 |
table#mainDataTable td.zaiko, |
| 1072 |
table#mainDataTable td.price { |
| 1073 |
white-space: nowrap; |
| 1074 |
} |
| 1075 |
|
| 1076 |
table#mainDataTable td.listcat { |
| 1077 |
max-width: 150px; |
| 1078 |
} |
| 1079 |
|
| 1080 |
table#mainDataTable td.price { |
| 1081 |
font-size: 1.1em; |
| 1082 |
text-align: right; |
| 1083 |
} |
| 1084 |
|
| 1085 |
table#mainDataTable td.red { |
| 1086 |
color: #FF0000; |
| 1087 |
} |
| 1088 |
|
| 1089 |
table#mainDataTable td.green { |
| 1090 |
color: #009933; |
| 1091 |
} |
| 1092 |
table#mainDataTable td ul.item_list_navi { |
| 1093 |
padding: 0px; |
| 1094 |
margin-top: 3px; |
| 1095 |
margin-right: 0px; |
| 1096 |
margin-bottom: 0px; |
| 1097 |
margin-left: 0px; |
| 1098 |
} |
| 1099 |
table#mainDataTable td ul.item_list_navi li{ |
| 1100 |
padding: 0px; |
| 1101 |
float: left; |
| 1102 |
margin-top: 0px; |
| 1103 |
margin-right: 2px; |
| 1104 |
margin-bottom: 0px; |
| 1105 |
margin-left: 0px; |
| 1106 |
list-style-type: none; |
| 1107 |
font-size: 10px; |
| 1108 |
} |
| 1109 |
table#mainDataTable td ul.item_list_navi li a { |
| 1110 |
font-size: 10px; |
| 1111 |
} |
| 1112 |
table#mainDataTable td a { |
| 1113 |
display: block; |
| 1114 |
margin: 0px; |
| 1115 |
height: auto; |
| 1116 |
width: auto; |
| 1117 |
} |
| 1118 |
|
| 1119 |
table#mainDataTable td a:hover { |
| 1120 |
text-decoration: underline; |
| 1121 |
} |
| 1122 |
|
| 1123 |
#tablenavi { |
| 1124 |
line-height: 16px; |
| 1125 |
} |
| 1126 |
|
| 1127 |
#tablenavi ul { |
| 1128 |
margin: 0px; |
| 1129 |
padding: 3px; |
| 1130 |
list-style-type: none; |
| 1131 |
} |
| 1132 |
|
| 1133 |
#tablenavi .listCrb { |
| 1134 |
clear: both; |
| 1135 |
height: 1px; |
| 1136 |
width: 1px; |
| 1137 |
margin: 0px; |
| 1138 |
padding: 0px; |
| 1139 |
} |
| 1140 |
|
| 1141 |
#tablenavi .rowsnum { |
| 1142 |
padding: 0px; |
| 1143 |
float: left; |
| 1144 |
margin-top: 0px; |
| 1145 |
margin-right: 20px; |
| 1146 |
margin-bottom: 0px; |
| 1147 |
margin-left: 0px; |
| 1148 |
} |
| 1149 |
|
| 1150 |
#tablenavi .navigationStr { |
| 1151 |
padding: 0px; |
| 1152 |
float: left; |
| 1153 |
margin-top: 0px; |
| 1154 |
margin-right: 10px; |
| 1155 |
margin-bottom: 0px; |
| 1156 |
margin-left: 0px; |
| 1157 |
} |
| 1158 |
|
| 1159 |
#tablenavi .navigationButton { |
| 1160 |
float: left; |
| 1161 |
margin-top: 0px; |
| 1162 |
margin-right: 5px; |
| 1163 |
margin-bottom: 0px; |
| 1164 |
margin-left: 0px; |
| 1165 |
border: 1px solid #CCCCCC; |
| 1166 |
height: 16px; |
| 1167 |
text-align: center; |
| 1168 |
padding-top: 0px; |
| 1169 |
padding-right: 3px; |
| 1170 |
padding-bottom: 0px; |
| 1171 |
padding-left: 3px; |
| 1172 |
} |
| 1173 |
|
| 1174 |
#tablenavi .navigationButtonSelected { |
| 1175 |
float: left; |
| 1176 |
margin-top: 0px; |
| 1177 |
margin-right: 5px; |
| 1178 |
margin-bottom: 0px; |
| 1179 |
margin-left: 0px; |
| 1180 |
border: 1px solid #CCCCCC; |
| 1181 |
text-align: center; |
| 1182 |
color: #FFFFFF; |
| 1183 |
background-color: #333333; |
| 1184 |
padding-top: 0px; |
| 1185 |
padding-right: 3px; |
| 1186 |
padding-bottom: 0px; |
| 1187 |
padding-left: 3px; |
| 1188 |
} |
| 1189 |
|
| 1190 |
#tablenavi .refresh { |
| 1191 |
float: right; |
| 1192 |
} |
| 1193 |
/* CSS Document */ |
| 1194 |
|
| 1195 |
.rowSelection_columrow { |
| 1196 |
/*background-image: url(../images/sprite.png); |
| 1197 |
background-repeat: repeat-x; |
| 1198 |
background-position: 0px 1px;*/ |
| 1199 |
} |
| 1200 |
|
| 1201 |
tr.rowSelection_odd td { |
| 1202 |
background-color: #FFFFFF; |
| 1203 |
} |
| 1204 |
|
| 1205 |
tr.rowSelection_even td { |
| 1206 |
background-color: #F5F7FB; |
| 1207 |
} |
| 1208 |
|
| 1209 |
tr.rowSelection_hilight td { |
| 1210 |
background-color: #EEEEFF; |
| 1211 |
} |
| 1212 |
|
| 1213 |
tr.rowSelection_selected td { |
| 1214 |
background-color: #FFDFEF; |
| 1215 |
color: #555555; |
| 1216 |
font-weight: bold; |
| 1217 |
} |
| 1218 |
|
| 1219 |
.info_head { |
| 1220 |
color: #000000; |
| 1221 |
} |
| 1222 |
|
| 1223 |
.info_body table, |
| 1224 |
.info_head table { |
| 1225 |
margin: 0px; |
| 1226 |
padding: 0px; |
| 1227 |
width: 100%; |
| 1228 |
border: 1px solid #999999; |
| 1229 |
border-spacing:0; |
| 1230 |
} |
| 1231 |
|
| 1232 |
.long { |
| 1233 |
width: 200px; |
| 1234 |
} |
| 1235 |
|
| 1236 |
.short { |
| 1237 |
width: 90px; |
| 1238 |
} |
| 1239 |
|
| 1240 |
.shortm { |
| 1241 |
width: 120px; |
| 1242 |
} |
| 1243 |
|
| 1244 |
.large { |
| 1245 |
font-size: 1.3em; |
| 1246 |
} |
| 1247 |
|
| 1248 |
.right { |
| 1249 |
text-align: right; |
| 1250 |
} |
| 1251 |
|
| 1252 |
.center { |
| 1253 |
text-align: center; |
| 1254 |
} |
| 1255 |
|
| 1256 |
.border { |
| 1257 |
border-bottom-width: 1px; |
| 1258 |
border-bottom-style: dotted; |
| 1259 |
border-bottom-color: #999999; |
| 1260 |
} |
| 1261 |
|
| 1262 |
.info_head table .rod { |
| 1263 |
background-color: #FFFFEC; |
| 1264 |
border: 1px solid #7F9DB9; |
| 1265 |
text-align: center; |
| 1266 |
line-height: 24px; |
| 1267 |
padding-right: 5px; |
| 1268 |
padding-left: 5px; |
| 1269 |
} |
| 1270 |
.info_head table .rod_left { |
| 1271 |
background-color: #FFFFEC; |
| 1272 |
border: 1px solid #7F9DB9; |
| 1273 |
text-align: left; |
| 1274 |
line-height: 24px; |
| 1275 |
padding-right: 5px; |
| 1276 |
padding-left: 5px; |
| 1277 |
} |
| 1278 |
.info_head table .deli_info { |
| 1279 |
border-bottom: 1px dotted #CCCCCC; |
| 1280 |
border-top-width: 0px; |
| 1281 |
border-right-width: 0px; |
| 1282 |
border-left-width: 0px; |
| 1283 |
border-top-style: none; |
| 1284 |
border-right-style: none; |
| 1285 |
border-left-style: none; |
| 1286 |
} |
| 1287 |
|
| 1288 |
.info_head table .cus_info { |
| 1289 |
border-right: 1px dotted #CCCCCC; |
| 1290 |
border-left: 1px dotted #CCCCCC; |
| 1291 |
border-top-width: 0px; |
| 1292 |
border-top-style: none; |
| 1293 |
border-bottom: 1px dotted #CCCCCC; |
| 1294 |
} |
| 1295 |
|
| 1296 |
.info_head table .mem_wrap { |
| 1297 |
border: 1px solid #CCCCCC; |
| 1298 |
} |
| 1299 |
|
| 1300 |
.info_head table .mem_info { |
| 1301 |
border-top-width: 0px; |
| 1302 |
border-top-style: none; |
| 1303 |
border-right-width: 0px; |
| 1304 |
border-bottom-width: 0px; |
| 1305 |
border-left-width: 0px; |
| 1306 |
border-right-style: none; |
| 1307 |
border-bottom-style: none; |
| 1308 |
border-left-style: none; |
| 1309 |
margin: 0px; |
| 1310 |
padding: 0px; |
| 1311 |
height: auto; |
| 1312 |
width: auto; |
| 1313 |
} |
| 1314 |
|
| 1315 |
.info_head .order_custom_wrap{ |
| 1316 |
border-right: 1px dotted #CCCCCC; |
| 1317 |
border-top-style: none; |
| 1318 |
border-bottom-style: none; |
| 1319 |
border-left-style: none; |
| 1320 |
} |
| 1321 |
|
| 1322 |
.info_head .settle_info_wrap{ |
| 1323 |
border-style: none; |
| 1324 |
} |
| 1325 |
|
| 1326 |
.info_head .wrap_td { |
| 1327 |
margin: 0px; |
| 1328 |
padding: 0px; |
| 1329 |
} |
| 1330 |
|
| 1331 |
.info_head td { |
| 1332 |
padding-top: 1px; |
| 1333 |
padding-right: 3px; |
| 1334 |
padding-bottom: 1px; |
| 1335 |
padding-left: 3px; |
| 1336 |
background-color: #EDF3F3; |
| 1337 |
} |
| 1338 |
|
| 1339 |
.info_head td.midasi0 { |
| 1340 |
text-align: center; |
| 1341 |
color: #FFFFFF; |
| 1342 |
background-color: #92BAB8; |
| 1343 |
font-weight: bold; |
| 1344 |
letter-spacing: 0.1em; |
| 1345 |
height: 26px; |
| 1346 |
border-bottom-style: none; |
| 1347 |
} |
| 1348 |
|
| 1349 |
.info_head td.midasi1 { |
| 1350 |
text-align: center; |
| 1351 |
color: #FFFFFF; |
| 1352 |
background-color: #9999CC; |
| 1353 |
font-weight: bold; |
| 1354 |
letter-spacing: 0.1em; |
| 1355 |
border-bottom-style: none; |
| 1356 |
} |
| 1357 |
|
| 1358 |
.info_head div.midasi2 { |
| 1359 |
text-align: center; |
| 1360 |
color: #FFFFFF; |
| 1361 |
background-color: #999966; |
| 1362 |
font-weight: bold; |
| 1363 |
letter-spacing: 0.1em; |
| 1364 |
border-bottom-style: none; |
| 1365 |
height: 24px; |
| 1366 |
width: auto; |
| 1367 |
line-height: 24px; |
| 1368 |
} |
| 1369 |
|
| 1370 |
.info_head td.midasi3 { |
| 1371 |
text-align: center; |
| 1372 |
color: #FFFFFF; |
| 1373 |
background-color: #A27D5E; |
| 1374 |
font-weight: bold; |
| 1375 |
letter-spacing: 0.1em; |
| 1376 |
border-bottom-style: none; |
| 1377 |
} |
| 1378 |
|
| 1379 |
.info_head td.status { |
| 1380 |
background-color: #F7F3F0; |
| 1381 |
} |
| 1382 |
|
| 1383 |
.info_head td.deli { |
| 1384 |
background-color: #EAEAF4; |
| 1385 |
} |
| 1386 |
|
| 1387 |
.info_head div.condition { |
| 1388 |
background-color: #FFFFFF; |
| 1389 |
color: #FF6600; |
| 1390 |
} |
| 1391 |
|
| 1392 |
.info_head td.label { |
| 1393 |
width: 90px; |
| 1394 |
text-align: right; |
| 1395 |
font-size: 11px; |
| 1396 |
color: #666666; |
| 1397 |
} |
| 1398 |
.info_head .order_custom_wrap td.label, |
| 1399 |
.info_head .settle_info_wrap td.label{ |
| 1400 |
width: 120px; |
| 1401 |
border-right: 1px dotted #CCCCCC; |
| 1402 |
border-top-style: none; |
| 1403 |
border-bottom-style: none; |
| 1404 |
border-left-style: none; |
| 1405 |
} |
| 1406 |
|
| 1407 |
.info_head td.col1 { |
| 1408 |
width: 100px; |
| 1409 |
} |
| 1410 |
|
| 1411 |
.info_head td.col2 { |
| 1412 |
} |
| 1413 |
|
| 1414 |
.info_head td.col3 { |
| 1415 |
} |
| 1416 |
|
| 1417 |
.info_head td.mem_col2 { |
| 1418 |
border-right-width: 1px; |
| 1419 |
border-left-width: 1px; |
| 1420 |
border-right-style: dotted; |
| 1421 |
border-left-style: dotted; |
| 1422 |
border-right-color: #CCCCCC; |
| 1423 |
border-left-color: #CCCCCC; |
| 1424 |
margin: 0px; |
| 1425 |
padding: 5px; |
| 1426 |
vertical-align: top; |
| 1427 |
} |
| 1428 |
|
| 1429 |
.info_head td.mem_col3 { |
| 1430 |
border-right-style: none; |
| 1431 |
border-left-style: none; |
| 1432 |
border-top-style: none; |
| 1433 |
border-bottom-style: none; |
| 1434 |
margin: 0px; |
| 1435 |
padding: 5px; |
| 1436 |
vertical-align: top; |
| 1437 |
} |
| 1438 |
|
| 1439 |
.info_head td input.text { |
| 1440 |
padding-top: 0px; |
| 1441 |
padding-right: 5px; |
| 1442 |
padding-bottom: 0px; |
| 1443 |
padding-left: 5px; |
| 1444 |
height: 24px; |
| 1445 |
margin: 0px; |
| 1446 |
} |
| 1447 |
.info_head td textarea { |
| 1448 |
padding: 5px; |
| 1449 |
margin: 0px; |
| 1450 |
height: 6em; |
| 1451 |
width: 500px; |
| 1452 |
line-height: 1em; |
| 1453 |
} |
| 1454 |
* html .info_head td input.text { |
| 1455 |
height: 22px; |
| 1456 |
line-height: 22px; |
| 1457 |
} |
| 1458 |
*:first-child+html .info_head td input.text { |
| 1459 |
height: 22px; |
| 1460 |
line-height: 22px; |
| 1461 |
} |
| 1462 |
.wrap .info_head select { |
| 1463 |
height: 26px; |
| 1464 |
margin: 0px; |
| 1465 |
width: 130px; |
| 1466 |
border: 1px solid #7F9DB9; |
| 1467 |
} |
| 1468 |
|
| 1469 |
#cart { |
| 1470 |
width: 100%; |
| 1471 |
} |
| 1472 |
|
| 1473 |
#cart div.error_message { |
| 1474 |
font-weight: bold; |
| 1475 |
color: #FF0000; |
| 1476 |
text-align: center; |
| 1477 |
margin-top: 10px; |
| 1478 |
} |
| 1479 |
|
| 1480 |
#cart .upbutton { |
| 1481 |
text-align: right; |
| 1482 |
padding-right: 20px; |
| 1483 |
} |
| 1484 |
|
| 1485 |
#cart table { |
| 1486 |
width: 100%; |
| 1487 |
border: 1px solid #999999; |
| 1488 |
border-collapse: collapse; |
| 1489 |
} |
| 1490 |
|
| 1491 |
#cart th, |
| 1492 |
#cart td { |
| 1493 |
border-top-width: 1px; |
| 1494 |
border-right-width: 1px; |
| 1495 |
border-bottom-width: 1px; |
| 1496 |
border-left-width: 1px; |
| 1497 |
border-top-style: solid; |
| 1498 |
border-right-style: solid; |
| 1499 |
border-bottom-style: solid; |
| 1500 |
border-left-style: solid; |
| 1501 |
border-top-color: #FFFFFF; |
| 1502 |
border-right-color: #CCCCCC; |
| 1503 |
border-bottom-color: #CCCCCC; |
| 1504 |
border-left-color: #FFFFFF; |
| 1505 |
padding-top: 3px; |
| 1506 |
padding-right: 5px; |
| 1507 |
padding-bottom: 3px; |
| 1508 |
padding-left: 5px; |
| 1509 |
vertical-align: middle; |
| 1510 |
text-align: center; |
| 1511 |
} |
| 1512 |
#cart td.signal_red { |
| 1513 |
font-weight: bold; |
| 1514 |
color: #FF0000; |
| 1515 |
} |
| 1516 |
#cart th { |
| 1517 |
color: #FFFFFF; |
| 1518 |
background-color: #999999; |
| 1519 |
white-space: nowrap; |
| 1520 |
line-height: 1.3em; |
| 1521 |
} |
| 1522 |
|
| 1523 |
#cart th.aright, |
| 1524 |
#cart td.aright { |
| 1525 |
text-align: right; |
| 1526 |
} |
| 1527 |
|
| 1528 |
#cart th.aleft, |
| 1529 |
#cart td.aleft { |
| 1530 |
text-align: left; |
| 1531 |
} |
| 1532 |
|
| 1533 |
#cart input.quantity { |
| 1534 |
width: 40px; |
| 1535 |
text-align: right; |
| 1536 |
font-size: 14px; |
| 1537 |
} |
| 1538 |
|
| 1539 |
#cart input.price { |
| 1540 |
width: 80px; |
| 1541 |
text-align: right; |
| 1542 |
font-size: 14px; |
| 1543 |
} |
| 1544 |
|
| 1545 |
#cart th.num { |
| 1546 |
white-space: nowrap; |
| 1547 |
width: 3%; |
| 1548 |
text-align: center; |
| 1549 |
} |
| 1550 |
|
| 1551 |
#cart th.thumbnail { |
| 1552 |
white-space: nowrap; |
| 1553 |
width: 5%; |
| 1554 |
text-align: center; |
| 1555 |
} |
| 1556 |
|
| 1557 |
#cart th.price { |
| 1558 |
white-space: nowrap; |
| 1559 |
width: 10%; |
| 1560 |
text-align: center; |
| 1561 |
} |
| 1562 |
|
| 1563 |
#cart th.quantity { |
| 1564 |
white-space: nowrap; |
| 1565 |
width: 5%; |
| 1566 |
text-align: center; |
| 1567 |
} |
| 1568 |
|
| 1569 |
#cart th.subtotal { |
| 1570 |
white-space: nowrap; |
| 1571 |
width: 15%; |
| 1572 |
text-align: center; |
| 1573 |
} |
| 1574 |
|
| 1575 |
#cart th.stock { |
| 1576 |
white-space: nowrap; |
| 1577 |
width: 10%; |
| 1578 |
text-align: center; |
| 1579 |
} |
| 1580 |
|
| 1581 |
#cart th.action { |
| 1582 |
white-space: nowrap; |
| 1583 |
width: 10%; |
| 1584 |
text-align: center; |
| 1585 |
} |
| 1586 |
|
| 1587 |
#cart th#total_full_top, |
| 1588 |
#cart th#total_full { |
| 1589 |
font-size: 1.5em; |
| 1590 |
color: #FFFFFF; |
| 1591 |
background-color: #000000; |
| 1592 |
} |
| 1593 |
|
| 1594 |
#newitemform { |
| 1595 |
margin-top: 10px; |
| 1596 |
} |
| 1597 |
|
| 1598 |
#newitemform table { |
| 1599 |
margin: 0px; |
| 1600 |
padding: 0px; |
| 1601 |
width: 100%; |
| 1602 |
border: 1px solid #CCCCCC; |
| 1603 |
border-collapse: collapse; |
| 1604 |
} |
| 1605 |
|
| 1606 |
#newitemform th { |
| 1607 |
font-size: 13px; |
| 1608 |
line-height: 22px; |
| 1609 |
color: #FFFFFF; |
| 1610 |
background-color: #999999; |
| 1611 |
border-bottom-width: 1px; |
| 1612 |
border-left-width: 1px; |
| 1613 |
border-bottom-style: dotted; |
| 1614 |
border-left-style: dotted; |
| 1615 |
border-bottom-color: #CCCCCC; |
| 1616 |
border-left-color: #CCCCCC; |
| 1617 |
} |
| 1618 |
|
| 1619 |
#newitemform td { |
| 1620 |
font-size: 13px; |
| 1621 |
line-height: 18px; |
| 1622 |
border-bottom-width: 1px; |
| 1623 |
border-left-width: 1px; |
| 1624 |
border-bottom-style: dotted; |
| 1625 |
border-left-style: dotted; |
| 1626 |
border-bottom-color: #CCCCCC; |
| 1627 |
border-left-color: #CCCCCC; |
| 1628 |
padding-right: 5px; |
| 1629 |
padding-left: 5px; |
| 1630 |
} |
| 1631 |
|
| 1632 |
/************************************************************************************/ |
| 1633 |
#addItemDialog .dialogsearch { |
| 1634 |
float: left; |
| 1635 |
width: 400px; |
| 1636 |
} |
| 1637 |
|
| 1638 |
#mailSendDialog #sendmailmessage { |
| 1639 |
width: 100%; |
| 1640 |
height: 400px; |
| 1641 |
} |
| 1642 |
#mailSendDialog label { |
| 1643 |
clear: left; |
| 1644 |
float: left; |
| 1645 |
width: 100px; |
| 1646 |
display: block; |
| 1647 |
height: 17px; |
| 1648 |
margin: 0px; |
| 1649 |
padding-top: 7px; |
| 1650 |
padding-right: 0px; |
| 1651 |
padding-bottom: 0px; |
| 1652 |
padding-left: 0px; |
| 1653 |
cursor: auto; |
| 1654 |
} |
| 1655 |
#mailSendDialog input.text { |
| 1656 |
width: 300px; |
| 1657 |
} |
| 1658 |
|
| 1659 |
/************************************************************************************/ |
| 1660 |
.usces_admin div.chui { |
| 1661 |
background-color: #FFFFE8; |
| 1662 |
padding: 10px; |
| 1663 |
margin-top: 10px; |
| 1664 |
margin-bottom: 10px; |
| 1665 |
border: 1px solid #FF9900; |
| 1666 |
letter-spacing: 1px; |
| 1667 |
font-weight: normal; |
| 1668 |
} |
| 1669 |
|
| 1670 |
.usces_admin div.chui h3 { |
| 1671 |
font-size: 13px; |
| 1672 |
font-weight: bold; |
| 1673 |
color: #663300; |
| 1674 |
} |
| 1675 |
|
| 1676 |
/************************************************************************************/ |
| 1677 |
.usces_admin table.dashboard { |
| 1678 |
width: 100%; |
| 1679 |
} |
| 1680 |
|
| 1681 |
.usces_admin table.dashboard th { |
| 1682 |
font-size: 13px; |
| 1683 |
font-weight: bold; |
| 1684 |
background-color: #999999; |
| 1685 |
line-height: 16px; |
| 1686 |
color: #FFFFFF; |
| 1687 |
padding-top: 3px; |
| 1688 |
padding-bottom: 3px; |
| 1689 |
border-right-width: 1px; |
| 1690 |
border-bottom-width: 1px; |
| 1691 |
border-right-style: solid; |
| 1692 |
border-bottom-style: solid; |
| 1693 |
border-right-color: #CCCCCC; |
| 1694 |
border-bottom-color: #CCCCCC; |
| 1695 |
} |
| 1696 |
|
| 1697 |
.usces_admin table.dashboard td { |
| 1698 |
padding-top: 3px; |
| 1699 |
padding-right: 10px; |
| 1700 |
padding-bottom: 3px; |
| 1701 |
padding-left: 10px; |
| 1702 |
border-right-width: 1px; |
| 1703 |
border-bottom-width: 1px; |
| 1704 |
border-right-style: solid; |
| 1705 |
border-bottom-style: solid; |
| 1706 |
border-right-color: #CCCCCC; |
| 1707 |
border-bottom-color: #CCCCCC; |
| 1708 |
background-color: #FFFFFF; |
| 1709 |
} |
| 1710 |
|
| 1711 |
.usces_admin table.dashboard td.bignum { |
| 1712 |
font-size: 20px; |
| 1713 |
text-align: right; |
| 1714 |
} |
| 1715 |
|
| 1716 |
/****************************************************************************************/ |
| 1717 |
#member_history table { |
| 1718 |
margin: 0px; |
| 1719 |
padding: 0px; |
| 1720 |
border-top-width: 0px; |
| 1721 |
border-right-width: 0px; |
| 1722 |
border-bottom-width: 0px; |
| 1723 |
border-left-width: 0px; |
| 1724 |
border-top-style: none; |
| 1725 |
border-right-style: none; |
| 1726 |
border-bottom-style: none; |
| 1727 |
border-left-style: none; |
| 1728 |
border-collapse: collapse; |
| 1729 |
width: 100%; |
| 1730 |
} |
| 1731 |
#member_history table .num{ |
| 1732 |
font-size: 14px; |
| 1733 |
} |
| 1734 |
#member_history table .rightnum{ |
| 1735 |
font-size: 14px; |
| 1736 |
text-align: right; |
| 1737 |
padding-right: 5px; |
| 1738 |
} |
| 1739 |
#member_history th { |
| 1740 |
text-align: center; |
| 1741 |
padding: 5px; |
| 1742 |
margin-right: auto; |
| 1743 |
margin-left: auto; |
| 1744 |
border: 1px solid #e6e6e6; |
| 1745 |
background-color: #f8f8f8; |
| 1746 |
font-size: 12px; |
| 1747 |
line-height: 150%; |
| 1748 |
font-weight: bold; |
| 1749 |
color: #4e5020; |
| 1750 |
} |
| 1751 |
#member_history th.historyrow { |
| 1752 |
color: #FFFFFF; |
| 1753 |
background-color: #999999; |
| 1754 |
} |
| 1755 |
#member_history td { |
| 1756 |
font-size: 12px; |
| 1757 |
line-height: 150%; |
| 1758 |
color: #333333; |
| 1759 |
padding-top: 5px; |
| 1760 |
padding-right: 10px; |
| 1761 |
padding-bottom: 5px; |
| 1762 |
padding-left: 10px; |
| 1763 |
border: 1px solid #e6e6e6; |
| 1764 |
} |
| 1765 |
#member_history td.retail { |
| 1766 |
margin: 0px; |
| 1767 |
padding: 0px; |
| 1768 |
} |
| 1769 |
#member_history h3 { |
| 1770 |
font-size: 13px; |
| 1771 |
line-height: 26px; |
| 1772 |
font-weight: bold; |
| 1773 |
color: #ffffff; |
| 1774 |
background-color: #990000; |
| 1775 |
text-indent: 10px; |
| 1776 |
padding: 0px; |
| 1777 |
height: 26px; |
| 1778 |
margin-top: 20px; |
| 1779 |
margin-right: 0px; |
| 1780 |
margin-bottom: 10px; |
| 1781 |
margin-left: 0px; |
| 1782 |
border-bottom-width: 1px; |
| 1783 |
border-bottom-style: solid; |
| 1784 |
border-bottom-color: #660000; |
| 1785 |
} |
| 1786 |
/*****************************************************************/ |
| 1787 |
|
| 1788 |
div.optcheck { |
| 1789 |
/*padding-left: 10px;*/ |
| 1790 |
} |
| 1791 |
|
| 1792 |
/*******************************************************************/ |
| 1793 |
#cod_dialog .short_str { |
| 1794 |
width: 100px; |
| 1795 |
text-align: right; |
| 1796 |
padding-right: 5px; |
| 1797 |
padding-left: 5px; |
| 1798 |
} |
| 1799 |
|
| 1800 |
#cod_type_table { |
| 1801 |
margin-top: 20px; |
| 1802 |
margin-bottom: 20px; |
| 1803 |
} |
| 1804 |
|
| 1805 |
#cod_type_table .radio { |
| 1806 |
padding-right: 2px; |
| 1807 |
padding-left: 20px; |
| 1808 |
} |
| 1809 |
|
| 1810 |
#cod_change_table, |
| 1811 |
#cod_fix_table { |
| 1812 |
margin-top: 20px; |
| 1813 |
margin-bottom: 20px; |
| 1814 |
} |
| 1815 |
|
| 1816 |
#cod_change_table td { |
| 1817 |
border: 1px solid #CCCCCC; |
| 1818 |
padding-top: 3px; |
| 1819 |
padding-bottom: 3px; |
| 1820 |
} |
| 1821 |
|
| 1822 |
#cod_change_table th { |
| 1823 |
background-color: #CCCCCC; |
| 1824 |
padding: 3px; |
| 1825 |
} |
| 1826 |
|
| 1827 |
#cod_change_table td.cod_f, |
| 1828 |
#cod_change_table td.cod_e, |
| 1829 |
#cod_change_table td.cod_cod { |
| 1830 |
text-align: right; |
| 1831 |
padding-right: 3px; |
| 1832 |
padding-left: 3px; |
| 1833 |
} |
| 1834 |
|
| 1835 |
#cod_change_table td.cod_m { |
| 1836 |
text-align: center; |
| 1837 |
padding-right: 3px; |
| 1838 |
padding-left: 3px; |
| 1839 |
border-top-style: none; |
| 1840 |
border-right-style: none; |
| 1841 |
border-bottom-style: none; |
| 1842 |
border-left-style: none; |
| 1843 |
} |
| 1844 |
|
| 1845 |
#cod_change_table td.cod_f { |
| 1846 |
width: 100px; |
| 1847 |
} |
| 1848 |
|
| 1849 |
#cod_change_table td.cod_f, |
| 1850 |
#cod_change_table td.cod_e { |
| 1851 |
background-color: #EFEFEF; |
| 1852 |
} |
| 1853 |
|
| 1854 |
#cod_change_table td.cod_cod { |
| 1855 |
background-color: #CCCCCC; |
| 1856 |
} |
| 1857 |
|
| 1858 |
/*******************************************************************/ |
| 1859 |
.settle_table { |
| 1860 |
border-collapse: separate; |
| 1861 |
border: 1px solid #CCCCCC; |
| 1862 |
margin-bottom: 5px; |
| 1863 |
border-spacing: 1px; |
| 1864 |
} |
| 1865 |
|
| 1866 |
.settle_table td { |
| 1867 |
padding: 5px; |
| 1868 |
} |
| 1869 |
|
| 1870 |
.settle_table th { |
| 1871 |
padding: 10px; |
| 1872 |
width: 150px; |
| 1873 |
background-color: #F0F0F0; |
| 1874 |
} |
| 1875 |
|
| 1876 |
.settle_table th a { |
| 1877 |
color: #3399CC; |
| 1878 |
text-decoration: underline; |
| 1879 |
} |
| 1880 |
|
| 1881 |
.settle_exp { |
| 1882 |
background-color: #FFFFEE; |
| 1883 |
border: 1px solid #FFCC00; |
| 1884 |
padding: 10px; |
| 1885 |
margin-top: 20px; |
| 1886 |
font-size: 13px; |
| 1887 |
} |
| 1888 |
|
| 1889 |
.service_title { |
| 1890 |
font-size: 16px; |
| 1891 |
line-height: 20px; |
| 1892 |
font-weight: bold; |
| 1893 |
margin-right: 20px; |
| 1894 |
} |
| 1895 |
|
| 1896 |
.settlement_service { |
| 1897 |
margin-bottom: 15px; |
| 1898 |
} |
| 1899 |
|
| 1900 |
.settlement_service a { |
| 1901 |
color: #3366CC; |
| 1902 |
} |
| 1903 |
|
| 1904 |
.message, |
| 1905 |
.error_message { |
| 1906 |
margin-bottom: 5px; |
| 1907 |
} |
| 1908 |
/*20101111ysk*/ |
| 1909 |
#dlItemListDialog fieldset, |
| 1910 |
/*20101111ysk*/ |
| 1911 |
#dlItemListDialog fieldset, |
| 1912 |
/*20101111ysk*/ |
| 1913 |
#dlItemListDialog fieldset, |
| 1914 |
#dlMemberListDialog fieldset, |
| 1915 |
#dlOrderListDialog fieldset, |
| 1916 |
#dlProductListDialog fieldset { |
| 1917 |
border: 2px solid #CCCCCC; |
| 1918 |
padding: 10px; |
| 1919 |
margin-top: 20px; |
| 1920 |
} |
| 1921 |
#dlItemListDialog legend, |
| 1922 |
#dlMemberListDialog legend, |
| 1923 |
#dlOrderListDialog legend, |
| 1924 |
#dlProductListDialog legend { |
| 1925 |
font-weight: bold; |
| 1926 |
padding-right: 5px; |
| 1927 |
padding-left: 5px; |
| 1928 |
} |
| 1929 |
#dlItemListDialog fieldset label, |
| 1930 |
#dlMemberListDialog fieldset label, |
| 1931 |
#dlOrderListDialog fieldset label, |
| 1932 |
#dlProductListDialog fieldset label { |
| 1933 |
margin-right: 10px; |
| 1934 |
white-space: nowrap; |
| 1935 |
} |
| 1936 |
|
| 1937 |
/***************************************************/ |
| 1938 |
.form_table th.system_th { |
| 1939 |
width: 200px; |
| 1940 |
} |
| 1941 |
|
| 1942 |
#wpcontent select.multipleselect { |
| 1943 |
width: auto; |
| 1944 |
height: auto; |
| 1945 |
} |
| 1946 |
|
| 1947 |
.iteminfo_table td label { |
| 1948 |
margin-right: 25px; |
| 1949 |
/*width: 160px;*/ |
| 1950 |
display: block; |
| 1951 |
float: left; |
| 1952 |
} |
| 1953 |
|
| 1954 |
.widcenter { |
| 1955 |
text-align: center; |
| 1956 |
} |
| 1957 |
|
| 1958 |
.tabletitle { |
| 1959 |
font-size: 12px; |
| 1960 |
} |
| 1961 |
.usces_admin a { |
| 1962 |
color: #318999; |
| 1963 |
} |
| 1964 |
.usces_admin a:hover { |
| 1965 |
color: #DA6801; |
| 1966 |
} |
| 1967 |
.uscestabs { |
| 1968 |
margin-bottom: 20px; |
| 1969 |
} |
| 1970 |
|
| 1971 |
/***************************************************/ |
| 1972 |
#edit-slug-box { |
| 1973 |
height: auto; |
| 1974 |
line-height: 1.5em; |
| 1975 |
} |