/*
	de.idf.style
____________________________________________________________________________________________

	colors
	
	red		green	blue	grey
1	FDF9FB	F7FAF9	F7FAFC	F9F9F9
2	FCF4F8	F0F7F5	F3F7FA	F6F6F6
3	FDE7F3	DCF4ED	E4EDF3	EBEBEB
4	F9CCE6	C5EADF	C5DCEA	D7D7D7
5	E999C7	88AFA9	7199BD	979797
6	990066	003333	003366	4C4C4C	
7	89005C	002E2E	002E5C	444444

____________________________________________________________________________________________

	content
____________________________________________________________________________________________
*/


div#content_main
{
	position:			static; 
	
	float:				left;
	
	width:				425px;
	
	background-color: 	#FFFFFF;
}



/*	
	content main: general elements
________________________________________________
*/

div#content_main ul
{
	margin:				0px;
	padding:			0 0 0 20px;
	
	line-height:		16px;
	
	list-style:			disc;
	list-style-position:outside;
}



/*	
	content main: blocks
________________________________________________
*/


/* 
	color level 2
________________________
*/

.cm_block_fair 
{
	margin-bottom:		5px;
	background-color: 	#FCF4F8; 
	
	color:				#111111;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_fair h2
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			15px;
	font-weight:		normal;	
	font-style:			normal;
}

.cm_block_fair h3
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		bolder;	
	font-style:			normal;
}

.cm_block_fair h4
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cm_block_fair .note
{
	color:				#E999C7;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			italic;
}

.cm_block_fair a:link
{
	color:				#990066;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_fair a:visited
{
	color:				#89005C;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_fair a:focus
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_fair a:hover
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_fair a:active
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}


/* 
	color level 3
________________________
*/

.cm_block_mid_fair
{
	margin-bottom:		5px; 
	background-color: 	#FDE7F3;
	
	color:				#111111;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_mid_fair h2
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			15px;
	font-weight:		normal;	
	font-style:			normal;
}

.cm_block_mid_fair h3
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		bolder;	
	font-style:			normal;
}

.cm_block_mid_fair h4
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cm_block_mid_fair .note
{
	color:				#E999C7;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			italic;
}

.cm_block_mid_fair a:link
{
	color:				#990066;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_mid_fair a:visited
{
	color:				#89005C;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_mid_fair a:focus
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_mid_fair a:hover
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_mid_fair a:active
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}


/* 
	color level 4
________________________
*/

.cm_block_mid_dark
{
	margin-bottom:		5px; 
	background-color: 	#F9CCE6;
	
	color:				#111111;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_mid_dark h2
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			15px;
	font-weight:		normal;	
	font-style:			normal;
}

.cm_block_mid_dark h3
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		bolder;	
	font-style:			normal;
}

.cm_block_mid_dark h4
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cm_block_mid_dark .note
{
	color:				#990066;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			italic;
}

