/* estrutura.css
* Arquivo com alteracoes dia 07/05
*/

* {
	padding:0;
	margin:0;
}

img {
	border:0;	
}

.menuHorizontal  {  background:#FFFFFF url(http://www.labapc.com.br/imagens/estrutura/menuHorizontal.gif) top  repeat-x;
				  font-family:Arial, Helvetica, sans-serif; font-size:11px;
				}
/*	Square Button */

#grupoStore {
	margin:0px;
	padding:0px;
	padding-top:0px;
	padding-left:1px;
	padding-right:1px;}

#grupoStore li {
	list-style:none;
	float:left;

}

#grupoStore li a {
	background: transparent  url(imagens/estrutura/mtopLeft.gif)  no-repeat  bottom left;
	display: block;
	float:left;
	font: normal 12x Arial, Helvetica, sans-serif; /* Change 12px as desired */
	line-height: 27px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	
	padding-left: 6px; /* Width of left menu image */
	text-decoration: none;
	color:#606060;
	font-weight:bold;
}

#grupoStore li a span {
	background: transparent url(imagens/estrutura/mtopRight.gif) no-repeat  bottom right;
	display: block;
	color:#403c3c;
	font-weight:bold;
	padding-right:6px;
}



#grupoStore li a:link, #grupoStore li a:visited, #grupoStore li a:active.squarebutton{
	color: #403c3c; /*button text color*/
	font-weight:bold;
}



#grupoStore li a:hover{ /* Hover state CSS */
	background-position: top left;
	color:#403c3c;
	font-weight:bold;
	text-decoration:none;
}

#grupoStore li a.tabactive { /* Hover state CSS */
	background-position: top left;
	color:#403c3c;
	font-weight:bold;
	text-decoration:none;
}

#grupoStore li a:hover span{ /* Hover state CSS */
	background-position: top right;
	color:#403c3c;
}


#grupoStore li a.tabactive  span{ /* Hover state CSS */
	background-position: top right;
	color:#403c3c;
}


#subGrupoStore {
	margin:0px;
	padding:0px;
	padding-left:8px;
	padding-right:8px;
	clear:both;
	padding-top:1px;		
}

#subGrupoStore  li{
	
	list-style:none;
	float:left;
}
#subGrupoStore li a {
	float:left;
	padding-left:7px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#404040;
}


#subGrupoStore li a span {
	
	display: block;
	color:#404040;
	font-weight:bold;
	padding-right:7px;
}


#subGrupoStore li a:hover {
	background-position: top left;
	color:#f15500;
	text-decoration:underline;
}

#subGrupoStore li a:hover span{ /* Hover state CSS */
	background-position: top right;
	color:#f15500;
	text-decoration:underline;
}


/*	Resultados Online*/




/* PADDING */
.paddingTop10 	{ 	padding-top:10px;  }
.paddingTop5 	{ 	padding-top:5px; font-family:Verdana, Geneva, sans-serif; font-size:11px; vertical-align:top;  }
.paddingLeft10	{	padding-left:10px;  }
.paddingLeft5	{	padding-left:5px;	}
.paddingLeftT10 {	padding:10px 0px 0px 10px; }
.paddingG5		{	padding:5px;	}
/* BOX FOTO */
.boxFoto {	background:#e56818 url(http://www.labapc.com.br/imagens/layout/bg_tab_fotos.jpg) right repeat-y; margin-right:5px; padding:5px; }
.boxFoto td {	padding:5px; text-align:center }
.boxFoto IMG { border:1px solid #FFF; }

/* BOX VEJA MAIS */
#vejaMais 		{	margin-bottom:5px;	margin-top:5px; }
.boxVejaMais    {	border:1px solid #f9aa69;	}
.boxVejaMais th {	font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#FFF; text-align:left; font-weight:bold;
					background:#e56818 url(http://www.labapc.com.br/imagens/layout/bg_tab_fotos.jpg) right repeat-y;
					padding:5px;
				}
