/* @group reset */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
/*strong,*/
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

/* @end */

/* @group fonts */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:12px/1.42 tahoma, helvetica, verdana, sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% tahoma, helvetica, verdana, sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/* @end */




/* @group frame */

#container {
	/*display:  table;
	border-collapse: collapse;*/
	width:  870px;
	margin:  0 auto;
}

#header {
	/*display:  table-row;*/
	width:  100%;
	height:  122px;
	background: url(../tl_files/unitex/img/header.png) no-repeat;
}



#main {
	/*display:  table;*/
	width:  100%;
	position: relative;
	background:  url(../tl_files/unitex/img/body.png) repeat-y;
}


#footer {
	/*display:  table-row;*/
	width:  100%;
	height:  30px;
	background:  url(../tl_files/unitex/img/footer.png) no-repeat;
}

#left {
	/*display:  table-cell;*/
	float: left;
	width:  67px;
	vertical-align: top;
	padding:15px 0 0 25px;
		
}

#center {
	/*display:  table-cell;*/
	float: left;
	width:  505px;
	padding: 15px 12px 0 18px;
	
}


#right {
	/*display:  table-cell;*/
	float: right;
	width:  220px;
	/*background: #e2e1e7;*/
	vertical-align: top;
	padding: 15px 20px 0 0;
	
}


/* @end */

/* @group general */

body {
	color:  #333333;
	margin-top:  72px;
	background:  url(../tl_files/unitex/img/background_body.png) no-repeat top center;

}
a {
	color: #9f111b;
	text-decoration: none;
}

a:hover {
	color: #11619e;
	
}


.back a {   /* go back button */
	display:  block;
	background:  url(../tl_files/unitex/img/submit_bg.gif) no-repeat;
	width:  100px;
	height:  20px;
	text-align:  center;
	margin:  5px 0;
}

.back a:hover {
	background-position: 0 1px;
}

.mededeling {
	color:  #11619e;
}

.error {
	color: #ff0000;
	font-style: italic;
}

.clear {
	clear:  both;
}
/* @end*/

/* @group header */

#header h1 {
	text-indent:  -9999px;
	height: 1px;
}

/* @end*/


/* @group fisheye menu */

#fisheye {
	 width : 60px ; 
	 /**margin-left : -80px ;*/
	 z-index : 2000 ; 
}

.caption {
position : absolute ;
left : 0px ; top : 100px ;
background: transparent url(../tl_files/unitex/img/caption_bg.gif) no-repeat;
color:#9f111b;
padding:5px 10px 5px 35px;
text-decoration:none;
min-width:  65px;
*width: 65px;
text-align: center;
}


div#fisheyemenu ul {
list-style-type:none; 
}


div#fisheyemenu ul li {
margin:0;
text-align:center;
}


/* @end */

/* @group content */

h1 {

	font-size : 1.45em ; 
	font-weight: bold ;
	padding-bottom:  6px;
}

h2 {
	background: url(../tl_files/unitex/img/h2_background.png) no-repeat ;
	font-size: 1.25em ;
	height: 20px ;
	padding : 6px 8px ;
	
}

h3 {
	font-size:  1.20em;
	padding-bottom:  6px;
}

.headline {
	height : 30px ;
}

h1.ce_headline {
	font-size:  1.45em;
}

/* @group lists */

#center ul {
	padding-left:  20px;
	margin-bottom:  20px;
}

#center li {
	list-style: outside url(../tl_files/unitex/img/bullet.gif);
}

#center .mededeling {
	margin-bottom: 10px ;
}

/* @end */

/* @group hyperlink */

.ce_hyperlink a {
	
	background: transparent url(../tl_files/unitex/img/bullet.gif) no-repeat left center;
	padding-left:  15px;
	margin-left:  15px;
	
}

/* @end */

/* @group calendar list */

#lijstweergave {
	padding-bottom:  10px;
	margin-bottom:  10px;
	border-bottom:  dashed 1px #11619e;
}

