@charset "utf-8";
.body  {
	font: 100% Trebuchet MS, Verdana, Arial;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColHyb #container { 
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColHyb #menuEsquerda {
	float: left; 
	width: 185px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px; /* top and bottom padding create visual space within this div */
	vertical-align: top;
}
.thrColHyb #menuDireita {
	float: right; 
	width: 150px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px; /* top and bottom padding create visual space within this div */
	vertical-align: top;
}
.thrColHyb #mainContent {
	vertical-align: top;
	margin-left: 200px;
	margin-right:160px;
	padding: 3px;
	width: auto;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.conteudoMenuEsquerda {
	width: 185px;
	height: 1000px;
	background-color:#FFF;
	line-height: 20px;
	color:#000;
	
}
.MenuEsquerdaMarcas {
	width:165px; 
	padding-left:15px;
	font-size:13px;
	line-height: 25px;
}
.produtoconteudo {

	background-color: #FFF;
	display:inline;
	margin: 5px;
}
.boxfoto {
	display: inline;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.grupoDestaque {
	width: 98%;
	height: 200px;
	background-color:#FFF;
	border: #DCE1E4 solid 1px;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.tituloSuprimentos{
	background-image:url(images/tl_suprimento.png);
	background-repeat:no-repeat;
	height: 30px;
}
.tituloRack{
	background-image:url(images/tl_rack.png);
	background-repeat:no-repeat;
	height: 30px;
}
.tituloPC{
	background-image:url(images/tl_pc.png);
	background-repeat:no-repeat;
	height: 30px;
}
.grupoDestaquePC {
	width: 98%;
	height: 280px;
	background-color:#FFF;
	border: #DCE1E4 solid 1px;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.tagsconteudo {
	padding: 5px;
	background-color:#F7F7F7;
	border: #CC0000 solid 2px;
}
.tagtitulo {
	font-size:90%;
	color: #0098D7;
}
.tag200 {
	font-size:200%;
	color:#666;
}
.tag150 {
	font-size:150%;
	color:#666;
}
.tag120 {
	font-size:120%;
	color:#666;
}
.tag100 {
	font-size:100%;
	color:#666;
}
.tag92 {
	font-size:92%;
	color:#666;
}
.tag76 {
	font-size:76%;
	color:#666;
}
.tag70 {
	font-size:70%;
	color:#666;
}
.minibanner {
	border: 1px solid #ccc;
	padding: 2px;
	
}
