/* iPhone text size increase can be haphazard */
@media screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none;
    }
}

body {
	font-size: 100%;
	font-family: Verdana,sans-serif;
	margin: 0;
	padding: 0; 
	text-align: center;
	background: #ccc;
}

a {
    outline: none;
}

a:link, a:visited, a:active {
	color: #001ca8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	font-size: 80%;
	background: #fff url(/assets/img/cont-bg.jpg) center 100px no-repeat;
}

h1 {
	font-size: 170%;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #1e3645;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

h1 sup, h2 sup {
    position: relative;
    vertical-align: baseline;
    bottom: 0.33em;
}

h2 {
	font-size: 150%;
	font-family: Arial,sans-serif;
	font-weight: normal;
	color: #1e3645;
	margin:10px 0 0 0;
	padding: 0;
	line-height: 24px;
}
pre, tt, code {
	font-size: 130%;
}
pre {
	width: 770px;
	background: #F6F6F6 url(/assets/img/medium-box-top.gif) no-repeat	scroll left top;  
	padding: 6px 10px 2px 10px;
	margin: 0px;
	margin-top: 5px;
}

pre.in-round-box {
	width: 720px;
	background: transparent;
	padding: 0px 10px 2px 10px;
	margin: 0px;
	margin-top: 0px;
    font-size: 120%;
}

div.pre-bottom {
	width: 790px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	background: transparent url(/assets/img/medium-box-bottom.gif) no-repeat scroll left bottom; 
}
img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.red {
    color: #FF0000;
}

.greytext {
    color: #CCCCCC;
}

/* this is primarily to stop WebKit from applying its quirky margins */
input,select,textarea {
    margin: 0px;
}

sup {
    line-height: 100%;
}


/* = HEADER
-------------------------------*/
#header {
	background: #f1eeee url(/assets/img/header-bg.gif) top center repeat-y;
	width: 900px;
	height:100px;
	margin: 0px auto;
	padding: 0px;
	margin-bottom: 20px;
}
body.homepage #header {
	margin-bottom: 50px;
}

#header img#branding {
	float: left;
	margin: 0 0 0 0;
    border: 0px;
}

#header form {
	float: right;
	margin: 16px 0px 10px 450px;
    padding-right: 7px;
    display: block;
    height: 43px;
    text-align: right;
}

#header form input#query {
	border: 1px solid #c4c7c8;
	height: 18px;
	width: 131px;
}

* html #header form input#query {
	height: 22px;
	top: 3px;
}

#header form fieldset {
	border: none;
}

#header form label {
	font-weight: bold;
	font-size: 85%;
}

#header form #submit {
	position: relative;
	top: 6px;
}

* html #header form #submit {
	top:3px;
}

/* = PRIMARY NAVIGATION
-------------------------------*/
#primary-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
    position: relative;
	z-index: 50;
    height: 31px;
    width: 784px;
}

#primary-nav li {
	text-align: center;
	font-size: 85%;
	line-height: 31px;
	margin: 0px 1px 0px 1px;
	display: inline;
    position: absolute;
}

#primary-nav li sup {
    position: relative;
    vertical-align: baseline;
    bottom: 0.33em;
}


#home { left: 0px; top: 0px; }
#vnc { left: 112px; top: 0px; }
#products { left: 224px; top: 0px; }
#how-to-buy { left: 336px; top: 0px; }
#oem { left: 448px; top: 0px; }
#support { left: 560px; top: 0px; }
#company { left: 672px; top: 0px; }


/* NAV TABS */
#primary-nav li a:link, 
#primary-nav li a:visited
{
	display: block;
	background: url(/assets/img/primary-nav-bg.png) top left no-repeat;
	width: 110px;
	height: 31px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#primary-nav li a:hover {
	background: url(/assets/img/primary-nav-bg-roll.png) top left no-repeat;
}

#primary-nav li a:active {
	display: block;
	background: url(/assets/img/primary-nav-bg.png) top left no-repeat;
	width: 110px;
	height: 31px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* ACTIVE TABS */
body.homepage #primary-nav li#home a:link,
body.homepage #primary-nav li#home a:visited,
body.home #primary-nav li#home a:link,
body.home #primary-nav li#home a:visited,
body.vnc #primary-nav li#vnc a:link,
body.vnc #primary-nav li#vnc a:visited,
body.products #primary-nav li#products a:link,
body.products #primary-nav li#products a:visited,
body.productshome #primary-nav li#products a:link,
body.productshome #primary-nav li#products a:visited,
body.how-to-buy #primary-nav li#how-to-buy a:link,
body.how-to-buy #primary-nav li#how-to-buy a:visited,
body.oem #primary-nav li#oem a:link,
body.oem #primary-nav li#oem a:visited,
body.oemhome #primary-nav li#oem a:link,
body.oemhome #primary-nav li#oem a:visited,
body.support #primary-nav li#support a:link,
body.support #primary-nav li#support a:visited,
body.company #primary-nav li#company a:link,
body.company #primary-nav li#company a:visited
{
	background: url(/assets/img/primary-nav-bg-active.png) top left no-repeat;
	color: #000;
}


