
/* idtransmain.css */

BODY {
 margin: 0 0 0 0;
 text-align: center;
 background: #cde;
 font: normal normal .8em Arial, Helvetica, sans-serif;
}
BODY IMG {
 display: block;
 margin: 0 auto 0 auto;
 border: none;
}

A:hover {
 color: #f60;
}

/* base font size for relative sizing .8em = 16*.8 = 12.8px */
/* for 16px display: 16/12.8 = 1.25em; */
.pgehdr {
 width: 100%;
 margin: 0 auto 0 auto;
 padding: 10px 0 10px 0;
}
.pgehdrleft, .pgehdrright {
 width: 45%;
}
.pgehdrcenter {
 width: 10%;
}
.pgehdrright {
 text-align: left;
}
.pgect TD.pgect1 {
 padding-right: 30px;
}
.pgect TD.pgect2 {
 padding-right: 5px;
}
.pge {
 width: 100%;
 margin: 0 auto 0 auto;
 padding-bottom: 30px;
 text-align: center;
 color: #000;
 background: #fcfcfc;
}
.pgettl {
 font-size: 2em;
 padding: 10px 0 10px 0;
}
.pgesubttl {
 font-size: 1.5em;
 padding: 10px 0 10px 0;
}
.pgetxt {
 text-align: justify;
 margin: 0 10% 0 10%;
}
.pgebtmlink {
 font-size: 1em;
 padding-top: 10px;
}
.pgebtmcopy {
 padding: 20px 0 20px 0;
 font-size: 9px;
}

.selectttl {
 margin-top: 30px;
 font-size: 1.50em;
 text-align: center;
}
.selectlegend {
 font-size: .8em;
 text-align: center;
}
.selecttbl {
 margin: 0 auto 0 auto;
 text-align: left;
} 
.selecttbl TD {
 padding: 2px 4px 2px 4px;
 border-bottom: 2px solid #aaa;
 border-right: 2px solid #aaa;
}
.selecttbl .select1 TD {
 background: #f1f1f1;
}
.selecttbl .selecthdr TD {
 text-align: center;
 background: #cde;
}
.selecttbl TD.selectcategory {
 font-size: 1.3em;
 font-style: italic;
 font-weight: bold;
 padding-top: 30px;
 border-right: none;
 color: #900;
}
.selecttbl TD.selecthdrleft,
.selecttbl TD.selectleft1,
.selecttbl TD.selectleft2 {
 border-left: 2px solid #aaa;
 text-align: center;
}
.selecttbl TD.selectleft2 {
 padding: 5px 0 5px 0;
}
.selecttbl TD.selectleft1 A IMG {
 width: 100px;
}
.selecttbl .select0 TD.selectleft1 A IMG { /* for IE6 bug - nix on transparent */
 border: 2px solid #fcfcfc;
}
.selecttbl .select1 TD.selectleft1 A IMG { /* for IE6 bug - nix on transparent */
 border: 2px solid #f1f1f1;
}
.selecttbl TD.selectleft1 A:HOVER {text-indent: 0;} /* for IE6 bug */
.selecttbl TD.selectleft1 A:HOVER IMG {
 border-color: #f60;
}
.selecttbl TD.selectprice {
 font-size: 1.2em;
 font-weight: bold;
 padding: 2px 10px 2px 10px;
 text-align: right;
}

.unit {
 padding: 20px 20px 20px 20px;
 background: #fcfcfc;
 text-align: center;
}
.unitcat {
 font-size: 1em;
 font-weight: bold;
 color: #555;
 margin-bottom: 10px;
}
.unitttl {
 font-size: 1.50em;
 margin-bottom: 10px;
}

.unitimgblk {
 margin: 0 auto 0 auto;
}
.unitimgblk DIV {
 padding: 10px 0 10px 0;
}
.unitimgblk IMG {
 display: inline;
 border: 2px solid #aaa;
 margin: 0 10px 0 10px;
 vertical-align: middle;
}

.unittbl {
 margin: 20px auto 10px auto;
 border-top: 2px solid #aaa;
 border-left: 2px solid #aaa;
}
.unittbl TD {
 padding: 2px 3px 2px 3px;
 border-bottom: 2px solid #aaa;
 border-right: 2px solid #aaa;
 text-align: left;
}
.unit TD.unithdr {
 background: #cde;
 border-right: none;
 padding-right: 20px;
}
.unittbl .unit1 {
 background: #f1f1f1;
}
 
#emdsp {
 position: absolute;
 z-index: 0;
 visibility: hidden;
 font: normal bold 1em Arial, Helvetica, sans-serif;
 text-align: left;
 background: #dee;
 padding: 5px 5px 5px 5px;
 color: #800;
 border: 5px #dee outset;
}


