.article{
	line-height: 21px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#555555;
	text-align: left;
	padding-top: 3px;
}

.article *{
	margin-bottom: 10px;
}
.article img{
	padding: 8px;
	margin: 10px auto;
}

/*
.article img{
	padding: 8px;
	-moz-border-image: url(http://ir.ebaystatic.com/rs/v/awgenrl3pm5azmba0x1fhbixae2.png) 9 / 9px stretch;
	-ms-border-image: url(http://ir.ebaystatic.com/rs/v/awgenrl3pm5azmba0x1fhbixae2.png) 9 / 9px stretch;
	-o-border-image: url(http://ir.ebaystatic.com/rs/v/awgenrl3pm5azmba0x1fhbixae2.png) 9 / 9px stretch;
	border-image: url(http://ir.ebaystatic.com/rs/v/awgenrl3pm5azmba0x1fhbixae2.png) 9 / 9px stretch;
	-webkit-border-image: url(http://ir.ebaystatic.com/rs/v/awgenrl3pm5azmba0x1fhbixae2.png) 9 / 9px stretch;
	border-width: 9px;
}
.article img{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: auto;
	margin: 10px auto;
	max-width: 100%;
}
*/

.article  h1,.article  h2,.article  h3,.article  h4,.article  h5,.article  h6{
	margin: 3px 0px;
	color: #282828;
	line-height: 24px;
}
.article  h1{
	font-size:2em;
	font-weight: normal;
}
.article  h2{
	font-size:1.5em;
	font-weight: normal;
}
.article  p {
	line-height: 21px;
}

.article>div {
	margin: 6px 0;
}

.article ul,.article ol{
	padding-left:30px;
	margin:0.5em 0;
}

.article hr { height:1px; color:#ccc; }
