/* CSS Document */

#contenedorListaRegalos {
	width: 372px;
	padding-top:16px;
	height:162px;
	float:left;
}
#contenedorAgregarListaRegalos {
	width: 352px;
	height:152px;
	float:left;
}

#headeListaRegalos {
	width: 372px;
	height:50px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
	float: left;
}

	

#headeListaRegalos h1 {
	width:317px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	float:left;
	height:50px;
	line-height:50px;
	
}

#txt_lista_regalos  {
	font-size: 12px;
	margin-bottom: 8px;
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	
}
#txt_lista_regalos .bold {
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	
}
#txt_agredarListaRegalos  {
	font-size: 11px;
	width: 100%;
	float: left;
	height: 46px;
	line-height: 46px;
	
}

#txt_agredarListaRegalos .bold {
	font-weight: bolder;	
	
}

#listasRegalosScroll{
	float:left;
	height:95px;
	margin-top:1px;
	overflow-x:hidden;
	overflow-y:scroll;
	width:372px;
}
#footer_lista_regalos {
	width: 304px;
	float: right;
	padding-top: 20px;
	
}
#footerAgregarListaRegalos {
	float: right;
	width: 304px;
	margin-top: 2px;
}

/**/

#contenedor_producto {
	width:350px;
	height:auto;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 8px;
}
#imagen_producto {
	width:155px;
	height:155px;
	float: left;
	margin-right: 8px;
}
#marca_producto {
	float: left;
	width: 185px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;

	
}
#descripcion_producto_lista {
	float: left;
	width: 185px;
	color: #666;
	margin-bottom: 5px;

}
#sku_producto_lista{
	float: left;
	width: 185px;
	font-size: 10px;
	color: #999;
	margin-bottom: 5px;
	
}
#bazzarvoice {
	float: left;
	width: 185px;
	margin-bottom: 5px;
}
#iconos-mosaico {
	float: left;
	width: 160px;
	margin-bottom: 5px;
	
}
#iconos-mosaico li { /* para el ul */
	float: left;
	list-style-type:none;
	padding:0px 2px 0px 2px;
}
#precio_1_lista {
	float: left;
	width: 185px;
	font-size: 18px;
	color: #cb0000;
	font-weight: bold;
	margin-bottom: 5px;
}
#precio_2_lista {
	float: left;
	width: 185px;
	font-size: 10px;
	color: #666;
	margin-bottom: 5px;
}
#despacho {
	float: left;
	width: 185px;
	font-size: 10px;
	color: #666;
	margin-bottom: 5px;
}
#precio_3_lista {
	float: left;
	width: 185px;
	font-size: 10px;
	color: #666;
}
#producto_recomendado-lista {
	width:350px;
	height:190px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:5px;
}
#producto_recomendado-lista h1 {
	font-size: 13px;
	color: #999;
	font-weight: bold;
		
}
#info {
	float:left;
	height:30px;
	line-height:30px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 50px;
	text-align: center;
	margin-right: 16px;
	
}
#btnListasRegalo {
	width: 141px;
	float:left;
	margin-left: 25px;
}
#iconosAgregarLista {
	float:left;
height:20px;
width:200px;
}
#iconosAgregarLista li{
float:left;
list-style-type:none;
margin-right:4px;
}
/*-----------------------------------------------------------
	AGREGAR A LA LISTA
-----------------------------------------------------------*/

