/*---------------------------------  Styles.css  ---*/

body {
    background-color: #BFC1C4;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align:center;
}

#page {
    margin: 15px auto;
    width: 988px;
    text-align: left;
    border: 222 solid #9EA3AC;
    padding: 5px;
    background-color: #FFFFFF;
    clear: both;
}

div#header {
    background: url(/images/banner.png);
    background-repeat: no-repeat;
    height: 100px;
    width: 985px;
}

#main {
    background-color: white;
    float: left;
    width: 100%;
    margin: 15px 0px 30px;
}

h1 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 0.72em;
    text-transform: uppercase;
}

h2 {
    font-size: 180%;
    color: #222;
    line-height: 0.9em;
    letter-spacing: -0.03em;
    padding: 0 0 2px 0;
    margin: 0 0 0.8em 0;
    font-weight: normal;
}

h3 {
    font-size: 180%;
    color: #222;
    line-height: 0.9em;
    letter-spacing: -0.03em;
    padding: 0 0 2px 0;
    margin: 0 0 0.8em 0;
    font-weight: normal;
}

h4 {
    font-size: 140%;
    letter-spacing: -0.05em;
    font-weight: normal;
    margin: 0.8em 0 0.5em 0; 
    padding: 0;
}

h5 {
    font-size: 120%;
/*    margin: 0.7em 0 0.3em 0;*/
}

h6 {
    font-size: 105%;
    font-weight: bold;
    margin: 0.3em 0 0.1em 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "myriad pro", "lucida grande", "trebuchet ms", Arial, Helvetica, sans-serif;
    color: #111;
    clear: both;
}

h2.posttitle a.link, h2.posttitle a:visited {
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 0.5em;
    padding: 0;
    line-height: 1.5em;
}


ul.screenshot {
    margin: 0;
    padding: 3px;
    list-style-type: none;
    width: auto;
    overflow: auto;
}

ul.screenshot li {
    vertical-align: top;
    padding: 3px 15px 10px 10px;
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    margin-bottom: 10px;
}

a {
    color: #043DBC;

}

/*
a:link {
	color: #043DBC;
    border-bottom: 1px dashed #3D7DC7;
	text-decoration: none;
}

a:visited {
	color: #2277D9;
	border-bottom: 1px dashed #3D7DC7;
	text-decoration: none;
	}

a:hover {
	color: #51A2FF;
    border-bottom: 1px dashed #2C8AF7;
	text-decoration: none;
	}
*/

a:link.nol, a:visited.nol, a:hover.nol {
    border-bottom: 1px solid #fff;
    background-image: none;
    padding-right: 0;
}

a.noborder {
    border: none;
}

a.noborder:hover {
    border: none;
}

/*---MAIN COLUMN---*/

#content-wrapper-with-sidebar {
    float: left;
    width: 700px;
}

#content-wrapper {
    float: left;
}

#content {
    padding: 0px 15px;
}

/*---SIDEBAR---*/

#sidebar-wrapper {
    float: right;
    width: 284px;
}

#sidebar {
    font-size: 100%;
    padding: 15px;
    padding-top: 0px;
}

#sidebar h3 {
    color: #222222;
    font-size: 190%;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 12px;
}

#sidebar span {
    font-size: 120%;
    color: #d26511;
}

#sidebar ul {
/*    list-style-type: disc;*/
    padding-left: 0em;
margin-left: 0px;
/*    margin-left: 2px; */

    text-indent: 0em; /*  margin: 5px 0px 10px 25px;*/
/*  line-height: 1.5em;*/
}

div.box ul li {
  margin-left: 10px; 	
}

#sidebar li {
    font-size: 110%;
}

#sidebar p {
    line-height: 1.4em;
}

/*---ARTICLE---*/

.entry {
    margin-bottom: 20px;
}

.entry .info {
    margin-top: 1em;
    font-size: 1em;
}

