/* Estilos asociados a la skin con el mismo nombre */
.wrapper-head
{
    height: auto;
}
.main-head
{
    height: auto;
}
.wrapper-content
{
    width: 675px;
    padding-bottom: 10px;
}

.wrapper-content .padder
{
    float: none;
    margin-top: 10px;
    padding-right: 20px;
}

.boxAside, .cesto
{
    border-radius: 5px;
    background-color: #e4e4e4;
    border: 1px solid #e0e0e0;
    position: relative;
}
.boxAside
{
    margin: 0 2px 50px;
}

/***login button *****/

.boxAside2
{
    border-radius: 5px;
    background:url(/Portals/0/Skins/Ariston/images/img_login2.png) no-repeat 30px 12px #333;
    border: 1px solid #e0e0e0;
    position: relative;
    margin: 0 2px 50px;
}

.cesto, .extranet
{
    padding: 20px;
}
.extranet2{padding:5px 20px}
.cesto h3, .extranet h3, .cesto h1
{
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    text-transform: none;
}

.cesto h1
{
    line-height: inherit;
}

.cesto h2
{
    margin-bottom: 10px;
}

.cesto
{
    margin-bottom: 80px;
    position: relative;
}
#GVpedidos tr
{
    font-size: 12px !important;
}
#GVpedidos td
{
    padding: 3px 5px;
    border-left: 1px solid #ccc;
}
.icon_cesto
{
    position: absolute;
    width: 110px;
    height: 110px;
    background: url(/Portals/0/Skins/Ariston/img/icon_cesto.png) no-repeat 0 0;
    right: -18px;
    top: -14px;
}
.cesto > span
{
    display: block;
    color: #5b5b5b;
    padding: 4px 0;
    margin-right: 70px;
}
span.numbProduct
{
    font-size: 14px;
}
span.numbProduct span
{
    color: #333;
    margin-left: 5px;
    float: right;
    margin-right: 5px;
}
span.totAmount
{
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
}

a.seeChart, input.priceTime, a.viewDetails, input.confirmButton, input.deleteButton, input.Buscar, .btnGroup input[type="submit"]
{
    position: absolute;
    bottom: -36px;
    display: block;
    right: 1px;
    padding: 5px 15px;
    background: url(/Portals/0/Skins/Ariston/img/bg-btn-blue.png) repeat-x scroll 0 0 #015194;
    border: 1px solid #114a72;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #114a72;
    box-shadow: inset 2px 3px 4px 1px rgba(255,255,255,.4), 3px 3px 4px rgba(0,0,0,.4);
}

input.priceTime, a.viewDetails, input.confirmButton
{
    position: relative;
    right: auto;
    bottom: inherit;
    font-size: 13px;
    letter-spacing: -1px;
    cursor: pointer;
}
input.priceTime
{
    margin: 8px 0 0;
    padding: 5px !important;
    width: 100%;
}

input.deleteButton, input.priceTime 
{
    float: left;
    clear: both;
    margin: 15px 0 0;
    background: url(/Portals/0/Skins/Ariston/img/bg_buton-red.png) repeat-x #a61416 0 0;
    border-color: #600606;
    text-shadow: 0 -1px 1px #600606;
    letter-spacing: normal;
}

a.viewDetails
{
    float: left;
    clear: both;
    margin: 15px 0 0;
    background: url(/Portals/0/Skins/Ariston/img/bg-btn-blue.png) repeat-x scroll 0 0 #015194;
    border-color: #600606;
    text-shadow: 0 -1px 1px #600606;
    letter-spacing: normal;
    }


a:hover.seeChart, input:hover.priceTime, a:hover.viewDetails, input.Buscar:hover, .btnGroup input[type="submit"]:hover
{
    background-position: 0 -32px;
    text-decoration: none;
}