#contenedorAgregarListaRegalos .marca {
float:left;
font-size:13px;
font-weight:bold;
height:16px;
padding-top:4px;
width:200px;
}
#contenedorAgregarListaRegalos .detalle {
	float:left;
	font-size:12px;
	height:28px;
	margin-bottom:4px;
	width:200px;
}
#contenedorAgregarListaRegalos .sku {
color:#999999;
float:left;
font-size:10px;
margin-bottom:4px;
	width:200px;
}
#contenedorAgregarListaRegalos .despacho {
float:left;
height:40px;
padding-top:4px;
width:190px;
}
#contenedorAgregarListaRegalos .BV {
float:left;
margin-bottom:4px;
width:190px;
}
#contenedorAgregarListaRegalos .precio1 {
color:#CC0000;
float:left;
font-size:16px;
font-weight:bold;
height:22px;
margin-right:4px;
padding-top:6px;
width:auto;
}
#contenedorAgregarListaRegalos .opUnica {
margin-left:2px;
}
#contenedorAgregarListaRegalos .precio2 {
float:left;
height:14px;
padding-top:4px;
width:160px;
}
#contenedorAgregarListaRegalos .precio3 {
color:#999999;
float:left;
font-size:11px;
height:14px;
width:160px;
}
#contenedorAgregarListaRegalos .foto {
	float: left;
	margin-right: 14px;
	margin-bottom: 40px;
}
/*-----------------------------------------------------------
	WL
-----------------------------------------------------------*/
#contenedorExternoWL {
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border:1px solid #CCCCCC;
	float:left;
	width:958px;
}
#headerPrincipalWL {
	border-bottom:1px solid #CCCCCC;
	float:left;
	height:auto;
	padding:18px 18px 18px;
	width:922px;
}
#headerPrincipalWL .titulo {
	font-size:24px;
	font-weight:bold;
	width: 749px;
	float: left;
}
#headerPrincipalWL .titulo2{
	font-size:18px;
	font-weight:bold;
	padding-bottom: 8px;
	color: #666666;
	width: 586px;

}
#headerPrincipalWL .nombre {
	font-size:14px;
	font-weight:bold;
}
#headerPrincipalWL .destacado {
	font-weight:bold;
}
#headerPrincipalWL .titulo3 {
	color:#999999;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	margin-top: 3px;
	float: left;
	width: 749px;
	margin-bottom: 8px;
}
#bajadaWL {
	color:#999999;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	margin-top: 3px;
	float: left;
	width: 586px;
}

#columna1HeaderWL {
	float:left;
	width:750px;
	height:auto;
}
#columna2HeaderWL {
	float:left;
	width:170px;
	height:auto;
}
#columna2HeaderWL ul {
	float:left;
	padding-left:15px;
}
#columna2HeaderWL li {
	line-height:20px;
	list-style-image:url(../site/common/bulFlecha.gif);
	list-style-position:inside;
}
#contenedorWL {
	float:left;
	width:802px;
	min-height: 378px;
	margin-bottom: 8px;
	padding-top: 16px;
	padding-right: 78px;
	padding-bottom: 0;
	padding-left: 78px;
}
#contenedorWL .titulo {
	font-size:18px;
	line-height:24px;
	margin-bottom: 8px;
	width: 400px;
	float: left;
	height: 24px;
}

#contenedorCreateLists {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #EBEBEB;
	margin-bottom:8px;
	padding:16px;
	width:768px;
	float: left;
	height: auto;
}
#contenedorCreateLists .titulo {
	float:left;
	width:768px;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 8px;
}

