/**
 * Epsiplus Platform Base Style
 *
 * Defines base structural elements for Epsiplus Platform
 *
 * Project: Epsiplus Platform
 * Version: 0.1
 * Author: www.mdrpartners.com
 */

 /**
TOC:
 - General
 - Header
	- Nav Toolbox
 - Primary Navigation
 - Breadcrumbs
 - Main Structure
 - Left Sidebar
 - Secondary Navigation
 - Section
 - Sitemap
 - Blocks
 - Page Elements
	- Content Navigator
	- Loader
	- Separator
	- Paginator
	- Factbox
	- Table
	- Gallery
	- Form
 - Section Type
	- Weblog
	- Event
	- Case
	- Products Folder
	- Cross Border Product
	- News
 - Embed
	- Folder
 - Listitem
 - Block Type
	- Event
*/

/**
 * General
 */
body,html {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1;
	font-size: 62.5%;
	line-height: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #73B06F;
}

#wrapper-page {
	background: #FFFFFF url(img/shadow_left.jpg) repeat-y scroll left top;
	width: 80%;
	margin: auto;
	position: relative;
	padding: 0 0 0 6px;
}
#inner-wrapper{
	background: #FFFFFF url(img/shadow_right.jpg) repeat-y scroll right top;
	padding: 0 6px 0 0;
}

#header:after, #nav-primary:after, .main-content:after, .content:after, .section:after, .sitemap:after, .panel.last:after , #aside-nav:after, .tabular.section .attr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.panel.last + * {
	clear: both;
}

a {
	color:#076F6F;
	text-decoration:none;
}

a:hover,a:focus,a:active {
	color: #189494;
	text-decoration: none;
}

.section a:visited:after {
	color: #555;
	font-size: 1em;
	font-weight: bold;
}

.section a[href^="http:"] {
	background: url("img/icons/external.png") no-repeat center right;
	padding-right: 13px;
}

.section a[href^="mailto:"] {
	background: url("img/icons/email.png") no-repeat center right;
	padding-right: 17px;
}

.main-content ul, .main-content ol {
	display: block;
	list-style-type: none;
	padding-left: 18px;
	margin: 10px 0 10px 20px;
}

.main-content ul li {
	background-image: url("img/sidemenu_bullet.png");
	background-position: 0.2em 0.5em;
	background-repeat: no-repeat;
	display: block;
	margin-left: 20px;
	padding-left: 18px;
}

.frontpage .center-column-position {
	margin-right: 230px;
}

/**
 * Header
 */
#header {
	width: 100%;
	clear: both;
	background-color: #fff;
}

#header #logo {
	display: block;
	height: 65px;
	width: 180px;
	float: left;
	margin: 10px 0 10px 25px;
	border: 0;
}

#header #logo img {
	border: 0;
}

/**
 * Header: Nav Toolbox
 */

#nav-toolbox {
	float: right;
	margin: 5px 20px 0 0;
}

#nav-toolbox * {
	display: inline;
}

#nav-toolbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-toolbox ul a {
	padding: 5px;
	display: inline;
	font-size: 1.2em;
	margin-bottom: 1px;
}

#nav-toolbox ul a:hover {
	margin-bottom: 0px;
}

#nav-toolbox label, #nav-toolbox .label {
	font-size: 1.2em;
	padding-left: 5px;
}

#nav-toolbox #login-form {
	position: absolute;
	right: 20px;
}

#nav-toolbox #login-link {
	display: none;
}


/**
 * Primary Navigation
 */
#nav-primary {
	padding: 0 0 0 14px;
	background-color: #fff;
	list-style: none;
	margin: 0;
}

#nav-primary li {
	float: left;
	margin: 0 1px;
	padding: 0;
}

#breadcrumbs, .reports #breadcrumbs, .partners_area #breadcrumbs { background-color: #229898; }
.project #breadcrumbs, .games_directory #breadcrumbs { background-color: #ffb41d; color: #000; }
.project #breadcrumbs a, .games_directory #breadcrumbs a { color: #666; }
.community #breadcrumbs, .case_studies #breadcrumbs { background-color:  #f0db68; color: #000; }
.community #breadcrumbs a, .case_studies #breadcrumbs a { color: #666; }
.events #breadcrumbs, .recommendations #breadcrumbs { background-color: #80b77e; }

