#browser-warning {
	color: white;
	position: absolute;
	z-index: 1000;
	width: 100%;
}

#browser-warning div {
	background-color: red;
	width: 550px;
}

div.related ul {
	margin-left: 15px;
}

a#high-five-button {
	background: no-repeat 100% 50%;
	display: block;
	height: 30px;
	margin-right: 23px;
}

a#competitive-upgrades-button {
	background: no-repeat 100% 50%;
	display: block;
	height: 30px;
	margin-right: 23px;
}

/*===============================*/


/*===============================
	Content classes
===============================*/

.image-div {
	margin-top: 20px;
}

img.right {
	float:right;
	padding-left: 10px;
}

img.left {
	float:left;
	padding-right: 10px;
}

div.left, p.left {
	float: left;
}

div.right, p.right {
	float: right;
}

div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.clear {
	clear:both;
}

div.half-cell {
	width: 47%;
	margin-top: 10px;
}

div.half-cell.left {
	margin-right: 10px;
}

div.half-cell.right {
	margin-left: 10px;
}

div.simple-half-cell {
	width: 50%;
}

div.third-cell {
	width: 32.5%;
	margin-top: 10px;
}

div.quarter-cell {
	width: 24.5%;
	margin-top: 10px;
}

div.indent-box {
	margin: 40px 0;
	padding: 0px 30px;
}

a.quietLink, a.quietLink:visited {
  text-decoration: none;
}

a.quietLink:hover {
  text-decoration: underline;
}

.red {
  color:red !important;
}

.blue {
  color:blue !important;
}

.captcha td {
	vertical-align: middle;
}

.img-wrapper {
    width:auto;
    height:auto;
    border: 1px dashed #ccc;
    background: #EAEAEA;
    padding: 10px;
}

/*= Social button classes =*/

div.social-buttons {
	position: fixed;
	left: 0;
	top: 25%;
	z-index: 999;
}

div.social-buttons span,
div.social-buttons .subscribe-button, 
div.social-buttons a[data-uv-lightbox="classic_widget"] {
	display: block;
	height: 27px;
	width: 37px;
	margin: 5px;
	cursor: pointer;
}

.st_facebook_custom {
	background: url('/images/buttons/share-social/facebook.png') no-repeat scroll left top transparent;
}

.st_facebook_custom:hover {
	background: url('/images/buttons/share-social/facebook-hover.png');
}

.st_googleplus_custom {
	background: url('/images/buttons/share-social/googleplus.png') no-repeat scroll left top transparent;
}

.st_googleplus_custom:hover {
	background: url('/images/buttons/share-social/googleplus-hover.png');
}

.st_twitter_custom {
	background: url('/images/buttons/share-social/twitter.png') no-repeat scroll left top transparent;
}

.st_twitter_custom:hover {
	background: url('/images/buttons/share-social/twitter-hover.png');
}

.st_linkedin_custom {
	background: url('/images/buttons/share-social/linkedin.png') no-repeat scroll left top transparent;
}

.st_linkedin_custom:hover {
	background: url('/images/buttons/share-social/linkedin-hover.png');
}

.st_email_custom {
	background: url('/images/buttons/share-social/email.png') no-repeat scroll left top transparent;
}

.st_email_custom:hover {
	background: url('/images/buttons/share-social/email-hover.png');
}

.subscribe-button {
	background: url('/images/buttons/share-social/subscribe.png') no-repeat scroll left top transparent;
}

.subscribe-button:hover {
	background: url('/images/buttons/share-social/subscribe-hover.png');
}

.feedback-button {
	background: url('/images/buttons/share-social/feedback.png') no-repeat scroll left top transparent;
}

.feedback-button:hover {
	background: url('/images/buttons/share-social/feedback-hover.png');
}

.st_fblike_vcount {
	margin: -3px !important;
	height: 76px !important;
}


/*= Button classes =*/

.button-placeholder {
	background: url('/images/buttons/button_placeholder.png') no-repeat 50% 0;
	height: 52px;
}

.button-placeholder .button {
	margin: 10px;
}

.button .left, .button .right {
	width: 4px;
	height: 30px;
}

.button .middle {
	margin: 0px 4px;
}

.button .middle div {
	width:100%;
	height: 100%;
}

.button input, .button a {
	cursor: pointer;
	font-size: 14px;
	color: #FFF !important;
}

.button input {
	border: 0;
	background: none;
	height:30px;
	padding:0;
	width:100%;
}

.button a {
	display: block;
	text-decoration: none;
	height: 24px;
	padding-top: 6px;
	text-align: center;
}

.button a:hover {
	text-decoration: none;
}

.button:active .middle div {
	background: none;
}

.button:hover .middle, .button:hover .left, .button:hover .right {
	background-position: 0 -30px;
}

.button:active .middle, .button:active .left, .button:active .right {
	background-position: 0 -60px;
}

/*== Blue Button ==*/

