/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'multitech.ro - News' */
/*****************
News box for multitech.ro
******************/

div#news {
  margin: 1.1em 0 1.6em 0;  /* margin for the entire div surrounding the news list */
  padding: 0;
  border: 1px solid #FFCC00;
}

.news_top {
  padding: 0;
  margin: 0;
  background: #fff url(images/cms/background_news_top.gif) no-repeat 0 0;
  height: 21px;
}

div#news_home {
  border: 1px solid #ffcc00;
  padding: 11px; 
  background: #fff url(images/cms/background_news.gif) repeat-x;
  color: #666666;
}

.NewsSummary {
  padding: 0 1em 1em 1em; /* padding for the news article summary */
  font-size: 11px;
}

.NewsSummaryPostdate {
  font-style: italic;
  font-size: 80%;
  line-height: 14px;
  color: #666;
  background: #fff url(uploads/images/background_news.gif) repeat-x;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding: 0.4em 0;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  font-size: 11px;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'multitech.ro - News' */

/* Start of CMSMS style sheet 'multitech.ro - Horizontal Navigation' */
/*****************
Horizontal navigation for multitech.ro
******************/

/* hack for Internet Explorer */
/* html div#menu_horiz {
    height: 1%; 
} */

/*  background-color for the entire menu row */
div#menu_horiz {
   background: #18507C url(images/cms/navbar-background.gif) repeat-x 0 0;
   width:  960px;
   margin: 0; 
   padding: 0;
   height: 30px;
   border-bottom: 6px solid #ffcc00;
}

/* the menu ul box */
div#menu_horiz ul {
   margin: 0;
   padding: 0;
}

/* menu list items */
div#menu_horiz ul li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */
   margin: 0;
   padding: 0;
   border-right: 1px solid #b7c7d9;
}

/* the links, that is each list item */
div#menu_horiz a {
   padding: 0 24px 0 24px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none;
   color: #b7c7d9;
   display: block;
   font-size: 12px;
   font-weight: normal;
   line-height: 30px;
}

/* hover state for links */
div#menu_horiz li a:hover {
   color: #fff;
   font-weight: normal;
}

/* the active menu */
div#menu_horiz ul h3 {
   padding: 2px 24px 0 24px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none;
   color: #8a6b00;
   background: #ffcc00 url(images/cms/navbar-active.gif) repeat-x 0 0;
   display: block;
   font-size: 14px; /* instead of the normal font size for <h3> */
   font-weight: normal;
   line-height: 28px;
}

/* the active parent */
div#menu_horiz li.activeparent a {
   padding: 2px 24px 0 24px; 
   margin: 0;
   text-decoration: none;
   color: #8a6b00;
   background: #ffcc00 url(images/cms/navbar-active.gif) repeat-x 0 0;
   display: block;
   font-size: 14px;
   font-weight: normal;
   line-height: 28px;
}

div#menu_horiz li.activeparent a:hover {
   color: #4a3900;
}

/* End of 'multitech.ro - Horizontal Navigation' */

/* Start of CMSMS style sheet 'multitech.ro - Vertical Navigation' */
/*****************
Vertical navigation for multitech.ro
******************/

div#menu_vert {
   padding-left: 0;
   margin-left: 0;
   background: #f4f4f5 url(images/cms/background_leftmenu.gif) repeat-y;
}

div#menu_vert_top {
   padding-left: 0;
   margin-left: 0;
   background: #fff url(images/cms/background_leftmenu_top.gif) no-repeat 0 0;
   height: 18px;
}

div#menu_vert_bottom {
   padding-left: 0;
   margin-left: 0;
   background: #f4f4f5 url(images/cms/background_leftmenu_bottom.gif) no-repeat 0 0;
   height: 100px;
}

/* menu ul block */
div#menu_vert ul {
   margin: 0;
   padding: 0;
}

/* menu li block */
div#menu_vert li {
   list-style: none;
   display: block;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert ul a {
   display: block;
   background: url(images/cms/background_leftmenu_link.gif) no-repeat 0 -30px; 
   padding: 0.7em 0.5em 0.7em 1em; /* some air for it */
   text-decoration:none; /* no underline for links */
   font-size: 11px;
   color: #18507C; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* second level links */
div#menu_vert ul ul a {
   padding: 0.7em 0.5em 0.7em 2.3em;
}

/* third level links */
div#menu_vert ul ul ul a {
   padding: 0.7em 0.5em 0.7em 3.9em;
}

