@media only screen and (-webkit-min-device-pixel-ratio:2) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: pointer;
    }

    #barraTop {
        position: relative;
        float: left;
        z-index: 999;
        background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 44px;
    }
}

@media only screen and (max-device-width:480px) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: pointer;
    }

    #barraTop {
        position: relative;
        float: left;
        z-index: 999;
        background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 44px;
    }
}

@media only screen and (device-width:768px) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: pointer;
    }

    #barraTop {
        position: relative;
        float: left;
        z-index: 999;
        background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 44px;
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: pointer;
    }

    #barraTop {
        position: relative;
        float: left;
        z-index: 999;
        background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 44px;
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: pointer;
    }

    #barraTop {
        position: relative;
        float: left;
        z-index: 999;
        background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 44px;
    }
}

@media only screen and (min-device-width:981px) and (max-device-width:1299px) and (orientation:landscape) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: pointer;
    }

    #barraTop {
        position: relative;
        float: left;
        z-index: 999;
        background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 44px;
    }
}

@media only screen and (-webkit-device-pixel-ratio:.75) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: pointer;
    }

    #barraTop {
        position: relative;
        float: left;
        z-index: 999;
        background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 44px;
    }
}

@media only screen and (-webkit-device-pixel-ratio:1) and (orientation:landscape) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: pointer;
    }

    #barraTop {
        position: relative;
        float: left;
        z-index: 999;
        background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 44px;
    }
}

@media only screen and (-webkit-device-pixel-ratio:1) and (orientation:portrait) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: pointer;
    }

    #barraTop {
        position: relative;
        float: left;
        z-index: 999;
        background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 44px;
    }
}

@media only screen and (-webkit-device-pixel-ratio:1.5) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: pointer;
    }

    #barraTop {
        position: relative;
        float: left;
        z-index: 999;
        background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
        height: 44px;
    }
}

@media only screen and (min-width:1000px) {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: default;
    }

    #barraTop {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.9;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.9;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.9;
	background-color:#333;
	
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
       /* background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;*/
        width: 100%;
        height: 44px;
    }
}

@media all {
    html,body {
        margin: 0;
		padding:0;
        overflow-x: hidden;
        cursor: default;
    }

    #barraTop {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.9;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.9;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.9;
	background-color:#333;
	
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
       /* background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x;*/
        width: 100%;
        height: 44px;
    }
}

@media \0screen {
  html,body{margin:0; padding:0; overflow-x:hidden; cursor:default; }
  #barraTop{position: fixed;  top: 0;  left: 0;  z-index: 999;background-image: url(//www.kikaustore.it/images/nuovosito/barrasup.png);
        background-position: bottom;
        background-repeat: repeat-x; width: 100%;  height: 44px;  }
} 

textarea {
    resize: none;
}

h1 {
    font-family: "Century Gothic",Arial;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    margin-top: 15px;
}

h2 {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #1A1A1A;
    font-weight: 400;
}

h3 {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #1A1A1A;
    font-weight: 400;
}

#BodyPage {
    width: 100%;
    margin-top: 33px;
}

#BodyPage>#topLogo {
    width: 100%;
    height: 173px;
    border-bottom: 1px solid #999;
}

#BodyPage>#topLogo>#divTopLogo {
    width: 975px;
}


#overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-color:#FFF;
    z-index: 349;
    display: none;
    opacity: 0.5;
	filter: alpha(opacity=50);
}

#overlay #rotellaSito {
    position: absolute;
    display: none;
    background-image: url(/images/nuovosito/loaderbig.gif);
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    background-position: center center;
}

#overlayLista {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background-color: #FFF;
    z-index: 349;
    display: block;
}

#overlayLista #rotellaLista {
    position: absolute;
    display: none;
    background-image: url(/images/nuovosito/loaderbig.gif);
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    background-position: center center;
}

#divContLogo {
    position: relative;
    float: left;
    width: 153px;
    margin-left: 23px;
    margin-top: 30px;
}

#divDatiCostruzione {
    position: relative;
    float: right;
    width: 780px;
    height: 131px;
    margin-top: 30px;
}

#boxBanner {
    position: relative;
    float: left;
    width: 550px;
    height: 96px;
    margin-left: 8px;
    margin-top: 4px;
    background-image: url(../images/nuovosito/testata.jpg);
}

#noboxBanner {
    position: relative;
    float: left;
    width: 550px;
    height: 96px;
    margin-left: 8px;
    margin-top: 4px;
}

#contBanner {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 289px;
    height: 96px;
}

#lblScopriCome {
    position: absolute;
    top: 70px;
    left: 304px;
}

#lblScopriCome a {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

#lblScopriCome:hover a {
    text-decoration: underline;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
}

#lblPrimoAcquisto {
    position: absolute;
    top: 70px;
    left: 405px;
}

#lblPrimoAcquisto a {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

#lblPrimoAcquisto:hover a {
    text-decoration: underline;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
}

#boxMiniMenu {
    position: relative;
    float: right;
    width: 192px;
    height: 53px;
    margin-top: 55px;
}

.spazioMiniMenu {
    position: relative;
    float: left;
    width: 1px;
    height: 26px;
    margin-top: 13px;
    background-color: #7b7c7e;
}

#boxMiniTopLista {
    position: relative;
    float: left;
    width: 63px;
    height: 53px;
}

#boxMiniListaTop {
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    margin-left: 14px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -158px -198px;
}

#boxMiniListaBottom {
    position: relative;
    float: left;
    width: 63px;
    height: 19px;
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    color: #7b7c7e;
}

#boxMiniTopLista:hover #boxMiniListaTop {
    background-position: -158px -232px;
    cursor: pointer;
}

#boxMiniTopLista:hover #boxMiniListaBottom {
    position: relative;
    float: left;
    width: 63px;
    height: 19px;
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    color: #000;
    cursor: pointer;
}

#boxMiniTopNews {
    position: relative;
    float: left;
    width: 63px;
    height: 53px;
}

#boxMiniNewsTop {
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    margin-left: 14px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -193px -198px;
}

#boxMiniNewsBottom {
    position: relative;
    float: left;
    width: 63px;
    height: 19px;
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    color: #7b7c7e;
}

#boxMiniTopNews:hover #boxMiniNewsTop {
    background-position: -193px -232px;
    cursor: pointer;
}

#boxMiniTopNews:hover #boxMiniNewsBottom {
    position: relative;
    float: left;
    width: 63px;
    height: 19px;
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    color: #000;
    cursor: pointer;
}

#boxMiniTopContatti {
    position: relative;
    float: left;
    width: 63px;
    height: 53px;
}

#boxMiniContattiBottom {
    position: relative;
    float: left;
    width: 63px;
    height: 19px;
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    color: #7b7c7e;
}

#boxMiniContattiTop {
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    margin-left: 14px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -227px -198px;
}

#boxMiniTopContatti:hover #boxMiniContattiTop {
    background-position: -227px -232px;
    cursor: pointer;
}

#boxMiniTopContatti:hover #boxMiniContattiBottom {
    position: relative;
    float: left;
    width: 63px;
    height: 19px;
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    color: #000;
    cursor: pointer;
}

.divTestoMenu {
    font-size: 11px;
    height: 32px;
    cursor: pointer;
    border-right: 1px solid #000;
    margin-top: 5px;
}

.divTestoMenuSingolo {
    padding-top: 8px;
    padding-left: 17px;
    padding-right: 16px;
}

.divTestoMenuDoppio {
    padding-top: 0;
    padding-left: 17px;
    padding-right: 16px;
}

#divContSlide {
    position: relative;
}

#divCorpoSlide {
    position: relative;
    margin-bottom: 10px;
    height: 382px;
    width: 975px;
}

#divSlide {
    position: relative;
    float: left;
    width: 650px;
    border: 1px solid #9E9E9E;
    height: 365px;
    margin-top: 20px;
}

#divDescHome {
    position: relative;
    float: left;
    overflow: hidden;
    width: 311px;
    margin-left: 10px;
    height: 390px;
}

#divDescHome div {
	padding-top: 5px;
    padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    font-family: "Century Gothic",Arial;
    font-size: 11px;
    color: #333;
	line-height:1.25;
	
}
#divDescHome div a{ text-decoration:none; color:#333; font-weight:bold;}
#divDescHome div a:hover{ text-decoration:underline; color:#333; font-weight:bold;}

#corpocentrale {
    position: relative;
    width: 975px;
    margin-top: 10px;
    overflow: hidden;
}

#divBoxFiltri {
    position: relative;
    float: left;
    display: none;
    width: 250px;
    margin-bottom: 10px;
}

#divFiltriRicerca {
    position: relative;
    float: left;
    width: 250px;
}

#divLineaSepara {
    width: 975px;
    height: 3px;
    margin-bottom: 10px;
    margin-top: 5px;
    background-color: #CCC;
}

