

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
    font-size: 12px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
    
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
    
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}



.hidden {display: none;}
/* =================== MAIN COLUMN STYLES ======================= */

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

/* =================== END MAIN COLUMN STYLES ======================= */


/* =================== STYLES MISC ======================= */

#bread_crumbs {
	font-size: 11px;
	font-weight: bold;
	color: #73acf0;
}
#bread_crumbs a {
	color: #0b74aa;
	text-decoration: none;
}
#bread_crumbs a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
/* =================== END STYLES MISC ======================= */




/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	text-align: left;
	padding: 5px 0px 5px 10px;
}


.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
	text-align: left;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
}

.tablecontent {
	font-size: 12px;
}

.even {
	background-color: #dee4f2;
}



/* =================== END TABLES ======================= */
/* =================== FORM ELEMENTS ======================= */
.formbutton, .formbutton_fixed {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/formbutton.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formbutton_fixed {
	margin-left: 20px;
	width: 120px;
}

.products-order {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}
	
.products-order-disabled {
	background-color: #cccccc;
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}	

.products-details {
	text-decoration: underline;
	cursor: pointer;
	/*font-weight: bold;*/
	color: #000000;
	}

.products-details-bold {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	}

.products-details:hover,
.products-details-bold:hover {
	color: #10789D;
	border: none;
	background: none;
	}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 2px;
	width: 200px;
	font-size: 12px;
}
select.formfield {
	width: 206px; /* 200+2*2 padding +2border */
	padding: 1px 2px;
}
.formfield-error-report {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 360px;
	font-size: 12px;
}


.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}

/* =================== END FORM ELEMENTS ======================= */

.bak2top {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #19A1D0;

	padding: 3px;
	background-image: url(/images/go-up.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.bak2top a{
	color: #FFFFFF;
}

.bak2top a:hover{
	color: #000000;
}

.topmenu {
	display: inline;
}

.here {
	background-color: red;	
}

.errormessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #fff6bf url(/images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}
.infomessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #f8fafc url(/images/information.png) 15px 50% no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

.search_result {
	margin-bottom: 10px;
}
.search_result h3 {
	margin:0 0 3px 0;
}

/* =================== Gallery scollable ======================= */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 0 0 0;
}

a.prev {
	background:url(/images/button-left.gif);		
}

a.prev:hover {
	background:url(/images/button-left-over.gif);		
}

a.next {
	background:url(/images/button-right.gif);		
}

a.next:hover {
	background:url(/images/button-right-over.gif);		
}
div.items a {
	display:block;
	float:left;
	/*margin-right:8px;*/
	/*width:88px;*/
	height:66px;
	background:url(/images/item.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}
#scrollable {
	/*background-color:#efefef;*/
	background-color: #F7F7F7;
	/*border:1px solid #ddd;*/
	border:1px solid #DFDFDF;	
	padding:10px 8px;
	width:650px;
	height:65px;
}

/* container for the scrollable items */
div.items {
	height:66px;	
	margin-left:8px;
	margin-right:8px;	
	float:left;
	/*width:478px !important;*/
	width:572px !important;
}


ul.product_category,ul.category {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
	width: 100%;
}


ul.product_category li,ul.category li {
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
	background-color: #F6F6F6;
	padding: 3px 0 3px 3px;
}

ul.product_category li ul, ul.category li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 15px;
}

ul.product_category li ul li, ul.category li ul li {
	background-color: #e8e8e8;
	padding: 3px 0 3px 3px;
}

ul.product_category li ul li ul, ul.category li ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;	
	margin-left: 15px;
}

ul.product_category li ul li ul li, ul.category li ul li ul li {
	background-color: #CFCFCF;
	padding: 3px 0 3px 3px;
} 	

body,html,h1,h2,h3,p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px; /* unless specified otherwise (h1..) */
	color:#575656;
}

/* LAYOUT */

.cb {
	clear: both;	
}

a img {
	border: none;	
}

a, a:visited {
	color: #456A77;
	text-decoration: underline;	
}

a:hover {
	color: #575656;	
}

#toptop {
	width: 100%;
	background: url("/images/topbg.jpg") repeat-x;
	height: 23px;
}

#container {
	background: url("/images/bg.jpg") repeat-x top;	
	width: 100%;
}

#mainwrapper {
	width: 980px;
	margin: 0 auto;
	/*margin-top: 10px;*/
	min-height: 760px;	
}


#header {
	background: url("/images/topmiddlebg.jpg") no-repeat top center;
	height: 318px;
	width: 980px;
	position: relative;
	margin-bottom: 25px;
}

.header_top {
	height: 272px;
	width: 980px;	
}

.header_bottom {
	background: url("/images/mainnavbg.jpg") no-repeat center;	
	height: 46px;
	width: 980px;
	float: left;
}

.cloud {
	width: 200px;
	height: 150px;
	position: absolute;
	top: 100px;
	right: 120px;	
	outline: none;
}

#list{
    height:200px;
    width:200px;
    position:relative;
    margin:0 auto;
    text-align: center;
}

#list ul,
#list li{
    list-style:none;
    margin:0;
    padding:0;
}

#list ul{
    position:absolute;
    text-decoration: none;
    color: #575656;
}

#euflag {
    position:absolute;
    right: 0;
    top: 13px;
    width: 129px;
    height: 100px;
    text-align: center;
}

#languages {
    position:absolute;
    right: 200px;
    top: 0;
    width: 88px;
    height: 33px;
}

