body {
    padding: 0px;
    margin: 0px;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
    background-color: #46290D;
}

body, input, table, textarea, select {
    font-family: verdana, arial;
    font-size: 11px;
    color: #46290D;
}

a, .islink {
    text-decoration: none;
    color: #874304;
    cursor: pointer;
}

h1 {
    font-size: 12px;
    color: #46290D;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    padding-bottom: 8px;
}

form {
    padding: 0px;
    margin: 0px;
}

.basestructure {
    display: block;
    width: 750px;
    background-color: #F6F3ED;
    position: relative;
}

.header {
    display: block;
    height: 109px;
    background-image: url('../images/headerbg.jpg');
    background-repeat: repeat-x;
    text-align: left;
    overflow: hidden;
}

.logo {
    display: block;
    width: 187px;
    height: 59px;
    margin-left: 25px;
    padding-top: 15px;
    float: left;
}

.headerinfo {
    float: right;
    text-align: right;
    margin-right: 30px;
    color: #F7F7F7;
}

.datename {
    font-weight: bold;
    margin-bottom: 6px;
    text-align: center;
}

a.lightlink {
    color: #F7F7F7;
}

.languagebutton {
    display: block;
    width: 34px;
    height: 20px;
    background-image: url("../images/language.jpg");
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    color: #000000;
    float: right;
    text-align: left;
    margin-left: 2px;
}

.languageflag {
    border: 1px solid #8A6949;
    margin-left: 5px;
    margin-top: 2px;
    width: 23px;
    height: 13px;
}

.nofloat { clear: both; }
.fleft { float: left; }
.fright { float: right; }

.footer {
    display: block;
    height: 66px;
    overflow: hidden;
    background-image: url("../images/footer_bg.jpg");
    background-repeat: repeat-x;
    border-top: 4px solid #6D380D;
    text-align: left;
}

.footer_left {
    display: block;
    float: left;
    width: 30px;
    height: 66px;
    background-image: url("../images/footer_left.jpg");
}

.footer_right {
    display: block;
    float: right;
    width: 28px;
    height: 66px;
    background-image: url("../images/footer_right.jpg");
}

.sevenlogo {
    float: right;
    margin-top: 7px;
}

.sevenlogotext {
    float: right;
    font-size: 9px;
    margin-top: 19px;
    text-align: right;
    margin-left: 10px;
}
.sevenlogotext a {
    color: #46290D;
}

.mainmenu {
    display: block;
    text-align: center;
    height: 30px;
    background-image: url("../images/mainmenu_bg.jpg");
    background-repeat: repeat-x;
}

.mainmenuitem {
    color: #D7AD74;
    font-weight: bold;
    display: block;
    float: left;
    margin: 6px 4px 0px 4px;
    padding: 5px 12px 6px 12px;
}

#activemenuitem .mainmenuitem {
    background-repeat: no-repeat;
    color: #46290D;
    background: url(../images/menu_left.jpg) left no-repeat;
    background-color: #FFFFFF;
    margin-right: 0px;
    padding-right: 4px;
}

#activemenuitem .rightmenu {
    float:left;
    margin-top: 5px;
    margin-right: 4px;
    display: block;
    width: 8px;
    height: 25px;
    background-image: url(../images/menu_right.jpg);
    background-repeat: no-repeat;
}

.bodycontent {
    padding-top: 5px;
}

.leftmenu {
    display: block;
    width: 136px;
    float: left;
    text-align: left;
    padding-bottom: 5px;
    padding-right: 5px;
}

.leftmenutop {
    display: block;
    width: 136px;
    height: 4px;
    background-image: url(../images/leftmenu_top.jpg);
    background-repeat: no-repeat;
}
.leftmenutop.active {
    background-image: url(../images/leftmenu_top_active.jpg);
}

.leftmenuitem {
    display: block;
    width: 116px;
    height: 30px;
    background-image: url(../images/leftmenu_bg.jpg);
    background-repeat: repeat-y;
    padding: 15px 0 0 20px;
    vertical-align: bottom;
    color: #46290D;
    overflow: hidden;
}
.leftmenuitem.active {
    background-image: url(../images/leftmenu_bg_active.jpg);
}

