::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
	background-color: #fff;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
}

#top {
	width: 100%;
	clear: both;
	height: 100px;
}

#topLeft {
	margin: 8px 0px 0px 55px;
	float: left;
	}

#topRight {
	margin: 30px 50px 0px 0px;
	float: right;
}

#content {
	width: 100%;
	clear: both;
	}
	
#contentList {
	width: 70%;
	margin: auto;
}

#contentList.columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

#contentList div.listaProdutos{
	margin-bottom: 30px;
	width: 100%;
	clear: both;
	
}

#contentList div.listaProdutos h3{
	margin-bottom: 5px;
}

#contentList div.listaProdutos a{
	text-decoration: underline;
	color: #666;
	font-family: "Calibri";
	line-height: 150%;
	font-size: 1.3em;
}

#contentList div.produto1{
	float: left;
	width: 25%;
	height: 300px;
	margin-bottom: 15px;
	}


div.listaProdutos div.thumbnail>img{
	width: 150px;
}

#contentTitle {
	font-family: verdana;
	font-weight: bold;
	font-size: 2em;	
	text-align: center;
	width: 100%;
	font-style: italic;
}
#contentLeft {
	width: 40%;
	float: left;
}

#contentRight {
	padding-top: 10px;
	margin-right: 10px;
	width: 50%;
	float: left;
}

#catalogoLink {
	float: right;
	width: 50%;
	clear: left;
	text-align: center;
}

#contentLeft img {
    display: block;
	margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
	max-width: 300px;
}

#caracteristicas {
	clear: both;
	width: 50%;
	margin: auto;
	padding-top: 20px;
}

#caracteristicas ul, #caracteristicas p{
	text-align: left;
}

#home {
	float: right;
	margin-right: 50px;
	font-weight: bold;
}

#home a{
	text-decoration: underline;
	color: #666;
}

#home a:hover{
	text-decoration: underline;
	color: #999;
}

span.descontinuado {
	color: #808080;
	font-family: "Calibri";
	font-size: 10px;
	font-weight: bold;
}

span.novo {
	font-family: "Calibri";
	text-decoration: blink;
	font-weight:bold;
	color: red;
}

span.brevemente {
	font-family: "Calibri";
	color: green;
	font-style: italic;

}

@keyframes blink {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@-webkit-keyframes blink {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.blink {
  animation: blink 2s step-start 0s infinite;
  -webkit-animation: blink 2s step-start 0s infinite;
}

#menu {
	position: fixed;
	top:40%;
	left: 0px;
	border: 2px solid #444444;

}

#menu_conteudo {
	height: 246px;
	width: 200px;
	float: left;
	display: none;
}

#menu_conteudo table {
	width: 100%;
}

#menu_conteudo table th {
	background-color: #170088;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	padding: 3px;
	text-align: left;
}

#menu_conteudo table td {
	text-align: left;
}

#menu_conteudo table td a{
	width: 100%;
	height: 100%;
	display: block;
	color: #000000;
	font-family: verdana;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 0px 10px 3px;
}

#menu_conteudo table td a:hover{
	background-color: #FFFF99;
}

#menu_titulo {
	width: 16px;
	height: 240px;
	background-color: #444444;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: calibri;
	font-size: 16px;
	text-align: center;
	float: left;
}

#caracteristicas td {
	text-align: left;
}

div.lineSpecifications {
	text-align: left;
	font-weight: bold;
	clear: both;
	padding-top: 10px;

}

div.tmc40, table.pd_specifications {
	text-align: left;
	float: left;
	clear: both;
}

span.sectionTitle {
	color: navy;
	text-shadow: 0px 1px 0px navy, 0px 2px 0px navy, 0px 3px 0px navy, 0px 4px 0px #999, 0px 5px 0px #888, 0px 6px 0px #777, 0px 7px 0px #666, 0px 8px 7px #001135;
}

span.sectionTitleInSection {
	font: 60px 'ChunkFiveRegular';
}

span.sectionTitleInProduct {
	font: 30px 'ChunkFiveRegular';
}

div.clearfix {
	height: 2px;
	width: 100%;
	clear: both;
	}