/* hover state for all links */
div#menu_vert a:hover {
   display: block; 
   background: #dededf url(images/cms/background_leftmenu_link.gif) repeat-y; 
}

/* current page on first level */
div#menu_vert ul h3 {
   display: block; 
   background: #fff url(images/cms/background_leftmenu_active.gif) repeat-y; 
   color: #000;
   padding: 0.7em 0.5em 0.7em 1em;  /* some air for it */
   font-size: 11px;
   margin: 0; /* as <h3> normally has some margin by default */
}

/* current page on second level */
div#menu_vert ul ul h3 {
   padding: 0.7em 0.5em 0.7em 2.3em;
}

/* current page on third level */
div#menu_vert ul ul ul h3 {
   padding: 0.7em 0.5em 0.7em 3.9em;
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'multitech.ro - Vertical Navigation' */

/* Start of CMSMS style sheet 'multitech.ro - Layout' */
/*****************
This is default layout for multitech.ro
******************/

*
{
margin:0;
padding:0;
}

/* Set initial font styles */
body {
   background: #fff url(images/background.gif) repeat-x;
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   color: #333;
   line-height: 1em;
   padding: 0 1em 1em 1em;
}

/* set font size for all divs, this overrides some body rules */
div {
   font-size: 1em;
}

/* if img is inside "a" it would have borders, we don't want that */
img {
   border: 0;
}

/* default link styles */
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #1e487e; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #1e487e;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #1e487e;
}

/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 960px;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
*/

div#header {
   height: 80px;
}

div#header h1 a {
   display: block;
   float: left;
   background: url(images/logo.gif) no-repeat 0 0;
   width: 260px;
   height: 80px;
   text-indent: -999em;  /* this hides the text */
   text-decoration: none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#headerlinks {
   float: left;
   padding: 2.5em 0 0 10.5em;
   font-size: 11px;  
   color: #1e487e;
}

div#search {
   float: right;
   padding: 2em 0 0.2em 0;
}

.searchform {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;   
   color:#666666;
   width: 150px;
   height:14px;
   padding: 2px;
   border: 1px solid #999999;
   vertical-align: middle;
}

div.breadcrumbs {
   padding: 1.2em 0 0 0; /* CSS short hand rule first value is top then right, bottom and left */
   height: 24px;
   font-size: 90%;
   color: #999;
}

div.breadcrumbs a {
   color: #999;
}

div.breadcrumbs span.lastitem { 
   font-weight: normal; 
 } 

div#content {
   margin: 0;
   min-height: 300px;
}

div#main {
   float: right;
   width: 680px;
   font-size: 11px;
   line-height: 1.4em;
}

div#main_wide {
   margin: 0;
   width: 960px;
   font-size: 11px;
   line-height: 1.4em;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. */
   width: 260px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 260px;
}

div#footernav {
   clear: both;
   color: #666;
   line-height: 1.9em;
   font-size: 10px;
/* border-top: 1px solid #c0c0c0; */
}

.footernav_firstcol {
   float: left;
   padding: 12px 0 12px 12px;
}

.footernav_col {
   float: left; 
   padding: 12px 0 12px 44px;
}

div#footernav a {
   color: #1e487e;
   text-decoration: none;
}

div#footernav a:hover {
  text-decoration: underline;
}

div#footernav li {
   list-style-type: none;
}

div#footernav ul a {
   font-weight: bold;
}

div#footernav ul ul a {
   font-weight: normal;
}

div#footer {
   clear: both;
   color: #1e487e;
   background: #fff url(images/cms/background_footer.gif) no-repeat 0 0; 
   height: 50px;
}

div#footerlinks {
   font-size: 10px;
   padding: 1.6em; /* some air for footer */
   text-align: right;
   margin: 0;
}

div#footerlinks a {
   color: #1e487e; /* needed becouse footer link would be same color as background otherwise */
}

div#spacer_horiz {
   padding: 0;
   margin: 0 0 1em 0;
   border: 0;
   background: #fff url(images/cms/spacer.gif) no-repeat 0 0;
   width: 680px;
   height: 20px;
}

div#specstable table {
   padding: 0;
   border-collapse: collapse;
}

div#specstable td {
   margin: 0;
   padding: 7px;
   border-bottom: 1px solid #c0c0c0;
   line-height: 18px;
   color: #666;
}