body.homepage #primary-nav li#home a:hover,
body.home #primary-nav li#home a:hover,
body.vnc #primary-nav li#vnc a:hover,
body.products #primary-nav li#products a:hover,
body.productshome #primary-nav li#products a:hover,
body.how-to-buy #primary-nav li#how-to-buy a:hover,
body.oem #primary-nav li#oem a:hover,
body.oemhome #primary-nav li#oem a:hover,
body.support #primary-nav li#support a:hover,
body.company #primary-nav li#company a:hover
{
	background: url(/assets/img/primary-nav-bg-roll.png) top left no-repeat;
	color: #FFF;
}



body.homepage #primary-nav li#home a:active,
body.home #primary-nav li#home a:active,
body.vnc #primary-nav li#vnc a:active,
body.products #primary-nav li#products a:active,
body.productshome #primary-nav li#products a:active,
body.how-to-buy #primary-nav li#how-to-buy a:active,
body.oem #primary-nav li#oem a:active,
body.oemhome #primary-nav li#oem a:active,
body.support #primary-nav li#support a:active,
body.company #primary-nav li#company a:active
{
	background: url(/assets/img/primary-nav-bg-active.png) top left no-repeat;
	color: #000;
}


/* HOVER CLASS FOR TABS NAV */
ul#primary-nav li.sfhover a {
	background: url(/assets/img/primary-nav-bg-roll.png) top left no-repeat !important;
	color:#FFF;
}

/* = SECONDARY NAV (DROP DOWN)
----------------------------*/
ul#primary-nav li ul.secondary-nav {
	display: none; /* Hide secondary navigation */
}

ul#primary-nav li.hover ul.secondary-nav, 
ul#primary-nav li.sfhover ul.secondary-nav {
	display: block;
	position: absolute;
	z-index: 20;
	width: 110px;
	border: 1px solid #fff;
	background: #3c9b36 url(/assets/img/dropdown-bg.jpg) top left no-repeat !important;
	list-style: none;
	margin: 0px;
	margin-left: -1px;
	padding: 0px;
	color: #a9dc93;
}
ul#primary-nav li ul.secondary-nav li{
	display: none;	
	margin: 0px;
	padding: 0px;
	line-height: normal;
    position: static;
}
ul#primary-nav li.sfhover ul.secondary-nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: normal;
    position: static;
}


ul#primary-nav li#products ul.secondary-nav li a, 
ul#primary-nav li#home ul.secondary-nav li a, 
ul#primary-nav li#vnc ul.secondary-nav li a, 
ul#primary-nav li#how-to-buy ul.secondary-nav li a, 
ul#primary-nav li#oem ul.secondary-nav li a, 
ul#primary-nav li#support ul.secondary-nav li a, 
ul#primary-nav li#company ul.secondary-nav li a
{
	color: #a9dc93;
	width: auto;
	height: auto;
	padding: 8px 10px 8px 10px;
	margin: 0px;
    background: url(/assets/img/dropdown-divider.gif) bottom center no-repeat !important;
	text-align: left;
	font-size: 110%; 
}

ul#primary-nav li#products ul.secondary-nav li#last-item-products a, 
ul#primary-nav li#home ul.secondary-nav li#last-item a, 
ul#primary-nav li#vnc ul.secondary-nav li#last-item-vnc a, 
ul#primary-nav lhomei#how-to-buy ul.secondary-nav li#last-item-howtobuy a, 
ul#primary-nav li#oem ul.secondary-nav li#last-item-oem a, 
ul#primary-nav li#support ul.secondary-nav li#last-item-support a, 
ul#primary-nav li#company ul.secondary-nav li#last-item-company a
{
	background: transparent !important;
}
ul#primary-nav li#products ul.secondary-nav li a:link, 
ul#primary-nav li#products ul.secondary-nav li a:visited,
ul#primary-nav li#home ul.secondary-nav li a:link, 
ul#primary-nav li#home ul.secondary-nav li a:visited,
ul#primary-nav li#vnc ul.secondary-nav li a:link, 
ul#primary-nav li#vnc ul.secondary-nav li a:visited,
ul#primary-nav li#how-to-buy ul.secondary-nav li a:link, 
ul#primary-nav li#how-to-buy ul.secondary-nav li a:visited,
ul#primary-nav li#oem ul.secondary-nav li a:link, 
ul#primary-nav li#oem ul.secondary-nav li a:visited,
ul#primary-nav li#support ul.secondary-nav li a:link, 
ul#primary-nav li#support ul.secondary-nav li a:visited,
ul#primary-nav li#company ul.secondary-nav li a:link, 
ul#primary-nav li#company ul.secondary-nav li a:visited
{
	color: #a9dc93;	
}

