@font-face {
 font-family: arial-black;
 src: url("/font/ariblk.eot") /* EOT file for IE */
}
@font-face {
 font-family: arial-black;
 src: url("/font/ariblk.ttf") /* TTF file for CSS3 browsers */
}
body {
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      12px;
}
ul {
    list-style-type:none;
}
img {
    border:         0;
}
a {
    color:          #265d00;
/* background-color:inherit;*/
}
a:link,
a:visited {
    text-decoration:underline;
}
a:hover,
a:active {
    text-decoration:none;
}
input[type=password],
input[type=text],
input[type=file],
input[type=submit],
select,
textarea {
    font-size:      1em;
    border:         solid 1px #265d00;
}
input[type=password].error,
input[type=text].error,
input[type=file].error,
input[type=submit].error,
select.error,
textarea.error {
    border:         solid 1px red;
    background:     #eeafaf;
}
table {
    border-collapse:collapse;
}
h1 {
    margin-top:     .3em;
    margin-bottom:  .4em;
    font-size:      1.2em;
    font-weight:    bold;
}
h2 {
    margin-bottom:  .4em;
    font-size:      1.1em;
    font-weight:    bold;
}
h3 {
    margin-bottom:  .3em;
    font-size:      1em;
}

div.spacer {
    height:         5px;
    font-size:      0;
    line-height:    0;
}

p.info {
    margin:         1em 0;
    color:          #265d00;
    background:     #e9f2c3;
    font-size:      .9em;
    border:         solid 1px #1d3900;
    padding:        5px;
}

div.gborder {
    margin-bottom:  .5em;
    padding:        1px 2px;
    font-size:      1em;
    font-weight:    bold;
    border:         solid 1px #265d00;
    color:          #265d00;
}

div.gmc_table {
    width:          730px;
    background:     url(/image/offer_search/table_bg.png);
}
div.gmc_table table {
    width:          708px;
    margin-left:    9px;
}
div.gmc_table tr.gmc_table_top {
    height:         31px;
    color:          white;
    line-height:    11px;
}
div.gmc_table div.gmc_table_bottom {
    height:         7px;
    background:     url(/image/offer_search/table_bottom.png);
}
div.gmc_table table tr td {
    padding:        1px 2px;
    border:         solid 1px #99bd00;
    font-size:      .9em;
}
div.gmc_table table tr:hover td {
    background:     #eff8c6;
}
div.gmc_table table tr td:first-child {
    border-left:    none;
}
div.gmc_table table tr td:last-child {
    border-right:    none;
}

div.gmc_box div.gmc_box_content {
    padding:        5px;
}

