﻿body
{
    margin: 0px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F5F5F5;
}

.header
{
    background-color: #009999;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    
}
.header a:link, .header a:visited
{
    color:#FFF;
    background-color: #009999;
    text-decoration:none;    
    display:block;
}
.header a:hover
{
    background-color:#F5F5F5;
    color: #009999;
    text-decoration:none;    
    display:block;
}
.headersmall
{
    color: #666;
    border: solid 1px #ccc;
    background-color: #fff;
}
.item
{
    border-style: solid;
    border-color: #ededed #808080 #808080 #eee;
    border-width: 1px;
    text-align: left;
    margin: 0px 0px 5px 0px;
    width: 325px;
    display: inline-block;
    background-color: #fff;
}

.itemphoto
{
    width:75px;
    height:75px;
    float:left;    
}
.itemphoto2
{
    width:100px;
    height:75px;
    float:left;    
}
.itemtext
{
    width:230px;
    float:right;    
}
.itemtext a:link, .itemtext a:visited
{
    font-weight: bold;
    color: #066;
    text-decoration: none;
    display: block;
    font-size: 12px;
}
.itemtext a:hover
{
    font-weight: bold;
    color: #099;
    text-decoration: none;
}
.itemtext2
{
    width:205px;
    float:right;    
}
.itemtext2 a:link, .itemtext2 a:visited
{
    font-weight: bold;
    color: #066;
    text-decoration: none;
    display: block;
    font-size: 12px;
}
.itemtext2 a:hover
{
    font-weight: bold;
    color: #099;
    text-decoration: none;
}
.footer
{
    width:960px;
    background-color:#fff;
    color:#999;
    display: inline-block;
    border: solid 1px #ccc;
}
.footer a:link, .footer a:visited
{
    color:#777;
    text-decoration:none;
}
a#mmo {
  width: 100px;
  height: 100px;
  background-image: url('/i/market.jpg');
  display: block;
  text-decoration: none;
}

a#mmo:hover {
  background-position: -100px 0;
}
a#amo {
  width: 100px;
  height: 100px;
  background-image: url('/i/auto.jpg');
  display: block;
  text-decoration: none;
}

a#amo:hover {
  background-position: -100px 0;
}
a#bmo {
  width: 100px;
  height: 100px;
  background-image: url('/i/board.jpg');
  display: block;
  text-decoration: none;
}

a#bmo:hover {
  background-position: -100px 0;
}