﻿body {
	background-color:#FFF;
	margin:0;
		
}
#header {
	height:162px;
	width:100%;
	background:url(../img/header.back.gif) repeat-x;
	
}
#header-top {
	width:100%;
	height:100px;
}
#icons {
	float:right;
	padding-top:16px;
}
#header-center {
	background-color:#f8c301;
	height:23px;
	width:100%;
}
#header-down {
	height:34px;
	width:100%;
	background:url(../img/header.down2.gif)  repeat-x;
	padding-top:4px;
	top: 10px;
}
#header-busca {
	background:url(../img/header.busca.gif) no-repeat;
	width:392px;
	height:32px;
	float:left;
	margin-left:300px;
}
#menu-masc {
	width:146px;
	border:2px solid #f4a700;
	position: relative;
	top: -20px;
	background-image: url(../img/menu.back.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	padding:7px;

}

#menu-aces {
	margin-top:5px;
	width:146px;
	border:2px solid #f4a700;
	top: -20px;
	position: relative;
	padding:7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #686868;	
}
#menu-fem {
	margin-top:5px;
	width:146px;
	border:2px solid #f4a700;
	top: -20px;
	position: relative;
	padding:7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #686868;	
	
}
#conteiner {
	left:50%;
	margin:0 0 0 -476px;
	position:relative;
	top:0;
	width:952px;
}
.center-div {
	left:50%;
	margin:0 0 0 -476px;
	width:952px;
	position:relative;
	top:0;
	width:952px;
}
#menu {
	float:left;
	width:164px;

}
#show-room {
	width:158px;
	margin-top:5px;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px; 
	color:#000;
	font-weight:bold;
	background: url(../img/show.room.back.gif) repeat-x;
	float:left;
	text-align:center;
}

#footer {
	width:100%;
	background-color:#f2f1eb;
	height:170px;
	overflow:hidden;
	clear:both;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding-top:10px;
}
.titulo-produto {
	color:#686868;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding:3px;
}
.desc-produto {
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#8b8b8b;
	height:10px;
}
.desc-vr-produto {
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#8b8b8b;
}
.desc-vr-produto a:link {text-decoration: underline;color:#686868;padding:3px;}
.desc-vr-produto a:visited {text-decoration: underline;color:#686868;padding:3px;}
.desc-vr-produto a:hover {text-decoration: underline; color: #f7be01; padding:3px;}
.desc-vr-produto a:active {text-decoration: underline;color:#686868;padding:3px;}

.icons {
	padding-top:35px;
	color:#FFFFFF;  
	font-size:10px; 
	font-weight:bold; 
	padding-right:34px;
	font-family: Verdana, Geneva, sans-serif;
	width:55px;
	text-decoration:underline;
}
ul
{
	list-style-image: url("../img/icon.seta.gif");
	padding:0;
	margin-left:18px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}
li 
{
	margin:0;
	padding-bottom:5px;
}

li  a:link {text-decoration: none;color:#686868;}
li  a:visited {text-decoration: none;color:#686868;}
li  a:hover {text-decoration: underline; color: #f7be01;}
li a:active {text-decoration: none;color:#686868;}

.btn-input {
	border:none;
	width:294px;
	height:16px;
	margin-left:48px;
	margin-top:7px;
	padding:0;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCC;
	padding-top:2px;
}
.margin-left-10 
{
    margin-left:10px;
}

.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 2;
   top:0;

   width:100px;
   
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
}
.no-margin 
{
    margin:0;
}
table 
{
    border-color:#FFFFFF;
    text-align:center;    
}
th 
{
    font-family:Verdana;
    font-size:11px;
    color:#F7BE01;
}

td
{
    color:#686868;
    font-family:Arial;
    font-size:12px;
    padding-top:8px;
}

.frete 
{
    border:1px solid #AAAAAA;
    width:71px;
    height:14px;
    margin:0;
    color:#090909;
    font-family:Arial;
    font-size:12px;

}
.btn-frete 
{

    margin-left:10px;
}

#form-login 
{
    margin-left:30px;
    font-family:Verdana;
    font-size:13px;

}
.msg-erro 
{
    font-family:Verdana;
    font-size:14px;
    color:Red;
    font-weight:bold;
}
.text-strong 
{
    font-weight:bold;
}