/**
 * Stylesheet for Fujitron.be
 * @media		screen, projection
 * @copyright	CR Solutions <http://crsolutions.be>
 * @author		Tijs Verkoyen <tijs@crsolutions.be>
 */

/* Typography and text styles */
html,
body {
	font: 300 13px Arial, sans-serif;
	line-height: 1.48; /* Safari 2.0.4 */
	padding: 0;
	margin: 0;
	color: #333;
	height: 100%;
}

/* Headings */
h1, h2, h3, h4 {
	font-weight: 700;
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2 {
	font-size: 16px;
	color: #6780B8;
	padding: 0 0 0 18px;
	margin: 0 0 12px 0;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: middle left;
}

h3 {
	font-size: 16px;
	padding: 0 0 14px 0;
}

h4 {
	font-size: 13px;
	padding: 7px 0 7px 0;
	font-weight: 700;
}

p {
	padding: 0 0 14px 0;
}

p.date {
	padding: 0 0 7px 0;
	color: #808080;
	font-size: 11px;
}

ul, ol {
	padding: 0 0 12px 24px;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
	padding: 0 0 12px 24px;
}

	ul ul, ol ul {
		padding-bottom: 0;
	}
	
	ol ol {
		padding-bottom: 0;
	}
	
	ul ol {
		padding: 0 0 0 28px;
	}

small, span.mute {
	color: #808080;
	font-size: 11px;
}

code {
	font-family: Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 7px 14px;
	background: #F5F5F5;
	margin: 0 0 14px;
}

blockquote, q {
	font-style: italic;
	color: #666;
}

blockquote {
	padding: 0 0 0 14px;
}

cite {
	font-size: 11px;
	text-align: right;
	display: block;
	position: relative;
	top: -14px;
	height: 0;
	/* Dismisses height to correctly align next element */
}

/* Default styling for data tables */
table {
	font-family: Arial, sans-serif;
	margin: 0 0 14px;
	border-top: 1px solid #D6E0EC;
	border-left: 1px solid #D6E0EC;
}

td, th {
	padding: 7px;
	border-right: 1px solid #D6E0EC;
	border-bottom: 1px solid #D6E0EC;
	font-size: 11px;
}

th {
	font-weight: 700;
	background: #F5F7F9;
	color: black;
	line-height: 1.2;
	text-align: left;
}

tr.rowOdd { background: white; }
tr.rowEven { background: #FCFCFC; }

form table {
	border: none;
}

form table td {
	border: none;
	font-size: 13px;
	vertical-align: top;
	padding: 0 5px 10px 0;
}

abbr, acronym {
	cursor: help;
}

/* Links */
a:link,
a:visited {
	color: #6780B8;
}

a:hover,
a:active {
	color: #FD0101;
}


/**
 * Page structure and layout
 */

	#container {
		position: relative;
		width: 750px;
		min-height: 100%;
		margin: 0 auto -62px;
		padding: 0;
		background-image: url('../images/body_bg.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		background-color: #FBF9F9;
	}
	
	#header {
		height: 70px;
	}
	
		#header h1 {
			float: left;
			margin: 3px 0;
			background-image: url('../images/logo.png');
			background-position: top left;
			background-repeat: no-repeat;
		}
		
		#header h1 a {
			display: block;
			width: 370px;
			height: 60px;
		}
		
		#header h1 span {
			display: none;
		}
		
		#language {
			float: right;
			margin: 40px 20px 0 0;
		}
		
			#language li {
				float: left;
				list-style: none;
				font-size: 10px;
				margin: 0 10px 0 0;
				padding: 2px 5px;
				background-color: #FD0101;
			}
			
			#language a {
				text-decoration: none;
				color: #FFFFFF;
			}
			
			#language li a:link,
			#language li a:visited {
				display: block;
				text-align: center;
			}
			
			#language li a:hover,
			#language li a:active {
				font-weight: 700;
			}
				
			#language li.selected a {
				font-weight: 700;
				text-decoration: none;
			}
		
		#navigation {
			margin: 10px auto;
			height: 45px;
			width: 737px;
			background-image: url(../images/navigation_bg.jpg);
			background-position: top left;
			background-repeat: no-repeat;
		}	
			
			#navigation li {
				float: left;
				list-style: none;
				font-size: 10px;
				margin: 1px 10px 0 0;
			}
			
			#navigation a {
				display: block;
				height: 33px;
				padding: 5px;
				color: #333333;
				text-decoration: none;
				font-size: 14px;
				line-height: 33px;
			}
			
			#navigation li a:link,
			#navigation li a:visited {
				text-align: center;
			}
			
			#navigation li a:hover,
			#navigation li a:active {
				background-color: #FD0101;
				color: #FFFFFF;
			}
				
			#navigation li.selected a {
				background-color: #FD0101;
				color: #FFFFFF;
				font-weight: bold;
			}
			
		#content {
			margin: 10px auto 0;
			padding: 10px;
			width: 717px;
			min-height: 400px;
			background-image: url(../images/content_bg.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		.with-sidebar #content {
			background-image: url(../images/content_sidebar_bg.gif);
		}
		
			#sidebar {
				float: left;
				width: 132px;
			}
			
			#sidebar ul {
				margin: 0;
				padding: 0;
			}
			
			#sidebar ul li {
				padding: 0;
				margin: 0;
				text-transform: uppercase;
				list-style: none;
				border-bottom: 1px dashed #999999;
			}
			
			#sidebar ul li a {
				color: #333333;
				text-decoration: none;
			}
			
			#sidebar ul li.selected a {
				color: #FD0101;
			}
			
			#main {
				float: right;
				width: 550px;
			}	
		
		#push {
			margin: 0 auto;
			height: 42px;
			width: 737px;
			background-image: url(../images/push_bg.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		.with-sidebar #push {
			background-image: url(../images/push_sidebar_bg.gif);
		}
			
		#footer {
			position: relative;
			margin: 35px auto;
			width: 647px;
			text-align: center;
			font-size: 10px;
		}