#contenedor2CreateLists {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #EBEBEB;
	margin-bottom:8px;
	width:800px;
	float: inherit;
	height: auto;
	padding-bottom: 8px;
}
#headerVerLista {
	border-bottom:1px solid #EBEBEB;
	float: left;
	width: 800px;
}
#cajaLP1xVerListaWL {
	float:left;
	height:auto;
	width:768px;
	padding:16px 16px 10px 16px;
}
.cajaLP1xVerListaWL {
	float:left;
	height:auto;
	width:768px;
	padding:16px 16px 10px 16px;
}
#informacionCreateLists {
	float:left;
	width:768px;
	table-layout: fixed;
}
#informacionCreateLists .tdCreateLists {
	width:121px;
	line-height:20px;
	height: 30px;
	text-align: right;
	vertical-align: top;
}
#informacionCreateLists .tdMensajeCreateLists {
	width:160px;
	line-height:20px;
	height: 30px;
	text-align: right;
	vertical-align: top;
}
#informacionCreateLists .td2CreateLists {
	width:40px;
	line-height:22px;
	height: 24px;
	text-align: right;
}
#informacionCreateLists .td3CreateLists {
	height:24px;
	line-height:22px;
	text-align:right;
	vertical-align:top;
	width:90px;
}
#informacionCreateLists td, #informacion2CreateLists td {
	padding:2px;
}
#informacion2CreateLists {
	width:768px;
	padding-bottom: 10px;
	float: left;
}
#informacion2CreateLists .tdMensajeCreateLists {
	height:30px;
	line-height:20px;
	text-align:right;
	vertical-align:top;
	width:160px;
}
#informacion2CreateLists .td2CreateLists {
	width:90px;
	line-height:22px;
	height: 24px;
	text-align: right;
}
#informacion2CreateLists .td3CreateLists {
	height:24px;
	line-height:17px;
	text-align:left;
	vertical-align:top;
	width:70px;
}
#informacion2CreateLists .td4CreateLists {
	width:90px;
	line-height:10px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
}
#informacion2CreateLists .td5CreateLists {
	text-align:left;
	width:16px;
}
#informacion2CreateLists .td6CreateLists {
	text-align:left;
	width:140px;
	vertical-align: middle;
}
#informacion2CreateLists .tdRelleno {
	text-align:left;
	width:100%;
}
#informacion2CreateLists textarea {
}
#informacion2CreateLists .fecha {
	color:#666666;
	font-size:11px;
	height:16px;
	margin-top:2px;
	width:90px;
	text-align: left;
	float: left;
}
#informacion2CreateLists #datepicker {
	color:#666666;
	font-size:11px;
	height:16px;
	margin-top:2px;
	width:90px;
	text-align: left;
	float: left;
	margin-right:2px;
}
#informacion2CreateLists .calendario {
	float:left;
	margin-left:5px;
	height: 24px;
}
#contenedorBotonWL {
	float:right;
	padding-top:7px;
}
#contenedorBoton2WL {
	float:right;
	padding-top:7px;
	padding-right:8px;
}

.anchoBoton {
	width:90px;
}
/*NUEVA LISTA*/
#tituloWL {
	float:left;
	padding:8px 16px;
	width:768px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}
.txtEmocionalWL {
	float:left;
	width:922px;
	font-size:14px;
	font-weight:bold;
	height:20px;
	margin-bottom:8px;
	padding-bottom:8px;
	text-align: center;
	color: #666;
}
#fila1NuevaLista {
	width:749px;
	float: left;
}
#fila2NuevaLista {
	width:560px;
	margin-bottom:8px;
}
#nomberNuevaLista {
	float:left;
	width:auto;
	font-size: 24px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-right: 8px;
}
#fechaNuevaLista {
	float:left;
	width: 120px;
	height: 25px;
	line-height: 25px;
	color: #666;
	text-align: right;
}


#mensajeLista {
	float:left;
	width: 586px;
	height: auto;
	line-height: 15px;
	color: #999;
}

#contenedorNuevaLista {
	width: 540px;
	height: auto;
	float: right;
}
#columnaListasCreadas {
	float:left;
	width: 180px;
	line-height: 25px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: bold;
}
#contenedorNuevaLista li {
	width: 560px;
	height: 20;
	list-style-image: url(../site/common/bulFlecha.gif);
}
.listaCreadaNuevaLista {
	float:left;
	width: 470px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 20px;
	margin-bottom: 4px;
}
.eliminarWL {
	width:80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 20px;
	margin-bottom: 4px;
	float:left;
	text-align: right;
	height: 20px;
}

