body {
	background: #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:10pt;
	color:#333;
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #ccc;
	background:#fff;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

a:hover {
/*	background:#e5edf5; */
/*	background:#FF7; */
}

#header {
	height:86px;
	background:#0080ff url(grafika/mtxtlogo.gif) no-repeat 0 0 ;
	border-bottom:10px solid #00008B;
    margin: 0px 0px 10px 0px;
    overflow:hidden;
	text-align:right;
}

#header h1 {
	color:#fff;
	font-size:16pt;
	margin:0;
	padding:0px 10px 0px 218px;
	position:relative;
	left: 0px;
	Top: 26px;
}

#header div.tl {
	height:50px;
	top:0%;
	left:45px;
	font-size:11px;
	text-align:right;
	color:#fff;
	padding:5px;
    overflow:hidden;
}

#footer div.tl {
	height:12px;
	font-size:11px;
	text-align:left;
	color:#fff;
	padding:0px 0px 7px 0px;
}

#footer div.tr {
	height:1px;
	width:1px;
	padding:0px;
	float:right;
      overflow:hidden;
}


#header div.pag {
	position:relative;
	height:24px;
	bottom:-4px;
	color:#fff;
	background:#00008B;
	font-size:10pt;
	font-weight:bold;
	text-align:right;
	padding:5px 1em;
	float:right;
      overflow:hidden;
}



#content {
/*	border:1px solid #45458b; */
	width:580px;
	padding:10px;
	float:right;
}

a {
	color:#333;
}

#content a:hover {
/*	background:#e5edf5; */ 
	background:#FF7;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal; 
}

#content h2 {
	color:#c40000;
	font-size:20pt;
	border-bottom:1px solid #ccc;
      clear:both;
	padding:20px 0px 0px 0px;
	margin: 0px 0 10px 0 ;
}


#content h3 {
	color:#333;
	font-size:14pt;
}

#content h4 {
	color:#333;
	font-size:14pt;
	text-align:right;
	padding:0;
	margin: 0 0 10px 0 ;
}

#content div.gi {
	border-top:1px solid #c40000; 
/*	border:1px solid #0f0;  */
	clear: both;
	padding:1em 0px 0px 0px;
	margin: 0px 0 10px 0 ;
}

/* 
#content div.gi img {
	padding:5px;
	float:left; 
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	background:#f5f5f5;
	text-align:center;
	margin: 0px 1em 1em 0px ;
	font-size:8pt;
}
 */


#content div.gi img {
/* 
	padding:5px;
 */
	float:left; 
	background:#f5f5f5;
	text-align:center;
	margin: 0px 1em 1em 0px ;
	font-size:8pt;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
    
	-webkit-transition: 0.1s ease-in-out;
    
	-moz-transition: 0.1s ease-in-out;
    
	-o-transition: 0.1s ease-in-out;
    
	transition: 0.1s ease-in-out;

}

#content div.gi img:hover {
 	
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
    
	-webkit-transform: scale(1.01);
    
	-moz-transform: scale(1.01);
    
	-o-transform: scale(1.01);
    
	-ms-transform: scale(1.01);
    
	transform: scale(1.01);
  
}








#content div.gi p {
	clear: none;
	margin: 0 ;
	padding:0 0 1em 0 ;
}


#content p.blank {
	clear: both;
	margin: 0 ;
	padding:0 0 1em 0 ;
}

#content div.subleft {
/*	border:1px solid #0f0;  */
/*	background:#ff0; */
	width:250px;
	padding:0;
	margin:0;
	float:left;
}

#content div.subright {
/*	border:1px solid #0f0;  */
/*	background:#0ff; */
	width:320px;
	padding:0;
	margin:0;
	float:right;
}


#content table td  {
	background:#00008B;
}

#content table.sell {
	border:0px solid #ccc;
	text-align:center;
	border-collapse:collapse;
	padding:0;
	margin:10px 0;
}

#content table.sell td{
	padding:1em;
	border:1px solid #ccc;
	background:#f5f5f5;
}


#content table.tech {
	border:0px solid #ccc;
	text-align:center;
	border-collapse:collapse;
	padding:0;
	margin:0;
}

#content table.tech th{
	padding:5px;
	border:1px solid #ccc;
	color:#f5f5f5;
	background:#00008B;
}

#content table.tech td{
	padding:1em;
	border:1px solid #ccc;
	background:#f5f5f5;
}

#content table.tech td.center{
	text-align:center;
	background:#f5f5f5;
}

#content table.tech td.left{
	text-align:left;
	background:#f5f5f5;
}

#content img.plain-img{
	margin: 5px 5px 5px 5px ;
	font-size:8pt;
	
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
    
	-webkit-transition: 0.1s ease-in-out;
    
	-moz-transition: 0.1s ease-in-out;
    
	-o-transition: 0.1s ease-in-out;
    
	transition: 0.1s ease-in-out;

}

