﻿html, body
{
    overflow: hidden;
}
body
{
    font-family: Trebuchet MS;
    font-size: 13px;
    margin: 0;
    padding: 0;
    height: 100%;
   /* background: top left repeat-x url(/img/bg_blue.gif) #fff; */
    
    background-color:#f8fcff;
	background-image:url(/img/bg.jpg);
	background-repeat:repeat-x;
}
a:visited, a:link
{
    color: blue;
}
a:hover
{
    background-color: blue;
    color: rgb(255, 255, 255);
    text-decoration: none;
}



a.m
{
    font-size: 11px;
    color: Gray;
}
a:hover.m
{
    font-size: 11px;
    color: white;
}
 

#listing
{
    overflow: auto;
}
.i
{
    font-size: 32px;
    font-weight: 500;
}
.it
{
    font-size: 16px;
}
/*
input#q{font-size: 16px;height:16px}
select#o{font-size: 16px;height:26px}*/

.il
{
    font-size: 11px;
}

h1 a:link, 
h1 a:visited,
h1 a:active
{
    color: black;
    text-decoration: underline;
}
h1 a:hover
{
    color: white;
}
h1
{
    margin: 0;
    padding-bottom: 5px;
    font-size: 22px;
}
h2
{
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#note
{
    float: left;
}
ul#categories
{
    margin: 0;
    text-align: right;
    list-style: none;
}
ul#categories li
{
    display: inline;
}
.comment
{
    color: #000;
    padding-bottom: 1px;
    display:block;
    font-size: 11px;
}
.map_control
{
    width: 115px;
    height: 34px;
    background: url(background_htmlcontrol.png);
    padding: 16px;
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
}
.d
{
    font-size: 11px;
}
.dt
{
    background-color: #E5ECF9;
}
.pg
{
    border-top: #C0C0C0 1px solid;
    left: 15px;
    padding-left: 16px;
    height: 25px;
    margin-top: 15px;
    padding-top: 5px;
    letter-spacing: 1px;
    font-size: 110%;
    color: red;
}

.det2
{
    height: 17px;
    overflow: hidden;
    color: black;
}

.price
{
    text-align: right;
    width:20%
}
#loading
{
    z-index: 50000;
    font-family: Arial;
    position: absolute;
    right: 0px;
    top: 1px;
    margin: 0;
    padding: 2px 2px 2px 2px;
    background-color: red;
    color: #ffffff;
    font-size: 12px;
}
.go
{
    font-weight: bold;
    font-size: 100%;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-bottom-width: 0pt;
    border-left-width: 0pt;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    background-image: url(/img/go.gif);
    background-repeat: no-repeat;
    padding:0;
    margin:0;
    width: 32px;
    height: 23px;
}

#pagesettings
{
    display: none; /* position:absolute; left:120px; top:50px; display:none; right:-3px; top:100%; min-width:160px;*/
    margin: 2px 0 0;
    background: #acc0c9; /* z-index:99; */
}

#pagesettings td
{
   /* font-family: sans-serif,Verdana;*/
    font-size: 11px; 
}
#pagesettings .bd
{
 font-size: 13px; 
    display: block;
    width: 245px;
    height: 55px;
    position: relative;
    white-space: nowrap;
    padding: 20px 5px;
    background: #F7F7F7;
    border: 1px solid #000;
    /*text-align: center;*/
    border-color: #cad5db #6b8792 #6b8792 #cad5db;
}

input#rx, input#ry, input#mx, input#my, input#cx, input#cy
{
    width: 30px;
}
/*
.u
{
    color: #3300cc;
    text-decoration: underline;
}
.b
{
    color: blue;
    text-decoration:underline
}*/