body{
	height: 100%;
}
.nsLikeThis {
	display:block;
	padding: 15px 0;
    font-size:14px;
}
.nsLikeThis .counter {
	background:url(heart.png) center left no-repeat;
	padding:0 0 0 20px;
	font-weight:bold;
	margin-left:5px;
}
.nsLikeThis .counter a {
	cursor:pointer;
}
.nsLikeThis .counter a.image {
	background:url(add.png) center right no-repeat;
	padding:0 20px 0 0;
}

.nsLikeThis .counter a.image:hover {
    background:url(add-hover.png) center right no-repeat;
    
}


.nsLikeThis-table{
	clear: both;
    font-size: small;
    margin: 10px 0 30px;
}
.nsLikeThis-table td{
	padding: 5px;
}
#nsLikeThis-hor-list{
	padding:0;
	margin: 10px;
}
#nsLikeThis-hor-list li{ 
	list-style: none;
	float:left;
	background:#eee;
	padding: 2px 15px;
	margin: 0 5px 10px 0;
	font-size: x-small;
	text-transform: uppercase;
	border: #ccc 1px solid;
	border-radius: 30px;
	-moz-border-radius: 30px;
}
#nsLikeThis-hor-list li a, ul.nsLikeThis-hor-list ul li a:link, ul.nsLikeThis-hor-list ul li a:visited{
	color: #444;
	text-decoration: none;
	border-bottom: #000 1px dotted;
}
#nsLikeThis-hor-list li:hover{
	border: #222 1px solid;
	background: #ddd;
	cursor: hand;
	cursor: pointer;
}
#nsLikeThis-hor-list li.active{
	background: #FBDE50;
	text-shadow: #fff 2px 2px 2px;
	border-color: #888;
}
.nsLikeThis-order{
	float:left; 
	text-transform:uppercase; 
	font-size: small; 
	padding: 3px 15px 0 8px;
}
.nsLikeThis-iconbox{
	width: 110px;
	height: 85px;
	background: #222;
	position: absolute;
	border: #888 3px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
ul.nsLikeThis-emblem-list{
	margin: 8px 0 0 8px;
	padding:0;
}
ul.nsLikeThis-emblem-list li{
	background: none;
	list-style: none;
	float:left;
	margin:2px 1px;
	padding:0;
}
ul.nsLikeThis-emblem-list li a{
	padding: 6px 3px 3px 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.nsLikeThis-emblem-list li a:hover{
	background: #eee;
	/*padding: 4px;*/
}
.nsLikeThis-show-emblem{
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
	vertical-align: top;
}