/* General Common Styles */
.main_image {
	width: 614px;
	height: 90px;
	background: #FFF url(http://images.eonline.com/static/uberblog/images/newsletters_page_title.jpg) no-repeat 0px 10px;
}

/* Newsletters Header
----------------------------------------------*/
div.newsletters_header * {
	margin:0; padding:0;
}
div.newsletters_header {
	margin:3px 12px 12px;
}
div.newsletters_header h2 {
	font-size:22px;
	color:#B80407;
}
div.newsletters_header h4 {
	margin-bottom:13px;
	font-size:11px;
}
div.newsletters_header p {
	width:360px;
	font-size:12px;
	color:#424242;
}

/* Newsletters Bricks
----------------------------------------------*/
body.newsletters .fashion_bricks2 {
	background: none;
	padding-top:0;
	margin-bottom:35px;
}
body.newsletters .fashion_brick {
	width:299px;
	height:250px;
	background:#f5f1ed;
}
body.newsletters .fashion_brick img.thumb {
	border:3px #B80407 solid;
	margin:9px 9px 12px;
}
body.newsletters .fashion_brick h3 {
	color:#B80407;
	padding:6px 10px 2px;
	font-size:12px;
}
body.newsletters .fashion_brick p {
	margin:0 10px;
	color:#424242;
}
body.newsletters a.view {
	display:block;
	margin:10px 10px;
}

/* About Newsletter Page
----------------------------------------------*/
div.newsletter_sample {
	margin:0 5px;
}

body.about .fashion_brick {
	background:#f1f2f0 url(http://images.eonline.com/static/uberblog/images/2.3_right_header.gif) top no-repeat;
	padding-top:30px;
}
body.about .plain {
	background:none;
}
body.about .plain p {
	font-weight:bold;
}
body.about .plain strong {
	color:#B80407;
	font-weight:normal;
}
body.about .fashion_bricks2 {
	margin-bottom:0;
}
body.about h4 {
	margin-bottom:0;
	padding:5px 0 0;
}