#divContenutiPagina {
    position: relative;
    float: left;
    width: 975px;
    margin-top: 13px;
}

#divColonnaSinistra {
    position: relative;
    float: left;
    width: 250px;
    margin-right: 25px;
    margin-bottom: 20px;
}

#contenuto {
    position: relative;
    float: right;
    width: 700px;
    z-index: 0;
}

#divTastoFacebook {
    position: relative;
    float: left;
    margin-left: 50px;
    width: 158px;
    height: 45px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -10px -340px;
}

#divTastoFacebook:hover {
    cursor: pointer;
}

#divTastoGoogle {
    position: relative;
    float: left;
    margin-left: 50px;
    width: 158px;
    height: 45px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -10px -400px;
}

#divTastoGoogle:hover {
    cursor: pointer;
}

#divTastoTwitter {
    position: relative;
    float: left;
    margin-left: 50px;
    width: 158px;
    height: 45px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -230px -340px;
}

#divTastoTwitter:hover {
    cursor: pointer;
}

#divTastoYoutube {
    position: relative;
    float: left;
    margin-left: 50px;
    width: 158px;
    height: 45px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -230px -400px;
}

#divTastoYoutube:hover {
    cursor: pointer;
}

#footer {
    position: relative;
    float: left;
    width: 100%;
    border-top: 6px solid #3E3D40;
    background-color: #CCC;
    overflow: hidden;
}

.footerLink {
    text-decoration: none;
    color: #1A1A1A;
}

.footerLink:hover {
    text-decoration: underline;
    color: #000;
}

.divFooterRow {
    position: relative;
    float: left;
    width: 975px;
    border-bottom: 1px solid #3E3D40;
    padding-bottom: 20px;
}

.divFooterCols {
    position: relative;
    float: left;
    width: 241px;
    margin-top: 25px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #1A1A1A;
}

.divSocialCols {
    position: relative;
    float: left;
    width: 241px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #1A1A1A;
}

.divFooterColsDouble {
    position: relative;
    float: left;
    width: 486px;
    margin-top: 25px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #1A1A1A;
}

.divFooterTitle {
    position: relative;
    float: left;
    width: 240px;
    height: 30px;
}

#footerData {
    position: relative;
    float: left;
    width: 975px;
   /* height: 100px;*/	
    margin-top: 20px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #1A1A1A;
}

#divFooterCenter {
    position: relative;
    width: 975px;
}

#divFooterCenterCont {
    position: relative;
    float: left;
    width: 975px;
}

.titleFooter {
    font-family: "Century Gothic",Arial;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.titleFooter a {
    font-family: "Century Gothic",Arial;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.titleFooter a:hover {
    font-family: "Century Gothic",Arial;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

#twitter {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../images/nuovosito/sprites.png);
    cursor: pointer;
    background-position: -9px -89px;
}

#twitter:hover {
    background-position: -9px -118px;
    cursor: pointer;
}

#facebook {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 4px;
    background-image: url(../images/nuovosito/sprites.png);
    cursor: pointer;
    background-position: -45px -89px;
}

#facebook:hover {
    background-position: -45px -118px;
    cursor: pointer;
}

#google {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 4px;
    background-image: url(../images/nuovosito/sprites.png);
    cursor: pointer;
    background-position: -81px -89px;
}

#google:hover {
    background-position: -81px -118px;
    cursor: pointer;
}

#youtube {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 4px;
    background-image: url(../images/nuovosito/sprites.png);
    cursor: pointer;
    background-position: -117px -89px;
}

#youtube:hover {
    background-position: -117px -118px;
    cursor: pointer;
}

#metodipagamento {
    position: relative;
    float: left;
    width: 130px;
    height: 180px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -9px -155px;
}

#metodipagamento:hover {
    cursor: pointer;
}

#divOrari {
    position: relative;
    float: left;
    width: 200px;
    height: 100px;
    margin-top: 10px;
    font-size: 12px;
}

#divNewServizioClienti {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 160px;
    height: 55px;
    font-size: 12px;
    font-weight: 700;
    z-index: 100;
    background-color: #FFF;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 3px 3px #B3B3B3;
    -webkit-box-shadow: 3px 3px #B3B3B3;
    box-shadow: 3px 3px #B3B3B3;
}

#divServizioClienti {
    position: absolute;
    width: 90px;
    left: 20px;
    height: 18px;
    top: 174px;
    font-size: 12px;
    font-weight: 700;
    z-index: 100;
    background-color: #CCC;
}

#divServizioClienti div {
    padding-left: 3px;
}

#divNumeroServizio {
    position: absolute;
    width: 200px;
    top: 180px;
    height: 45px;
    border: 4px solid #333;
    z-index: 0;
    font-size: 26px;
    font-weight: 700;
}

#divNumeroServizio div {
    padding-top: 6px;
    padding-left: 15px;
}

.linkCatFooter {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.linkCatFooter:hover {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

#okRicerca {
    position: relative;
    float: left;
    width: 50px;
    margin-right: 20px;
}

#okRicerca>div {
    margin: 6px;
    border: 1px solid #999;
    height: 23px;
    width: 40px;
    background-color: #333;
    cursor: pointer;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #FFF;
}

#okRicerca>div>div {
    padding-top: 4px;
    padding-left: 10px;
}

#okRicerca>div:hover {
    border: 1px solid #999;
    background-color: #FFF;
    color: #999;
    cursor: pointer;
}

#divBoxCerca {
    position: relative;
    float: left;
    width: 215px;
    height: 44px;
}

#divBoxCercaCont {
    margin-top: 6px;
    border: 1px solid #999;
    height: 23px;
    width: 213px;
    background-color: #FFF;
}

#divBoxCercaCont div {
    padding-left: 1px;
    padding-top: 2px;
}

#divBoxSpedisci {
    position: relative;
    float: left;
    width: 210px;
    height: 44px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
}

#divBoxSpedisci>#divBoxSpedisciCont {
    margin: 12px;
    height: 23px;
    width: 155px;
    color: #FFF;
}

#divBoxSpedisci>#divBoxSpedisciCont>#lblBoxSpedisci {
    position: relative;
    float: left;
    width: 120px;
    color: #FFF;
}

#divBoxSpedisci>#divBoxSpedisciCont>#flagBoxSpedisci {
    position: relative;
    float: left;
    width: 30px;
}

#divBoxSpedisci>#divBoxSpedisciCont>#flagBoxSpedisci>div {
    height: 15px;
    width: 21px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -10px -11px;
}

#divBoxSpedisci>#divBoxSpedisciCont>#ArrBoxSpedisci {
    position: relative;
    float: left;
    width: 5px;
}

#box {
    text-transform: uppercase;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #999;
    width: 200px;
    margin-top: -1px;
    border: 0;
}

#contbarraTop {
    width: 975px;
    height: 44px;
}

#divBarraMacro {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    height: 42px;
    border-bottom: 1px solid #999;
    z-index: 200;
}

#divBarraMacroCont {
    position: relative;
    width: 975px;
    height: 42px;
    font-family: "Century Gothic",Arial;
}

.nav {
    position: relative;
    width: 975px;
    margin-top: 6px;
}

.nav>.divMenu {
    float: left;
    padding: 0;
    margin: 0;
}

.nav .hover-panel a {
    display: inline-block;
}

.menu {
    float: left;
    font-size: 11px;
    cursor: pointer;
    margin: 0!important;
    padding: 0!important;
}

.menuSingolo {
    font-weight: 700;
    font-size: 12px;
    color: #7B7C7E;
    width: 82px;
}

.menuSingolo .menuSingoloBordo {
    height: 30px;
    border-right: 1px solid #7B7C7E;
}

.menuSingolo .menuSingoloNoBordo {
    height: 30px;
}

.menuDoppio {
    font-weight: 700;
    font-size: 12px;
    color: #7B7C7E;
    width: 120px;
}

.menuDoppio .menuRigoDoppio {
    height: 30px;
    border-right: 1px solid #7B7C7E;
}

.menuDoppio .menuSingoloRigo {
    height: 22px;
    padding-top: 8px;
    border-right: 1px solid #7B7C7E;
}

#divKappa {
    position: relative;
    float: left;
    height: 32px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 25px;
    border-right: 1px solid #999;
}

#divKappa>div {
    padding-top: 3px;
    font-weight: 700;
}

.linkKappa {
    color: #999;
    font-family: "Century Gothic",Arial;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    background-color: #0C3;
}