/**
 * Product Module
 */
div.product {
	margin: 0 10px 10px 0;
}

div.product .product-content {
	margin: 0 5px 10px 0;
	padding: 10px 10px 5px 10px;
}

div.product p {
	margin: 0;
	padding: 0 0 3px 0;
}

div.even .product-content {
	border-right: none;
}

/**
 * News Module
 */
.newsarticle {
	border-bottom: 1px dashed #999999;
}

h1.newsarticle-title,
h2.newsarticle-title {
	margin-bottom: 0;
}
 


/* Fork defaults: image classes */
img.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignright {
	float: right;
	padding: 0 0 10px 10px;
}


/* Fork defaults: linkbutton */
a.linkbutton {
	border: 1px solid #E5EAF7;
	background: #FFF;
	padding: 3px 8px;
	display: block;
	float: left;
	font-weight: 700;
	margin: 0 10px 0 0;
}

/* Fork defaults: backlinks*/
p.backlink {
	clear: both;
}

p.backlink a {
	background: #FFF;
	padding: 3px 6px;
	border: 1px solid #AAA;
	text-decoration: none;
	font-size: 12px;
}

p.backlink a:hover {
	background: #FFD;
}

/* Fork defaults: pagination */
.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #CCC;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #DDD;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #EEE;
	border: 1px solid #BBB;
	color: black;
}

.nextpage, .previouspage { font-size: 11px !important; }
.pagination li.nextpage { margin-left: 10px; }
.pagination li.previouspage { margin-right: 15px; }

/* Fork defaults: general purposes classes */
.hidden { display: none; }
.block { display: block; }
.nopadding { padding: 0 !important; }
.floatleft { float: left; }
.floatright { float: right; }

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
