/*
Titel        : Blocks Center Style
Document     : stylesheet.blocks-center.css
Last updated : 09-04-2008
*/

/*[S] ==== DEFAULT STYLE ========================================================*/
div.blocks-center-middle-m img
{
	border : 0px;
}

div.blocks-center-middle-m ul
{
	list-style-type  : none;
	list-style-image : url('../graphics/general/li-orange-check.gif');
}

div.blocks-center-middle-m li
{
	line-height : 26px;
}

div.blocks-center-middle-m a
{
	color           : #8bc463;
	text-decoration : none;
}

div.blocks-center-middle-m a:hover
{
	color : #ff9900;
}

div.blocks-center-middle-m a.question
{
	color : #8bc463;
}

div.blocks-center-middle-m a.questionActive
{
	color : #ff9900;
}
/*[E] ==== DEFAULT STYLE ========================================================*/


/*[S] ==== CUSTOM STYLE =========================================================*/
div.bcm-input-text-left
{
	float               : left;

	width               : 5px;
	height              : 22px;
	
	padding             : 0px;
	margin              : 0px;
	
	background-image    : url('../graphics/general/input-text-left.gif');
	background-repeat	: no-repeat;
	background-position : top left;
}

div.bcm-input-text-center
{
	float               : left;

	height              : 22px;
	
	padding             : 0px;
	margin              : 0px;
	
	background-image    : url('../graphics/general/input-text-center.gif');
	background-position : top left;
}

div.bcm-input-text-right
{
	float               : left;

	width               : 5px;
	height              : 22px;
	
	padding             : 0px;
	margin              : 0px;
	
	background-image    : url('../graphics/general/input-text-right.gif');
	background-repeat	: no-repeat;
	background-position : top right;
}

input.bcm-input-text
{
	padding      : 0px;
	margin       : 0px;
	margin-top   : 3px;

	border-width : 0px;
	border-style : solid;
	border-color : #000000;
	
	font-family  : Arial, Helvetica, sans-serif;
	font-size 	 : 11px;
	color		 : #000000;
}
/*[E] ==== CUSTOM STYLE =========================================================*/