#content img.plain-img:hover {
 	
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
    
	-webkit-transform: scale(1.01);
    
	-moz-transform: scale(1.01);
    
	-o-transform: scale(1.01);
    
	-ms-transform: scale(1.01);
    
	transform: scale(1.01);
  
}






#content .plain-a:hover {
	background:#FFF;
}


#content div.mglbox {
    width:130px;
	float:left;
	text-align:center;
	font-size:8pt;
/* 
	padding:3px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	background:#f5f5f5;
	margin: 0px 1em 1em 0px ;
 */
}

/* 
#content div.mglbox img {
	border:0;
	margin:0px;
}
 */



#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
/*
	background:#f2f7e9;
*/
	background:#e5edf5;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #45458b;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}


#sidebar {
/*	border:1px solid #45458b; */
	width:130px;
	padding:5px 10px 10px 8px;
	float:left;
	margin:0;
      overflow:hidden;
}

#sidebar ul {
	margin:0 ;
	padding:0 0 10px 0;
	border:0px;
}
	 
#sidebar ul li {
	font-weight:bold; 
	margin:0;
	padding:0;
	list-style:none;
	border:0px;
}

#sidebar ul li.cp {
	display:block;
	padding:3px;
	width:122px;
	background: #0080ff;
	color:#FF7;
	text-indent:10px;
	text-decoration:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:122px;
	color:#00008B;
	text-indent:10px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	color:#FFFFFF;
	background: #0080ff;
}

#sidebar.curpage{
	color:#FFFFFF;
	background: #0080ff;
}


.widget {
	/*
height:80px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	*/
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:4px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;

    
	-webkit-transition: 0.1s ease-in-out;
    
	-moz-transition: 0.1s ease-in-out;
    
	-o-transition: 0.1s ease-in-out;
    
	transition: 0.1s ease-in-out;

}	

.widget:hover {
  
/*  background-color: #FF7; */
	
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
    
	-webkit-transform: scale(1.01);
    
	-moz-transform: scale(1.01);
    
	-o-transform: scale(1.01);
    
	-ms-transform: scale(1.01);
    
	transform: scale(1.01);
  
}






.widget img {
	border:0px;
	margin:0 0 5px 0;
}


.zoomi {
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:10px 5px;
	text-align:center;
	margin:2em 0;
	font-size:8pt;
}	

.zoomi p {
	border:0;
	clear:both;
	padding:0;
	margin:10px 0 0 0;
	font-size:8pt;
}

.zoomi p.copyr {
	border:0;
	clear:both;
	padding:0;
	margin:10px;
	text-align:right;
	font-size:7pt;
}

.zoomi p.tool {
	border:0;
	clear:both;
	padding:0;
	margin:10px 30px 5px 30px;
	text-align:center;
	font-size:7pt;
}


.screenshot {
	clear: both;
	float:right;
	background:#f5f5f5;
	text-align:center;
	border:1px solid rgba(0,0,0,0.2);
	margin: 15px 10px 25px 25px ;
	font-size:8pt;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
    
	-webkit-transition: 0.1s ease-in-out;
    
	-moz-transition: 0.1s ease-in-out;
    
	-o-transition: 0.1s ease-in-out;
    
	transition: 0.1s ease-in-out;

}	

.screenshot:hover {
 	
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
    
	-webkit-transform: scale(1.01);
    
	-moz-transform: scale(1.01);
    
	-o-transform: scale(1.01);
    
	-ms-transform: scale(1.01);
    
	transform: scale(1.01);
  }





.screenshot-left {
	clear: both;
	float:left;
	background:#f5f5f5;
	text-align:center;
	margin: 0px 15px 0 0 ;
	font-size:8pt;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
    
	-webkit-transition: 0.1s ease-in-out;
    
	-moz-transition: 0.1s ease-in-out;
    
	-o-transition: 0.1s ease-in-out;
    
	transition: 0.1s ease-in-out;

}	

.screenshot-left:hover {
 	
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
    
	-webkit-transform: scale(1.01);
    
	-moz-transform: scale(1.01);
    
	-o-transform: scale(1.01);
    
	-ms-transform: scale(1.01);
    
	transform: scale(1.01);
  }






.screenshot-old {
	clear: both;
	padding:5px;
	float:right;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	background:#f5f5f5;
	text-align:center;
	margin: 0px 0 10px 10px ;
	font-size:8pt;

}	

.screenshotl {
	clear: both;
	padding:5px;
	float:left;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	background:#f5f5f5;
	text-align:center;
	margin: 0px 10px 0 0 ;
	font-size:8pt;
}	

.photoframe {
	clear: both;
	padding:5px;
	float:right;
	border:0;
	margin: 0px 0 10px 10px ;
	font-size:8pt;
}	

.noborder {
	clear: both;
	padding:0;
	float:right;
	border:0;
	background:fff;
	text-align:center;
	margin: 0px 0 10px 10px ;
	font-size:8pt;
}	

