/* TITULOS */
h2.tit_selecione_um_modelo {
	float: left;
	width: 208px;
	height: 15px;
	background: url(../img/tit_selecione_um_modelo.gif) no-repeat 0 0
}

h3{
	clear: both;
	width: 100%;
	height: 16px;
	text-indent: -9999px;
	margin: 0 0 8px 0
}

h3.tit_vendas_especiais {margin: 0 0 10px 0}

/* LISTAGEM DE MODELOS */
ul#listagem_modelos {
clear: both
}

ul#listagem_modelos li {
	float: left;
	height: 125px;
	min-width: 150px;
	margin: 0 16px 24px 0;
	*width: 160px;
}


ul#listagem_modelos li a, ul#listagem_modelos li a * {display: block}
ul#listagem_modelos li a img, ul#listagem_modelos li a img * {float: left; display: inline;}

ul#listagem_modelos li a {text-decoration: none}



/* TIPOS DE VENDAS ESPECIAIS */
dl.vendas_especiais {
	float: right;
	margin: 0 20px 0 0
}

dl.vendas_especiais dt, dl.vendas_especiais dd {float: left}

dl.vendas_especiais dt {
	width: 124px;
	height: 18px;
	display: block;
	text-indent: -9999px
}

dl.vendas_especiais dd ul li{
	float: left;
	padding: 0 0 0 20px
}

dl.vendas_especiais dd ul li a{
	display: block;
	padding: 0 0 0 17px;
	color: #666;
	font-family: trebuchet ms;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/ico_arrow_right_02.gif) no-repeat 0 center
}

dl.vendas_especiais dd ul li a:hover{
	text-decoration: underline
}

/* COLUNA COM OPÇÕES DE FILTRAGEM DE DADOS */
#col_filtro_listagem {
	float: right;
	width: 203px;
	padding: 2px;
	background: #f6f6f8
}

#col_filtro_listagem p {
	margin: 0;
	padding: 0
}

div.box_opcoes_filtro {
	float: left;
	width: 175px;
	padding: 14px;
	margin: 0 0 2px 0;
	background: #ebeef0 url(../img/bg_box_controle_filtragem.jpg) no-repeat center 0
}

ul.mais_opcoes_item {
	float: right;
	margin: 0 0 8px 0
}

ul.mais_opcoes_item li {
	float: right;
	margin: 0
}

li.bt_zerar_escolhas a {
	width: 105px;
	display: block;
	padding: 0 0 7px 0;
	text-indent: -9999px
}

div.box_opcoes_filtro ol li {
	display: block;
	padding: 0 0 3px 10px;
	background: url(/img/ico_arrow.gif) no-repeat left center
}

div.box_opcoes_filtro ol li a {text-decoration: none}

div.box_opcoes_filtro ol li a:hover {text-decoration: underline}

/* CONTROLE DE VALORES 'DRAG AND DROP'*/
div.box_opcoes_filtro div {
	position: relative;
	width: 155px;
	height: 18px;
	padding: 17px 10px 0 10px;
	border: 1px solid #fff;
	background: url(../img/bg_controle_valor.gif) repeat-x left top
}

a.ico_drag {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 2
}

p span.valor_min {float: left}
p span.valor_min {float: right}

/* CAMPOS DE FORMULARIO COM OPÇÕES DE ESCOLHA */
fieldset p {
	float: left;
	width: 50%;
	height: 17px;
	color: #4b5a61;
	font-size: 11px;
	padding: 0 0 5px 0 !important
}

fieldset p.p_total {width: 100%}

/* QUANTIDADE DE REGISTROS ENCONTRADOS */
p.qtd_registros {
	clear: both;
	display: block;
	width: 100%;
	height: 49px;
	color: #fff;
	background: url(../img/bg_txt_selecionados.gif) no-repeat right center
}

p.qtd_registros em {display: none}

p.qtd_registros span {
	display: block;
	width: 58px;
	height: 44px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0;
	background: url(../img/bg_qtd_registros.gif) no-repeat right center
}

#listagem_modelos span.modelo {
	display: block;
	text-align: right;
	font: bold 14px 'Trebuchet MS';
	color: #DA0F13;
	width: 136px
	
}
	
#listagem_modelos span.ano {
	display: block;
	text-align: right;
	font: normal 11px 'Trebuchet MS';
	color: #3D3D3D;
	width: 136px
}


