@charset "utf-8";
/* CSS Document */

.module_wide_stories {
	background-color: #DDDDDD;
	width: 662px;
	padding: 5px 10px 5px 10px;
	color: #212121;
}

.module_wide_stories .module_title {
	font-size: 1.8em;
	font-weight: bold;
	color: #797979;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}


.module_wide_stories .module_title a:link,
.module_wide_stories .module_title a:visited,
.module_wide_stories .module_title a:active {
	color: #797979;
}

.module_wide_stories .module_title a:hover {
	color: #FF6B00;
}

.module_wide_stories .box {
	background-color: #FFFFFF;
	margin-bottom: 8px;
}

.module_wide_stories .curve_top_right {
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(../images/grey_inner_curve_top_right.gif);
	background-repeat: no-repeat;
}

.module_wide_stories .curve_top_left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/grey_inner_curve_top_left.gif);
	background-repeat: no-repeat;
}

.module_wide_stories .box_inner {
	clear: both;
	padding-bottom: 3px;
}

.module_wide_stories .curve_bottom_right {
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(../images/grey_inner_curve_bottom_right.gif);
	background-repeat: no-repeat;
}

.module_wide_stories .curve_bottom_left {
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(../images/grey_inner_curve_bottom_left.gif);
	background-repeat: no-repeat;
}

.module_wide_stories .story {
	float: left;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.module_wide_stories .story_image {
	width: 90px;
	height: 60px;
	float: left;
	background-image: url(../../../images/plus_grey.gif);
	background-position: 65px center;
	background-repeat: no-repeat;
}

.module_wide_stories .story_author_image {
	width: 60px;
	height: 60px;
	float: left;
}

.module_wide_stories .story_text {
	width: 160px;
	height: 60px;
	float: left;
	margin-left: 10px;
}

.module_wide_stories .story_title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
}

.module_wide_stories .story_author {
	margin-top: 4px;
}

.module_wide_stories .read_more {
	float: left;
	padding-left: 8px;
	padding-top: 8px;
}
