/*k2 news*/
.news .componentheadingnews {
 color: #C71A27;
 text-align: left;
 font-size: 13px;
 font-weight: bold;
 font-family: Arial, Verdana, Helvetica;
 text-transform: uppercase;
 padding-bottom: 10px;
}
.news .catItemImageBlock {
 float: left;
 width: 220px;
 height: 130px;
 overflow: hidden;
}
.news .catItemIntroText {
 float: right;
 width: 680px;
 height: 100px;
 position: relative;
 padding: 15px 15px 15px 15px;
 background-color: #D9D9D9;
}
.news h3 {
 padding-bottom: 10px;
 color: #C71A27;
 font-size: 12px;
 font-weight: normal; 
}
.news h3 a {
 color: #C71A27;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none; 
}
.news h3 a:hover{
 color: #C71A27;
 font-size: 12px;
 font-weight: normal;
 text-decoration: underline; 
}
.news .clr {
 clear: both
}
.news .readmore {
 position: absolute;
 bottom: 0px;
 right: 0px;
}
.news .readmore a {
 display: block;
 color: #FFFFFF;
 font-size: 11px;
 padding: 4px 6px 4px 6px;
 background-color: #C81B28;
 text-decoration: none;
}
.news .readmore a:hover {
 display: block;
 color: #FFFFFF;
 font-size: 11px;
 padding: 4px 6px 4px 6px;
 background-color: #C81B28;
 text-decoration: underline;
}
.news .itemContainer {
 padding:  0px 0px 20px 0px;
}
.itemListCategoriesBlock {
 display: none;
}
.catItemIntroTextinner {
 height: 58px;
 overflow: hidden;
}


/*itemview*/
.itemView h2{
 color: #C71A27;
 text-align: left;
 font-size: 13px;
 font-family: Arial, Verdana, Helvetica;
 text-transform: uppercase;
 padding-bottom: 10px;
}
.itemView .itemImageBlock {
 float: left;
 width: 180px;
 height: 180px;
}
.itemView .itemFullText {
 float: right;
 width: 510px;
 background-color:#D9D9D9;
}
.itemView .itemIntroText {
 padding: 10px 10px 10px 10px;

}
.itemView .itemback {
 float: right;
}
.itemView .itemback a {
 display: block;
 color: #FFFFFF;
 font-size: 11px;
 padding: 4px 10px 4px 10px;
 background-color: #C81B28;
 text-decoration: none;
}
.itemView .itemback a:hover {
 display: block;
 color: #FFFFFF;
 font-size: 11px;
 padding: 4px 10px 4px 10px;
 background-color: #C81B28;
 text-decoration: underline;
}
.itemView .moreinfo {
 float: left;
 padding: 0px 0px 0px 10px
}



/*item k2 news*/
.news h2 {
 font-size: 12px;
 color: #C71A27;
 text-align: left;
 font-size: 13px;
 font-family: Arial, Verdana, Helvetica;
 text-transform: uppercase;
 padding-bottom: 10px;
}
.news .itemImageBlock {
 float: left;
}
.news .itemFullText {
 background-color: #D9D9D9;
 float: right;
 position: relative;
 width: 710px;
}
.news .itemFullTextinner {
 padding: 15px 15px 0px 15px;
}
.news .itemback {
 float: right;
}
.news .itemback a {
 display: block;
 color: #FFFFFF;
 font-size: 11px;
 padding: 4px 10px 4px 10px;
 background-color: #C81B28;
 text-decoration: none;
}
.news .itemback a:hover {
 display: block;
 color: #FFFFFF;
 font-size: 11px;
 padding: 4px 10px 4px 10px;
 background-color: #C81B28;
 text-decoration: underline;
}




/*item product image*/
#itemproduct  {
 width: 330px;
 float: left;
}
#listproductfull {
 float: right;
 width: 370px;
}
#listproductfull .imagemproductfull img {
 border: 1px solid #C71A27;
}
#itemproduct .itemproductitemimage {
 float: left;
 width: 100px;
 padding: 0px 10px 12px 0px;
}
#itemproduct .itemproductitemimage {
 cursor: pointer;
}
.productfull {
 width: 370px;
 display: none;
}
#itemproduct .itemproductitemimage a img {
 border: 1px solid #818181;
}
#itemproduct .itemproductitemimage a.active img {
 border: 1px solid #C71A27;
}
.productfullheader h3{
 font-size: 12px;
 color: #C71A27;
 padding: 10px 0px 10px 0px;
}
#itemproduct .clr {
 clear: both;
}





/*pager*/
#page_navigation {
 list-style: none;
 padding: 0px 10px 0px 0px;
 margin: 0px;
 float: right;
}
#page_navigation a, #page_navigation a:hover{
 float: left;
 width: 19px;
 height: 16px;
 display: block;
 font-size: 11px;
 color: #FFFFFF;
  text-align: center;
  text-decoration: none;
 padding: 3px 0px 0px 0px;
 margin: 0px 2px 0px 2px;
 background-repeat: no-repeat;
 background-image: url(../images/pagred.png);
}

#page_navigation a.active_page, #page_navigation a.active_page:hover{
 float: left;
 width: 19px;
 height: 16px;
 display: block;
 font-size: 11px;
 color: #999999;
  text-align: center;
  text-decoration: none;
 padding: 3px 0px 0px 0px;
 margin: 0px 2px 0px 2px;
 background-repeat: no-repeat;
 background-image: url(../images/pagred.png);
}
#page_navigation a.next_link {
 font-size: 14px;
 line-height: 12px;
 padding-left: 2px;
}
#page_navigation a.previous_link {
 font-size: 14px;
 line-height: 12px;
 padding-right: 1px;
}


.moreinfo {
 padding: 10px 0px 0px 0px;
}



/*tables k2 price*/
.tableproduct td{
 padding: 5px 5px 5px 5px;
 font-size: 12px;
 color: #000000;
}
.tableproduct td {
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
}
.tableproduct tr.firstblack td{
 border-top: 1px solid #000000;
}
.tableproduct td.fristtd {
 border-left: 1px solid #000000;
}