#nav-primary .tabcolor_1 div {
	background: #faaf1a url("img/rounded_orange_right.jpg") no-repeat top right;
}

#nav-primary .tabcolor_1 a {
	background: transparent url("img/rounded_orange_left.jpg") no-repeat top left;
}

#nav-primary .tabcolor_2 div{
	background: #e9d564 url("img/rounded_yellow_right.jpg") repeat-x top right;
}

#nav-primary .tabcolor_2 a {
	background: transparent url("img/rounded_yellow_left.jpg") no-repeat top left;
}

#nav-primary .tabcolor_3 div{
	background: #76b272 url("img/rounded_green_right.jpg") no-repeat top right;
}

#nav-primary .tabcolor_3 a {
	background: transparent url("img/rounded_green_left.jpg") no-repeat top left;
}

#nav-primary .tabcolor_0 div{
	background: #119192 url("img/rounded_blue_right.jpg") no-repeat top right;
}

#nav-primary .tabcolor_0 a {
	background: transparent url("img/rounded_blue_left.jpg") no-repeat top left;
}

#nav-primary a {
	min-height: 10px;
	padding: 9px 19px;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	color: #405059;
	border: 0;
}

#nav-primary li.selected div, #nav-primary li.selected:hover div {
	font-weight: bold;
  margin-top: -5px;
  padding-bottom: 5px;
}

#nav-primary li:hover div {
  margin-top: -5px;
  padding-bottom: 5px;
}

/**
 * Breadcrumbs
 */
#breadcrumbs {
	background: #405059;
	border-bottom: 2px solid #fff;
	color: #fff;
	clear: both;
	padding: 5px 0 5px 15px;
	list-style: none;
	margin: 0;
	font-size: 1.1em;
}

#breadcrumbs li{
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumbs li a{
	display: inline;
	text-decoration: none;
	color: #fff;
}



/**
 * Main Structure
 */
#main {
	position: relative;
	min-height: 620px;
	border-top: 2px solid #73B06F;
	border-bottom: 4px solid #405059
}

#aside-nav {
	background: #0d8f8f repeat-x top left;
	position: absolute;
	width: 208px;
	left: 15px;
	top: 0;
	min-height: 100%;
	z-index: 2;
}

#aside-nav h2 {
	font-size: 1.4em;
	color: #fff;
}

#aside-nav h2 a {
	color: #fff;
}

.billboard {
	position: absolute;
	left: -230px;
	z-index: 20;
	top: 0;
	height: 130px;
	overflow: hidden;
}
#default-billboard {
	background-image: url(/var/ezwebin_site/storage/images/media/banners/default-site-image/984-1-eng-GB/Default-Site-Image_billboard.jpg);
	height: 130px;
	position: absolute;
	width: 208px;
	top: 0;
	left: 0;
}

#aside-blocks {
	position: absolute;
	width: 220px;
	right: 10px;
	top: 8px;
}

.main-content {
	margin: 0 0 0 245px;
	padding-top: 18px;
	z-index: 20;
  position: relative;
}

/**
 * Footer
 */

#footer {
	text-align: center;
	font-size: 1.2em;
}

#footer p {
	clear: both;
}

.support-of {
	width: 50%;
	text-align: right;
	margin-left: auto;
	padding: 10px 20px 20px 20px;
}

.support-of span {
	display: block;
	padding-top: 35px;
}

.support-of img {
	float: right;
	margin: 0 5px 5px 10px;
}

.copyright {
	text-align: center;
	display: block;
	margin: auto;
	padding: 15px 0 10px 0;
	background: #fff url("img/shadow_bottom.jpg") repeat-x left top;
}

/**
 * Left Sidebar
 */
#aside-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#aside-nav h2 {
	margin: 140px 10px 10px 10px;
	padding: 6px 0 6px 50px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background:  transparent url(img/spacer_dark.gif) no-repeat scroll left center;
}

#aside-nav-blocks {
	width: 190px;
	padding-top: 8px;
}

