@charset "utf-8";

/* Importar tipo de letra */

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sanslight_italic';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
	background-image: url("../media/estrutura/stripes3.png");
    background-repeat: repeat;
    font-family: 'open_sanslight';
    font-size: 12px;
}

.pagina{
    width: 1050px;
    margin: 0px auto;
}

#cabecalho{
    height: 100px;
    margin-top: 10px;
    text-align: left;
}
/**/#cabecalho_logotipo{
/**/    height: 100px;
/**/    width: 210px;
/**/    float: left;
/**/}
/**/#cabecalho_carrinho{
/**/    margin-top: 20px;
/**/	height: 60px;
/**/	width: 140px;
/**/	float: right;
/**/}

#divisao_linha {
    /**/
}

hr {
    background-color: #CCC;
    height: 2px;
    border: none;
}

#conteudo{
    min-height: 400px;
    height: 400px;
    margin-top: 20px;
    padding-bottom: 10px;
    overflow: auto;
}
html>body #conteudo{
    height: auto;
}
/**/#conteudo_menu {
/**/    width: 224px;
/**/    float: left;
/**/    text-align: left;
/**/}	
/**/.botao_menu {
/**/    border: none;
/**/    color: #000;
/**/    text-decoration: none;
/**/}	
/**/.botao_menu:hover {
/**/    border: none;
/**/    color: #666;
/**/    text-decoration: none;
/**/}
/**/#conteudo_produtos {
/**/	width: 800px;
/**/	float: right;
/**/    text-align: left;
/**/}

#rodape {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.produto_area {
    width: 200px;
    padding-bottom: 20px;
    margin-left: 30px;
    text-align: center;
    float: left;
}
/**/.produto_imagem {
/**/    width: 160px;
/**/    height: 160px;
/**/}
/**/.produto_info {
/**/    width: 160px;
/**/}
/**/.botao_produto {
/**/    color: #000;
/**/    background: rgba(135,195,66, 0.5);
/**/    text-decoration: none;
/**/    font-weight: bold;
/**/}

.tabela_produtos {
    margin: 10px auto 10px auto;
    width: 750px;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.tabela_produtos th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.tabela_produtos th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.tabela_produtos th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
/**/.tabela_produtos tr td {
/**/	width: auto;
/**/	vertical-align: middle;
/**/	padding: 10px;
/**/	text-align: left;
/**/	color: #666666;
/**/	background-color: #FFFFFF;
/**/	border: 1px solid #d0d0d0;
/**/	box-sizing: border-box;
/**/	-moz-box-sizing: border-box;	
/**/}
/**/.tabela_produtos th {
/**/	width: auto;
/**/	vertical-align: middle;
/**/	padding: 10px;
/**/	text-align: left;
/**/	color: #FF4500;
/**/	background-color: #e6e4e4;
/**/	border: 1px solid #d0d0d0;
/**/	box-sizing: border-box;
/**/	-moz-box-sizing: border-box;
}

#detalhes_caracteristicas {
    font-size: 14px;
    color: #333;
    margin-top: 40px;
    border-top: solid;
    border-top-width: 2px;
    border-top-color: #CCC;
    padding-top: 10px;
}
	
#detalhes_main {
    border-style: solid;
    border-color: #CCC;
    border-width: 2px;
    border-radius: 7px;
    width: 690px;
    min-height: 690px;
    height: 550px;
    margin-top: 20px;
}
html>body #detalhes_main{
    height: auto;
}

#detalhes_img_produto {
    margin-top: 30px;
}
	
#detalhes_titulo {
    font-size: 18px;
    color: #999;
    font-weight: bold;	
}

#detalhes_descricao {
    font-size: 14px;
    color: #333;
    margin-top: 60px;
    float: right;
}
        
.detalhes_comprar {
    text-decoration: none;
    color: white;
    background-color: #F63;
    border-radius: 8px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    padding: 3px;	
}

.detalhes_comprar:hover {
    -webkit-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .2);
    box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .2);
}

.grid4,
.grid8,
.grid9 {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid4 {
  width: 300px;
}

.grid8 {
  width: 620px;
}

.grid9 {
  width: 700px;
}

.mt {
    margin-top: 10px;
}

#slideshow {
    margin-top: 20px;
    z-index: 100;
    margin-bottom: 20px;
}

.fadein {
    position: relative;
    width: 760px; 
    height: 340px;
}

.fadein img {
    position: absolute; 
    left: 0; 
    top: 0; 
}

.txt_caracteristicas{
    color: #999999;
}

.link_prod_lista{
    border: none;
    color: #333;
    text-decoration: none;
}
.link_prod_lista:hover {
    border: none;
    color: #666;
    text-decoration: none;
}

#promo{
    margin-left: 9px;
}
