@import "cmxformtemp.css";
@import "cmxform.css";

body {
  background-color: #ffffff;
  font-family: Arial, Verdana,  Helvetica, sans-serif;
  font-size: 14px;
	color: #999999;
}

body a {
	color: #999999;
  text-decoration: none;
}

body a:hover {
	color: #333333;
  text-decoration: none;
}

/* text content area */

.white {
	color: white;
}

.content {
	list-style: none;
	margin: 4px;
	color: #FFFFFF;
}

.content a {
	color: white;
}

.contenttitle {
	font-size: 1.2em;
	font-weight: bold;
}

/* main container */

#container {
	/* border: thin black dotted; */
	background: white url('images/nitoback.jpg') no-repeat;
  margin: auto;
  width: 768px;
  min-width: 768px;
  min-height: 384px;
}

/* top navboxes */

#rightmenu {
	/* border: thin black dotted; */ 
	float: left;
	vertical-align: bottom;
	margin-left: 384px;
	font-size: 16px;
	text-transform: lowercase;
}

#navbox {
	/* border: thin black dotted; */
	float: left;
	width: 192px;
}

#navbox a.active{
	color: #333333;
}

/* topcontainer */

#topcontainer {
	/* border: thin black dotted; */
  margin: auto;
  margin-bottom: 16px;
  font-size: 16px;
  text-align: left;
  width: 768px;
  height: 64px;
  line-height: 18px;
}

.uni
{
	width: 95px;
	height: 60px;
	float: right;
	background-image: url('images/universal.gif');
	margin-right: 6px;
	margin-top: 6px;
}

.date {
	font-size: 13px;
	color: #333333;
	letter-spacing: -0.1em;
}

.subtitle {
	font-size: 9px;
	color: #333333;
	vertical-align: top;
}

.icontitle {
	font-size: 16px;
	margin-left: 10px;
	vertical-align: super;
}

.purchasebutton {
	vertical-align: bottom;
	margin-top: 16px;
	float: right;
}

.priceline {
	font-size: 0.8em;
}

.disclaimer {
	margin: 16px;
	margin-top: 32px;
}

.purchaseitem {
	margin: 16px;
}

.descriptiontitle {
	margin-left: 12px;
	margin-bottom: 2px;
	font-size: 14px;
	color: white;
	letter-spacing: -0.1em;
}

.descriptiontitleindented {
	margin-left: 24px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 14px;
	color: white;
	letter-spacing: -0.1em;
}

.descriptionsubtitle {
	margin-left: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	color: #333333;
}

.profilebox {
	list-style: none;
	margin: 10px;
}

.descriptionsubtitle a {
	color: white;
}

.moreinfo {
	margin: 6px;
	margin-top: 8px;
	font-size: 14px;
}

.moreinfo a{
	color: white;
}

/* container overlay */

#smalloverlay {
	/* border: thin black dotted; */
	background: transparent url('images/overlay.png') repeat;
	float: left;
	margin: auto;
	margin-left: 384px;
  width: 192px;
  height: 384px;
}

#fulloverlay {
	/* border: thin black dotted; */
	background: transparent url('images/overlay.png') repeat;
	float: left;
	margin: auto;
	margin-left: 0px;
  width: 576px;
  height: 384px;
}

.toparea {
	/* border: thin white dotted; */
	font-size: 1.2em;
	letter-spacing: -0.1em;
	list-style: none;
	margin: 10px;
	color: #FFFFFF;
}

.topsmall {
	float: left;
	font-size: 10px;
	margin-top: 6px;
}

.source {
	float: left;
	font-size: 10px;
	margin-top: 12px;
	margin-left: 10px;
	color: white;
}

.source a {
	color: white;
}

.topsmall a {
	color: white;
}

.fullarea {
	float: left;
	min-height: 270px;
	margin-right: 12px;
}

.leftarea {
	/* border: thin white dotted; */
	float: left;
	width: 48%;
	min-height: 270px;
}

.rightarea {
	/* border: thin white dotted; */
	float: right;
	width: 48%;
	min-height: 270px;
	margin-right: 12px;
}

#productdownload {
	float: right;
	width: 107px;
	height: 33px;
	
}

/* screenshot */

#screenshots {
	margin: auto;
	margin: 16px;
}

#shot {
	margin: 12px;
	float: left;
	width: 96px;
	height: 96px;
	vertical-align: bottom;
}

/* footer */

#footer {
	/* border: thin black dotted; */
  margin: auto;
  margin-top: 6px;
  text-align: left;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 18px;
  width: 768px;
}