/**
 * Code snippet: anynews
 *
 * This code snippets grabs news from the WB news module database
 * and displays them on any page you want by invoking the function
 * displayNewsItems() via a page of type code or the index.php 
 * file of the template.
 *
 * This file contains the CSS styles used in the frontend.
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @author		Christian Sommer
 * @copyright	Christian Sommer (c) 2007-2009
 * @license		http://www.gnu.org/licenses/gpl.html
 * @version		0.91
 * @platform	Website Baker 2.7
*/

/* 
 * PLEASE NOTE: 
 * You need to include this file manually to the index.php file of your template to use it.
 * Please check the Readme file for details.
*/

div.anynews h2 {
	width: 154px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	background-color: red;
	background-image: url("http://x-move.net/templates/xmovetestfeld/images/xmove_liste_stripes.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
	padding-top: 0px;
	text-decoration: none;
	font-family: Arial,Helvetica,Verdana;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
}

div.anynews h3 {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: -7px;
}	

div.anynews p {
	margin-bottom: 3px;
}

div.anynews .date {
	font-size: 10px;
	margin-bottom: 5px;
}

div.anynews img {
	max-width: 153px;
	height: auto;
	width: auto !important;
	width: 153px;
	border: 0px;
}