#categoriaWL {
	float:left;
	margin-bottom:8px;
	width:960px;
	margin-top: 8px;
}
#cajaWL {
	display:inline;
	float:left;
	margin-left:20px;
	margin-right:20px;
	width:151px;
}
#categorias1WL {
	float:left;
	height:88px;
	margin:6px 0 0 10px;
	width:106px;
}
#categorias2WL {
	float:left;
	height:88px;
	margin:6px 0 0 10px;
	width:106px;
}
#categorias3WL {
	float:left;
	height:88px;
	margin:6px 0 0 10px;
	width:106px;
}
#categorias4WL {
	float:left;
	height:88px;
	margin:6px 0 0 10px;
	width:106px;
}
#cajaWL-imagen, #cajaWL-titulo, #cajaWL-texto {
	margin-right: auto;
	margin-left: auto;
	width: 120px;
	padding-left: 2px;
}
#cajaWL-imagen {
	background-color: #000;
	height: 106px;
	background-image: url(../site/common/img-categorias.jpg);
	width: 129px;
}
#cajaWL-titulo {
	font-weight: bold;
	font-family: 11;
	line-height: 25px;
}
#cajaWL-texto {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 18px;
}
#contenedorBannerWL {
	float:left;
	margin-bottom:8px;
	width:960px;
}
.banner3WL, .banner4WL, .banner5WL {
	border:1px solid #CCCCCC;
	float:left;
	height:102px;
	width:312px;
}
.banner3WL {
	margin-right:9px;
}
.banner4WL {
	margin-right:8px;
}
/*EDITAR LISTA*/
#cajaLP1xWL {
	float:left;
	height:auto;
	margin-bottom:8px;
	width:768px;
}
#fotoLP1xWL {
	border:1px solid #FFFFFF;
	float:left;
	height:157px;
	margin:0 10px;
	position: relative;
}
.descripcionLP1xWL {
	float:left;
	margin:8px 30px 0 10px;
	width:170px;
}
.descripcionLP1xWL .marca {
	float:left;
	font-size:13px;
	font-weight:bold;
	height:16px;
	padding-top:4px;
	width:170px;
}
.descripcionLP1xWL .detalle {
	float:left;
	font-size:12px;
	height:28px;
	margin-bottom:4px;
	width:170px;
}
.descripcionLP1xWL .sku {
	color:#999999;
	float:left;
	font-size:10px;
	margin-bottom:4px;
	width:170px;
}
.descripcionLP1xWL .despacho {
	float:left;
	height:40px;
	padding-top:4px;
	width:190px;
}
.descripcionLP1xWL .BV {
	float:left;
	margin-bottom:4px;
	width:170px;
}
.preciosCajaLP1xWL {
	float:left;
	width:150px;
	padding-top: 20px;
}
.preciosCajaLP1xWL .precio1 {
	color:#CC0000;
	float:left;
	font-size:20px;
	font-weight:bold;
	height:24px;
	margin-right:4px;
	padding-top:6px;
	width:auto;
}
.preciosCajaLP1xWL .opUnica {
	margin-left:2px;
}
.preciosCajaLP1xWL .precio2 {
	float:left;
	font-size:12px;
	height:14px;
	padding-top:4px;
	width:150px;
}
.preciosCajaLP1xWL .precio3 {
	color:#999999;
	float:left;
	font-size:11px;
	height:14px;
	width:150px;
}
#cantidadCajaTextoLP1xWL {
	float:left;
	width:35px;
	padding-top: 27px;
}
#cantidadCajaLP1xWL {
	float:left;
	width:45px;
	padding-top: 22px;
	padding-left: 20px;
}
#cantidad2CajaLP1xWL {
	float:left;
	width:100px;
	padding-top: 24px;
	text-align: center;
}
#botonesCajaLP1xWL {
	float:right;
	width:150px;
	padding-top: 28px;
}
#botonesCajaLP1xWL #agregarBolsa {
	float:left;
	height:22px;
	margin-bottom:5px;
	width: 146px;
}
 #eliminarLista {
	color:#999999;
	float:left;
	font-size:10px;
	height:18px;
	padding-top:8px;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
}
#headerWL {
	float:left;
	width:400px;
	padding-top: 8px;
}
#header2WL {
	float:left;
	width: 800px;
	padding-bottom: 12px;
	margin-top: -2px;
}

