
img {
   border: none;
   margin: 0;	
}

form {
  margin-top: 10px;   
  clear: left;
}

form.info {
   margin-top: 0;
}

label {
  margin-right: 10px;
}


p {
   margin-top: 10px;
   margin-bottom: 10px;
}


p.front {
   margin-bottom: 30px;
}

img.front {
   float: right;
   margin-left: 30px;
}

table.front {
  width: 100%;
}

table.front td {
  vertical-align: top;
}

table.front td div.box {

}

table.front td div.box dl dt {
   clear: left; 
   padding-top: 5px;
}



img.intext {
  float: right;
  margin: 20px;
}

hr {
   clear: both;
   margin-top: 20px;
   margin-bottom: 20px;
}

span.date {
   font-variant: small-caps; 
   font-size: 12px;
   padding-right: 25px;
   margin-right: 7px;
   background-image:  url(news.png);
   background-repeat: no-repeat;
   background-position: bottom right;
}

ul {
   list-style-image: url(point2.png);
}

li {
   margin-left: 20px;
}

dt {
  font-weight: bold;
}

table dd {
  margin-bottom: 5px;
}

dl {
  margin: 0;
}


div.page_main {
  padding-top: 10px;
  clear: left;
}

div.page_main div.box dd {
  margin-left: 10px;
}

.hide {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
   margin-bottom: 5px;
}

h4.jm {
  margin-top: 0px;
}

h1 {
   font-size: 350%;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
   margin-bottom: 20px;
}

h2 {
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
   font-size: 250%;
}


div.page_powered a {
   color: #b23535;	
}

h3 {
   font-size: 180%;
}

h4 {
   font-size: 140%;
}

h5 {
   font-size: 120%;
}

h6 {
   font-size: 100%;
}


div.page_nav {
  text-align: right;
  padding-right: 5px;
  font-size: 10px;
  color: #444;
}

div.page_nav a, div.page_nav a:hover, div.page_nav a:visited, div.page_nav a:link {
  color: #444;
}


div.page_path {
  padding-top: 5px;
  font-size: 10px;
  text-align: left;
  color: #777999;
}

div.page_path a {
  color: #777999;
}


div.page_nav a.usr {
   font-weight: normal;
   color: #444;
}

div.message {
   font-size: 12px;
   color: #003399;
   text-align: center;
   font-weight: bold;
   margin-left: 50px;
   margin-right: 50px;
   margin-top: 10px;
   margin-bottom: 10px;
   background-color: #F5F5F5;
   border: thin solid #003399;
}

div.error {
   font-size: 12px;
   color: #CC0000;
   text-align: center;
   font-weight: bold;
   margin-left: 50px;
   margin-right: 50px;
   margin-top: 10px;
   margin-bottom: 10px;
   background-color: #F5F5F5;
   border: thin solid #CC0000;
}

span.error {
     color: #CC0000;
}

div.clear_left, a.clear_left {
    clear: left;
}

div.clear_right, a.clear_right, table.clear_right {
    clear: right;
}

div.blog h1 {
    font-size: 150%;
    text-align: left;
}

div.blog h2 {
    font-size: 150%;
}

div.blog h3 {
    font-size: 150%;
}

div.blog hr {
    border: 2px dotted black;
    margin: 20px;
}

div.blog a, span.underline, a.underline {
    text-decoration: underline;
}


div.comment {
   padding: 10px;
   padding-top: 5px;
   margin: 20px;
   margin-left: 30px;
   border-left: 2px dotted #444444;
}

pre {
  font-family: monospace;
  overflow: auto;
  font-size: 10px;
  border: 1px solid black;
  background-color: #aaaaaa;
  margin-left: 10px;
  padding: 10px;	
}

div.page_left div.box em, div.page_right div.box em, div.page_left div.box i, div.page_right div.box i {
   font-size: 9px; 
   margin-left: 5px;
}

input, select {
   font-size: 10px;
   color: #000000; 
   border: 1px solid;
   padding: 0px;
   font-family: verdana, sans-serif;
   font-size: 9pt;
    border-left: 1px solid #999999;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #cccccc;
   background-color: #f9f9f9; 
}

/*input {
   height: 15px;
}

select {
   height: 20px;
} */

textarea {
   font-family: verdana, sans-serif;
   font-size: 12px;
   color: #000000; 
   border: 1px solid;
    border-left: 1px solid #999999;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #cccccc;
   background-color: #f9f9f9; 
}

option {
  padding: 0;
  margin: 0;
}

input.button, a.button { 
   font-size: 10px;
   font-weight: bold;
   border: 0px solid #000000;
   background-color: transparent;
}

