1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- @CHARSET "UTF-8";
- /**************************************
- * Supplier common Style
- **************************************/
- img {
- border: 0px;
- }
- .bold {
- font-weight: bold;
- }
- .blue {
- color: #004c98;
- }
- .orange {
- color: #fe6700;
- }
- .magAuto {
- margin: 0 auto;
- }
- .magL3 {
- margin-left: 3px;
- }
- .magT10 {
- margin-top: 10px;
- }
- .magT15 {
- margin-top: 15px;
- }
- .magT20 {
- margin-top: 20px;
- }
- .va5 {
- vertical-align: 5px;
- }
- ul {
- list-style: none;
- }
- img.hand {
- cursor: pointer;
- vertical-align: middle;
- }
- .ht100 {
- height: 100%;
- }
- .floatLt {
- float: left;
- }
- .floatRt {
- float: right;
- }
- .lht22 {
- line-height: 22px;
- }
|