/* CSS Document */

body {
    background: #e5e5e5;
    margin:  0px 0px 0px 0px; 
    }
    
h1 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight: lighter;
    color: #7CC2C4;
    }
    
h2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #666666;
    }
INPUT, SELECT, TEXTAREA{
    border:1px solid #000;
    background-color:#efefef;
    font-size:11px;
}
form {
    margin:0;

}   
#content {
    background: transparent url(images/content_area.jpg) no-repeat;
    background-color:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color: #666666;
    width: 384px;
    margin: 0px 0px 0px 0px;
    }
    
/* BACKGROUND TILE IMAGES */

#lefttile {
    background: transparent url(images/left_tile.jpg) repeat;
    width: 46px;
    }

#righttile {
    background: transparent url(images/right_tile.jpg) repeat;
    width: 42px;
    }

#navtile{
    background: transparent url(images/white_space.jpg) repeat;
    background-color:#FFFFFF;
    width: 186px;
    
    }
    
#imgs{
    background:   url(images/right_btm_tile.jpg) repeat;
    width: 176px;
    }


/* LINKS */

a:link { 
    color:#666666;
    }

a:visited {
    color:#666666;
    }

a:active {
    color:#666666;
    }


/* LISTINGS */
.listings_titles{
    height:21px;
    font-weight:bold;
    border:1px solid #ccc;
    background-color:#E5F3F3;
    color:#000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000;
}
.listings_line_1{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    border:1px solid #ccc;
    background-color:#f5F9F3;
    cursor:default;
    color:#555;
}
.listings_line_2{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    border:1px solid #ccc;
    background-color:none;
    cursor:default;
    color:#555;
}
.listings_line_offline{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    border:1px solid #ccc;
    background-color:none;
    cursor:default;
    color:#bbb;
    font-style: italic;

}
.listings_line_hover{
    border:1px solid #ddd;
    background-color:#ecfafa;
    cursor:default;
    color:#000;
}

.details_titles{
            font-family:Verdana, Arial, Helvetica, sans-serif;
            font-size:10px;
            color: #000;
            background-color:#f5F9F3;
            border:1px solid #ccc;
            width:40%;
            vertical-align:top;
}
.details_info{
            font-family:Verdana, Arial, Helvetica, sans-serif;
            font-size:10px;
            color: #333333;
            width:60%;
            vertical-align:top;
}
.regular_stuff{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
}

#detail_form ,
#detail_form tr td{
	font-size: 12px;
}