

/* ********************************************************************************************************* */
/* THIS FILE CONTAINS LAYOUTS AND STYLES FOR MODULES										 */
/* ********************************************************************************************************* */
/* Anne, february 12th 2010	      											       */


/* --------------------------------------------------------------------------------------------------------- */
/* GRAPHIC MODULE. 
   Hides the text inputted in the preText-area in the CMS, and shows the graphics in the preText-area of the CMS */

.graphicModule .preText {
	display				: none;
	}
.graphicModule p {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	}	
  	
/* --------------------------------------------------------------------------------------------------------- */
/* ADDRESS MODULE. Placed on the bottom of the page                                                          */
.addressSection { 
	display				: inline;
	float					: right;
	width					: 580px; 
	}
.addressSection p { 
	padding				: 9px 11px 0px 0px; 
	color					: #4F4F4F; 
	font-size				: 12px;
	text-align				: right;
	}
.addressSection a, 
.addressSection a:hover, 
.addressSection a:visited { 
	color					: #4F4F4F;
	text-decoration			: underline; 
	}
.addressSection a:hover {
	color					: #FA108A;
	}	
/* --------------------------------------------------------------------------------------------------------- */	
/* PAYMENT OPTIONS MODULE. Placed on the bottom of the page                                                  */	
.paymentOptions {
	display				: inline;
	float					: left;
	width					: 337px;
	text-align				: left;
	margin				: 11px 0px 0px 12px;
	}
.paymentOptions img {
	margin				: 0px 5px 0px 0px;
	}	
	
.userInformation {
	height				: 234px;
	padding				: 12px 12px 12px 12px;
	color					: #FFFFFF;
	font-weight				: bold;
	background				: url("/application/css/berlingskemobil/images/elements/module-pink-background.gif") no-repeat;
	}
.userInformation p,
.userInformation h2 {
	color					: #FFFFFF;
	}	
.userInformation h2 {
	font-size				: 16px;
	margin				: 0px 0px 4px 0px;
	}		
/* --------------------------------------------------------------------------------------------------------- */	
/* USERINFORMATION MODULE. Placed on the right on the custumerlogin-pages                                    */
.userInformation a {
	color					:#FFFFFF;
	}
.userInformation {
	letter-spacing			: normal;
	font-weight				: normal;
	}				
/* --------------------------------------------------------------------------------------------------------- */