/*
// Index.css
// -----------
//
// Cascading Style Sheet - Links Page
//
//
// Copyright (c) 2007 Feria TV - All rights reserved#.
// 
// This document is the confidential and proprietary information of Feria TV  
// and may be used only in accordance with the terms of your license from 
// Feria TV.
*/

/* Links */

.grey {
	color : #404040;
}

.link_box {
	text-align : left;
	width  : 624px;
	height : 125px;
	padding : 15px;
}

.link_box_featured {
	text-align : left;
	width  : 624px;
	height : 112px;
	padding : 15px;
	border : 1px solid #deab3f;
	background : #0e0e0e;
}


.link_thumbnail {
	background : #000000;
	width  : 150px;
	height : 112px;
	border : 1px solid #555555;
	float : left;
}

.link_text {
	width  : 460px;
	height : 104px;
	float  : left;
	margin-left : 10px;
}

.link_title {
	color : #deab3f;
	font-size : 16px;
}

.link_desc {
	color : #fefefe;
	font-size : 11px;
}

.link_url {
	color : #deab3f;
	font-size : 10px;
}

.links_divider {
	width : 624px;
	height : 1px;
	border-bottom : 1px dotted #262626;	
}