.linkKappa:hover {
    color: #000;
    font-family: "Century Gothic",Arial;
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.frecciaDown {
    position: relative;
    float: left;
    display: none;
    z-index: 9999;
    left: 50%;
    margin-left: -11px;
    margin-top: -6px;
    background-image: url(//www.kikaustore.it/images/nuovosito/nuovafrecciadown.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 21px;
    height: 14px;
}

.menu:hover .frecciaDown {
    display: block;
}

.hover-panel {
    position: absolute;
    left: 0;
    top: 37px;
    z-index: 5000;
    width: 975px;
    margin-left: -13px;
    padding: 10px;
    font-size: 12px;
    display: none;
}

.menu:hover .hover-panel {
    display: block;
}

.menu:hover .menuSingolo {
    font-weight: 700;
    height: 42px;
    color: #000;
}

.menu:hover .menuDoppio {
    font-weight: 700;
    height: 42px;
    color: #000;
}

#boxLogin {
    position: relative;
    float: left;
    width: 310px;
    height: 44px;
    font-family: "Century Gothic",Arial;
}

#boxUtente {
    height: 44px;
    width: 175px;
    color: #FFF;
    font-family: "Century Gothic",Arial;
    font-size: 9px;
}

#boxUtente>#divNoLog {
    margin-top: 10px;
}

#boxUtente>#divLog {
    margin-top: 4px;
}

#boxCarrello {
    position: relative;
    float: left;
    width: 170px;
    height: 44px;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
}

#boxCarrello>#divBoxCarrello {
    margin-top: 6px;
    border: 1px solid #999;
    height: 23px;
    width: 168px;
    background-color: #FFF;
}

#boxCarrello>#divBoxCarrello>#divLabelCarrello {
    position: relative;
    float: left;
    width: 127px;
    height: 23px;
    border-right: 1px solid #999;

}

#boxCarrello>#divBoxCarrello>#divLabelCarrello div {
    padding-top: 2px;
}

#boxCarrello>#divBoxCarrello>#divArticoliCarrello {
    position: relative;
    float: left;
    width: 39px;
    height: 23px;
}

#boxCarrello>#divBoxCarrello>#divArticoliCarrello>#ArticoliCarrello {
    padding-top: 2px;
}

.tendinebarra {
    width: 1px;
    height: 1px;
}

#livesearch {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    width: 390px;
    z-index: 150;
}

#riepilogo {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    width: 357px;
    display: none;
    z-index: 150;
}

#divAreaClienti {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    float: left;
    top: 0;
    margin-left: 44%;
    width: 357px;
    display: none;
    z-index: 150;
	filter:inherit;

}

.linksearch {
    cursor: pointer;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    text-decoration: none;
    color: #7B7C7E;
}

.linksearch:hover {
    cursor: pointer;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

#boxIntestazione {
    position: absolute;
    float: right;
    top: 30px;
    left: 35%;
    display: block;
}

#boxIntestazioneSx {
    position: relative;
    float: left;
    width: 5px;
    height: 137px;
    background-image: url(/images/box_intestazione/boxtestsx3.png);
}

#boxIntestazioneMid {
    position: relative;
    float: left;
    height: 137px;
    background-image: url(/images/box_intestazione/boxtestmid3.png);
    background-repeat: repeat-x;
}

#boxIntestazioneMid div {
    font-family: "Century Gothic",Arial;
    font-size: 18px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    color: #FFF;
}

#boxIntestazioneDx {
    position: relative;
    float: left;
    width: 12px;
    height: 137px;
    background-image: url(/images/box_intestazione/boxtestdx3.png);
}

.h1Scheda {
    font-family: "Century Gothic",Arial;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
}

.h2Scheda {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #FFF;
    font-weight: 400;
}

.h3Scheda {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #FFF;
    font-weight: 400;
}

.linkPathScheda {
    font-family: "Century Gothic",Arial;
    font-size: 18px;
    color: #7B7C7E;
    cursor: pointer;
    text-decoration: none;
}

.linkPathScheda:hover {
    font-family: "Century Gothic",Arial;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

#RotellaEvidenza {
    position: relative;
    float: left;
    width: 975px;
    height: 305px;
    background-image: url(/images/nuovosito/loaderbig.gif);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    z-index: 2500;
}

#LoaderEvidenza {
    position: relative;
    float: left;
    width: 975px;
    height: 305px;
    background-image: url(/images/nuovosito/sfondotendina.png);
    background-repeat: repeat;
    z-index: 500;
}

#avanzaEvidenza {
    position: relative;
    float: left;
    width: 973px;
    height: 30px;
}

#linkChiudiTra {
    text-decoration: none;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

#linkChiudiTra:hover {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.pallettaAvanza {
    position: relative;
    float: left;
    cursor: pointer;
    width: 16px;
    height: 14px;
    margin-right: 10px;
    margin-top: 7px;
    background-image: url(/images/pallette.png);
    background-repeat: no-repeat;
    background-position: -23px 0;
    z-index: 500;
}

.pallettaAvanza:hover {
    background-position: 1px 0;
    z-index: 500;
    cursor: pointer;
}

.pallettaAvanzaSelect {
    position: relative;
    float: left;
    width: 16px;
    height: 14px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 7px;
    background-image: url(/images/pallette.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 500;
}

#divSlideBarra {
    position: relative;
    float: left;
    border-bottom: 1px solid #666;
    width: 975px;
    height: 35px;
    color: #666;
}

#contEvidenza {
    position: relative;
    z-index: 0;
    float: left;
    width: 975px;
    height: 305px;
    font-family: "Century Gothic",Arial;
    font-size: 20px;
    color: #3E3D40;
}

.tabEvidenza {
    position: relative;
    float: left;
    height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    color: #666;
    cursor: pointer;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
}

.tabEvidenza div {
    padding-top: 6px;
}

.tabEvidenza:hover {
    border-bottom: 6px solid #666;
}

.varTaglia {
    position: relative;
    float: left;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    margin-right: 5px;
    width: 120px;
    margin-bottom: 2px;
    height: 17px;
    border: 1px solid #999;
    overflow: hidden;
    background-color: #FFF;
}

.varTaglia div {
    padding-top: 2px;
}

.varTaglia:hover {
    background-color: #83B7DD!important;
    color: #FFF!important;
    border: 1px solid #000;
}

.varTagliaSel {
    position: relative;
    float: left;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    margin-right: 5px;
    color: #FFF;
    width: 120px;
    margin-bottom: 2px;
    height: 17px;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #83B7DD;
}

.varTagliaSel div {
    padding-top: 2px;
}

.varTagliaSel:hover {
    background-color: #83B7DD!important;
    color: #FFF!important;
    border: 1px solid #000;
}

.varColore {
    position: relative;
    float: left;
    cursor: pointer;
    width: 225px;
    height: 17px;
    font-size: 10px;
    font-weight: 700;
    color: #1A1A1A;
    border: 1px solid #999;
    background-color: #FFF;
}

.varColoreSel {
    position: relative;
    float: left;
    cursor: pointer;
    width: 225px;
    height: 17px;
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    border: 1px solid #000;
    background-color: #83B7DD;
}

.varColoreSel:hover {
    background-color: #83B7DD!important;
    color: #FFF!important;
    border: 1px solid #000;
}

.varColore:hover {
    background-color: #83B7DD!important;
    color: #FFF!important;
    border: 1px solid #000;
}

#divFotoScheda {
    position: relative;
    float: left;
    width: 400px;
}

#divImgBig {
    position: relative;
    overflow: hidden;
    float: left;
    width: 400px;
    height: 400px;
    margin-top: 15px;
}

#divImgBig div {
    margin: 50px;
}

#divImgMini {
    position: relative;
    float: left;
    width: 400px;
    overflow: hidden;
    margin-top: 15px;
}

#boxMiniature {
    width: 400px;
    position: relative;
    float: left;
    overflow: hidden;
}

.divMiniPic {
    position: relative;
    float: left;
}

.separaMini {
    position: relative;
    width: 5px;
    height: 55px;
    float: left;
}

.imgGall {
    cursor: pointer;
    border: 1px solid #999;
    margin: 2px;
    margin-bottom: 6px;
    height: 55px;
}

.imgGall:hover {
    cursor: pointer;
    border: 1px solid #000;
    margin: 2px;
    margin-bottom: 6px;
}

#divContCenter {
    position: relative;
    width: 975px;
}

#divInfoScheda {
    position: relative;
    float: left;
    width: 565px;
    margin-left: 10px;
}

#divTitoloDesc {
    position: relative;
    float: left;
    border-right: 1px solid #999;
    margin-top: 24px;
    width: 350px;
    font-weight: 700;
    color: #1A1A1A;
    font-family: "Century Gothic",Arial;
    font-size: 18px;
}

#divTitoloDesc div {
    padding-top: 9px;
}

#divMarchioScheda {
    position: relative;
    float: left;
    margin-top: 24px;
    width: 200px;
    font-family: "Century Gothic",Arial;
    font-size: 18px;
    font-weight: 700;
}

#divMarchioScheda div {
    padding-top: 9px;
}

