/* ------------------------------------------- */
/* [BEGIN] Product Banner */
/* ------------------------------------------- */

.product_banner
{
	height: 250px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	margin-top:0px;
	text-align:left;
	width:970px;
}
.product_banner .current_banner
{
	width: 726px;
	height: 250px;
	overflow: hidden;
	float:left;
	background-color:#000000;
}
.product_banner .current_banner img {
	border:none;
}
.product_banner .productBanner_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#f9f9f9;
	padding-top: 100px;
	padding-left: 40px;
	padding-right: 60px;
}
.product_banner .productBanner_text p
{
	margin-top:0px;
	font-size:14px;
}
.product_banner .productBanner_text p.productBanner_hdr
{
	font-size:17px;
	font-weight:bold;
	margin-bottom:25px;
}


.product_banner .banner_btns
{
	width:244px;
	height: 250px;
	overflow: hidden;
	float:right;
}
.product_banner .banner_btns img
{
	float:left;
	border:none;
	cursor:pointer;
}

/* ------------------------------------------- */
/* [BEGIN] Page Canvas */
/* ------------------------------------------- */

.pagecanvas {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	// padding-top: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align:left;
}

/* ------------------------------------------- */
/* [BEGIN] LEFT PANEL & LEFT MENU */
/* ------------------------------------------- */

