@charset "UTF-8";

@media all {

	/*global styles ???*/
	
	body {
		color: #666;
	}
	
	.boxbody p {
		padding: 0 10px;
	}
	
	.boxbody p a {
		text-decoration: none;
		color: #990000;
	}
	
	.boxbody p a:hover {
		color: #000;
	}
	
	#footer {
		margin-top: 20px;
	}
	
	.news-single-backlink {
		float: right;
	}
	
	form#tipafriend fieldset {
		border: 1px solid #ccc;
		padding: 1em;
		background: #fafafa;
	}
	
	form#tipafriend fieldset span.csc-mailform-radio fieldset {
		margin: 1em 2em 1em 1em;
	}
	
	form#tipafriend fieldset span.csc-mailform-radio fieldset input {
		width: auto;
		margin: 0 0.3em 0 0;
		border: 0;
	}
	
	form#tipafriend fieldset span.csc-mailform-radio fieldset label {
		float: none;
	}
        /* Testimonials */
	.news-list-container-testimonials .news-list-item a {
                text-decoration: none;
                color: #990000;
	}
	.news-list-container-testimonials .news-list-item a:hover {
                text-decoration: none;
                color: #000;
                text-decoration: underline;
	}
}