.productoDatosOrden .texto {
	color:#666666;
	font-size:10px;
	height:12px;
	line-height:12px;
}
.detalleOrden .indicadorProductos {
	background-color:#f8f8f8;
    color:#6e6e6e;
    display: inline-block;
	box-sizing:border-box;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px;
    width: 100%;
}
.detalleOrden .indicadorDespacho {
	border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    color: #666;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    padding: 0 10px;
    width: 100%;
}
.detalleOrden .indicadorDespacho .icoDDdisponible {
	background-image: url("../site/common/sprite-MD.png");
    background-position: 0 -1px;
    background-repeat: no-repeat;
    float: right;
    height: 24px;
    margin: 8px 0 0;
    width: 41px;
}
.detalleOrden .indicadorDespacho .icoDRTdisponible, .detalleOrden .indicadorDespacho .icoDRTnoDisponible {
	background-image: url("../site/common/sprite-MD.png");
    background-position: -45px 0;
    background-repeat: no-repeat;
    height: 34px;
    margin: auto;
    width: 21px;
	float:right;
}
.detalleOrden .indicadorDespacho .icoDRTnoDisponible {
    background-position: -45px -36px;
}
.decripcionProducto {
	float:left;
	width:230px;
}
.decripcionProducto p {
	color: #333;
    font-size: 11px;
    line-height: 14px;
}
.detalleOrden a.linkDescarga:hover, .detalleOrdenInicio a.linkDescarga:hover {
	text-decoration:underline;
}
.contenedorDatosOrden1 {
	width:608px;
	margin:10px 20px 20px;
	padding:20px;
	border:1px solid #ececec;
	float:right;
	background-color:#FFF;
}
.estadoOrdenCliente {
	display:none;
}
.contenedorDatosOrden2{
	width:608px;
	margin:0px 20px 20px 20px;
	padding:20px;
	border:1px solid #ececec;
	float:right;
	background-color:#FFF;
}
.columna1DatosOrdenHead, .columna1DatosOrden {
	float: left;
    height: auto;
}
.columna1DatosOrdenHead {
	padding: 0 26px 0 10px;
    width: 320px;
}
.columna1DatosOrden {
    padding-right: 26px;
    width: 330px;
}
.columna2DatosOrdenHead, .columna2DatosOrden {
	float: left;
    padding-left: 9px;
    width: 239px;
}
.columna2DatosOrdenHead p {
	line-height:18px;
	font-weight: bold;
}
.columna2DatosOrdenHead p .precio {
	font-weight: normal;
}
.columna2DatosOrden .datosOrden {
	margin:10px 0 0 0;
}
.columna2DatosOrden .datosOrden .precio {
	font-weight:normal;
}
.columna2DatosOrden p {
	font-weight:bold;
}
.productoDatosOrden {
	display: inline-block;
    height: auto;
    padding: 20px 0 0 0;
}
.imagenDatosOrden {
	float:left;
	width:70px;
	height:70px;
	margin-right:10px;
}
.decripcionProducto {
	float:left;
	width:230px;
}
.decripcionProducto p {
	color: #333;
    font-size: 11px;
    line-height: 14px;
}
.productoDatosOrden .marca {
	width:230px;
	vertical-align:top;
	font-weight:bold;
}
.productoDatosOrden .precio1{
	font-weight:bold;	
	font-size:12px;
	color: #CC0000;
}
.productoDatosOrden .sku {
	color:#333;
	font-size:11px;
}
.productoDatosOrden .texto {
	color:#666666;
	font-size:10px;
	height:12px;
	line-height:12px;
}
.detalleOrden .indicadorProductos {
	background-color:#f8f8f8;
    color:#6e6e6e;
    display: inline-block;
	box-sizing:border-box;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px;
    width: 100%;
}
.detalleOrden .indicadorDespacho {
	border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    color: #666;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    padding: 0 10px;
    width: 100%;
}
.detalleOrden .indicadorDespacho .icoDDdisponible {
	background-image: url("../site/common/sprite-MD.png");
    background-position: 0 -1px;
    background-repeat: no-repeat;
    float: right;
    height: 24px;
    margin: 8px 0 0;
    width: 41px;
}
.detalleOrden .indicadorDespacho .icoDRTdisponible, .detalleOrden .indicadorDespacho .icoDRTnoDisponible {
	background-image: url("../site/common/sprite-MD.png");
    background-position: -45px 0;
    background-repeat: no-repeat;
    height: 34px;
    margin: auto;
    width: 21px;
	float:right;
}
.detalleOrden .indicadorDespacho .icoDRTnoDisponible {
    background-position: -45px -36px;
}
.detalleOrden, .detalleOrdenInicio {
	width:608px;
	display:inline-block;
	font-size:12px;
	line-height:15px;
	color:#666;
	margin: 20px 0 0 0;
}
.detalleOrdenInicio {
	margin: 0;
}
.descargaOrden {
	background-image: url("../site/common/sprite-iconosSmall.png");
    background-position: -125px 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 21px;
    margin: 0 5px 0 0;
    width: 16px;
}
.detalleOrden a.linkDescarga, .detalleOrdenInicio a.linkDescarga {
	display: block;
    font-size: 12px;
    height: 21px;
    line-height: 22px;
    margin: 5px 0;
    width: 210px;
	color:#000;
    font-weight:bold;
}