#divMarchioScheda div>img {
    width: 181px;
    border: 0;
}

#divDescrizioneEstesa {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 565px;
    color: #1A1A1A;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
}

#divCondividiSu {
    position: relative;
    float: left;
    width: 565px;
    height: 75px;
    color: #1A1A1A;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
	margin-top:10px;
	margin-bottom:5px;
}
/*  NUOVO MODALE*/


#modal-box-pop {
  /*background-color:t;*/
  width:460px;
  padding:20px;
  margin:0 auto;
  /*border: 6px solid #8FB5C1;*/
  display: inline-block;
  opacity: 0;
  padding: 15px;
  left:50%;
  position: fixed;
  text-align: justify;
  top: 40%;
  visibility: hidden;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0) inset;
  -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0) inset;
  -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0) inset;
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0) inset;
  -webkit-transition: opacity .5s, top .5s;
  -moz-transition: opacity .5s, top .5s;
  -ms-transition: opacity .5s, top .5s;
  -o-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s;
}


.overlayClass {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlayClass:target {
    visibility: visible;
    opacity: 1;
}

.overlayClass:target+#modal-box-pop {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    /*background-color: rgba(0, 0, 0, 0.8);*/
	border:1px solid #000;
    height: 22px;
    line-height: 20px;
    position: absolute;
    right: -15px;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}*/

/* FINE NUOVO MODALE */

#divVarianti {
    position: relative;
    float: left;
    width: 565px;
	height:auto;
    background-color: #F2F2F2;
    border-bottom: 2px solid #999;
}

#lblDisponibile {
    width: 100%;
    padding-top: 5px;
}

#lblSpedito {
    width: 100%;
    padding-top: 5px;
}

#lblPrezzo {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 5px;
    font-size: 16px;
    height: 15px;
}

#divBoxQuantita {
    position: relative;
    float: left;
    margin-left: 7px;
    height: 20px;
    border: 1px solid #999;
    background-color: #FFF;
}

#divBoxQuantita2 {
    position: relative;
    float: left;
    height: 20px;
    border: 1px solid #999;
    background-color: #FFF;
}

#quantita {
    border: 0;
    margin-left: 5px;
    margin-top: 1px;
    color: #000;
    background-color: #FFF;
    text-align: center;
}

#divSpaziatoreSotto {
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
    height: 20px;
    margin-top: 5px;
}

#divNoVarianti {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
}

#divNoVarDisp {
    position: relative;
    float: left;
    width: 100%;
	margin-top:10px;
}

#divNoVarDispBox {
    position: relative;
    float: left;
    width: 100;
    margin-top: 50px;
}

#divNoVarDispBox div {
    width: 100%;
    padding-top: 10px;
}

#divNoVarDispBox2 {
    position: relative;
    float: left;
    width: 100%;
}

#divNoVarSepara {
    position: relative;
    float: left;
    height: 120px;
    width: 3px;
}

#divNoVarSepara div {
    height: 100px;
    width: 1px;
    background-color: #999;
    margin-top: 12px;
}

#divNoVarPrezzo {
    position: relative;
    float: left;
    /*height: 120px;*/
    width: 213px;
	margin-bottom:5px;
}

#divNoVarLblPrezzo {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 10px;
    font-size: 12px;
    height: 15px;
}

#divTastiScheda {
    width: 100%;
    position: relative;
    float: left;
    height: 43px;
    background-color: #F2F2F2;
}

#divTastiFunzionali {
    position: relative;
    float: left;
    height: 43px;
    width: 350px;
    color: #1A1A1A;
    font-family: "Century Gothic",Arial;
}

#lblQuantita {
    position: relative;
    float: left;
    margin-top: 5px;
    height: 30px;
    width: 213px;
}

#lblQuantita div {
    width: 100%;
    padding-top: 10px;
    font-weight: 700;
}

#divBoxCambiaQuantita {
    position: relative;
    float: left;
    height: 40px;
    width: 213px;
}

#divNoVarSpedito {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}

#divNoVarSpeditoBox {
    position: relative;
    float: left;
    height: 30px;
    width: 100;
}

#divNoVarSpeditoBox div {
    width: 100%;
    padding-top: 10px;
}

#divNoVarSpeditoBox2 {
    position: relative;
    float: left;
    width: 100%;
}

#divNoVarProdCode {
    position: relative;
    float: left;
    width: 100%;

}

#divNoVarProdCodeBox {
    position: relative;
    float: left;
    height: 30px;
    width: 100;
}

#divNoVarProdCodeBox div {
    width: 100%;
    padding-top: 10px;
}

#divNoVarProdCodeBox2 {
    position: relative;
    float: left;
    width: 100%;
}

#divBoxVarianti {
    position: relative;
    float: left;
    width: 350px;
    color: #1A1A1A;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    border-right: 1px solid #999;
	background-color: #F2F2F2;

}

.divBoxVariantiSotto {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    margin-bottom: 15px;
	background-color: #F2F2F2;
}

#divVarTaglie {
    position: relative;
    float: left;
    width: 350px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 10px;
}

#tagliascelta {
    position: relative;
    float: left;
    height: 25px;
    padding-left: 10px;
    width: 350px;
    padding-top: 5px;
}

#listataglie {
    position: relative;
    float: left;
    width: 350px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#colorescelto {
    position: relative;
    float: left;
    height: 25px;
    padding-left: 13px;
    padding-top: 8px;
}

.listacolori {
    position: relative;
    float: left;
    padding-left: 13px;
}

.divContBoxColori {
    position: relative;
    float: left;
    width: 328px;
    margin-bottom: 2px;
}

.divBoxColori {
    position: relative;
    float: left;
    margin-right: 5px;
    width: 17px;
    height: 17px;
    border: 1px solid #FFF;
    overflow: hidden;
}

.divBoxColori div {
    position: relative;
    float: left;
    height: 18px;
}

#divDatiScheda {
    position: relative;
    float: left;
    width: 213px;
	height:auto;
    color: #1A1A1A;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
	background-color: #F2F2F2;
}

#divDatiSchedaPrezzo {
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
}

#lblPrezzoLabel {
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
    height: 12px;
    margin-top: 7px;
}

#lblDispLabel {
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
    height: 20px;
}

#lblDispScheda {
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
}

#lblBoxSpedito {
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
    height: 20px;
}

#lblSpeditoVar {
    position: relative;
    float: left;
    width: 100%;
    color: #1A1A1A;
    font-size: 12px;
}

#lblQuantitaVar {
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
    height: 20px;
    margin-top: 10px;
    font-weight: 700;
}

.divMateriale {
    padding-left: 5px;
    padding-top: 2px;
}

#easy_zoom {
    width: 300px;
    height: 250px;
    border: 5px solid #eee;
    background: #fff;
    color: #333;
    position: absolute;
    top: 300px;
    left: 45%;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
    line-height: 400px;
    text-align: center;
}

.btnTastiScheda {
    cursor: pointer;
    position: relative;
    float: left;
    height: 43px;
    width: 174px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #666;
}

.btnTastiSchedaTop {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 43px;
}

.btnTastiSchedaTop div {
    padding-top: 13px;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
}

.btnTastiScheda:hover .btnTastiSchedaTop div {
    cursor: pointer;
    color: #000;
}

.btnTastiSchedaNoPrev {
    position: relative;
    float: left;
    height: 43px;
    width: 174px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #666;
}

#divSeparaTastiScheda {
    position: relative;
    float: left;
    width: 1px;
    height: 43px;
    background-color: #999;
}

.divCambiaQuantita {
    position: relative;
    float: left;
    height: 25px;
    width: 100%;
}

.divCambiaQuantita #btnDiminuisci {
    cursor: pointer;
    position: relative;
    font-weight: 700;
    color: #7B7C7E;
    margin-left: 55px;
    width: 30px;
    font-size: 24px;
    float: left;
    height: 25px;
}

.divCambiaQuantita #btnDiminuisci>div {
    margin-top: -5px;
}

.divCambiaQuantita #btnDiminuisci:hover {
    cursor: pointer;
    font-weight: 700;
    color: #000;
}

.divCambiaQuantita #btnAumenta {
    cursor: pointer;
    position: relative;
    font-weight: 700;
    color: #7B7C7E;
    margin-left: 17px;
    font-size: 24px;
    float: left;
    height: 25px;
}

.divCambiaQuantita #btnAumenta>div {
    margin-top: -5px;
}

.divCambiaQuantita #btnAumenta:hover {
    cursor: pointer;
    font-weight: 700;
    color: #000;
}

.tastiScheda {
    text-decoration: none;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
}

.tastiScheda:hover {
    text-decoration: underline;
    cursor: pointer;
}

.tastoAggiungiCarrello {
    position: relative;
    float: left;
    cursor: pointer;
    width: 215px;
    height: 43px;
}

