@import url(reset.css);
@import url(typography.css);

body {
    background:#d8dce7;
    color:#222;
}

a {
    color:#34407f;
    text-decoration:underline;
}

a:hover {
    color:#000;
    text-decoration:underline;
}

.wrapper {
    margin:0 auto;
    width:950px;
}

.columnWrapper {
    width:100%;
    overflow:hidden;
}

.mir {
    display:block;
    overflow:hidden;
    text-indent:-9999em;
}

input.text, textarea {
    background:#fff;
    border:1px solid #bbb;
    color:#222;
    font:12px Arial,Helvetica,sans-serif;
    padding:1px;
}

.error {
    border:1px solid #c00;
    padding:10px;
    margin:10px 0;
    background:#fdd;
    color:#c00;
}

.success {
    border:1px solid #6CAF62;
    padding:10px;
    margin:10px 0;
    background:#efd;
    color:#588F50;    
}

/* HEADER ------------------------------------------- */

#header {
    background:url(../images/bgHeader.png) repeat-x 0 0;
    height:170px;
}

#header .wrapper {
    background:url(../images/bgHeader.jpg) no-repeat center top;
    height:170px;
    position:relative;
}

#logo {
    height:64px;
    left:35px;
    position:absolute;
    top:12px;
    width:200px;
}

#logo a {
    background:url(../images/mirLogo.png) no-repeat 0 0;
    height:64px;
    width:200px;
}

#logo a:hover {
    background-position:0 -64px;
}

#boxCart {
    background:url(../images/bgUtility.png);
    height:30px;
    padding:0 10px;
    position:absolute;
    right:0px;
    top:0;
    width:350px;
}

* html #boxCart {
    /* fix for IE6 ;) */
    background:url(../images/bgUtilityIE.png);
}

#boxCart a {
    border-left:1px solid #37466c;
    color:#fff;
    float:left;
    padding:3px 10px 3px 27px;
    text-decoration:none;
    margin-top:2px;
}

#boxCart a:hover {
    color:#fff;
    text-decoration:underline;
}


#boxCart #linkCarrello {
    background:url(../images/iconCart.png) no-repeat 8px center;
    border-left:0;
}

#boxCart #linkLogin {
    background:url(../images/iconLogin.png) no-repeat 8px center;
}

#boxCart #linkRegistrati {
    background:url(../images/iconRegister.png) no-repeat 8px center;
}

#boxCart #linkAccount {
    background:url(../images/iconAccount.png) no-repeat 8px center;
}

#menunav {
    height:30px;
    position:absolute;
    top:90px;
    width:950px;
}

#menunav ul {
    height:30px;
    list-style-type:none;
    margin:0;
    padding:0;
    width:950px;
}

#menunav li {
    float:left;
}

#menunav li a {
    background:url(../images/spriteMenuNav.png) repeat-x 0 0;
    color:#fff;
    float:left;
    font-size:14px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    padding:0 10px;
    text-decoration:none;
}

#menunav li a:hover {
    background-position:0 -30px;
}

#menunav li a:active {
    background-position:0 -60px;
}

#boxCerca {
    background:url(../images/bgBandaCerca.jpg) no-repeat 0 0;
    height:50px;
    left:200px;
    position:absolute;
    top:120px;
    width:550px;
}

#formCerca {
    display:inline;
    float:left;
    margin-left:70px;
    margin-top:14px;
    margin-right:
}

#formCerca input {
    vertical-align:middle;
}

#formCerca input.text {
    width:215px;
    padding:2px;
    font-style:italic;
}

#linkRicercaAvanzata {
    background:url(../images/bordinoBoxRicerca.png) no-repeat left center;
    float:left;
    margin-left:20px;
    margin-top:15px;
    padding-left:20px;
}

#linkRicercaAvanzata a {
    background:url(../images/iconAdvSearch.png) no-repeat right center;
    color:#000;
    float:left;
    font-size:13px;
    font-weight:bold;
    line-height:21px;
    padding-right:30px;
    text-decoration:none;
}

