/* AllMedia YouTube Feed Gallery module for Joomla */

#amytfg_video_wrapper {
   margin-bottom: 10px;
/*	margin-left: 20px; */
	overflow: hidden;
}

.amytfg_container_vertical {
	margin-bottom: 5px;
	padding: 5px;
}

.amytfg_container_horizontal {
	float: left;
	margin: 5px;
	padding: 5px;
}

.amytfg_container_horizontal a {
	border-bottom-style: none !important;
}
img.amytfg_thumb {
	border: 2px solid #999999;
}

img.amytfg_thumb:hover {
	border: 2px solid #d4d4d4;
}

.amytfg_title {
	font-size: 13px;
	font-weight: normal;
	padding: 3px 0 3px 0;
	text-align: left;
}

.amytfg_title a {
	text-decoration: none;
}

.amytfg_details {
	font-size: 95%;
	overflow: hidden;
	text-align: left;
}

.amytfg_value {
	float: right;
	text-align: right;
	width: 79%;
}

.amytfg_value a {
	text-decoration: none;
}

.amytfg_small {
	color: #666666;
	float: left;
	width: 20%;
}