a
	{
	text-decoration: none;
	color: #444444;
	}
	
body
	{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	background-color: #111111;
	color: #444444;
	}

.post_body
	{
	margin-bottom: 25px;
	}
	
.post_body a, .url
	{
	background-color: #c8c8c8;
	border: 1px solid #c8c8c8;
	border-radius: 2px;
	}

.post_body a:hover
	{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 2px;
	}

.post_timestamp
	{
	position: absolute;
	bottom: 5px;
	right: 7px;
	}

.post_img
	{
	border: 1px solid #444444;
	float: left;
	margin: 3px;
	border-radius: 2px;
	}
	
.page_title
	{
	margin-top: -10px;
	margin-bottom: 4px;
	font-size: 36pt;
	text-align: center;
	color: #c8c8c8;
	}

	.page_title a
		{
		display: block;
		color: #c8c8c8;
		}

.cell
	{
	text-align: justify;
	font-size: 10pt;
	padding: 5px;
	border: solid 7px #565656;
	background-color: #dddddd;
	border-radius: 20px;
	margin-bottom: 14px;
	overflow: hidden;
	position: relative;
	}

.cell_title
	{
	font-size: 13pt;
	color: #444444;
	text-shadow: #b5b5b5 2px 2px 2px;
	text-align: center;
	}

.list_addon ul
	{
	list-style-type: none;
	margin: 0px;
	margin-bottom: 8px;
	padding-left: 0px;
	}

	.list_addon li
		{
		text-align: left;
		padding-bottom: 1px;
		padding-top: 1px;
		}

	.list_addon a
		{
		display: block;
		}

	.list_addon li:hover
		{
		background-color: #c8c8c8;
		margin-left: -5px;
		margin-right: -5px;
		padding-left: 5px;
		padding-right: 5px;
		}

.highlight
	{
	background-color: #f0f098;
	border: solid 1px yellow;
	border-radius: 5px;
	padding: 2px;
	margin: 2px;
	}

.copyright
	{
	color: #c8c8c8;
	font-size: 10pt;
	text-align: center;
	}

.forsale_list li
	{
	text-align: left;
	font-size: 10pt;
	margin-bottom: 4px;
	}
	
.forsale_list_sold li
	{
	text-align: left;
	font-size: 10pt;
	text-decoration: line-through;
	margin-bottom: 4px;
	}
	
.fsbody
	{
	text-align: justify;
	font-size: 10pt;
	}

.fs_item_number
	{
	float: right;
	font-size: 14pt;
	border-left: solid 5px #565656;
	border-bottom: solid 5px #565656;
	padding: 4px;
	margin: -5px;
	border-bottom-left-radius: 14px;
	text-shadow: #b5b5b5 2px 2px 2px;
	}
	
.sold
	{
	color: #660000;
	text-decoration: line-through;
	}

.adbox
	{
	text-align: center;

	}
	
.addthisbox
	{
	margin-top: 16px;
	display: block;
	height: 24px;
	}

.category
	{
	font-weight: bold;
	font-size: 10pt;
	background-color: #c8c8c8;
	
	padding: 2px;
	padding-right: 5px;
	
	border: solid 1px #555555;
	border-radius: 3px;
	}

.cat_spacer
	{
	margin-bottom: 8px;
	margin-top: 5px;
	}
	
.comment_block
	{
	text-align: justify;
	margin-left: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	padding-left: 8px;
	
	border-style: solid;
	border-color: #565656;
	border-width: 0px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-bottom-left-radius: 10px;
	}
	
.comment_body
	{
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	}

	.comment_body li
		{
		padding-bottom: 6px;
		}
.icon_spacing
	{
	margin-bottom: -3px;
	}

.input_class
	{
	border: solid 1px #999999;
	border-radius: 8px;
	background: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18pt;
	padding: 3px;
	}

	.input_class_ack
		{
		border: solid 1px #ff3333;
		border-radius: 8px;
		background: #ffffff;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12pt;
		padding: 3px;
		}

.button_class
	{
	border: solid 1px #999999;
	border-radius: 12px;
	background: #e9e9e9;
	font-size: 12pt;
	font-weight: bold;
	}
	
	.button_class:active
		{
		border: solid 1px #ffffff;
		background: #666666;
		}

#form_result
	{
	text-align: center;
	display: none;
	font-size: 14pt;
	}