#aside-nav .block {
	margin: 0 auto 5px auto;
	width: 90%;
	font-size: 1.2em;
}

#aside-nav .block div {
	background-color: #fff;
}

#aside-nav .block h3 {
	background: #edba2a url("img/yellow-block-header.jpg") repeat-y top right;
	color: #184466;
	text-align: left;
}

#aside-nav .object-right {
    color: #fff;
}

#aside-nav .object-right .factbox {
    background-color: transparent;
    border: 0;
}

#aside-nav .object-right p {
    font-size: 1.2em;
}

/**
 * Secondary Navigation
 */

#nav-secondary {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-secondary a {
	min-height: 10px;
	padding: 6px 2px;
	margin: 0 15px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #90BE87;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	line-height: 1.2em;
}

#nav-secondary a:hover {
	border-bottom-color: #fff;
}

#nav-secondary a.current, #nav-secondary a.trail {
	font-weight: bold;
}

#nav-secondary ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}


/**
 * Section
 */
.section {
	padding: 3px;
	margin-right: 2%;
	margin-bottom: 5px;
	line-height: 1.6em;
	font-size: 1.2em;
	background-color: #fff;
	z-index: 1;
	color: #2B383F;
}

.section.main {

}

.section.main .content {

}

.section p {
	margin: 0 20px 10px 0;
}

.section h1 {
	text-align: left;
	padding: 0 10px 10px 0;
	margin: 0;
	font-size: 1.4em;
	color: #535548;
}

.section h2, .section h3, .section h4, .section h5 {
	margin: 10px 20px 18px 0;
}

.section h2 a, .section h3 a, .section h4 a, .section h5 a {
	color: #535548;
}

.section h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3em;
	color: #535548;
	background: url("img/attribute_header_bg_medium.png") no-repeat center bottom;
	margin: 10px 20px 0 0;
	padding: 0 10px 20px 0;
}

.section ol, .section ul {
	padding: 0;
	margin: 10px 20px 10px 20px;
	list-style: disc outside none;
}

.section ol {
  list-style: decimal outside none;
}

.section ol li {
  margin-left: 38px;
  list-style-type: decimal;
  list-style-position: outside;
}

.section .object-left {
  float: left;
}
.section .object-right {
  float: right;
}

/**
 * Sitemap
 */
.sitemap {
	margin: 10px 10px 10px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	height: auto;
	position: relative;
	font-size: 1em;
	line-height: 1.6em;
	z-index: 1;
}

a.sitemap-toggle {
	z-index: 2;
	position: absolute;
	color: #fff;
	right: 15px;
	font-size: 1.1em;
	margin-top: 5px;
}

a.sitemap-toggle:hover {
	color: #fff;
}

.sitemap h3 {
	color: #fff;
	font-size: 1.3em;
	padding: 0;
	margin: 0 20px;
}

.sitemap .sitemap-columns {
	display: block;
	visibility: visible;
}

.sitemap .col {
	width: 20%;
	float: left;
	padding: 0 10px;
	margin: 10px;
	border-right: 1px dashed #81a0b5;
	height: 100%;
}

.sitemap .col div {
	margin-bottom: 20px;
}

.sitemap .col ul {
	margin: 0 0 0 15px;
	padding: 0;
}

.sitemap .col li {
	color: #fff;
}

.sitemap h4 {
	margin: 0;
	font-size: 1.1em;
}

.sitemap a, .sitemap a:visited {
	border-width: 0;
	color: #ddd;
}

.sitemap a:visited {
	color: #bbb;
}

.sitemap h4 a, .sitemap h4 a:visited {
	color: #fff;
}

.sitemap a:visited:after {
   content:  " \2713 ";
   color: #aaa;
   font-size: 0.7em;
}

.sitemap a:visited:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.sitemap a:hover, .sitemap a:focus, .sitemap a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/**
 * Blocks
 */
