/*
***********************************************************
Title:     News
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

#center .testemonials {
       border-bottom: 1px solid #FFF;
}

#center .testemonials img {
       float: left;
       margin-right: 1.45em;
}

#center .testemonials h3 {
       margin-left: 90px;
}

/* Category ///////////////////////////////////////////////////////////////////////////*/
#right .news-catmenu a {
background: url(../images/bg_a_arrow.gif) no-repeat left;
padding-left: 14px;
color: #666;
text-decoration: none;
}

#right .news-catmenu a:hover {
        color:#EC0C9A;
        text-decoration: underline;
}

.c-recIcon {
display: none;
}

.tx-ttnews-browsebox a {
color: #666;
text-decoration: none;
}

.tx-ttnews-browsebox a:hover {
        color:#EC0C9A;
        text-decoration: underline;
}

/* Latest ////////////////////////////////////////////////////////////////////////////////*/
.news-latest-container, .news-list-container {
       margin-bottom: 1.45em;
}

.news-latest-item {
       border-bottom: 1px dashed #CCC;
       margin-bottom: 0.9em;
       padding-bottom: 0.9em;
}

.news-latest-item p{
       margin: 0;
}

.news-latest-morelink a {
        background:transparent url(../images/bg_a_arrow.gif) no-repeat 0pt 0.4em;
        color:#666;
        display:block;
        padding-left:15px;
        text-decoration:none;
}

.news-latest-morelink a:hover {
        color:#EC0C9A;
}

/* List ////////////////////////////////////////////////////////////////////////////////*/
.news-list-item {
       border-bottom: 1px dashed #CCC;
       margin-bottom: 1.45em;
}

/* Single ////////////////////////////////////////////////////////////////////////////////*/
.news-single-item {
       border-bottom: 1px dashed #CCC;
}

.news-single-item a {
      color:#EC0C9A;
      text-decoration : underline;
}