.noborderl {
	clear: both;
	padding:0;
	float:left;
	border:0;
	background:fff;
	text-align:center;
	margin: 0px 10px 10px 0;
	font-size:8pt;
}	

.prodmenu{
	border:0;
	padding:0px 10px;
}


.sellitem{
	width:100;
}

.proditem{
	border:1px solid #ccc;
	width:90px;
	background:#f5f5f5;
	padding:3px;
	float:left;
	overflow:hidden;
	margin: 0 5px 0 0 ;
	text-align:center;
}

.proditem img{
      border:0px;
}

.proditem p{
	font-size:9pt;
	font-weight:bold;
	margin: 0;
	padding: 0;
	clear: both;
	color:#00008B
}

.proditem  a {
	display:block;
	border:0px;
	text-decoration:none;
}


.proditem a:hover {
	 background-color: #FF0;
}














.usersaid{
	font-size:9pt;
	border:1px solid rgba(0,0,0,0.2);
	background:#f5f5f5;
	padding:1em 2em 1em 2em;
	margin: 1em 1em 0em 3em;
	clear: both;
	float:right;
	
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 5px;

}

.usersaid p {
	margin: 1em 1em 0em 0em;
	clear: both;
}

.usersaid p.title {
	padding: 0em 0em;
	margin: 0em;
	font-weight: bold;
	clear: both;
}

.usersaid p.capt {
	padding: 0em;
	margin: 0em;
	font-style:italic;
	text-align:right;
	clear: both;
}

.antigluk {
	font-size:3px;
	height:1px;
}

.watsnew{
	font-size:8pt;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:1em 2em 1em 2em;
	margin: 1em 1em 0em 3em;
	clear: both;
	float:right;
}

.watsnew span.date{
	font-weight:bold;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#00008B;
/*	margin:30px 10px 10px 10px; */
	margin:0px;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
	height:40px;
}

#header div a {
	color:#fff;
	text-decoration:none;
}

#header div a:hover {
	color:#FF0;
	background: #0080ff;
}


#footer div a {
	color:#fff;
	text-decoration:none;
}

#footer div a:hover {
	color:#FF0;
	background:#00008B;
}

#footer .socbutton-bottom a:hover{
	color:#FFF;
	background: #FFF;
}



#content h2 a {
	color:#c40000;
	text-decoration:none;
}






.clearer {
	clear: both;
}


/* Horizontal Menu ***************/

div.mblock { 
	padding:5px 10px 10px 8px;
	margin:0;
      overflow:hidden;
}


.cpmelement{
	color:#FF7;
	background: #0080ff;
	text-decoration:none;
	font-weight:bold;
	border:0px solid black;
	padding:3px 10px 3px 8px;

}
		
a.melement{
	color:#00008B;
	text-decoration:none;
	font-weight:bold;
	border:0px solid black;
	padding:3px 10px 3px 8px;


}

#content a.melement:hover{
	color:#FFFFFF;
	background: #0080ff;
}


/* download/buy block***************/

#content div.dlby { 
	width:250px;
	padding:0px 0px 5px 0px;
	margin:0;
	float:right;
     /* overflow:hidden; */
}
		
#content a.dlbyitem{
	border:1px solid #ccc;
	background:#f5f5f5;
	margin:0 0 0 10px;
	text-align:center;
	color:#00008B;
	text-decoration:none;
	font-weight:bold;
	padding:3px 10px 3px 8px;
	float:right;
    
	-webkit-transition: 0.1s ease-in-out;
    
	-moz-transition: 0.1s ease-in-out;
    
	-o-transition: 0.1s ease-in-out;
    
	transition: 0.1s ease-in-out;

}

#content a.dlbyitem:hover{
	background:#FF7;


  background-color: #FF0;
	
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
    
	-webkit-transform: scale(1.09);
    
	-moz-transform: scale(1.09);
    
	-o-transform: scale(1.09);
    
	-ms-transform: scale(1.09);
    
	transform: scale(1.09);



}


	

#header div.socbutton {
	height:30px;
	padding:3px;
}

#footer div.socbutton {
	height:30px;
	padding:3px;
	float: right;
}


.fb-logo {

	background:url(img/fb.png);

	background-size: 28px 28px;

}



.yt-logo {

	background:url(img/yt.png);

	background-size: 28px 28px;

}




.fb-logo, .yt-logo {

	margin: 0.5em 0.5em 0 0 ;

	width: 28px;

	height: 28px;

	cursor:pointer;

	display:inline-block;

    
	-webkit-transition: 0.1s ease-in-out;
    
	-moz-transition: 0.1s ease-in-out;
    
	-o-transition: 0.1s ease-in-out;
    
	transition: 0.1s ease-in-out;


}



.fb-logo:hover {

	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    -o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}



.yt-logo:hover  {

	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    -o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


.float-right {
	margin: 0em 0em 0.1em 0em;
	text-align: right;
	height:1.4em;
}