input.button2, a.button2 {
  background-color: #ddd;
  border: 1px solid #888;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

a.button2:hover {
  text-decoration: none;
  color: #000;
}


div.input_list input, a.inline {
   display: inline;
   margin-right: 2px;
}

div.page_main div.box {
   font-size: 10px;
/*   width: 46%; 
   float: left;  */
   margin-top: 2px;
   text-align: left;
   padding: 2px; 
   margin-right: 10px;
   margin-bottom: 10px;
}

div.del {
   text-align: center;
   padding: 3px;
   border: 2px solid red;
   clear: both;
   background: url(bg_cc.png);
}

span.read, a.read {
   display: block;
   font-size: 9px;
   color: #888888;
/*   text-align: right;
   margin-right: 10%; */
}

span.read a {
   color: #888888;
}

div.page_main div.box em {
   display: block;
   margin-top: 5px;
   margin-bottom: 5px;
}

img.edit {
   float: left;
   margin-top: 25px;
   margin-right: 10px;
   border:  1px solid #888888;
}

img.list_thumb_right {
   float: right;
   margin-left: 5px;
/*   border:  1px solid #888888; */
  border: none;
}

img.list_thumb_left {
   float: left;
   margin-right: 5px;
/*   border:  1px solid #888888;
*/
}


div.gallery_list h3, div.gallery_list h4 {
   padding-top: 15px;
   margin-bottom: 4px;
   clear: left;
   font-variant: small-caps;
   border-bottom: 1px solid #999;
   color: #777;
   font-size: 16px;
   font-weight: normal;
}

div.gallery_list h4 {
   font-size: 14px;
}

div.gallery_list div.prop img {
  display: inline;
  border: 1px solid #888;
  margin: 20px;
}

div.gallery_list p {
   float: right;
   margin-right: 30px;
   width: 40%;
}

div.gallery_list span {
  position: relative;
  top: -20px;
}

div.thumb {
  float: left;
  width: 200px;
  height: 150px;
  font-style: italic;
  text-align: center;
  margin-top: 30px;
}

p.thumbtext, td.desc {
  text-align: center;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
}

img.prod, div.thumb img {
/*   border-bottom: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   border-left: 1px solid #888888;
   border-top: 1px solid #888888; */
   border: 1px solid #888888;

   display: block;
   margin-left: auto;
   margin-right: auto;
}

img.selthumb {
   border: 1px solid #888;
   margin: 5px;
   width: 80px;
}

div.textimg {
  float: right;
  width: 250px;
  text-align: center; 
  margin: 20px;
}

div.textimg em, img#thumb {
  display: block;
}

div.product {
   float: right;
   width: 250px;
   margin-top: 10px;
   margin-bottom: 20px;
   margin-right: 20px;
   background: url(bg_cc.png);
   border: 1px solid #888888;
}

div.product span {
   font-size: 20px;
   border-bottom: 2px solid #000000;
}

div.product p {
  margin-left: 5px;
}


div.product a {
   display: block;
   text-align: center;
}

div.product img {
   border-bottom: 1px solid #888888;
   margin-right: auto;
   margin-left: auto;
   display: block;
}

div.basket {
   border: 1px solid #aaaaaa;
   text-align: center;
   padding: 5px;
   background: url(bg_bb.png);
}

table.forum td {
   text-align: center;
   padding: 5px;
   margin: 5px;
   background: url(bg_cc.png);
   border: 1px solid #aaaaaa;
}


span.category {
   font-size: 20px;
   font-weight: bold;  
   color: #666666;
}

img.img_right{
   float: right;
}


div.menu {
   font-size: 10px;
   font-weight: bold;
   padding-top: 1px;
   padding-bottom: 1px;
   margin-bottom: 10px;
}


div.menu A {
   font-weight: normal;
}

div.pager {
   text-align: center;
   margin-top: 10px;
   font-size: 14px;
   font-weight: bold;
}


div.pager A {
   font-weight: normal;
   font-size: 10px;
}



div.blockmenu {
   text-align: left;
}

div.blockmenu a {
   display: block;
}

div.blockmenu em {
   display: inline;
}

div.edit {
   width: 450px;	
   clear: left;
}

div.edit p.edit {
   margin-top: 2px;
   background-color: #cccccc;
   padding: 3px;
}

div.prop {
   color: #888888;
   background-image: url(bg_cc.png);
   padding: 3px;
   margin-top: 0px;
}

div.prop span {
   margin-right: 10px;
}

div.prop p {
   background: none;
}

a.menu0 {
   display: block;
   padding-left: 1px;
}
a.menu1 {
   display: block;
   padding-left: 6px;
   background-image: url(menu1.png);
   background-repeat: no-repeat;
}
a.menu2 {
   display: block;
   padding-left: 11px;
   background-image: url(menu2.png);
   background-repeat: no-repeat;
}

a.newsmenu {
   display: block;
   padding-left: 8px;
   background-image: url(point.png);
   background-repeat: no-repeat;
}


.table_1{
   color: #000000;
   background-image: url(bg_bb.png);
}

.table_2 {
   color: #000000;
   background-image: url(bg_cc.png);
}

.table_3 {
   color: #000000;
   background-image: url(bg_dd.png);  
}


th {
   font-size: 10px;
   font-weight: normal;
   border-bottom: 1px solid #888888;
}

table.product {
  clear: both;
  width: 100%;
}


td.download {
   background-color:  #bdd2a2;
   padding: 5px;
} 

td.newcont select {
   background-color: #bdd2a2;
/*   border: 2px solid #db8874; */
}