/*Contenido agregar dirección rediseño*/
a.btnAgregarDir {
	width:auto;
	height:auto;
	display:block;
	padding:8px 14px;
	text-align:center;
	margin:5px auto 15px;
	font-size:11px!important;
	font-weight:bold;
	position:relative;
	float:left;
	color:#333;
	border:1px solid #ccc;
	border-radius:2px;
	text-decoration:none;
	background: #fff;
}
a.btnAgregarDir:hover {
	background: #ececec;
}
a.btnAgregarDirAccion {
	width:auto;
	height:auto;
	display:block;
	padding:8px 14px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:11px!important;
	font-weight:bold;
	position:relative;
	float:right;
	color:#fff;
	border-bottom:2px solid #595958;
	border-radius:2px;
	text-decoration:none;
	background: #868686;
	background: -moz-linear-gradient(top, rgba(134,134,134,1) 26%, rgba(110,110,110,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(26%, rgba(134,134,134,1)), color-stop(100%, rgba(110,110,110,1)));
	background: -webkit-linear-gradient(top, rgba(134,134,134,1) 26%, rgba(110,110,110,1) 100%);
	background: -o-linear-gradient(top, rgba(134,134,134,1) 26%, rgba(110,110,110,1) 100%);
	background: -ms-linear-gradient(top, rgba(134,134,134,1) 26%, rgba(110,110,110,1) 100%);
	background: linear-gradient(to bottom, rgba(134,134,134,1) 26%, rgba(110,110,110,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#6e6e6e', GradientType=0 );
}
.margenInicioBoton {
	margin-right: 63px !important;
}
a.btnAgregarDirAccion:hover {
	background: #6b696b;
	background: -moz-linear-gradient(top, rgba(107,105,107,1) 0%, rgba(107,107,107,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,105,107,1)), color-stop(100%, rgba(107,107,107,1)));
	background: -webkit-linear-gradient(top, rgba(107,105,107,1) 0%, rgba(107,107,107,1) 100%);
	background: -o-linear-gradient(top, rgba(107,105,107,1) 0%, rgba(107,107,107,1) 100%);
	background: -ms-linear-gradient(top, rgba(107,105,107,1) 0%, rgba(107,107,107,1) 100%);
	background: linear-gradient(to bottom, rgba(107,105,107,1) 0%, rgba(107,107,107,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b696b', endColorstr='#6b6b6b', GradientType=0 );
}
a.cancelarAgDir {
	color: #333;
    display: block;
    float: right;
    font-size: 11px !important;
    height: auto;
    margin: 18px auto 10px;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-decoration: underline;
    width: auto;
}
a.cancelarAgDir:hover {
	color:#999;
}
.accionesAgregarDir {
	display:inline-block;
	width:100%;
}
.editarDirZp {
	display: block;
	position:relative;
	width:auto;
	clear:both;
	background-color:#FFF;
}
#agregarDirZp {
	display:none;
	position:relative;
	width:auto;
	clear:both;
}
#editarDirZp2, #editarDirZp3 {
	display:none;
}
.bajadaTituloZP {
	font-size:12px;
	padding:0;
	margin:0 0 15px 0;
}
.contEditarDirZP, .contAgregarDirZP {
	width:auto;
	padding:20px;
	border:1px solid #ececec;
	background-color:#fff;
}
.opcionODflecha, .opcionODflechaEd, .opcionODflechaEO {
    bottom: 0;
    height: 15px;
    left: 61px;
    position: absolute;
    top: -8px;
    width: 15px;
	z-index:1000;
}
.opcionODflechaEd {
    top: -2px;
	left: 60px;
}
.opcionODflechaEO {
    top: -1px;
	left: 60px;
}
.opcionODflecha div, .opcionODflechaEd div, .opcionODflechaEO div {
    background-color: #f5f5f5;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
	box-shadow: none;
}
.opcionODflechaEO div {
    background-color: #f5f5f5;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}
.opcionODflechaEd div, .opcionODflechaEO div {
	background-color: #fff;
}
.opcionODflecha .line10, .opcionODflechaEd .line10, .opcionODflechaEO .line10 {
    border: medium none;
    width: 15px;
}
.opcionODflecha .line9, .opcionODflechaEd .line9, .opcionODflechaEO .line9 {
    border: medium none;
    width: 13px;
}
.opcionODflecha .line8, .opcionODflechaEd .line8, .opcionODflechaEO .line8 {
    width: 11px;
}
.opcionODflecha .line7, .opcionODflechaEd .line7, .opcionODflechaEO .line7 {
    width: 9px;
}
.opcionODflecha .line6, .opcionODflechaEd .line6, .opcionODflechaEO .line6 {
    width: 7px;
}
.opcionODflecha .line5, .opcionODflechaEd .line5, .opcionODflechaEO .line5 {
    width: 5px;
}
.opcionODflecha .line4, .opcionODflechaEd .line4, .opcionODflechaEO .line4 {
    width: 3px;
}
.opcionODflecha .line3, .opcionODflechaEd .line3 {
    border-bottom: 0 solid #fff;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    width: 1px;
}
.opcionODflechaEO .line3 {
    border-bottom: 0 solid #fff;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    width: 1px;
}
.opcionODflecha .line2, .opcionODflechaEd .line2 {
    background: none repeat scroll 0 0 #ccc;
    border: medium none;
    width: 3px;
}
.opcionODflechaEO .line2 {
    background: none repeat scroll 0 0 #e5e5e5;
    border: medium none;
    width: 3px;
}
.opcionODflecha .line1, .opcionODflechaEd .line1 {
    background-color: #ccc;
    border: medium none;
    width: 1px;
}
.opcionODflechaEO .line1 {
    background-color: #e5e5e5;
    border: medium none;
    width: 1px;
}
.contenidoFlechaOD {
	height:10px;
	display:inline-block;
	width:100%;
	position:relative;
	-webkit-box-shadow: inset 0px 6px 6px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 6px 6px -2px rgba(0,0,0,0.1);
	box-shadow: inset 0px 6px 6px -2px rgba(0,0,0,0.1);
}
.contDireccionZP {
	display: table;
    height: auto;
    margin: 0 auto 10px auto;
    width: 80%;
	position:relative;
}
.contDireccionZP ul {
	display:none;
	background-color: #ffffff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #666;
    left: 171px;
    padding: 10px 10px 0 10px;
    position: absolute;
    top: 28px;
    width: 232px;
    z-index: 1000;
}
.contDireccionZP ul li {
    display: inline-block;
    font-size: 11px;
    height: auto;
    margin: 0 0 6px;
    padding: 0 0 5px 0;
    width: 100%;
	box-sizing:border-box;
}
.contDireccionZP ul li a:hover {
	color: #999;
}
.contDireccionZP ul li .sugDestacado {
    color: #333;
    font-weight: bold;
}
#cargandoDir {
	display:none;
    position: absolute;
    right: 32px;
    top: 32px;
}
.contDireccionZP select, .contDireccionZP label, .contDireccionZP input {
	display:inline-block;
	height:26px;
}
.contDireccionZP label {
	box-sizing: border-box;
    float: left;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    width: 35%;
}
.contDireccionZP input {
    float: left;
    padding: 0 4px;
    width: 50%;
}
.contDireccionZP select{
    float: left;
    padding: 0;
    width: 52%;
}
.editarDireccion {
	display:none;
	border-bottom:1px solid #ececec;
	border-top: 1px solid #ccc;
	background-color:#f5f5f5;
	padding:20px;
	position:relative;
	-webkit-box-shadow: inset 2px 6px 6px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 2px 6px 6px -2px rgba(0,0,0,0.2);
	box-shadow: inset 2px 6px 6px -2px rgba(0,0,0,0.2);
}
.agregarDireccion {
	display: block;
	border:1px solid #ccc;
	background-color:#f5f5f5;
	padding:20px;
	position:relative;
}
.indicadorDireccion {
	position:absolute;
	top:-1px; left:0;
	z-index:100;
	background-image: url(../site/common/pestana-eCompra.jpg);
	background-repeat:no-repeat;
	width:690px;
	height:11px;
}
/*Normalización de direcciones rediseño*/
.contDireccionZP p {
	display: table;
    font-size: 10px;
    height: auto;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
}
.contAgregarDirZP .llamadoResDir, .contAgregarDirZP .tituloResDir {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 4px;
	text-align:left;
}
.contAgregarDirZP .tituloResDir {
	font-size: 11px;
	margin: 6px 0;
}
.contAgregarDirZP .resultadoDir {
    display: inline-block;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
}
.contAgregarDirZP .resultadoDir p {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 80%;
	text-align:left;
	font-size:11px;
}
.contAgregarDirZP .resultadoDir a {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: absolute;
	top: 2px;
    right: 2px;
    text-decoration: underline;
    width: 58px;
}
.contAgregarDirZP .resultadoDir a:hover {
	color:#99cc00;
}
.contAgregarDirZP .resultadoDir a #icoEditarDir {
    background-position: -24px -249px;
    float: right;
    height: 20px;
    margin: 0;
    width: 20px;
}
.resultadoDir input {
	height: 24px;
    margin: 0 2px 0 10px;
    width: 16px;
}
.resultadoDir label {
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.seleccionSug {
    background-color: #eff7eb;
}
.resultadoDir .comuna {
	font-weight:bold;
	text-transform:uppercase;
}
.mapaDirZP {
	margin:10px 0 0 0;
	border:1px solid #ececec;
}
#nuevaDireccionZP, #verificarDireccion, #verificarSugerencia {
	display:none;
}
.colorNuevaDireccionZP {
	background-color:#ffffe5;
	transition:3s all ease-out;
}
/*Validaciones ingreso dirección nueva para rediseño*/
.mensajeDirNorm {
    clear: both;
    color: #cc0000;
    display: none;
    font-size: 11px;
    height: auto;
    margin: 4px 0 0;
    padding: 4px 13% 0 0;
    text-align: right;
}
#usarDirHabilitador {
	display:none;
}
/*tabla mis direcciones nueva 04-05-2016*/
#contenedorMisDireccionesZP{
	border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