.blue-button .middle {
	background: url('/images/buttons/blue/button-middle.png') repeat-x;
}

.blue-button .left {
	background: url('/images/buttons/blue/button-start.png') no-repeat top left;
}

.blue-button .right {
	background: url('/images/buttons/blue/button-end.png') no-repeat top right;
}

/*== End Blue Button ==*/

/*== Green Button ==*/

.green-button .middle {
	background: url('/images/buttons/green/button-middle.png') repeat-x;
}

.green-button .left {
	background: url('/images/buttons/green/button-start.png') no-repeat top left;
}

.green-button .right {
	background: url('/images/buttons/green/button-end.png') no-repeat top right;
}

/*== End Green Button ==*/


/*== Orange Button ==*/

.orange-button .middle {
	background: url('/images/buttons/orange/button-middle.png') repeat-x;
}

.orange-button .left {
	background: url('/images/buttons/orange/button-start.png') no-repeat top left;
}

.orange-button .right {
	background: url('/images/buttons/orange/button-end.png') no-repeat top right;
}

/*== End Orange Button ==*/

.button.green-button.download a {
	background:url('/images/buttons/green/arrow.png') no-repeat 8px 0;
	text-align:left;
	padding-left:40px;
}

.button.orange-button.buy a {
	background:url('/images/buttons/orange/cart.png') no-repeat 25px 0;
	text-align:left;
	padding-left:60px;
}


/*===============================
	News classes
===============================*/

.sidebar-news .date {
	padding: 0 8px 0px 0px;
}

.sidebar-news a {
	float:right;
	display:block;
}

.sidebar-news > div.news-item {
	padding-bottom: 30px !important;
}

a.rss {
  float:right;
  text-decoration:none;
  background:url('/images/rss_icon.gif') no-repeat;
  width: 48px;
  height: 16px;
}

a.all-news {
	margin-left: 20px;
}

/*===============================*/


/*===============================
	Search classes
===============================*/

.search-results h3 {
	color: #999;
	word-wrap: break-word;
}

/*===============================*/


/*===============================
	Feedback classes
===============================*/

.question p.question-title {
    font-weight: bold;
    float: left;
}

.feedback label {
    font-weight: normal;
}

.feedback .one-line p.question-title {
	width: 250px;
	float:left;
}

.feedback .one-line label, .feedback .question td label {
	margin-right: 30px;
}


/*===============================*/



/*===============================
	Other classes
===============================*/

div.blog-items {
	margin: 6px 6px 6px 20px;
}

div.sitemap {
    padding-top:1rem;
}

div.sitemap td, div.sitemap td img {
	vertical-align: bottom;
}

div.sitemap td div {
	height: 20px !important;
}

div.sitemap a {
	text-decoration: underline;
}

div.demo-div {
	position: relative;
	text-align: left;
}

div.demo-div a {
	background: url('/images/buttons/play_button.png') no-repeat 50% 50%;
	width: 100%;
	height: 100%;
	display:block;
}

div.demo-div a:hover {
	background: url('/images/buttons/play_button_active.png') no-repeat 50% 50%;
}

div.screenshot-div {
	position: relative;
	text-align: left;
}

div.screenshot-div a {
	background: url('/images/buttons/zoom_button.png') no-repeat 50% 50%;
	width: 100%;
	height: 100%;
	display:block;
}

div.screenshot-div a:hover {
	background: url('/images/buttons/zoom_button_active.png') no-repeat 50% 50%;
}

div.screenshot-div.right, div.demo-div.right {
	margin-left: 10px;
}

div.screenshot-div.left, div.demo-div.left {
	margin-right: 10px;
}

div.screenshot-back {
	background-color: #F3F3F3;
	border: 1px solid #DDD;
	padding: 4px;
	text-align: center;
}

.price {
	color: #FF9326 !important;
	font-size: 1.07rem;
}

span.old-price {
	text-decoration: line-through;
	color: #bbb !important;
}

span.new-price, span.new-price a {
	color: #F52 !important;
}

span.saving {
	color: #969696;
}

table.doc-table td, table.doc-table th {
	border: 1px solid #8BC;
	padding: 5px;
}

table.doc-table th {
	font-weight: bold;
	background-color: #DEF;
	text-align: center;
}

div.support-action {
	padding-top: 10px;
	width: 85%;
}

div.grey-box {
	margin: 20px 0;
	padding: 20px 10px;
	background: #f7f7f7;
}

span.code 
{
  display: inline-block;
  text-indent: 0;
  margin: 2px 3px;
  padding: 0px 3px;
  font-family: Courier New, Courier, monospace !important;
  font-size: 1em !important;
  color: #666666;
  background-color: #F8F8F8;
  border: solid 1px #DDDDDD;
}

.anchor-id {
  display: block;
  height: 6rem;
  margin-top: -6rem;
  visibility: hidden;
}

/*===============================*/


/*===============================
	Editions classes
===============================*/

table.editions-table {
	margin-top: 20px;
	width: 100%;
}

