/* ===================== NAV CSS ===================== */
.TN_Home
{
	float:left;
	display:block;height:68px;width:177px;
	background-image: url(images/topnav24-2015.png);
}
.TN_Home:hover
{
	float:left;
	display:block;height:68px;width:177px;
	background:transparent  url(images/topnav24-2015.png) -0px -68px;
}
.TN_Products
{ 
	float: left;display: block;height: 68px;width: 114px;
	background:transparent url(images/topnav24-2015.png) -177px 0px;
 }
 .TN_Products:hover
{ 
	background:transparent url(images/topnav24-2015.png) -177px -68px;
 }
.TN_FreeDownload
{
	float: left;display: block;height: 68px;width: 112px;
	background:transparent url(images/topnav24-2015.png) -291px 0px;
}
.TN_FreeDownload:hover
{
	background:transparent url(images/topnav24-2015.png) -291px -68px;
}
.TN_Purchase
{
	float: left;display: block;height: 68px;width: 113px;
	background:transparent url(images/topnav24-2015.png) -403px 0px;
}
.TN_Purchase:hover
{
	background:transparent url(images/topnav24-2015.png) -403px -68px;
}
.TN_Support
{
	float: left;display: block;height: 68px;width: 113px;
	background:transparent url(images/topnav24-2015.png) -516px 0px;
}
.TN_Support:hover
{
	background:transparent url(images/topnav24-2015.png) -516px -68px;
}
.TN_Partners
{
	float: left;display: block;height: 68px;width: 114px;
	background:transparent url(images/topnav24-2015.png) -629px 0px;
}
.TN_Partners:hover
{
	background:transparent url(images/topnav24-2015.png) -629px -68px;
}
.TN_Ender
{
	float: left;display: block;height: 68px;width: 234px;
	background:transparent url(images/topnav24-2015.png) -743px 0px;
	position:relative;
}
.topnav 
{
	display:block;
	width:100%;
}
.topnav span
{
	display:none;
}

/*ie6 definitions*/
.ie6nav .TN_Home
{
	float:left;
	display:block;height:68px;width:177px;
	background-image: url(images/topnav24-2015.png);
}
.ie6nav .TN_Home a.hnavlink:hover
{
	float:left;
	display:block;height:68px;width:177px;
	background:transparent  url(images/topnav24-2015.png) -0px -68px;
}
.ie6nav .TN_Products
{ 
	float: left;display: block;height: 68px;width: 114px;
	background:transparent url(images/topnav24-2015.png) -177px 0px;
	
 }
 .ie6nav .TN_Products a.hnavlink:hover
{ 
	float: left;display: block;height: 68px;width: 114px;
	background:transparent url(images/topnav24-2015.png) -177px -68px;
 }
.ie6nav .TN_FreeDownload
{
	float:left; display:block; height:68px; width:112px;
	background:transparent url(images/topnav24-2015.png) -291px 0px;
}
.ie6nav .TN_FreeDownload a.hnavlink:hover
{
	float: left;display: block;height: 68px;width: 112px;
	background:transparent url(images/topnav24-2015.png) -291px -68px;
}
.ie6nav .TN_Purchase
{
	float: left;display: block;height: 68px;width: 113px;
	background:transparent url(images/topnav24-2015.png) -403px 0px;
}
.ie6nav .TN_Purchase a.hnavlink:hover
{
	float: left;display: block;height: 68px;width: 113px;
	background:transparent url(images/topnav24-2015.png) -403px -68px;
}
.ie6nav .TN_Support
{
	float: left;display: block;height: 68px;width: 113px;
	background:transparent url(images/topnav24-2015.png) -516px 0px;
}
.ie6nav .TN_Support a.hnavlink:hover
{
	float: left;display: block;height: 68px;width: 113px;
	background:transparent url(images/topnav24-2015.png) -516px -68px;
}
.ie6nav .TN_Partners
{
	float: left;display: block;height: 68px;width: 114px;
	background:transparent url(images/topnav24-2015.png) -629px 0px;
}
.ie6nav .TN_Partners a.hnavlink:hover
{
	float: left;display: block;height: 68px;width: 114px;
	background:transparent url(images/topnav24-2015.png) -629px -68px;
}
.ie6nav .TN_Ender
{
	float: left;display: block;height: 68px;width: 234px;
	background:transparent url(images/topnav24-2015.png) -743px 0px;
}
.hnavlink
{
	float: left;display: block;height: 68px; width:100%;
}

#TopNav a:link{ z-index:50;}