ul#primary-nav li#products ul.secondary-nav li a:hover, 
ul#primary-nav li#home ul.secondary-nav li a:hover, 
ul#primary-nav li#vnc ul.secondary-nav li a:hover, 
ul#primary-nav li#how-to-buy ul.secondary-nav li a:hover, 
ul#primary-nav li#oem ul.secondary-nav li a:hover, 
ul#primary-nav li#support ul.secondary-nav li a:hover, 
ul#primary-nav li#company ul.secondary-nav li a:hover
{
	color: #FFF !important;	
}

ul#primary-nav li#products ul.secondary-nav li a:active, 
ul#primary-nav li#home ul.secondary-nav li a:active, 
ul#primary-nav li#vnc ul.secondary-nav li a:active, 
ul#primary-nav li#how-to-buy ul.secondary-nav li a:active, 
ul#primary-nav li#oem ul.secondary-nav li a:active, 
ul#primary-nav li#support ul.secondary-nav li a:active, 
ul#primary-nav li#company ul.secondary-nav li a:active {
	color: #a9dc93;	
}

/* = BREADCRUMB
-------------------------------*/
#breadcrumb {
	width: 880px;
	margin: 0;
	clear: both;
	text-align: left;
	font-size: 85%;
	color: #9c9b88;
	margin-bottom: 10px;
    position: relative;
    z-index: 25;
}

#breadcrumb a {
	margin: 0 4px;
}

body.homepage #breadcrumb {
	display: none; 
}

/* See /products/ios/iphone.html */
#iphonebreadcrumb {
	font-size: 85%;
	border-top: 1px dashed #9c9b88;
	border-bottom: 1px dashed #9c9b88;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #9c9b88;
}

/* = PRIMARY CONTENT
-------------------------------*/

/*----------------*/
/* BORDER TESTING */
/*----------------*/
body.homepage #primary-content { 
	clear:both;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: left;
	color: #1e3645;
	line-height: 150%;
	overflow:hidden;
}

body.home #primary-content,
body.products #primary-content,
body.productshome #primary-content,
body.vnc #primary-content,
body.how-to-buy #primary-content,
body.oem #primary-content,
body.oemhome #primary-content,
body.support #primary-content,
body.company #primary-content,
body.vacancies #primary-content
{
	clear:both;
	margin: 0px ;
	padding: 0px;
	padding: 0 0 0 12px;
	width: 880px;
	text-align: left;
	color: #1e3645;
	line-height: 150%;
	overflow: hidden;
	}

/* = SITE INFORMATION
-------------------------------*/
#site-info-container {
	clear: both;
	font-size: 70%;
	width: 900px;
	margin: 0 auto;
	background: #f1eeee url(/assets/img/site-info-bg.gif) top left repeat-x;
    position: relative;
}
#site-info {
	width: 850px;
	overflow: hidden;
	margin: 0 auto;
}

#site-info a:link, #site-info a:visited, #site-info a:active {
	color: #000;
	text-decoration: underline;
}

#site-info a:hover {
	color: #0148ff;
	text-decoration: underline;
}

#site-info p {
	float: left;
	margin: 18px 0 18px 9px;
	padding: 0;
	font-weight: normal;
}

ul#site-info-list {
	float: right;
	list-style: none;
	margin: 18px 0 18px 0;
	padding: 0;
}

ul#site-info-list li {
	float: left;
	margin: 0;
	padding: 0 8px;
}


#homepage-ad1 a.button, 
#homepage-ad2 a.button, 
a.button {
	width: 96px;
	height: 38px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
}

img.newitem-tag {
	vertical-align: 0px;
	padding: 0px;
	margin: 0px;
}

body.oemhome h1,
body.productshome h1,
body.homepage h1 {
	display: none;
}
body.products a.button {
	background: transparent url(/assets/img/buy-now-bg.gif) top left no-repeat;
	position: relative;
	float: right;
	margin-top: -15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.buybutton:link,
a.buybutton:visited,
a.buybutton:hover,
a.buybutton:active {
	display:block;
	background: transparent url(/assets/img/buy-now-bg.gif) center center no-repeat;
	padding: 12px 0 12px 0;
	margin:1px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size:120%;
	text-align:center;	

}
a.trybutton:link,
a.trybutton:visited,
a.trybutton:hover,
a.trybutton:active,
table#fulltable a.trybutton:link,
table#fulltable a.trybutton:visited,
table#fulltable a.trybutton:hover,
table#fulltable a.trybutton:active {
	padding: 10px 0 10px 0;
	margin:1px;
	background: transparent url(/assets/img/product-overview-button.gif) center center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size:110%;


}
/* buttons in table cells */
td a.trybutton,
td a.buybutton {
	display:block;
}


.dontshow {
	display: none;
}


/* DIAGRAMS */
p.diagram {
	text-align:center;
	padding:5px;

}
img.diagram-image {
	padding:5px;
}

