.sell h1
{
	color: #d00;
	font-weight: 900;
	font-family: Georgia, Tahoma, Helvetica, Sans-Serif;
	font-size: 18pt;
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
}

.sell h2
{
	color: black;
	font-weight: 900;
	font-family: Georgia, Tahoma, Helvetica, Sans-Serif;
	font-size: 15pt;
	text-align: center;
}

.sell h3

{
	color: black;
	font-weight: 900;
	font-family: Georgia, Tahoma, Helvetica, Sans-Serif;
	font-size: 16pt;
	text-align: center;
}

.sell h4
{
	color: #d00;
	font-weight: 900;
	font-family: Tahoma, georgia, Helvetica, Sans-Serif;
	font-size: 15pt;
	text-align: center;
}

.sell li.y,
.sell li.yes
{
	list-style-image: url(http://www.andrechaperon.com/images/yesbullet.gif);
}

.sell li.n,
.sell li.no
{
	list-style-image: url(http://www.andrechaperon.com/images/nobullet.gif);
}

li.y,
li.yes
{
	list-style-image: url(http://www.andrechaperon.com/images/yesbullet.gif);
}

li.n,
li.no
{
	list-style-image: url(http://www.andrechaperon.com/images/nobullet.gif);
}

.marker
{
	background-color: yellow;
	color: black;
}

body.sell
{
	background-color: black;
	color: black;
}

body.sell #ext_wrapper
{
	width: 650px;
	border: solid 2px white;
}

body.sell #main
{
	background-color: white;
	color: black;
}

.sell p
{
	text-indent: 2em;
}

.sell .indent p,  /* for <div class="indent"> <p>... <p>... */
.sell p.indent    /* for <p class="indent"> */
{
	text-indent: 2em;
}

.sell li p /* kill indent in lists */
{
	text-indent: 0px;
}

.sell .footer /* <div class="footer"> ... */
{
	text-align: center;
}

.sell .footer p
{
	color: #333;
	font-family: Georgia, Tahoma, Helvetica, Sans-Serif;
	font-size: 9pt;
}

/* Sidebar Font Size */

.sidebar ul,
.sidebar li
{
	font-size: 9.5pt;
}

/* ad */

div.ad
{
	border: solid 1px lavender;
	background-color: ghostwhite;
	color: black;
	padding: 5px 10px;
	clear: both;
	font-size: 9.5pt;
}

.main div.ad
{
	margin: .5em 0px;
}

div.ad-top
{
	border: solid 1px #EABBBD;
	background-color: #F8E8E9;
	color: black;
	padding: 5px 10px;
	clear: both;
	font-size: 9.5pt;
}

.main div.ad-top
{
	margin: .5em 0px;
}
