div.header
{
height:116px;
width:100%;
overflow:none;
clear:both;
background-color:#FFFFFF;
background-image:url('imgs_cl/header_till.jpg');
background-repeat: repeat-x;
}
div.header_title
{
height:116px;
width:502px;
overflow:none;
float:left;
background-color:#FFFFFF;
background-image:url('imgs_cl/header_title_till.jpg');
background-repeat: repeat-x;
}
div.img
{
float:left;width:auto;height:auto;
}
img
{
 display:block;
 margin:0;
 padding:0;
}
/*------------------------------------*/
div.content
{
position:absolute;
top:116px;
left:0px;
bottom:50px;
width:100%;
_height :expression(parseInt(this.parentElement.clientHeight)-166);
_width :expression(parseInt(this.parentElement.clientWidth)-1);
}
/*---------------------------------*/
div.list
{
position:absolute;
overflow:auto;
top:1px;
left:270px;
right:1px;
bottom:1px;
_height :expression(parseInt(this.parentElement.clientHeight)-1);
_width :expression(parseInt(this.parentElement.clientWidth)-270);
border :0px solid #FF0000;
}
/*---------------------------------------------------*/
div.footer
{
height:50px;
width:100%;
overflow:none;
/*float:left;
clear:both;*/
position:absolute;
bottom:0px;
left:0px;
z-index:2;
background-color:#FFFFFF;
background-image:url('imgs_cl/footer_till.jpg');
background-repeat: repeat-x;
}
/*-------------------------------------*/
div.find
{
 height:100%;
width:265px;
overflow:none;
clear:left;
float:left;
background-color:#4444FF;
background-image:url('imgs_cl/find_tille.jpg');
background-repeat: repeat-y;
}
input.btn_find
{
 height:34px;
width:248px;
float:left;
background-color:#4444FF;
background-image:url('imgs_cl/btn_find_big.jpg');
 outline: none;
 cursor:pointer;
}


