/* CSS Document */

/* drupalit widget - start */
.vote-wrap {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	width:55px;
	height:73px;
	background:url(tag.gif) top left no-repeat;
	color: #5C4B39;
	margin-right: 5px;
}
.vote-wrap-login {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	width:55px;
	height:73px;
	background:url(tag.gif) top left no-repeat;
	margin-right: 5px;
}
.node .content .vote-wrap a{
	font-weight: normal;
	color: #5C4B39;
	text-decoration:none;
}
.content .vote-wrap a:hover{
  text-decoration: underline;
}
.vote-count,.vote-counted { 
	margin: 0 0 0 10px;
	padding: 22px 0 0;
	overflow: visible;
	width:45px;
	font-size: 14px;
	text-align:center;
	line-height: 100%;
	cursor: default;
}
.vote-text, .voted-text {
	display: block;
	margin: 0 0 0 10px;
	padding: 6px 0 0 0;
	width: 45px;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	overflow:hidden;
}
.vote-text:hover {
}
/* drupalit widget - end */

/* drupalit statistic - start */
table.drupalit th {
  text-align: center;
}
table.drupalit td.data {
  text-align: center;
}
table.drupalit td.large {
  padding: 0 5px;
}
/* drupalit statistic - end */