.btnTastoAggiungi {
    cursor: pointer;
    position: relative;
    float: left;
    height: 43px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
}

.btnTastoAggiungiTop {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 43px;
    background-color: #0B72B5;
}

.btnTastoAggiungiTop div {
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.btnTastoAggiungiBottom {
    cursor: pointer;
    position: relative;
    clear: left;
    margin-top: 2px;
    height: 5px;
}

.btnTastoAggiungi:hover .btnTastoAggiungiBottom {
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    clear: left;
    height: 5px;
    background-color: #0B72B5;
}

.btnTastoAggiungi:hover .btnTastoAggiungiTop div {
    cursor: pointer;
    color: #FFF;
}

.btnTastoAggiungiMidi {
    cursor: pointer;
    position: relative;
    float: left;
    height: 33px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
}

.btnTastoAggiungiMidiTop {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 33px;
    background-color: #0B72B5;
}

.btnTastoAggiungiMidiTop div {
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
}

.btnTastoAggiungiMidiBottom {
    cursor: pointer;
    position: relative;
    clear: left;
    margin-top: 2px;
    height: 5px;
}

.btnTastoAggiungiMidi:hover .btnTastoAggiungiMidiBottom {
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    clear: left;
    height: 5px;
    background-color: #0B72B5;
}

.btnTastoAggiungiMidi:hover .btnTastoAggiungiMidiTop div {
    cursor: pointer;
    color: #FFF;
}





.btnTastoAggiungiMini {
    cursor: pointer;
    position: relative;
    float: left;
    height: 23px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
}

.btnTastoAggiungiMiniTop {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 23px;
    background-color: #0B72B5;
}

.btnTastoAggiungiMiniTop div {
	line-height:23px;
	height:23px;
    padding-left: 3px;
    padding-right: 3px;
}

.btnTastoAggiungiMiniBottom {
    cursor: pointer;
    position: relative;
    clear: left;
    margin-top: 2px;
    height: 5px;
}

.btnTastoAggiungiMini:hover .btnTastoAggiungiMiniBottom {
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    clear: left;
    height: 5px;
    background-color: #0B72B5;
}

.btnTastoAggiungiMini:hover .btnTastoAggiungiMiniTop div {
    cursor: pointer;
    color: #FFF;
}







.btnTastoAggiungiGR {
    cursor: pointer;
    position: relative;
    float: left;
    width: 215px;
    height: 43px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
}

.btnTastoAggiungiGRTop {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 43px;
    background-color: #999;
}

.btnTastoAggiungiGRTop div {
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
}

.btnTastoAggiungiGRBottom {
    cursor: pointer;
    position: relative;
    clear: left;
    margin-top: 2px;
    height: 5px;
    background-color: #FFF;
}

#divAggiuntoCarrello {
    position: absolute;
    z-index: 350;
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
    top: -390px;
    right: 7px;
    width: 210px;
    height: 100px;
    font-family: "Century Gothic",Arial;
    color: #FFF;
    font-size: 18px;
}

#cursorPrevSx {
    cursor: pointer;
    position: relative;
    width: 30px;
    font-size: 24px;
    float: left;
    height: 25px;
}

#cursorPrevSx:hover {
    cursor: pointer;
    font-weight: 700;
}

#cursorPrevSx>div {
    margin-top: -5px;
}

#cursorPrevDx {
    cursor: pointer;
    position: relative;
    margin-left: 17px;
    font-size: 24px;
    float: left;
    height: 25px;
}

#cursorPrevDx:hover {
    cursor: pointer;
    font-weight: 700;
}

#cursorPrevDx>div {
    margin-top: -5px;
}

#divSlideProduct {
    position: relative;
    float: left;
    width: 975px;
    height: 376px;
    margin-top: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 0;
}

.linkBLK {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.linkBLK:hover {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

.linkWHT {
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
}

.linkWHT:hover {
    text-decoration: underline;
    color: #FFF;
    cursor: pointer;
}

.linkGRY {
    text-decoration: none;
    color: gray;
    cursor: pointer;
}

.linkGRY:hover {
    text-decoration: underline;
    color: gray;
    cursor: pointer;
}

.linksearch {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.linksearch:hover {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    text-decoration: underline;
    color: #333;
    cursor: pointer;
}

.linkModMsg {
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    color: #7B7C7E;
    cursor: pointer;
    text-decoration: none;
}

.linkModMsg:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #000;
}

.piumenoInfo {
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

.piumenoInfo:hover {
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    text-decoration: underline;
}

.divAzioneCarrello {
    position: relative;
    float: left;
    width: 140px;
    height: 40px;
    cursor: pointer;
}

.divAzioneCarrello div {
    padding-top: 12px;
    color: #333;
    cursor: pointer;
}

#divErroreRegistra {
    position: relative;
    width: 975px;
    height: 30px;
    background-color: red;
    display: none;
}

#msgErroreRegistra {
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    color: #FFF;
    padding-left: 10px;
    padding-top: 5px;
}

#msgErroreRegistraSx {
    position: relative;
    float: left;
    width: 78%;
}

#msgErroreRegistraDx {
    position: relative;
    float: left;
    width: 20%;
}

#divRecuperoPass {
    position: relative;
    float: left;
    width: 95%;
    height: 20px;
    padding-left: 13px;
}

#linkRecuperoPass {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    text-decoration: none;
}

#linkRecuperoPass:hover {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

#divApriRecupero {
    position: absolute;
}

#divErroreRicInfo {
    position: relative;
    width: 310px;
    height: 30px;
    background-color: red;
    display: none;
}

#msgErroreRicInfo {
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    color: #FFF;
    padding-left: 10px;
    padding-top: 5px;
}

#msgErroreRicInfoSx {
    position: relative;
    float: left;
    width: 78%;
}

#msgErroreRicInfoDx {
    position: relative;
    float: left;
    width: 20%;
}

.linkModificaCarrello {
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    color: #7B7C7E;
    font-weight: 700;
    cursor: pointer;
}

.linkModificaCarrello:hover {
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

#modcarr {
    color: #666;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

#modcarr:hover {
    color: #000;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.linkGall {
    font-size: 30px;
    cursor: pointer;
}

.linkLog {
    color: #666;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.linkLog:hover {
    color: #666;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.linkLogWHT {
    color: #FFF;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.linkLogWHT:hover {
    color: #FFF;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.linkLog333 {
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.linkLog333:hover {
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

#linkAreaClienti {
    color: #FFF;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

#linkAreaClienti:hover {
    color: #FFF;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

#frecciaTendaMacro {
    display: none;
    background-image: url(//www.kikaustore.it/images/nuovosito/nuovafreccia.png);
    cursor: pointer;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 31px;
    height: 17px;
    top: 42px;
    z-index: 5001;
}

.testitenda {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
}

.lblColoriTenda {
    position: relative;
    float: left;
    background-image: url(../images/nuovosito/sprites.png);
    cursor: pointer;
    background-position: -240px -15px;
    margin-left: 13px;
    width: 187px;
    margin-top: 13px;
    height: 20px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #3E3D40;
}

.divSpaziatore13 {
    position: relative;
    float: left;
    width: 13px;
    height: 13px;
}

.divContColoreMin10 {
    position: relative;
    float: left;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    border: 1px solid #3E3D40;
    overflow: hidden;
}

.divContColore10 {
    position: relative;
    float: left;
    margin-top: 3px;
    margin-left: 13px;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    border: 1px solid #3E3D40;
    overflow: hidden;
}

.divContColoreMag10 {
    position: relative;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    border: 1px solid #3E3D40;
    overflow: hidden;
}

.divTendaPrezzo {
    position: relative;
    float: left;
    width: 200px;
    height: 70px;
    margin-top: 10px;
}

.divVariantiTaglia {
    position: relative;
    float: left;
    margin-left: 13px;
    width: 187px;
    margin-top: 13px;
    height: 20px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #3E3D40;
}

.divColoriTenda {
    position: relative;
    float: left;
    height: 13px;
}

.separatore {
    position: relative;
    float: left;
    width: 48px;
    height: 50px;
}

.divFreccia {
    background-color: #FFF;
    cursor: pointer;
}

.divFreccia:hover {
    background-color: #000;
    cursor: pointer;
}

.divFreccia:hover .linkGall {
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
}

.imgEvi {
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    -moz-box-shadow: 0 0 5px #FFF;
    -webkit-box-shadow: 0 0 5px #FFF;
    box-shadow: 0 0 5px #FFF;
}

.imgEvi:hover {
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

.imgEvi2 {
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    -moz-box-shadow: 0 0 5px #FFF;
    -webkit-box-shadow: 0 0 5px #FFF;
    box-shadow: 0 0 5px #FFF;
}

.imgEvi2:hover {
    overflow: hidden;
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

.tendaVar {
    position: absolute;
    width: 200px;
    height: 120px;
    left: 0;
    top: 170px;
}

.NewUser,.nuovadest {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #000;
}

#cod_fisc {
    text-transform: uppercase;
}

#linkLog {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
}

#linkLog:hover {
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
}

.divContenitoreNews {
    position: relative;
    width: 975px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
}

#divContenitoreCentrale {
    position: relative;
    width: 975px;
}

