/*
nrelate related
image panels
default styles
v.0.44.1 brought from v0.45.0
*/

.nrelate_related {
	float: left;
	margin: 5px 1px;
	width:100%;
}
.nrelate_related h3 {
	margin:0px !important;
}
.nrelate_related a {
	text-decoration:none !important;
}
.nr_rc_inner {
	clear:both;
	width:100%;
	padding:4px 0;
}
.nr_rc_inner ul {
	margin-bottom:0 !important;
}
a.nr_rc_panel {
	float:left;
	background:none;
	font-size:11px;
	border:1px solid transparent !important;
	margin:1px;
	padding:1px 1px 0px;
	display:block;
	text-decoration:none;
	cursor:pointer;
}
a.nr_rc_panel:hover {
	background:#F2F2F5;
	border:1px solid #CCC !important;
	color:black;
	margin:1px;
	padding:1px 1px 0px;
	text-decoration:none;
}
.nr_rc_title {
	float:left;
	font-size:16px;
	margin-top:0;
	margin-bottom:5px;
}
.nr_rc_img_div {
	display:block;
	line-height:0;
	position:relative;
	background:none repeat scroll 0 0 #000000;
	background-color:transparent;
	border:1px solid #cccccc;
	
}
.nr_rc_img {
	border: none;
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
	padding: 2px !important;
	background:none repeat scroll 0 0 #F0F0F0;
	border-top:1px solid #FFFFFF;
	outline:1px solid #DDDDDD;
	width:auto !important;
}
a.nr_rc_panel:hover .nr_rc_img {
	background:none repeat scroll 0 0 #333333;
	border:1px solid #555555 !important;
	outline:1px solid #111111;
}
.nr_rc_img_div img {
	border:1px solid #FFFFFF !important;
	margin:0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-khtml-box-shadow: none !important;
	box-shadow: none !important;
}
.nr_rc_text {
	overflow: hidden;
	word-wrap:break-word;
	clear:left;
	float:left;
	font-family:sans-serif;
	font-weight:bold;
	line-height:140%;
	padding:2px;
	margin-top:4px;
	text-align:left;
	display:block;
	width:100%;
}
.nr_rc_ad {
	text-align:center;
	clear: both;
	padding:5px 0;
	width:auto !important;
}
.nrelate_logo {
	background: none !important;
	float:left;
	clear: both;
	padding: 5px 5px 10px 5px;
	border:none !important;
	width:auto !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-khtml-box-shadow: none !important;
	box-shadow: none !important;
}
a .nrelate_logo:hover {
	-moz-opacity: .8;
	opacity: .8;
	-khtml-opacity: .8;
}
.nr_rc_source {
	font-size: 9px;
	font-style: italic;
	font-weight:normal;
}
.nr_clear {
	clear:both;
}
/* Sponsored area on thumbnails */
#nrelate_related .nr_sponsored_wrap{
	display:block;
	height:18px;
	position:absolute;
	left:3px;
	overflow:hidden;
}
#nrelate_related  a.nr_rc_panel:hover .nr_sponsored_wrap{
	left:3px;
}
#nrelate_related .nr_sponsored{
	display:block;
	width:232px;
	height:18px;
	position:absolute;
	background:url(images/sponsored.png) top left no-repeat;
}

/* settings for each thumbnail size supported in plugin */
.nr_80 .nr_rc_panel{ width : 88px; }
.nr_80 .nr_rc_panel .nr_sponsored_wrap{ width : 80px; top : 65px; }
.nr_80 .nr_rc_panel .nr_sponsored{ left : 62px; }
.nr_80 .nr_rc_img{ width:80px !important; height:80px !important; }

.nr_90 .nr_rc_panel{ width : 98px; }
.nr_90 .nr_rc_panel .nr_sponsored_wrap{ width : 90px; top : 75px; }
.nr_90 .nr_rc_panel .nr_sponsored{ left : 72px; }
.nr_90 .nr_rc_img{ width:90px !important; height:90px !important; }

.nr_100 .nr_rc_panel{ width : 108px; }
.nr_100 .nr_rc_panel .nr_sponsored_wrap{ width : 100px; top : 85px; }
.nr_100 .nr_rc_panel .nr_sponsored{ left : 82px; }
.nr_100 .nr_rc_img{ width:100px !important; height:100px !important; }

.nr_110 .nr_rc_panel{ width: 118px; }
.nr_110 .nr_rc_panel .nr_sponsored_wrap{ width : 110px; top : 95px; }
.nr_110 .nr_rc_panel .nr_sponsored{ left : 92px; }
.nr_110 .nr_rc_img{ width:110px !important; height:110px !important; }

.nr_120 .nr_rc_panel{ width : 128px; }
.nr_120 .nr_rc_panel .nr_sponsored_wrap{ width : 120px; top : 105px; }
.nr_120 .nr_rc_panel .nr_sponsored{ left : 102px; }
.nr_120 .nr_rc_img{ width:120px !important; height:120px !important; }

.nr_130 .nr_rc_panel{ width : 138px; }
.nr_130 .nr_rc_panel .nr_sponsored_wrap{ width : 130px; top : 115px; }
.nr_130 .nr_rc_panel .nr_sponsored{ left : 112px; }
.nr_130 .nr_rc_img{ width:130px !important; height:130px !important; }

.nr_140 .nr_rc_panel{ width : 148px; }
.nr_140 .nr_rc_panel .nr_sponsored_wrap{ width : 140px; top : 125px; }
.nr_140 .nr_rc_panel .nr_sponsored{ left : 122px; }
.nr_140 .nr_rc_img{ width:140px !important; height:140px !important; }

.nr_150 .nr_rc_panel{ width : 158px; }
.nr_150 .nr_rc_panel .nr_sponsored_wrap{ width : 150px; top:135px; }
.nr_150 .nr_rc_panel .nr_sponsored{ left : 132px; }
.nr_150 .nr_rc_img{ width:150px !important; height:150px !important; }