/********************************************
**  CSS realizzato per: www.NIPOGAMES.it
**  style: Page  - media: Screen
**  Author: Mirko Ennas - www.Pixelforge.it
*********************************************/


/* ------------------------------
 *    AREA CONTENUTI
 * ------------------------------ */



/*  BOX REVIEW/CATEGORY-FIRST/CATEGORY-TOP __________________ Differences */
.box-category-top {
  margin-top: -28px;  /* Serve per incastrare graficamente i due blocchi */
}

#box-review h3,
.box-category-top h3 {
  background: transparent url("../images/cont-sx_tab-mainarticles-top1.gif") left top no-repeat;
}
#box-article-first h3 {
  background: transparent url("../images/cont-sx_tab-firstarticles-top1.gif") left top no-repeat;
}
#box-review h3 span.hdx,
#box-article-first h3 span.hdx,
.box-category-top h3 span.hdx {
  background: transparent url("../images/cont-sx_tab-articles-bottom.gif") left bottom no-repeat;
}

#box-article-first dl {
  margin-top: 1px;
  padding: 4px 0 14px 0;
  color: #fff;
  background: #707070 url("../images/cont-sx_box-category-first-background.gif") right bottom no-repeat;
  /*  border: 1px dashed green;       - - - - - - - - - - - - - DEBUG   */
}

#box-article-first dl dt img {
  border: 1px solid #ccc;
}

.box-category-top dl dt img {
  border: 1px solid #555;
}


#box-article-first dl dd div.title {
  font-size: 15px;
}


/*
#box-article-first dl dd div.title a {
  text-decoration: underline;
  color: #fc0;
}
#box-article-first dl dd div.title a:hover {
  text-decoration: none;
  color: #fff;
}
*/

#box-article-first dl dd div.abstract {
  font-size: 13px;
  /* line-height: 125%; */
  color: #fff;
}
#box-article-first dl dd div.info {
  background: #ccc url("../images/type-ico/article-review.gif") right center no-repeat;
}


.box-category-top dd p.vote {
  background: transparent url("../images/vote-background2.gif") left top no-repeat !important;
}


/*  NAV-PAGES  */
#nav-pages {
  margin: 0 0 24px 0;
  padding: 0;
}
#nav-pages h4 {
  display: none;
}
#nav-pages ul {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  width: 460px;
  /*  border: 1px dashed yellow;     - - - - - - - - - - - - - DEBUG   */
}
#nav-pages ul li {
  margin: 0 2px;
  padding: 0 0;
  display: inline;
}
#nav-pages ul li a {
  margin: 0;
  padding: 3px 8px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: #B2B2B2;
  border: 1px solid #999;
}
#nav-pages ul li.active a,
#nav-pages ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
  border: 1px solid #999;
}












/* ------------------------------
 *        BOX SPALLA DX
 * ------------------------------ */














