/*CAtegory List*/

.categorypath{
 font-size:20px;
}

.listimage-entry{
 float: left;
 margin-left: 23px;
 margin-bottom: 40px;
}
.listimage-entry-wrapper{}
.listimage-entry-image{}
.listimage-entry-image img{
 width: 200px;
 padding:3px;
 border:1px solid #EBEBEB;
}
.listimage-entry-image a{}
.listimage-entry-info{
 margin-top:7px;
 text-align: center;
}
.listimage-entry-info a{
 font-size: 13px;
 font-weight: bold;
}

/*List of images*/
ul.list-gallery{}
.list-gallery-entry{
 float: left;
 margin-left:25px;
 margin-bottom:25px;
}
.list-image-entry-wrapper{}
.list-image-entry-image-wrapper{}
.list-image-entry-image-wrapper img{
 width: 195px;
 padding: 4px;
 border: 1px solid #EBEBEB;
}
.list-image-entry-image-wrapper a{}
.list-image-entry-info-wrapper{
 margin-top:10px;
}
.list-image-entry-title{
 font-size: 11px;
 width: 195px;
 font-style: italic;
}
.list-image-entry-description{}
.list-image-entry-category{}
.list-image-entry-user{}

/*View an image*/
.image-entry-wrapper{}
.image-entry-image-wrapper{}
.image-entry-image-wrapper img{
 padding: 4px;
 border: 1px solid #EBEBEB;
}
.image-entry-image-wrapper a{}
.image-entry-info-wrapper{
 margin-top:10px;
}
.image-entry-title{
 font-size: 13px;
 display: none;
}
.image-entry-description{
 width: 90%;
 font-style: italic;
 margin-bottom:10px;
}

.image-entry-rating{
 padding: 10px 0px;
 margin: 10px 0px;
 border-bottom:1px solid #EBEBEB;
}

.rating-right{
 float: left;
 border:0px solid black;
 text-align: left;
 width: 250px;
}
.rating-left{
 float: left;
 width: 340px;
 border:0px solid black;
 text-align: left;
}

.image-entry-description{}

.image-entry-category{}
.image-entry-user{}

.comments{
 width: 90%;
 margin-top:20px;
 border-top: 2px solid #EBEBEB;
 padding-top:10px;
}
.comments-header{
 font-size: 14px;
 font-weight: bold;
 margin-bottom:10px;
}

.comment-even{}
.comment-odd{
 background-color: #EBEBEB;
}
.comment-entry{
 margin-bottom:5px;
 padding: 10px 5px;
}
.comment-entry-wrapper{}
.comment-entry-info{
 border-bottom:1px solid gray;
}
.comment-entry-body{
 font-style: italic;
 margin:10px;
}


.comments-empty{
 border: 1px solid #EBEBEB;
 font-weight: bold;
 font-size:15px;
 padding: 7px 14px;
 width: 550px;
 text-align: center;
}
.comments-form{
 width: 90%;
 margin-top:20px;
}

.comments-success{
  background:#e9f9e5 url('/dnaXModules/admin/themes/default/images/icons/success.png') 10px 50% no-repeat;
  color:#1c8400;
  border:#b4e8aa solid 1px;
  padding: 10px;
  width: 90%;
}
