/**
 * General
 */
body {
	margin:5px;
	padding:0;
	background:#FFF;
	color:#999;
	font:11px/1.5 Verdana,Helvetica,sans-serif;
}

a {
	color:#999;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}

input.button {
	background-color:#5D5D5D;
	border:1px solid;
	color:#FFF;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
}

#wrapper {
	width:1234px;
	margin:0 auto;
}
* html #wrapper { /* IE6 hack */
	width:1240px;
}


/**
 * Header
 */
#header {
	height:70px;
	overflow:hidden;
}
#header h1 {
	float:left;
	width:300px;
	height:50px;
	margin:15px 0 0;
	font-size:2em;
	line-height:73px;
}

/* top menu */
#header #topmenu {
}
#header #topmenu ul {
	list-style:none;
	display:block;
	width:894px;
	height:18px;
	margin:50px 20px 0 320px;
	padding:0;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#header #topmenu ul li {
	display:inline;
	position:relative;
	margin-right:-2px;
	padding-left:6px;
	padding-right:6px;
	border-right:2px solid #999;
}
* html #header #topmenu ul li, *+html #header #topmenu ul li { /* IE6+7 hack */
	right:0;
	border:0;
}
#header #topmenu ul li.lc-active {
	display:none;
}


/**
 * Main
 */
#main {
	padding:16px 0 16px 12px;
	background:url(back.jpg) left top repeat-y;
}
* html #main, *+html #main { /* IE6+7 hack */
	line-height:1.4;
}

/**
 * Left content / boxes
 */
#leftcontent {
	position:relative;
	float:left;
	width:234px;
	height:515px;
}
#leftcontent .sidebox {
	position:absolute;
	left:0;
	top:0;
	width:234px;
	height:460px;
	margin-bottom:1em;
	background:#FFF url(box-bottom.gif) left bottom no-repeat;
}
#leftcontent .sidebox h3 {
	margin:0;
	padding:8px 12px 3px;
	background:transparent url(box-top.gif) left top no-repeat;
	/*border-bottom:1px solid #F90;*/
	border-bottom:1px solid #0062A6;
	color:#666;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
#leftcontent .sidebox .inside-box {
	height:365px;
	overflow:auto;
	padding:12px;
}
* html #leftcontent .sidebox .inside-box, *+html #leftcontent .sidebox .inside-box { /* IE6+7 hack */
	overflow:hidden;
}

/* box navigation */
#leftcontent .box-navigation {
	position:absolute;
	left:15px;
	bottom:15px;
	height:14px;
	line-height:14px;
	color:#000;
}
#leftcontent .box-navigation .navlinks {
	display:inline-block;
	width:19px;
	height:14px;
}
#leftcontent .box-navigation .navlinks span {
	visibility:hidden;
}
#leftcontent .box-navigation span.box-prev { background:url(arrows.gif) left bottom no-repeat; }
#leftcontent .box-navigation span.box-next { background:url(arrows.gif) right bottom no-repeat; }


/* search box */
#leftcontent .box_search form { }
#leftcontent .box_search form p, #leftcontent .box_search form .field, #leftcontent .box_search form .controls { margin-bottom:.8em; }
#leftcontent .box_search form .field input.text, #leftcontent .box_search form .field select { font-size:1.0em; display:block; width:150px; padding:4px; border:1px solid #000; color:#333; }
#leftcontent .box_search form .controls input.button {  }

#leftcontent .box_search form .fieldgroup { margin-bottom:1.2em; }
#leftcontent .box_search form.searchform .dateselect { clear:left; line-height:21px; }
#leftcontent .box_search form.searchform .dateselect label { float:left; width:40px; }
#leftcontent .box_search form.searchform .dateselect input.text { float:left; width:80px; margin-right:4px; }
#leftcontent .box_search form.searchform .dateselect input.button { }

#leftcontent p#copyright {
	position:absolute;
	bottom:0;
}


/**
 * Content area
 */
#content {
	width:950px;
	height:460px;
	margin-left:270px;
	background:#C9C7C8 url(content-bottom.gif) left bottom no-repeat;
}

/**
 * Sub menu
 */
#content #submenu {
	background:#C9C7C8 url(content-top.gif) left top no-repeat;
}
#content #submenu ul {
	list-style:none;
	display:block;
	margin:0;
	padding:8px 12px 3px;
	border-bottom:1px solid #FFF;
}
#content #submenu ul li {
	display:inline;
	margin:0;
	padding-left:12px;
	padding-right:2em;
	background:url(arrow-nav.gif) left center no-repeat;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
#content #submenu ul li a {
	color:#666;
	text-decoration:none;
}
#content #submenu ul li.current-tree-item a,
#content #submenu ul li a:hover {
	/*color:#F90;*/
	color:#0062A6;
}

/**
 * Main Content area
 */
#contentarea {
	margin:12px 0;
	height:405px;
	/*overflow:auto;*/
	overflow:hidden;
}
#contentarea h2.article-title {
	margin-top:0;
	font-size:1em;
}

