/* ******************  body  *************** */

html, body {
   background: #fafafa;
   color: #000;
}

html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

h1
{
	color: #369;
}

#pay
{
	vertical-align: top;
	text-align: justify;
	border: 1px solid #33ccff;
	background-color: #eeffff;
	padding: 5px;
	margin: 5px;
}

.thumb
{
	text-align: center;
	margin: 10px;
}

.ptitle
{
	color: #fff;
	background: #00ccff;
	font-size: 130%;
	margin-bottom: 5px;
}

.ptitle a
{
	color: #fff;
	text-decoration: none;
}

.ptitle a:hover
{
	color: #f66;
	text-decoration: underline;
}

.pdesc a
{
	color: #000;
	font-size: 80%;
	text-decoration: none;
}

.pdesc a:hover
{
	color: #666;
	text-decoration: none;
}

#free
{
	vertical-align: top;
	/*text-align: left;*/
	padding: 5px;
	margin: 5px;
	border: 1px solid #33ccff;
	background-color: #ffffff;
}

#free a
{
	color: #0033ff;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

#free a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

img.arrow
{
	padding-left: 5px;
	border: 0px;
	width: 17px;
	height: 17px;
}
img.disc
{
	vertical-align: middle;
	border: 0px;
	width: 15px;
	height: 15px;
}

#bottom
{
	color: #666; font-size: 0.7em; text-align: center;
}
#bottom a
{
	color: #666;
	text-decoration: none;
}
#bottom a:hover
{
	text-decoration: underline;
}