

#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;
}

/* =================== GENERAL STYLES ======================= */
* {
	margin: 0px; padding: 0px;
}

body,html{
	margin:0px;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size:11px;
	color: #828422;
	font-weight:normal;
	background-color: #e2e6bd;
	line-height:17px;
	text-decoration:none;
}

.cb {
	clear: both;	
}

h1,
h1 a,
h1 a:visited, .title {
	font-size: 18px;
	font-weight: bold;
	padding: 0.3em 0 0.7em 0;
	color: #E10915;
	text-decoration: none;
}

.grenH1,
.grenH1 a,
.grenH1 a:visited {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0.7em 0;
	color: #828422;
}

h2,.subtitle {
	font-weight: bold;
	font-size: 15px;
	padding: 0.3em 0 0.4em 0;
	line-height: 22px;
	color: #E10915;	
	text-decoration: none;
}

.greenH2,
.grenH2 a,
.grenH2 a:visited {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	padding: 0.3em 0 0.4em 0;
	color: #828422;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

.productH3 {
	color: #828422;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}

p {
	padding-bottom: 0.7em;
	padding-top: 0.2em;
}

a img {
	border: none;
	text-decoration: none;
}

a,
a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	line-height: 17px;
}

a:hover {
	text-decoration: underline;
}



/* =================== END OF GENERAL STYLES ======================= */



#container {
	width:941px;
	background-color: #e2e6bd;
}

/*header css start*/

#headerdiv {
	width:941px;
	height: 106px;
	float:left;
	text-align:left;
	background: url(/images/header-background.jpg) center no-repeat;
}
.logodiv {
	width:310px;
	height: 128px;
	float:left;
}

.language_caption {
	width: 50px;
	margin-top: 28px;
	float: right;
	height: 78px;
	text-align: right;
}	
	
/*header css ends*/

/*middle css start*/

#middlediv{
	width:941px;
	float:left;
	z-index:1;
	text-align:left;
}


.middleleft{
	width:268px;
	padding-left: 43px;
	float:left;
}

.middleright{
	width:609px;
	float:left;
	margin-left: 21px;
	font-size: 13px;
	border-top: 1px solid #F2F3D1;
	padding-top: 5px;
}


.sidecolumn_modul {
	width: 258px;
	border-top: 1px solid #F2F3D1;
	padding-bottom: 21px;
	float: left;
	padding-left: 10px;
}
.sidecolumn_modul_main a,
.sidecolumn_modul_main a:visited {
	font-size: 15px;
	line-height: 22px;	
}

.sidecolumn_modul img {
	padding-right: 10px;
}



/*middle css ends*/



/*footer css start*/
#footerdiv {
	width:609px;
	float:left;
	text-align:left;
}

#footerdiv a,
#footerdiv a:visited {
	color: #5B5B5B;
	font-size: 11px;
}


/*footer css ends*/


/*-------------------------- EXTRA --------------------------*/

.cmsbox {
	float: left;
	width: 192px;	
}

.cmsboxUL {
	list-style: none;
	padding-left: 0px;	
}

.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: #E2E6BD 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;
} 

/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	text-align: left;
	padding: 2px 5px 2px 5px;
}


.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;
	font-weight: bold;
}

.tablecontent td a:hover {
	text-decoration: underline;
}

.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: #ebebeb;
}

.topborder {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2;
}

.contact-table {/*bordercolor="#ffffff" border="1" bgcolor="#f0f0f0" style="border-collapse: collapse;"*/
	border-color: #ffffff;
	border-width: 1px;
	border-collapse: collapse;
	border-width: 1px;
	}

.articledate {
	font-size: 11px;
	padding-bottom: 10px;
}

.article a,
.article a:visited {
	font-size: 13px;		
} 

.cmsCommentDiv {
	margin-bottom: 10px;
}

/* =================== 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;
}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	font-size: 12px;
}

.formfield_textarea {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 250px;
	height: 200px;
	font-size: 12px;
}

.formfield_textarea_small {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 250px;
	height: 50px;
	font-size: 12px;
}

.formfield_textarea_big {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 400px;
	height: 200px;
	font-size: 12px;
}

.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: #E10915;
}

select.formfield {
	background: #FFFFFF;
}

/* --------------------- PRODUCT --------------------- */

.product_wrapper {
	width: 609px;
	float: left;
	padding-bottom: 16px;
}

.philos,
.philos a,
.philos a:visited {
	font-size: 13px;	
}

.product_left {
	width: 333px;
	float: left;
	padding-right: 30px;
}

.product_right {
	width: 246px;
	float: left;
}

.news_left {
	float:left;
	padding-right:30px;
	width:333px;
}

.news a,
.news a:visited {
	color:#000000;
	font-size:13px;
	line-height:17px;
	text-decoration:none;
}

