
#profile
{
	min-width: 810px;
}

#profile.b-round
{
	background: transparent;
	min-width: auto;
}

#profile.b-round .content
{
	min-width: 810px;
}

* html #profile-navigation
{
	height: 50px;
	overflow-y: hidden;
}

*+html #profile-navigation
{
	height: 45px;
}

#profile-navigation li.city
{
	font-style: italic;
	font-weight: bolder;
	color: #fff;
	font-size: 60%;
	padding-left: 18px;
	padding-right: 15px;
	white-space: normal;
}

*+html #profile-navigation li.city
{
	vertical-align: top;
	padding-top: 12px;
}

*html #profile-navigation li.city
{
	vertical-align: top;
	padding-top: 17px;
}

#profile-navigation li.city select
{
	margin-left: 10px;
	width: 200px;
	outline: none;
}

*+html #profile-navigation li.city select
{
	vertical-align: middle;
}

* html #profile-navigation li.city select
{
	vertical-align: middle;
}

.list
{
	padding: 10px 40px;
	/*margin: 0 auto;
	width: 750px;*/
}

.list form.section
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
}

.list form.section label
{
	font-size: 110%;
	font-weight: bolder;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.list .find
{
	width: 634px;
	display: inline;
	outline: none;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 19px;
}

.list .submit
{
	margin-left: 10px;
	display: inline;
	width: 59px;
	height: 22px;
	vertical-align: top;
}

* html .list .submit
{
	background: #fff;
}

.listing
{
	font-size: 70%;

	width: 730px;

	margin: 25px 0 0 -10px;
	padding: 0;

	border-collapse: collapse;
}

.listing td,
.listing th
{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 10px 10px;
}

.listing th
{
	white-space: nowrap;
}

.listing th a
{
	color: #58595b;
}

.listing th span
{
	color: #333;
	font-size: 80%;
	margin-right: 4px;
}

.listing td.name a
{
	font-size: 120%;
	color: #ed1846;
}

.listing td.address p
{
	margin-top: 0;
	margin-bottom: 3px;
	padding-top: 0;
	padding-bottom: 0;
	color: #3c3c3c;
	font-size: 95%;
}

.listing tr.odd
{
	background: #f8f8f8;
}

.listing td.name
{
	width: 280px;
}

.listing td.address
{
	width: 330px;
}

listing td.rating
{
	text-align: center;
	position: relative;
}

/* Voting */

.listing td.rating .voting
{
	font-size: 11px;
	position: relative;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 4px;
}

.listing td.rating .voting .amount
{
	background: #c1c1c1;
	color: #fff;
	cursor: default;
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0px 4px;
	vertical-align: top;
	text-decoration: none;
	height: 14px;
}

.listing td.rating .voting a
{
	color: #fff;
}

.listing td.rating .voting .vote-on,
.listing td.rating .voting .vote-against
{
	visibility: hidden;
	display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	vertical-align: top;
	z-index: 5;
}

.listing td.rating .voting:hover .vote-on,
.listing td.rating .voting:hover .vote-against,
.listing td.rating .voting .viz
{
	visibility: visible;
	display: inline;
	display: -moz-inline-stack;
	display: inline-block;
}

.listing td.rating .voting .voted-against
{
	visibility: hidden;
	display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	vertical-align: top;
}

.listing td.rating .voting:hover .voted-against,
.listing td.rating .voting .voted-against.viz
{
	visibility: visible;
	display: inline;
	display: -moz-inline-stack;
	display: inline-block;
}

.listing td.rating .voting .voted-on,
.listing td.rating .voting .voted-on.viz
{
	visibility: hidden;
	display: inline;
	display: -moz-inline-stack;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	vertical-align: top;
	top: 0;
}

.listing td.rating .voting:hover
{
	visibility: visible;
	display: inline-block;
}

.listing td.rating .voting:hover .voted-on,
.listing td.rating .voting .voted-on.viz
{
	visibility: visible;
	display: inline;
	display: -moz-inline-stack;
	display: inline-block;
}

.listing td.rating .voting .vote-on
{
	background: #c1c1c1 url(/i/vote-comment.png) no-repeat -15px -14px;
	right: -14px;
	top: 0;
}

.listing td.rating .voting .vote-on, x:-moz-any-link
{
	right: -11px;
}

.listing td.rating .voting .vote-on, x:-moz-any-link, x:default
{
	right: -14px;
}

.listing td.rating .voting .vote-on:hover
{
	background: #a7a7a7 url(/i/vote-comment.png) no-repeat -15px 0px;
	right: -14px;
}

.listing td.rating .voting .vote-on:hover, x:-moz-any-link
{
	right: -11px;
}

.listing td.rating .voting .vote-on:hover, x:-moz-any-link, x:default
{
	right: -14px;
}

.listing td.rating .voting .voted-on
{
	background: #ed1846 url(/i/vote-comment.png) no-repeat -15px -28px;
	right: -14px;
}

.listing td.rating .voting .voted-on, x:-moz-any-link
{
	right: -11px;
	top: 0;
}

.listing td.rating .voting .voted-on, x:-moz-any-link, x:default
{
	right: -14px;
}

.listing td.rating .voting .vote-against
{
	background: #c1c1c1 url(/i/vote-comment.png) no-repeat 0 -14px;
	left: -14px;
}

.listing td.rating .voting .vote-against:hover
{
	background: #a7a7a7 url(/i/vote-comment.png) no-repeat 0 0px;
	left: -14px;
}

.listing td.rating .voting .voted-against
{
	background: #ed1846 url(/i/vote-comment.png) no-repeat 0px -28px;
	left: -14px;
}

.listing td.rating .voting .vote-against span,
.listing td.rating .voting .voted-against span
{
	text-align: center;
	font-size: 15px;
	position: absolute;
	margin-left: 3px;
	margin-top: -1px;
	cursor: hand;
	cursor: pointer;
}

.listing td.rating .voting .vote-on span,
.listing td.rating .voting .voted-on span
{
	text-align: center;
	font-size: 15px;
	position: absolute;
	margin-left: 3px;
	margin-top: -1px;
	cursor: hand;
	cursor: pointer;
}

* html .listing td.rating .voting .vote-on,
* html .listing td.rating .voting .vote-against
{
	top: 0;
}

* html .listing td.rating .voting
{
	display: inline;
	position: relative;
}

* html .listing td.rating .ie6-hover .vote-on,
* html .listing td.rating .ie6-hover .vote-against,
* html .listing td.rating .ie6-hover .voted-on,
* html .listing td.rating .ie6-hover .voted-against
{
	visibility: visible;
	display: inline;
	width: 14px;
}

a.backlink
{
	margin-left: 42px;
}

*html a.backlink
{
	margin-left: 34px;
}