#editor_block { clear:both;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size:10px; /*changed by mike, originally 9px*/
	color: #414b56;/*added from scratch*/
}

#editor_block img.free {
	max-width:630px;
	max-height:473px;
	width:auto !important;
	height:auto !important;
	float:none;
}

h1{
	color: #007BC1;
	font-size:14px;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	/*font-weight:bold;*/
	line-height:normal;
	clear:left;
}

h1.news {
	margin-bottom:5px;
	}

h2,h3
{
	font-size:14px;
	margin-bottom: 10px; /*changed from 15*/
	/*font-weight:bold;*/
	line-height:normal;
}

h4
{
	font-size:10px;
	font-weight:bold;
	line-height:normal;
	margin:3px 0px;
}

p {
 margin:  0 0 1em 0;
 padding:  0;
 letter-spacing: 5%; /*added by mike*/
 line-height: 14px; /*added by mike*/
}

#editor_block h3
{
	clear:left;
}

#editor_block table {
	clear:left;
}

#editor_block td {
	padding:2px 10px;
}

#editor_block .specs td {
	border: none;
	border-left:1px solid #414b56;
	border-top:1px solid #414b56;
	padding:2px;
}

ul {
	margin:0px;
	padding:0px;
	margin-left:5px;
	list-style-type:none;
}

li {
	margin:5px;
	padding-left:15px;
	background:url(/img/li.gif) no-repeat 0px 3px;
}

li li {
	margin:5px;
	padding-left:15px;
	background:url(/img/sub_li.png) no-repeat 0px 4px;
}

li li li {
	margin:5px;
	padding-left:15px;
	background:url(/img/subsub_li.gif) no-repeat 0px 3px;
}

#editor_block .file-thumb {
	width: 32px;
}

#editor_block img {
	width:auto;
	height:auto;
	max-width:225px;
	/* IE Image max-width */
	width: expression(this.width > 225 ? 225: true);
	max-height:225px;
	/* IE Image max-width */
	height: expression(this.height > 225 ? 225: true);
	margin:4px 8px 8px 0px;
	float:left;
}

#editor_block table {
	border: none;
	border-collapse:collapse;
}


#editor_block table.specs {
	width: 480px !important;
	border-bottom: 1px solid #414b56;
	}

#editor_block table.specs td.description {
	/*width: must remain undefined;*/
	background-color: #87A7C0;
	color: #414B56;
	border-right: 1px solid #414b56;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-indent: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	}/*left part of table template*/

#editor_block table.specs th {
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	background-color: #0D3C6B;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	}/*table template heading*/


#editor_block table.grey {
	border-collapse:collapse;
	width: 827px;
	background-color: #414b56;
	border: none;
	padding: 0px;
	} /*template grey block connected to image*/

#editor_block table.grey p {
	color: #FFFFFF;
	} /*white text in above template*/


#editor_block table.software td, #editor_block table.feature td {
	color: #414b56;
	padding: 10px;
	vertical-align:top;
	border: none;
	font-size:9px;
	}

#editor_block table.feature th {
	text-align:left;
	}/*features template*/

#editor_block table.feature td {
	border-bottom: 1px solid #414b56;
	}/*features template*/

#editor_block td.image {
	width:150px;
	}

#editor_block td.image img,#editor_block .feature img {
	max-width:140px;
	/* IE Image max-width */
	width: expression(this.width > 140 ? 140: true);
	height:auto;
	}

#container{
	width:767px;
	height: 510px;
	}

#canvas{
	width:767px;
	height: 354px;
	background-color:#414b56;
	}

a:link {
color: #0077d4;
text-decoration: none;
}

#editor_block a:hover, #editor_block a:active {
color: #0077d4;
text-decoration: underline;
}

#editor_block a:visited{
color:#5e8db2;
/*text-decoration: underline;*/
}

/*** POLAROID ***/
#editor_block table.polaroid {
	float:left;
	margin:0px 5px 5px 0px;
	padding:0px;
	clear:none;
}

#editor_block table.polaroid img {
	height:auto;
	width:auto;
	max-width:193px;
	max-height:184px;
	/* IE Image max-width */
	width: expression(this.width > 193 ? 193: true);
	max-height:184px;
	/* IE Image max-width */
	height: expression(this.height > 184 ? 184: true);
	margin:0px;
}

#editor_block table.polaroid.big img {
	height:auto;
	width:auto;
	max-width:292px;
	max-height:288px;
	/* IE Image max-width */
	width: expression(this.width > 292 ? 292: true);
	/* IE Image max-width */
/*	height: expression(this.height > 288 ? 288: true);*/
}

#editor_block table.polaroid td {
	border:none;
	padding:0px;
	height:42px;
	background:#ffffff url('/img/polaroid.jpg');
	text-align:center;
color: #FFFFFF;
}

#editor_block table.polaroid th {
	padding:0px;
}

#editor_block table.polaroid a:link {
font-weight: bold;
text-align: center;
color: #FFFFFF;
}

#editor_block table.polaroid a:hover {
text-decoration: underline;
}

#editor_block table.polaroid a:active, #editor_block table.polaroid a:visited {
color:#CCCCCC;
}


#editor_block table.specsheet {
width: 490px !important;
}

#editor_block table.specsheet td {
	border: 1px solid #C4C4C4;
}

#editor_block table td.header {
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	background-color: #0061AD;
	font-weight: bold;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#editor_block td {
	background-color:#FFFFFF;
	color: #414b56;
	padding: 3px;
	}

#editor_block td.feat {
	background-color: #87a7c0;
	color: #FFFFFF;
	padding: 3px;

}

#editor_block p.finePrint {
font-style:italic;
padding: 20px 0px;
font-size: 9px;
}

.specs td,.specs td.feat,.specs td.header {
	padding:2px!important;
	text-indent:2px;
}

.feature td.noborder {
	border-bottom:none !important;
}

.addthis_default_style { float:right; }
