/*
 * © 2009 rocknriga.lv
 *
 * marcis@chill.lv
 */
 
#voting #profiles {
	width: 100%;
}

#voting #profiles td {
	width: 50%;
}

#voting #profiles td p {
	padding: 0 15px 15px 0;
	line-height: 133%;
}

#voting #profiles td img {
	float: left;
	margin: 0 10px 0 0;
}

#voting #profiles a.title, #voting #profiles .votes {
	font-weight: bold;
	font-size: 12px;
}

#voting #profile {
	position: relative;
}

#voting #profile .left {
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
}

#voting #profile .left ul {
	list-style: none;
	margin: 10px 0 0 0;
}

#voting #profile .left li {
	padding: 1px 0 4px 23px;
}

#voting #profile .left .ifrype {
	background: url('/images/ifrype.png') no-repeat 0 0;
}

#voting #profile .left .link {
	background: url('/images/link.png') no-repeat 0 1px;
}

#voting #profile .left input.t {
	width: 200px;
	border: 1px solid #444;
	text-transform: none;
	font-size: 11px;
	letter-spacing: 0;
	background-color: #151515;
	color: #fff;
	padding: 1px;
}

#voting #profile .right {
	padding-left: 265px;
}

#voting #profile .description {
	line-height: 133%;
}

#voting #profile .votes {
	font-size: 16px;
	font-weight: bold;
}

#voting #profile p.vote img {
	float: left;
}

#voting #profile p.vote .spinner {
	margin: 15px 0 0 25px;
	display: none;
}

#voting #profile p.vote img.vote {
	cursor: pointer;
}


#vote-link {
	position: absolute;
	top: 15px;
	right: 15px;
}