.cm_block_mid_dark a:link
{
	color:				#990066;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_mid_dark a:visited
{
	color:				#89005C;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_mid_dark a:focus
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_mid_dark a:hover
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_mid_dark a:active
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}


/* 
	color level 5
________________________
*/

.cm_block_dark
{
	margin-bottom:		5px;
	background-color: 	#E999C7;
	
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_dark h2
{
	margin:				0px;
	padding:			0px;
	color:				#FFFFFF;
	font-size:			15px;
	font-weight:		normal;	
	font-style:			normal;
}

.cm_block_dark h3
{
	margin:				0px;
	padding:			0px;
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		bolder;	
	font-style:			normal;
}

.cm_block_dark h4
{
	margin:				0px;
	padding:			0px;
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cm_block_dark .note
{
	color:				#F9CCE6;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			italic;
}

.cm_block_dark a:link
{
	color:				#FFFFFF;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_dark a:visited
{
	color:				#FDF9FB;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_dark a:focus
{
	color:				#FDE7F3;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_dark a:hover
{
	color:				#FDE7F3;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cm_block_dark a:active
{
	color:				#FDE7F3;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

/*	
	content main: elements
________________________________________________
*/


.cme_h140
{
	height:				140px;
}

.cme_h80
{
	height:				80px;
}

.cme_h40
{
	height:				40px;
}

.cme_h18
{
	height:				18px;
}

.cme_hx
{
	
}



.cme_header/* deprecated */
{
	height:				140px;
}

.cme_text /* deprecated */
{
	
}

.cme_insertion /* deprecated */
{

}

.cme_footer /* deprecated */
{
	
}



/*	
	content main: subelements
________________________________________________
*/

.cmse_block_100
{	
	position:			static; 
	float:				left;
	width:				100px;
}

.cmse_block_140
{	
	position:			static; 
	float:				left;
	width:				140px;
}

.cmse_block_285
{	
	position:			static; 
	float:				left;
	width:				285px;
}

.cmse_block_325
{
	position:			static; 
	float:				left;
	width:				325px;
}



.cmse_text
{	
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;				
	padding-bottom:		10px;
}

.cmse_img
{	
	padding-left:		0px;
	padding-right:		0px;
	padding-top:		0px;				
	padding-bottom:		0px;
}


.cmse_text_12_quote
{	
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;				
	padding-bottom:		5px;
	
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			italic;
}

.cmse_text_14_quote
{	
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;				
	padding-bottom:		5px;
	
	color:				#FFFFFF;
	font-size:			14px;
	font-weight:		normal;	
	font-style:			italic;
}




.cmse_text_100_12
{	
	position:			static;
	float:				left;
	width:				100px;
	
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;				
	padding-bottom:		5px;
	
	color:				#111111;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cmse_text_325_12
{	
	position:			static;
	float:				left;
	width:				315px;
	
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;				
	padding-bottom:		5px;
	
	color:				#111111;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cmse_text_325_12_quote
{	
	position:			static;
	float:				left;
	width:				315px;
	
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;				
	padding-bottom:		5px;
	
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			italic;
}

.cmse_tools
{	
	color:				#FFFFFF;
	font-size:			11px;
	font-weight:		bolder;
	font-style:			normal;
}

/* old */

/* header */

.cmet_header_banner
{	
	padding-left:		0px;
	padding-right:		0px;
	padding-top:		0px;				
	padding-bottom:		0px;
	
	color:				#FFFFFF;
	font-size:			18px;
	font-weight:		normal;	
	font-style:			italic;
}

.cmet_header_portrait
{	
	padding-left:		145px;
	padding-right:		5px;
	padding-top:		70px;				
	padding-bottom:		2px;
	
	color:				#FFFFFF;
	font-size:			18px;
	font-weight:		normal;	
	font-style:			italic;
}

.cmet_header_story
{	
	padding-left:		0px;
	padding-right:		0px;
	padding-top:		0px;				
	padding-bottom:		0px;
	
	color:				#FFFFFF;
	font-size:			18px;
	font-weight:		normal;	
	font-style:			italic;
}

.cmet_header_story .img
{
	position:			static; 
	float:				left;
	width:				100px;
}

/*
.cmet_header_story .text
{
	position:			static;
	float:				left;
	width:				270px;
	
	vertical-align:		bottom;
}
*/

.cmet_header_story .title
{
	position:			static;
	float:				left;
	width:				250px;
	
	vertical-align:		bottom;
	
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		0px;				
	padding-bottom:		5px;
	
	color:				#FFFFFF;
	font-size:			15px;
	font-weight:		normal;	
	font-style:			normal;
}

.cmet_header_story .subtitle
{
	position:			static;
	float:				left;
	width:				250px;
	
	vertical-align:		bottom;
	
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		0px;				
	padding-bottom:		5px;
	
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cmet_header_quote
{	
	padding-left:		145px;
	padding-right:		5px;
	padding-top:		70px;				
	padding-bottom:		2px;
	
	color:				#FFFFFF;
	font-size:			18px;
	font-weight:		normal;	
	font-style:			italic;
}


/* text */

.cmet_text_chapter
{	
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;				
	padding-bottom:		10px;
	
	color:				#111111;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}



/* insertion */

.cmet_insertion_text
{	
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		8px;				
	padding-bottom:		5px;
	
	color:				#990066;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}


/* insertion */

.cmet_footer
{
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		4px;				
	padding-bottom:		2px;
	
	color:				#FFFFFF;
	font-size:			11px;
	font-weight:		bolder;
	font-style:			normal;
}


/*	
	content main: subsubelements
________________________________________________
*/


.crsse_text_83_container
{	
	position:			static; 
	float:				left;
	
	width:				83px;
}

.crsse_text_100_container
{	
	position:			static; 
	float:				left;
	
	width:				100px;
}

.crsse_text_115_container
{	
	position:			static; 
	float:				left;
	
	width:				115px;
}

.crsse_text_166_container
{	
	position:			static; 
	float:				left;
	
	width:				166px;
}

.crsse_text_249_container
{	
	position:			static; 
	float:				left;
	
	width:				249px;
}

.crsse_text_300_container
{	
	position:			static; 
	float:				left;
	
	width:				300px;
}





/*	
____________________________________________________________________________________________
	
	content right
____________________________________________________________________________________________
*/

div#content_right
{
	position:			static; 
	
	float:				right;
	
	width:				250px;
	
	background-color: 	#FFFFFF;
}



/*	
	content right: general elements
________________________________________________
*/

div#content_right ul
{
	margin:				0px;
	padding:			0 0 0 20px;
	
	line-height:		16px;
	
	list-style:			disc;
	list-style-position:outside;
}



/*	
	content right: blocks
________________________________________________
*/


/* 
	color level 0
________________________
*/

.cr_block_white
{
	margin-bottom:		5px;
	background-color: 	#FFFFFF;
	
	color:				#111111;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_white h2
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			15px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_white h3
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		bolder;	
	font-style:			normal;
}

.cr_block_white h4
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}


.cr_block_white a:link
{
	color:				#990066;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_white a:visited
{
	color:				#89005C;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_white a:focus
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_white a:hover
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_white a:active
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
}	


/* 
	color level 2
________________________
*/

.cr_block_fair
{
	margin-bottom:		5px;
	background-color: 	#FCF4F8;
	
	color:				#111111;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_fair h2
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			15px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_fair h3
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		bolder;	
	font-style:			normal;
}

.cr_block_fair h4
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}


.cr_block_fair a:link
{
	color:				#990066;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_fair a:visited
{
	color:				#89005C;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_fair a:focus
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_fair a:hover
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_fair a:active
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
}	


/* 
	color level 3
________________________
*/

.cr_block_mid_fair
{
	margin-bottom:		5px;
	background-color: 	#FDE7F3;
	
	color:				#111111;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_mid_fair h2
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			15px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_mid_fair h3
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		bolder;	
	font-style:			normal;
}

.cr_block_mid_fair h4
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_mid_fair a:link
{
	color:				#990066;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_mid_fair a:visited
{
	color:				#89005C;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_mid_fair a:focus
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_mid_fair a:hover
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_mid_fair a:active
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
}	


/* 
	color level 4
________________________
*/

.cr_block_mid_dark
{
	margin-bottom:		5px;
	background-color: 	#F9CCE6;
	
	color:				#111111;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_mid_dark h2
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			15px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_mid_dark h3
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		bolder;	
	font-style:			normal;
}

.cr_block_mid_dark h4
{
	margin:				0px;
	padding:			0px;
	color:				#990066;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}


.cr_block_mid_dark a:link
{
	color:				#990066;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_mid_dark a:visited
{
	color:				#89005C;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_mid_dark a:focus
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_mid_dark a:hover
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_mid_dark a:active
{
	color:				#E999C7;
	font-weight:		bolder;	
	font-style:			normal;
}	


/* 
	color level 5
________________________
*/

.cr_block_dark
{
	margin-bottom:		5px;
	background-color: 	#E999C7;
	
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_dark h2
{
	margin:				0px;
	padding:			0px;
	color:				#FFFFFF;
	font-size:			15px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_dark h3
{
	margin:				0px;
	padding:			0px;
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		bolder;	
	font-style:			normal;
}

.cr_block_dark h4
{
	margin:				0px;
	padding:			0px;
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cr_block_dark a:link
{
	color:				#FFFFFF;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_dark a:visited
{
	color:				#FDF9FB;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_dark a:focus
{
	color:				#FDE7F3;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_dark a:hover
{
	color:				#FDE7F3;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

.cr_block_dark a:active
{
	color:				#FDE7F3;
	font-weight:		normal;	
	font-style:			normal;
}	


/*	
	content right: elements
________________________________________________
*/

.cre_h140
{
	height:				140px;
}

.cre_h120
{
	height:				120px;
}

.cre_h80
{
	height:				80px;
}

.cre_h40
{
	height:				40px;
}

.cre_h18
{
	height:				18px;
}

.cre_hx
{

}



.cre_teaser /* deprecated */
{
	height:				140px; 
}


/*	
	content right: subelements
________________________________________________
*/

.crse_text
{	
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;				
	padding-bottom:		10px;
}

.crse_text_center
{
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;				
	padding-bottom:		10px;
	
	text-align:			center;
}

.crse_img
{	
	padding-left:		0px;
	padding-right:		0px;
	padding-top:		0px;				
	padding-bottom:		0px;
}


/* old */

.cret_teaser_img
{
	padding-left:		0px;
	padding-right:		0px;
	padding-top:		0px;				
	padding-bottom:		0px;
	
	color:				#FFFFFF;
	font-size:			12px;
	font-weight:		normal;	
	font-style:			normal;
}

.cret_teaser_txt_container
{
	height:				20px;
	
	border-style:		solid;
	border-color:		#990066;
	border-width:		0 0 0 5px;
}


.cret_teaser_txt
{
	padding-left:		5px;
	padding-right:		0px;
	padding-top:		3px;				
	padding-bottom:		2px;
	
	color:				#FFFFFF;
	font-size:			14px;
	font-weight:		normal;	
	font-style:			normal;
}


/*	
	content right: subsubelements
________________________________________________
*/

.crsse_text_half_container
{	
	position:			static; 
	float:				left;
	
	width:				120px;
}

.crsse_text_right_half_container
{	
	position:			static; 
	float:				left;
	
	width:				120px;
	
	text-align:			right;
}

.crsse_text_third_container
{	
	position:			static; 
	float:				left;
	
	width:				80px;
}


/*	
____________________________________________________________________________________________
	
	content general elements
____________________________________________________________________________________________
*/


.album_img_small
{
	margin-left:		0px;
	padding-right:		5px;
	padding-top:		0px;				
	padding-bottom:		5px;
	
	position:			static; 
	float:				left;
	
	color:				#FFFFFF;
	font-size:			11px;
	font-weight:		normal;	
	font-style:			normal;
}

.album_img_large
{
	margin-left:		5px;
	padding-right:		0px;
	padding-top:		0px;				
	padding-bottom:		5px;
	
	position:			static; 
	float:				left;
	
	color:				#FFFFFF;
	font-size:			11px;
	font-weight:		normal;	
	font-style:			normal;
}