#divContenitoreCentraleIndex {
    position: relative;
    width: 975px;
    margin-top: 24px;
}

#divContenitoreCentraleSx {
    position: relative;
    float: left;
    width: 643px;
    height: 556px;
}

#divContenitoreCentraleDx {
    position: relative;
    float: right;
    width: 310px;
    height: 556px;
    margin-left: 22px;
}

#divBoxLista {
    position: relative;
    float: left;
    width: 308px;
    height: 166px;
    overflow: hidden;
    border: 1px solid #999;
    margin-bottom: 23px;
}

#divBoxLista a {
    text-decoration: none;
}

#divBoxIndexGrande {
    position: relative;
    float: left;
    width: 308px;
    height: 361px;
    overflow: hidden;
    border: 1px solid #999;
    background-image: url(/images/nuovosito/boxgrande.jpg);
}

#divBoxIndexGrande div {
    position: relative;
    float: left;
    margin-left: 30px;
    width: 270px;
    margin-top: 200px;
    height: 110px;
    line-height: 2;
    font-family: "Century Gothic",Arial;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}

#contImg {
    position: relative;
    float: left;
    width: 641px;
    height: 361px;
    overflow: hidden;
    border: 1px solid #999;
    cursor: pointer;
}

#divBoxSconto {
    position: relative;
    float: left;
    width: 308px;
    height: 166px;
    overflow: hidden;
    border: 1px solid #999;
    margin-top: 23px;
    margin-right: 23px;
}

#divBoxSpedizione {
    position: relative;
    float: left;
    width: 308px;
    height: 166px;
    overflow: hidden;
    border: 1px solid #999;
    margin-top: 23px;
}

#divContenitoreEvidenza {
    position: relative;
    width: 975px;
}

.linkTendaMarchio {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #000;
}

.linkTendaMarchio:hover {
    cursor: pointer;
    color: #000;
    text-decoration: underline;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #000;
}

.tastochiudi {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 18px;
    height: 18px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -160px -130px;
}

.tastochiudi:hover {
    background-position: -182px -130px;
}

.boxPulsantiAC {
    position: relative;
    float: left;
    width: 195px;
    height: 180px;
}

.lblBottoniPrev {
    position: relative;
    float: left;
    width: 110px;
    height: 50px;
    color: #7D7C7E;
    font-family: "Century Gothic",Arial;
    font-size: 16px;
    font-weight: 700;
}

#lblAccount {
    padding-left: 41px;
}

#boxOrdini {
    margin-left: 41px;
}

#btnOrdini {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-image: url(../images/nuovosito/spritear.png);
    background-position: -30px -171px;
    cursor: pointer;
}

#btnOrdiniSelect {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-image: url(../images/nuovosito/spritear.png);
    color: #000;
    background-position: -30px -31px;
    cursor: pointer;
}

#boxOrdini:hover #btnOrdini {
    background-position: -30px -31px;
    cursor: pointer;
}

#boxOrdini:hover #lblOrdini {
    color: #000;
    cursor: pointer;
}

#boxPreventivi {
    margin-left: 41px;
}

#btnPreventivi {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-image: url(../images/nuovosito/spritear.png);
    background-position: -170px -171px;
    cursor: pointer;
}

#btnPreventiviSelect {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-image: url(../images/nuovosito/spritear.png);
    color: #000;
    background-position: -170px -31px;
    cursor: pointer;
}

#boxPreventivi:hover #btnPreventivi {
    background-position: -170px -31px;
    cursor: pointer;
}

#boxPreventivi:hover #lblPreventivi {
    color: #000;
    cursor: pointer;
}

#boxIndirizzi {
    margin-left: 41px;
}

#btnIndirizzi {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-image: url(../images/nuovosito/spritear.png);
    background-position: -310px -171px;
    cursor: pointer;
}

#btnIndirizziSelect {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-image: url(../images/nuovosito/spritear.png);
    color: #000;
    background-position: -310px -31px;
    cursor: pointer;
}

#boxIndirizzi:hover #btnIndirizzi {
    background-position: -310px -31px;
    cursor: pointer;
}

#boxIndirizzi:hover #lblIndirizzi {
    color: #000;
    cursor: pointer;
}

#boxFatture {
    margin-left: 41px;
}

#btnFatture {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-image: url(../images/nuovosito/spritear.png);
    background-position: -450px -171px;
    cursor: pointer;
}

#btnFattureSelect {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-image: url(../images/nuovosito/spritear.png);
    color: #000;
    background-position: -450px -31px;
    cursor: pointer;
}

#boxFatture:hover #btnFatture {
    background-position: -450px -31px;
    cursor: pointer;
}

#boxFatture:hover #lblFatture {
    color: #000;
    cursor: pointer;
}

#boxLista {
    margin-left: 41px;
}

#btnLista {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-image: url(../images/nuovosito/spritear.png);
    background-position: -590px -171px;
    cursor: pointer;
}

#btnListaSelect {
    position: relative;
    float: left;
    width: 110px;
    height: 110px;
    background-image: url(../images/nuovosito/spritear.png);
    color: #000;
    background-position: -590px -31px;
    cursor: pointer;
}

#boxLista:hover #btnLista {
    background-position: -590px -31px;
    cursor: pointer;
}

#boxLista:hover #lblLista {
    color: #000;
    cursor: pointer;
}

#divPagaPreventivo {
    position: relative;
    float: left;
    width: 260px;
    height: 70px;
    background-color: #9e0f3a;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    cursor: pointer;
}

#divPagaPreventivo div {
    padding-top: 18px;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
}

#divPagaPreventivo:hover div {
    text-decoration: underline;
}

#divPreventivoConfermato {
    position: relative;
    float: left;
    width: 260px;
    height: 70px;
    background-color: #9e0f3a;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    cursor: pointer;
}

#divPreventivoConfermato div {
    padding-top: 10px;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
}

#divPreventivoConfermato:hover div {
    text-decoration: underline;
}

#lblArticoliLista {
    position: relative;
    float: left;
    margin-top: 8px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

#lblArticoliListaSelect {
    position: relative;
    float: left;
    margin-top: 8px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid #999;
    cursor: pointer;
}

#lblArticoliLista:hover {
    position: relative;
    float: left;
    margin-top: 8px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid #999;
    cursor: pointer;
}

#lblRegaliRicevuti {
    position: relative;
    float: left;
    margin-top: 8px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

#lblRegaliRicevuti:hover {
    position: relative;
    float: left;
    margin-top: 8px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid #999;
    cursor: pointer;
}

#lblRegaliRicevutiSelect {
    position: relative;
    float: left;
    margin-top: 8px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid #999;
    cursor: pointer;
}

#linkFattura {
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

#linkFattura:hover {
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

.btnCart {
    cursor: pointer;
    height: 30px;
    margin-top: 4px;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #666;
}

.btnCartTop {
    cursor: pointer;
    position: relative;
    clear: left;
    width: 100%;
    padding-top: 3px;
    height: 20px;
}

.btnCartBottom {
    cursor: pointer;
    position: relative;
    clear: left;
    width: 100%;
    height: 8px;
    background-color: #666;
}

.btnCart:hover {
    cursor: pointer;
    height: 30px;
    margin-top: 4px;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #666;
}

.btnCart:hover .btnCartTop {
    cursor: pointer;
    position: relative;
    clear: left;
    background-color: #666;
    color: #FFF;
    width: 100%;
    padding-top: 3px;
    height: 20px;
}

.btnCartSx {
    position: relative;
    float: left;
    color: #999;
    font-size: 18px;
    width: 20px;
    cursor: pointer;
}

.btnCartSx:hover {
    position: relative;
    float: left;
    color: #000;
    width: 20px;
    cursor: pointer;
}

.btnCartDx {
    position: relative;
    float: left;
    color: #999;
    font-size: 18px;
    width: 20px;
    cursor: pointer;
}

.btnCartDx:hover {
    position: relative;
    float: left;
    color: #000;
    width: 20px;
    cursor: pointer;
}

.btnNewStyle {
    cursor: pointer;
    position: relative;
    float: left;
    height: 30px;
    border: 1px solid #666;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #666;
}

.btnNewStyleTop {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 22px;
}

