/*
Default CSS Styles for the yd_featured_block_widget plug-in
YD Featured Box
Version 0.1.0
*/

/**
Featured Boxes
**/

div.yd_featured_box {
	width: 160px;
	height: 180px;
	background-color: white;
	position: relative;
	/*margin-bottom: 10px;*/
	cursor: pointer;	border: none;	float: left;
}div.yd_featured_box a,div.yd_featured_box a:hover{	border: none;	color: #000;	text-decoration: none;}
div.yd_featured_box img {
	width: 150px;	float: left;
	height: 150px;	padding: 10px;	border: solid 1px #757575;
	/*position: absolute;
	top:22px;*/
}
div.yd_featured_box div h2 {
	background:transparent;
}
div.ydfb_text_top {
	/*position: absolute;
	top: 0;
	height: 25px;
	width: 130px;
	background-color: #EDE723;
	padding: 0 15px;
	-moz-border-radius: 5px 0 0 0;
	border-top-left-radius: 5px 5px;
	border-bottom: 2px solid #645957;*/	display: none;
}
div.ydfb_text_bottom {	position: absolute;	top: 165px;
	width: 160px;	text-align: center;	font-size: 11px;	font-weight: bold;
}div.ydfb_text_bottom a{		font-size: 11px;	font-weight: bold;	text-decoration: none;}