#titulo, #produto {
    overflow: hidden;
    position: relative;
    width: 632px;
}
#titulo .top, #titulo .bot, #produto .top, #produto .bot {
    background-repeat: no-repeat;
    height: 6px;
    overflow: hidden;
}
#titulo .top, #titulo .bot, #titulo .ctr, #produto .top, #produto .bot, #produto .ctr {
    width: 632px;
}
#titulo .top {
    background-image: url("../img/design/home_cnt_top.png");
}
#titulo .ctr {
    background-image: url("../img/design/home_cnt_ctr.png");
    background-repeat: repeat-y;
    padding: 10px 0;
}
#titulo .ctr * {
    font-family: Tahoma;
    font-size: 11px;
    padding: 0 20px;
}
#titulo .ctr h1 {
    color: #2469B6;
    font-family: 'BasicSansHeavySFBold';
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
}
#titulo .bot {
    background-image: url("../img/design/home_cnt_bot.png");
}
#produto .top {
    background-image: url("../img/design/main_632_top.png");
    margin-top: 10px;
}
#produto .ctr {
    background-color: #F4F4F4;
    margin-left: 1px;
}
#produto .ctr {
    padding: 10px 0;
    text-align: center;
}
table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 592px;
}
thead {
    color: #545C67;
    font-family: 'Tahoma Bold';
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
tbody {
    color: #121C28;
    font-family: 'Tahoma Bold';
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
#produto tbody input {
    border: 1px solid #121C28;
    text-align: right;
    width: 32px;
}
#produto tbody input[type="submit"] {
    background-color: transparent;
    background-image: url("../img/design/bin.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}
td {
    border-bottom: 1px solid #D5D7D7;
    height: 30px;
}
#produto .ctr p {
    color: #13202E;
    font-family: 'Tahoma Bold';
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding: 0 20px;
}
#produto .bot {
    background-image: url("../img/design/main_632_bot.png");
}
#produto .center {
    text-align: center;
}
#produto a {
    color: #13202E;
    font-family: 'Tahoma Bold';
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
.cotacao {
    background-color: #3f4042;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 10px;
    width: 310px;
}
.cotacao img {
    border-radius: 5px 5px 5px 5px;
    height: 135px;
    margin: 5px;
    width: 300px;
}
#formcotacao {
    padding: 0 15px;
}
#formcotacao label {
    color: #FFFFFF;
    font-family: "Tahoma Bold";
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
}
#formcotacao input, #formcotacao textarea {
    height: 18px;
    margin: 0 auto;
    resize: none;
    width: 278px;
    border: 1px solid white;
}
#formcotacao input[type="submit"] {
    background-color: #171717;
    border-radius: 5px 5px 5px 5px;
	border-color: #171717;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: 'Tahoma Bold';
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 22px;
    line-height: 2;
    margin: 20px 0;
    text-align: center;
    width: 125px;
}
#formcotacao .obrigatorio {
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'Tahoma Bold';
    font-size: 9px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding-top: 17px;
    width: 150px;
}
#rightmain .pesquisa .ctrcnt {
    height: 312px;
}
#rightmain .pesquisa h1 {
    padding-bottom: 10px;
}
#rightmain .pesquisa p {
    padding-top: 5px;
}
.cotacao .pcot a {
    color: #F6D105;
    font-family: 'BasicSansHeavySFBoldItalic';
    font-size: 27px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
}