.block {
	position: relative;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.section .block {
	font-size: 1em;
}

.block div {
	display: block;
	line-height: 1.5em;
	background-color: #fff;
	height: 100%;
	background-color: #FAAF1A;
}

.section .block div {
	line-height: 1em;
}

.block span {

}


.block h3 {
	/*background: #184466 url("img/block-header.jpg") repeat-y top left;*/
	background: #FAAF1A url(img/rounded_orange_right.jpg) repeat-x scroll right top;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	font-size: 1.2em;
	color: #405059;
	margin: 0;
}

.block h4 {
	margin: 5px 0;
	font-size: 1.1em;
	color: #405059;
}

.block h4 a {
    color: #405059;
}

.block .desc {
	padding: 0 15px;
}

.section .block h3 {
	font-size: 1em;
}

.block h3 a {
	color: #fff;
	border: 0;
}

.block p {
	margin: 0 5px;
}

.block.small {
	width: 32%;
	float: left;
	margin-right: 1%;
}

.main-content .block {
	margin-right: 1%;
	width: 100%;
	float: left;
	margin-top: 5px;
}
.main-content .block div {

}

.block .more-link {
	padding: 15px;
	display: block;
	clear: both;
}

.attribute-more {
	clear: both;
}

/**
 * Page Elements: Item List
 */
.item-list, .section .item-list {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.item-list a {
	border-bottom: 1px solid #DF9300 !important;
	display: block;
	border-top: 1px solid #FFC85F;
	padding: 3px 3px 3px 10px;
	background-position: 10px top;
	background-repeat: no-repeat;
	background-image: none !important;
}
.item-list a:hover {
}
.item-list li.even {
}

.item-list a, .block .item-list a:visited {
	border-bottom: 0;
}

.item-list a:hover {
	border-bottom: 1px solid #3a7cb1;
}

/**
 * Page Elements: Content Navigator
 */
.content-navigator {
	margin: 10px 20px;
}

.content-navigator div {
	display: inline;
}

/**
 * Page Elements: Loader
 */
.loader {
	width: 100px;
	height: 100px;
	background-image: url("img/ajax-loader.gif");
	margin: auto;
}

/**
 * Page Elements: Separator
 */
.separator {
	height: 1px;
	border-bottom: 2px solid #C3C3C3;
	margin: 15px 20px;
  clear: both;
}

/**
 * Page Elements: Paginator
 */
.section ul.paginator {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.paginator li {
	display: inline !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 5px !important;
}

.paginator a:visited:after {
	content: "";
}

.paginator .next {
	margin-left: 10px;
	font-style: italic;
}

.paginator .previous {
	margin-right: 10px;
	font-style: italic;
}

.paginator .current {
	font-weight: bold;
}

/**
 * Page Elements: Factbox
 */
.factbox {
	border: 1px solid #67859b;
	border-left-width: 5px;
	margin: 8px;
	background-color: #e3ecf2;
}

.factbox h2, .factbox p {
	margin: 10px 12px;
}

.factbox h2 {
	margin: 5px 12px;
	background: none;
	padding-bottom: 0;
}

/**
 * Page Elements: Table
 */
.section table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 2px solid #fff;
}

.section table th {
	background-color: #e4ebf1;
	padding: 2px 20px;
}

.section table td {
	padding: 2px 20px;
}

.section table p {
	margin: 2px 5px;
}

table.scorecard {
	width: 95%;
	table-layout: fixed;
	margin: 10px 20px;
	background-color: #fff;
}

table.scorecard .countries {
	background-color: #e4ebf1;
}

table.scorecard .score, .scorecard .scoreTotal {
	text-align: center;
}

table.scorecard .scoreTotal, table.scorecard .tableHeaderTotal {
	background-color: #efc437;
	font-weight: bold;
}

table.list th {
	text-align: left;
}

table.list th a:visited:after {
	content: none;
}

table.list th a.desc {
	padding-right: 22px;
	background: transparent url("img/icons/sort_arrow_down.png") no-repeat right 2px;
}

table.list th a.asc {
	padding-right: 22px;
	background: transparent url("img/icons/sort_arrow_up.png") no-repeat right 2px;
}

/**
 * Page Elements: Gallery
 */
.photo-gallery {
	visibility: hidden;
}

.gallery-wrapper {
	padding: 1px;
	margin: 10px auto;
	background-color: #275272;
}

.panel .panel-overlay, .panel .overlay-background {
	height: 60px;
	padding: 10px 10px;
}

.panel .overlay-background {
	background: #222;
}

.panel .panel-overlay {
	color: white;
	font-size: 1em;
}

.panel .panel-overlay p {
	padding: 0;
	margin: 0;
}

.panel .panel-overlay a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.filmstrip {
	margin: 5px;
	background-color: #275272;
}

.frame .img_wrap {
	border: 1px solid #275272;
}

.frame.current .img_wrap {
	border-color: #fff;
}

.frame img {
	border: none;
}

.frame .caption {
	font-size: 11px;
	text-align: center;
	color: #888;
}

.frame.current .caption {
	color: #000;
}

.pointer {
	border-color: #FFF;
}
.class-gallery {}
	.class-gallery .content-view-children ul { list-style: none !important; margin: 0 !important; }
	.class-gallery .attribute-caption { display: none; }
	.class-gallery ul li { background-image: none; float: left; margin: 5px; padding: 7px; border: 1px solid #ccc; text-align: center; }
	.class-gallery ul li:hover { background-color: #eee; }
		.class-gallery ul li .attribute-image { margin: 0;}
		.class-gallery ul li p { margin: 0;}

/**
 * Page Elements: Form
 */
.section form .fields {
	list-style: none;
	margin: 10px 20px;
	padding: 0;
}

.section form .fields ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.section form .fields li {
	margin: 5px 0;
	padding: 0;
  background-image: none;
}

.section form label {
	width: 150px;
	display: block;
	float: left;
}
.section form input {
}

/**
 * Page Elements: Errors
 */
.warning {
	background-color: #eee;
	border: 3px solid #ccc330;
	margin: 10px 10px;
	font-weight: bold;
}
.warning h2 {
	margin: 10px;
}
.warning ul {
	margin: 0 10px 10px 15px;
}

.section .warning {
	margin: 20px 0 0 0;
	width: auto;
	border: 0;
	background-color: transparent;
}
.section .warning p {
	margin: 0;
}

/**
 * Page Elements: Panel
 */
.panel {
	float: left;
	width: 20%;
	padding: 0 10px 10px 0;
}
.panel.teaser {
	width: 200px;
	background-color: #e4ebf1;
	margin: 10px;
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	min-height: 350px;
	position: relative;
	padding: 0;
}
.panel.teaser h2 {
	color: #1a4568;
	font-size: 1.5em;
	text-align: right;
	margin: 0;
}
.panel.teaser h2 a {
	color: #1a4568;
	display: block;
	padding: 10px;
	width: 180px;
	border-width: 0;
}
.panel.teaser .image {
	height: 120px;
	border: 4px solid #fff;
	border-width: 4px 0;
	display: block;
}
.panel.teaser .item-list {
	margin: 0;
	padding: 0;
}
.panel.teaser .see-all {
	position: absolute;
	bottom: 0;
	text-align: right;
	display: block;
	width: 180px;
	border-width: 0;
	padding: 10px;
}
.panel.teaser.products .image {	background-image: url("img/teasers/products.jpg"); }
.panel.teaser.themes .image {	background-image: url("img/teasers/themes.jpg"); }
.panel.teaser.cases .image {	background-image: url("img/teasers/cases.jpg"); }
.panel.teaser.scorecard .image {	background-image: url("img/teasers/scorecard.jpg"); }
.panel.teaser.good_practice .image {	background-image: url("img/teasers/good-practice.jpg"); }
.panel.teaser.links .image {	background-image: url("img/teasers/links.jpg"); }
.panel.teaser.reports .image {	background-image: url("img/teasers/reports.jpg"); }

/**
 * Page Elements: Embed
 */
.embed {
	position: relative;
  margin-top: 20px;
}

/**
 * Page Elements: Image
 */
.attribute-image a img {
	border: 0;
}

/**
 * Section Type: Weblog
 */
.weblog.item {
	position: relative;
}

.weblog .details {
	margin: 5px 20px;
	z-index: 2;
	position: relative;
}

.weblog .details p {
	display: inline;
	margin: 0;
	color: #555;
}

.weblog .details .author {
	font-weight: bold;
	margin-right: 10px;
}

.weblog .details .date {
	color: #888;
}

.weblog .details .comments {
	float: right;
	margin-right: 40px;
}

.weblog .details .comments:before {
	content: url("img/icons/32_comments.png");
	height: 32px;
	position: absolute;
	margin-top: -5px;
	margin-left: -32px;
}

.weblog .details .author {
	font-weight: bold;
	margin-right: 10px;
}

.weblog .details .date {
	color: #888;
}

.weblog .details .comments {
	float: right;
}

.weblog .content {
	column-count: 2;
	column-gap: 5px;
	-moz-column-count: 2;
	-moz-column-gap: 5px;
	-webkit-column-count: 2;
	-webkit-column-gap: 5px;
}

.weblog .more {
	margin: 5px 20px;
}

/**
 * Section Type: Event
 */
.event.item {
	position: relative;
	padding-right: 40px;
}

.event.section .image {
	float: left;
	margin: 10px 10px 10px 20px;
}

.event.section .related-documents {
	list-style: none;
	margin: 10px 20px;
	padding: 0;
}

.event.section .related-documents li {
	padding: 3px 25px;
	background: transparent url("img/icons/22_document.png") no-repeat left 2px;
}

/**
 * Section Type: Case
 */
/* =Case Studies
----------------------------------------------- */
.tabular.section .attr{
	clear: both;
	padding-bottom: 20px;
}
.tabular.section .details h3 {
	float: left;
	width: 40%;
	padding: 0;
	margin: 0 3% 0 0;
	color: #146F6F;
	font-size: 1.1em;
  position: relative;
}
.tabular.section .details .attr-text {
	float: left;
	width: 54%;
	position: relative;
}
.tabular.section .details .attr-text p {
	margin-left: 0;
}
.tabular.section .contact-details p {
	margin: 0;
}
.tabular.section ul {
	margin: 5px 0 5px 0;
}
.tabular.section .attr-text ul {
	margin: 0;
}
.tabular.section li {
	margin: 0 !important;
}
.case .image {
    position: absolute;
    width: 170px;
    right: 20px;
}
.case .project-url {
    margin-right: 190px;
    word-wrap: break-word;
}


/**
 * Section Type: Product
 */
.product.section .description {
	margin-bottom: 20px;
}
.product.section .supplier {
	float: right;
	margin: 0 5px 5px 15px;
	background-color: #eee;
	padding: 5px 10px;
	width: 40%;
}
.product.section .supplier h2 {
	background-image: none !important;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.product.section h3 {
	margin-bottom: 5px;
}
.product.section .attr-text ul li {
	background-image: none;
	padding: 0;
}
.product.section .details .attr {
	padding-bottom: 6px;
}
#game-filter fieldset {
	border: 0;
}
#game-filter label {
	color: #fff;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
}
#game-filter select {
	width: 90%;
	margin-bottom: 8px;
}
.section.error {
	color: red;
}

.class-product {
	height: 100%;
	position: relative;
}

.class-product .content-image {
	position: absolute;
	top: 45px;
	left: 0;
}
.class-product .attribute-short, .class-product .attribute-link {
	margin-left: 150px;
}
.games-directory .columns-frontpage, .games-directory .attribute-bottom-column {
	float: left;
	width: 50%;
}

.product h2 {
	margin: 20px 0 -10px 0;
}

/**
 * Section Type: Report
 */
.report.item {
	position: relative;
	padding-right: 40px;
}

/**
 * Section Type: Themes
 */
.theme.item {
	position: relative;
	padding-right: 40px;
	margin-bottom: 10px;
}

/**
 * Section Type: Article
 */
.article .content {
	margin: 10px 0;
}
.article.item .attribute-image{
	float: left;
	padding: 3px;
	border: 1px solid #E3E7EB;
	margin: 5px 10px 5px 0;
}
.article.item .attribute-image a img {
	border: 0;
	margin: 2px;
}

/**
 * Section Type: Good Practice
 */
.good_practice .report.item {
	position: relative;
	padding-right: 40px;
}

/**
 * Section Type: Products Folder
 */
.products-folder.item {
	position: relative;
	margin-bottom: 10px;
}

.products-folder.item .products.list {
	margin: 0 20px;
	padding: 0;
	list-style: none;
}

/**
 * Section Type: Product
 */
.class-product .imageleft {
	float: left;
	margin: 0 10px 10px 5px;
}

/**
 * Section Type: Cross Border Product
 */
.x-border-product.section table {
	border-color: #fff;
	border-width: 2px;
}

.x-border-product.section td {
	padding: 8px;
}

.x-border-product.section td p {
	padding: 0;
	margin: 0;
}

.x-border-product.section .label {
	background-color: #e4ebf1;
	font-weight: bold;
	width: 20%;
}

.x-border-product.section .valueheader {
	background-color: #EFC437;
	font-weight: bold;
}

/**
 * Section Type: News
 */
.news.item {
	position: relative;
	padding-right: 40px;
}

.news.item .date {
	margin: 0 20px;
	color: #777;
	position: absolute;
	top: 0;
	right: 40px;
}

/**
 * Section Type: Newsletter Issue
 */
.newsletter-issue.item {
	position: relative;
	padding-right: 40px;
}

.newsletter-issue.item .date {
	margin: 0 20px;
	color: #777;
	position: absolute;
	top: 0;
	right: 40px;
}
.newsletter-issue .newsletter-header {
	width: auto;
	margin: 10px 20px;
	height: 50px;
	font-size: 1.8em;
	text-align: left;
	background-repeat: no-repeat;
}
.newsletter-issue .subtitle {
	margin: 5px 20px 20px 20px;
	font-size: 1.2em;
}
.newsletter-issue .posttext, .newsletter-issue .pretext {
	clear: both;
	margin: 20px;
	border: 2px solid #ccc;
}
.newsletter-issue .newsletter-wrapper {
	width: 600px;
}
.newsletter-issue .embed {

}

/**
 * Section Type: Forum
 */
.forum-folder td {
	font-weight: bold;
	padding-top: 10px;
}

.sub-forum .title {
	padding-left: 40px;
}

.forum .post div.author {
	width: 15%;
	float: left;
	margin: 10px 10px 10px 20px;
}

.forum .post p, .forum .post h2 {
	margin: 0;
}

.forum .post p.editedby {
	color: #999;
	font-size: 0.8em;
}

.forum .post .message {
	float: left;
	width: 80%;
	margin: 10px 0;
}

.forum table {
	table-layout: fixed;
}

.forum table .replies { width: 50px; }
.forum table .author { width: 150px; }
.forum table .lastreply { width: 150px; }

.forum .reply-to {
	border-bottom: 2px solid #C3C3C3;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.forum .reply-to h2 {
	margin: 5px 20px;
}

.forum .reply-to .post h2 {
	margin: 0;
}

/**
 * Section Type: Search
 */
.search .result {
	margin: 10px 20px 0 20px;
	font-size: 1.2em;
	font-weight: bold;
}

.search .searched-in {
	margin: 0 20px;
}
.search .searched-in dt, .search .searched-in dd {
	float: left;
}

.search .searched-in dt {
	clear: both;
	width: 50px;
	font-weight: bold;
}

.search-result {
	clear: both;
}

.search-result.item .description {
	margin: 0 20px 0 56px;
}

.search-result.item .description {
	width: 60%;
}

.search-result h2 {
	background-image: url("img/icons/32_file.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	height: 32px;
	padding-top: 6px;
}

.search-result .score {
	font-size: 0.8em;
	margin-left: 56px;
	margin-top: -25px;
}

/**
 * Section Type: File
 */
.file .details {
	margin: 10px 20px;
}

/**
 * Section Type: Comment
 */
.comment.item .content, .comment.embed .content {
	margin: 0;
	display: inline;
}
.comment .details .author, .comment .details .date {
	color: #888;
	font-style: italic;
	display: inline;
	margin: 0;
}
/**
 * Embed: Folder
 */
.folder.embed {
	margin: 10px 20px 20px 20px;
}

.folder.embed ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.folder.embed p, .folder.embed h2 {
	margin: 0;
}

/**
 * Embed: News
 */
.news.embed .date{
	margin: 0 20px;
}

/**
 * Embed:File
 */
.file.embed {
	margin-bottom: 2em;
}
.file.embed .attribute-file {
	background-color: #F1F2ED;
}
.file.embed .attribute-file p {
	padding: 5px 10px;
	margin: 0;
}

/**
 * Listitem
 */
.listitem {
	margin-bottom: 10px;
}

.listitem .details {
	color: #999;
}

/**
 * Block Type: Games Directory
 */
.block.games-directory .image {
	border: 1px solid #fff;
	overflow: hidden;
	float: left;
	height: 46px;
	margin: 2px 5px 4px 0;
}
.block.games-directory .image a img {
	border: 0;
}
.block.games-directory .description {
	clear: both;

}
.block.games-directory .desc {
	clear: both;
	margin-bottom: 10px;
}

/**
 * Block Type: Case Studies
 */
.block.case-studies .image {
    border: 1px solid #fff;
	overflow: hidden;
	float: left;
	height: 46px;
	margin: 2px 5px 4px 0;
}
.block.case-studies h3 {
	background: #F0DB68 url(img/rounded_yellow_right.jpg) repeat-x scroll right top;
}
.block.case-studies div {
	background-color: #F0DB68;
}

/**
 * Block Type: Search
 */
.search.block div div {
	display: block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: auto;
	padding: 0;
}

.search.block form {
	padding: 10px;
}

.search.block label {
	float: left;
	clear: both;
	width: 55px;
	margin-left: 5px;
}

.search.block .searchinput {
	width: 115px;
}

.search.block .field {
	margin-top: 5px;
}

.search.block .search-in {
	margin-bottom: 15px;
}

.search.block .search-in label {
	margin: 0;
	width: 60px;
}

.search.block #search-everywhere-label, .search.block #search-here-label {
	width: 120px;
}

.search.block select {
	float: left;
	width: 130px;
}

.search.block select .sub {
	padding-left: 20px;
}

a.manage-drafts {
float:none;
margin:0px 3pt 0;
padding: 1pt 2pt;
text-align:center;
border: 2px ridge silver;
background-color: transparent; color: green;
position: relative;
top: -8px;
vertical-align: middle;

}

/* Fixes */
.attribute-bottom-column { height: 1% }

.twitter_button, .facebook_button {
	margin-top: 140px;
	border: 0;
	margin-left: 20px;
	margin-bottom: 0;
	display: block;
}

.twitter_button img, .facebook_button img {
	border: 0;
}

.facebook_button {
	margin-top: 10px;
	margin-bottom: 50px;
}

/* FancyBox */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('img/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('img/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('img/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('img/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('img/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('img/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('img/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('img/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('img/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('img/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('img/fancybox/fancy_shadow_nw.png') no-repeat;
}

.tooltip {
	cursor: help;
	border-bottom: 1px dashed #999;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #fff;
	padding: 10px;
	opacity: 0.85;	
}
#tooltip h3 {
	font-size: 1.2em;
	line-height: 1.4em;
}
#tooltip h3, #tooltip div { margin: 0; font-weight: normal !important; }

.ezsr-star-rating li {
	padding-left: 0 !important;
}

/* Edit Game */
.section.game-edit table td {
	padding: 0;
}

.game-edit fieldset {
	border: 1px solid #999;
	margin-bottom: 30px;
}

.game-edit legend {
	font-size: 1.2em;
	font-weight: bold;
}

.game-edit form label {
	clear: both;
	display: block;
	float: none;
	font-weight: bold;
	margin-top: 10px;
}

.game-edit .fieldset-description {
	font-style: italic;
	color: #555;
	display: block;
}
.game-edit #steps {
	list-style: none;
	margin: 0;
}
.game-edit #steps li {
	display: block;
	float: left;
	background: none;
	margin: 0;
	padding: 5px 10px;
	width: 80px;
	color: #aaa;
}
.game-edit #steps li.active {
	color: #333;
}
.game-edit #steps .step-point {
	font-weight: bold;
	display: block;
	font-size: 1.2em;
}
.game-edit .attribute-header {
	clear: both;
}