/*block categories*/
#blog_categories_displayLeftColumn li {
  padding: 3px 0;
  margin: 5px 0;
  position: relative;
}
#blog_categories_displayLeftColumn li a {
  display: block;
  line-height: 1.35;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding-right: 5px;
}
#blog_categories_displayLeftColumn li span.grower {
  display: block;
  position: absolute;
  right: 0px;
  top: 6px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  text-align: center;
}
#blog_categories_displayLeftColumn li span.grower.OPEN:before, #blog_categories_displayLeftColumn li span.grower.CLOSE:before {
  content: "-";
  display: block;
  font-size: 20px;
  font-weight: 400;
  height: 16px;
  width: 16px;
  text-align: center;
  left: 0;
  position: relative;
  top: -10px;
  vertical-align: middle;
}
#blog_categories_displayLeftColumn li span.grower.CLOSE:before {
  content: "+";
}
#blog_categories_displayLeftColumn li span.grower:hover + a, #blog_categories_displayLeftColumn li span.OPEN + a,
#blog_categories_displayLeftColumn li a:hover,
#blog_categories_displayLeftColumn li a.selected {
  text-decoration: none;
}
#blog_categories_displayLeftColumn li ul {
  padding: 0 0 0 15px;
}
#blog_categories_displayLeftColumn li li a {
  font-weight: normal;
  color: #777777;
        /*&:before {
          content: "\f067";
          font-family: $font-icon;
          line-height: 29px;
		  font-size: 10px;
          padding-right: 8px;
        }*/
}

/*common style lasted post and comment*/
.blog_lastest_posts li h3, 
.blog_comments li h3,
.post_name h3 {
  margin-bottom: 5px;
  text-transform:capitalize;
}
.post_name h3{
	margin-bottom:10px;
}
.blog_lastest_posts li, .blog_comments li {
  margin-bottom: 20px;
}
.blog_lastest_posts li.last, .blog_comments li.last {
  margin-bottom: 0;
}
.blog_lastest_posts li h5 a, .blog_comments li h5 a {
  position: relative;
  padding-left: 15px;
}
.blog_lastest_posts li h5 a:before, .blog_comments li h5 a:before {
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0da";
  font-weight: 400;
  color: #7a9c63;
  line-height: 20px;
}
.blog_lastest_posts li a img, .blog_comments li a img {
  margin-bottom: 10px;
}

.cs-blog-border-bottom {
  overflow: hidden;
  border: 1px solid #a2ba92;
  margin-bottom: 5px;
}

.date_add,
.author,.comment {
 /* width: 50%;
  float: left;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;*/
  font-size: 10px;
  margin: 0 0 3px;
  display:block;
  font-size:12px;
  opacity:0.7;
  filter:alpha(opacity=70);
}

.author,
#plpost .comment {
  position: relative;
}
/*.author:before,
#plpost .comment:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #a2ba92;
  width: 1px;
  height: 100%;
}*/

.comment {
  margin: 0;
}

/*block comment private*/
.comment_content {
  overflow: hidden;
  margin: 9px 0;
}

/*block tag*/
.blog_tags .block_content {
  text-align: left;
}
.blog_tags .block_content a {
  display: inline-block;
  padding: 5px;
  margin: 0 5px 2px 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
}
.blog_tags .block_content a:hover {
  background: #000;
  color: #fff;
}

.no_item {
  padding: 0 18px;
}
.cs_liblog .comment{
	display:inline-block;
	padding:5px 0;
	float:left;
}
.cs_liblog .author{
	float:right;
	padding:5px 0;
}
ul#product_list.list .cs_liblog .cs_liblog_image{
	padding-left:0;
}
ul#product_list.list .cs_liblog  .cs_liblog_content{
	padding-right:0;
}