@charset "utf-8";
body {
	margin: 0px;
	background: #7c6c81;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #fff;
	overflow:auto;
}

img {
	border: 0;
}

h1 {
	font-weight: normal;
	color: #fff;
}

p {
	line-height: 1.8em;
}

.container {
	text-align: center;
	margin: 0px;
}

.menu {
	float: left;
	background: #625268;
	height: 27px;
	text-align: left;
}

.menu ul {
	margin: 0 0 0 12px;
	padding: 0;
	float: left;
}

.menu ul li {
	display: inline;
}

.menu ul li a {
	float: left;
	text-decoration: none;
	color: #FFF;
	padding: 4px 12px;
}

.menu ul li a:visited {
	color: #FFF;
}

.menu ul li a:hover, .menu ul li .current {
	color: #FFC;
}

.link_item {
	padding: 0;
	margin: 0;
}

.link_item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.link_item ul li {
}

.link_item ul li a, 
.link_item ul li a:visited,
.link_item ul li a:active {
	display: block;
	background: #625268;
  margin: 0px 0px 12px 0px;
  padding: 8px;
	color: #fff;
	font-family: Verdana;
	text-decoration: none;
	font-size: 1em;
}

.link_item ul li a:hover {
	color: #aaa;
	
}

.link_item ul li.active-trail a {
  background-color: #958699;
}

.top_links a, .top_links a:visited, .top_links a:active {
	color: #fff;
	text-decoration: none;
}

.top_links a:hover {
	color: #aaa;
	text-decoration: none;
}

a, a:visited, a:active {
	color: #FFC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Layout */

div.two-cols {
  overflow: hidden;
}

div.two-cols > div {
  width: 50%;
  float: left;
}

div.two-cols div.col-inner,
div.three-cols div.col-inner {
  overflow: hidden;
  width: 100%;
}

div.one-col,
div.two-cols,
div.three-cols {
  overflow: hidden;
  text-align: left;
  padding: 16px 30px;
}

div.one-col {
  padding-top: 0;
  padding-bottom: 0;
}

div.two-cols {
  padding-bottom: 0;
}

div.three-cols {
  padding-top: 0;
}

div.three-cols p {
  margin-top: 0;
}

div.three-cols > div {
  width: 33%;
  float: left;
}

div.three-cols > div.first {
  width: 38%;
}

div.three-cols > div.first .col-inner {
  padding-right: 3em;
  width: auto;
}

div.three-cols > div.first .store a {
  font-weight: bold;
  text-decoration: underline;
}

div.three-cols > div.first .store a:hover {
	text-decoration: none;
}

div.three-cols > div.middle {
  width: 31%;
}

div.three-cols > div.middle .col-inner strong {
  color: #333;
  font-size: 0.9em;
  font-style: italic;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}

div.three-cols > div.last {
  width: 31%;
}

div.three-cols > div.last .col-inner {
  text-align: center;
}

div.cols h1 {
  color: #625269;
  font-size: 1.8em;
  font-family: GillSans, Tahoma, Geneva, sans-serif;
}

div.one-col h1 {
  border-bottom: 1px solid #ccc7cd;
}

div.cols h1 a {
  color: #625269;
  font-family: GillSans, Tahoma, Geneva, sans-serif;
}

div.cols h2 {
  margin: 0;
}

div.cols a {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-weight: normal;
  color: #333333;
}

div.cols a:hover {
}

div.cols h2 a {
  color: #625269;
  font-size: 0.6em;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

div.cols h2 a:hover {
  color: #625269;
}

div.cols div p {
  color: #333;
  font-size: 0.9em;
  line-height: 1.4em;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}

/* Frontpage Advertisements */

div.ads div p a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}

div.ads div p a:hover {
  text-decoration: none;
}

div.ads div.first h1,
div.ads div.first p,
div.ads div.first img.thumb-first {
  width: 218px;
  float: left;
}

div.ads div.last h1,
div.ads div.last p,
div.ads div.last img.thumb-last {
  width: 266px;
  float: left;
}

div.ads div.first {
  padding: 0 1px 0 0;
}

div.ads div.first div.col-inner {
  border-right: 1px solid #ccc7cd;
}

div.ads div.last {
  margin: 0 -1px 0 0;
}

div.ads div.first img.thumb-first {
  width: 228px;
  height: 336px;
  background-image: url('../../images/bg-sprite-ads.jpg');
  background-position: -218px 0;
  background-repeat: no-repeat;
  float: right;
}

div.ads div.first img.thumb-last {
  width: 190px;
  height: 126px;
  background-image: url('../../images/bg-sprite-ads.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
}

div.ads div.last img.thumb-first {
  width: 218px;
  height: 113px;
  background-image: url('../../images/bg-sprite-ads.jpg');
  background-position: 0 -157px;
  background-repeat: no-repeat;
  margin-left: 10px;
}

div.ads div.last img.thumb-last {
  width: 180px;
  height: 336px;
  background-image: url('../../images/bg-sprite-ads.jpg');
  background-position: -448px 0;
  background-repeat: no-repeat;
}

/* Lists */

ul.item-list {
  margin: 0;
  padding: 0;
  border: 0; 
  overflow: hidden;
}

ul.item-list li {
  width: 50%;
  list-style-type: none;
  list-style-image: none;
  float: left;
  text-align: center;
  height: 360px;
}

ul.item-list li a {
  display: block;
}

ul.item-list li p {
  margin: 0;
  width: 92%;
  margin: 0 auto;
}

/* Shared */

.italic {
  font-style: italic;
}
