/* ----------------------------- CSS - Merlino Pubblicità ---------------------------- */

/* Data ultima modifica: 20 marzo 2009 */
@import url("site_print.css");

/* Definizione delle classi principali */
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    line-height: 1.166;
    margin: 0px;
    padding: 0px; /*background-color: #FFFFFF;*/
    background-image: url(images/bgr_body.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: repeat;
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #000000;
}

a:link, a:visited, a:hover
{
    color: #2D69FF;
    text-decoration: underline;
    font-weight: normal;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

h1
{
    font-size: 110%;
    color: #000000;
    font-weight: normal;
}

h2
{
    font-size: 110%;
    color: #2D69FF;
    font-weight: normal;
    margin-bottom: 0.5em;
}

h2 a:link, h2 a:visited, h2 a:hover
{
    color: #2D69FF;
    text-decoration: none;
    font-weight: normal;
}
h2 a:hover
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
h2.pagesPath
{
	font-size: 90%;
}

h3
{
    font-size: 90%;
    color: #2D69FF;
    font-weight: bold;
}

h4
{
    font-size: 90%;
    color: #2D69FF;
    font-weight: normal;
}

h5
{
    font-size: 80%;
    color: #000000;
    font-weight: bold;
}

h6
{
    font-size: 80%;
    color: #2D69FF;
    font-weight: bold;
}

ul
{
    list-style-type: square;
    font-size: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}
ul ul
{
    list-style-type: disc;
    font-size: 100%;
}
ul ul ul
{
    list-style-type: none;
    font-size: 100%;
}

img
{
    border: 0px;
}




/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

div#container
{
    width: 910px;
    padding: 10px;
    margin: auto;
    background-color: #FFFFFF;
}

#header
{
    width: 910px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    height: 33px; /* overflow: hidden; */
    background-image: url(images/bgr_menu.jpg);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: repeat-x;
}

#menu
{
    width: 809px;
    height: 33px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#langMenu
{
    width: 101px;
    height: 33px;
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url(images/langMenu.gif);
}

#langMenuIMage
{
    width: 101px;
    height: 33px;
}

#top
{
    width: 910px;
    height: 290px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
    background-image: url(images/top.jpg);
}

#topImage
{
    width: 910px;
    height: 290px;
}

#topInner
{
    width: 910px;
    height: 90px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
    background-image: url(images/topInner.jpg);
}

#topImageInner
{
    width: 910px;
    height: 90px;
}

#main
{
    width: 910px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    background-image: url(images/bgr_main.gif);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: repeat-y;
}

#colSx
{
    width: 235px; /*min-height: 300px;*/
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#colDx
{
    width: 674px; /*min-height: 550px;*/
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 1px;
    overflow: hidden;
}

#footer
{
    width: 886px;
    padding: 0px 0px 0px 0px;
    margin: 15px 12px 5px 12px;
    overflow: hidden;
}

#footerSx
{
    width: 638px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

#footerDx
{
    width: 248px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: right;
}



/***********************************************/
/* Caratteristiche specifiche dei Divs         */
/***********************************************/

#search, #contentSx, #login, #menuSx, #basket
{
    width: 204px;
    min-height: 80px;
    padding: 15px;
    margin: 0px 0px 0px 1px;
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    background-image: url(images/bgr01.jpg);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
}


#search h1, #contentSx h1, #login h1, #menuSx h1, #basket h1
{
    margin-bottom: 12px;
}


#search .csc-form-sword
{
    width: 200px;
    padding: 1px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #2D69FF;
}
#search .btn_ok
{
    display: block;
    float: right;
    padding: 0px;
    margin: 0px;
}
#search p
{
    float: left;
    padding: 0px;
    margin: 0px;
    font-size: 75%;
}


#contentSx .news-latest-item
{
    overflow: hidden;
}
#contentSx .news-latest-item .news-latest-image
{
    width: 63px;
    float: left;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}
#contentSx .news-latest-item h3
{
    font-size: 75%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}
#contentSx .news-latest-item h3 a, #contentSx .news-latest-item h3 a:link, #contentSx .news-latest-item h3 a:visited, #contentSx .news-latest-item h3 a:active
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
#contentSx .news-latest-item h3 a:hover
{
    color: #2D69FF;
    text-decoration: none;
}
#contentSx .news-latest-item p
{
    font-size: 75%;
    margin: 0px;
}
#contentSx .news-latest-item .news-latest-morelink
{
    font-size: 75%;
    margin: 8px 0px 0px 0px;
}
#contentSx .news-latest-item .news-latest-morelink a, #contentSx .news-latest-item .news-latest-morelink a:link, #contentSx .news-latest-item .news-latest-morelink a:visited, #contentSx .news-latest-item .news-latest-morelink a:active
{
    color: #2D69FF;
    font-weight: normal;
    text-decoration: underline;
}
#contentSx .news-latest-item .news-latest-morelink a:hover
{
    color: #000000;
    text-decoration: underline;
}

.news-list-item
{
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
.news-list-item .news-list-image
{
    width: 63px;
    float: right;
    margin: 0px 0px 2px 0px;
    padding: 0px;
	text-align: right;
}
.news-list-item h3
{
    font-size: 90%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 3px 0px;
}
.news-list-item h3 a, .news-list-item h3 a:link, .news-list-item h3 a:visited, .news-list-item h3 a:active
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.news-list-item h3 a:hover
{
    color: #2D69FF;
    text-decoration: none;
}
.news-list-item p
{
    font-size: 80%;
    margin: 0px;
}
.news-list-item .news-list-morelink
{
    font-size: 75%;
    margin: 3px 0px 0px 0px;
}
.news-list-item .news-list-morelink a, .news-list-item .news-list-morelink a:link, .news-list-item .news-list-morelink a:visited, .news-list-item .news-list-morelink a:active
{
    color: #2D69FF;
    font-weight: normal;
    text-decoration: underline;
}
.news-list-item .news-list-morelink a:hover
{
    color: #000000;
    text-decoration: underline;
}



#login label
{
    width: 87px;
    float: left;
    padding: 0px;
    margin: 0px;
    font-size: 75%;
}
#login .username, #login .password
{
    width: 113px;
    float: left;
    padding: 1px;
    margin: 0px 0px 6px 0px;
    border: 1px solid #2D69FF;
}
#login #rememberMe
{
    float: left;
    padding: 0px;
    margin: 0px 0px 8px 0px;
}
#login p
{
    clear: left;
    font-size: 70%;
    margin: 0px;
}
#login .btn_ok
{
    display: block;
    float: right;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}


#menuSx ul
{
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	text-transform: uppercase;
}
#menuSx ul li
{
	padding: 3px 0px 3px 20px;
	margin: 0px 0px 0px 0px;
	font-size: 75%;
	list-style-type: none;
	text-transform: uppercase;
}
#menuSx ul li a
{
	text-decoration: none;
}
#menuSx .menuSx_Dati
{
	background:url(images/ico/ico_user_edit.png) no-repeat left center;
}
#menuSx .menuSx_CarrelliDaConfermare
{
	background:url(images/ico/ico_cart_error.png) no-repeat left center;
}
#menuSx .menuSx_CarrelliConfermati
{
	background:url(images/ico/ico_cart.png) no-repeat left center;
}
#menuSx .menuSx_AreaFiles
{
	background:url(images/ico/ico_folder_magnify.png) no-repeat left center;
}
#menuSx .menuSx_Admin
{
	background:url(images/ico/ico_cog.png) no-repeat left center;
}



#basket p
{
    font-size: 75%;
    margin: 0px;
}
#basket .btn_apricarrello
{
    display: block;
    float: right;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}



.detail
{
    width: 306px;
    min-height: 158px;
    float: left;
    padding: 15px;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-image: url(images/bgr02.jpg);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
}
.detail h1
{
    width: 117px;
    float: left;
    padding-left: 23px;
    margin-bottom: 15px;
}
.detail h1.normal
{
	min-height: 19px;
}
.detail h1.news
{
    background-image: url(images/ico/ico_n.png);
    background-attachment: scroll;
    background-position: left center;
    background-repeat: no-repeat;
}
.detail h1.offers
{
    background-image: url(images/ico/ico_o.png);
    background-attachment: scroll;
    background-position: left center;
    background-repeat: no-repeat;
}
.detail p.products-morelink
{
    width: 166px;
    float: left;
    padding: 0px;
    margin: 0px;
    font-size: 75%;
    text-align: right;
}

.detail .products-item
{
    clear: left;
    overflow: hidden;
}
.detail .products-image
{
    width: 110px;
    float: left;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}
.detail .products-code
{
    clear: none;
	padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 75%;
    font-weight: bold;
}
.detail .products-title
{
    font-size: 75%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}
.detail .products-title a, .detail .products-title a:link, .detail .products-title a:visited, .detail .products-title a:active
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.detail .products-title a:hover
{
    color: #2D69FF;
    text-decoration: none;
}
.detail .products-price
{
    padding: 0px;
    margin: 0px;
    font-size: 75%;
    font-weight: bold;
}


#categories, #contentDx, .contentDx
{
    width: 643px;
    clear: left;
    padding: 15px;
    margin: 0px 1px 0px 0px;
    border-top: 1px solid #CCCCCC;
    overflow: hidden;
    background-image: url(images/bgr03.jpg);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
}
#categories
{
    padding-top: 0px;
	background-image: url(images/bgr04.jpg);
}


#categories h1
{
    width: 73%;
    float: left;
	margin: 15px 0px 25px 0px;
}
#categories p.skype
{
    width: 27%;
    float: left;
    margin: 8px 0px 0px 0px;
    font-size: 75%;
    text-align: center;
}
#categories p.skype a, #categories p.skype a:link, #categories p.skype a:visited, #categories p.skype a:active
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
#categories p.skype a:hover
{
    color: #000;
    text-decoration: none;
}

#categories .categories-item
{
    width: 48%;
    min-height: 60px;
    float: left;
    padding: 0px 0px 8px 0px;
    margin: 0px 1% 8px 1%;
    border-bottom: 1px dotted #CCCCCC;
    overflow: hidden;
}
#categories .categories-image
{
    width: 65px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
#categories .categories-code
{
    padding: 0px;
    margin: 0px 0px 1px 0px;
    font-size: 85%;
    font-weight: normal;
}
#categories .categories-title
{
    font-size: 85%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#categories .categories-title a, #categories .categories-title a:link, #categories .categories-title a:visited, #categories .categories-title a:active
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
#categories .categories-title a:hover
{
    color: #000000;
    text-decoration: underline;
}

.cat00
{
    color: #2D69FF;
}
.cat01
{
    color: #999900;
}
.cat02
{
    color: #13406D;
}
.cat03
{
    color: #FF6666;
}
.cat04
{
    color: #196FC4;
}
.cat05
{
    color: #FF6600;
}
.cat06
{
    color: #CC9900;
}
.cat07
{
    color: #00CC00;
}
.cat08
{
    color: #CC0000;
}
.cat09
{
    color: #9933CC;
}



/************** #footer styles **************/
#footer
{
    font-size: 70%;
    color: #666666;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active
{
    color: #2D69FF;
    font-weight: normal;
    text-decoration: none;
}
#footer a:hover
{
    color: #2D69FF;
    text-decoration: underline;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    padding: 0px 20px 15px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #C6D6FF;
}

fieldset p
{
    margin: 0px 0px 8px 0px;
}

fieldset label
{
    display: block;
    margin: 0px 0px 2px 0px;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 90%;
    color: #000;
    font-weight: bold;
    padding: 15px 4px 20px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

#login .field-validation-error
{
    display: block;
    clear: left;
    margin: 0px 0px 8px 0px;
    font-size: 70%;
    color: #ff0000;
}

.field-validation-error
{
    margin: 0px 0px 0px 5px;
    font-size: 85%;
    color: #ff0000;
}

.input-validation-error
{
    /*border: 1px solid #ff0000;*/
    background-color: #ffeeee;
}

span.validation-summary-errors
{
    padding: 10px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	display: block;
	background-color: #3366ff;
    font-weight: bold;
    color: #FFF;
}
ul.validation-summary-errors
{
    padding: 10px 35px 10px 35px;
	margin: 0px 0px 0px 0px;
	background-color: #3366ff;
    font-weight: bold;
    color: #FFF;
}
ul.validation-summary-errors li
{
    color: #FFF;
}


/************** SCHEDA styles *************/

.products-image-personaliz
{
	padding: 16px 0px 10px 0px;
    margin: 0px;
}

.products-image
{
	width: 450px;
	float: left;
	padding: 16px 10px 10px 0px;
    margin: 0px;
}
div.products-prezziStampa
{
	width: 183px;
	float: left;
	padding: 16px 0px 0px 0px;
    margin: 0px;
}
ul.products-prezziStampa
{
    padding: 0px;
    margin: 5px 0px 0px 0px;
    font-size: 90%;
}
.products-prezziStampa li
{
    list-style-type: none;
}
ul.products-prezziStampa strong
{
    font-size: 140%;
}
.products-descrizioneprezziStampa
{
    padding: 0px 0px 0px 25px;
    margin: 20px 0px 0px 0px;
    font-size: 75%;
    color: #CC0000;
    font-weight: bold;
    background-image: url(images/ico/ico_info.gif);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
}

.products-code, .products-descBreve
{
	clear: both;
	margin: 0px 0px 0px 0px;
    font-size: 80%;
}
.products-descEstesa
{
    margin: 10px 0px 10px 0px;
    font-size: 80%;
    font-style: italic;
}
.products-formato
{
    margin: 0px 0px 10px 0px;
    font-size: 80%;
}

.products-descrizione2
{
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 0px 0px;
    font-size: 80%;
    color: #CC0000;
    font-weight: bold;
    background-image: url(images/ico/ico_info.gif);
    background-attachment: scroll;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 18px;
}
.products-variante
{
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.campioni
{
    margin: 5px 0px 0px 0px;
    font-size: 80%;
}

.descColoreTaglia
{
    margin: 0px 10px 8px 0px;
    font-size: 80%;
}
.coloreTaglia
{
    font-size: 80%;
}

.products-senzaStampa
{
    margin: 10px 0px 0px 0px;
    font-size: 80%;
}
.articoliAcquistati
{
    margin: 5px 0px 0px 0px;
    font-size: 80%;
}
.descBrevePersonal
{
    margin: 0px 10px 8px 0px;
    font-size: 80%;
}
.loghiMaterialeDigitale
{
    margin: 5px 0px 0px 0px;
    font-size: 80%;
}
.descTestopub, .descColstampa, .descPosstampa, .descNota
{
    margin: 5px 0px 5px 0px;
    font-size: 80%;
}

.tableTitle
{
    font-size: 80%;
    color: #FFF;
    font-weight: bold;
}
.tableTitle th a
{
    color: #FFF;
    font-weight: bold;
}
.tableText
{
    font-size: 80%;
}
.basket-totImponibile, .basket-scontoScalare, .basket-totScontato, .basket-totIva, .basket-speseTrasp
{
    margin: 0px 0px 5px 0px;
    font-size: 80%;
    text-align: right;
}
.basket-scontoScalare img
{
    vertical-align: middle;
}
.basket-descScontoScalare
{
    padding: 0px 0px 0px 25px;
    background-image: url(images/ico/ico_info.gif);
    background-attachment: scroll;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 18px;
}
.basket-totGenerale
{
    margin: 0px 0px 0px 0px;
    font-size: 110%;
    color: #2D69FF;
    text-align: right;
}
.basket-descScontoScalare
{
    margin: 0px 0px 5px 0px;
    font-size: 70%;
    font-weight: bold;
}
.basket-elencoScontoScalare
{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 70%;
}
.basket-elencoScontoScalare li
{
    list-style-type: none;
}
.basket-descOggettiNonSpec
{
    margin: 0px 0px 0px 0px;
    font-size: 70%;
}
