/* CSS Document */
html, body {
    background-image: url(../images/white3.gif);
	background-repeat: repeat;
	
}


body {
    background-color: #f6f6f6;
    color: #333333;
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	min-height: 780px;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time {
    margin: 0;
    padding: 0;
}


/* ZY test: LG G3 - landscape: min(and max)-device-width:640px; min(and max)-width:598px; 
@media screen and (max-width:599px){
	body {
		background-image: url(../images/giveaway-small.jpg);
		background-repeat: repeat;
	}
}
@media (min-width:600px) and (max-width:800px){
	body {
		background-image: url(../images/eBook-left-400x300.png);
		background-repeat: repeat;
	}
}
*/

#billboard, #globalheader, .rcs-left-image img, .rcs-right-image img {
	width: 95%;
	min-width: 320px;
	/* max-width: 480px;
	min-width: 400px; */
}

#dl-td {
	width:90%;
}
td img{
	display:none;
	max-width:1;
}
td div img{
	display:block;
	max-width:100%;
}
td div img{
	display:block;
	max-width:100%;
}
#hidd-img{
	background-image: url(../images/eBook-left-400x300.png);
	background-repeat: no-repeat;
	width: 174px;
	height:243px;
}


.footer {
	width: 85%;
	/* max-width: 480px;
	min-width: 400px; */
}
#globalheader {
    margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	vertical-align:bottom;
    position: relative;
    text-align: left;
    z-index: 9998;
	vertical-align: bottom;
}
.header-left {
	float: left;
}
.header-left img {
	max-width: 100%;
}
.header-right {
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	vertical-align: bottom;
}
.header-right-first {
	float: left;
	padding: 0 10px 0 20px;
}
.header-right-follow {
	float: left;
	padding: 0 1px 0 20px;
}
/* .header-right-first, .header-right-follow{
	float:right;
	width: 200px;
	line-height: 30px;
	padding-right: 20px;
}
*/
.header-right, .header-right a, .header-right a:hover, .header-right a:visited {
	font-size: 16px;
	vertical-align:bottom;
	text-align: right;
	color:#168EF4;
	text-decoration:none;
	padding-bottom:10px;
}

.header-right a:hover {
	text-decoration:underline;
}

.content, .rounded, .article .box {
    border-radius: 4px 4px 4px 4px;
}
.content {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#billboard {
    /*height: 655px;*/
    margin: 0 auto 8px;
    overflow: hidden;
    position: relative;
	
}
#billboard {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: left;
	margin-bottom: 30px;
}

.real-content {
	margin: 0 0;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #E0E0E0;*/
	margin-left: 5px;
}
.real-content-left {
	margin-left: 0px;
}

.real-content-right {
	float: right;
	
	text-align: right;
	margin-top: 10px;
}
.real-content-right img{
	display:none;
}
.clearboth {
	clear:both;
}
h1.big-title, .big-title {
	color: #000000;
	font-size: 36px;
	font-weight:bold;
	line-height: 40px;
	margin: 20px 0 20px 5px;
}
.big-description {
	width:90%;
	color:#555;
	font-size: 20px;
	line-height: 24px;
	margin: 0 20px 20px 0;
}
.download-title {
	color: #000000;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}



.footer {
    color: #6E6E6E;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 20px 10px 20px;
	border-top: 1px solid #E5E5E5;
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
	margin-top: 20px;
}
.footer-right-first {
	float: left;
	padding: 0 5px 0 5px;
}
.footer-right-follow {
	float: left;
	border-left: 1px solid #E5E5E5;
	padding: 0 5px 0 5px;
}

.a-noarrow a { 
	color:#3077CD;
	text-decoration:none;
}
.a-noarrow a:hover, a:visited { 
	color:#3077CD;
	text-decoration:underline;
}





ul.sys-req {
	font-size: 16px;
    line-height: 18px !important;
    list-style: square outside none;
    margin: 0 0 0 16px;
}

ul.sys-req li {
	margin-bottom: 5px;
}
a.feature_learn_more_text {
	color:#168EF4;
	font-size:16px;
	white-space:normal; 
	padding-right: 10px; 
	background: url(../images/morearrow_08c.gif) no-repeat 100% 50%; 
	text-decoration:none;
}
a.feature_learn_more_text:hover{
	text-decoration:underline;
}



/* ************ /httpdocs/index.php ************** */

.real-content-shaded {
	background: url("/images/divider_down.png") no-repeat 50% 0;
	padding: 50px 0 50px 0;
}
.real-content-shaded p {
	font-size: 18px;
	color: #555;
	line-height: 20px;
	margin-top: 10px;
}
.rcs-left-text {
	padding:0 10px 0 10px;
}
.rcs-right-image {

}
.rcs-right-text {

	padding:0 10px 0 10px;
}
.rcs-left-image {
	
}
h2.section-title, h2 {
	font-family: 'Open Sans Light', sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 10px;
}
a.inline-link, a.inline-link:visited, a.inline-link:hover, a.inline-link:active {
	color:#168EF4;
}

/* *************** /about, /support, /privacy, etc.. **************** */
.real-content-fullpage {
	margin-left: 0px;
	margin-right: 0px;
	word-wrap:break-word;
}
.real-description {
	color:#333333;
	font-size: 18px;
	line-height: 20px;
	margin: 0 20px 20px 0;
}

/* *************** /formats/ **************** */
.real-content-formats {
	padding: 0 2px;
	font-size: 18px;
	line-height: 20px;
}

table.features {
	border: 1px solid #DFDFDF;
    border-collapse: separate;
    width: 100%;
	border-spacing: 0;
	margin-bottom: 30px;
}
table.features th {
    margin: 0;
    padding: 1px;
    vertical-align:central;
	max-width: 100%;
}
table.features th img {
	margin:10px 1px 10px 0;
}
tr.features-mid, tr.features-mid th, tr.features-mid td {
	border-top: 1px solid #C0C0C0;
}
table.features td {
    background: url("../images/specs_border_gradient.jpg") repeat-y scroll 0 0 transparent;
    border-left: 1px solid #D8D8D8;
    margin: 0;
    padding: 10px 10px;
}
.grid3col:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* *************** /uninstall/ **************** */
h3 {
	margin: 10px 0 5px 0;
	font-family: 'Open Sans Light', sans-serif;
	line-height: 26px;
}






