/* Start of CMSMS style sheet 'Inspirimens : Banner' */
/* CSS for the Banner */

#banner {
      width: 100%;
}
#banner-middle
{
       background: white;
       height: 120px;
       text-align: center;
	/*/*/ margin: 0 153px;			/* ie4 fix */
}

/* End CSS for the Banner */

/* End of 'Inspirimens : Banner' */

/* Start of CMSMS style sheet 'Inspirimens : Themes list' */
div.themes {
  clear: both;
   border: 1px dotted #ccc;
width: 96%;
float: left;
  padding: 1em;
margin-bottom: 1em;
}

div.themes_thumbnail {
   float: left;
   width: 38%;
}

div.themes_thumbnail img {
   width: 100%;
   text-align: center;
}

div.themes_info {
   float: right;
   width: 57%;
   padding-left: 1em;
     border-left: 1px dotted #ccc;
}

div.themes dl {

			float: left;
			clear: both;
			width: 98%;
}

div.themes dl dt {
			clear: left;
			float: left;
			width: 35%;
			background: beige;
			margin: .2em 0;
}

div.themes dl dd {
			margin: .2em 0;
			float: left;
			padding: 0;
			width: 62%;
}

div.themes_view {
   float: left;
   width: 40%;
   text-align: center;
  border: 1px solid #000;
  padding: 0.5em;
  background: #ccc;
}

div.themes_download {
  width: 40%;
  text-align: center;
  float: right;
  border: 1px solid #000;
  padding: 0.5em;
  background: #ccc;
}

div.themes hr {display: block; clear: left; margin: -0.66em 0;
  visibility: hidden;}
/* End of 'Inspirimens : Themes list' */