/* = PRODUCT PAGE
-----------------------------*/
#product-overview {
	width: 850px;
	height: 200px;
	background: url(/assets/img/ad-bg.jpg) top left no-repeat;
	margin: 0 auto 20px auto;
	padding: 0 0 0 10px;
}

#product-overview dl {
	width: 245px;
	padding: 0 25px 0 10px;
	margin: 30px 0 0 0;
	display: inline;
	float: left;
	border-right: 1px solid #4b6ed2;
    height: 170px;
    position: relative;
}

* html #product-overview dl {
	padding: 0 10px;
}

#product-overview #last-product {
	border: none;
}

#product-overview dl dt {
	font-family: Arial,sans-serif;
	font-size: 140%;
	color: #fff;
	margin: 0px;
	padding: 0px;
	width: 240px;
}

#product-overview dl dt sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

#product-overview dl dd.desc {
	font-family: Verdana,sans-serif;
	font-size: 95%;
	color: #fff;
	margin: 15px 0px 0px 0px;
	padding: 0;
	width: 259px;
}

#product-overview dl dd.button {
    position: absolute;
    left: 80px;
    bottom: 10px;
    width: 90px;
    padding: 0px;
    margin: 0px;
}

#product-overview dl dd.button a
{
	font-family: Verdana,sans-serif;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	background: url(/assets/img/product-overview-button.gif) top left no-repeat;
	display: block;
	width: 90px;
	height: 31px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
}

#prod-left, #prod-right {
	width: 410px;
	float: left;
	margin: 10px;
	display: inline;
}

ul#product-resources {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
ul#product-resources li dl dt, ul#product-resources li dl dd {
	margin: 0;
	padding: 0 0 0 65px;
	text-align: left;
}
ul#product-resources li dl dt {
	font-weight: bolder;
}
ul#product-resources li {
	margin-bottom: 15px;
}
ul#product-resources li#product-releasenotes {
	background: transparent url(/assets/img/product-releasenotes-icon.gif) no-repeat left center;
}
ul#product-resources li#product-knownbugs {
	background: transparent url(/assets/img/product-bugs-icon.gif) no-repeat left center;
}
ul#product-resources li#product-submitsupport {
	background: transparent url(/assets/img/product-submit-icon.gif) no-repeat left center;
}
ul#product-resources li#product-documentation {
	background: transparent url(/assets/img/product-documentation-icon.gif) no-repeat left center;
}
div.product-features {
	background: #F6F6F6 url(/assets/img/product-features-box-top.gif) no-repeat scroll left top;
	width: 404px;
	padding: 5px 20px 5px 20px;
	margin: 0px;
}
div.product-features-bottom {
	background: transparent url(/assets/img/product-features-box-bottom.gif) no-repeat scroll left top;
	width: 444px;
	height: 6px;
	padding: 0px;
	margin: 0px;
}
div.product-features ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	list-style-image:url(/assets/img/product-bullet.gif);
	
}
div.product-features li {
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid #ddd;
	font-size: 90%;
    vertical-align: top;
}
div.product-features li.last-item {
	border-bottom: 0;
}
/* extra body for specificity purposes */
body div.product-features p {
	font-weight: bolder;
    margin-top: 0px;
    padding-top: 5px;
}
/* product-feature-narrow */
div.product-features-narrow {
	background: transparent url(/assets/img/product-buy-box-top.gif) no-repeat scroll left top;
	width: 375px;
	padding: 5px 20px 5px 20px;
	margin: 0px;
}
div.product-features-narrow ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	list-style-image:url(/assets/img/product-bullet.gif);
	
}
div.product-features-narrow li {
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid #ddd;
	font-size: 90%;
    vertical-align: top;
}
div.product-features-narrow li.last-item {
	border-bottom: 0;
}
div.product-features-narrow p {
	font-weight: bolder;
}
/* product-download */
div.product-download {
	background: #F6F6F6 url(/assets/img/product-buy-box-top.gif) no-repeat scroll left top;
	width: 375px;
	padding: 5px 20px 5px 20px;
}

div.product-download-bottom {
	background: transparent url(/assets/img/product-buy-box-bottom.gif) no-repeat scroll left top;
	width: 415px;
	height: 7px;
	margin: 0px;
	padding: 0px;
}
div.product-download h3 {
    line-height: normal;
    margin-top: 10px;
}

