﻿@charset "utf-8";

.ProductBulletPoints {
	position: relative; 
	float:right; 
	width: 200px; 
	padding-top: 7px;
	text-align: center;
	z-index: 1;	
}

.NewsBulletPoints {
	position: relative; 
	float:right; 
	width: 200px; 
	padding-top: 0px;
	padding-bottom: 15px; 
	z-index: 1;	
}

.NewsText {
	font-size: small;
}

.SquareBulletPoints {
	list-style-type: none;
	border-left-width: thin;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
}

.NewsSquareBulletPoints {
	list-style-type: none;
	border-left-width: thin;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#CTA2 {
	float: left;
	width: 150px;
	height: 150px;

}
#CTA a, #CTA img
{
    margin: 0;
    padding: 0;
    display: block;
}
.CTA 
{ 
    padding: 0 10px 0 6px;
    margin-bottom: 10px;
}
.CTA a
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.CTA .Image
{
    float: right;
}
.CTA .content
{
    display: block;
    float: left;
    width: 175px;
}
.CTA .Title
{
    display: block;
    clear: both;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    font-size: 12pt;
}
.CTA .Text
{
    display: block;
    clear: both;
    font-size: 12pt;
}

.itemSep
{
	clear: both;
	width: 98%;
	margin: 0 10px 5px 5px;
	padding-top: 5px;
	height: 2px;
	text-align: center;
	border-bottom: solid 1px #000;
}

#CTA .itemSep
{
    clear: both;
    width: 90%;
    margin: 0 10px 10px 10px;
    padding-top: 10px;
    height: 2px;
    text-align: center;
    border-bottom: solid 1px #000;
}

#freeTrialCTA .Title { color: Red; }

.CTANew
{
	padding: 0 10px 0 6px;
    margin-bottom: 10px;
}

.CTANew a
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.CTANew .CTANewcontent
{
    display: block;
    float: left;
    width: 150px;
}

.CTANew .CTANewTitle
{
    display: block;
    clear: both;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    font-size: 12pt;
}

.CTANew .CTANewTitleJP
{
    display: block;
    clear: both;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    font-size: 11pt;
}


.CTANew .CTANewText
{
    display: block;
    clear: both;
    font-size: 7pt;
}