div.page_topmenu ul, div.page_left ul, div.page_right ul {
   list-style-image: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}


div.page_topmenu li {
   list-style-type: none;
   display: inline;
   margin-left: 0;
}

div.page_topmenu ul li {
   position: relative;
   float: left;
}


div.page_topmenu ul li ul {
   position: absolute;
   top: 13px;
   left: 0; 
   background-color: #ffffff;
   text-align: left;
   display: none;
}

/*
div.page_topmenu ul li ul {
   top: auto;
   left: auto;
}*/

div.page_topmenu ul li:hover ul, div.page_topmenu ul li.over ul {
   display: block;
}
 

div.page_topmenu ul li ul li {
   display: block;
/*   width: 200px; */
}


div.page_main div.box  ul,  ul.news {
   margin: 0;
   padding: 0;
}

input.inl, li.inl {
  display: inline;
}

li.inl {
   list-style-image: none;
   list-style-type: none;
   margin-left: 0;
}

li.inl img {
   margin: 5px;
}

input.buttoninl { 
   display: inline;
   margin-left: 0;
   margin-top: 0;
   font-size: 10px;
   font-weight: bold;
   border: 0px solid #000000;
   background-color: transparent;
}

input.login {
   display: inline;
   margin-top: 0px;
   margin-left: 5px;
   margin-right: 15px;
   margin-bottom: 0px;
}

div.page_main img, div.page_main_noright img {
   max-width: 100%;
}

div.page_main, div.page_main_noright {
   z-index: 2;
}

div.page_left, div.page_topmenu {
   z-index: 1;
}


div.full img, img.folder {
   display: block;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 10px;
}

div.page_main:after, div.page_main_noright:after {
   content: ".";
   display: block;
   height: 10px;
   clear: both;
   visibility: hidden;
}

div.page_left li, div.page_right li {
   list-style-type: none;
   display: block;
   margin: 0;
   padding: 0;
}

ul.news li {
  margin: 10px;
  margin-left: 30px;
}


li.right, p.right, td.right {
   text-align: right;
}

p.small_print, span.small_print, div.small_print {
	clear: left;
        font-size: 8px;
	color: #888888;
}

.small_print hr {
   margin-top: 0px;
}

div.spacer {
  clear: both;
}


div.google {
  width: 158px;
  background-color: white;
}

div.google2 {
  float: left;
  border: 1px solid black;
  background-color: white;
  margin: 5px;
}

div.google table, div.google2 table {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}

div.google input, div.google2 input {
   margin: 0;
   display: inline;
   font-weight: bold;
   font-size: 10px;
   padding: 1px;
   background-color: #efefef;
   border: 1px solid black;
}


a.conf {
  font-style: italic;
}

ul.forum {
   list-style-image: none;
   list-style-type: none;
   padding-left: 10px;
   padding-bottom: 10px;
}

ul.forum li {
   margin-top: 5px;
   margin-bottom: 15px;
/*   border-left: 3px solid #ccc;
   background-image: url(bg_dd.png);  */

}

ul.forum li p {
  color: #555;
   margin-top: 0;
}



dl.sitemapfolder dd {
   display: none;
}

dl.sitemapfolder2 dd {
   display: block;
}


ul#sitemaplist {
  margin-left: 0;
  padding-left: 0;
}

ul#sitemaplist ul {
  padding-left: 10px;
}

ul#sitemaplist, ul#sitemaplist li {
   list-style-image: none;
   list-style-type: none;
}

ul#sitemaplist li.folder a {
   font-weight: bold;
}

ul#sitemaplist li.folder {
   color: #777;
}

div.texteditor {
   margin-bottom: -5px;
}

div.texteditor a {
   padding: 0;
   margin-right: -5px;
   margin-bottom: -5px;
}



/* IMAGE GALLERY */


div#slideshow {
   background-color: #000;
   width: 540px;
   height: 169px;
   overflow: hidden;
   vertical-align: middle;
   text-align: center;
   position: relative;
   z-index: 0;
   margin: 0;
   padding: 0;
}

div#slideshow img {
   position: absolute;
   left: 0;
   top: 0;
   display: none;
   margin: 0;
   border: 0;
   margin-left: auto;
   margin-right: auto;
   width: 540px;
   height: 169px;
   z-index: 0;
}


/*
dl.list_tree_hide dd {
   display: none;
}

dl.list_tree_hide dt {
    padding-left: 12px;
    background-image: url(plus.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

dl.list_tree_show dd { 
   display: block;
}

dl.list_tree_show dt {
    padding-left: 12px;
    background-image: url(min.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}


dl.list_tree_show dd dl dd { 
   display: none;
}

dl.list_tree_show dd dl dt {
    padding-left: 12px;
    background-image: url(plus.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}


dl.list_tree_show dd dl.list_tree_show dd { 
   display: block;
}

dl.list_tree_show dd dl.list_tree_show dt {
    padding-left: 12px;
    background-image: url(min.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}



*/


table.searchresult th {
	text-align: left;
}


div.folder_docs {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 5px;
  padding-bottom: 10px;
}

div.folder_docs a {
  display: block;
}