.entry p {
    font-size: 1.1em;
}

.posted {
    color: #918C7E;
    font-size: 10px;
    margin: -3px 0 5px;
    padding: 0px;
}

.posted em {
    color: #451811;
    font-style: italic;
    margin: 0px 6px;
    font-weight: bold;
}

.posted img {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0 4px -5px 2px;
    text-decoration: none;
}

label.software_heading {
    margin-left: 5px;
    font-size: 150%;
}

/*---STYLES---*/

#extra {
    margin-bottom: 10px;
}

#extra .box {
    background-color: #e8f0f6;
    border-color: #D5E9F6;
}

#extra p {
    line-height: 1.2em;
    margin: 0px 0px 5px 0px;
}

#extra em {
    font-style: italic;
}

#extra span {
    color: #d26511;
    font-size: 120%;
}
/*
#player, #gallery {
    background: #FFFFFF;
    float: left;
    clear: both;
    margin: 0px 15px 15px 0px;
    padding: 3px;
    border: 1px solid #a9cde5;
}

#gallery a,
#gallery a:hover,
#player a,
#player a:hover,
#extra img a,
#extra img a:hover {
    border-bottom: none !important;
    text-decoration: none !important;
}
*/
#extra a img {
    margin-bottom: -3px;
}


.box {
    padding: 15px;
    border: 1px solid #dbd6d1;
    background-color: #efedeb;
    margin-bottom: 20px;
}

.box input {
    margin-top: 5px;
}

.box input.email {
    font-size: 10px;
    padding: 3px;
    color: #a29e96;
    width: 140px;
}

.box input.subscribe {
    width: 70px;
    margin-left: 5px;
    color: #232323;
}

.box ul {
    margin-left: 20px;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

/*---SITEMAP---*/

#sitemap ul {
    list-style-type: disc;
    margin: 5px 0px 10px 35px;
    line-height: 2em;
}

#sitemap li a {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 180%;
    font-weight: bold;
    margin: 0px;
    color: #451811;
    text-decoration: none;
    border-bottom: none;
}

#sitemap li a:hover {
    color: #902f1c;
    border-bottom: none;
}

#sitemap ul.second {
    font-size: 80%;
}

/*---FOOTER---*/

#footer-wrapper {
    margin: 5px auto;
    width: 985px;
}

#footer {
    color: #595452;
    float: right;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-size: 90%;
    margin-bottom: 30px;
}

div.box table tr td {
    font-size: 110%;
}

/*---------------------------------  Navigation.css  ---*/
ul#navbar {
    background: url(/images/backgr.jpg) repeat-x left top;
    margin: 0;
    border-bottom: 1px solid #98CBB0; /*border-top:1px solid #00CCFF;*/
    list-style-type: none;
    height: 31px;
}

ul#navbar li {
    float: left;
}

ul#navbar li a {
    display: block;
    padding: 5px 15px 4px;
    font: bold 16px "Trebuchet MS";
    text-decoration: none;
    color: #3F4C6B;
    letter-spacing: -0.1em;
}

ul#navbar li a:hover {
/*    color: #98CB00;*/
    color: #006836;
}

ul#navbar li a#current {
    background: url(/images/current.gif) no-repeat center bottom;
    color: #006836;
}


/*---------------------------------  Lightbox.css  ---*/

#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox img {
    width: auto;
    height: auto;
}

#lightbox a img {
    border: none;
}

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer {
    padding: 10px;
}

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    border-bottom: none;
}

#imageContainer>#hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
    border-bottom: none;
}

#prevLink, #nextLink {
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
    display: block;
}

#prevLink {
    left: 0;
    float: left;
}

#nextLink {
    right: 0;
    float: right;
}

#imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData {
    padding: 0 10px;
    color: #666;
}

#imageData #imageDetails {
    width: 70%;
    float: left;
    text-align: left;
}

#imageData #caption {
    font-weight: bold;
}

