/********************************************/
/* channels */

#channel-title {
 padding: 0.5em; 
 color: #fff; 
 margin-bottom: 0.5em;
}

div.property-channels {
  margin:0;
  padding:0;
}

div.property-channels .property-channel{
  padding: 0;
  float:left;
  width: 378px;
  height: 258px;
  margin-top: 5px;
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: relative;
/*  border-left: 1px solid #ddd; */
/*  border-right: 1px solid #ddd; */
/*  border-bottom: 1px solid #ddd;  */
}

div.property-channels .property-channel.left {
  margin-right: 5px;
}

div.property-channels .property-channel.right {
  margin-left: 5px;
}

div.property-channels .property-channel.centered-property {
  margin-left:195px;
}

div.property-channels .property-channel .name {
  margin: 0 0 5px 0;
  text-align:center;
  background: #a77;
  padding: 0.5em;
}

div.property-channels .property-channel .name a{
  text-decoration:underline;
  font-size:1.1em;
  color:white;
  font-weight:bold;
}

div.property-channels .property-channel .name a:hover {
  color:black;
}

div.property-channels .property-channel .thumbnail a {
  height:170px;
/*  width:100%;*/
/*  overflow:hidden;*/
/*  float:left;*/
/* background: red;*/
 text-decoration: none;
 display: block;
}

div.property-channels .property-channel .thumbnail img{
  height:110px;
/*  vertical-align:center;*/
  margin: 0 0 0 5px;
/*  width:100%;*/
/*  height:100%;*/
  border: solid #eee 1px;
}

div.property-channels .property-channel ul.children {
  margin: 0 5px 0 5px;
  padding: 5px;
  float: right;
  width: 175px;
  background: #fff;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  opacity: 0.9;
  filter: alpha(opacity=80); /* MSIE */
  position: absolute;
  bottom: 15px;
  right: 5px;
}

div.property-channels .property-channel li {
  margin: 0 0 0.5em 1.5em;
  padding: 0 0 0 0;
  line-height: 1;
  font-size: 0.9em;
  list-style-type: square;
  color: #666;
}

div.property-channels .property-channel.ie-opera li {
  font-size:1em;
  margin: 0 0 0.3em 1em;
}

div.property-channels .property-channel li.child a{
  color:#222;
  font-weight: bold;
  opacity: 1;
}

/**** property link helpers *****************/
div.inline-property-links, div.inline-property-links a {
  font-size:1em;
  margin-left: 5px;
  color: #666;
}
/********************************************/
