﻿#links table td
{
    border:none;
    padding:5px;
}

#links .category
{
	margin:20px 0;
}
	#links .category .preview
	{
	    /*width:135px;*/
	    float:left;
	    margin-right:10px;
	}
	#links .category .header
	{
	    float:left;
	    display:none;
	}
	#links .category .description
	{
	}
	#links .category .divider
	{
	}
#links .link
{
	width:252px;
	float:left;
	margin:26px;
}
	#links .link .preview
	{
		border:1px #000 dashed;
	}
	#links .link .preview div
	{}
	#links .link .url
	{
		padding:10px 0 0 0;
		
	}
	#links .link .url a
	{
	    color:#771819;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
	}
	#links .link .description
	{
	    padding:5px 0;
	    height:47px;
	    overflow:hidden;
	}
#links .link .button
{
    background:url(/resources/themes/standard/images/red-btn-rpt.jpg) repeat-x;
    height:29px;
    line-height:28px;
    position:relative;
    color:#fff;
    text-decoration:none;
    display:block;
    float:left;
    width:auto;
    padding-right:18px;
}

#links .link .button .right
{
    position:absolute;
    right:0px;
    top:0px;
}