#tablaMisDireccionesZP, #tablaMisTiendasZP, #tablaTarjetasZP {
	width:100%;
	border-collapse:collapse;
	float:left;
}
#tablaMisDireccionesZP .bordeDerechoZP, #tablaMisTiendasZP .bordeDerechoZP, #tablaTarjetasZP .bordeDerechoZP {
	height: 30px;
    line-height: 30px;
    padding: 0 5px;
    vertical-align: middle;
}
#tablaMisDireccionesZP .accionesZP, #tablaMisTiendasZP .accionesZP, #tablaTarjetasZP .accionesZP  {
	border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0 4px;
    text-align: center;
}
#tablaMisDireccionesZP .sinBordeZP, #tablaMisTiendasZP .sinBordeZP, #tablaTarjetasZP .sinBordeZP {
	padding:6px 0 5px 8px;
	border-bottom:1px solid #ececec;
}
#tablaMisDireccionesZP .accionesCierreZP, #tablaMisTiendasZP .accionesCierreZP, #tablaTarjetasZP .accionesCierreZP {
	border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    padding: 0 4px;
    text-align: center;
}
.accionesZP a, .accionesCierreZP label, #tablaMisTiendasZP .accionesCierreZP label, #tablaTarjetasZP .accionesCierreZP label {
	border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.accionesCierreZP input, #tablaMisTiendasZP .accionesCierreZP input, #tablaTarjetasZP .accionesCierreZP input {
	border: none;
    cursor: pointer;
	margin:7px 0 0 0;
}
.accionesZP a #icoEditarDir, .accionesZP a #icoEliminarDir {
    background: url("../site/common/sprite-iconosSmall.png");
	background-repeat:no-repeat;
	display: block;
}
.accionesZP a #icoEditarDir {
    background-position: -24px -249px;
    height: 20px;
    margin: 5px 13px 0 19px;
    width: 20px;
}
.accionesZP a #icoEliminarDir {
	background-position: -79px -230px;
    height: 16px;
    margin: 7px 21px;
    width: 16px;
}
.seleccionODR {
	background-color: #eff7eb;
}
.validRegistro, .validDireccionZP {
    float: left;
    width: 17px;
    height: 17px;
    margin: 4px 0 4px 2px;
    padding: 0;
}
.valError {
    background-position: -19px 0;
    width: 17px;
    height: 17px;
    display: none;
}
.valOK, .valError, .valAlerta, .valComOK, .compra1click, .preferencias, .imgSolox24, .imgRecomend {
    background-image: url(../site/common/sprite-Registro.png);
}
.valOK {
    background-position: 0 0;
    width: 17px;
    height: 17px;
    display: none;
}
.valOK, .valError, .valAlerta, .valComOK, .compra1click, .preferencias, .imgSolox24, .imgRecomend {
    background-image: url(../site/common/sprite-Registro.png);
}

