.findCourses{
  position: relative;
  top: -10px;
  right: 0;
  float: right;
  margin-top: -30px;
font-size: 25px;
line-height: 25px;
font-family: altgot;
text-transform: uppercase;
border-radius: 22px;
background: #85C657;
color: white;
text-align: center;
padding: 5px 18px;
cursor: pointer;
}

.classHeader{
  font-size: 26px;
  line-height: 30px;
  padding: 12px 0;
}
.classSelectContainer .cl:hover{
  box-shadow: none;
}
.classSelectContainer .cl{
  width: 50px;
  border-radius: 4px;
  height: 22px;
  text-align: center;
  float: left;
  padding: 10px 20px 15px 20px;
  margin: 12px;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  background: rgb(133, 198, 87);
  color: #fff;
  box-shadow: 2px 2px 5px 0px rgba(175, 175, 175, 1);
  font-family: altgot;
}

.shopPageRestrictor{
  width: 607px;
  overflow: hidden;
}

.classSelectContainer{
  width: 610px;
  overflow: hidden;
}


.splashes .headOffice{
  line-height: 20px;
}

.confinedHeading{
  height: 35px;
  overflow: hidden;
}

.selectSchool{
  width: 610px;
  margin-top: 12px;
}
.selectSchool .heading{
  margin-left: 10px;
}
.selectSchool .searchHit a{
  color: rgb(133, 198, 87);
  color: rgb(134, 134, 134);
}
.selectSchool .searchHit .underText{
  font-size: 17px;
  line-height: 17px;
  color: rgb(133, 198, 87);
}
.selectSchool .searchHit .hitTitle{
    font-family: altgot;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 4px;
    text-decoration: underline;
    text-transform: uppercase;
}

.filterTitle {
	display: none;
}
.selectSchool .heading{
  margin-bottom: 30px;
}

.selectSchool .heading_smaller{
  margin-bottom: 8px !important;
}

.selectSchool .searchHit{
  /*border-bottom: 1px solid rgb(133, 198, 87);*/
  padding: 10px 0;
  width: 290px;
  float: left;
  margin-left: 12px;

}

.webshopPage .leftColumn{
  width: 315px;
  overflow: hidden;
}

.webshopPage .leftColumn{
  float: left;
}

.webshopPage .rightColumn{
  float: right;
}

.shopItems{
  margin-top: 10px;
  margin-left: -7px;
  width: 615px;
  overflow: show;
}

.shopItem{
  position: relative;
  width: 300px;
  height: 332px;
  float: left;
  margin-left: 7px;
  box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  border-radius: 4px;
  margin-bottom: 20px;
  background: #fefefe;
}

  .shopItem .curlImg{
    position: absolute;
    top: 0;
    right: -10px;
    background:url(../img/core/corner.png);
    width: 25px;
    height: 16px;
  }
  .shopItem .productImage{
    text-align: center;
    width: 300px;
    height: 140px;
  }
  
  .shopItem .infoContainer{
    /* border-top: 2px dotted rgb(134, 134, 134); */
    margin:5px 10px;
  }
    .shopItem .title{
      margin: 10px 0 5px 0;
      font-family: altgot;
      font-size: 25px;
      line-height: 25px;
      text-transform: uppercase;
    }
    .shopItem .desc{
      padding: 10px 0 0 10px;
      height: 180px;
      overflow: hidden;
      font-size: 14px;
      overflow-x: hidden;
      overflow-y: auto;
      margin: 10px 0;
      border-top: 2px dotted rgb(134, 134, 134);
    }
    .shopItem .price{
      font-family: altgot;
      font-size: 35px;
      line-height: 35px;
      text-transform: uppercase;
      float: left;
    }
    .shopItem .antall{}
    .shopItem .add{
      float: right;
      width: 88px;
    }
    .shopItem .courseButton{
      float: right;
      width: 80px;
    }

.smallButton {
	width: 60px;

}  
.shoppingCart{
  position: relative;
  width: 302px;
  float: left;
  margin-top: 12px;
  border-radius: 4px;
  overflow: hidden;
}

  .shoppingCart .whiteOverlay{
    margin: 20px 15px;
    background: #fff;
    border-radius: 4px;
    padding: 20px 11px;
  }

.shoppingCart table .righty{
  text-align: right;
}
.shoppingCart table td img{
  position: relative;
  top: -8px;
  left: 7px;
  cursor: pointer;
}
.shoppingCart table td{
  padding-top: 5px;
}
.shoppingCart table{
  width: 100%;
  border-top: 2px solid rgb(133, 198, 87);
  border-bottom: 2px dotted rgb(134, 134, 134);
  font-family: altgot;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}

.shoppingCart .total .lead{
  float: left;
}
.shoppingCart .total .sum{
  margin-right: 15px;
  float: right;
}
.shoppingCart .total{
  margin-top: 20px;
  font-size: 25px;
  line-height: 25px;
  font-family: altgot;
  text-transform: uppercase;
}
.shoppingCart .title{
  font-size: 25px;
  line-height: 25px;
  font-family: 'altgot';
  text-transform: uppercase;
}
.checkOut{
  text-align: center;
  clear: both;
  margin: 60px 0 15px 0;
}
.planetaButton{
  font-size: 36px;
  line-height: 25px;
  font-family: altgot;
  text-transform: uppercase;
  border-radius: 2px;
  background: rgb(133, 198, 87);
  color: #fff;
  text-align: center;
  padding: 5px 18px;
  cursor: pointer;
  width: calc(33% - 11px);
  height: 90px;
  padding: 20px !important;
  margin-right: 10px;
}
@media(max-width: 470px) {
    .planetaButton{width: 29%; font-size: 1em;line-height: 1;margin-right: 10px;padding: 12px !important;}
}

.dummyImg{
  background: url(../img/banner/dummy.jpg);
}

.tagline {
    color: #D00000;
    font-family: altgot;
    font-size: 24px;
    padding-left: 10px;	
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg); /* IE 9 */
	-webkit-transform: rotate(-5deg); /* Safari and Chrome */
	-o-transform: rotate(-5deg); /* Opera */
	-moz-transform: rotate(-5deg); /* Firefox */    
    position: relative;
    top: -20px;	
}


.errorMessage{
  box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  height: 30px;
  width: 500px;
  border-radius: 4px;
  margin: 15px 0 0 0;
  padding: 15px 17px 5px 17px;
  background-color: #B52E62;
  color: #fff;
  display: none;
}

.tiny_table{
	width: 50%;
	margin-bottom: 18px;
}

.tiny_table td {
	border-bottom: 1px solid #ccc;
}

.KredittVilkaar {
    width: 100%; float: left;
}
.KredittVilkaar > div {
    width: 33%;
    margin-left: 33%;
    text-align: center;
}