#content {
	margin-bottom: 100px;
	/*padding-bottom: 100px;
	/*background-image: url('/images/article_bottom.png');
	background-repeat: no-repeat;
	background-position: center bottom;*/
}

div.article_blocks  {
	width: 100%;
	margin-bottom: 50px;
}

div.article_blocks_divider {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #bbb;
}

.article_blocks table {
	width: 100%;
}

.article_blocks td {
	padding: 10px;
	vertical-align: top;
}

td.article_blocks_thumbnail {
	width: 360px;
	text-align: center;
	vertical-align: middle;
}

td.article_blocks_slider {
	width: 400px;
	text-align: center;
	vertical-align: middle;
}

.articleimage {
	height: 170px;
	margin-bottom: 10px;	
}

div.center {
	width: 90%;
	text-align: center;
	margin-left: auto; margin-right: auto; 
}

div.screenshot {
 	background-repeat: no-repeat;
 	background-position: 0 0;
 	display: inline-block;
 	border: 1px solid #bbb;
 	box-shadow: 0px 0px 6px #999;	
}

div.article_blocks_slider {
	height: 270px; 
	width: 398px; 
	border: solid 1px #bbb; 
	padding: 8px;
	box-shadow: 0px 0px 6px #999;	
}

div.article_blocks_slider_internal {
	height: 200px;
	width: 380px; 
	border: solid 1px #aaa;
}

div.moreinfosection {
	margin-top: 20px;	
}

a.watchvideo {
	background: url(../images/play_video_bw.png) no-repeat scroll 50% 50%;
	width: 100%;
	height: 100%;
	display: block;	
}

a.watchvideo:hover {
	background-image: url(../images/play_video.png);	
}

a.enlargeimage {
	background: url(../images/magnify_picture_bw.png) no-repeat scroll 50% 50%;
	width: 100%;
	height: 100%;
	display: block;	
}

a.enlargeimage:hover {
	background-image: url(../images/magnify_picture.png);
}

a.enlargeimages {
	background: url(../images/magnify_pictures_bw.png) no-repeat scroll 50% 50%;
	width: 100%;
	height: 100%;
	display: block;	
}

a.enlargeimages:hover {
	background-image: url(../images/magnify_pictures.png);
}

.maincontent a {	font-weight : bold;}

.maincontent h1 {
	color: SteelBlue;
}

.maincontent h2, h3, h4, h5, h6 { 
	/* color: #069; */
	color: DimGray; 
	text-align: left; 
}

.maincontent h1 {
	border: 0px;	
	border-bottom: 2px;
	border-style: solid;
	/* border-color: LightSteelBlue; */
	border-color: LightGrey;
}

.maincontent h5 {
	border: 0px;	
	border-bottom: 2px;
	border-style: solid;
	border-color: LightSteelBlue;
}

.maincontent h3 {
	border: 0px;	
	border-bottom: 1px;
	border-style: solid;
	border-color: LightSteelBlue;
}

/* .maincontent p {
	margin-left: 4px;
} */

table.pricing_info {
	margin-bottom: 10px;
}

table.alternate_color tr:nth-child(odd) td {
}

table.alternate_color tr:nth-child(even) td {
	background-color: #f0f0f0;
}

.featurematrix table {
	border-color: #D0D0D0;
	border-width: 1px;
	border-left-style: solid; border-top-style: solid;
}
.featurematrix td {
	border-color: #D0D0D0;
	border-width: 1px;
	border-right-style: solid; border-bottom-style: solid;
}

.maincontent_header {	padding: 4px;	padding-top: 28px;	background: white; 	border-color: #4C93DD; border-style: solid;	border-width: 1px;}
.maincontent_headertext {	margin-bottom: 4px;	padding: 4px;	font-size: 16px;	font-weight: bold;	color: white;	background-color: #4381C2;}
.contentheader {	font-size: 140%;	font-weight: bold;	/* background-color: #F0F8FF; */
	color: #506070;
	/* background-color: GhostWhite; */
	background-color: AliceBlue; 
	/* background-color: DarkOrange; */	padding-left: 1px;}.contentheader_small {	font-weight: bold;	/* background-color: #F0F8FF; */
	background-color: GhostWhite;
	color: #506070;	padding-left: 1px;}

.disabled_text {
	color: Silver;
}


.supported {	background-image: url(../images/supported.png); background-repeat: no-repeat;	background-position: center center;	width: 100%;	height: 18px;}.notsupported {	background-image: url(../images/notsupported.png); background-repeat: no-repeat;	background-position: center center;	width: 100%;	height: 18px;}