.detalleOrden .indicadorDespacho .iconProductoIntangible {
    width: 40px;
    height: 40px;
    margin: 0;
    float: right;
    background-size: cover;
    background-image: url(/static/site/common/icons/iconDownload.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.columna2DatosOrden .labelDescargaIntangible {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.columna2DatosOrden .linkDescargaIntangible {
    width: 100%;
    font-size: 13px !important;
    text-align: left;
    color: #aad500 !important;
    font-weight: bold;
    float: left;
    text-decoration: underline !important;
    margin-bottom: 20px;
}

.columna2DatosOrden .linkDescargaIntangible:visited, .linkDescargaIntangible:active {
    font-size: 13px !important;
}

.columna2DatosOrden .linkDescargaIntangible:hover {
    font-size: 13px !important;
    text-decoration: none !important;
}

.columna2DatosOrden .codigoActivacionIntangible {
    width: 100%;
    font-size: 14px !important;
    text-align: left;
    color: #333 !important;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
}.columna2DatosOrden .labelDescargaIntangible {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.columna2DatosOrden .linkDescargaIntangible {
    width: 100%;
    font-size: 13px !important;
    text-align: left;
    color: #aad500 !important;
    font-weight: bold;
    float: left;
    text-decoration: underline !important;
    margin-bottom: 20px;
}

.columna2DatosOrden .linkDescargaIntangible:visited, .linkDescargaIntangible:active {
    font-size: 13px !important;
}

.columna2DatosOrden .linkDescargaIntangible:hover {
    font-size: 13px !important;
    text-decoration: none !important;
}

.columna2DatosOrden .codigoActivacionIntangible {
    width: 100%;
    font-size: 14px !important;
    text-align: left;
    color: #333 !important;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
}