div.product-download dt {
	font-weight: bolder;
	clear: both;
    margin-top: 15px;
}
div.product-download dd {
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
div.product-download dd.last-item {
	border-bottom: 0px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
div.product-download dd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
div.product-download dd ul li {
	float: left;
	padding-right: 10px;
}
body.products h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}
body.products h2 {
	padding-bottom: 10px;
	padding-top: 4px;
}
body.products p {
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
}
.product-column1 {
	width: 444px;
	float: left;
}
.product-column2 {
	width: 415px;
	margin:0;;
	float: right;
}

/* Studio24 12/10/2007 - Stretchy, curved container */

div.curve-top {
    height:12px;
    margin:0px auto 0px auto;
    padding:0px 0px 0px 0px;
    width:790px;
    background: transparent url(/assets/img/medium-box-top.gif) no-repeat scroll center top ;
    font-size: 0px;
}


div.wide-box-list {
	width: 760px;
	background: #F6F6F6 url(/assets/img/medium-box-middle.gif) repeat-y scroll left top;
	padding:5px 15px 5px 15px;
	margin:0 auto;	
}

div.wide-box-list-bottom, 
div.product-download-container-bottom {
	background: transparent url(/assets/img/medium-box-bottom.gif) no-repeat scroll left top;
	width: 790px;
	padding: 0px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	height: 6px;
	margin-bottom: 10px;
}


div.wide-box-list dt {
	font-weight: bolder;
	clear: both;
}
div.wide-box-list dd {
	font-size: 80%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 5px;
}
div.wide-box-list dd.last-item {
	border-bottom: 0;
	padding-bottom: 15px;
	margin-bottom: 0;
}

div.wide-box-list dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
div.wide-box-list dd ul li {
	float: left;
	padding-right: 10px;
}
table.download-software-table td {
	padding: 5px;
	vertical-align: top;
}

table.download-software-table td ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

table.download-software-table caption {
    padding: 0px 6px 6px 6px;
    text-align: left;
}


/* = FULL PAGE TABLE
-----------------------------*/
.fulltable-container {
    width: 770px;
    padding: 0px 10px 1px 10px;
	background: #F6F6F6 url(/assets/img/medium-box-middle.gif) repeat-y scroll;
    margin: 0px auto 0px auto;
}

#fulltable {
    width: 770px;
    padding: 0px 0px 2px 0px;
}

div.product-download-container {
    width: 790px;
	margin-left: auto;
	margin-right: auto;
	background: #F6F6F6 url(/assets/img/medium-box-middle.gif) repeat-y scroll;
	padding: 10px 10px 2px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#fulltable td, #fulltable th, table.download-software-table td, #fulltable td.subtitle{
	font-size: 90%;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
}
table#fulltable .trybutton {
	font-size: 100%;
}
table#fulltable td {
	line-height:normal;
	padding: 2px 5px;
	vertical-align: middle;
}
table#fulltable td img {
	padding: 0px;
	margin: 1px;
}
table#fulltable .download-files td
{
	border-bottom: 0;
}
#fulltable td,
table.download-software-table td
{
	border-bottom: 1px solid #ddd;
}
table.download-software-table td
{
	border-right: 1px solid #ddd;
}
#fulltable td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#fulltable td.download-table-content {
	text-align: center;
    font-size: 70%;
}
#fulltable th {
	text-align:left;
}
#fulltable td.subtitle {
	font-weight: bold;
}

#fulltable td.last-item,
table.download-software-table td.last-item 
{
	border-right: none;
}

table.download-software-table td.last-row
{
	border-right: none;
	border-bottom: none;
}

/* = HTML FORMS
-----------------------------*/
.form-table td,
.form-table th {
	vertical-align: top;
}

#primary-content form  {
	font-size:90%;
}

#primary-content form fieldset {
	border: 1px solid #ddd;
	padding: 6px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#primary-content form fieldset legend {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}
#primary-content form label {
	/* padding-left: 5px; */
	padding-right: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}

#primary-content form fieldset dl, dl#form-dl {
	margin: 0;
	padding: 5px;
}
#primary-content form fieldset dl dt, dl#form-dl dt {
	clear: both;
	float: left;
	padding-top: 5px;
}
#primary-content form fieldset dl dd, dl#form-dl dd {
	padding-top: 5px;
	margin-left: 210px;
}

#primary-content form fieldset dl dd#email-opt-in input, dl#form-dl dd #email-opt-in input {
    margin-right: 10px;
}
/* FORM TABLES 
---------------*/
#primary-content div.form-box {
	background: #F6F6F6 url(/assets/img/medium-box-top.gif) no-repeat scroll left top;
	width:790px;
	margin: 10px auto 10px auto;
}

#primary-content div.form-box table {
	width:95%;
	padding: 6px 10px 2px 10px;
	margin: 5px auto 10px auto;
	font-size:100%;
}
#primary-content table.form-box td {
	padding:10px;
}

#primary-content table.form-box th {
	padding:10px;
	font-size:105%;
}
#primary-content table.form-box th.product {
	text-align:left;
	border-right: 1px solid #ddd;
}
#primary-content table.form-box th.price {
	text-align:center;
	border-right: 1px solid #ddd;
}
#primary-content table.form-box th.purchase {
	text-align:center;
}

#primary-content table.form-box td.product-name{
	border-right: 1px solid #ddd;
	width:225px;
	vertical-align:top;		
}
#primary-content table.form-box td.product-quantity{
	width: 400px;
	border-right: 1px solid #ddd;
	padding-left:10px;
	vertical-align:top;		
}

