/* -- Property Agent - prosjekter -- */

/* -- List -- */
.projectlist{
padding:15px 0 15px 0;
border-bottom:1px solid #ccc;
width:663px;
margin:0;
overflow:auto;
text-align:left;
}
.projectlist .image{
float:left;
}
.projectlist .image img{
margin-right:15px;
}
.projectlist .text{
float:left;
}
.projectlist .address{
padding-bottom:4px;
color:#666;
}

/* -- List small -- */
.projectlistsmall{
padding:6px 0 5px 0;
border-bottom:1px solid #ccc;
margin:0;
overflow:hidden;
text-align:left;
width:220px;
}
.projectlistsmall .text img{
max-width:60px;
height:auto !important;
float:left;
padding-right:10px;
}
.projectlistsmall .text a{
font-weight:bold;
color:#333;
}
.projectlistsmall .address{
padding-bottom:4px;
color:#666;
}

/* -- View -- */
.projectview{
width:100%;
clear:both;
overflow:hidden;
}
.projectview .content{
width:67%;
float:left;
}
.projectview .info{
width:30%;
float:right;
}
.projectview h4 {
display:block;
background:#e4e4e4;
padding:3px;
margin-bottom:10px;
font-weight:bold;
color:#292929;
}
.projectview .label {
font-weight: bold;
display:block;
}