.euhelp {
	font-size: 12px;	
}


#main {
}


#maincolumn {
	float: left;
	width: 790px;
	overflow: hidden;
}

#sidecolumn2 {
	float: left;
	margin-left: 20px;
	width: 170px;
	overflow: hidden;
}

#footer {
	width: 100%;
	background: url("/images/footerbg.jpg") repeat-x bottom;
}

#footerinner {
	width: 980px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 14px;
	color: #575656;	
}

#footerinner a,
#footerinner a:visited {
	font-size: 11px;
	color: #575656;	
	text-decoration: none;
}

#footerinner a.sp,
#footerinner a.sp:visited {
	font-size: 11px;
	font-weight: bold;
	color: #456a77;
	text-decoration: none;
}

#footerinner a.sp1,
#footerinner a.sp1:visited,
#footerinner a.sp1:hover {
	color: #575656;	
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	cursor: text;
}

#footerinner a:hover,
#footerinner a.sp:hover {
	text-decoration: underline;
}

/* END LAYOUT */
.fpa,
.fpaother {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c8c8c8;
	background-color: white;
}

.fpadate {
	color: #969696;
	font-size: 11px;	
}

.fpatitle {
	background: url("/images/headingbg.jpg") repeat-x;
	height: 26px;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #575656;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #c8c8c8;
	margin-bottom: 10px;
}

.fpainner {
	padding: 0 10px 10px 10px;	
}

.fpaotherinner {
	margin: 10px;
	border-bottom: 1px dotted #969696;	
	padding-bottom: 10px;	
}

/*
.fpaotherinner1 {
	float: left;
	width: 392px;
	border-right: 1px dotted #969696;
}

.fpaotherinner2 {
	float: left;
	width: 392px;
	border-left: 1px dotted #969696;
	margin-left: -1px;
}

.fpaotherinner11,
.fpaotherinner21 {
	margin: 10px;
	border-bottom: 1px dotted #969696;		
}
.fpaotherinner12,
.fpaotherinner22 {
	margin: 10px;
}*/

.sidebox {
	margin-bottom: 15px;
}

.sidebox h1 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	background-color: #eee;
	border-bottom: 3px solid #aaa;
	text-align: center;
}

.sidebox p {
	padding: 6px;
	font-size: 12px;
	text-align: center;
}

.sidebox hr {
	border: none;
	height: 3px;
	color: #4f80bc;
	background-color: #aaa;
	margin: 0;
}

.sideboxlink {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	background-color: #eee;
	text-align: center;
}

p {
    margin-top: 0.3em;
	font-size: 12px;
	margin-bottom: 0.3em;
}

h1 {
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	font-size: 18px;
	font-weight: bold;
	color:#456A77;
}

h2 {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
	font-size: 15px;
}
h3 {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
	font-size: 12px;
}

.comment_info { margin-top: -0.4em; margin-bottom: 0.4em; font-style: italic;}

.testknowledge {
	margin: 20px 0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}

.testknowledge li {
	margin: 10px 0;
	padding: 10px 5px;
	border: 1px solid #c8c8c8;
}

.evenli {
	background-color: #d5e5e9;

}

.testknowledge li ul {
	margin: 0;
	padding: 0 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.testknowledge li ul li {
	margin: 5px 0;
	padding: 0;
	border: none;
}

.extraarticlecontent {
	margin-bottom: 20px;
}

.quizpoints {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #FD0000;
	font-weight: bold;
	text-align: center;
		
}

.paymenttable {
	text-align: left;
	padding: 2px;
	margin-top: 20px;	
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #C8C8C8;
}

.paymenttable th,
.paymenttable td {
	text-align: left;
	padding: 5px 0px 5px 10px;
	border-width: 0px;
	border-style: inset;
	border-color: white;
}

.tdeven {
	background-color: #d5e5e9;
}

.tdfinal {
	background-color: #dff4d3;
}

/* topmenu */
		
.topnavigation {
	margin: 0;
	padding: 0;
	position: relative;
}
	
.topnavigation li {	
	float: left;
	list-style: none;
}

.topnavigation li a.primary,
.topnavigation li a.primary:visited {	
	display: block;
	text-decoration: none;
	color: #EAFFED;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	color: #575656;
}

.topnavigation li a.primary:hover {
	text-decoration: underline;
}

.topnavigation_submenu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	visibility: hidden;
	background: url("/images/submenu-bg.jpg") repeat-x top center;
	width: 180px;			
}

.topnavigation_submenu_top {
	background-color: #476e7c;
	float: left;
	width: 180px;	
}

.topnavigation_submenu_bottom {
	float: left;	
	height: 13px;
	width: 180px;		
}

.topnavigation_submenu_bottom_left {
	width: 16px;
	height: 13px;
	float: left;
	background: url("/images/submenu-l-bg.png") no-repeat;
}
.topnavigation_submenu_bottom_center {
	height: 13px;
	width: 148px;
	float: left;
	background-color: #476e7c;
}
.topnavigation_submenu_bottom_right {
	width: 16px;
	height: 13px;
	float: left;
	background: url("/images/submenu-r-bg.png") no-repeat;
}

.topnavigation_submenu span {
	float: left;
	padding: 8px 0px 5px 0px;
}

.topnavigation_submenu a,
.topnavigation_submenu a:visited {	
	padding: 5px 0px 5px 13px;
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	display: block;
}

.topnavigation_submenu a:hover {	
	text-decoration: underline;
}



