/**
 * stylesheet.block.languageselector.css
 * Legaldownload DownloadShop block LanguageSelector stylesheet
 *
 * Works with: FF, IE6, IE7, Safari, Opera
 *
 * SOME RULES IF YOU EDIT THIS STYLESHEET:
 * #1		Try to keep it working for FF, IE6, IE7, Safari and Opera
 * #2		Try to use as less CSS hacks as possible! If you need to apply hacks, first try other ways of styling! The need to apply a lot of hacks is mostly caused by bad styling!
 * #3		Do not mix id's and classnames! id's should be unique names to elements, classnames to style!
 * #4		Keep things tidy
 * #5		Give the sheet a logical order
 * #6		Do not change the standard properties of items! (Like giving all divs a display : inline :S)
 */

/* BLOCK INTROTEXT */
div.introTextBlock
{
	width						: 700px;
	border						: 1px solid #669ACC;
	font-size					: 10px;
	font-weight					: bold;
	margin-bottom				: 10px;
	color						: #669ACC;
}

div.introTextBlock p
{
	text-align					: center;
	margin						: 0 10px 10px 10px;
}

div.introTextBlock h1
{
	background-color			: #E6EFF7;
	color						: #669ACC;
	display						: inline;
	font-size					: 20px;
	font-weight					: normal;
	left						: -2px;
	padding-bottom				: 1px;
	padding-right				: 5px;
	position					: relative;
	text-transform				: uppercase;
	top							: -6px;
}