.btnNewStyleTop div {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.btnNewStyleBottom {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 8px;
    background-color: #666;
}

.btnNewStyle:hover .btnNewStyleBottom {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 8px;
    background-color: red;
}

.btnNewStyle:hover .btnNewStyleTop div {
    cursor: pointer;
    color: #000;
}

.btnNewStyleFuc {
    cursor: pointer;
    position: relative;
    float: left;
    height: 48px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #FFF;
}

.btnNewStyleFucTop {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 30px;
    background-color: #0B72B5;
}

.btnNewStyleFucTop div {
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.btnNewStyleFucBottom {
    cursor: pointer;
    position: relative;
    clear: left;
    margin-top: 2px;
    height: 5px;
    background-color: #FFF;
}

.btnNewStyleFuc:hover .btnNewStyleFucBottom {
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    clear: left;
    height: 5px;
    background-color: #0B72B5;
}

.btnNewStyleFuc:hover .btnNewStyleFucTop div {
    cursor: pointer;
    color: #FFF;
}

.btnNewStylePink {
    cursor: pointer;
    position: relative;
    float: left;
    height: 30px;
    border: 1px solid #666;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #666;
}

.btnNewStylePinkTop {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 22px;
}

.btnNewStylePinkTop div {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.btnNewStylePinkBottom {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 8px;
    background-color: #666;
}

.btnNewStylePink:hover .btnNewStylePinkTop {
    cursor: pointer;
    position: relative;
    clear: left;
    height: 22px;
    background-color: #CDB2C7;
    color: #FFF;
}

#btnModFattura {
    position: relative;
    height: 50px;
    background-color: #9e0f3a;
    color: #FFF;
    width: 230px;
    cursor: pointer;
}

#btnModFattura div {
    padding-top: 12px;
}

#btnModFattura:hover {
    text-decoration: underline;
}

.btnOKLog {
    cursor: pointer;
    border: 1px solid #666;
    height: 16px;
    width: 35px;
}

.btnOKLog div {
    cursor: pointer;
    padding-left: 8px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #666;
}

.btnOKLog:hover {
    cursor: pointer;
    border: 1px solid #777;
    height: 16px;
    width: 35px;
    background-color: #666;
}

.btnOKLog:hover div {
    cursor: pointer;
    padding-left: 8px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #FFF;
}

.topFiltro {
    position: relative;
    width: 223px;
    border: 0;
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    margin-bottom: 5px;
}

.filtroCat {
    position: relative;
    width: 223px;
    height: 20px;
    border: 0;
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
}

.filtro {
    position: relative;
    width: 218px;
    margin-left: 5px;
    height: 20px;
    border: 0;
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
}

.chkCat {
    position: relative;
    float: left;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    cursor: pointer;
}

.testoFiltro {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    height: 20px;
    position: relative;
    float: right;
    width: 200px;
    margin-left: 5px;
    margin-top: -2px;
    cursor: pointer;
}

.filtro:hover .chkCat {
    position: relative;
    background-color: #000;
    float: left;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    cursor: pointer;
}

.filtro:hover .testoFiltro {
    position: relative;
    float: right;
    width: 200px;
    margin-left: 5px;
    text-decoration: underline;
    cursor: pointer;
}

.filtroCat:hover .chkCat {
    position: relative;
    background-color: #000;
    float: left;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    cursor: pointer;
}

.filtroCat:hover .testoFiltro {
    position: relative;
    float: right;
    width: 200px;
    margin-left: 5px;
    text-decoration: underline;
    cursor: pointer;
}

.filtroChiudi {
    position: relative;
    width: 218px;
    margin-left: 5px;
    height: 20px;
    border: 0;
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
}

.filtroTastoChiudi {
    position: relative;
    float: left;
    width: 18px;
    height: 18px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -160px -130px;
}

.filtroChiudi:hover .filtroTastoChiudi {
    background-position: -182px -130px;
}

.testoFiltroChiudi {
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    height: 20px;
    position: relative;
    float: right;
    width: 190px;
    margin-left: 5px;
    cursor: pointer;
}

.filtroChiudi:hover .testoFiltroChiudi {
    position: relative;
    float: right;
    width: 190px;
    margin-left: 5px;
    text-decoration: underline;
    cursor: pointer;
}

#boxFiltro {
    position: relative;
    float: left;
    width: 250px;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
}

#boxCategorie {
    position: relative;
    float: left;
    width: 250px;
    border: 2px solid #CCC;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
}

#boxMarchi {
    position: relative;
    float: left;
    width: 250px;
    border: 2px solid #CCC;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    margin-top: 10px;
}

#boxLinee {
    position: relative;
    float: left;
    width: 250px;
    border: 2px solid #CCC;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    margin-top: 10px;
}

#ombra {
    width: 100%;
    background-color: #000;
}

.titoloBoxFiltro {
    position: relative;
    width: 240px;
    margin-top: 5px;
    margin-left: 5px;
    border-bottom: 2px solid #000;
    color: #333;
    font-weight: 700;
}

#FiltroBox {
    position: relative;
    width: 240px;
    margin-top: 10px;
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 14px;
    padding-bottom: 5px;
}

#scrollCat {
    position: relative;
    margin-left: 5px;
    width: 240px;
    margin-top: 10px;
    color: #333;
}

#scrollCat .viewport {
    width: 223px;
    min-height: 180px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

#scrollCat .overview {
    list-style: none;
    position: relative;
    left: 0;
    top: 0;
}

#scrollCat .thumb .end,#scrollCat .thumb {
    background-color: #333;
}

#scrollCat .scrollbar {
    position: relative;
    float: right;
    width: 15px;
    margin-right: 2px;
}

#scrollCat .top {
    cursor: pointer;
    width: 13px;
    height: 19px;
    margin-bottom: 1px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -268px -125px;
    border: 1px solid #333;
    position: relative;
    padding: 0 1px;
}

#scrollCat .top:hover {
    background-image: url(../images/nuovosito/sprites.png);
    background-color: #333;
    background-position: -298px -125px;
    cursor: pointer;
}

#scrollCat .bottom {
    cursor: pointer;
    width: 13px;
    height: 19px;
    margin-bottom: 1px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -283px -125px;
    border: 1px solid #333;
    position: relative;
    padding: 0 1px;
}

#scrollCat .bottom:hover {
    background-image: url(../images/nuovosito/sprites.png);
    background-color: #333;
    background-position: -313px -125px;
    cursor: pointer;
}

#scrollCat .track {
    background-color: #FFF;
    border: 1px solid #333;
    width: 13px;
    position: relative;
    padding: 0 1px;
    overflow: hidden;
}

#scrollCat .thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
}

#scrollCat .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}

#scrollCat .disable {
    display: none;
}

#scrollMar {
    position: relative;
    margin-left: 5px;
    width: 240px;
    margin-top: 10px;
    color: #333;
}

#scrollMar .viewport {
    width: 223px;
    min-height: 100px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

#scrollMar .overview {
    list-style: none;
    position: relative;
    left: 0;
    top: 0;
}

#scrollMar .thumb .end,#scrollMar .thumb {
    background-color: #333;
}

#scrollMar .scrollbar {
    position: relative;
    float: right;
    width: 15px;
    margin-right: 2px;
}

#scrollMar .top {
    cursor: pointer;
    width: 13px;
    height: 19px;
    margin-bottom: 1px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -268px -125px;
    border: 1px solid #333;
    position: relative;
    padding: 0 1px;
}

#scrollMar .top:hover {
    background-image: url(../images/nuovosito/sprites.png);
    background-color: #333;
    background-position: -298px -125px;
    cursor: pointer;
}

#scrollMar .bottom {
    cursor: pointer;
    width: 13px;
    height: 19px;
    margin-bottom: 1px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -283px -125px;
    border: 1px solid #333;
    position: relative;
    padding: 0 1px;
}

#scrollMar .bottom:hover {
    background-image: url(../images/nuovosito/sprites.png);
    background-color: #333;
    background-position: -313px -125px;
    cursor: pointer;
}

#scrollMar .track {
    background-color: #FFF;
    border: 1px solid #333;
    width: 13px;
    position: relative;
    padding: 0 1px;
    overflow: hidden;
}

#scrollMar .thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
}

#scrollMar .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}

#scrollMar .disable {
    display: none;
}

#scrollLine {
    position: relative;
    margin-left: 5px;
    width: 240px;
    margin-top: 10px;
    color: #333;
}

#scrollLine .viewport {
    width: 223px;
    min-height: 100px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 10px;
}

#scrollLine .overview {
    list-style: none;
    position: relative;
    left: 0;
    top: 0;
}

#scrollLine .thumb .end,#scrollLine .thumb {
    background-color: #333;
}

#scrollLine .scrollbar {
    position: relative;
    float: right;
    width: 15px;
    margin-right: 2px;
}

#scrollLine .top {
    cursor: pointer;
    width: 13px;
    height: 19px;
    margin-bottom: 1px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -268px -125px;
    border: 1px solid #333;
    position: relative;
    padding: 0 1px;
}