.content-leftpanel
{
	padding-right:5px;
	width: 190px;
	float:left;
	margin-left:5px;

}
.content-leftpanel h1
{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	margin-top:1px;
	padding:0px;
}
.content-leftpanel h1 a:link, .content-leftpanel h1 a:visited, .content-leftpanel h1 a:active
{
	padding:10px;

}
.content-leftpanel a:link, .content-leftpanel a:visited, .content-leftpanel a:active
{
	color:#333333;
	background-color:#F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	text-decoration:none;
	padding:5px;
	padding-left:20px;
	margin-bottom:0px;

}
.content-leftpanel a:hover
{
	text-decoration:none;
	background-color:#CFC9C9;
}
.leftMenuSingle
{
	background-color: #F8F8F8;
	background-image: url(../images/lhn_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.content-leftpanel .leftMenuSingle h1
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}
.content-leftpanel .leftMenuSingle h1 a:link, .content-leftpanel .leftMenuSingle h1 a:visited, .content-leftpanel .leftMenuSingle h1 a:active
{
	margin:0px;
	padding:10px;
}

.content-leftpanel .lm-selected a:link, .content-leftpanel .lm-selected a:visited, .content-leftpanel .lm-selected a:active {
	background-color: #f0e8e8;
	border: 1px #ffd0d0 solid;
}
.content-leftpanel .lm-selected a:hover {
	background-color:#CFC9C9;
}

.content-leftpanel .boxtop-bg
{
	font-family: Arial, Helvetica, sans-serif;
	color: #e12e29;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding:10px;
	margin-top:7px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #e12e29;
}
.content-leftpanel .boxbottom
{
	border-bottom:1px solid #e12e29;
}



/* --------------------------------------------------- */
/* [BEGIN] RIGHT PANEL & moreinfo & seealso & archive */
/* --------------------------------------------------- */

.content-rightpanel-1
{
	float:left;
	margin-left:4px;
	width:260px;
}

.content-rightpanel
{
	float:left;
	margin-left:4px;
	width:225px;
}
.content-rightpanel .archive, .content-rightpanel .callout, .all-access_banner, .content-rightpanel .licenceduser_wrapper
{
	margin-top:40px;
}
.content-rightpanel .callout .content, .content-rightpanel .customer_quotes .content
{
	width:auto;
	float:none;
	background-color:#EBEBEB;
	border: 1px solid #BBBBBB;
}
.content-rightpanel .licenceduser img
{
	padding:0;
	margin:0;
}
.content-rightpanel .licenceduser
{
	width:auto;
	float:none;
	background-color:#f9e2e2;
	border-left:1px solid #e12e29;
	border-right:1px solid #e12e29;
	border-top:none;
	border-bottom:none;
	margin:0;
	padding:0;
}

.content-rightpanel .customer_quotes h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-color: #959595;
	background-repeat: repeat-x;
	color: #ffffff;
	margin:0px;
}
.content-rightpanel .licenceduser h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:12px 8px 0 8px;
	color:#e12e29;
}
.content-rightpanel .licenceduser p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 8px 10px 8px;
	color:#333333;
	margin:0;
}
.content-rightpanel .callout h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-color: #000000;
	background-repeat: repeat-x;
	color: #EBEBEB;
	margin:0px;
}
.content-rightpanel .archive h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-image: url(../images/archives_bg.gif);
	background-position: top;
	background-color: #E6E6E6;
	background-repeat: repeat-x;
	color: #333333;
	border: 1px solid #E6E6E6;
	margin:0px;
}
.content-rightpanel .moreinfo_box, .content-rightpanel .seealso_box, .content-rightpanel .customer_quotes
{
	margin-top:5px;
}
.content-rightpanel .moreinfo_box h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 8px;
	padding-bottom: 4px;
	padding-top: 17px;
	color: #333333;
	text-align: center;
	/* background-color: #E6E6E6; */
	/* border: 1px solid #E6E6E6; */
	margin:0px;
}
.content-rightpanel .seealso_box h1.lightgrey
{
	background-color: #F6F6F6;
	border-bottom-style: none;
}
.content-rightpanel .seealso_box h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-color: #E6E6E6;
	color: #333333;
	border: 1px solid #E6E6E6;
	margin:0px;
}
.archive .links, .moreinfo_box .links, .seealso_box .links
{
	border: 2px solid #E6E6E6;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.seealso_box .links
{
	border-top-style: none;
}
.moreinfo_box .links
{
	border-top: 2px solid #A0A0A0;
	border-bottom: 2px solid #A0A0A0;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	background-color: #E6E6E6;
	padding-top:10px;
	background-image: url(../images/moreinfo_box_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.seealso_box .links
{
	background-color: #F6F6F6;
	background-image: url(../images/boxbg.gif);
	background-position: right bottom;
	background-repeat: repeat-x;
}
.archive .links a:link, .archive .links a:visited, .archive .links a:active, .moreinfo_box .links a:link, .moreinfo_box .links a:visited, .moreinfo_box .links a:active, .seealso_box .links a:link, .seealso_box .links a:visited, .seealso_box .links a:active
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/bullet_arrowright.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.seealso_box .links p.highlight {
	color: #CB2027;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
}
.seealso_box .links p.subinfo {
	margin: 0px;
	margin-left: 15px;
}

.archive .links a:hover, .moreinfo_box .links a:hover,  .seealso_box .links a:hover {
	color: #E12E29;
	background-image: url(../images/bullet_arrowright_red.gif);
}
.leftMenu {
	background-color: #F8F8F8;
	background-image: url(../images/lhn_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


/* --------------------------------------------------- */
/* [BEGIN] Content Main & Content no Left Navigation */
/* --------------------------------------------------- */

.content-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
/*	width: 700px; */
	width: 515px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.content_noleftnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:725px;
	float:left;
	padding:0 5px 0 5px;
}
.content-main .Header, .content_noleftnav .Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	border-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #e12e29;
	margin-top:10px;
	padding:0 10px 5px 10px;
}
.Header sup {
	font-size: 20px;
	/* font-size: 70%; */
	vertical-align:text-top;
	/* vertical-align:text-top; */
}
.content-main a {
	font-weight:bold;
}
.content-main p {
	margin:10px;
}
.content .item {
	border-top: 1px solid #EBEBEB;
	padding:8px;
}
.content-main .item .date, .content-main .item .productname {
	color:#0072BC;
	font-size:14px;
	margin-bottom:5px;
}
.content-main .item .title, .content-main .item .date {
	color:#333333;
	font-size: 12px;
}
.content-main .item .description p {
	margin:0px;
	margin-top:5px;
}
.content-main .item .moreinfo {
	float:right;
}
.content-main .horizontal-separator {
	font-size: 10px;
	padding: 0px;
	margin: 0px 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #d0c0c0;
}
.content-main .news-date {
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
}


/* --------------------------------------------------- */
/* [BEGIN] Content Main Body */
/* --------------------------------------------------- */

.content-main .Body, .content_noleftnav .Body {
	padding:10px;
}
.Body h1 {
	font-size:18px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:20px;
}
.Body h2 {
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
}


/* --------------------------------------------------- */
/* [BEGIN] Product Column   (all products index page) */
/* --------------------------------------------------- */

.product_column {
	width:340px;
	float:left;
}
.product_column h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:8px 10px 8px 10px;
	border-bottom:solid 1px #E12E29;
}
.product_column .item {
	border-bottom: 1px solid #EBEBEB;
	padding:8px;
}
.product_column .item .icon {
	width:25px;
	height:25px;
	float:left;
}
.product_column .productname, .product_column .description {
	padding-left:35px;
}
.product_column .productname a:link,
.product_column .productname a:visited,
.product_column .productname a:active {
	color:#0072BC;
	font-size:14px;
	text-decoration: none;
}
.product_column .productname a:hover {
	text-decoration: underline;
}



/* ------------------------------------------------------- */
/* [BEGIN] Product Pages: Features Table with Screenshots  */
/* ------------------------------------------------------- */

table.features-table {
	margin:0px;
	font: 12px Arial, Tahoma, Verdana;
	border-collapse: collapse;
}
table.features-table td {
	width: 33%;
	border: solid 1px #CFCFCF;
	padding: 10px;
	vertical-align: top;
}
table.features-table td ul {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}
table.features-table td ul li {
	font: 11px Arial, Tahoma, Verdana;
}


/* --------------------------------------------------- */
/* [BEGIN] Community Wrapper */
/* --------------------------------------------------- */

.community_wrapper
{
	background-color:#E1E1E1;
	padding:15px;
	color:#333333;
}
.community_wrapper h1
{
	margin:0px;
	margin-bottom:8px;
	font-size:12px;
	font-weight:bold;
	position:relative;
}
.community_wrapper .col
{
	width:100px;
	float:left;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style:  solid;
	border-bottom-style:none;
	border-left-style: none;
	border-top-color: #C6C6C6;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
	border-left-color: #C6C6C6;
}
.community_wrapper .col a:link,  .community_wrapper .col a:visited, .community_wrapper .col a:active
{
	display:block;
	color:#333333;

}