#primary-content table.form-box td.product-name-buy{
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width:45%;
	vertical-align:top;		
}

#primary-content table.form-box td.download-table-currencies
{
	padding: 5px;
	vertical-align: top;
	width:15%;
	border-right: 1px solid #ddd;
}

#primary-content table.form-box td.download-table-form
 {
	text-align: center;
	padding: 5px;
	width:40%;
	vertical-align: top;
	border-right: 1px solid #ddd;
}

#primary-content table.form-box td.download-table-form ul,
#primary-content table.form-box td.download-table-currencies ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#primary-content table.form-box td.download-table-currencies ul {
font-family:"Courier New", Courier, monospace;
}
#primary-content table.form-box td.product-quantity input {
	margin-left:20px;

}

#primary-content table.form-box td.product-quote {
	text-align:center;
	vertical-align:top;
}

#primary-content table.form-box input.action-submit {
	background:transparent url(/assets/img/buy-now-bg.gif) no-repeat scroll left top;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:80%;
	font-weight:bold;
	height:35px;
	line-height:normal;
	text-align:center;
	width:100px;
}
#primary-content table.form-box input#proceed {

	margin-left:200px;

}
#primary-content div.form-box-bottom {
	width: 790px;
	padding: 0 0 0 0;
	margin: 0 auto 15px auto;
	height:6px;
	background: transparent url(/assets/img/medium-box-bottom.gif) no-repeat scroll left bottom;
    line-height: 0px;
    font-size: 0px;
}

/* what if the bottom box is inside the container - no margin */
#primary-content div.form-box div.form-box-bottom {
	margin: 0 auto;
}

.form-box-top {
    height:12px;
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    width:790px;
    background: transparent url(/assets/img/medium-box-top.gif) no-repeat scroll center top ;
    line-height: 0px;
    font-size: 0px;
}

.fulltable-container .form-box {
	width:95%;
	padding: 6px 10px 2px 10px;
	margin: 0px auto 0px auto;
	font-size:100%;
}


/* = DOCUMENTATION
-----------------------------*/
dl#documentation-F8-menu dt {
	padding-top: 5px;
	font-weight: bold;
}


/* = VNC
-----------------------------*/
body.vnc a img {
	border: 0;
}

/* = CGI
-------------------------*/
ul#cards {
	list-style:none;
	clear: both;
	margin: 0 auto;
}
ul#cards li {
	float: left;
	margin: 0 0 0 5px ;
}
p.buy-page {
	clear:both;
	margin: 0 0 0 auto;
}

p.download-version {
	color:#0148FF;
}

p.download-desc {
	font-style:italic;
}

/* FORM VALIDATION */
p.form-error {
	border: 1px solid red;
	background-color:#FFCCCC;
	padding:5px;
	color:red;
	text-align:center;
	font-weight:bold;	
}
p.form-ok {
	border: 1px solid green;
	background-color:#99FF99;
	padding:5px;
	color:green;
	text-align:center;
	font-weight:bold;
}
div.download-box {
	clear: both;
	width: 550px;
	float: left;
}
#primary-content form.download-form {
	margin: 0;
	padding: 0;
}
#primary-content form.download-form fieldset {
	margin: 0;
	width: 150px;
	margin-bottom: 10px;
}
#primary-content form.download-form input.download-button {
	font-family: Verdana,sans-serif;
	color: #fff;
	font-weight: bold;
	background: url(/assets/img/product-overview-button.gif) top left no-repeat;
	width: 90px;
	height: 31px;
	line-height: 30px;
	border: 0;
    cursor: pointer;
}



#vnc-writing h3
{
	font-family: Arial,sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #01ae01;	
	letter-spacing: -1px;
	margin: 0 0 6px 0;
	padding: 0;
}

#vnc-writing h3 strong {
	color: #04202e;
}

#vnc-writing a
{
	display: block;
	color: #000;
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
	background: url(/assets/img/arrow.gif) top right no-repeat;
	height: 31px;
	text-align: right;
	padding: 10px 35px 20px 20px;
	margin: 10px;
	position: relative;
	top: -1px;
}

.vncnews li
{
	list-style: none;
	background: #FFF  url(/assets/img/raquo-bullet.jpg) no-repeat scroll 0px 8px;
	padding-left:17px;
	padding-top:2px;
	margin-bottom:5px;
	font-size: 90%;
	color: #666;
}

.vncnews a {
}

.vncnews ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.alignright
{	
	float: right;
}
.alignleft
{	
	float: left;
}

.iphoneonly {
    display: none;
}

#confirmpurchasedetails {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.highlightedformfield {
    background: #FFFF00;
}

#redirectmessage {
    display: none;
}

#confirmlist dt {
    float: left;
    width: 15em;
    clear: left;
}
#confirmlist dt, #confirmlist dd {
    line-height: 200%;
}