#scrollLine .top:hover {
    background-image: url(../images/nuovosito/sprites.png);
    background-color: #333;
    background-position: -298px -125px;
    cursor: pointer;
}

#scrollLine .bottom {
    cursor: pointer;
    width: 13px;
    height: 19px;
    margin-bottom: 1px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -283px -125px;
    border: 1px solid #333;
    position: relative;
    padding: 0 1px;
}

#scrollLine .bottom:hover {
    background-image: url(../images/nuovosito/sprites.png);
    background-color: #333;
    background-position: -313px -125px;
    cursor: pointer;
}

#scrollLine .track {
    background-color: #FFF;
    border: 1px solid #333;
    width: 13px;
    position: relative;
    padding: 0 1px;
    overflow: hidden;
}

#scrollLine .thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
}

#scrollLine .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}

#scrollLine .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.barraOrder {
    position: relative;
    float: left;
    width: 700px;
    height: 40px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #333;
}

.divOrder {
    position: relative;
    float: left;
    width: 49%;
    height: 40px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #333;
}

.divOrderLabel {
    position: relative;
    float: left;
    width: 25%;
    height: 40px;
    font-family: "Century Gothic",Arial;
    font-size: 13px;
    color: #333;
}

.divOrderLabel div {
    padding-top: 7px;
}

.divOrderContent {
    position: relative;
    float: right;
    width: 75%;
    height: 40px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #333;
}

.divPaginazione {
    position: relative;
    float: right;
    width: 51%;
    height: 40px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #333;
}

.paginazione {
    margin: 3px;
    margin-right: 2px;
    position: relative;
    float: right;
    width: 22px;
    height: 22px;
}

.paginaz_pagina {
    height: 17px;
    width: 22px;
    background-color: #FFF;
    border: 1px solid #333;
    border-bottom: 0;
    color: #333;
    color: #9C9E9F;
    font-family: "Century Gothic",Arial;
    font-size: 13px;
}

.paginaz_pagina div {
    padding-top: 1px;
}

.paginaz_lingua {
    width: 22px;
    height: 5px;
    border: 1px solid #333;
    border-top: 0;
    font-family: "Century Gothic",Arial;
    font-size: 13px;
}

.paginaz_linguaSelect {
    width: 22px;
    height: 5px;
    border: 1px solid #333;
    background-color: #333;
    border-top: 0;
    font-family: "Century Gothic",Arial;
    font-size: 13px;
}

.paginazione:hover .paginaz_pagina {
    background-color: #FFF;
    border: 1px solid #333;
    border-bottom: 0;
    color: #333;
    cursor: pointer;
}

.paginazione:hover .paginaz_lingua {
    background-color: #333;
    border: 1px solid #333;
    border-top: 0;
    cursor: pointer;
}

.linkPaginazione {
    text-decoration: none;
    cursor: pointer;
    color: #999;
    cursor: pointer;
}

.paginazione:hover .linkPaginazione {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.triangolo {
    position: absolute;
    top: 150px;
    border-color: #C90 transparent transparent;
    border-style: solid;
    border-width: 50px;
    height: 0;
    width: 0;
}

.styled-select select {
    font-family: "Century Gothic",Arial;
    color: #9C9E9F;
    background: transparent;
    -webkit-appearance: none;
    width: 210px;
    padding: 5px;
    font-size: 13px;
    height: 22px;
    padding-right: 55px;
    cursor: pointer;
}

.styled-select {
    position: absolute;
    left: 0;
    top: 3px;
    width: 180px;
    height: 22px;
    overflow: hidden;
    background: url(//www.kikaustore.it/images/nuovosito/freccia-combo.png) no-repeat #FFF;
    background-position: 160px 2px;
    border: 0;
    border: 1px solid #9C9E9F;
    cursor: pointer;
}

.styled-select select {
    padding-right: 0;
    margin-top: -4px;
    vertical-align: top!important;
    text-align: left;
    line-height: 10px;
    height: auto;
    border: 0;
}

#RotellaArticoli {
    position: fixed;
    width: 700px;
    height: 1px;
    background-image: url(/images/nuovosito/loaderbig.gif);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    z-index: 2500;
}

#LoaderArticoli {
    position: absolute;
    width: 700px;
    height: 0;
    background-image: url(/images/nuovosito/sfondotendina.png);
    background-repeat: repeat;
    top: 40;
    z-index: 500;
}

#ElencoArticoli {
    position: relative;
    float: left;
    width: 700px;
    margin-bottom: 20px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    color: #333;
}

.boxArticolo {
    position: relative;
    float: left;
    width: 200px;
    cursor: pointer;
    height: 320px;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    z-index: 5;
}

.lblTenda {
    position: relative;
    float: left;
    width: 200px;
    height: 20px;
}

.linkCatLista {
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.linkCatLista:hover {
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

#chiudidett {
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

#chiudidett:hover {
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

.schedaProdotto {
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}

.schedaProdotto:hover {
    color: #333;
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.btnAcquistaLista {
    color: #FFF;
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
}

.btnAcquistaLista:hover {
    color: #FFF;
    font-family: "Century Gothic",Arial;
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.btnRegistratiLista {
    color: #FFF;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.btnRegistratiLista:hover {
    color: #FFF;
    font-family: "Century Gothic",Arial;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.tendaAperta {
    position: absolute;
    left: 133px;
    top: 175px;
    width: 67px;
    height: 100px;
    background-repeat: repeat;
    background-image: url(../images/nuovosito/sfondotendina.png);
}

.btnTendaColor {
    position: absolute;
    width: 26px;
    height: 18px;
    right: 25px;
    bottom: 3px;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -202px -10px;
}

.btnTendaTria {
    position: absolute;
    width: 14px;
    height: 13px;
    right: 0;
    bottom: 0;
    background-image: url(../images/nuovosito/sprites.png);
    background-position: -185px -10px;
}

.linkFaq {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.linkFaq:hover {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}
#faceShare:hover{ color:#3B5998; cursor:pointer;}
#twitterShare:hover{ color:#55ACEE; cursor:pointer; }
#googleShare:hover{ color:#D73D32; cursor:pointer;}
#postaShare:hover{ color:#EEA32C; cursor:pointer;}
#icoInfo:hover,#icoPrev:hover,#icoSecure:hover,#icoClaim:hover,#icoTruck:hover,#icoFive:hover{color:#000; cursor:pointer;}
.boxInfoScheda{position:relative; float:left;height:55px; line-height:30px; margin-top:5px; color: #7B7C7E; font-family: 'Century Gothic',Arial; font-size: 10px;}
.boxInfoScheda:hover{ color:#000; cursor:pointer;}

.class111{ width:118px;border-right:1px solid #7B7C7E;}
.class112{ width:119px; }


.varianteColore{position:relative; float:left; width:100%; margin:5px;margin-left:10px;}
.varianteTaglia{position:relative; float:left; width:100%; margin:5px;margin-left:10px;}

.cerchioTaglia{position:relative; float:left; width:20px; height:20px; border:1px solid #000; border-radius: 50%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; }
.descTaglia{position:relative; float:left; margin-left:5px;font-family: 'Century Gothic',Arial; font-size: 12px;}
.descTagliaSelect{position:relative; float:left; margin-left:5px;font-family: 'Century Gothic',Arial; font-size: 12px;}
.descColoreSelect{position:relative; float:left; margin-left:5px;font-family: 'Century Gothic',Arial; font-size: 12px;}

.varianteColore:hover .cerchioTaglia{ text-decoration:underline; cursor:pointer;border:2px solid #000;}
.varianteColore:hover .descTaglia{ text-decoration:underline; cursor:pointer;}

.varianteTaglia:hover .cerchioTaglia{ text-decoration:underline; cursor:pointer;border:2px solid #000;}
.varianteTaglia:hover .descTaglia{ text-decoration:underline; cursor:pointer;}


.ten {background-image:linear-gradient(126deg, transparent 50%, white 50%),linear-gradient(90deg, white 50%, transparent 50%);
}

.twentyfive {
    background-image:
        linear-gradient(180deg, transparent 50%, white 50%),
        linear-gradient(90deg, white 50%, transparent 50%);
}

.fifty {
background-image:linear-gradient(90deg, white 50%, transparent 50%),linear-gradient(180deg, transparent 50%, red 50%),linear-gradient(90deg, red 50%, transparent 50%);
background-image:-webkit-linear-gradient(180deg, white 50%, transparent 50%);
}

/* Slices greater than 50% require first gradient
   to be transparent -> green */

.seventyfive {
    background-image:
        linear-gradient(180deg, transparent 50%, green 50%),
        linear-gradient(90deg, white 50%, transparent 50%);
}

.onehundred {
    background-image: none;
}

.colSelect{border:2px solid #000;}