body {
	font-family: Arial,Verdana, Helvetica,sans-serif;
	font-size: 75.00%;
	color: #444;
	padding-left:1em;
}

#head h1 { /* Image replacement */
font-size: 0;
text-indent: -999999px; /*f?r IE */
height: 60px;
margin: 0;
padding: 0;
background: #fff url(img/ryo_weblayout_RASTER_cs2__03.gif) center left no-repeat;
border-bottom:1px dotted black;
}

#head ul {
  list-style:none;
  clear:both;
  border-bottom:1px dotted black;
  overflow:auto;
  padding:0.5em;
  background: #333333;
  margin:0; 
  }
  
#head ul li {float:left;margin-right:2em}

#head ul li.contact {float:left;}

#head ul li.copyright {float:right;text-decoration:none;color:#006699;}

ul#subnav {
  clear:both;
  list-style:none;
  border-top:1px dotted black;
  border-bottom:1px dotted black;
  margin-top:3px;
  margin-bottom:1.3em;
  padding-top:0;
  clear:both;
  padding:0.5em;
  background: #333333;
  }
  
a {text-decoration:none;color:#cccccc;}
#head ul a:hover,li.aktiv a  {text-decoration:none;color:#33ccff; center left no-repeat;}  
ul#subnav a:hover {text-decoration:none;color:#33ccff; center left no-repeat;}
a:hover img{opacity:0.95;
filter:alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";
}

/*#content {height:400px;width:1000px;overflow:visible;}*/
div.contencell {margin-bottom:2em;clear:both;overflow:auto;}
div.contencell img {float:left;margin-right:1em;}
div.contencell .text {margin-left:370px;}
div.contencell .text p {  
  border-bottom:1px dotted black;
  margin-top:0;
  padding:1em;
  margin-bottom:0;
  line-height:1.5em;
  }

#footer {clear:both;}

h3 {
  font-size:1em;
  font-weight:normal;  
  border-bottom:1px dotted black;
  border-top:1px dotted black;
  padding:1em;
  background: #fff url(img/ryo_weblayout_RASTER_cs2__18.gif)  1em center no-repeat;
  margin:0;
  }

div.contencell div.text p.specs {
  font-size:1em;
  border-top:1px dotted black;
  margin-top:3px;
  }

.check {background:orange;}

  /*
  arial 10pt
  
  */ 
  
* html ul#subnav {
  margin-left:0;
  } 
  

* html #head ul {
	border-bottom:0;
}

.main_image {
    width: 600px;
    height: 420px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #333333;
    border-top: 0px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 70px;
    text-indent: -99999px;
    position: absolute;
    top: -20px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
    width: 300px;
    background: #f0f0f0;
    border-right: 0px solid #fff;
    border-top: 0px solid #ccc;
}
.image_thumb img {
    border: 0px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #FFFFFF url(nav_a.gif) repeat-x;
    width: 300px;
    float: left;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #fff;
    border-right: 0px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #FFD700;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 1em;
    color: #ff3300;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/
