*
{
   margin:0;
   padding:0;
}

div.clear 
{
   clear:both; 
}

IMG
{
   border: 0;
}


/* MODULE */
DIV.cargo_publicationsWraper
{
	margin:0 0 10px 0;
	padding:0;
	width:250px;
	text-align:left;
}
DIV.cargo_publicationsWraper DIV.titleHeader
{
	clear:both;
	margin:0;
	padding:13px 0 3px 0;
}
DIV.cargo_publicationsWraper DIV.titleHeader SPAN.t1
{
	color:#B2D900;
	font-weight:bold;
	font-size:16px;
}
DIV.cargo_publicationsWraper DIV.titleHeader SPAN.t2
{
	color:#A5A6A8;
	font-weight:bold;
	font-size:16px;
}
DIV.cargo_publicationsWraper DIV.item
{
	margin:0;
	padding:4px;
	background-color:#424344;
	border-top:solid 1px #7C7C7E;
}
DIV.cargo_publicationsWraper DIV.item DIV.cover
{
	margin:0;
	padding:0;
	width: 55px;
	height: 55px;
	border: 1px solid #C2C3C5;
	float:left;
	/* background-image:url(imagens/dummy_feature_pic.jpg); background-position:center; background-repeat:no-repeat; */
	overflow:hidden;
}
DIV.cargo_publicationsWraper DIV.item DIV.description
{
	margin:0;
	padding:0;
	float:left;
	width:179px;
}
DIV.cargo_publicationsWraper DIV.item DIV.description DIV.title
{
	margin:0 0 0 4px;
	padding:0;
}
DIV.cargo_publicationsWraper DIV.item DIV.description DIV.title A
{
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:179px;
}
DIV.cargo_publicationsWraper DIV.item DIV.description DIV.title A:hover
{
	text-decoration:none;
	background-color:#2B2B2B;
	color:#B2D900;
}
DIV.cargo_publicationsWraper DIV.item DIV.description DIV.info
{
	margin:0 0 0 4px;
	padding:0;
	float:left;
	color:#D0D0D0;
}


/* link */
DIV.cargo_publicationsWraper DIV.btnGo
{
	float:left;
	margin:2px 0 0 0;
	padding:0;
}
DIV.cargo_publicationsWraper DIV.btnGo A.go
{
	margin:0;
	padding:0 15px 0 3px;
	color:#FF003B;
	background-color:#F0F2EF;
	text-decoration:none;
	background-image:url(imagens/bullet_1_off.gif);
	background-position:right;
	background-repeat:no-repeat
}
DIV.cargo_publicationsWraper DIV.btnGo A.go:hover
{
	text-decoration:none;
	background-color:#FF003B;
	color:#FFFFFF;
	background-image:url(imagens/bullet_1_on.gif);
	background-position:right;
	background-repeat:no-repeat
}