/* @end */

/* @group FORM contact */

.formbody {
	border:  solid 1px #808080;
	padding:  10px;
	text-align:  center;
}

.mod_login .formbody {
	border : 1px solid #D3D3D3 ;
	width:  180px;
	border: solid 1px #d3d3d3;
	padding:  3px 10px 3px 10px;
	margin-left:  10px !important;
	margin-left: 15px;
	margin-bottom: 10px ;
}


.formbody table {
	margin: 0 auto;
	text-align:  left;
}


.col_0 {
	text-align:  right;
	padding-right:  10px;
}


.col_1 input, .col_1 textarea{
	width: 400px;
	border:  dotted 1px #11619e;
	margin-bottom: 10px;
	padding:  2px;
	font-size:  .9em;
	color: #11619e;
}

.col_1 input.submit {
	width:  102px;
	height:  20px;
	background: transparent url(../tl_files/unitex/img/submit_bg.gif) no-repeat;
	border: none;
	color:  #9f111b;
	margin:  0;
	font-size: 100%;
}

.col_1 input:hover.submit {
	color: #11619e;
	background-position: 0 1px;
}


/* @group FORM login */

#right .col_1 input {
	width : 98px ;
}

#right .col_1 input.submit {
	width: 98px ;
}

/* @end */

/* @end */

/* @group right */



/*#right_content .mod_cataloglist {
	position:  relative;
}*/

#right h2 {
	background:  transparent;
	text-align: center;
	padding: 10px 0;
	height:  100%;
	/*border-top: solid 2px #ffffff;*/
	margin-top:  10px;
}

#right .event span.date {
	font-style:  italic;
	font-size: 0.8em;
	display:  block;
}

#right .event  {
	padding-bottom:  8px;
}

#right .mod_upcoming_events {
	padding:  0 10px;
	
}

#right .mededeling {
	text-align:  center;
}

/* @group right_links */

#right_links {
	height:  25px;
	width:  100%;
	
}
#right_links a {
	float: left;
	display: block;
	width: 95px !important;
	width: 85px; /* only IE6 uses this width - fix for the double margin bug */
	height:  16px;
	margin-left: 10px;
	border: solid 1px #ffffff;
	margin-bottom: 20px;
	text-align: center;
}

#right_links a:hover {
	background: #11619e;
	color: #ffffff;
}


/* @end */

/* @group magazine editions */


#magazines {
	/*position: relative;*/
	display: block;
	width: 200px ;
	height : 280px ;
	margin-left:  10px !important;
	margin-left: 15px;
	float:  left;
	margin-bottom:  0px;
	border-bottom:  solid #ffffff 2px;
}


#magazines img {
	width:  180px;
	border: solid 1px #d3d3d3;
	padding:  3px 10px 3px 10px;
}



/*#magazine_link {
	position: absolute;
	top:  25px;
	left: 10px;
	width : 200px ;
	height : 290px ;
	z-index: 5000 ;
	display:  block;
}*/

#magazines_left, .mod_catalogreader {
	width: 333px ;
	float : left ;
	
}

#magazines_right {
	width : 172px ;
	float : right ;
}

#magazines_wrapper {
	width : 333px ;
		/*min-height : 700px ;*/
}

#magazines_cover {

	z-index: -21 ;
}

#magazines_content {

	z-index: -22 ;
}

#magazines_cover_link {
	display: block;
	text-align: center;
}

.slideshowCaption {
	top: 320px;
	text-align: center;
}


/* @end */

/* @end*/

#coating_info {
	margin : -30px 0 20px 0 ;
	text-align: center ;
	font-weight: bold ;
	font-size: 1.25em ;
	background: none ;
}

#center #menu {
	margin-top : -15px ;
	margin-bottom: -5px ;
}

#center #menu li {
	display : inline ;	
	margin : 0px 5px 	 ;
}

/* @group footer */

#footer a {
	visibility: hidden;
}

/* @end */