#wpsubmit {
    clear: left;
    float: left;
    margin-right: 20px;
    margin-top: 0px;
    padding-top: 20px;
}


.clearer {
    clear: both;
}

.mandatoryform dt {
    width: 210px;
}
.mandatoryform dt span {
    float: right;
    font-weight: bold;
    width: 16px;
}

.mandatoryform dd input, .mandatoryform dd select, .mandatoryform dd textarea {
    display: block;
}

.mandatoryform dd p input {
    margin-left: 15px;
}

.fulltable-container h3 {
    margin-top: 0px;
    padding-top: 0px;
}

div.fulltable-container p {
    padding-top: 0px;
    margin-top: 0px;
}

.supportbutton {
    font-family: arial, sans-serif;
    color: #1E3645;
    font-size: 15px;
    font-weight: bold;
    width: 161px;
    height: 160px;
    position: relative;
    margin-left: 25px;
    margin-top: 0px;
    padding: 0px;
    float: left;
    display: inline;
}

.supportbutton a {
    display: block;
    width: 161px;
}

.supportbutton img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 161px;
}

#iphone-viewer-box img {
    float: right; 
    width: 114px;
    clear: right;
    margin-top: 0px;
    border: 0px;
}

#iphone-viewer-box p {
    font-size: 80%;
    margin-top: 0px;
}
#iphone-viewer-box h5 {
    margin-bottom: 0px;
    margin-top: 0px;
}


/* OEM section */
.black_bordered {
    border: 1px solid #000000;
}

#iphone_view_link {
    float: right;
    font-size: 1.2em;
}

#oem_contact_link {
    float: right;
    position: relative;
    bottom: 30px;
    right: 20px;
    font-size: 1.2em;
}

/* VIEWER PLUS PAGE */

#i7_vpro_logo {
    float: right;
    margin: 10px 0px 10px 10px;
}

#i5_vpro_logo {
    float: right;
    clear: right;
    margin: 0px 0px 10px 10px;
}

#youtube_video2 {
    padding-left: 34px;
}

/* Documentation iframe styles */

div.framemaker_html {
	position: relative;
	height: 600px;
	width: 100%;
	background-color: white;
	margin-top: 18px;
	margin-bottom: 18px;
}

div.framemaker_html div.framemaker_html_toc{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;   
	width: 230px;
	height: 600px;
	overflow: auto;
	padding: 0px 10px 0px 10px;
	border: 1px solid #6699CC;
}

div.framemaker_html div.framemaker_html_content {
	position: absolute;
	top: 0px;
	left: 251px;
	right: 0px;
	bottom: 0px;
	height: 600px;
	width: 590px;
	overflow: auto;
	padding: 0px 10px 0px 10px;
	border: 1px solid #6699CC;
	background-color: white;
}

div.framemaker_html img {
	border: 0px solid white;
	margin: 0px;
}

