﻿body
{
    color: #000000;
    font-family: Arial, Verdana, Tahoma;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #CCCCCC;
    text-align: center;
}

#left
{
    background-color: #F1F1f1;
    text-align: left;
    width: 159px;
    float: left;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding: 0 5px 0 5px;
}
#middle
{
    background-color: #ffffff;
    width: 590px;
    float: left;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

#footer
{
    text-align: center;
    letter-spacing: 1px;
    padding: 0 0 5px 6px;
    font-size: 11px;
}

#main
{
    width: 762px;
}

#main_2
{
    border: solid 1px #000000;
    width: 760px;
    background: #FFFFFF;
}

.header
{
    background: url(../images/header.jpg);
}

#header
{
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    border: solid 1px #000000;
    width: 760px;
}

#layout
{
    width: 100%;
}

#bar
{
    padding: 3px 0 3px 0;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

#clear
{
    clear: both;
}

.links
{
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    }

.links:hover
{
    text-decoration: underline;
/*    font-weight: bold;    */
    color: #0000FF;
}

.list
{
    line-height: 15px;
    text-align: left;
}

.input
{
	background: #ffffff;
	color: #000000;
    border: solid 1px #000000;
}

a
{
    color: #0000CC;
}

.imageframe
{
    background: url(../images/frame.gif) no-repeat center 5px;
    text-align: center;
    padding: 10px 0 0 0px;
    height: 90px;
    width: 90px;
}

.imageframe2
{
    background: url(../images/frame.gif) no-repeat center 5px;
    text-align: center;
    padding: 10px 0 0 1px;
    height: 90px;
}

.reviewstop, .reviewsbottom
{
    height: 45px;
}
.reviewsbottom
{
    display: table-footer-group;
    vertical-align: middle;
    position: static;
}
.reviewsmain
{
    float: right;
    width: 80%;
    /*padding: 0 0 0 5px;*/
    text-align: left;
    height: 90px;
}

.searchtitle
{
    font-weight: bold;
    font-size: 18px;
    color: #000137;
    letter-spacing: 1px;
}

.searchtitlesmall
{
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
}
/*a:visited, a.link, a:hover, a:active {color: black}*/

.error
{
    height: 380px;
    padding-top: 5px;
    color: #FF0000;
    font-weight: bold;
}

.forminput, .forminputcb
{
	background: #ffffff;
	color: #000000;
	border: #999999 1px solid;
    font-family: Arial, Sans-Serif;
}
