/**
 * Nodes & comments
 */
.node {
  border-bottom: 1px solid #CEE2FB;
  margin: -1.5em -26px 1.5em;
  padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 1em;
  background-image: none;
}

.node .links, .comment .links {
  text-align: left;
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right;
  clear: right;
  padding-left: 1em;
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right;
}

.terms {
  float: right;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px;
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

.content img {
	clear: left;
}



/** Site map **/
ul.tree {
	list-style: disc outside none;
	margin-left: 40px;
}


/** Shop **/
body {
	font-size: 14px;
}
p.space {
	height: 15px;
}
p.prices {
	color: #496FB5;
	font-size: 14px;
	font-weight: bold;
	text-transform:  uppercase;
}
table.prices {
	margin-top: 10px;
	border: none;
}
table.prices td {
	width: 60px;
	padding: 3px 0px 3px 0px;
}
table.prices thead td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #496FB5;
	color: #FFFFFF;
}
table.prices tbody td {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #78A0E5;
}
table.prices tfoot td {
	text-align: left;
	font-size: 10px;
	font-style: italic;
}



.content ul {
	margin-left: 30px;
}

/** List of years **/
div.years {
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid #CEE2FB;
	border-bottom: 1px solid #CEE2FB;
	text-align: center;
}
.years a {
	color: #3E64AD;
}
.years a:hover {
	color: #444E57;
}
.years a.selected {
	color: #444E57;
	text-decoration: none;
}

.rawlist {
	border: none;
}
#categories {
	border: none;
}



/* News - Press releases */
table.news {
	margin: 0 auto;
}
table.news td {
	padding: 5px 5px 5px 5px;
}

table.news thead td {
	color: black;
	border-bottom: 1px solid #444E57;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* contact geo */
table.images td {
	border: none;
	width: 350px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
table.images td p {
	margin-top: 0px;
}

/* thumbnails */
table.thumbnails thead td {
	font-weight: bold;
	font-family: Arial, sans;
}
table.thumbnails tbody img {
	background: url("/images/list_thumb.png") no-repeat;
	padding: 3px;
	margin: 10px;
	width: 76px;
	height: 76px;
}
table.thumbnails tbody td.img {
	width: 96px;
}

/*ul.links.inline {
	margin-top: 15px;
}*/

b{font-family: Arial, sans;}
