body {
	margin: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 13px;
	color: #000;
	background-color: #ffffff;
	text-align: center;
}

#container {
	margin: 0px auto;
	width: 792px;
	padding: 0px 4px;
	background-color: #ffffff;
}

#header {
	background-image: url("../images/header_bg.gif");
	background-repeat: no-repeat;
	width: 792px;
	height: 62px;
}

#footer {
	background-image: url("../images/header_bg.gif");
	background-repeat: no-repeat;
	width: 792px;
	height: 58px;
	clear: both;
}

#iwant_form {
	background-image: url("../images/header_form-bg.gif");
	background-repeat: no-repeat;
	width: 792px;
	height: 82px;
}

#div_load, #div_proc, #div_fmsg {
    display: none;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    padding: 6px;
    border: 1px solid #B50404;
    top: 8px;
    right: 8px;
    position: fixed;
    z-index: 100;
}

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

a.noline { text-decoration: none; }
a.noline:hover {
	text-decoration: underline;
}

a.tag { text-decoration: none; 	color: #8FB718; }
a.tag:hover {
	background-color: #8FB718;
	color: #ffffff;
}

a.user_thing {
	text-decoration: none;
	color: #336699;
	font-size: 18px;
}
a.user_thing:hover {
	text-decoration: none;
	background-color: #336699;
	color: #ffffff;
}

a.footer_link {
	text-decoration: none;
	color: #ffffff;
}

a.footer_link:hover {
	text-decoration: underline;
	color: #FFEC1F;
}

a.comment_send {
	text-decoration: none;
	color: #ffffff;
}

a.comment_send:hover {
	text-decoration: underline;
	color: #536B22;
}

#thing_cloud, div.thing_cloud {
	clear: both;
	text-align: justify;
	line-height: 28px;
}

h2.thing_txt {
	color: #8FB718;
	display: inline;
	font-size: 14px;
}

#holder {
	text-align: left;
}

#holder_left {
	text-align: left;
	float: left;
	width: 560px;
	padding: 8px;
}

#holder_right {
	float: right;
	width: 200px;
	text-align: left;
	padding: 8px;
}

div.block_title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 3px solid #dfe5ea;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.us_avatar {
	float: left;
	padding-right: 4px;
}
div.us_info {
	font-size: 15px;
}

*::-moz-selection {
	background-color: #5F965A;
	color: #ffffff
}

div#things-sort {
  background-color: #dfe5ea;
  padding: 4px 4px 0px 4px;
  font-size: 12px;
}
div#things-sort:hover {
  background-color: #dfe5ea;
}

div#things-sort-items {
  display: none;
  background-color: #dfe5ea;
  text-align: center;
  color: #333333;
  padding: 5px;
  margin-top: -5px;
}

div#things-sort-items a {
    text-decoration: none;
}
