.K2FeedImage {
    text-align: center;
    padding-bottom: 10px;
    margin: 10px;
}
.K2FeedImage img{
   border:1px solid #CCCCCC;
  padding:8px;
}
.cc-mo-k2-list a.moduleItemTitle {
    font-size: 15px;
    font-weight: 800;
}
.cc-mo-k2-list ul li {
    border-bottom: 1px solid #eeeeee;
}
.K2FeedAttach {
     margin: 15px;
}
.K2FeedAttach a {
    background-image: url(../images/Downloads-icon.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 10px 0 10px 35px;
    margin: 15px;
    font-size: 16px;
    font-weight: 800;
    
}
div.catItemView {
  margin-bottom:5px;
  padding:4px;
}

a {
  text-decoration:none !important;
}
template.css
a {
  color:#502683;
  text-decoration:none;
}
template.css
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color:inherit;
}

div.catItemHeader h3.catItemTitle {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:24px;
  font-weight:normal;
  line-height:110%;
}
div.k2Pagination ul li {
  display:inline-block;
  margin:5;
  padding:5;
}
.k2Pagination li {
    border-color: #ccc;
    border-style: solid;
    border-width: 0px;
    color: #333333;
    margin: 5px;
    padding: 5px;
}
.pagination-start span.pagenav, .pagination-prev span.pagenav {
   background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    margin: 0 8px;
    padding: 4px 8px;
    text-decoration: none;
    vertical-align: middle;
}
.footer-wrapper-inner {
    background: #502683;
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
    background-color: red;
    color: #fff;
    padding: 2px;
    border-radius: 2px;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

#countercopyright {
    display: none;
}
#countercontainer {
    background: #fff;
    padding: 5px;
}
a.itemEmailLink {
    
}

.medium-price {
    display: none;
}
.two a {
  font-size:16px;
  font-weight:800;
}
.boxreadmore {
    background-color: #502683;
    color: #ffffff;
    display: inline;
    padding: 10px;
    margin-top: 30px;
    z-index: 10000;
    position: relative;
}