#linkRicercaAvanzata a:hover {
    text-decoration:underline;
}

/* BANDA COLLANE ------------------------------------- */

#bandaCollane {
    background:url(../images/bgBanda.png) repeat-x 0 0;
    height:130px:
}

#bandaCollane .wrapper {
    height:130px;
}

#bandaCollane a {
    margin-top:20px;
    float:left;
    margin-right:50px;
    width:200px;
    text-align:center;
}

#bandaCollane a img {
    
}

#bandaCollane a.last {
    margin-right:0;
}

/* CONTENTAREA --------------------------------------- */

#contentarea {
    background:#fff url(../images/bgContentArea.png) repeat-x 0 0;
}

#contentarea .wrapper {
    overflow:hidden;
    padding:20px 0;
    width:950px;
}

#sidebar1 {
    float:left;
    margin-right:10px;
    width:150px;
}

#mainColumn {
    float:left;
    width:630px;
}

#sidebar2 {
    float:right;
    width:150px;
}

.box {
    background:url(../images/ombraMenu.png) no-repeat left 100%;
    font-size:11px;
    margin-bottom:15px;
    padding-bottom:5px;
    width:150px;
}

.box .boxTitle {
    background:url(../images/bgTitleSidebar.jpg) no-repeat left 100%;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    height:28px;
    line-height:28px;
    padding:0 5px;
    text-decoration:none;
}

.box .boxContent {
    background:#d8dce7;
    padding:5px;
}

.box ul.collane {
    list-style-type:none;
    margin:0;
    padding:0;
    width:100%;
    overflow:hidden;
}

.box ul.collane li {
    float:left;
    width:100%;
}

.box ul.collane li a {
    background:url(../images/arrowMenu.png) no-repeat 4px 8px;
    color:#000;
    display:block;
    line-height:12px;
    padding:5px 0 5px 15px;
    text-decoration:none;
    font-weight:bold;
}

.box ul.collane li a.current {
    font-weight:bold;
    background-color:#fff;
}

.box ul.collane li a:hover {
    background-color:#ECA950;
    color:#fff;
}

.box ul.collane ul {
    margin-left:10px;
    width:auto;
}

.box ul.collane ul li a {
    color:#53565F;
    background-image:url(../images/arrowMenuSmall.png);
    font-weight:normal;
}

.box ul.collane ul ul {
    margin-left:10px;
}

.box ul.collane ul ul li a {
    color:#86888F;
}

.box ul.notizie {
    margin:0;
    padding:0;
    width:140px;
    overflow:hidden;
}

.box ul.notizie li {
    border-bottom:1px solid #a9acb4;
    color:#666;
    float:left;
    padding:5px 0;
    width:140px;
}

.box ul.notizie li.hover {
    background:#fff;
}

.box ul.notizie li a {
    color:#000;
    text-decoration:none;
}

.box ul.notizie li a:hover {
    text-decoration:underline;
}

.box ul.notizie li.hover a:hover {
    text-decoration:none;
}

.box .formNewsletter {
    border-bottom:1px solid #a9acb4;
    margin-bottom:0.5em;
    padding-bottom:0.5em;
}

.box .formNewsletter input {
    vertical-align:middle;
}

.box .formNewsletter input.text {
    width:90px;
}

.box ul.books {
    list-style-type:none;
    margin:0;
    padding:0;
}

.box ul.books li {
    border-bottom:1px solid #a9acb4;
    padding:15px 0;
    overflow:hidden;
    width:140px;
}

.box ul.books li .cover {
    float:right;
    width:60px;
}
7
.box ul.books li .cover img {
    float:right;
}

.box ul.books li .info {
    float:left;
    text-align:right;
    width:75px;
}

.box ul.books li .info del {
    color:#c00;
    white-space:nowrap;
}

.box ul.books li .info strong {
    font-size:14px;
    white-space:nowrap;
}

