@charset "UTF-8";
/* Finance From A-Z - Modules */


/* ===========================================
         GENERAL
==============================================*/

.moduleWrapper {
	float: left;
	margin-right: 10px;
	padding: 0 11px;
	background: url(../images/modules/bg-module.gif) 0 100% repeat-x;
	}

.moduleWrapper.last {
	margin-right: 0;
	}

.module {
	position: relative;
	width: 288px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #bdcbe6;
	overflow: hidden;
	}

.module h4 {
	margin-bottom: -0.2em;
	padding: 3px 9px 6px;
	font-size: 1.2em;
	line-height: 1.3em;
	background: url(../images/modules/bg-module-hd.gif) 0 0 repeat-x;
	}

.module ul {
	margin: 8px 9px 0;
	font-size: 1.2em;
	line-height: 1.3em;
	}

.module li {
	margin-bottom: 5px;
	_margin-bottom: 3px; /* IE6 */
	padding: 0 0 8px 20px;
	background: url(../images/icons/bullet-blue_whitebg.gif) 0 5px no-repeat;
	border-bottom: 1px solid #bdcbe6;
	}
	*+html .module li { margin-bottom: 3px; /* IE7 */ }

.module li.last {
	margin-bottom: 0;
	border-bottom: 0;
	}


/* ===========================================
         BANNERS
==============================================*/

.banner {
	width: 288px;
	margin-right: 0;
	margin-bottom: 10px;
	}

.banner .module {
	position: relative;
	min-height: 141px;
	_height: 141px; /* IE6 */
	margin-bottom: 0;
	padding-bottom: 36px;
	background-color: #fff;
	}

.banner h4 {
	margin-bottom: 8px;
	}

.banner h5 {
	margin: 8px 140px 0 9px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	}

.banner p {
	margin: 0 140px 0.6em 9px;
	font-size: 1.2em;
	line-height: 1.4em;
	}

.banner .button {
	position: absolute;
	bottom: 10px;
	left: 9px;
	padding: 4px 10px 6px 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: url(../images/modules/bg-btn-orange.gif) 0 0 repeat-x;
	}
	*+html .banner .button { margin-top: 14px; /* IE7 */ }

.banner .button span {
	display: block;
	padding-left: 8px;
	background: url(../images/icons/arrow-right-white-sm.gif) 0 4px no-repeat;
	}


/* ===========================================
         PERSONAL FINANCIAL NEWS
==============================================*/

#mod-financial_news {
	min-height: 177px;
	_height: 177px; /* IE6 */
	}

#mod-financial_news ul {
	margin: 8px 6px 0;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#mod-financial_news li {
	margin-bottom: 8px;
	_margin-bottom: 6px; /* IE6 */
	padding: 0 0 4px 0;
	background: none;
	}
	*+html #mod-financial_news li { margin-bottom: 6px; /* IE7 */ }

#mod-financial_news li.last {
	margin-bottom: 0;
	}

#mod-financial_news .logo {
	float: left;
	width: 96px;
	height: 60px;
	padding: 3px 3px 0 0;
	text-align: center;
	background: url(../images/modules/bg-financial_news_logo.gif) 0 0 no-repeat;
	}

#mod-financial_news .label {
	display: block;
	margin: 0 0 0 101px;
	padding-top: 5px;
	}


/* ===========================================
         MOST POPULAR TOPICS
==============================================*/

#mod-popular_topics {
	width: 288px;
	min-height: 177px;
	_height: 177px; /* IE6 */
	}


/* ===========================================
         PRICE PREDICTOR
==============================================*/

#mod-price_predictor .module img {
	position: absolute;
	top: 22px;
	right: 0;
	}

#mod-price_predictor p {
	margin-right: 180px;
	}


/* ===========================================
         CALCULATORS (Resides in #main)
==============================================*/

#mod-calculators .module img {
	position: absolute;
	top: 26px;
	right: 8px;
	}

#mod-calculators .button {
	margin-top: 0;
	}


/* ===========================================
         CALCULATORS & TOOLS (Resides in #Secondary)
==============================================*/

#mod-related_calculators {
	min-height: 82px;
	_height: 82px; /* IE6 */
	}


/* ===========================================
         RELATED VIDEOS (Resides in #Secondary)
==============================================*/

#mod-related_videos {
	min-height: 83px;
	_height: 82px; /* IE6 */
	}
	*+html #mod-related_videos { min-height: 82px; /* IE7 */ }


/* ===========================================
         BACK IN TIME
==============================================*/

#mod-back_in_time {
	height: 177px;
	}

#mod-back_in_time ul {
	font-size: 1.1em; /* IE */
	line-height: 1.3em;
	}

#mod-back_in_time li {
	border-bottom: 0;
	}

#mod-back_in_time .photo {
	margin-left: 11px;
	}


/* ===========================================
          FINANCIAL PICTURE
==============================================*/

#mod-financial_picture .module img {
	position: absolute;
	top: 22px;
	right: 0;
	}

#mod-financial_picture p {
	margin-right: 180px;
	}


/* ===========================================
          ALLIANZ IN THE US
==============================================*/

#mod-allianz_in_us .module img {
	position: absolute;
	top: 22px;
	right: 0;
	}

#mod-allianz_in_us p {
	margin-right: 150px;
	}