div#listtable table {
   padding: 0;
   border-collapse: collapse;
   border-top: solid 3px #1e487e;
}

div#listtable td {
   margin: 0;
   padding: 7px;
   border-bottom: solid 1px #c0c0c0;
   line-height: 18px;
   color: #666;
}

div#innotable table {
   padding: 0;
   border-collapse: collapse;
   border-top: solid 3px #1e487e;
}

div#innotable td {
   margin: 0;
   padding: 7px;
   line-height: 18px;
   color: #666;
}

div#newprodtext {
   float: left; 
   width: 335px;
}

div#newprodimg {
   float: right;
   text-align: center;
}

div#splash_static {
   position: relative;
   margin-top: 12px; 
   margin-bottom: 12px; 
}

div#splash_floating {
   position: absolute;
   z-index: 10;
   top: 194px;
   right: 960px;
}

div#splashdiv {
   position: relative;
   background: #fff url(uploads/images/mainpage_newsplash_loading.jpg) no-repeat;
   height: 260px;
   margin-top: 12px;
}

.splasheffect {
   position: absolute;
   left: 0px;
   z-index: 4;
}

.splashmenu {
   position: absolute;
   top: 220px;
   right: 8px;
}

div#boxes {
   clear:both;
}

.boxes_firstcol {
   float: left;
   width: 312px;
   padding: 12px 0 0 0;
}

.boxes_col {
   float: left;
   width: 312px;
   padding: 12px 0 0 12px;
}

div#faq a {
   text-decoration: none;
}

div#faq a:hover {
   text-decoration: underline;
}

div#sitemap {
   font-size: 11px;
}

div#sitemap li {
   list-style-type: none;
}

div#sitemap ul a {
   font-weight: bold;
   min-height: 2em; /* Fixes IE7 whitespace bug */ 
}

div#sitemap ul ul a {
   font-weight: normal;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   border-bottom: 1px solid #c0c0c0;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

div#content h2 {
   color: #1e487e; 
   font-family: arial, sans-serif;
   font-size: 2.1em;
   font-weight: bold;
   letter-spacing: -1px;
   text-transform: none;
   line-height: 2em;
   border-bottom: 1px solid #1e487e; 
   margin: 0 0 .7em 0;
   padding: .7em 0 0 .7em;
}

div#content h3 {
   color: #1e487e;
   font-size: 1.2em;
   letter-spacing: -0.5px;
   line-height: 1.2em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color: #1e487e; 
   font-size: 1.1em;
   letter-spacing: -0.5px;
   line-height: 1.1em;
   margin: 0 0 0.5em 0;
}

div#content h5 {
   font-size: 1em;
   line-height: 1em;
   margin: 0;
}

h6 {
   font-size: 0.9em;
   line-height: 0.9em;
   margin: 0;
}

/* END HEADINGS */

/* TEXT */
p {
   font-size: 11px;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

pre {
   font-family: monospace;
   font-size: 1.0em;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}

em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */

div#main ul
div#main ol {
   margin: 0;
   padding: 0;
}

div#main li {
   line-height: 1.4em;
}

div#main_wide li {
   line-height: 1.8em;
}

div#main ul li,
div#main_wide ul li {
   margin-left: 1.25em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}

div#dl dd {
   margin: 0 0 0 3em;
}

/* END LISTS */
/* End of 'multitech.ro - Layout' */

/* End of 'multitech.ro - Layout' */

/* Start of CMSMS style sheet 'Lightbox' */
/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */

.album_content {
	width:100%; 
	float:left;
}

/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

/* Picture List */

div#picturelist
{
        clear: both;
	display: inline-block;
}

div#picturelist li
{
        float: left;
	list-style: none;
	display: block;
	height: 100px;
	margin: 0;
	padding-right: 20px;
}

div#picturelist a
{
	display: block;
	height: 72px; 
	width: 96px;
	padding: 0;
	background-color: white;
	border-top:1px solid #eee;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration: none;
	text-align: center;
}

.albumcomment { 
	text-align: left; 
}

div#picturelist li a:visited img
{
	background-color:#eee;
}

div#picturelist li a:hover img
{
	background-color:#dae6e4;

}

/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}
.albumname a
{
        display: inline;
        border: 0;
        margin: 0;
        padding: 0;
        background-color: transparent;
}
.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/*Thickbox CSS */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* Already done in main CMSMS stylesheet. Commenting out. */
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	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/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#prevLink { float: left; left:-63px; position:absolute; background: url(modules/Album/templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat;}