/* article navigation */
#contentarea .article-navigation {
	position:absolute;
	bottom:25px;
	height:14px;
	line-height:14px;
	color:#000;
}
#contentarea .article-navigation .navlinks {
	display:inline-block;
	width:19px;
	height:14px;
}
#contentarea .article-navigation .navlinks span {
	visibility:hidden;
}
#contentarea .article-navigation a.page-prev { background:url(arrows.gif) left top no-repeat; }
#contentarea .article-navigation span.page-prev { background:url(arrows.gif) left bottom no-repeat; }
#contentarea .article-navigation a.page-next { background:url(arrows.gif) right top no-repeat; }
#contentarea .article-navigation span.page-next { background:url(arrows.gif) right bottom no-repeat; }


/**
 * Footer navigation
 */
#footernav {
}
#footernav ul {
	list-style:none;
	display:block;
	margin:1em 30px 2em 300px;
	padding:0;
	font-weight:bold;
}
#footernav ul li {
	display:inline;
	padding-right:2em;
}
	
	
	
/**
 * Content elements
 */
.contact-table {
}
.contact-table td {
	padding-top:10px;
}
.contact-table td.contact-details {
	padding-left:1.5em;
	padding-right:1.5em;
	background:#FFF url(contact-details.gif) left top no-repeat;
}


/**
 * Offers overview
 */
/* full page width */
#wrapper.page-offerlisting,
.page-offerlisting #wrapper {
	width:auto;
	margin-left:14px;
	margin-right:8px;
}
.page-offerlisting #header #topmenu ul {
	width:auto;
	margin-right:0;
	margin-left:0;
}
.page-offerlisting #main {
	background:#DFDFDF;
}
.page-offerlisting #contentarea,
.page-offerlisting #leftcontent,
.page-offerlisting #leftcontent .sidebox,
.page-offerlisting #leftcontent .sidebox .inside-box {
	height:auto;
}
.page-offerlisting #content {
	width:auto;
	height:auto;
	margin-right:15px;
	background-image:none;
}
.page-offerlisting #content #submenu {
	background-image:none;
}


/* custom offer overview */
td.searchform-fields {
	vertical-align:top;
}

ol.offer-listing {
	list-style:none;
	margin:0;
	padding:0;
}
ol.offer-listing li.offer-item {
	float:left;
	width:210px;
	height:340px;
	margin:0 0 10px 10px;
	padding:0;
	border:1px solid #0062a6;
	background:#FFF;
}
ol.offer-listing li.offer-item .offer-inner {
	height:308px;
	padding:5px;
	text-align:center;
}
ol.offer-listing li.offer-item .offer-preview {
	/*position:relative;*/
	display:block;
	width:200px;
	height:200px;
	margin:5px auto 10px;
}
ol.offer-listing li.offer-item .offer-preview img {
	border:0;
}
ol.offer-listing li.offer-item .offer-data {
	height:15px;
	padding:3px 5px;
	border-top:1px solid #0062a6;
	line-height:15px;
}
ol.offer-listing li.offer-item .offer-data .offer-number-media {
	float:right;
}


/**
 * Download listings
 */
.article-mydownloads .title {
	display:none;
}
.article-mydownloads .text_box {
	padding:0 10px;
}

table.downloadlisting {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	background:#FFF;
}

table.downloadlisting th,
table.downloadlisting td {
	text-align:left;
}

table.downloadlisting th {
	padding:4px 5px;
	border-bottom:1px solid #0062A6;
	background:#DFDFDF;
	color:#666;
	font-size:1.1em;
	font-weight:bold;
}

table.downloadlisting td {
	padding:2px 5px;
	border-bottom:1px solid #E5E5E5;
	font-size:1em;
}
table.downloadlisting tr.even td {
	background:#F8F8F8;
}

/* downloadlisting cell styling */
table.downloadlisting td.cell-dlfilesize,
table.downloadlisting td.cell-mediacount,
table.downloadlisting td.cell-progress {
	text-align:right;
}
table.downloadlisting td.cell-preview {
	text-align:center;
}

/* download counter */
.mydownloads-count {
	margin:0 0 1em;
	padding:1em 5px 4px;
	border-top:1px solid #E5E5E5;
	background-color:#F8F8F8;
}


/**
 * CMS popup articles
 */
body.page-popup {
}

body.page-popup #topmenu,
body.page-popup #content,
body.page-popup #footernav {
	display:none;
}

body.page-popup #wrapper {
	width:100%;
}
body.page-popup #main {
	padding:16px 12px 0;
}

body.page-popup #leftcontent {
	position:static;
	float:none;
	width:auto;
	height:auto;
}
body.page-popup #leftcontent .sidebox {
	position:static;
	width:auto;
	height:auto;
	background-image:none;
}
body.page-popup #leftcontent .sidebox .inside-box {
	height:auto;
}
body.page-popup #leftcontent .sidebox h3 {
	background-image:none;
}

body.page-popup #leftcontent p#copyright {
	position:static;
}


/**
 * Webgate
 */
#webgate {
	margin-left:14px;
	margin-right:8px;
}
#webgate #topmenu ul{
	margin-left:auto;
	margin-right:0;
}