/* OHC Thumbnail */
.it-box {
  width: 216px;
  height: 363px;
  text-align: center;
  background: transparent url(http://www.onhercamnetwork.com/images/thumb-background-welcome.png) no-repeat;
  color: white;
  margin-left: 0px;
}

.it-box p {
	margin:0;
}

.it-box h3 {
  margin: 0 0 15px 0;
  padding-top: 7px;
  text-decoration: bold;
}
.it-box p, .it-box-short p {
  color: white;
  margin: 0;
  font-size:11px;
  font-family: Arial,Tahoma,Helvetica,sans-serif;
}

/* sections */
.it-box-short .it-sec-top {
  position: relative;
  top: 0px;
  width: 190px;
  margin-left: 4px;
  height: 0px;
}

.it-box .it-sec-top {
  position: relative;
  top: 0px;
  width: 195px;
  margin-left: 7px;
}
.it-box-short .it-sec-middle {
  position: relative;
  top: 4px;
  width: 200px;
  margin-left: 6px;
}
.it-box .it-sec-middle {
  position: relative;
  top: 7px;
  width: 200px;
  margin-left: 8px;
}
.it-box .it-sec-bottom, .it-box-short .it-sec-bottom {
  position: relative;
  top: 10px;
  width: 190px;
  margin-left: 8px;
  padding: 3px 5px 0 5px;
}

.it-box p.it-images, .it-box-short p.it-images   {
  display: inline;
  color: #ffd800;
  float: left;
  padding-left: 8px;
}

.it-box p.it-date, .it-box-short p.it-date {
  display: inline;
  clear: right;
  float: right;
 }

.it-box img, .it-box-short img {
  display: inline;
  clear: both;
  width: 200px;
  height: 200px;
 }


.it-box p.it-views, .it-box-short p.it-views {
  display: inline;
  float: right;
 }

 .it-box p.it-desc {
  position: relative;
  height: 40px;
  padding-top: 11px;
  clear: both;
  text-align: left;
 }


 .it-box p.it-more img{
  position: relative;
  padding: 0;
  margin-left: -7px;
  margin-bottom: 4px;
  width: 204px;
  height: 28px;
 }

/*-------------------- RATINGS */

.it-rating {
  float: left; text-align: left;
  display: inline;
  width: 100px;
  height: 12px;
}
.rating-Not { background: transparent url(http://www.onhercamnetwork.com/images/rating-5.png) no-repeat scroll 36px 0; }
.rating-0 { background: transparent url(http://www.onhercamnetwork.com/images/rating-5.png) no-repeat scroll 36px 0; }
.rating-1 { background: transparent url(http://www.onhercamnetwork.com/images/rating-1.png) no-repeat scroll 36px 0; }
.rating-2 { background: transparent url(http://www.onhercamnetwork.com/images/rating-2.png) no-repeat scroll 36px 0; }
.rating-3 { background: transparent url(http://www.onhercamnetwork.com/images/rating-3.png) no-repeat scroll 36px 0; }
.rating-4 { background: transparent url(http://www.onhercamnetwork.com/images/rating-4.png) no-repeat scroll 36px 0; }
.rating-5 { background: transparent url(http://www.onhercamnetwork.com/images/rating-5.png) no-repeat scroll 36px 0; }

/* PANNELS */

.p-3-content {
  font-family: Verdana,Tahoma,Helvetica,sans-serif;
}

.p-3-content a {
    text-decoration: none;
    color:#7C7C7C;
}

.p-3-content img {
    border: 0;
	padding: 0;
}
.p-3-content a img {
    border: 0;
    font-size:0;
}

.p-3-content h3 {
    color: white;
    font-size: 11px;
}

.p-3-footer {
  /*width: 663px;*/
  padding-bottom: 20px;
}