#nextLink { float: right; right: -63px; position:absolute; background: url(modules/Album/templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat;}

#prevLink:hover, #prevLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{
	padding:0 10px;
	}

#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 97%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

/* Start of CMSMS style sheet '02.1 Gallery CMotion horizontal' */


/* CMOTION GALLERY */

/* Please check gallerystyle.css and motiongallery.js for double-/hard-codings! */

div.largeview {

 text-align: center;

}



#motioncontainer {

margin-top: 5px;

height: 70px; /* according to gallery height */

width: 99.99%;

}



#motioncontainer a img {

border: 0; /* Set image border color */

margin: 0; /* chage this if you want some air inbetween images*/

height: 60px;

width:auto;

}



/* change cursor when clicking on image */

/*#motioncontainer a:active img {

cursor: progress;

}*/



#statusdiv {

background-color: #fff;

color: #FFBF00;/*#8f8f8f;*/

font-size: 65%;

font-weight: bold;

border: 0px solid #afafaf;

padding: .1em;

width: 100px;

position: absolute; /* Stop Editing Gallery Styles */

top: -10px;

left: 0px;

visibility: hidden;

}



#motioncontainer a:hover {

color: red; /* Dummy definition to overcome IE bug */

}



/* Those are already set in the template using

the "style"-tag for both of the divs. It seems to

work only this way - if someone could tell me why,

I'll appreciate!  */

/*

div#motioncontainer {

position:relative;

overflow:hidden;

}

div#motiongallery {

position:absolute;

left:0;

top:0;

white-space: nowrap;

}*/



/* END CMOTION GALLERY */

/* End of '02.1 Gallery CMotion horizontal' */
/* End of 'Lightbox' */

/* Start of CMSMS style sheet 'multitech.ro - Horizontal Special Menu' */
/* 
  -----------------------------------
  TabPanel Magic Style Sheet
  by Project Seven Development
  www.projectseven.com

  Style Theme: 06 - Teal -No Box Style
  -----------------------------------
*/

.p7TPpanel {
	border: 0;
}
.p7TP_tabs {
	padding: 0;
	font-size: 1em;
}
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	padding: 5px 8px;
	display: block;
	float: left;
	color: #333333;
	text-decoration: none;
	background-image: url(images/cms/specialtabs_up.jpg);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-bottom: 0;
}
#p7TP1 .p7TP_tabs a:focus, #p7TP2 .p7TP_tabs a:focus,
#p7TP3 .p7TP_tabs a:focus, #p7TP4 .p7TP_tabs a:focus,
#p7TP5 .p7TP_tabs a:focus {
	outline: 1px dotted;
	outline-color: #CCCCCC;
}
#p7TP1 .p7TP_tabs a:hover, #p7TP2 .p7TP_tabs a:hover, 
#p7TP3 .p7TP_tabs a:hover, #p7TP4 .p7TP_tabs a:hover, 
#p7TP5 .p7TP_tabs a:hover, #p7TP1 .p7TP_tabs a:active, 
#p7TP2 .p7TP_tabs a:active, #p7TP3 .p7TP_tabs a:active,
#p7TP4 .p7TP_tabs a:active, 
#p7TP5 .p7TP_tabs a:active {
	color: #000000;
}
.p7TP_tabs div {
	display: block;
	float: left;
	margin: 0 -1px 0 0;
}
.p7TPcontent {
	padding: 10px;
	position: relative;
	z-index: 1;
	border-top: 6px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#p7TP1 .p7TP_tabs div.down, #p7TP2 .p7TP_tabs div.down, 
#p7TP3 .p7TP_tabs div.down, #p7TP4 .p7TP_tabs div.down, 
#p7TP5 .p7TP_tabs div.down {
	padding: 0;
	position: relative;
	z-index: 2;
}
#p7TP1 .p7TP_tabs div.down a, #p7TP2 .p7TP_tabs div.down a, 
#p7TP3 .p7TP_tabs div.down a, #p7TP4 .p7TP_tabs div.down a, 
#p7TP5 .p7TP_tabs div.down a {
	background-image: url(images/cms/specialtabs_down.jpg);
	background-repeat: repeat-x;
	color: #333333 !important;
	cursor: default;
}
/*HIDE the TABS*/
.p7TP_tabs {
	display: none;
}

/* End of 'multitech.ro - Horizontal Special Menu' */

