#boxLateral
{
	width		: 267px;
	min-height	: 300px;
	_height		: 300px;
}

/* -------------------------------- SUPERIOR --------------------------------- */

#boxLatTop
{
	float			: left;
	width			: 267px;
	height			: 45px;
	border-bottom	: 1px solid #303030;
}

#topLeft
{
	float	: left;
	width	: 7px;
	height	: 45px;
}

#topLeft #borderLeft
{
	float		: left;
	width		: 7px;
	height		: 7px;
	font-size	: 2px;
	background	: no-repeat url('images/borderTopLeft.jpg') top left;
}

#topLeft #bodyLeft
{
	float		: left;
	width		: 6px;
	height		: 38px;
	font-size	: 2px;
	border-left	: 1px solid #1B1B1B;
	background	: #0d0d0d;
}

#topBody
{
	float		: left;
	height		: 44px;
	line-height	: 45px;
	width		: 247px;
	padding		: 0 3px;
	font-size	: 18px;
	background	: #0d0d0d;
	border-top	: 1px solid #1B1B1B;
}

#topRight
{
	float	: left;
	width	: 7px;
	height	: 45px;
}

#topRight #borderRight
{
	float		: left;
	width		: 7px;
	height		: 7px;
	font-size	: 2px;
	background	: no-repeat url('images/borderTopRight.jpg') top right;
}

#topRight #bodyRight
{
	float			: left;
	width			: 6px;
	height			: 38px;
	font-size		: 2px;
	border-right	: 1px solid #1B1B1B;
	background		: #0D0D0D;
}

/* -------------------------------- CORPO --------------------------------- */

#boxLatBody
{
	float			: left;
	width			: 245px;
	min-height		: 235px;
	_height			: 235px;
	padding			: 10px;
	background		: #0D0D0D;
	border			: 1px solid #1B1B1B;
	border-width	: 0 1px;
}

/* -------------------------------- INFERIOR --------------------------------- */

#boxLatBottom
{
	float		: left;
	width		: 267px;
	height		: 7px;
	font-size	: 2px;
}

#boderBottomLeft
{
	float		: left;
	width		: 7px;
	height		: 7px;
	font-size	: 2px;
	background	: no-repeat url('images/borderBottomLeft.jpg') bottom left;
}

#boderBottomBody
{
	float			: left;
	width			: 253px;
	height			: 6px;
	font-size		: 2px;
	background		: #0D0D0D;
	border-bottom	: 1px solid #1B1B1B;
}

#boderBottomRight
{
	float		: left;
	width		: 7px;
	height		: 7px;
	font-size	: 2px;
	background	: no-repeat url('images/borderBottomRight.jpg') bottom right;
}

/* -------------------------------- LISTA CONTEUDOS --------------------------------- */

#boxLateral ul
{
	list-style	: none;
}

#boxLateral ul li
{
	background	: no-repeat url('images/logoIco.jpg') center left;
	padding		: 0 0 0 16px;
	margin		: 0 0 12px 0;
	line-height	: 18px;
	font-size	: 13px;
}