#TopNav
{
	z-index:50;
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#TopNav li
{
	float:left;
	z-index:50;
	margin:0px;
	padding:0px;
	position: relative;
	list-style-type: none;
}
#TopNav li ul
{
	float: left;
	z-index: 500;
	/*background: url(images/menushadow.png) repeat-x right bottom;*/
	background: #ececec;
	padding: 0px 0px 1px 0px;
	margin: 58px 0px 0px 0px;
	width: 180px;
	left: 0px;
	display: none;
	position: absolute;
	list-style-type: none;
	z-index:600;
}
.ie6nav #TopNav li ul
{
	float: left;
	z-index: 500;
	background: #e0e0e0;
	padding: 0px;
	border:solid 1px #ccc;
	margin: 58px 0px 0px 0px;
	width: 167px;
	left: 0px;
	display: none;
	position: absolute;
	list-style-type: none;
}
#TopNav li ul li
{
	width:100%;
	float:left;
	list-style-type: none;
}
#TopNav li ul li a
{
	border:solid 1px #e0e0e0;
	margin:1px 2px 0px 0px ;
	padding:7px 8px;
	width:163px;
	float:left;
	background:#e0e0e0;
	color:#333;
	font-size:10pt;
}
#TopNav li ul li a:hover
{
	background: url(images/menubg.png) #000 repeat-x;
	color: #eee;
}

#UtilityNav
{
    height:25px;
    font-size:13px;
}

#UtilityNav a, #UtilityNav a:visited, #UtilityNav a:active
{
    color:#ffffff;
    text-decoration:underline;
}
#UtilityNav a:hover
{
    color:#cccccc;
} 

#UtilityNav ul
{
    float:right;
    margin:0px;
    padding:0px 5px 5px;
}

#UtilityNav ul li
{
    list-style-type:none;
    display:inline;
    padding-left:27px;
    color:#ffffff;
    height:16px;
    font-size:13px;
}
.Nav-icons
{
    margin:0px 6px -3px 0px;
    padding:0px;
}
.search-box
{
    border:0px solid;
    position:relative;
    top:20px;
    left:20px;
    width:160px;
    padding:0px;
}
.search-button
{
    background-image:url(images/btn_search2015.png);
    height:26px;
    width:26px;
    display:block;
    position:absolute;
    top:16px;
    right:17px;
    float:right;
}
.search-button:hover
{
    background-image:url(images/btn_search-over.png);
}

/* ===================== Boxes CSS ===================== */
.box
{
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(inc/PIE.htc);
    overflow:hidden;
    padding:0px 5px 5px;
    z-index:10;
    position:relative;
	background-color:#fff;
}

#centercontent
{
	min-height:546px;
}

/* plain grey box */
.Plain
{
    background-color:#ffffff;
    padding-top:5px;
}


/* end plain grey box */

/* box drkGreyHead grey box */
.drkGreyHead 
{
    background-image: url(images/boxes/dgh_bg.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#ffffff;
}

.eatrightcol
{
	width:966px;
}
.drkGreyHead h1 {
    margin-top:4px;
    color:#ffffff;
    padding-bottom:5px;
}

/* end box drkGreyHead grey box */

/* box GreyHead grey box */
.GreyHead
{
    background-image: url(images/boxes/NEWgyh_bg.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#ffffff;
    height:100%;
}
.GreyHead h1 {
    margin-top:4px;
    color:#fff;
    padding-bottom:5px;
}

.default_aspx .GreyHead
{
    background-image: url(images/boxes/gyh_bg.png);
    background-color:#efefef;
}
.default_aspx .GreyHead h1 {
    color:#000;
}

/* end box GreyHead grey box */

/* box GreenHead grey box */
.GreenHead 
{
    background-image: url(images/boxes/grh_bg.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#ffffff;
}
.GreenHead h1
{
    color:#ffffff;
    margin-top:4px;
    padding-bottom:5px;
}

/* end box GreenHead grey box */



/* box RedHead grey box */
.RedHead
{
    background-image: url(images/boxes/rdh_bg.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#ffffff;  
}
.RedHead h1 
{
    color:#ffffff;
    margin-top:4px;
    padding-bottom:5px;
}

.RedHead h2
{
	color:#222;
	font-size:14pt;
	margin:20px 0px 20px 0px;
}
/* end box RedHead grey box */


/* content-specific */

.bxplaingrey h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}
.ie7 .box_subhead, 
.ie6 .box_subhead
{	
    background:#fff;
	color:#555;
	border:solid 1px #C0C0C0;
	border-top:0px;
	position:relative;
	display:block;
	width:781px;
	padding:3px 0px 4px 5px;
	margin:-5px -6px 4px -6px;
}

.maincontent p
{
    margin-bottom:15px;
}
.maincontent h2
{
	font-weight:normal;
	font-family: "trebuchet ms", arial, sans-serif;
}
.maincontent h3
{
	font-weight:normal;
}
p
{
	margin:0px 1px 0px 1px;
	padding:0px;
}

.subBox1
{
	background:#f6f6f6;
	padding:10px;
	border:solid 1px #C0C0C0;
	background-repeat:no-repeat;
	display:block;
	margin-bottom:6px;
}

.purchaselblboxes
{
	display: block;
	float: left;
	padding: 5px 7px 10px 7px;
	width: 224px;
	background: url(../../media/bg_PurSup_panels.png) repeat-x bottom;
	margin-top:0px;
	background-color:#f5f5f5;
}
.supportlblboxes
{
	position:relative;
	display: block;
	padding: 5px 7px 10px 7px;
	width: 224px;
	height: 110px;
	background: url(../../media/bg_PurSup_panels.png) repeat-x;
	background-position:bottom;
	background-color:#f5f5f5;
}
.purchaselblboxes p, .supportlblboxes p
{
	font-size:11px;
	line-height:16px;
}

li
{
	color:#383838;
	font-size:13px;
}

/* box LtGreyHead light grey box - used in Partner's section */
.LtGreyHead
{
    border: 1px solid #999999;
    background-image: url(images/boxes/ltgrey_bg.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#ffffff;
    height:100%;
    padding:0px;
}
.LtGreyHead h1 {
    margin-top:4px;
    color:#000000;
    padding-bottom:5px;
}

.noHead
{
    background-image:none;
}

.withTabs
{
    -webkit-border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    margin:0px;  
}
/* end box GreyHead grey box */

/* ===================== Cart CSS ===================== */
.cartheader
{
	margin-bottom:40px;
	background:#ccc;
	font-weight:bold;
	height:22px;
	border-bottom: solid 6px #f0f0f0;
}

.supportbox
{
	float:left; 
	margin-top:10px; 
	display: block; 
	width:729px; 
	border: solid 1px #ccc;
	font-size: 9pt; 
	padding: 5px; 
	background-color: #fff;
}

.itemtitle
{
	float: left; display: block; width: 345px;
}

.itemplatform
{
	float: left; display: block; width: 111px; text-align:center;
}

.itemqty
{
	float: left; display: block; width: 68px; padding-left: 20px;
}

.itemprice
{
	float: left; text-align:right; display: block; width: 95px;
}

.itemtotal 
{font-weight:bold;	float: left; text-align:right; display: block; width: 90px; padding-right:8px}

.itemsupportrbl
{	float: left; display: block; width: 474px;}
.itemsupportqty
{float: left; margin-top:0px;display: block; width: 68px; }

.itemsupportprice
{float: left; margin-top:0px; text-align:right; display: block; width: 91px; }

.itemsupporttotal
{font-weight:bold;	float: right; text-align:right; margin-top:0px;display: block; width: 85px; padding-right:6px;}


body
{
    background-image: url(images/bg-interior.png); /*replace with new bg!*/
	font:  normal 13px Tahoma, Geneva, Arial, sans-serif;
	color:#383838;
	background-repeat:repeat-x;
	background-color: #ebebeb;
}

body.default_aspx
{
    background-image: url(images/bg.png);
    background-color: #ffffff;
}
.contentwidth
{
    display:block;
    width:542px;
    margin:10px 0px 20px 15px;
    line-height:19.5px;
    padding:0px;
    display:inline-block;
}
.hidden-corners
{
    height:146px;
    width:111px;
    border:1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(inc/PIE.htc);
    float:left;
    margin-right:4px;
    margin-left:2px;
}
.hidden-corners span
{
    display:none;
}
.maindiv
{
	width:979px;
	margin:0px auto;
}
.maindiv h1
{
	font-size:13px;
	height:21px;
	padding-top:4px;
	margin:0px;
}
.showcase
{
	float:left;
	width:977px;
	margin-bottom:10px;
	position:relative;
	z-index:20;
}
.ftr
{
    padding:10px 15px;
}

.welcome-showcase, .NoSlide
{
    width:737px; 
    height:353px; 
    border:1px solid #999999;
    -moz-border-radius:4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    behavior: url(inc/PIE.htc);
    overflow:hidden;
    position:relative;
}
.welcome-showcase .slides
{
	width:20000em;
	position:absolute;
}
.slides a
{
	float:left;
}
.welcome-showcase .slides a, .NoSlide .slides a
{
	width:737px; 
    height:353px;
    display:block;
}
.welcome-showcase .slides a .copy, .NoSlide .slides a .copy
{
	width:368px; 
    height:400px;
    position:absolute;
	top:50px;
	margin-left:20px;
	font-size:16px;
	line-height:23px;
	color:#666 !important;
	display:block;
}
.welcome-showcase .slides a:hover
{
	text-decoration:none;
}
.welcome-showcase .slides a .copy span, .NoSlide .slides a .copy span
{
	color:#CD202C;
	text-decoration:underline;
}

.welcome-copy
{
    margin-top:70px;
    float:left;
    position:relative;
    z-index:10;
    color:#333333;
}
.welcome-copy p
{
    margin-bottom:24px;
    width:382px;
    margin-left:30px;
    font-size:15px;
    line-height:19px;
    color:#333333;
}
.demo-btn
{
    background-image:url(../../media/btn_watchdemo.png);
    background-repeat:no-repeat;
    background-position:top left;
    width:168px;
    height:41px;
    position:absolute;
    top:293px;
    left:31px;
    cursor:pointer;
    display:block;
}
.demo-btn:hover
{
    background-image:url(../../media/btn_watchdemo.png);
    background-repeat:no-repeat;
    background-position:top right;
}
#close-demo-visible
{
	position:absolute;
    top:10px;
    left:708px;
    z-index:1000;
    text-decoration:underline;
}
#close-demo-hidden
{
    background-image:url(../../media/spacer.gif);
    background-repeat:repeat;
    width:60px;
    height:20px;
    position:absolute;
    top:327px;
    left:79px;
    cursor:pointer;
    display:block;
    z-index:1000;
    /*border:1px solid #ff0000;*/
}
.noflash1
{
    height:311px;
    width:333px;
    background-image:url(../../media/home_noflash1.jpg);
    display:block;
    background-repeat:no-repeat;
    position:absolute;
    right:0px;
    top:23px;
}

.noflash1 p
{
    position:absolute;
    bottom:-7px;
    color:#666666;
    font-size:10px;
    left:7px;
}
.noflash2
{
    height:353px;
    width:737px;
    background:url('../../media/home_noflash2.png') no-repeat;
    display:block;
    }
.noflash2 p
{
    font-size:19px;
    color:#333333;
    text-align:center;
    padding-top:158px;
}

#definition
{
    float:left;
    width:478px;
    height:80px;
    background-image:url(../../media/icon_definition.png);
    background-position:left top;
    background-repeat:no-repeat;
    font-size:11px;
    line-height:16px;
    margin-top:8px;
}
#definition p
{
    margin:-8px 0px 0px 60px;
    width:340px;
}
.def-title
{
    font-size:13px;
    position:relative;
}
.def-num
{
    font-size:8px;
    vertical-align:text-top;
    margin-right:3px;
}
.autocompleteitem
{
    display:inline-block;
    padding:3px;
    color:#000;
}
.autocompleteitemover
{
    display:inline-block;
    padding:3px;
    color:#fff;
    background:#0eb4c4;
}
ul.autocompleteList {
    border:1px solid #999;
    background:#fff; margin-top:0px;
    padding:0px;
    z-index:1000;
}
ul.autocompleteList li {
    margin:0px;
    padding:4px;
}

.showcase .dl
{
	position:relative;
	top:230px;
	left:335px;
}
.showcase .supp
{
	position:relative;
	top:230px;
	left:55px;
}
/* A's */
a { color: #CD202C; text-decoration: none;}
a:hover
{	
	color: #CD202C; text-decoration: underline;
}

hr
{
	display:none;
}
.hr
{
	margin:15px 0px 5px 0px;
	width:100%;
	height: 1px;
	background:#ccc;
}
.hr .hr
{
	display:none;
}
.maincontent
{
	float:left;
	margin:0px 0px 0px 0px;
	width:788px;
	height:100%;
}

.rightCol
{
	float:left;
	clear:right;
	margin:0px 0px 0px 10px;
	width:179px;
}

.box GreenHead h2
{
	font-size:9pt;
	color:#c00;
}


#newsmain .d
{
	font-size:9pt;
}
.partnerdesc, .partnerdesc p
{
	font-size:9pt !important;
	color:#333;
}

.hpLowerDivs {
	float:left;width:317px;margin-right:12px;height:185px;position:relative;margin-bottom:8px;
}
.hpLowerDivs h3 a {
	position:inherit;font-weight:normal; text-decoration:none;
}
.hpLowerDivs a {
	position:absolute;top:163px;right:18px; font-weight:bold; text-decoration:underline;
}
.hpRes a {
	position:inherit;font-weight:normal; text-decoration:none; width:55px; margin:4px 25px 0px 0px; top:0px; right:0px;float:left; text-align:center; line-height:15px;
}
.hpRes a img{
	margin-bottom:6px;
}
.hpRes a:hover img{
	margin-top:-3px; margin-bottom:9px;
}
.hpLowerDivs h2:first-child {
	background:#d2d2d2;
	padding:7px 0px 8px 10px;
	margin:0px 0px 10px;
}
.hpLowerDivs .inner{
	width:93%;
	margin:0px auto;
}
#hnews .newsitem
{
	font-size:8pt;
	height:159px;
	padding:0px;
	width:227px;
}
#hnews .newsitem p 
{
	margin-top:2px;
	font-size:13px;
	line-height:15px;
}
#hnews .newsitem h2 
{
	font-size:13px;
	line-height:14px !important;
	margin:0px !important;
	padding:0px !important;
}

#hnews .newsitem a:hover 
{ text-decoration: underline; }
.news_readmore
{
	font-size:14px;
	font-weight:bold;
	position:absolute;
	bottom:11px;
	text-decoration:underline;
	
}

#hnews
{
	height:186px;
	position:relative;
}
    
.smallheader h1
{
	font-size: 11px;
	color: #eee;
	padding: 4px 0px 0px 8px;
	font-weight: normal;
	width: 395px;
	text-transform: uppercase;
	margin:0px;
}

#NewsArch, #NewsArch li, #NewsArch ul
{
	list-style-type: none;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}

#NewsArch .ya
{
	display:block;
	color:#eee;
	width:169px;
	margin:0px -11px 00px -4px;
	padding: 3px 3px 3px 3px;
	background:#555;
}
#NewsArch .ma
{
	display:block;
	color:#222;
	width:169px;
	margin:0px -11px -2px -4px;
	padding: 3px 3px 3px 3px;
	background:#ccc;
}

#NewsArch .ma
{
	display:block;
	color:#222;
	width:169px;
	margin:0px -11px -2px -4px;
	padding: 3px 3px 3px 3px;
	background:#ccc;
}
.architem{
	display:block;
	color:#222;
	width:167px;
	margin:0px -11px 0px -4px;
	padding: 3px 3px 3px 3px;
	background:transparent;
	
	border:solid 1px #eee;
	
	border-bottom:solid 1px #ccc;
}
.architem:hover
{
	display:block;
	color:#fff;
	width:167px;
	margin:0px -11px 0px -4px;
	padding: 3px 3px 3px 3px;
	background:#555;
	border:solid 1px #ccc;
}
#archselected
{
	font-weight: bold;
}
	
/*textboxes*/	
input, textarea
{
	padding: 5px;
	border:solid 1px #ccc;
    border-radius: 2px;
}

select
{
    padding: 1px;
    border:solid 1px #ccc; 
}

input[type="radio"]
{
	padding:2px;
	border:none;
}
input[type="checkbox"]
{
	padding:2px;
	border:none;
}
input[type="submit"][disabled], input[type="button"][disabled], input[type="submit"][disabled]:hover, input[type="button"][disabled]:hover
{
	width:90px;

	font-size:8.5pt;
	color:#fff;
	height:26px;
	background: transparent;
	border:solid 1px #ccc;
	cursor:auto;
}
input[type="submit"], input[type="button"]
{
	width:90px;

	font-size:8.5pt;
	color:#fff;
	height:26px;
	background: #333 url(images/formbuttonbg.png);
	border:solid 1px #ccc;
	cursor:pointer;
}
input[type="submit"]:hover, input[type="button"]:hover
{
	width:90px;

	font-size:8.5pt;
	color:#fff;
	height:26px;
	background: #333 url(images/formbuttonbg_over.png);
	border:solid 1px #ccc;
	cursor:pointer;
}
.inv
{
display:none;
}

.DownloadBoxImage
{
	float:right;
	position:relative;
	top:-18px;
	right:-5px;
	padding:0px;
	margin:0px;
}

.footer
{
	float:left;
	padding-top:10px;
	width:100%;
	padding-bottom:10px;
	position:relative;
}


.ie7 .footer
{
	padding:0px;
	margin:0px;
	position:relative;
	bottom:-10px;
}
.puchaselbl
{
	padding:0px;
	margin:0px;
	vertical-align:top;
	display:block;
	font-size:11px;
	line-height:15px;
	width:500px;
	margin-top:3px;
}

h4
{
	color:#444;
	font-size:9pt;
	margin: 10px 0px 5px;
}

p
{
	color:#383838;
}

.texblurbwimg
{
	display:block;
	background-color:Aqua;
	padding-left:90px;
	background:no-repeat 0px 0px;
	width:490px;
	margin-top:0px;
}

.pwstrengthborder
{
	height:1px !important;
	margin:0;
	padding:0px;
	width:236px;
	display:block;
	background-color:#eee;
}

.pwstrengthind
{
	height:1px !important;
	margin:0;
	padding:0px;
	display:block;
	background-color:#999;
}

.pwstrengthind1
{
height:1px !important;
	margin:0;
	padding:0px;
	display:block;
	background-color:#c00;
}
.pwstrengthind2
{
	height: 1px !important;
	margin: 0;
	padding: 0px;
	display: block;
	background-color: #ffcc00;
}
.pwstrengthind3
{height:1px !important;
	margin:0;
	padding:0px;
	display:block;
	background-color: #00cc33;
}

.CartErr li
{
	font-size:13px;
	margin-left:10px;
}
.largeheader
{
	float:left;width:977px;height:297px;
}
.smallheader
{
	float:left;width:977px;height:105px;
}
.largeheader .desc
{
	color:#fff;
	/*background:#ccc;*/
	top:175px;
	line-height:20pt;
	left:110px;
	width:355px;
	padding:10px;
	text-align:right;
	position:relative;
	font-size:9pt;
}
#rcol ul
{
	margin:5px 0px 5px 0px;
}

.saf #rcol ul
{
	margin:5px 0px 5px -40px;
}
#rcol li, .rcol li
{
	padding: 5px 0px 5px 0px;
	font-size: 8.5pt;
	border-top: solid 1px #ddd;
	list-style: none;
}
.code
{
	font-family:Courier;
	background:#fff;
	border:solid 1px #000;
	display:block;
	color:#444;
	line-height:12pt;
	width:573px;
	padding:5px;
	margin-top:10px;
	height:300px;
	overflow:scroll;
}

.tabbox
{	padding: 5px;
	
	float:left;
	border:solid 1px #ccc;
	background:#fff;	
	width:573px;
}

.tab_control1, .tab_control1_off
{
	position:relative;
	float:left;
	top:1px;
	height:18px;
	width: 120px;
	border:solid 1px #ccc;
	border-bottom:none;
	background:#fff;
	padding:3px;
	margin-right:1px;
}


.tab_control1_off
{
	background:#eee url(images/tabtopshadow.png);
	
}

.tab_control1_off:hover
{
	text-decoration: underline;
	background:#ccc;
}

.tdtreatlongtext  
{
	width:90px;
	z-index: 900;
	overflow:visible;
clear:none;
overflow:hidden;
height:20px;

}
.gvrow td
{
	height:20px;
}
.tdtreatlongtext:hover 
{
	position: absolute;
	z-index: 900;
	height:22px;
	margin-top: -12px;
	padding:2px;
	background:#ff0;
	overflow:visible;
	width: auto !important;
	border:solid 1px #ccc;	
	left:162px;
}

.ie7 .tdtreatlongtext:hover 
{
	margin-top:-4px;
	left:243px;
}

.tdtreatlongtext_2  
{
	z-index: 900;
	overflow:visible;
	clear:none;
	overflow:hidden;
	padding-left:2px;
}

.tdtreatlongtext_2:hover 
{
	z-index: 900;
	overflow:visible;
	width: auto !important;
}

.firefox .tdtreatlongtext_2:hover 
{
	z-index: 900;
	overflow:visible;
	width: auto !important;
}

.tdtreatlongtext_3
{
	width:90px;
	z-index: 9000;
	overflow:visible;
	clear:none;
	overflow:hidden;
	height:28px;
	padding-left:2px;
}

.tdtreatlongtext_3:hover 
{
	position: absolute;
	z-index: 9000;
	height:auto;
	margin-top: -3px;
	margin-left: -2px;
	padding-left:2px;
	padding-right:2px;
	background:#ff0;
	overflow:visible;
	width: 110px;
	border:solid 1px #ccc;	
	word-wrap:break-word;
}


.newversionitem
{
	color:#333;
	display:block;
	width:96%;
	border-bottom:solid 1px #ccc;
	margin-bottom:5px;
	padding-bottom:5px;
}

.pricingtable
{
	width:100%;
}

.pricingtable th {
    background-color: #00adef;
    color:#fff;
    width:100px;
    
}

.pricingtable tr:nth-child(odd) {
    background-color: #cbe9f7;
}

.pricingtable tr{
    background-color:#fff;
    height:40px;
}

.pricingtable td
{	
	text-align:center;
	padding: 3px;
}
.pricingtable .p
{
width:100px;	
}

.pricingtable p
{
margin:0px;
}

.screenshotWrapper
{
    height:91px;
    width:154px;
    display:inline-block;
    margin:0px 5px 13px;
    background-color:#f4f4f4;
    padding:5px 0px;
    border:solid 1px #cccccc !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position:relative;
    z-index:1;
}

.screenshotWrapper:hover
{
}
#ssgrid
{
    text-align:center;
    float:left;
    margin-left:10px;
    width:550px;
    position:relative;
}

#ssgrid a
{
}

#ssgrid .enlarge
{
    height:11px;
    width:11px;
    border:none;
    position:absolute;
    left:140px;
    top:3px;
    border:none;
}

#ssgrid a img
{	
    border:solid 1px #999 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(inc/PIE.htc);
	margin:0px auto;
	display:block;
    vertical-align:top;
}

#ssgrid a img:hover
{
    border:solid 1px #666666 !important;
}

.thumbnailer img
{	
    border:solid 1px #999 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(inc/PIE.htc);
    margin:0px -1px 6px;
}
a.fancyimg img
{
	border:none;
}
.wc_editlink
{
	margin:5px 0px 0px 5px;
	padding:5px;
	position:absolute;
	background:#fff;
}

.homereg
{
    background:url(../../media/CTA_2018.png);
    width:238px; float:left;  
    height:355px;
    position:relative;
}
a img
{
    border:none;
}

div .whitetext
{
    margin-top:35px;
}

div .whitetext p
{
    color:#ffffff;
    padding-left:20px;
    font-size:13px;
    line-height:16px;
    width:200px;   
    margin-top: 15px;
    margin-bottom:60px;
}
div .whitetext img {
    margin: 0px auto;
    width: 199px;
    display: block;
}

.schedule
{
    position:absolute; 
    bottom:15px;
    left:113px;
    width:109px;
    height:29px;
    display:block;
    background-image:url(../../media/btn_schedule.png);
    background-position:top left;
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;    
    font-size:0px;
    color:#363636;
}
.schedule:hover
{
    background-image:url(../../media/btn_schedule.png);
    background-position:bottom left;
    background-repeat:no-repeat;
    color:#202020;
}

.rc_reg
{
    background:url(../../media/TrialText2015.png);
    width:179px; float:left;  
    height:203px;
    position:relative;
    left:-5px;
    background-repeat:no-repeat;
}

.webinar
{
    float:left;
    padding-top:0px;
    margin-top:0px;
    width:167px;
}
.homereg .emailfield
{position:absolute; top:135px;left:23px;width:190px;padding:4px;
    background:#fff; height:18px;
    color:#666666;border-radius:3px;
}

.rc_reg .emailfield, .product-trial .emailfield
{position:absolute; top:110px;left:23px;width:189px;
    background:transparent;border:transparent;
    color:#666666;
}

.rc_reg .emailfield
{
    top:123px;
    width:146px;
    z-index:2000;
    left:12px;
}
.product-trial .emailfield
{
    left:5px;
    top:140px;
}

.homereg #CTA, .rc_reg #CTA
{display:none;}

.homereg .btn, .rc_reg .btn
{
    position:absolute; 
    top:80px;
    left:175px;
    width:40px;
    height:40px;
    font-size:0px;
}

.homereg .btn-square
{
    position:absolute; 
    top:170px;
    left:113px;
    width:109px;
    height:29px;
    display:block;
    background-image:url(../../media/btn_signup.png);
    background-position:top left;
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
    font-size:0px;
}
.homereg .btn-square:hover
{
    background-image:url(../../media/btn_signup.png);
    background-position:bottom left;
    background-repeat:no-repeat;
}

.rc_reg .btn
{
    width:92px;
    height:27px;
    top:150px;
    left:6px;
    z-index:2001;
    background:none;
}

.homereg #err
{
    position:absolute; top:177px;left:13px;color:#000000;line-height:13px;text-align:center;
    width:94px;
}

.err
{
    position:absolute; top:101px;left:5px;
}

.ie7 #cse
{
    display:block;
    margin-top:-10px;
}
.search_results_aspx #centercontent
{
	height:1080px !important;
}

#cse div
{
    background-color:transparent;
    border:0px;
}
.gsc-control-cse
{
    padding-top:5px;
}

.gsc-webResult .gsc-result {
    padding-bottom:15px;
    padding-left:5px;
  }
.gsc-cursor-box
{
    padding-left:5px;
}
.gsc-webResult.gsc-result:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
.gs-result .gs-title, .gs-result .gs-title * 
{
    text-decoration:none;
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b {
    color: #CC0000;
    text-decoration:none;
  }
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b {
    color: #CC0000;
    text-decoration:none;
  }
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b {
    color: #CC0000;
    text-decoration:underline;
  }
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b {
    color: #CC0000;
    text-decoration:none;
  }
.gsc-cursor-page {
    color: #CC0000;
  }
a.gsc-trailing-more-results:link {
    color: #CC0000;
  }
.gs-webResult.gs-result .gs-snippet {
    color: #000000;
  }
.gs-webResult.gs-result .gs-visibleUrl {
    color: #666666;
  }
.gs-webResult.gs-result .gs-visibleUrl-short {
    color: #666666;
  }
  
.gs-webResult.gs-result .gs-visibleUrl-short {
    display: none;
  }
.gs-webResult.gs-result .gs-visibleUrl-long {
    display: block;
  }
  
#headline ul
{
    width:871px;
    position:relative;
    float:right;
    overflow:hidden;
    height:100px;
    height:45px;
    margin-top:10px;
}
#headline ul li 
{
    font-family: "trebuchet ms", arial, sans-serif;
    text-transform:uppercase;
    font-size:26px;
    color:#ffffff;
    padding:12px 0px;
    display:none;
    position:absolute;
    list-style-type:none;
    text-align:center;
    width:860px;
    margin:0px auto;
    letter-spacing:-1px;
    line-height:33px;
}
.saf #headline ul li 
{
    padding-top:14px;
}
#headline ul li a
{
    color:#ffffff;
    text-decoration:none;
}
#newslink
{
    color:#ffffff;
    font-size:15px;
    text-transform:none;
    margin-top:8px;
    right:12px;
    top:24px;
    position:absolute;
    font-weight:bold;
}
.pn
{
    color:#ffffff;
    font-family:Arial, helvetica, Sans-Serif; /*for Headline prev/next double arrows - looks better than tahoma!*/
    font-size:29px;
    top:19px;
    position:absolute;
    cursor:pointer;
}
.saf .pn
{
    top:21px;
}
.pn:hover
{
    text-decoration:none;
    color:#cccccc;
}
.news-prev
{
    left:111px;
}
.news-next
{
    left:955px;
}
#headline
{
    background-image:url(../../media/bg_headline_2015.png);
    position:relative;
    width:977px;
    height:62px;
    display:inline-block;
    margin-top:5px;
}
#HP_lower
{
    width:977px;
    margin:-10px 0px 0px -10px;
}

.hidden
{
    display:none;
}
.htestimonials
{
    height:186px;
    overflow:hidden;
    position:relative;
}
.htestimonials p
{
   
    line-height:16px;
}
.htestimonials i
{
    float:right;
    margin-top:-7px;
}
.htestimonials a
{
    position:absolute;
    bottom:10px;
    left:8px;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
}
.ie7 .box GreenHead #complimenttxt
{
    margin-top:-10px;
}

#complimenttxt
{
    height:100%;
	height: 99px;
	overflow: auto; display:block;
}

.scroll-fade
{
    position:absolute;
    bottom:26px;
    z-index:100;
    visibility:hidden;
}

.top
{
    top:27px;
}

.htestimonials .scroll-fade, .htestimonials .top
{
    visibility:visible;
}

.ie6 .htestimonials .scroll-fade, .ie6 .htestimonials .top
{
    visibility:hidden;
}

a.header-link, a.header-link:hover, a.header-link:visited
{
    text-decoration:none;
} 

.footer-links-left a
{
    padding-right:10px;
    margin-right:10px;
    border-right:1px solid #cccccc;
}

.footer-links-left
{
    float:left;
}

.footer-links-right a
{
    padding-left:10px;
    margin-left:10px;
    border-left:1px solid #cccccc;
}


.footer-links-right
{
    float:right;
    clear:right;
}

.dashboard
{
    width:936px;
    overflow:visible;
    padding:0px 20px 20px;
    float:left;
    background-color:#f2f2f2;
}

.dashboard h1
{
    margin-left:-15px;
    position:relative;
}

.dashboard .hr
{
    margin:0px -10px 0px;
    float:left;
    width:957px;
}

.dashboard .db-scrolltable
{
    width:100%;
    padding:0px;
}
.dashboard table
{
    margin:2px 0px 5px;
    overflow-x:hidden;
    width:96%;
}

.dashboard td
{
    vertical-align:middle;
    text-align:center;
    /*display:block;*/
}

.dashboard .toprow
{
    font-weight:bold;
    height:22px;
}
.dashboard .toprow td
{
    vertical-align:middle;
}

.dashboard .table-footer
{
    padding:5px;
    font-size:13px;
    position:absolute;
    bottom:0px;
    height:22px;
    width:99%;
    border-top:1px solid #999999;
}

/*.dashboard .table-footer a
{
    position:absolute;
    right:10px;
}*/
    
.dashboard .tab_control1, .dashboard .tab_control1_off
{
	position:relative;
	float:left;
	top:1px;
	height:23px;
	width: 127px;
	border:none;
	padding:6px 0px 0px 10px;
	margin-right:2px;
	background-image:url(../../media/tab_On.png);
	background-repeat:no-repeat;
    color:#000000;
	font-weight:bold;
	font-size:13px;
	z-index: 20;
}


.dashboard .tab_control1_off
{
	background-image:url(../../media/tab_Off.png);
	background-repeat:no-repeat;
	color:#ffffff;
}

.dashboard .tab_control1_tab1, .dashboard .off_tab1
{
    position:relative;
	float:left;
	top:1px;
	height:23px;
	border:none;
	padding:6px 0px 0px 10px;
	margin-right:2px;
    background-image:url(../../media/tab_On-1.png);
	background-repeat:no-repeat;
	width:201px;
	color:#000000;
	font-weight:bold;
	font-size:13px;
	z-index: 20;
}
.dashboard .off_tab1
{
    background-image:url(../../media/tab_Off-1.png);
	background-repeat:no-repeat;
	color:#ffffff;
}

.dashboard .tab_control1_off:hover, .dashboard .off_tab1:hover
{
	text-decoration:none;
}
.trans-status
{
    border:0px;
    margin:0px 4px -2px 0px;
}
.db-nav
{
    width:228px; 
    float:right; 
    height:245px;
    border-left:1px solid #c0c0c0;
    position:relative;
    padding-top:15px;
}
.db-nav ul
{
    margin:0px 0px 0px 12px;
    padding:0px;
    list-style-type:none;
    position:absolute;
    bottom:0px;
}

.db-nav li
{
    height:50px;
    width:216px;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #c0c0c0;
    background-image:url("../../media/bg-pdb-nav.png");
    background-position:bottom;
    background-repeat:no-repeat;
}
.db-nav li:hover
{
    background-image:url("../../media/bg-pdb-nav_hover.png");
    background-position:bottom;
    background-repeat:no-repeat;
    cursor:pointer;
}
.db-nav li:first-child
{
    border-top:none;
}
.db-nav li.last-child
{
    border-bottom:none;
}
.db-nav a
{
    width:190px;
    display:block;
    height:28px;
    padding-left:18px;
    padding-top:16px;
    font-size:15px;
    color:#333333;
}
.db-nav a:hover, .db-nav a:visited
{
    text-decoration:none;
}
.db-nav img
{
    margin:0px 18px -2px 0px;
    border:none;
}

.db-wrapper
{
    font-size:13px;
    color:#333333;
    float:left;
    position:relative;
    width:100%;
    margin-top:15px;
}

.db-icons
{
    margin-right:10px;
    float:left;
    margin-top:5px;
}



.dashboard .red-button
{
	background: #990000 url(../../media/red-btn_bg.png);
	background-repeat:repeat-x;
	border:solid 1px #990000;
	font-weight:bold;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:13px;
	height:21px;
	/*position:absolute;*/
	float:right;
	/*top:4px;
	right:0px;*/
	padding:2px 0px 0px;
	color:#ffffff;
	text-align:center;
	margin:3px 0px 0px 7px;
	line-height:18px;
}
.dashboard .red-button:hover
{
    background: #333 url(../../media/red-btn-hover_bg.png);
    text-decoration:none;
}
.dashboard .back-btn
{
    float:left;
    position:relative;
    left:0px;
    margin:5px 0px 9px 0px;
}

.dashboard .tab-container
{
    float:left;
    clear:left;
    width:860px;
}

.dashboard .tab-container a:hover
{
    text-decoration:none;
}
.dashboard h2
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size:23px;
    font-weight:normal;
    margin:0px;
}

.dashboard .quotes-cpanel-txt
{
       width:936px;
       background:#ffffff; 
       z-index:0;
       margin:-6px 0px 0px 0px;
       padding:5px 0px 0px 0px;
       border: 1px solid #999999;
       position:relative;
}
.dashboard .panelfixes
{
    margin-top:-12px;
    padding-top:0px; 
    float:left;
    overflow:hidden;
}

.dashboard .panelfixes td
{
    vertical-align:middle;
}
.dashboard .quotes-cpanel-hdr
{
       /*width:919px;*/
       height:28px;
       padding:5px 0px 0px 5px;
       background-image: url(../../media/pnl_hdr.png);
       background-repeat:no-repeat;
       color:#000000;
       z-index:100;
       font-weight:bold;
       position:relative;
       float:left;
       width:931px;
}
.dashboard .HeaderContent
{
       float:left;
       padding-left:5px;
}
.dashboard .ArrowExpand
{
       width:17px;
       height:17px;
       float:right;
       margin-top:1px;
       margin-right:6px;     
}
.dashboard .ArrowExpand:hover
{
       cursor:pointer;
}
.dashboard tr.quotes-hdr-row
{
    background-color:#b7b7b7;
    height:35px !important;
    font-weight:bold;
}
.dashboard .quotes-hdr-row td
{
    padding-top:7px;
}
.dashboard .QPrev tr.quotes-hdr-row
{
    background-color:#fff;
    height:31px !important;
    font-weight:bold;
    margin-bottom:20px;
}
.dashboard .QPrev .quotes-hdr-row td
{
	border-bottom:1px solid #b7b7b7;
	padding-top:0px;
}
.dashboard .QPrev tr.spacer
{
	height:12px;
}

.dashboard .quotes-cpanel-txt td
{
    text-align:left;
}
.dashboard .quotes-cpanel-txt td:last-child
{
    border-right:none;
}
.dashboard .quotes-cpanel-txt td.qts-5col
{
	text-align:right; padding-right:30px;
}
.dashboard .quotes-cpanel-txt td.qts-6col
{
	text-align:right; padding-right:40px;
}
.dashboard .quotes-cpanel-txt td.qts-last-col
{
    border-right:none;
    text-align:right;
    width:70px;
    padding-right:10px;
}
.dashboard .quotes-cpanel-txt tr
{
    height:30px;
}
.dashboard .QPrev tr
{
	height:21px;
}

.dashboard .quotes-cpanel-txt input
{
    margin: 3px 0px;
    text-align:right;
}
.dashboard .quotes-cpanel-txt input[type="checkbox"]
{
	display:inline-block; vertical-align:middle; float:left; margin-left:12px;
}
.dashboard .quotes-totals
{
    float:right;
    font-size:13px;
    color:#000000;
    margin:0px;
    padding:0px 10px;
}
.dashboard .lg
{
    font-size:15px;
    font-weight:bold;
    padding-right:10px;
    padding-top:7px;
}
.dashboard .support-alt
{
    color:#cc0000;
    font-size:10px;
    float:none;
    font-style:italic;
}
.dashboard .db-scrollcontainer
{
    /*height:157px; */
    overflow-y:auto; 
    margin-top:0px;
}

.dashboard div.jspContainer, .dashboard div.jspContainer div
{
    margin-top:0px;
}
.dashboard div.jspTrack
{
    height:100% !important;
    /*height:156px !important;*/
    background:#ffffff;
}
.dashboard div.jspVerticalBar
{
    height:100%;
    /*height:157px;*/
    border:none;
    border-left:1px solid #adadad;
    width:9px;
}

.dashboard div.jspPane
{
    width:100% !important;
}

.dashboard .ajax__calendar, .dashboard .ajax__calendar_container
{
    z-index:200;
}
.dashboard .db-tbl-title
{
    padding-bottom:10px;
    text-align:left;
    
    font-weight:bold;
    padding-right:10px;
}
.dashboard .form-tables
{
    float:left;
    margin-top:10px;
    margin-bottom:15px;
}
.dashboard .form-tables td
{
    text-align:left;
}
.dashboard .form-tables input, .dashboard .form-tables select
{
    margin-left:20px;
    vertical-align:middle;
}
.dashboard .form-padding
{
    margin-left:20px;
}
.dashboard .db-err
{
    color:#cc0000;
}
.dashboard .tip, .dashboard .rolltip
{
    float:right;
    color:#000000;
    font-weight:bold;
    /*color:#336699;
    background:#ffffcc;
    padding:3px;*/
    background-image:url(../../media/icon_info.png);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
    margin-top:5px;
    display:none;
}

.dashboard .tip2
{
    float:right;
    color:#000000;
    background-image:url(../../media/icon_info.png);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
    margin-top:5px;
}

.dashboard .breadcrumbs
{
    float:right;
    margin-top:10px;
}
.dashnav
{
    width:167px;
    position:relative;
}

.centered-alert
{
    text-align:center;
    margin:40px 0px 40px 200px;
    width:500px;
}

.lgTitle
{
    padding-top:15px;
    padding-bottom:20px;
    font-size:23px;
    font-weight:bold;
    display:block;
    color:#383838;
    line-height:24px;
}

.msgAlert
{
    font-weight:bold;
    display:block;
    padding-bottom:7px;
    line-height:15px;
}

.btn_support_go
{
    position:absolute;
    bottom:8px;
}

.redHeadlines, .prodHeadlines, .contentwidth h1, h1.redHeadlines
{
     font-family: "trebuchet ms", arial, sans-serif;
     color:#333333;
     line-height:23px;
     width:535px;
     padding-bottom:5px;
     margin-bottom:20px;
}

.redHeadlines, h1.redHeadlines
{   
    color:#cc0000;
    font-size:27px !important;
}

.prodHeadlines, .contentwidth h1, h1.redHeadlines
{
    letter-spacing:-1px;
    font-size:21px;
    margin-bottom:14px;
    margin-top:5px;
    font-weight:normal;
}

.showcaseCopy .prodHeadlines
{
    font-size:26px;
    padding-bottom:20px;
	margin: 0px;
}

.showcaseCopy
{
    margin-left:20px;
    padding-top:30px;
}

.showcaseCopy a
{
    text-decoration:underline;
}
.showcaseCopy p
{
    margin-bottom:20px;
    font-size:15px;
    line-height:19px;
}

.WinShowcase
{
	background-image:url(../../media/H_WinShowcases_2018.png); display:block; height:297px; width:977px; position:relative;
}
.WinClassicShowcase
{
	background-image:url(../../media/H_ClassicShowcases_2018.png); display:block; height:297px; width:977px; position:relative;
}
.AndrShowcase
{
	background-image:url(../../media/H_AndroidShowcases_2018.png); display:block; height:297px; width:977px; position:relative;
}
.ASPShowcase
{
	background-image:url(../../media/H_ServerASPShowcase_2018.png); display:block; height:297px; width:977px; position:relative;
}

.WinClassicShowcase .ProdName
{
	position:absolute; top:216px; left:614px;
}

.AndrShowcase .ProdName, .WinShowcase .ProdName
{
	position:absolute; top:226px; left:614px;
}

.PO-btn
{
    position:absolute;
    right:23px;
    bottom:18px;
}

.PO-table
{
    width:892px;
}

.PO-table td
{
    border-left:1px solid #e5e5e5;
    vertical-align:top;
    padding:15px 5px;
	text-align:center;
	width:310px;
}
.PO-table td p
{
    margin:15px 10px;
	line-height:16px;
	color:#545454;
}
.PO-table a{
	text-decoration:underline;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #cd202c;
	margin:0px auto;
}
.PO-Model-table p{
	margin:25px 40px;
}
.PO-Model-table{
	border-bottom:1px solid #cd202c;
	padding-bottom:20px;
}

.PO-Model-Bar {
	padding: 13px 0px;  border-top: 1px solid #cd202c;  border-bottom: 1px solid #cd202c; font-size:16px; text-align:center; margin-top:15px;
}

.smallItalics
{
    float:right;
    font-style:italic;
    font-size:13px;
    margin-right:15px;
}

.product-trial
{
    position:absolute;
    z-index:100;
    top:30px;
    right:32px;
}

.product-trial h1
{
    font-family: "trebuchet ms", arial, sans-serif;
    font-size:26px;
    padding-bottom:5px;
    line-height:19px;
    letter-spacing:-1px;
}

.product-trial ul
{
    padding-left:0px;
    line-height:21px;
    margin-top:6px;
    margin-bottom:0px;
    margin-left:23px;
    height:85px;
}

.ie6 .product-trial h1
{
    margin-bottom:-15px;
}
.ie6 .product-trial ul
{
    display:inline;
}
.ie6 .product-trial ul li
{
    padding-left:3px;
}   

.product-trial ul li
{
    font-size:15px;
    height:28px;
}

.product-trial h1
{
    color:#00acee;
    border-bottom:1px solid #00acee;
    width:205px;
}

.product-trial li
{
    list-style-image:url(../../media/arrow_grey.png);
}

.AndroidTrialReg h1
{
	color:#a3c539;
	border-bottom-color:#a3c539;
} 

.kwsasp_aspx .product-trial h1
{
    color:#505050;
    border-bottom:1px solid #505050;
    width:205px;
}

.signupbtn
{
    width:202px;
    height:37px;
    padding:0px;
    float:right;
    margin-top:17px;
    background-position:0 0;
}

/*.signupbtn:hover
{
    background-position:0 37px;
}*/

.signupbtn
{
    background-image:url(../../media/btn_trialSignUp_grey.png);
}


 
.SSmagicbox
{
    width:313px;
    float:left;
    margin-right:0px;
    height:543px;
    border:1px solid #666666;
    position:relative;
    margin-top:5px;
    clear:right;
    margin-bottom:20px;
}


.SSbox
{
    position:absolute;
    bottom:172px;
}

.SStoptext
{
    font-size:15px;
    line-height:19px;
    width:313px;
    height:36px;
    display:block;
    margin-top:0px;
    background-image:url(../../media/SS_bg.png);
    background-repeat:repeat-x;
    background-position:top;
    text-align:center;
    color:#ffffff;
    padding-top:15px;
}

.SSlowertext
{
    width:283px;
    height:172px;
    background-image:url(../../media/SS_bg.png);
    background-repeat:repeat-x;
    background-position:top;
    background-color:#2c2c2c;
    padding:10px 15px 0px 15px;
    display:block;
    position:absolute;
    bottom:0px;
}

.SSlowertext p
{
    color:#ffffff;
    margin-bottom:7px;
    font-size:13px;
    line-height:18px;
}

.SSlowertext a
{
    color:#ffffff;
    font-weight:bold;
    text-decoration:underline;
}

.SSbtn
{
    position:absolute;
    bottom:13px;
    right:13px;
    width:189px;
    height:29px;
    background-position:0 0;
    padding:0px;
}
.SSbtn:hover
{
    background-position:0 29px;
}


.SSFeatures
{    
    width:617px; 
    float:left;
    margin:0px;
    padding:0px;
}


.SSFeatures .checkbox
{
    display:inline-block;
}

.saf .SSFeatures input[type="checkbox"], .saf .unsubReasons .checkbox input[type="checkbox"]
{
    position:relative;
    bottom:2px;
    margin-top:0px;
}

.SSFeatures .checkbox label, .unsubReasons .checkbox label
{
    padding-left:1px;
    position:relative;
    top:-2px;
}
.SSfeaturelists
{
    width:276px;
    float:left;
    min-height:160px;
    height:auto !important;
    height:160px;
    padding:0px;
    margin:0px 22px 20px 0px;
}
.DLdescriptions
{
    margin-top:-30px;
    width:600px;
    padding-bottom:10px;
    line-height:16px;
}

.db-mkting
{
   margin-left:25px;
}

.db-mkting .category
{
   width:600px;
   border-bottom:1px solid #cccccc;
   margin-bottom:5px;
   padding-bottom:3px;
   font-size:15px;
   font-weight:bold;
   color:#444444;
   margin-top:20px;
}

.uncheckmsg
{
    height:20px;
    background-color:#ececec;
    float:left;
    padding:10px 0px;
    width:314px;
    text-align:center;
}
.required
{
    color: #cc0000 !important;
    position: relative;
    top: -3px;
    font-size: 12px;
}
.reqMsg
{
    font-size:11px;
}
.res_nav a
{
    padding-right:30px;
    margin-right:30px;
    display:inline-block;
    height:16px;
    line-height:13px;
}
ul.Res_info 
{
    list-style-type:none;
    float:right;
    width: 185px;
    margin:0px;
    line-height:19.5px;
}
ul.Res_info li a:link, ul.Res_info li a:visited
{
    text-decoration:underline;
    line-height:14px;
}
ul.Res_info li a:hover
{
    text-decoration:none;
}
.Res_featured
{
    width:100%;
    border: 1px solid #cccccc;
    min-height:173px;
    background-image:url(../../media/bg_res_feat.png);
    background-repeat:repeat-x;
    background-position:bottom;
    position:relative;
    overflow:auto;
}
.res_ssbtn
{
    height:31px;
    width:157px;
    background-image:url(../../media/btn_choosesoftware.png);
    display:block;
    float:right;
    margin-top:1px;
}
.ResNavInActive, .ResNavInActive:hover
{
    color: #383838;
    text-decoration:none;
}
.AssetQuote
{
    border-top:1px solid #c0c0c0;
    border-bottom:1px solid #c0c0c0;
    font-size:15px;
    line-height:20.5px;
    padding:12px 0px;
    color:#666666;
    width:186px;
}
.AssetCaption
{
    color:#666666;
    font-size:11px;
    line-height:16.5px;
}
.AssetCaption p, .AssetQuote p
{
    color:#666666;
    margin:0px;
}
.PDFicon
{
    background-image:url(../../media/icon_AdobeAcrobat.png);
    background-repeat:no-repeat;
    padding-left:20px;
    padding-top:1px;
    height:17px;
    line-height:0px;
    margin-top:2px;
    display:inline-block;
    width:85px;
}
.PDFicon a:hover
{
    text-decoration:underline;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
    color:#383838;
}
.ie6 .res_summary
{
    height:100px;
    overflow:visible;
}
.ie6 .Res_featured, .ie7 .Res_featured
{
    height:208px;
    overflow:visible;
}
.ie6 .res_featured_banner
{
    display:none;
}
.ie6 .ie_featured_banner
{
    display:block !important;
}
sup
{
    font-size:75%;
    line-height:0px;
}
.redHeadlines sup
{
    position:relative;
    font-size:65%;
    top:5px;
}

.purchase-rows
{
    background-image:url(../../media/KW_Win_Andr_combo.png); 
    background-repeat:no-repeat; 
    background-position:0px 0px; 
    min-height:118px; 
    width:100%; 
    position:relative;
    margin-top:20px;
    float:left;
}
.buyNowLink
{
   background-image:url(../../media/cartbutton.png); 
   background-repeat:no-repeat;
   background-position:left;
   height:15px;
   width:60px;
   padding-left:18px;
   padding-top:2px;
}
.docslist
{
    padding:15px 20px 20px;
}
.docslist a:link
{
    display:block;
}
.vidSummary
{
    border-top:1px solid #CCCCCC;
    padding-top:25px;
    width:180px;
    display:inline-block;
    margin-bottom:20px;
}
.res_summary iframe
{
    margin-bottom:-50px;
    margin-left:35px;
}
.contactIntro
{
    margin:0px 0px 20px;
    display:block;
}
.appRow div
{
    height:30px;
}
.appRow td table tr td .CountryStateReq
{
    display:none;
}
.ErrLeft
{
    position:absolute; left:396px;
}
.ErrRight
{
    position:absolute; right:94px;
}
.appRow .leftTBs
{
    float:right; margin-right:95px;
}
.appRow .rightTBs
{
    float:right; margin-right:95px;
}
.distApp
{
    width:937px;
}

.distApp td
{
    padding-left:15px;
}
.distApp table td
{
    padding-left:0px;
}
.firstLastName span
{
    float:left;
    padding-right:20px;
}
.firstLastName input
{
    float:left;
    margin-right:8px;
}
.references .ErrLeft
{
    float:right;
    position:relative; 
    left:257px;
}
.partTypeReg
{
    position:absolute; top:-16px; right:160px;
}
.partType .partTypeReg
{
    right:290px;
}
.PartnerDL
{
    margin-top:10px;
}
.PartnerDL div
{
    margin-top:30px;
}
.PartnerDL h3
{
    width:460px; border-bottom:1px solid #666; font-size:14px; color:#333; font-weight:normal; padding-bottom:3px;
}
.PartnerDL a
{
    margin:10px 40px 0px 10px;
}
.errDisplayList ul
{
    margin-left:-35px;
    margin-top:8px;
}
.errDisplayList ul li
{
    float:left;
    margin-right:10px;
    margin-left:20px;
}
.ie6 .errDisplayList ul li, .ie7 .errDisplayList ul li
{
    float:none;
    margin-left:55px;
}
.dashboard .AssetBox
{
	width:452px; float:left; min-height:174px; border:1px solid #ccc; background-color:#fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; behavior: url(inc/PIE.htc); position:relative; margin-bottom:18px;
}
.dashboard .AssetBox .AssetCat
{
	width:427px; margin:0px auto; height:22px; padding:8px 0px 4px 7px; border-bottom:1px solid #ccc; font-size:15px;
}
.dashboard .AssetBox .noAssets
{
	padding-left:18px; color:#666;position:relative; z-index:10;
}

.dashboard .AssetBox ul
{
	list-style-type:none; position:relative; z-index:10; width:360px; padding-left:19px; margin-left:0px;
}
.dashboard .AssetBox ul li
{
	height:17px; padding-bottom:12px; font-size:11px; color:#666;
}
.dashboard .AssetBox ul li img
{
	margin:0px 5px -3px 0px;
}
.dashboard .AssetBox ul li a
{
	text-decoration:underline; font-size:13px;
}
.dashboard .bguidelines
{
	width:760px; padding-bottom:25px;
}
.dashboard .bguidelines div
{
	border-bottom:1px solid #444; margin-bottom:10px; padding-bottom:3px; font-weight:bold; font-size:14px; color:#444444; padding-top:10px;
}
.dashboard .bguidelines p
{
	width:740px;
}
.acctErr
{
	float:right; margin-top:100px; margin-right:20px; width:240px;
}
.acctErr ul
{
	margin-left:-22px;
}
.ie7 .acctErr ul
{
	margin-left:0px;
}
	
	
	 .buttn{cursor:pointer; box-shadow:0px 3px 5px rgba(0,0,0,0.5); background:#c00; text-decoration:none; display:inline-block; border-radius:25px; padding:0px 15px; line-height:25px; color:#fff; text-align:center;}
        .buttn:hover{ text-decoration:none; color:#fff; box-shadow:0px 2px 2px rgba(0,0,0,0.5);}
        .buttn:active{ text-decoration:none; color:#fff; box-shadow:0px 0px 2px rgba(0,0,0,0.5);}
        .redgrad
         {
             background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

#DistribProgressBar
{
	display:inline-block; float:none; background:#ccc;  width:936px; height:62px; background-image:url("../../media/Partners_ProgBar.png"); background-repeat:no-repeat;
	margin:5px auto; padding:0px; overflow:hidden;
}
.admin #DistribProgressBar
{	width:770px; height:50px; background-size:770px 50px; }
#DistribProgressBar #int
{
	border-radius:5px; height:34px; width:1px; margin-top:8px;
	background-image:url("../../media/bg_ProgBarArrows.png"); background-repeat:repeat-x;
	/*opacity:0.4; filter:alpha(opacity=40);  For IE8 and earlier */
}
.admin #DistribProgressBar #int
{
	border-radius:5px; height:28px; width:1px; margin-top:7px; background-size:auto 27px;
}
.SptAlert
{
	background-image:url("../../media/supportAlert.png");
	width:922px;
	height:31px;
	padding: 15px 0px 0px 56px;
	margin-bottom:8px;
	font-size:14px;
	color:#333;
	text-decoration:none;
}
a.noUnderline:hover {text-decoration:none;}
a .SptAlert:hover{color:#c00;}
input[type="submit"].btnLoadMoreNews
{
	text-align:center; background:#fff; width:90%; height:40px; display:block; color: #CD202C; font-size:14px; margin:10px auto 0px;
}
input[type="submit"].btnLoadMoreNews:hover
{
	background:#333;
	color:#ccc;
}
.sitemap .level-1
{
	list-style-type:none;
	margin-top:10px;
}
.sitemap .level-2
{
	margin-left:17px;
	list-style-type:square;
}
.sitemap .level-3
{
	margin-left:33px;
	list-style-type:disc;
}
.sitemap .level-4
{
	margin-left:50px;
	list-style-type:circle;
}
.contentwidth .subBox1
{
	background-position:10px 10px !important; background-color:#f6f6f6 !important;
}
#AndroidShowcase 
{
	background-image:url(../../media/H_AndroidOverview2015.jpg); display:block; height:297px; width:977px; color:#fff; font-size:20px;
}
#AndroidShowcase div
{
	position:relative; line-height:35px; top:50px; left:312px; width:500px;
}
#AndroidShowcase div span 
{
	font-size:22px; position:relative; left:162px;
}
.compchart a img
{
	text-decoration:none; border:0px;
}
.tblFeature
{
	width:747px;
}
.tblFeature td
{
	vertical-align:top;
}
.tblFeature .f
{
	width:150px; text-align:right; padding:15px 10px 15px 20px; border-bottom:1px solid #ccc; font-weight:bold;
}
.tblFeature .d
{
	padding:15px 20px 15px 10px; border-bottom:1px solid #ccc;
}
.tblFeature .f h2
{
	font-size:13px; margin:0px;
}
.tblFeature .fSet
{
	background:#333;
}
.tblFeature .fSet h2
{
	 color:#fff; text-transform:uppercase; margin-left:10px; font-weight:normal;
}
a.windowsBTN 
{
	color:#fff; text-align:center; font-size:24px;
}
a.windowsBTN span
{
	display:block; width:292px; height:41px; padding-top:19px; background-image:url(../../media/btn_lgRed.png);
}
a.windowsBTN:hover 
{ 
	text-decoration:none; 
}
a.windowsBTN:hover span
{
	background-image:url(../../media/btn_lgRed_ovr.png);
}
li.plusFeatures
{
	list-style-type:none;
}
li.plusFeatures:before
{
	 content: "+ "; padding-right:4px; margin-left:-18px; font-weight:bold; color: #cd202c; font-size: 17px;
}
.winList ul li
{
	margin-top:8px; font-size:14px;
}
.winList ul
{
	margin-top:5px; padding-left:17px;
}
a.comparisonBanner
{
	display:block; height:50px; width:755px; color:#333; background-color:#e4e4e4; background-image:url(../../media/bg_res_feat.png); background-repeat:repeat-x; background-position:top; text-align:center; margin:30px auto 20px; border:1px solid #999; font-size:22px; padding-top:28px;
}
a.comparisonBanner:hover
{
	text-decoration:none; background-position:bottom; border-color:#909090;
}

a.LookingForBanner
{
	display:block; height:82px; width:858px; color:#fff; background-image:url(../../media/LookingFor_Banner.png); background-repeat:no-repeat; background-position:top; text-align:center; margin:0px auto; font-size:23px; padding-top:28px; padding-left:25px;
}
a.LookingForBanner:hover
{
	text-decoration:none; background-position-y:1px;
}
.LearnOrBuy
{
	margin:20px 0px 20px 2px;
}
.FeaturesTable
{
	font-size:14px; margin:25px 0px 5px;
}
.cusDevOptions
{
	background:#30819f; width:146px; height:360px; margin:40px 10px 0px 0px; padding:0px 16px; float:left; background-image:url("../../media/CustomDevArrow.png"); background-position:bottom; background-repeat:no-repeat;
}
.CustomDevIcons
{
	position:relative; top:-30px; left:28px; height:93px; width:89px; margin-bottom:-15px;
}
a.standardBTN span
{
	display:block; height:40px; padding:19px 20px 0px; background-image:url(../../media/btn_lgRed.png); background-position:center; border:1px solid #900; border-radius:4px; color:#fff; font-size:24px; text-align:center;
}
a.standardBTN:hover 
{ 
	text-decoration:none; 
}
a.standardBTN:hover span
{
	background-image:url(../../media/btn_lgRed_ovr.png);
}
.CustomDevExamples
{
	padding:20px 40px 20px 30px; border-bottom:1px solid #88b6c8; 
}
.CustomDevExamples p { width:647px; }
.CustomDevExamples a { font-weight:bold; margin-bottom:10px; font-size:15px; display:inline-block; }
.CustomDevExamples a:hover { text-decoration:none; }
a.ViewExamples, a.ViewExamples:hover 
{
	border:none; text-align:center; font-size:12px; font-weight:normal; text-decoration:underline; float:right;
}
a.ViewExamples img { margin-bottom:-2px; }
#Examples-title
{
	position:relative; top:-90px; color:#fff; font-size:18px; text-align:center; background-color: rgba(0, 0, 0, .70); padding: 13px 30px; border-radius: 9px; 
}
#Examples-title p { font-size:14px; margin-top:2px; color:#fff; }

.platformLink, .platformLink:hover
{
	color:#00adef;
}

.Andr .platformLink, .Andr .platformLink:hover
{
	color:#a3c539;
}

.KKM .platformLink, .KKM .platformLink:hover
{
	color:#f4880d;
}

.prodLvls
{
	border-top:1px solid #c0c0c0; border-bottom:1px solid #c0c0c0; height:42px; padding:20px;
}
.prodLvls span
{
	font-size:14px; font-weight:bold; color:#4d4d4d;
}
.prodLvls a 
{
	text-decoration:underline;
}
.prodArrow 
{
	display:inline-block; background-image: url(../../media/arrows_LR_Win.png); margin-bottom:-2px; background-repeat:no-repeat; width:14px; height:13px;
}
.Andr .prodArrow
{
	background-image: url(../../media/arrows_LR_Andr.png);
}
.KKM .prodArrow
{
	background-image: url(../../media/arrows_LR_KKM.png);
}
.right
{
	background-position:-14px 0px;
}
.ServerFeat h3
{
	font-weight:normal; margin-top:0px; background-image:url(../../media/ServerIcons_sm_o.png); background-repeat:no-repeat; background-position:0px -8px; padding:5px 0px 0px 40px; height:25px; font-size:20px;
}
.ServerFeat ul
{
	margin: -13px -13px 0px 55px; padding:0px;
}
.ServerFeat h1, .ServerFeat p, .ServerFeat ul li 
{
	color:#fff;
}
.ServerNextSteps
{
	float:left; background-image:url(../../media/ServerNextStepsO_1.png); background-repeat:no-repeat; width:175px; height:175px; padding:65px 30px 0px 32px; margin:20px 0px 0px 55px;
}
.ServerNextSteps a
{
	text-align:center; display:block; text-decoration:underline;
}
table.ProdFeatures {
	width: 550px; line-height:16px; margin-bottom:0px;
}
table.ProdFeatures td {
	vertical-align:top;
}
table.ProdFeatures td ul {
	margin-top:0px;
}
table.ProdFeatures td li {
	padding-bottom: 10px;	
}

.prodHeaderBar { 
	padding:12px 0px 0px 19px; margin:0px -5px 10px; border-bottom:solid 1px #C0C0C0;
}

.prodHeaderBar h1 { 
	color:#cd202c; margin-bottom:5px; font-size:26px;  font-weight:normal; height:100%;
}

.box_subhead {
	color:#555;	margin-top:25px; padding-bottom:5px;
}

.DLpanel, .isPrimary{
	padding:13px; width:305px; border:1px solid #cccccc; float:left; margin:10px 20px 10px 0px;
}
.isPrimary {
	width: 654px;
}
.DLpanel .DLName {
	font-size:15px;
}
.isPrimary .DLName {
	font-size:18px;
}
.DLpanel p, .isPrimary p{	
	font-size:11px;	line-height:17px; margin:5px 0px 0px;
}

.isPrimary .DLdetails{
	margin-left:20px; border-left:1px solid #d6d6d6; padding:6px 20px; float:left;
}

.DLpanel .DLdetails{
	margin-left:13px; border-left:1px solid #d6d6d6; padding:6px 13px 0px; float:left; width:175px;
}

.isPrimary .DLbtn img {
	margin:15px 0px;
}

.DLpanel .DLbtn img{
	margin:11px 0px 6px;
}
.AddlDLs {
	width:100%; margin-bottom:10px; padding:15px 0px 5px 5px; font-size:18px; border-bottom:1px solid #d6d6d6; float:left;
}
.adClassic, .adChrome {
	display:none;
}
.rcolLogo {
	display: block; margin: 5px auto 10px;
}
.purCol {
	float:left; width:227px; padding:31px 47px;
	border-bottom:1px solid #c0c0c0;
}
.purCol div {
	width:200px;
	height:180px;
	border:1px solid #00adef;
	margin-bottom:35px;	
	background-position-y:0px;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:13px;
	position:relative;
}
.purCol p a{
	text-align:center; font-size:24px; color: #00adef; margin-bottom:20px; display:block;
}
.KWAndr p a{
	color:#a4c639;
}
.KWAndr div {
	border-color:#a4c639;
	background-image:url("../../media/PurPageBoxTitle_KWAndr.png");
}
.KWWind div {
	background-image:url("../../media/PurPageBoxTitle_KWWind.png");
}

.KWClass div {
	background-image:url("../../media/PurPageBoxTitle_KWClass.png");
}
.purBuyNow {
	position:absolute; bottom:13px; right:13px;
}
.purCol div .prodLevel {
	font-size: 29px;
	position: relative;
	top: -38px;
	color: #505050;
}
.prodLevel span {
	font-size:14px;	position: relative;  left: 94px; top: -4px;
}
.purImg {
	margin:33px 5px 0px 0px; width:88px;
}
.QuoteBoxWrapArounds {
	width:1000px; margin:25px 0px 0px -16px;
}
.QuoteBox2015 {
	width:898px; height:104px; background-color:#0eb4c4; color:#fff; padding:20px 50px 30px; border:1px solid #0d97a5;
}
.DLbox div{
	width:326px; border: solid 1px #cbcbcb; 
	height:226px; margin-bottom:20px; 
	background-position:50% 45px;
	background-repeat:no-repeat; margin-top:50px;
	 position:relative; left:0px; top:10px;
	 background-image:url('../../media/PurPageBoxTitle_KWWind.png');
}
.DocsBox div {
	height:206px;
}

.QDBox div {
	width:370px;
}

.DLbox .KWAndr {
	background-image:url('../../media/PurPageBoxTitle_KWAndr.png');
	float:right; 
	margin-top:0px;
}
.DLbox .KWClass {
	background-image:url('../../media/PurPageBoxTitle_KWClass.png');
}

.DLbox .KWClassForWindows {
	background-image:url('../../media/PurPageBoxTitle_KWClassForWin.png');
}

.DLbox .KWKioskMg {
	background-image:url('../../media/PurPageBoxTitle_KWKM.png');
	float:right; 
	margin-top:0px;
}
.DLbox p{
	font-size:12px; line-height:17px; color:#b2b2b2; text-align:center; margin:100px 5px 0px;
}
.DLbox a {
	margin:30px auto 0px;
	display:block;
	text-align:center;
}
.DocsBox a {
	margin:20px auto 0px;
	display:block;
	text-align:center;
}

.multiLink a {
	margin:0px;
	display:inline;
	text-align:center;
	margin:0px 5px;
}
.multiLink {
	display:block;
	width:90%;
	margin:20px auto;
	text-align:center;
}

.QDBox .multiLink {
margin-top:30px;
}

.ConversionNote {
	padding:10px; display:block; width:90%;border:1px solid #CD202C; margin:10px auto; background-color:#fff;
}

.LicInstructions li{
	margin-top:6px;
}
.supDevTable td div {
    color:#0eb4c4;
    width:94%;
    border-bottom:1px solid #0eb4c4;
    font-size:20px;
    margin-bottom:6px;
}
.supDevTable td
{
    vertical-align:top;
    padding-top:35px;
}

.supDevTable td .DevImage
{
   width:137px;
   border:1px solid #e9e9e9;
   margin-left:45px;
   display:block;
   border-radius:2px;
}

.supDevTable td.devBG{
    background-color:#ecf9fa;
    padding-left:13px;
}

.supDevTable
{
    margin-left:10px;
    color:#383838;
    font-size:14px;
}
.FiltDevGrid {
    margin: 10px auto;
    border:1px solid #fff;
}

.FiltDevGrid th, .FiltDevGrid td {
    border:none;
    padding:5px 8px 5px 0px;
    text-align:left;
}
.FiltDevGrid th {
    font-weight:normal;
    border-bottom:1px solid #0eb4c4;
    border-top:1px solid #0eb4c4;
    padding:13px 8px 13px 0px;
}
.btn2015 {
    background-color:#cd202c;
    background: linear-gradient(#cd202c, #e11a27);
    font-size:15px;
    padding:8px 10px;
    width:80%;
    margin:10px auto;
    display:block;
    color:#fff;
    border-radius:3px;
    text-align:center;
    font-weight:bold;
}

.btn2015:hover
{
    background-color:#e11a27;
    background: linear-gradient(#e11a27, #cd202c);
    color:#fff;
    text-decoration:none;
}

.PL2016 {
    font-size:14px;
}

.PL2016 th, .PL2016 tr td
{
padding:10px 0px;
vertical-align:middle;
}

.asp th, .asp tr td
{
padding:5px 0px;
vertical-align:middle;
}

.PL2016 .qty
{
	background-color:#f7f7f7;
}
.PL2016 td, .PL2016 th
{
	border-right:1px solid #cecece;
}

.PL2016 td:last-child, .PL2016 th:last-child
{
	border:none;
}

.PL2016 th
{
	font-size:16px;
}
.PL2016 sup
{
	font-size:10px;
	margin-top:1px;
    position:inherit;
}

.PL2016 th p
{
	font-weight:normal;
	margin:0px;
	font-size:inherit;
}
.PL2016 .qty td i, .PL2016 th p
{
	font-size:11px;
	font-weight:normal;
}
.PL2016 td {
	text-align:right;
}
.PL2016 td p{
	margin-top:0px;
	font-size:11px;
}

.PL2016 tr th, .PL2016 tr td
{
	text-align:center;
	width:80px;
}
.PL2016 tr th:first-child, .PL2016 tr td:first-child
{
	text-align:center;
	width:150px;
}
.PL2016, .sm
{
	width:800px;
    margin:0px auto;
}
.sm tr th, .sm tr td
{
	text-align:center;
	width:100px;
}
.sm tr th:first-child, .sm tr td:first-child
{
	text-align:center;
	width:150px;
}
.PL2016 tr th:nth-child(even), .PL2016 tr td:nth-child(even)
{

}
.hdr
{
	padding:0px !important;
    background-color:#e3e3e3;
}
.hdr img {
    margin:-2px 0px -11px 10px;
}

.PL2016 h3
{
	vertical-align:middle;
	margin:4px 0px 0px;
	padding:6px 0px 18px;
	font-weight:normal;
	text-align:left;
	font-size:24px;
    color:#4b4b4b;
}

.PL2016 h3 span
{
	font-size:16px;
}

.PL2016 input, .PL2016 input:hover, .PL2016 .clbtn, .PL2016 .clbtn:hover
{
	padding:13px 25px;
	margin: 15px 5px 10px;
	background-color:#232323 !important;
    background-image:none;
	border:none;
	font-size:16px;
	border-radius:3px;
	color:#fff;
    height:inherit;
    width:auto;
}
.PL2016 input.ikc, .PL2016 input.ikc:hover{
	background-color:#6595de  !important;
}

.spt td
{
	vertical-align:middle !important;
}
.kws .spt td 
{
border-top:1px solid #cecece;
}
.PL2016 .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	margin:-10px auto;
}
.PL2016 .buyNow, .PL2016 .buyNow:hover {
    float:right; background-color: #cd202c !important;
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 12px;
    margin-right:20px;
}
.PL2016 .buyNow:hover {
    background-color: #b81d28 !important;
}
.PL2016 .kcbtn{
    float:left; margin-left:100px;
}

.PL2016 .kwsbtn{
    float:right; margin-right:100px; 
}
.PL2016 .kcbtn .arrow-down
{
    border-top: 15px solid #6595de;
}

.PL2016 .kwsbtn .arrow-down
{
    border-top: 15px solid #232323;
}

.PL2016 .phdrs {
font-size:25px; color:#cd202c; display:block; text-align:left;
}

.PL2016 .phdrs img {
margin-bottom:-8px;
}

.PL2016 .selection td {
    border-top:1px solid #cecece;
}

.PL2016 td.hdr {
    border-top:1px solid #cecece;
}

.loginWall .btn, .CartBtn{
    background-color: #403f41;
    border: 1px solid #0d0d0d;
    margin: 0px 20px 15px 0px;
    color: #fff;
    font-size: 17px;
    padding: 15px  45px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
}

.CartBtn{
    margin-right:0px;
}


.CartBtn:hover, .loginWall .btn:hover
{
    cursor:pointer;
    text-decoration:none;
    color:white;
    background-color: #4e4e4e;
}

.loginWall input, .loginWall select
{
	padding: 6px;
    margin:4px 0px;
}

.kiocall_aspx h2{
    color:#66418d;
    font-size:36px;
}

.step:last-child {
    border-right:none;
}

.step {
    width: 166px;
    padding: 0px 38px 0px;
    border-right: 1px solid #66418d;
    font-size:14px;
    line-height:24px;
    float:left;
    height:408px;
}
.step .circle {
    background-image: url(/media/KC_circle.png);
    color: #fff;
    text-align: center;
    width: 130px;
    height: 104px;
    background-repeat: no-repeat;
    margin: 0px auto;
    font-size: 35px;
    padding-top:26px;
    line-height: 41px;
    font-family: "trebuchet ms", arial, sans-serif;
    margin-top:-10px;
}

.step .circle p {
    font-size: 50px;
    color: #fff;
}

.autoComplete {
    z-index:1000000;
    background:#fff;
    border:1px solid #999;
}

.autoComplete ul li, .autoComplete li{
    list-style-type:none;
    margin-left:0px;
    padding-left:0px;
}
a.ss360-result-link {
    color:#999 !important;
}

.btnFAQSearch {
    float:right;
}

.patchBox {
    margin:5px 0px 10px;
    width:96%;
    float:left;
    font-size: 14px;
    line-height:19.5px;
}

.pKWS {
    border:1px solid #faaf3a;
    background:#fcf2e1;
}

.pKWS .patchBTN {
    background-color: #faaf3a;
}

.pKWW {
    border:1px solid #00adef;
    background:#e5f8ff;
}

.pKWW .patchBTN {
    background-color: #00adef;
}

.patchBox img {
    float:left;
    margin:12px;
}

.patchInfo
{
    width:65%;
    margin:14px 0px;
}

.patchBTN {
    width:30%;
    text-align:center;
    float:right;
    color:#fff;
    padding:24px 14px;
}

.patchBTN a {
    color:#fff;
    text-decoration:underline;
}

.SubscriptionModal {
    width: 300px;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3% 6%;
    border-radius: 5px;
    left:260px;
    z-index: 199;
    line-height:20px;
    top: 50px;
}

.SubscriptionModal input[type=submit], .SubscriptionModal input[type=submit][disabled]
{
    background-image: none;
    border-radius: 4px;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    height: inherit;
    margin: 0 auto !important;
    display: inherit;
}

.SubscriptionModal input[type=submit][disabled]
{
    color: #999;
    background-color: #ccc;
}

.whiteout {
    background-color: #fff;
    opacity: 0.8;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 198;
}

.modalClose
{
    text-align: center;
    width: 30%;
    margin: 0px auto!important;
    display: block;
}

.PrevChanges{
    font-size:13px;
    padding:5px 15px;
    margin: 0px 5px 15px;
    line-height: 16px;
}

.modSubEntry { 
    font-size:14px;
    line-height:28px;
}

.SubscriptionNote {
	padding:13px; display:block; width:90%;border:2px solid #ed1593;border-radius:3px;margin:15px auto; background-color:#fff;
}

.SubscriptionNote a{
	color:#ed1593;
}

.devAlert {
    font-size:17px;
    margin-top: 9px;
    display: inline-block;
    margin-left: 40px;
}

.devAlert a{
    text-decoration:underline;
}