﻿		/*
			Horizontal Accordion
		*/
		.toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			background: url(../Imagens/CaixasHome/gradiente_default.gif) repeat-x bottom left;
			text-decoration: none;
			outline: none;
			/*cursor: pointer;*/
			margin: 0 0 0 0;
			height: 316px;
			width: 24px;
			border:0;
		}
		
		.toggle_active {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
		    background: url(../Imagens/CaixasHome/gradiente_over.gif) repeat-x  bottom left ;
			cursor: pointer;
			margin: 0 0 0 0;
			height: 316px;
			width: 24px;
			border:0;

		}
		
		.content_home {
			/* REQUIRED */
			height: 316px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			background: url(../Imagens/CaixasHome/caixa_repeticao.gif) top left;
			overflow: hidden;
		}
		
    /* Container styling*/
    #container {
      margin: 0px auto 20px auto;
      width: 750px;   
      height: 316px; 
      overflow:hidden;

    }

.textoGeralCaixa2{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#333333;
 line-height:15px;
 text-align:left;
 }
 
.HomeContent 
{
    width:100%;  
}
   
.CaixaHomeCenter 
{

	 background: url(Imagens/CaixasHome/caixa_repeticao.gif) top left;
	 vertical-align:top; 
	 float:left;
     height:316px;
     width:192px;

}
    
.CaixaHomeBottom 
{
     background-image:url(../Imagens/CaixasHome/bottom.gif);
     background-position:top;
     background-repeat:no-repeat;
     height:8px;
}
 
.margensHome 
{
    margin-left:5px;
    margin-right:5px;
    margin-top:20px;
    margin-bottom:10px;
}

 .ColunaHome 
 {
 	background: url(../Imagens/CaixasHome/caixa_repeticao.gif) top left;
	height:316px;
    width:192px;
   /* width:192px;*/
    vertical-align:top; 
	float:left;
 }

  .VideoHome 
 {
    width:420px;
    text-align:center;
	float:left;
	margin-top:30px;
	margin-left:20px;
	overflow:hidden;
 }

 .CaixaSeparator
 {
	float:left;
	width:15px;
 }
 .CaixaHomeLeftBorder
 {
	float:left;
	margin-left:20px;
 }
 
  .CaixaHomeRightBorder
 {
	background-image:url(../Imagens/CaixasHome/caixa_final.gif);
	background-repeat:no-repeat;
    height:316px;
	width:22px;
	float:left;
	margin-right:0px;
 }

  .CaixaHomeCloseBorder
 {
	background-image:url(../Imagens/CaixasHome/final_caixa_vertical.gif);
	background-repeat:no-repeat;
    height:316px;
	width:4px;
	float:left;
	margin-right:0px;
	display:none;
 }