#imageData #numberDisplay {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}

/* --- */

div.blog-content {
    margin-top: 10px;
    font-size: 100%; /*  color: #333333;*/
}

div.entry a {
  text-decoration: none;
}


div.entry a:hover {
  color: #51A2FF;
  border-bottom: 1px dashed #2C8AF7;
  text-decoration: none;
}

table.buy td b {
    font-size: 120%;
}

tr.row {
}

tr.row td {
    margin-top: 10px;
    border-bottom: solid 1px #ccc;
}

p.comment {
    font-size: 95%;
    color: #5C5C5C;
}

pre {
    font-size: 80%;
}

span.heading {
    color: #d26511;
}

span.current_version {
    font-size: 120%;
}

p.current_version {
    font-size: 120%;
}

/* Download sidebar */
#download_sidebar {
    padding: 5px;
    top: 0px;
    background-color: #e8eaea;
    height: 100%;
}

#download_sidebar .item {
    color: #5b5b5b; /*	border-bottom: 2px solid #fff;*/
    padding: 15px;
    background-position-x: 0%;
    background-position-y: 100%;
    background-repeat: repeat-x;
    background-image: url(/images/dt_bg.png);
}

#download_sidebar a {
    text-decoration: none;  
}

div.item_free {
    background: url(/images/free_corner.png) no-repeat top right;
}

div.item_trial {
    background: url(/images/trial_corner.png) no-repeat top right;
}

div.divider {
    clear: both;
    background-position-x: 0%;
    background-position-y: 100%;
    background-repeat: repeat-x;
    background-image: url(/images/dt_bg.png);
}

div#divider {
    clear: both;
    width: 940px;
    background-position-x: 0%;
    background-position-y: 100%;
    background-repeat: repeat-x;
    background-image: url(/images/dt_bg.png);
}

#download_sidebar h2 {
    letter-spacing: -0.03em;
    padding: 0 0 0px 0;
    margin: 0 0 0.1em 0;
}

/* */
div#docs-content p {
    margin-top: 8px;
}

div#docs-content h1 {
    margin-bottom: 10px;
}

pre {
    font-size: 100%;
}

div.doc-toc {
    background: #F9F7ED;
}

div.doc-toc ul {
    list-style: none;
}

div.doc-toc ul ul li {
    margin-left: 20px;
}

h2.inactive a:link, h2.inactive a:visited {
    color: #ccc;
    border-bottom: none !important;
}

h2.inactive a:hover {
    color: #51A2FF;
    border-bottom: 1px dashed #2C8AF7;
}

div#chn_version {
    padding-top: 10px;
    text-align: right;
}

div.feature_video {
    width: 17px;
    height: 17px;
    position: absolute;
    top: -8px;
    right: -8px;
}

div.feature_thumbnail {
    width: 155px;
    height: 120px;
    left: 6px;
    top: 6px;
    position: relative;
}

div.feature_container {
    width: 190px;
    height: 170px;
}

div.screencast_video {
    width: 17px;
    height: 17px;
    position: absolute;
    top: -8px;
    right: -12px;
}

div.screencast_thumbnail {
    width: 200px;
    height: 159px;
    left: 6px;
    top: 6px;
    position: relative;
}

div.screencast_container {
    width: 220px;
    height: 220px;
}

ul.feature_row {
    list-style-type: none;
    display: inline;
    width: auto;
    overflow: auto;
}

ul.feature_row  li {
    vertical-align: top;
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
}

div.background_wrapper {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    padding-top: 10px;
    min-width: 945px;
    padding-left: 10px;
    background: transparent url(/images/bg_metal.png) repeat-x top left;
}

div.green_text {
    font-weight: bold;
    color: #092a12;
}

div.green_text ul {
    list-style: square;
}

div.green_text ul li {
    list-style: square;
    display: block;
}

