body {
  background: #e5f1f0;
}

a,
a:visited {
  color: #005c9c;
}

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

#content {
  border: 2px solid #bfdadd;
}

#sidebar div.brands div.inner {
  background-color: #dceaeb;
  border-top: 2px solid #c5dfe1;
  border-bottom: 2px solid #c5dfe1;
}

/** Pages start **/

/* /home/ */
div.offers {
  background: transparent url('/butik/themes/kidsnyt/images/offers_mid.jpg') repeat-y top left;
}

div.offers_inner {
  background: transparent url('/butik/themes/kidsnyt/images/offers_bot.jpg') no-repeat bottom left;
}

div.offers_mid {
  background: transparent url('/butik/themes/kidsnyt/images/offers_top.jpg') no-repeat top left;
}

/* /products/ */
div.buy {
  background: transparent url('/butik/themes/kidsnyt/images/buy_left.gif') no-repeat top left;
}

div.buy div.inner {
  background: transparent url('/butik/themes/kidsnyt/images/buy_right.gif') no-repeat top right;
}

/** Pages end **/

div.pagination span,
div.pagination a {
	background-color: #d7859b;
	color: #fff;
}

div.pagination span.disabled {
  color: #fbc;
}

div.pagination span.current {
  background-color: #ba3759;
  color: #fff;
}

div.pagination span:hover,
div.pagination a:hover {
  background-color: #ba3759;
}

div.pagination span.disabled:hover {
  background-color: #fff;
}
