* {
    font-family: verdana;
    font-size: 12px;
}

body {
    background: #ffffff;
}

.browse {
    width: 800px;
}

.browse td a {
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
}

.browse td a:hover {
	background: url("images/bg_circle.png");
	background-repeat: no-repeat;
	background-position: center;
    color: #ffffff;
    text-decoration: none;
}

.buttons td {
    height: 26px;
	vertical-align: middle;
}

.buttons td a {
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.result {
    padding-top: 0px;
}

.result tr {
    padding-top: 0px;
}

.result td {
    vertical-align: top;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 1px;
    padding-top: 0px;
}

.result td a {
    display: block;
    width: 810px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
}

.result td a:hover {
    background: #6798C0;
    color: #ffffff;
    text-decoration: none;
}

.fifty td a {
    padding: 0px;
    display: block;
    width: 16px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

.fifty td a:hover {
    background: #6798C0;
    color: #ffffff;
    text-decoration: none;
}

.searc_result {
    padding-top: 0px;
}

.searc_result tr {
    padding-top: 0px;
}

.searc_result td {
    vertical-align: top;
    padding: 0px;
}

.searc_result td a {
    padding: 0px;
    display: block;
    width: 810px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
}

.searc_result td a:hover {
	background: #6798C0;
    color: #ffffff;
    text-decoration: none;
}
