/**
 * CSS - zedFramework
 * 
 * @package   www.hayamax.com.br
 * @name      TI-WEB-HYX-0001 
 * @author    Thiago M. Zampieri <thiago.zampieri@gmail.com>
 * @copyright 2008
 * @version   0.1.0 
 * @access    public
 * @todo      Página de Estilos
 */

/***************************************************************************************************************************
CONTENT
****************************************************************************************************************************/							
.mcontent h3 
{
	color: #ffffff;
	margin-top: 10px;
	font-size: 1.0em;
}

.mcontent h3 .left {
	display: block;
	float: left;
	background: url(../../default/images/content/index/leftBar.png) left top no-repeat;
	width: 8px;
	height: 35px;
}

.mcontent h3 .middle {
	display: block;
	float: left;
	background: url(../../default/images/content/index/middleBar.png) left top repeat-x;
	width: 684px;
	height: 35px;
}

.mcontent h3 .right {
	display: block;
	float: left;
	background: url(../../default/images/content/index/rightBar.png) left top no-repeat;
	width: 8px;
	height: 35px;
}

.mcontent .box {
	display: block;
	width: 155px;
	float: left;
	padding: 10px;
	height: 240px;
	text-align: center;
}
.mcontent .box .photo {
	width: 150px;
	text-align: center;
}

.mcontent .box .code {
	font-size: 0.8em;
	color: #727272;
	font-weight: bold;
	text-align: center;
}

.mcontent .box .price {
	font-size: 1.1em;
	color: #990000;
	font-weight: bold;
	text-align: center;
}

.mcontent .box a {
	font-size: 0.8em;
	color: #424242;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.mcontent .box a:hover {
	text-decoration: underline;
					}