table.editions-table tr {
	text-align: center;
}

table.editions-table tr:nth-child(odd) {
	background-color: #F5F5F5;
}

table.editions-table th:first-child {
	font-size: 20px;
}

table.editions-table th {
	color: #666;
	font-size: 15px;
	background-color: #fff;
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
    text-align: center;
}

table.editions-table tr td:first-child, table.editions-table tr th:first-child {
	text-align: left;
	width: 377px;
}

table.editions-table td {
	vertical-align: middle;
	padding: 5px 0;
}

table.editions-table tr.feature-group {
	color: #18496C;
	font-size: 20px;
}

table.editions-table tr.feature-group td.without-text {
	font-size: 1px !important;
}

table.editions-table tr.feature-group {
	background: url('/images/products/features-group-divider.gif') top left repeat-x;
}

table.editions-table tr.feature-group td div {
	padding-top: 18px;
}

table.editions-table tr.feature-group p {
	margin-top: 15px;
}

table.editions-table tr.price {
	background: url('/images/products/features-group-divider.gif') top left repeat-x;
}

table.editions-table tr.price td:first-child {
	color: inherit !important;
	font-weight: inherit !important;
}

table.editions-table tr.price td {
	font-weight: bold;
	padding-top: 15px;
}

div.editions-note sup {
	color: #090;
}

/*===============================*/


/*===============================
	Order & Download classes
===============================*/

#tabs div.top-border, #tabs div.middle-border {
	height: 20px;
}

table.order {
	width: 100%;
}

table.order tr th:first-child {
	padding-left: 10px;
}

table.order th {
	text-align: left;
	font-size: 1.57rem;
	border-bottom: 1px solid #ccc;
}

table.order td {
	vertical-align:middle;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	height: 70px;
}

table.order tr td:first-child {
	width: 135px;
	text-align: center;
}

table.order tr.product-name td {
	color: #12A8F3;
	text-align:left !important;
	height: 20px;
	padding-top: 20px !important;
	font-size: 15px;
}

table.order h3 a {
	color: #666 !important;
	text-decoration: none;
}

table.order th.price {
	color: inherit;
}

table.order .price {
	text-align: right;
	min-width: 105px;
}

table.order .price.extended {
	min-width: 116px;
}

table.order td.price a {
	color: #FF9326 !important;
	font-size: 16px;
}

table.order span.old-price.indent {
	padding-right: 38px;
}

table.order p.description {
	font-size: 11px !important;
	padding-right: 20px;
}

table.order p.bundle-description {
	padding-right: 20px;
	font-size: 13px !important;
}

table.order .discount {
	font-size: 11px !important;
	display: block;
}

table.order a span.buy-button {
	background: url('/images/buttons/buy.png') no-repeat 0 0;
	width: 36px;
	height: 36px;
	float:right;
	margin-left: 10px;
	display: block;
}

table.order a span.buy-button.indent {
	margin-top: -6px;
}

table.order a:hover span.buy-button {
	background-position: 0 -36px;
}

table.order a:active span.buy-button {
	background-position: 0 -72px;
}

/*== download ==*/

table.order.download  {
	margin-top: 20px;
}

table.order.download tr:first-child th {
	border-bottom:3px #19486C solid;
	color:#19486C;
}

table.order.download tr th:first-child {
	padding-left: 0px;
}

table.order.download tr td:first-child {
	width: auto !important;
	text-align: justify;
}

table.order.download td {
	height: 55px;
}

table.order.download td.link a, table.order.download td.link {
	color: #4b9d1f;
}

table.order.download div.file-size {
	font-size: 16px;
	min-width: 150px;
	text-align: right;
}

table.order.download p.description {
	font-size: 12px !important;
}

table.order.download a span.download-button {
	background: url('/images/buttons/download.png') no-repeat 0 0;
	width: 36px;
	height: 36px;
	float:right;
	margin: -5px 0 0 10px;
	display: block;
}

table.order.download a:hover span.download-button {
	background-position: 0 -36px;
}

table.order.download a:active span.download-button {
	background-position: 0 -72px;
}

table.order.download div.actions .button {
	margin-left: 10px;
}

table.order.download div.actions .price {
	margin-top: 4px;
}

/*== licenses ==*/

table.order.download.licenses th {
	font-size: 18px;
}

table.order.download.licenses th, table.order.download.licenses td {
	text-align:center;
}

table.order.download.licenses th:first-child, table.order.download.licenses td:first-child {
	text-align:left;
}

/*===============================*/

/*===============================
	Events classes
===============================*/

.events .date {
	color: #FF9326;
	font-style: italic;
}

.events div.dotted {
	border-bottom: 1px dotted #ccc;
	height: 10px;
	margin-bottom: 20px;
}

.events .event-text {
  width: 63%;
  border-left: 1px solid #ccc;
  padding-left: 30px;
  margin-left: 30px;
}
/*===============================*/