@charset "utf-8";
/* CSS Document */

.mapBox{ padding-top:20px;}
	.mapBox p{ margin-bottom: 20px;}
	.mapBox img{ margin-right: 10px;}		
		.mapBox .state, .mapBox .city{ color:#666666; font-size: 11px; font-weight:bold;}
		.mapBox .state{ width: 200px;}
		.mapBox .city{ width: 250px;}
	.escolhaOndeComprar{ padding-top: 30px;}
		.escolhaOndeComprar h3{ margin: 0 0 10px 0; font-size:11px; color:#666666;}
		.escolhaOndeComprar p{ float:left; font-size:11px; color:#c70752; font-weight:bold; margin-right:30px;}
	.mapBox .button{ width:102px; float:left; margin-top: 12px;}
	
	
	.escolhaOndeComprarInside{ padding-top: 0;}
		.escolhaOndeComprarInside h3{ margin: 0 0 10px 0; font-size:11px; color:#666666;}
		.escolhaOndeComprarInside p{ float:left; font-size:11px; color:#c70752; font-weight:bold; margin-right:30px;}
		
	.listaRevendas{ width:593px; margin-top:40px; padding-bottom:1px; background: url('../img/bkg_red_dot.gif') repeat-x bottom left;}
		html .listaRevendas h3{ font-size:13px; color:#c70752; margin:0 0 3px 0;}
		html .listaRevendas .listWhite{ background: url('../img/bkg_red_dot.gif') repeat-x top left;}
		html .listaRevendas .listGrey{ background: #ededed url('../img/bkg_red_dot.gif') repeat-x top left;}
		
			html .listaRevendas .invisibleBox{ background-color: #FFFFFF; }
			 	html .holdName{ padding: 10px 0 0 10px; margin-bottom:15px;}
				html .holdName_alt{ padding: 10px 0 0 20px; margin-bottom:15px;}
			 		html .holdName p{ margin-bottom:15px;}
					html .holdName p a{ color:#c70752; text-decoration:none;}
						html .holdName p a:hover{ text-decoration:underline;}
						html p.listaOff, html p.listaOn{ height:22px; padding:0; margin:0;}
				html .listaOff a, html .listaOn a{ width:572px; height:13px; display:block; padding: 3px 0 3px 20px; text-decoration:none;}
				html .listaOff a{ color:#333333; background: url('../img/bt_lista_abre.gif') no-repeat center right;}
				html .listaOn a{ color:#c70752; background: url('../img/bt_lista_fecha.gif') no-repeat center right;}
				html .imgLista{ width:213px; height:147px; background: url('../img/bkg_lista_img.gif') no-repeat top right; float:left; margin-right: 15px; padding:0 0 0 8px;}
					html .imgLista img{ margin: 7px 0 0 7px;}