#recWrapper
{
	margin:00px;
}

#recTitle
{
	background-color:#d0d0d0;
	color:#000000;
	padding:5px 10px 5px 30px;	
    background-image:url(../Images/arrow_down.png);
	background-position: 10px center;
	background-repeat:no-repeat;
	font-family:Brutal_Bold;
	font-size:1.125em;
	cursor:pointer;
}

#recTitle.static
{
    background-image:none;
	padding:5px 10px;
	cursor:default;
}

#recTitle.collapsed
{
    background-image:url(../Images/arrow_right.png);
}

#recInfo
{
	border:0px solid #c0c0c0;
	padding:0px;
	overflow:hidden;
}

.recItem
{
	border: 1px solid #c0c0c0;
	border-width:0px 0px 1px 0px;
    margin: 0;
    width: 100%;
    float: left;
    transition: 0.3s linear;
}

.recItem:last-child
{
	border-width:0px;
}

.recItem:hover
{
	background-color:#c0c0c0;
}

.recItem a
{
	display:block;
	padding:10px 20px;
	/*min-height:170px;*/
	text-decoration:none;
}

.recItemTitle
{
	font-family:Brutal_Bold;
	color:#131313;
	margin:10px 0px;
	/*text-align:center;*/
}

.recItemDescription
{
	font-family:Brutal_Regular;
	font-size:0.875em;
	color:#808080;
	margin:10px 0px;
	/*height:96px;*/
}

.recMessage
{
	color: #404040;
    padding: 10px 0px;
    margin: 10px;
    text-align: left;
}