/* 
    Document   : hotlist
    Created on : Nov 15, 2009, 4:12:12 PM
    Author     : teguhkukuh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.pencarian{
    width:250px;
    height:180px;
    border:#cccccc solid 1px;
    background-color:#eeeeee;
    -moz-border-radius: 4px;
    padding:10px 0px;
}

.listcari{
   width:45%;
   height:320px;
   margin:5px;    
   float:left;
}

.listcari .title{
    width:auto;
    height:20px;
    color:#9f8f74;
    padding-bottom:4px;
    border-bottom:#ede8e0 solid 1px;
    text-transform: uppercase;
letter-spacing: normal;
font-family: Cambria,serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
font-size-adjust: none;
font-stretch: normal;
  
}
.wdimage img{
    width:250px;
    height:120px;
    border:#ffffff solid 2px;    
}


.wdimage{
    width:auto;
    height:125px;
    margin-top:10px;
    border:#B29D7D solid 1px;
    padding:5px;
    background-color:#cabaa1;
}
.ketlist{
    margin:5px;
    color:#666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    overflow:auto;
        height:100px;
        font-size:8px;   
    text-align:justify;
}
.button{
    cursor:pointer;
}
