/*----------------------------------------------------------------------
# Xinh News Tile for Joomla 1.5.x - Version 1.0 - Licence Xinh NT140909
# ----------------------------------------------------------------------
# Copyright (C) 2009 Xinh Media. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Xinh Media
# http://www.xinhmedia.com - info@xinhmedia.com
-----------------------------------------------------------------------*/

/* ---- Xinh News Title ---- */
#xinh-newstitle-wrap {
	padding: 0;
	margin: 0;
}

#xinh-newstitle {
	padding: 0;
	margin: 0;
}

.xinh-newstitle-box {
	background: url(../images/dot.gif) repeat-x top;
	margin: 10px 5px 0 5px;
	padding: 0;
}

.xinh-newstitle-button-view-all {
	float			:right;
	padding 		: 0;
	margin			: 0; 
}

/* ---- Xinh News Title Themes ---- */
/* ---- Green ---- */
.xinh-newstitle-content-green {
	background: url(../images/dot.gif) repeat-x bottom;
	margin:  0;
	padding: 0 0 5px 0;
}

h2.xinh-newstitle-title-green , h4.xinh-newstitle-title-green  {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 11px;
}

.xinh-newstitle-title-green a:link, .xinh-newstitle-title-green a:visited {
	font-size        : 11px;
	color            : #828382;
	text-decoration  : none;
	font-weight      : bold;
}

.xinh-newstitle-title-green a:hover {
	font-size        : 11px;
	color            : #5EC931;
	text-decoration  : none;
	font-weight      : bold;
}

.xinh-newstitle-content-green img {
	padding			: 0;
	margin			: 5px 3px 0 0; 
	border     		: 3px solid #D2EF93;
}

/* ---- Red ---- */
.xinh-newstitle-content-red {
	background: url(../images/dot.gif) repeat-x bottom;
	margin:  0;
	padding: 0 0 5px 0;
}

h2.xinh-newstitle-title-red , h4.xinh-newstitle-title-red  {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 120%;
	text-align: left;
}

.xinh-newstitle-title-red a:link, .xinh-newstitle-title-red a:visited {
	font-size        : 100%;
	color            : #A10000;
	text-decoration  : none;
	font-weight      : none;
	line-height		 : 120%;
}

.xinh-newstitle-title-red a:hover {
	font-size        : 100%;
	color            : #FF0000;
	text-decoration  : none;
	font-weight      : none;
	line-height		 : 120%;
}

.xinh-newstitle-content-red img {
	padding			: 0;
	margin			: 5px 3px 0 0; 
	border     		: 3px solid #D65600;
}