.leftmenuseparator {
    display: block;
    width: 136px;
    height: 8px;
    background-image: url(../images/leftmenu_separator.jpg);
    background-repeat: no-repeat;
}
.leftmenuseparator.active_up {
    background-image: url(../images/leftmenu_separator_active_up.jpg);
}
.leftmenuseparator.active_down {
    background-image: url(../images/leftmenu_separator_active_down.jpg);
}

.leftmenubottom {
    display: block;
    width: 136px;
    height: 5px;
    background-image: url(../images/leftmenu_bottom.jpg);
    background-repeat: no-repeat;
}
.leftmenubottom.active {
    background-image: url(../images/leftmenu_bottom_active.jpg);
}

.bannertop {
    display: block;
    text-align: left;
    padding-bottom: 5px;
    float: left;
}

.bannerright {
    text-align: left;
    float: right;
    padding: 0px 12px 5px 8px;
    overflow: hidden;
    width: 120px;
}

.maincontent {
    text-align: left;
    float: left;
    width: 458px;
    padding: 5px;
}

.homebox {
    float: left;
    display: block;
    width: 214px;
    height: 160px;
    padding: 5px;
    padding-right: 10px;
    overflow: hidden;
}

.formtitleblock {
    display: block;
    font-weight: bold;
    padding-top: 6px;
}

.w100 { width: 100%; }
.w100px { width: 100px; }
.small { font-size: 9px; }
.righttext { text-align: right; }

.formbutton {
    background-color: #46290D;
    color: #DDBB99;
    font-size: 10px;
    padding: 2px;
    border-width: 1px;
}

.leftmenucontent {
    display: block;
    width: 136px;
    background-image: url(../images/leftmenuempty-middle.jpg);
    background-repeat: repeat-y;
    margin: 0px;
    padding: 6px 2px 6px 10px;
}

.leftmenuemptytop {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 136px;
    height: 4px;
    background-image: url(../images/leftmenuempty-top.jpg);
    background-repeat: no-repeat;
}

.leftmenuemptybottom {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 136px;
    height: 4px;
    background-image: url(../images/leftmenuempty-bottom.jpg);
    background-repeat: no-repeat;
}

.space6x {
    display: block;
    height: 6px;
    overflow: hidden;
}

.space2px {
    display: block;
    height: 2px;
    overflow: hidden;
}

.poptext {
    display:block;
    background-color:#FFFFFF;
    border: 1px solid #000000;
    z-index: 100;
    position: absolute;
    left: 120px;
    top: 177px;
    padding: 2px;
    margin: 0px;
}
.poptextbottom {
    top: 230px !important;
}

.leftmenuselect {
    font-size: 9px;
    width: 120px;
}

.leftmenuinput {
    font-size: 9px;
    width: 116px;
}

input[type=checkbox] {
    vertical-align: middle;
}
input[type=radio] {
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
}

.margined {
    margin-left: 30px;
}

.ceginfo {
    margin-top: 10px;
}

.resultphoto {
    float: left;
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.resultinfo {
    float: right;
    width: 358px;
    display: block;
}

.resultblock {
    margin-bottom: 10px;
}

.information {
    background-color: #FFFFFF;
    padding: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
    border: 1px solid red;
    font-weight: bold;
}

p {
    margin: 0px;
    padding: 0px;
}

.propertimage {
    border: 1px solid #3C2106;
}

.imageblock {
    padding: 10px 0px 10px 3px;
}

.separateline {
    border-bottom: solid 1px #4B2808;
    margin-bottom: 20px;
    margin-top: 5px;
}

.ajanlogomb {
    background-image: url(../images/ajanlo.png);
    display: block;
    text-align: center;
    width: 128px;
    height: 53px;
    text-decoration: none;
    color: #46290D; 
}

.extrabtn {
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #46290D;
    width: 120px;
    height: 20px;
    overflow: hidden;
    background-image: url(../images/extrak.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
}
