.destaque {
    position: relative;
    padding: 10px;
    width: 550px;
    background:#FFF;
	margin-bottom:5px;
    border-top: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
    overflow: hidden;
}
.destaque:hover {
	background:#F3F3F3;
	border:1px solid #333;
	
}

.destaque .thumb {
    float: left;
	width:100px;
	margin-right:10px;
}

.destaque .box-detalhes {
    float: right;
    width: 430px;
}

.destaque .txtcod {
    color: #C00;
    text-transform: none;
    margin-bottom: 10px;
    padding: 0 0 5px 12px;
    font-size: 16px;
    font-weight: bold;
    border-bottom-width: 2px;
}

.destaque .txttitulo1 {
    position: relative;
	padding-left:20px;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
}
.destaque .txttitulo2 {
    position: relative;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
}

.destaque .txtdescricao {
    margin-bottom: 1em;
    line-height: 1.4em;
    width: 300px;
	font-size:12px;
}

.destaque .txt,.item .de {
    clear: both;
    position: relative;
    top: -5px;
    margin-bottom: 2px;
    padding: 8px;
    background-color: #D9D9D9;
    text-align: center;
    overflow: hidden;
}

.destaque .txt {
    margin-top: 4px;
    font-weight: bold;
}

.destaque .de div {
    margin: 0 auto;
    width: 80px;
}

.destaque .de a {
    float: left;
    width: 16px;
    height: 16px;
    background: url(/geral/img/bt_paging.png) no-repeat;
    font-size: 0;
    text-indent: -9999em;
}

.destaque .de a.prev {
    background-position: 0 0;
}

.destaque .de a.next {
    float: right;
    background-position: -16px 0;
}

.destaque .de span {
    float: left;
    width: 48px;
    margin-top: 2px;
}

.destaque .ico {
    clear: both;
    position: relative;
    text-align: right;
}

.destaque .ico input {
    margin-top: 5px;
}

.destaque .ico thumb {
    margin-left: 5px;
}

.destaque .diferencial {
    color: #F00;
    font-weight: bold;
}

.destaque a.mais_detalhes {
    float: right;
    position: absolute;
    bottom: 22px;
    right: 10px;
    width: 95px;
    height: 18px;
    background: url(/geral/img/bt_mais_detalhes.png);
    font-size: 0;
    text-indent: -9999em;
    z-index: 1;
}

.destaque a.linkFavorito {
    width: 28px;
    height: 24px;
    display: block;
    position: absolute;
    right: 22px;
    top: 5px;
}

.destaque a.galeria {
    display: inline;
    position: relative;
    right:auto;
    top:auto;
}

