/* Places */

.places {
	margin: 0;
}

.places .place {
	position: relative;
	margin: 0 0 2.8em 145px;
	min-height: 120px;
}

.places .place .title {
	margin-bottom: 0.4em;
}

.places .place .title h2 {
	display: inline;
	margin: 0 0.3em 0 0;
}

.places .place .title h2 a img {
	position: absolute;
	top: 0;
	left: -145px;
}

.places .place .title .counter {
	top: -0.4em;
}

.places .place address {
	font-size: 0.8em;
}

.places .place .summary {
	margin: 0;
}

.styled_comment_form{
	margin: 0;
	padding: 1em;
	background-color: #fff7ca;
}

.styled_comment_form .comment_body{
	position: relative;
	width: 50%;
	float: left;
}

.styled_comment_form .comment_body textarea{
	border: 1px solid #2E4F9D;
}

.styled_comment_form .comment_votes{
	position: relative;
	margin-left: 55%;
}

.styled_comment_form .comment_votes div{
	position: relative;
}

.styled_comment_form .comment_submit{
	clear: both;
}

/* Thermo */

#thermo .place_info {
	margin-bottom: 0.8em;
}

#thermo .place_info address {
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

#thermo .place_info .category,
#thermo .place_info .tags {
	display: inline;
}

#thermo .place_info .category .arrow {
	font-size: 0.8em;
	margin-right: 0.35em;
}


#region_select {
	float: left;
	position: relative;
	margin: 3.75em 1em 1.5em 0;
	z-index: 3;
}

#region_select .region_section{
	padding: 0 11px 0 0;
}

#region_current {
	display: inline;
	font-size: 1.1em;
	margin: 0;
	padding: 0 11px 0 0;
	cursor: pointer;
}

#region_current span {
	border-bottom: 1px dashed;
}

#region_current .icon_arrow_down {
	margin: 0 -11px 0 4px;
}

#region_list {
	position: absolute;
	top: 2.2em;
	left: -16em;
	width: 854px;
	font-size: 0.8em;
	z-index: 3;
}

#region_list ul.column {
	float: left;
	width: 15.6%;
	margin: 0.5em 0;
	padding-right: 1%;
}

#region_list ul.column li {
	margin: 0 0 0.7em 0;
}


*#thermo .place_info,
#thermo .place_poll {
	float: left;
	width: 50%;
}

#thermo .place_info {
	margin: 0 -100% 0.8em 0;
}

#thermo .place_info address {
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

#thermo .place_poll {
	position: relative;
	margin: 0 0 0.8em 50%;
	padding: 0.3em 0 0.1em 0;
	border-left: 1px solid #cccccc;
}

#thermo .place_poll h2 {
	position: absolute;
	left: 0.05em;
	top: 0;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}

#thermo .place_poll .selected{
	font-weight: bold;
}

#thermo .place_poll #been_here,
#thermo .place_poll #place_mark{
    float: left;
	margin: 0 0 0.4em 2em;
}

#thermo .place_poll #place_mark{
    margin-left: 1em;
}


#thermo .place_poll .question {
	font-size: 0.7em;
}


.categories {
    background-color: #f2f2f2;
	font-size: 0.8em;
	margin: 0;
	padding: 0.4em 0;
}

.categories li {
	margin: 0 0 0.4em 0;
	padding: 0 0.8em;
}

.categories li.selected {
	overflow: hidden;
	margin-bottom: 0.2em;
}

.categories li.selected b,
.categories li.selected a {
	float: left;
	margin-left: -0.4em;
	padding: 0 0.4em 0.2em 0.4em;
	background-color: #ffd900;
	font-weight: bold;
	color: #000000;
}

/* Add or Edit Place */

#r_address{
	clear: none;
	float: left;
	width: 65%;
	z-index: 10;
}

#r_address #address{
	width: 95%;
}

#r_btnFind{
	clear: none;
	padding-top: 1.55em;
}
