
/* CSS Document */

h1 {
	padding-bottom:1px;
	}
	
	
#mainDiv {
	background-image: url(../images/articleBg.jpg);
	background-position: 0px 166px;
	}
	
#content .introduction {
	color:#666666;
	font-size:11px;
	font-style:italic;
	margin-top:13px;
}

#mainArticle {
	width:98%;
	height:auto;
	}

#allArticles {
	}
	
#allArticles h1 {
	width:99%;
	height:24px;
	float:left;
	position:relative;
	margin-top:8px;
}

#allArticlesDots {
	width:100%;
	height:27px;
	float:left;
	position:relative;
	left:-10px;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/dots.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-bottom:0px;	
}	
	
.readArticle {
	padding-bottom:15px;
}

.readMore {
	margin-bottom:35px;
}
.readArticle a {
	font-size:11px;
	font-weight:bold;
	color:#cc0000;
	text-decoration:none;
	position:relative;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/readMoreArrow.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	padding-right: 8px;
}

.readArticle a:hover, .readMore a:hover {
	text-decoration:underline;
	}

/*	
#languageSelectorArchive {
	width:100%;
	height:20px;
	float:right;
	position:relative;
	text-align:right;
	margin-top:257px;
}*/

.archiveArticleLast {
	float:left;
	margin-bottom:7px;
}
.archiveArticle {
	float:left;
	width:98%;
	position:relative;
	height:auto;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:12px;
}
.archiveArticle h2 {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/doubleDotsRed.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:33px;
	padding-top:3px;
}

.summary {
	font-style:italic;
	padding-bottom:1px;
	margin-bottom:0;
	}

