/*
	XTC Twittix 
	
	version 1.0
	
	Copyright (C) Monev Software LLC.
	
	All Rights Reserved.
	
	THIS PROGRAM IS NOT FREE SOFTWARE
	
	You shall not modify, copy, duplicate, reproduce, sell, license or
	sublicense the Software, or transfer or convey the Software or
	any right in the Software to anyone else without the prior
	written consent of Developer; provided that Licensee may make
	one copy of the Software for backup or archival purposes.
	
	Monev Software LLC
	www.joomlaxtc.com
*/

div.twittix_board{
  margin-top:10px;
} 

.twittix_head{
  overflow:auto;  
}

.twittix_thumb, .twittix_thumb img{
  float:left;
  margin:0px 8px 0px 0px;
}

.twittix_title{
  clear:none;
  font-size:20px;
  margin-bottom:2px !important;
}

.twittix_data{
  float:left;
  margin:0px 8px 0px 0px;
}

div.twitt{
  font-size:9pt;
  margin:5px 0 7px;
  padding:10px;
  color:#666666;
  background:none repeat scroll 0 0 #F2F2F2;
}

span.twitt_date {
  color:#CCCCCC;
  font-size:9px;
}

.twittix_hs{
  text-align:center;
}

.twittix-tip{
  padding:8px;
  color:#CCC;
  background:#222;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.twittix_loading{
  height:35px;
  background:url(../img/loading.gif) no-repeat top center;
}
