/**===========================================================================================
# mod_otminitabs        OT MiniTabs module for Joomla
#=============================================================================================
# author                omegatheme.com
# copyright             Copyright (C) 2011 omegatheme.com. All rights reserved.
# @license              http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website               http://www.omegatheme.com
# Technical support     Forum - http://www.omegatheme.com/forum/
#=============================================================================================*/

/**------------------------------------------------------------------------
* $Id$
* package:        OT MiniTabs module
* description:    stylesheet file
*------------------------------------------------------------------------*/

/* content type tab */

.ottabs-items-wrapper {
  overflow: hidden;
  background: #FFFFFF;
}
.ottabs-item-wrapper {
  clear: both;
  overflow: hidden;
  padding: 0;
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: 1px dashed #CCCCCC;
}
.ottabs-thumb-wrapper {
  float: left;
  margin: 0 10px 10px 0;
}
.ottabs-thumbnail {
  border: 1px solid #999999;
  padding: 2px;
}
.ottabs-title {
  margin-top: 0;
}
.ottabs-title-link {
  text-decoration: none;
}
.created_date {
  font-size: 0.85em;
}
.ottabs-article-introtext {
}
.ottabs-readmore-link {
  text-decoration: none;
  display: block;
  float: right;
}
.view-all {
  text-decoration: none;
  display: block;
  float: left;
}
a.ottabs-tabs {
  color: #999999 !important;
  float: right;
  font-size: 11px !important;
  outline: medium none;
  padding: 0 !important;
  text-decoration: none;
}
div.ottabs-tabs a:hover, div.ottabs-tabs a:active, div.ottabs-tabs a:focus {
  background: none repeat scroll 0 0 transparent !important;
  text-decoration: underline;
}
.credit, .credit * {color: #DDD;}
