/**
 * CSS - zedFramework
 * 
 * @package   www.fortrek.com.br
 * @name      TI-WEB-FTK-0001 
 * @author    Thiago M. Zampieri <thiago.zampieri@gmail.com>
 * @copyright 2009
 * @version   0.1.0 
 * @access    public
 * @todo      Página de Estilos
 */

/***************************************************************************************************************************
CONTENT
****************************************************************************************************************************/							
.zcontent .banner 
{	
	width: 1000px;
	margin-left: 3px;
	margin-bottom: 10px;	
}

.zcontent .relations 
{	
	width: 1000px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.zcontent .relations  a
{
	text-decoration: none;
}
.zcontent .relations  a:hover
{
	text-decoration: underline;
}
.zcontent .relations .box {
	display: inline;
	float: left;
	width: 330px;
	margin-left: 5px;
	margin-bottom: 10px;
	height: 157px;	
}
.zcontent .relations .no_margin {
	margin-left: 0px;
}
.zcontent .relations .box .left {
	display: inline;
	float: left;
	width: 7px;
	height: 157px;
	background: url('../../default/images/content/index/prod_box_01.png') top left no-repeat;
}
.zcontent .relations .box .center {
	background: url('../../default/images/content/index/prod_box_02.png') top left repeat-x;
	display: inline;
	float: left;
	width: 315px;
	height: 157px;
	padding-top: 10px;
}
.zcontent .relations .box .center .index_img {
	display: inline;
	float: left;
	border: 1px solid #c2c2c2;
	width: 130px;
	height: 130px;
	margin-right: 10px;
}

.zcontent .relations .box .center label {
	display: block;
	color: #424242;
	font-size: 1.1em;
	font-weight: bold;
}

.zcontent .relations .box .center p {
	margin-top: 5px;
	display: block;
	color: #929292;
	font-size: 1.0em;
}
.zcontent .relations .box .center a:hover {
	text-decoration: underline;
}

.zcontent .relations .box .center .hplink {
	background: url('../../default/images/content/index/prod_bullet_arrow.png') center center no-repeat;
	display: block;
	width: 19px;
	height: 19px;
	float: right;
	position: relative;
	margin-top: -20px;
	margin-left: 280px;
}
.zcontent .relations .box .center  .hplink span {
	display:none;
}

.zcontent .relations .box .right {
	display: inline;
	float: left;
	width: 7px;
	height: 157px;
	background: url('../../default/images/content/index/prod_box_03.png') top right no-repeat;
}