div.framemaker_html p {
	display: block;
	line-height: 1.45em;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.framemaker_html a {
	color: blue;
}

div.framemaker_html a:hover {
	color: #E59700;
}

/* --------------- Specific for iframe docs ---------------*/

div.framemaker_html p.AppendixTitle {
	font-size: 1.9em;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.35em;
}

div.framemaker_html p.SpecialTitle {
	font-size: 1.9em;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.35em;
}

div.framemaker_html p.ChapterTitle {
	font-size: 1.9em;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.35em;
}

div.framemaker_html p.Heading1 {
	font-size: 1.9em;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.35em;
}

div.framemaker_html p.TocTitle {
	font-size: 1.9em;
	margin-bottom: 25px;
	font-weight: bold;
	line-height: 1.35em;
}

div.framemaker_html p.TocTitle {
	margin-top: 4px;
}

div.framemaker_html p.AppendixTitleTOC {
	margin-top: 16px;
}

div.framemaker_html p.SpecialTitleTOC {
	margin-top: 16px;
}

div.framemaker_html p.ChapterTitleTOC {
	margin-top: 16px;
}
 
div.framemaker_html p.Heading1TOC {
	margin-left: 20px;
}
 
div.framemaker_html p.Heading2 {
	font-size: 1.5em;
	margin-top: 18px;
	margin-bottom: 13px;
	font-weight: bold;
}

div.framemaker_html p.ChapterContents{
	font-size: 1.5em;
	margin-top: 18px;
	margin-bottom: 13px;
	font-weight: bold;
}

div.framemaker_html p.Heading3 {
	font-size: 1.15em;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

div.framemaker_html p.Heading4{
	font-size: 0.95em;
	margin-top: 12px;
	font-weight: bold;
}

div.framemaker_html p.Bullet {
	margin-left: 16px;
	text-indent: -16px;
}

div.framemaker_html p.Number {
	margin-left: 16px;
	text-indent: -16px;
}

div.framemaker_html p.BulletIndent {
	margin-left: 32px;
	text-indent: -16px;
}

div.framemaker_html p.NumberIndent {
	margin-left: 32px;
	text-indent: -16px;
}

div.framemaker_html p.Indent {
	margin-left: 16px;
}

div.framemaker_html p.NoteIndent {
	margin-left: 16px;
}

div.framemaker_html p.IndentIndent {
	margin-left: 32px;
}

div.framemaker_html p.Graphic {
	margin-top: 12px;
	margin-bottom: 12px;
}

div.framemaker_html img.Indent1Graphic {
	margin-left: 18px;
}

div.framemaker_html img.Indent2Graphic {
	margin-left: 34px;
}

div.framemaker_html p.ChapterMiniToc {

}

div.framemaker_html p.Code {
	font: 9pt "Courier New";
}

div.framemaker_html p.GraphicExplanation {
	font-style: italic;
	margin: 3px 0px 12px 0px;
	line-height: 1.4em;
}

div.framemaker_html p.GraphicIndentExplanation {
	font-style: italic;
	margin: 3px 0px 12px 16px;
	line-height: 1.4em;
}

div.framemaker_html div.Header {
	border-bottom: 1px solid #6699CC;
	text-align: center;
	padding: 12px 0px 16px 0px;
	font-style: italic;
}

div.framemaker_html div.Footer {
	margin-top: 18px;
	border-top: 1px solid #6699CC;
	text-align: center;
	padding: 13px 0px 15px 0px;
	font-style: italic;
}

div.framemaker_html a.NavigationPrevious{
	float: left;
	font-style: normal;
}

div.framemaker_html a.NavigationNext{
	float: right;
	font-style: normal;
}

/* --------------- Tables in iframe docs ---------------*/

div.framemaker_html div.Indent1Table {
	margin-left: 16px;
}

div.framemaker_html div.Indent2Table {
	margin-left: 32px;
}

div.framemaker_html table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	border: 1px solid gray;
	background-color: transparent;
}

div.framemaker_html td{
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
	border-bottom: 1px solid #C0C0C0;
}

div.framemaker_html th {
	border-bottom: 1px solid gray;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
}

div.framemaker_html p.CellBody {
	font-size: 1em;
	margin-top: 4px;
	margin-bottom: 4px;
 }

div.framemaker_html p.CellHeading {
	font-size: 1em;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* --------------- Character formats in iframe docs ---------------*/

div.framemaker_html span.Code {
 font: 9pt "Courier New";
 }
 
div.framemaker_html span.Emphasis {
 font-style: italic;
}
 
div.framemaker_html span.BoldItalic {
 font-style: italic;
 font-weight: bold;
}

div.framemaker_html span.Control {
 font-weight: bold;
}

.smalltm {
    font-size: 0.7em;
}

/* IPHONE THUMBS */

.carousel-container {
    margin-top: 0px; 
    margin-bottom: 15px; 
    text-align: center;
    vertical-align: top;
}

.carousel-container p {
    font-size: 10px; 
    margin-top: -5px; 
    margin-bottom: 0px;
}

#iphone-viewer-box {
    height: 80px;
    padding-top: 15px;
}


.apple_overlay.apple_landscape, .apple_overlay.apple_portrait {
    display: none;
    padding: 55px 50px 25px 50px;
}

.apple_overlay.apple_ipad_landscape, .apple_overlay.apple_ipad_portrait {
    display: none;
    padding: 70px 30px 5px 70px;
}

.apple_overlay.apple_ipad_portrait {
    display: none;
    padding: 70px 26px 5px 74px;
}

.apple_overlay.apple_ipad_landscape {
    width: 600px;
    background-image: url(/assets/img/ipad-screenshot-background-horiz.png);
}

.apple_overlay.apple_ipad_portrait {
    width: 500px;
    background-image: url(/assets/img/ipad-screenshot-background-vert.png);
}

.apple_overlay.apple_landscape {
    background-image: url(/assets/img/iphone-screenshot-background-horiz.png);
    width: 500px;
}

.apple_overlay.apple_portrait {
    background-image: url(/assets/img/iphone-screenshot-background-vert.png);
    width: 259px;
}

.apple_overlay a.close {
    background-image: url(/assets/img/close.png);
    display: block;
    position: absolute;
    right: 35px;
    top: 40px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}



/* NEWS PAGES */

#newslist {
    margin-top: 2em;
}

#newslist dt {
    float: left;
    width: 14em;
    clear: left;
    text-align: right;
    padding-right: 3em;
}

#newslist dd {
    margin-bottom: 1em;
    margin-left: 17em;
}

#customer_news_logo {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
}

ul.social-media-buttons { 
    overflow: hidden;
    float: right;
    margin: 0px 4px;
    display: none;
}
ul.social-media-buttons li { 
    list-style: none;
    float: left;
    margin-right: 6px;
}
ul.social-media-buttons li.facebooklike { 
    list-style: none;
    float: left;
    padding: 0px;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    width: 90px;
    overflow: hidden;
}