#boxBestSeller .boxTitle {
    background:url(../images/headerSidebar.jpg) no-repeat 0 0;
    height:40px;
    width.150px;
}

#boxBestSeller .boxContent {
    background-color:#3d5e98;
}

#boxBestSeller ul.books li {
    border-bottom:1px solid #647dac;
}

#boxBestSeller ul.books li.hover {
    background-color:#243859;
}

#boxBestSeller ul.books li .info {
    color:#fff;
}

#boxBestSeller ul.books li .info del {
    color:#b0c5e3;
}

#boxLettureConsigliate .boxTitle {
    background:url(../images/headerSidebar.jpg) no-repeat -150px 0;
    height:40px;
    width.150px;
}

#boxLettureConsigliate .boxContent {
    background:#eeaf59;
}

#boxLettureConsigliate ul.books li {
    border-bottom:1px solid #be8c47;
}

#boxLettureConsigliate ul.books li.hover {
    background-color:#E89036;
}

/* RIQUADRO GRANDE GENERICO ------------------------------------------ */
.boxBig {
    background:url(../images/ombraMainBox.png) no-repeat left 100%;
    padding-bottom:20px;
    width:630px;
}

.boxBig .boxBigContent {
    border:2px solid #cacaca;
    padding:8px;
}

.boxBig .boxBigContent .contentVideo {
	text-align: center;
}

.boxBig .boxBigContent .boxBigTitle {
    color:#384e97;
    font-size:22px;
    letter-spacing:-1px;
    margin-bottom:10px;
}

#boxNovita .boxBigContent {
    border-color:#df8c29;
}

/* FOOTER -------------------------------------------- */
#footer {
    border-top:2px solid #df8c29;
}

#footer .wrapper {
    color:#62697d;
    padding:10px 0;
    position:relative;
}

#linkBackToTop {
    position:absolute;
    top:10px;
    right:0;
}

#sistemiPagamento {
    background:url(../images/iconCards.jpg) no-repeat 0 0;
    height:30px;
    position:absolute;
    right:0px;
    top:45px;
    width:290px;
}

ul#menuFooter {
    height:30px;
    list-style-type:none;
    margin:0;
    padding:0;
}

#menuFooter li {
    float:left;
}

#menuFooter li a {
    border-right:1px solid #979aa1;
    color:#000;
    float:left;
    line-height:18px;
    margin:0 10px 0 0;
    padding:0 10px 0 0;
    text-decoration:none;
}

#menuFooter li a:hover {
    text-decoration:underline;
}

/* BUSSOLA ----------------------------------------- */
#bussola {
    background:url(../images/iconHome.png) no-repeat 3px 5px;
    border-bottom:1px solid #ccc;
    font-size:11px;
    margin-bottom:6px;
    padding:0 0 6px 20px;
}

#bussola a {
    color:#666;
}

/* PULSANTI GENERICI -------------------------------- */
.buttonWrapper {
    width:100%;
    overflow:hidden;
}

.buttonBig {
	display:block;
	width:130px;
	height:28px;
	border:0;
	background:url(../images/bgButton.png);
	color:#fff;
	text-align:center;
	font:bold 14px arial,helvetica,sans-serif;
	cursor:pointer;
}

a.buttonBig {
	text-decoration:none;
	line-height:28px;
}

.buttonDisabled {
    background-image:url(../images/bgButtonDisabled.png);
}

.buttonSmall {
	display:block;
	width:70px;
	height:20px;
	border:0;
	background:url(../images/bgButtonSmall.gif);
	color:#666;
	text-align:center;
	font:bold 10px arial,helvetica,sans-serif;
	text-transform:uppercase;
	cursor:pointer;
}

a.buttonSmall {
	text-decoration:none;
	line-height:20px;
}

a.buttonSmall:hover {
	color:#394EBC;
}

.buttonLeft {
    float:left;
    margin-right:10px;
}