/* ---------- gallery styles start here ----------------------- */
.gallery-close {
    list-style: none;
    margin: 0;
    margin-left: 5px;
    padding: 0;
}
.gallery-close a {
    text-decoration: none;
}

.gallery-close a:hover img {
    border-color: #666;
}

.gallery-close a:hover span {
    background-position: left -22px;
}

.gallery {
    list-style: none;
    margin: 0;
    margin-left: 20px;
    padding: 0;
}

.gallery li {
    margin: 10px;
    padding: 5px;
    float: left;
    position: relative;
    width: 160px;
    height: 120px;
}

.gallery li.medium {
    width: 220px;
    height: 190px;
}

.gallery li.large {
    width: 270px;
    height: 190px;
}

.gallery img {
    background: #fff;
    border: solid 1px #ccc;
    padding: 4px;
}

.gallery span {
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 25px;
}

.gallery .favorite {
    background: url(/images/favorite.gif) no-repeat;
}

.gallery .photo {
    background: url(/images/photo.gif) no-repeat;
}

.gallery .video {
    background: url(/images/video.gif) no-repeat;
}

td.photo-free {
    background: url(/images/photo.gif) no-repeat center transparent;
}

td.video-free {
    background: url(/images/videoxx.gif) no-repeat;
}

.gallery a {
    text-decoration: none;
}

.gallery a:hover img {
    border-color: #666;
}

.gallery a:hover span {
    background-position: left -22px;
}

.gallery a:link, div#home_movie a:link {
    color: #043DBC;
    border-bottom: 0px;
    text-decoration: none;
}

div#buy_now {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    right: 10px;
    width: 100%;
    z-index: 100;
}

div.home_wrapper {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    background: url(/images/bg_green_vertical.png) no-repeat center transparent;
/*    background: url(/images/background_green_gradiant_veritcal.png) repeat-y transparent;*/
}


span#search {
    float: right;
    position: relative;
    top: 71px;
    right: 106px;
}

span#buy {
    float: right;
    position: relative;
    top: 25px;
    right: -276px;
}

span#lang {
/*    float: right;
    position: relative;
*/  
    position: relative; 
    top: 75px;
    left: 890px;	
	color: #FFF;
}

span#lang a:hover {
  text-decoration: underline;
}
span#former_itest2 {
    position: relative; 
    top: 25px;
    left: 180px;	
	color: #FFF;
	font-size: 16%; 
}

span#lang a.visited, span#lang a {
	color: #FFF;
	text-decoration: none;
}

ul.news li {
    list-style: none;
}

span.news_date {
  vertical-align: top;
  font-size: 95% !important;
  color: #666 !important;
  margin-left: 1px;
  margin-right: 5px;
}

span.news_detail {
  vertical-align: top;
  font-size: 98% !important;
  color: #000 !important;	 
}

span.news_detail a {
  vertical-align: top;
  font-size: 98% !important;
}

.popup {
    background: #FFF;
    border: 1px solid #333;
    padding: 1px;
}

.popup-header {
    height: 24px;
    padding: 7px;
    background: url("/images/bgr_popup_header.jpg") repeat-x;
}

.popup-header h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    float: left;
}

.popup-header .close-link {
    float: right;
    font-size: 11px;
}

.popup-body {
    padding: 10px;
    text-align: left;
}

/* sidebar homepage */
.spot {
    margin-bottom: 20px;
    clear: both;
}

.spot p {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #333333;
    margin-top: 0px;
}

/*.spot img {
    float: left;
    padding: 0px 12px 10px 0px;
}
*/
div.spot ul {
  list-style-type: none;	
}

div.spot ul li {
   list-style-type: none;	
   margin: 10px;
/*   margin: 5px;*/
}

p.heading {
  font-size: 160%;	
  font-weight: bold;
}

table#faq a {
    text-decoration: none;
}

table#faq a:hover {
	color: #51A2FF;
    border-bottom: 1px dashed #2C8AF7;
	text-decoration: none;
}