.author_comment {
	font-size: 13px;
	line-height: 17px;
}

.product_ph_link {
	width: 100%;
	padding: 10px 0 25px 0;	
}

.product_order_link {
	width: 100%;
	margin: 25px 0 20px 0;		
}

.order_div {
	background-color: #FFFFFF;
	color: #000000;
	height: 16px;
	padding: 0 2px;	
}

.order_div a,
.order_div a:visited {
	color: #000000;
	text-decoration: none;
}

.order_div:hover {
	background-color: #5A595A;
} 

.order_div a:hover {
	color: #FFFFFF;	
}

.bottom_line {
	float: left;
	width: 609px;
	border-bottom: 1px solid #F2F3D1;
	height: 1px;
	margin-bottom: 10px;

}

.quote_title {
	font-size: 12px;
	background-color: #F3F4D4;
	color: #000000;
	height: 16px;
	/*width: 37px;*/
	padding: 0px 2px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.philos_philos {
	float: left;
	width: 250px;
}

.philos_philos a:hover {
	background: #E10915 none repeat scroll 0;
	color: #e2e6bd;;
	text-decoration: none;
}

.philos_vnumb {
	float: left;
	width: 350px;	
}

/*
.philos_vnumb a,
.philos_vnumb a:visited {
	font-size: 13px;
	color: #828422;
	text-decoration: none;
}

.philos_vnumb a:hover {
	text-decoration: underline;
}
*/
.thmb_visualisation_wrapper {
	width: 138px;
	float: left;
	/*padding-bottom: 10px;*/
}

.thmb_image_wrapper {
	background-color: #FFFFFF;
	width: 138px;
	height: 189px;
	text-align: center;
	vertical-align: middle;
}

.thmb_image {
	padding: 10px;
}

.thmb_ph {
	font-size: 11px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thmb_ph_main {
	width: 609px;
	float: left;	
}

.thmb_ph_top {
	width: 609px;
	float: left;
	padding-bottom: 20px;
}

.thmb_ph_top_h1 {
	width: 70%;
	float: left;
}

.thmb_ph_top_nmbr_vis {
	float: right;
	width: 30%;
	text-align: right;
}

.newsH2 {
	font-size: 18px;
	line-height: 19px;
	color: #000000;
	font-weight: normal;
}

.bottom_line_news_333px {
	padding-top: 26px;
	width: 333px;
	height: 1px;
	border-bottom: 1px solid #F2F3D1;
	margin-bottom: 12px;
}

.fp_fpa {
	background-image: url(/images/fp_bg.gif);
	width: 219px;
	height: 168px;	
	/*width: 246px;
	height: 206px;*/
	padding: 14px 14px 23px 13px;
	font-size: 13px;
	line-height: 17px;
}

.fp_fpa a,
.fp_fpa a:visited {
	font-size: 13px;
	line-height: 17px;
}


.selected {
	margin-left: -10px;
	padding-left: 10px;	
	background-image: url(/images/link_teorija_podlaga1.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 79px;
	height: 20px;

}

.selected a:hover {
	background:#E10915 none repeat scroll 0 50%;
	color:#FFFFFF;
	text-decoration:none;
}

.phquotation {
	border-top: 1px solid #F2F3D1;
	margin-top: 20px;
	padding-top: 13px;
}

.phquotation a,
.phquotation a:visited {
	font-size: 13px;
}

.quote_top {
	width: 215px;
	height: 29px;
	float: left;
	background-image: url(/images/citat_box_zg_del.png);
	background-repeat: no-repeat;
}

.quote_middle {
	width: 178px;
	float: right;
	background-color: #828421;
	padding: 10px;
}

.quote_bottom {
	width: 215px;
	height: 29px;
	float: right;
	background-image: url(/images/citat_box_sp_del.png);
	background-repeat: no-repeat;	
}

.quote_container {
	width: 215px;
	/*background-color: #e1e6bd;*/
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	position: absolute;
	/*
	position: fixed;
	left: 840px;
	top: 150px;
	*/
}




.pageslist {
	/*font-weight: bold;*/
	margin-top: 26px;
	font-size: 11px;
}

.pageslist a {
	/*font-weight: bold;*/
	text-decoration: none;
	font-size: 11px;
}

/*
barva h1 - #E10915
barva h2 - #E10915
barva body - #828422
barva border - #F2F3D1
*/

.cmsQuotationDiv {
	border: 1px solid #F2F3D1;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}

.cmsQuotationLabel {
	color = #E10915;
	font-size: 15px;	
}

.cmsQuotationHeaderDiv {

}

.cmsQuotationLoader {
	display: none; 
	width: 95%; 
	text-align: center;
}

.cmsQuotationHeaderImgStart {
	margin-left: 20px;
}

.cmsQuotationHeaderImg {
	margin-left: 5px;
}