.extranet ul li
{
    list-style: none;
    padding: 0 1px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.extranet2 ul li
{
    list-style: none;
    padding: 0 1px;
    font-size: 14px;
}
.extranet2 ul li a
{
    display: block;
    line-height: 18px;
    color:#fff;
    margin: 10px 0px 0px 39px;
    font-size:17px;
    padding-bottom:4px;
}

.extranet ul li:first-child
{
    border-top: none;
}

.extranet ul li a
{
    display: block;
    padding: 5px;
    line-height: 18px;
}

.extranet ul li a:hover
{
    background-color: #ccc;
    text-decoration: none;
}

.add
{
    padding: 1px;
}
.add a, .add img
{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*******************************************************************
**********************Resultados de la búsqueda*********************/

.searchResult h1
{
    font-size: 18px;
    color: #b0b0b0;
}
.filtroBusqueda, .marcas
{
    margin-top: 15px;
}
.filtroBusqueda legend, .filtroBusqueda label
{
    font-size: 14px;
    color: #0079c1;
    text-transform: uppercase;
    margin-right: 2px;
}

.categoryFilter, .brandFilter
{
    margin: 10px 0;
    width: 50%;
}
.brandFilter
{
    text-align: right;
}

.campoFormulario, .categoryFilter select, .brandFilter select, .limiter select, .productsList input[type="text"], .buyBox input[type="text"], .calculoArticulo input[type="text"], input.referencia
{
    border: 1px solid #007ac0;
    padding: 2px;
    border-radius: 4px;
    outline: none;
    color: #666;
}
.productsList input[type="text"], .buyBox input[type="text"]
{
    width: 94%;
}
.categoryFilter select:focus, .brandFilter select:focus, .productsList input[type="text"]:focus
{
    border-color: #888;
}
.categoryFilter select, .brandFilter select
{
    width: 240px;
}

.productTable, .pager
{
    margin: 15px 0;
}
.productsList, .headers
{
    display: table;
    width: 100%;
}
.headers
{
    line-height: 18px;
    border-bottom: 1px solid #ababab;
}
.headers div
{
    color: #ababab;
    font-size: 18px;
    text-align: left;
    float: left;
    min-height: 20px;
    padding: 10px 0;
}
.headers div.units, .productsList .units
{
    font-size: 13px;
    text-align: center;
}
.productsList
{
    display: block;
}
.productsList > li
{
    list-style: none;
    border-bottom: 1px solid #97c5e0;
}
.productsList > li > div
{
    /*display: table-cell;*/
    float: left;
    vertical-align: top;
    padding: 10px 0 15px;
}

.productImage
{
    width: 18%;
}
.productDesc
{
    width: 50%;
}
/*.units{width:8%; text-align:center; background-color:#f5f5f5;}*/
.pvp
{
    width: 30%;
    text-align: right !important;
}
.pvp .col1
{
    width: 60%;
    text-align: right !important;
    float:left;
}
.pvp .col2
{
    width: 40%;
    text-align: right !important;
    float:left;
}
.pvp .subt
{
        font-size:13px;
    }
.headers > div.pvp span
{
    padding: 0 10px;
}

.productDesc p, .productDesc h2, .productDesc span
{
    padding-right: 10px;
    margin-bottom: 5px;
}
.productDesc h2
{
    font-size: 13px;
}
.productDesc, .productDesc p
{
    font-size: 11px;
    margin-top: 0;
}
/*.productDesc p br{display:none;}*/
.productDesc b, .productDesc strong
{
    font-weight: bold;
    color: #0079c1;
}
span.linea
{
    clear: both;
    display: block;
    line-height: 1px;
}
.ref
{
    font-size: 14px;
    color: #003c60;
}
.productDesc ul
{
    margin: 10px 0 15px 15px;
}
.productDesc ul li
{
    list-style: disc;
}
.productsList img
{
    padding-right: 5%;
    max-width: 95%;
    display: block;
    margin: 0 auto;
}

.productsList .imgMarca
{
    height: 30px;
    margin: 10px auto;
}
.productsList .imgMarca img
{
    margin: 0;
    max-height: 100%;
    width: auto;
}

.productsList .units
{
    font-weight: bold;
}

.productsList li div ul li
{
    list-style: none;
}
.PVPoptions, .productsList li div .buyBox
{
    padding: 0 0px 10px;
    font-size: 13px;
    color: #4a4b4a;
}
.productsList li div .PVPoptions
{
    min-height: 28px;
    overflow-y: auto;
    text-align: right;
}

.limiter
{
    float: left;
}
.pager ol
{
    float: right;
}
.pager li
{
    float: left;
    list-style: none;
    margin: 4px 2px;
}
.pager li a, .pager li.currentPage
{
    display: block;
    height: 11px;
    line-height: 11px;
    width: 11px;
    font-size: 11px;
    text-align: center;
    background-color: #1696df;
    padding: 4px;
    color: #fff;
    text-decoration: none;
}
.pager li a:hover
{
    background-color: #004885;
}

.pager li.currentPage
{
    background-color: #ccc;
    color: #333;
}

.limiter label
{
    font-size: 12px;
}

/**********************Detalle de producto******************/

.contentDetail .productImage
{
    width: 22%;
}
.contentDetail .productImage img
{
    display: block;
    margin: 0 auto;
}
.contentDetail .productDesc
{
    width: 48%;
}
.pvp ul
{
    margin: 0 auto;
}
.pvp ul li
{
    list-style: none;
    text-align: right;
}
.backResults
{
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin: 10px auto;
    background: #f0f0f0;
    border-radius: 5px;
    text-align: center;
}
/****************TABS***************/
#tabContaier
{
    background: #f0f0f0;
    border: 1px solid #e4e4e4;
    margin: 20px auto;
    padding: 20px;
    position: relative;
    border-radius: 5px;
}
#tabContaier ul.tabs
{
    overflow: hidden;
    border-right: 1px solid #fff;
    height: 35px;
    position: absolute;
    z-index: 100;
}
#tabContaier .tabs li
{
    float: left;
    list-style: none;
}
#tabContaier .tabs li a
{
    background: #ddd;
    border: 1px solid #fcfcfc;
    border-right: 0;
    color: #666;
    cursor: pointer;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 26px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
}
#tabContaier .tabs li a:hover
{
    background: #eee;
}
#tabContaier .tabs li a.active
{
    background: #fbfbfb;
    border: 1px solid #fff;
    border-right: 0;
    color: #333;
}
.tabDetails
{
    background: #fbfbfb;
    border: 1px solid #fff;
    margin: 35px 0 0;
    border-radius: 0 0 4px 4px;
}
.tabContents
{
    padding: 20px 10px;
}

.tabContents p
{
    padding: 0 0 10px;
}
.productGrid
{
    display: table;
    margin: 10px 0;
    width: 100%;
}
.productGrid li
{
    list-style: none;
    float: left;
    margin: 10px 2%;
    text-align: center;
    width: 21%;
}
.productGrid li a
{
    text-decoration: none;
}
.productGrid li a h3
{
    font-size: .88em;
    line-height: 1.1em;
    border-bottom: 1px solid transparent;
}
.productGrid li a:hover h3
{
    border-bottom: 1px solid #0079C1;
}
.productGrid li span
{
    display: block;
    font-size: .86em;
}
.productGrid li a.viewDetails
{
    font-size: 12px;
    margin: 0 auto;
    float: none;
}

.productGrid li img
{
    max-width: 100%;
    max-height: 170px;
}

.downloadList
{
    margin: 10px 15px;
}

.downloadList li
{
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 2px 8px;
}
.downloadList li a
{
    padding: 2px 0 2px 18px;
    background: url(/Portals/0/Skins/Ariston/img/download.png) no-repeat 0 50%;
}

/**************Listado de marcas***/
.listadoMarcas
{
    display: table;
    width: 100%;
    padding: 10px 0 25px;
}

.listadoMarcas li
{
    width: 21%;
    height: 112px;
    margin: 2%;
    float: left;
    list-style: none;
}

.listadoMarcas li a
{
    display: block;
    text-align: center;
}

.listadoMarcas li img
{
    max-width: 100%;
    max-height: 100%;
}

.marcasDetail .fleft
{
    width: 30%;
}
.marcasDetail .fleft img
{
    max-width: 100%;
}
.listaDescargas
{
    width: 68%;
    margin-left:15px;
}
.listaDescargas h3
{
    padding-left: 2%;
    font-size: 1em;
    margin-bottom: 5px;
}
.listaDescargas ul
{
    margin-bottom: 18px;
}

.listaDescargas > ul > li
{
    font-size: .8em;
    list-style: none;
    margin-bottom: 1px;
    /*border-bottom: 1px solid #e0e0e0;*/
    padding: 5px 2%;
}

.listaDescargas > ul > li:hover
{
    background-color: #f3f3f3;
}

.listaDescargas ul li a
{
    padding-right: 15px;
    white-space: nowrap;
    background: url(/Portals/0/Skins/Ariston/img/download.png) no-repeat scroll 100% 50% transparent;
}

.listaDescargas ul li a:first-child
{
    padding: 0;
    background: none;
}

.listaDescargas ul.level1 > li
{
    padding: 0;
    display: table;
    width: 100%;
    margin-top: 15px;
	font-weight:bold;
	border:none;
}
.listaDescargas ul.level1 > li:hover
{
    background-color: transparent;
}
.listaDescargas ul.level1 > li > a
{
    display: block;
    float: left;
    
    white-space: inherit;
    width: 100%;
   
	margin-left: 25px;
	cursor:pointer;
}
.listaDescargas ul.level2
{
    float: left;
    width: 70%;
    font-size: .88em;
	margin-left:70px;
	font-weight:normal;
	margin-top: 15px;
}

.listaDescargas ul.level2 li
{
    margin-bottom: 5px;
    display: list-item;
}
.listaDescargas ul.level2 > li
{
    border-bottom: 1px solid #e0e0e0;
}
.listaDescargas ul.level3
{
    margin: 4px 0 5px 50px;
}
.listaDescargas ul.level3 li
{
    /*list-style: disc;
    display: list-item;*/
    line-height: 27px;
}

.listaDescargas ul.level4
{
    margin: 2px 0 2px 15px;
}
.listaDescargas ul.level4 li
{
    list-style: circle;
}


/****************** Catálogo de productos *****************/
.catalogoProductos
{
    margin-top: 15px;
}

.catalogoProductos li
{
    display: table;
    width: 100%;
    margin-bottom: 15px;
    list-style: none;
    padding-bottom: 15px;
 
}


.catalogoProductos li .fleft
{
    width: 16%;
}
.catalogoProductos li .fright
{
    width: 82%;
}

.catalogoProductos li .fleft img
{
    width: 100px;
    height: auto;
}
.catalogoProductos li .fright p
{
    margin-top: 5px;
    font-size: .8em;
}

/***************** Cesto detalle ***********************/
.PanelCestoVacio
{
    padding: 5px;
    background-color: #f1f1f1;
    border-radius: 3px;
    font-size: .9em;
    color: #444;
}

.ModIDGLCestoDetalleC .cesto
{
    padding-bottom: 10px;
}

.cesto .deleteButton
{
    float: right;
    position: relative;
    clear: both;
    margin: 5px 10px 0;
    bottom: inherit;
}

input.confirmButton
{
    clear: none;
}
.cesto .confirmButton
{
    position: absolute;
    right: 35px;
    bottom: -40px;
}
.cesto input.listaButton
{
    position: relative;
    right: 35px;
    display: block;
    right: 1px;
    padding: 5px 15px;
    background: url(/Portals/0/Skins/Ariston/img/bg-btn-blue.png) repeat-x scroll 0 0 #015194;
    border: 1px solid #114a72;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #114a72;
    box-shadow: inset 2px 3px 4px 1px rgba(255,255,255,.4), 3px 3px 4px rgba(0,0,0,.4);
}

.pedidosTable
{
    width: 98% !important;
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-size: .88em;
}

.pedidosTable td, .pedidosTable th
{
    padding: 5px;
    border-right: 1px solid #ccc;
    text-align: left;
}

.headerTable, .footerTable
{
    background-color: #c0c0c0;
    font-weight: bold;
}

.baseTable td
{
    font-weight: normal;
    border-color: #ccc;
    border-style:solid;
    border-width:1px;
    padding: 0px;
    font-size: 13px !important;
}

.pedidosTable .lastTD
{
    text-align: center;
    border-right: 0;
}

.pedidosTable .even
{
    background-color: #eee;
}

.pedidosTable .alt
{
    background-color: #f2cbcf;
    font-weight:bold;
}

.pedidosTable .price
{
    float: right;
    font-size: 1.1em;
    padding: 2px;
    color: #000;
}


/************* Tablas generales **********/

.calculoArticulo, .calculoArticulo td, .calculoArticulo tr, .datagrid, .datagrid td, .datagrid tr
{
    vertical-align: top;
}

.calculoArticulo, .datagrid
{
    margin: 10px 0 20px;
}
.calculoArticulo td, .datagrid td
{
    padding: 5px;
    font-size: .9em;
    font-weight: normal;
}

.datagrid td a
{
    font-size: 1.1em;
    font-weight: bold;
}

.btnGroup
{
    margin: 10px 0;
}

.btnGroup2
{
    margin: 10px auto 20px;
}

input.Buscar, .btnGroup input[type="submit"]
{
    position: relative;
    bottom: inherit;
    cursor: pointer;
    margin: 0;
}

.btnGroup input[type="submit"]
{
    float: left;
    margin: 0 20px 0 0;
}
