/**===========================================================================================
# mod_jptabs        JP Tabs module for Joomla
#=============================================================================================
# author                Joomportal.com
# copyright             Copyright (C) 2011 Joomportal.com. All rights reserved.
# @license              http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website               http://joomportal.com
# Technical support     Forum - http://joomportal.com/forum/
#=============================================================================================*/

/**------------------------------------------------------------------------
* file:           css/mod_jptabs_content.css 1.7.0 00001, Mar 2014 12:00:00Z joomportal:MichaelE $
* package:        JP Tabs module
* description:    stylesheet file
*------------------------------------------------------------------------*/

/* content type tab */

.jp-items-wrapper {
  overflow: hidden;
  background: #FFFFFF;
}
.jp-item-wrapper {
  clear: both;
  overflow: hidden;
  padding: 0;
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: 1px dashed #CCCCCC;
}
.jp-thumb-wrapper {
  float: left;
  margin: 0 10px 10px 0;
}
.jp-thumbnail {
  border: 1px solid #999999;
  padding: 2px;
}
.jp-title {
  margin-top: 0;
}
.jp-title-link {
  text-decoration: none;
}
.created_date {
  font-size: 0.85em;
}
.jp-article-introtext {
}
.jp-readmore-link {
  text-decoration: none;
  display: block;
  float: right;
}
.view-all {
  text-decoration: none;
  display: block;
  float: left;
}
a.jp-tabs {
  color: #999999 !important;
  float: right;
  font-size: 11px !important;
  outline: medium none;
  padding: 0 !important;
  text-decoration: none;
}
div.jp-tabs a:hover, div.jp-tabs a:active, div.jp-tabs a:focus {
  background: none repeat scroll 0 0 transparent !important;
  text-decoration: underline;
}
.credit, .credit * {color: #DDD;}