#headerWL #paginacion, #header2WL #paginacion {
	float:right;
	width:133px;
}
#headerWL #paginador, #header2WL #paginador {
float:left;
margin:4px 6px 0;
}
#txtDescripcionWL {
	width:332px;
	float: left;
	color: #666;
	padding-left: 28px;
	height: 20px;
	line-height: 20px;
}
#txtPrecioWL {
	width:150px;
	float: left;
	color: #666;
	height: 20px;
	line-height: 20px;
}
#txtCantidadDeseadaWL {
	width:100px;
	float: left;
	color: #666;
	line-height: 20px;
	height: 20px;
	text-align: center;
}
#txtCantidadWL {
	width:140px;
	float: left;
	color: #666;
	line-height: 20px;
	height: 20px;
	text-align: center;
}
#quickinfo1xWL {
	border:0;
	left:15px;
	position:absolute;
	top:127px;
	display: none;
}
#contenedoragregarWL p {
	float:left;
	text-align:right;
	width:758px;
	padding-top: 4px;
}
/*Resultado de búsqueda*/



#txtPropietarioWL, #propietarioWL {
	margin-top:7px;
	width:300px;
	float: left;
	color: #666;
	height: 20px;
	line-height: 20px;
}
#txtFechaWL, #fechaWL {
	margin-top:7px;
	width:120px;
	float: left;
	color: #666;
}
#txtNombreWL, #nombreWL {
	margin-top:7px;
	width:213px;
	float: left;
	color: #666;
}

#filaResultadoBusquedaWL {
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 4px;
	width: 768px;
}
#propietarioWL {
}
#fechaWL {
}
#nombreWL {
}
#verWL {
	margin-top:7px;
	width:130px;
	float: left;
	color: #666;
	text-align: right;
}

#contenedorbuscadorWL {
	float:left;
	width: 768px;
}
#nombreResultadoBusquedaWL, #emailResultadoBusquedaWL {
	float: left;
	width: 100px;
	margin-right: 8px;
	text-align: right;
	height: 22px;
	line-height: 22px;
	margin-top: 8px;
}
#nombre2ResultadoBusquedaWL, #email2ResultadoBusquedaWL {
	float: left;
	height: 22px;
	width: 150px;
	margin-top: 8px;
}

/*ver lista*/
#checkboxCajaLP1xWL {
	float:right;
	width:50px;
	padding-top: 18px;
}

#seleccionar {
	width:105px;
	float: right;
	height: 20px;
	line-height: 20px;
	color: #666;
	text-align: center;
}
#contenedorBtnWL {
	float:right;
	width:150px;
}

/*show wishlist of Searched */
.descripcionLP1xWL2 {
	float:left;
	margin-right:30px;
	width:170px;
}
.descripcionLP1xWL2 .marca {
	float:left;
	font-size:13px;
	font-weight:bold;
	height:16px;
	padding-top:4px;
	width:170px;
}
.descripcionLP1xWL2 .detalle {
	float:left;
	font-size:12px;
	height:28px;
	margin-bottom:4px;
	width:170px;
}
.descripcionLP1xWL2 .sku {
	color:#999999;
	float:left;
	font-size:10px;
	margin-bottom:4px;
	width:170px;
}
.descripcionLP1xWL2 .despacho {
	float:left;
	height:40px;
	padding-top:4px;
	width:190px;
}
.descripcionLP1xWL2 .BV {
	float:left;
	margin-bottom:4px;
	width:170px;
}

#contenedorAgregarListaRegalos .wishlistPrice1 {
	float:left;
	width: 160px;
}
/* fix bug by nemo 2015/03/27 FBATGU-4333 */
#contenedorBolsa>#contenedorBolsa2 .anchoBoton{
	width:100px;
}