/* Define styles for articles
*******************************************************************************/

/* Styles for individual articles */
h5 {
	color: #266fbb;
	font: 22px Georgia, serif;
    text-decoration: none;  
    line-height:35px;
    padding: 8px 0px;
    margin: 0px;
    
}

.articledate {
	color: #024b97;
	font-size: 11px;
}

/* Styles for list of headers */

.newsheader {
  text-align: left;
  width: 152px;
  padding: 6px;
}

.newsheader .articledate {
  position: relative;
  float: none;
  display: block;
  margin: 0 -6px 6px -6px;
  padding: 2px 6px;
  background: #e6f0af;
}

.newsheader a {
  font-size: 1.1em;
}

#navcontainer h2 {
  text-align:left;
  margin: 0px 0px 7px 16px;
}

/*
  Yhteystiedot
*/

#content td {
  margin: 0 0 10px 0; padding: 3px;
  border: 1px solid #ccc;
}
#content tr {
  margin-bottom: 10px;
}

.myymala {
  margin: 0 0 10px 0; padding: 3px;
  border: 1px solid #ccc;
}
h3 {
  margin: 4px 0 8px -3px; padding-left: 3px;
  width: 300px;
  border-bottom: 2px solid #ccc;
}
span .phone {
  float: right;
  font-weight: normal;
}

/*
  Tarjous- ja uutuuskirjalaatikot etusivulla
*/

.nostolaatikko {
  
  width: 530px;
  background: url(../images/nostot_bg.png) repeat-y top;
}
.nostolaatikko ul,
.nostolaatikko ul li {
  display: block;
  margin: 0; padding: 0;
  list-style: none;
  text-align:left;
}
.nostolaatikko ul li {
  float: left;
  height: 27px;
}

.nostolaatikko ul li a {
  display: block;
  font-family: "Myriad Pro", Myriad, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans;
  color: #024b97;
  text-decoration: none;
}
.nostolaatikko ul li a.tarjous {
  width: 93px;
  height: 15px;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 10px 5px 10px;
  background: transparent url(../images/nosto_tarjouskirjat_off.png) no-repeat bottom;
}
.nostolaatikko ul li a.uutuus {
  width: 91px;
  height: 15px;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 10px 5px 10px;
  background: transparent url(../images/nosto_uutuuskirjat_off.png) no-repeat bottom;
}

.nostolaatikko ul li a.uutuus:hover,
.nostolaatikko ul li a.uutuus:focus,
.nostolaatikko ul li a.active-uutuus {
  background: transparent url(../images/nosto_uutuuskirjat_on.png) no-repeat bottom;
}
.nostolaatikko ul li a.tarjous:hover,
.nostolaatikko ul li a.tarjous:focus,
.nostolaatikko ul li a.active-tarjous {
  background: transparent url(../images/nosto_tarjouskirjat_on.png) no-repeat bottom;
}
.nostolaatikko ul {
  width: 530px;
  height: 27px;
  padding-bottom: 12px;
  /* background: #fff url(../images/nostot_top.png) no-repeat bottom;  */
}

.nostokirjat {
 
  width: 530px;
/*  background: transparent url(../images/nostot_bottom.png) no-repeat bottom; */
}
.nostokirja {
  
  width: 485px ;
  margin: 6px 12px; padding: 6px;
  /* background: transparent url(../images/nostokirja-tausta.png) repeat-y top; */
}
.nostokirja ul,
.nostokirja ul li {
  position: relative;
  display: inline;
  float: left;
  list-style: none inside url(../images/nostokirja_nuoli.png);
  margin: 0; padding: 10px;
}
.nostokirja ul li {
  padding-left: 6px;
  font-size: 16px;
  font-weight: bold;
}

.nostokirja ul {
  margin: 0;
  background: none;
}

.nostokirja .sisalto {
    padding-left: 150px;
    padding-top: 10px;
    width: 300px;   
}

.nostokirja .kansi {
  position: relative;
  padding: 0px;
  margin: 0px 15px;
  overflow: hidden;
  text-align: center;
  float: left;
}

.kansi img {
  margin: 0;
  padding: 5px 5px 5px 5px;
  border: 1px;
  float: left;
}
.nostokirja .descr p {
    padding-left: 15px;
    margin-right: 20px;
    text-align: justify;
}

.nostokirja .hinta {
    padding-left: 15px;
    margin-right: 20px;
    width:435px;
    text-align: right;
}
    
.nostokirja h2 {
  margin: 10px 0;
  border: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}