
body{
	font-family: serif;
}

body {
	/* font-size: larger; */
	/* background-color: #0000FF; */
	/* background-color: #00AACC; */
	/* background-color: #999999; */
	/* background-color: #5555FF; */
	background-color: #FFFFFF;
	/* background-color: #FFEFDB; */
	/* background-color: #6495ED; */
	/* background-image: url(/images/background1.png); */
}

body.blueBody {
	/* font-size: larger; */
	/* background-color: #0000FF; */
	/* background-color: #00AACC; */
	/* background-color: #999999; */
	/* background-color: #5555FF; */
	background-color: #0000FF;
	/* background-color: #FFEFDB; */
	/* background-color: #6495ED; */
	/* background-image: url(/images/background1.png); */
}

body.tuerkisBody {
	/* font-size: larger; */
	/* background-color: #0000FF; */
	background-color: #00AACC;
	/* background-color: #999999; */
	/* background-color: #5555FF; */
	/* background-color: #0000FF; */
	/* background-color: #FFEFDB; */
	/* background-color: #6495ED; */
	/* background-image: url(/images/background1.png); */
}

body.greenBody {
	/* font-size: larger; */
	/* background-color: #0000FF; */
	background-color: #44FF88;
	/* background-color: #999999; */
	/* background-color: #5555FF; */
	/* background-color: #0000FF; */
	/* background-color: #FFEFDB; */
	/* background-color: #6495ED; */
	/* background-image: url(/images/background1.png); */
}

.outermain{
	position: absolute;
	width: 20em;
	top: 5em;
}

a:hover{
	color: red;
}

.main{
	width: 20em;
	padding: 0.5em;
	background-color: #FFFFFF;
	border-color: black;
	border-style: none;
	margin-left: 10em;
	margin-bottom: 0.5em;
}

.main_stretch{
	padding: 0.5em;
	background-color: #FFFFFF;
	border-color: black;
	border-style: none;
	margin-left: 8em;
	margin-bottom: 0.5em;
}

.adsense{
	position: absolute;
	width: 300px;
	left: 33em;
	background-color: #FFFFFF;
	border-style: none;
	padding: 0.5em;
}

.salesletter_adsense{
	position: absolute;
	width: 120px;
	left: 59em;
	top: 0em;
	background-color: #FFFFFF;
	border-style: none;
	padding: 0.5em;
}

.rightboxad{
	position: absolute;
	left: 33em;
	background-color: #FFFFFF;
	border-color: black;
	border-style: solid;
	padding: 0.5em;
}

.leftbar{
	position: absolute;
	left: 0em;
	top: 0em;
	width: 13em;
	padding: 0;
}

.rightbar{
	position: absolute;
	left: 51.5em;
	top: 0em;
	width: 10em;
	padding: 0;
}

.subscribe_at_right{
	position: absolute;
	left: 50.5em;
	top: 0.5em;
	width: 20em;
	padding: 0;
}


.wish_at_right{
	position: absolute;
	left: 51.5em;
	top: 1.5em;
	width: 20em;
	padding: 0;
	font-style: italic;
}

body.blueBody .wish_at_right{
	color: white;
}

.wish{
	/* position: absolute;
	left: 57.5em;
	top: 1.5em; */
	width: 20em;
	padding: 0;
	font-style: italic;
}

body.blueBody .wish{
	color: white;
}

.short_article{
	background: #EEEEEE;
	font-size: 0.7em;
	padding: 0.5em;
	margin-bottom: 1em;
}

.short_article_bookmark{
	font-size: 0.7em;
	padding: 0.5em;
	margin-bottom: 1em;
	border-color: #00FF00;
	border-style: dashed;
}

.short_article_bookmark .headline{
	color: red;
	font-weight: bold;
	padding-bottom: 0.5em;
}

body.tuerkisBody .short_article_bookmark{
	border-color: #00FF00;
}

body.tuerkisBody .short_article_bookmark .headline{
	color: yellow;
}


table.bookmarks{
	border: none;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: black;
}

table.bookmarks td:first-child{
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-left: none;
}

table.bookmarks td{
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-left: thin solid;
	border-color: #00FF00;
	border-top: thin solid;
	border-color: #00FF00;
}

table.bookmarks tr:first-child td{
	border-top: none;
};


body.tuerkisBody table.bookmarks{
	border-color: black;
}

body.tuerkisBody table.bookmarks td:first-child{
}

body.tuerkisBody table.bookmarks td{
	border-color: #00FF00;
}

.menu{
	width: 13em;
	margin-left: 0;
	background-color: #EEEEEE;
	border-color: black;
	border-style: none;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0.1em;
	margin-bottom: 1em;
	margin-left: 0.5em;
}

.leftbar_ad{
	margin-top: 2em;
	width: 8em;
	padding: 0.5em;
	padding-bottom: 0em;
	background-color: #FFFFFF;
	border-color: black;
	border-style: solid;
}

div.menuitem{
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

a.menuitem{
	color: black;
}

div.menuitem a{
	color: black;
}

a.menuitem:hover{
	color: red;
}

div.menuitem a:hover{
	color: red;
}

div.menusubitem{
	margin-bottom: 0.5em;
	margin-left: 1em;
}

a.menusubitem{
	color: black;
}

div.menusubitem a{
	color: black;
}

a.menusubitem:hover{
	color: red;
}

div.menusubitem a:hover{
	color: red;
}

div.main a:hover{
	color: red;
}

body.tuerkisBody div.short_article_bookmark  a:hover{
	color: yellow;
}

body.splash{
	font-size: x-large;
	background-color: #FFFF88;
}

body.splashcabo{
	font-size: x-large;
	background-color: #00FF00;
}

.splash_headline{
	font-weight: bold;
	color: red;
	font-size: 50px;
	text-decoration: none;
}

.splash_text{
	font-size: 30px;
}

.splash_action{
	font-weight: bold;
	font-size: 50px;
}

/*
.splash a:hover{
	color: red;
	background-color: yellow;
}

.splashcabo a:hover{
	color: red;
	background-color: yellow;
}
*/

.splash_ps{
	font-size: 15px;
	margin-top: 30px;
}

.whoami{
	font-size: smaller;
	color: black;
	/* margin-left: 11em; */
	padding: 0.5em;
}

.whoami a{
	color: blue;
}

.background_note{
	width: 20em;
	font-size: smaller;
	color: white;
	margin-left: 8.5em;
	padding: 0.5em;
}

.background_note a{
	color: white;
}

h3{
	font-size: large;
	color: #008800;
	padding-top: 0em;
	margin-top: 0em;
}

h2{
	font-size: x-large;
	color: #000000;
	padding-top: 0em;
	margin-top: 0em;
}

h1{
	color: #FF1111;
	font-size: x-large;
	padding-top: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}

.imagecaption h1{
	color: #000000;
	font-size: x-large;
	padding-top: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}}


ul{
	
}

.sig{
	font-family: serif;
	font-style: italic;
	color: #4444FF;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 1em;
}

.email{
	margin-bottom: 1em;
	font-size: smaller;
}

.adr{
	font-size: smaller;
	margin-bottom: 1em;
}

.phone{
	font-size: smaller;
}

dd{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

dt{
	font-weight: bold;
}

span.imp{
}

li{
	margin-bottom: 0.5em;
}

.highlight{
	font-weight: bold;
}

.highlight_more{
	font-weight: bold;
	color: #FF0000;
}

.highlight_max{
	font-weight: bold;
	background-color: #FFFF00;
}

.highlight_max_id1{
	font-weight: bold;
	background-color: #00FF88;
}

.highlight_maxplus{
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
}



.strikeout{
	text-decoration: line-through;
}

.menusection{
	color: #888888;
	background-color: #DDDDDD;
	font-size: larger;
	font-weight: bold;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
}

.menusection a{
	color: #888888;
}

.menusection a:hover{
	color: red;
}

.yellow {background-color: #FFFF00;}

.website{
	margin-bottom: 1em;
}

.website_link{
	font-weight: bold;
}

.website_description{
	background-color: #FFEEAA;
	border-color: #EEBB55;
	border-style: solid;	
	font-size: smaller;
}

.wordlinx{
	font-size: 12px;
}

.motd{
	background-color: #FFFF00;
	padding: 0.7em;
	text-align: left;
	border-style: solid;
	border-width: 0.2em;
	border-color:  #FF0000;
	margin-bottom: 0.7em;
}

.yellow{
	background-color: #FFFF00;
	font-weight: bold;
}


table.compensation{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: black;
}

table.compensation tr.table_head td{
	border-bottom: solid;
	border-width: medium;	
}
table.compensation td.percent{
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-left: thin solid;
}

table.compensation tr.odd{
	background-color: #DDDDDD;
}
table.compensation tr.even{
	background-color: #EEEEEE;
}

div.tutorialstep{
	border: solid; border-color: #FF8800; 
	-moz-border-radius: 10px; 
	background-color: #FF8800; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.tutorialstep{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: #FF8800;
	margin-left: 0em;
	-moz-border-radius: 5px;
}

table.tutorialstep tr.head{
	background-color: #FF8800;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

table.tutorialstep tr.content{
	background-color: #FFFFFF;
	color: #000000;
}

table.tutorialstep tr.content td:first-child{
	background-color: #FFFFFF;
	border-right: solid;
	border-width: medium;	
	border-color: #FF8800;	
}

table.tutorialstep tr.content td{
	padding: 5px;
}


div.tutorialresult{
	border: solid; border-color: #FF0000; 
	-moz-border-radius: 10px; 
	background-color: #FF0000; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.tutorialresult{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: #FF0000;
	margin-left: 0em;
	-moz-border-radius: 5px;
}

table.tutorialresult tr.head{
	background-color: #FF0000;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

table.tutorialresult tr.content{
	background-color: #FFFFFF;
	color: #000000;
}

div.tutorialconclusion{
	border: solid; border-color: #008800; 
	-moz-border-radius: 10px; 
	background-color: #008800; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.tutorialconclusion{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: #008800;
	margin-left: 0em;
	-moz-border-radius: 5px;
}

table.tutorialconclusion tr.head{
	background-color: #008800;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

table.tutorialconclusion tr.content{
	background-color: #FFFFFF;
	color: #000000;
}

div.service{
	border: solid; border-color: #FFBBAA; 
	-moz-border-radius: 10px; 
	background-color: #FFBBAA; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.service{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: #FFBBAA;
	margin-left: 0em;
	-moz-border-radius: 5px;
}

table.service tr.head{
	background-color: #FFBBAA;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

table.service tr.content{
	background-color: #FFFFFF;
	color: #000000;
}

div.pricing{
	border: solid; border-color: #0000FF; 
	-moz-border-radius: 10px; 
	background-color: #0000FF; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.pricing{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: #0000FF;
	margin-left: 0em;
	-moz-border-radius: 5px;
}

table.pricing tr.head{
	background-color: #0000FF;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

table.pricing tr.content{
	background-color: #FFFFFF;
	color: #000000;
}

table.pricing tr.content{
	background-color: #FFFFFF;
	border-bottom: solid;
	border-width: medium;	
	border-color: #0000FF;	
}


.price{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

div.guarantee{
	border: solid; border-color: #880088; 
	-moz-border-radius: 10px; 
	background-color: #880088; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.guarantee{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: #880088;
	margin-left: 0em;
	-moz-border-radius: 5px;
}

table.guarantee tr.head{
	background-color: #880088;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

table.guarantee tr.content{
	background-color: #FFFFFF;
	color: #000000;
}

div.getit{
	border: solid; border-color: #888888; 
	-moz-border-radius: 10px; 
	background-color: #888888; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.getit{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: #888888;
	margin-left: 0em;
	-moz-border-radius: 5px;
}

table.getit tr.head{
	background-color: #888888;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}

table.getit tr.content{
	background-color: #FFFFFF;
	color: #000000;
}


div.testimonial{
	border: solid; border-color: #FFFF00; 
	-moz-border-radius: 10px; 
	background-color: #FFFF00; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.testimonial{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: #FFFF00;
	margin-left: 0em;
	-moz-border-radius: 5px;
}

table.testimonial tr.head{
	background-color: #FFFF00;
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
}

table.testimonial tr.content{
	background-color: #FFFFFF;
	color: #000000;
}

div.instructions{
	background-color: #ccffff;
	border: thin solid #000000;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.instructions .code{
	background-color: #ccffff;
}

table.features{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: black;
	width: 80em;
}

table.features tr.table_head td{
	border-bottom: solid;
	border-width: medium;	
	font-weight: bold;
	background-color: #FFFFFF;
}
table.features td.feature{
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-right: solid;
	font-weight: bold;
	width: 20em;
}

table.features td{
	padding-right:  0.3em;
	padding-left:  0.3em;
}

table.features tr.odd{
	background-color: #DDDDDD;
}
table.features tr.even{
	background-color: #EEEEEE;
}

table.features tr.table_head td:first-child + td
,table.features tr.table_head td:first-child + td + td +td
,table.features tr.table_head td:first-child + td + td +td +td +td
,table.features tr.table_head td:first-child + td + td +td +td +td +td +td
,table.features tr.table_head td:first-child + td + td +td +td +td +td +td +td +td
{
	background-color: #EEFFEE;
}

table.features tr.table_head td:first-child + td +td
,table.features tr.table_head td:first-child + td +td +td +td
,table.features tr.table_head td:first-child + td +td +td +td +td +td
,table.features tr.table_head td:first-child + td +td +td +td +td +td +td +td
,table.features tr.table_head td:first-child + td +td +td +td +td +td +td +td +td +td
{
	background-color: #EEEEFF;
}

table.features tr.odd td:first-child + td
,table.features tr.odd td:first-child + td + td +td
,table.features tr.odd td:first-child + td + td +td +td +td
,table.features tr.odd td:first-child + td + td +td +td +td +td +td
,table.features tr.odd td:first-child + td + td +td +td +td +td +td +td +td
{
	background-color: #CCDDCC;
}

table.features tr.odd td:first-child + td +td
,table.features tr.odd td:first-child + td +td +td +td
,table.features tr.odd td:first-child + td +td +td +td +td +td
,table.features tr.odd td:first-child + td +td +td +td +td +td +td +td
,table.features tr.odd td:first-child + td +td +td +td +td +td +td +td +td +td
{
	background-color: #CCCCDD;
}

table.features tr.even td:first-child + td
,table.features tr.even td:first-child + td + td +td
,table.features tr.even td:first-child + td + td +td +td +td
,table.features tr.even td:first-child + td + td +td +td +td +td +td
,table.features tr.even td:first-child + td + td +td +td +td +td +td  +td +td
{
	background-color: #DDEEDD;
}

table.features tr.even td:first-child + td +td
,table.features tr.even td:first-child + td +td +td +td
,table.features tr.even td:first-child + td +td +td +td +td +td
,table.features tr.even td:first-child + td +td +td +td +td +td +td +td
,table.features tr.even td:first-child + td +td +td +td +td +td +td +td +td +td
{
	background-color: #DDDDEE;
}

table.sitelicense{
	border: solid;
	border-width: medium;	
	border-collapse: collapse; 
	border-spacing: 0;
	border-color: black;
	width: 60em;
	margin-left: -11em;
}

table.sitelicense tr.table_head td{
	border-bottom: solid;
	border-width: medium;	
	font-weight: bold;
	background-color: #FFFFFF;
}
table.sitelicense td.feature{
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-right: solid;
	font-weight: bold;
}

table.sitelicense td{
	padding-right:  0.3em;
	padding-left:  0.3em;
}

table.sitelicense tr.odd{
	background-color: #DDDDDD;
}
table.sitelicense tr.even{
	background-color: #EEEEEE;
}

table.sitelicense tr.table_head td:first-child + td
,table.sitelicense tr.table_head td:first-child + td + td +td
,table.sitelicense tr.table_head td:first-child + td + td +td +td +td
,table.sitelicense tr.table_head td:first-child + td + td +td +td +td +td +td
,table.sitelicense tr.table_head td:first-child + td + td +td +td +td +td +td +td +td
{
	background-color: #EEFFEE;
}

table.sitelicense tr.table_head td:first-child + td +td
,table.sitelicense tr.table_head td:first-child + td +td +td +td
,table.sitelicense tr.table_head td:first-child + td +td +td +td +td +td
,table.sitelicense tr.table_head td:first-child + td +td +td +td +td +td +td +td
,table.sitelicense tr.table_head td:first-child + td +td +td +td +td +td +td +td +td +td
{
	background-color: #EEEEFF;
}

table.sitelicense tr.odd td:first-child + td
,table.sitelicense tr.odd td:first-child + td + td +td
,table.sitelicense tr.odd td:first-child + td + td +td +td +td
,table.sitelicense tr.odd td:first-child + td + td +td +td +td +td +td
,table.sitelicense tr.odd td:first-child + td + td +td +td +td +td +td +td +td
{
	background-color: #CCDDCC;
}

table.sitelicense tr.odd td:first-child + td +td
,table.sitelicense tr.odd td:first-child + td +td +td +td
,table.sitelicense tr.odd td:first-child + td +td +td +td +td +td
,table.sitelicense tr.odd td:first-child + td +td +td +td +td +td +td +td
,table.sitelicense tr.odd td:first-child + td +td +td +td +td +td +td +td +td +td
{
	background-color: #CCCCDD;
}

table.sitelicense tr.even td:first-child + td
,table.sitelicense tr.even td:first-child + td + td +td
,table.sitelicense tr.even td:first-child + td + td +td +td +td
,table.sitelicense tr.even td:first-child + td + td +td +td +td +td +td
,table.sitelicense tr.even td:first-child + td + td +td +td +td +td +td  +td +td
{
	background-color: #DDEEDD;
}

table.sitelicense tr.even td:first-child + td +td
,table.sitelicense tr.even td:first-child + td +td +td +td
,table.sitelicense tr.even td:first-child + td +td +td +td +td +td
,table.sitelicense tr.even td:first-child + td +td +td +td +td +td +td +td
,table.sitelicense tr.even td:first-child + td +td +td +td +td +td +td +td +td +td
{
	background-color: #DDDDEE;
}


div.splash_adsense{
	float: right;
}

div.left_float{
	float: left;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 1.5em;
}

div.right_float{
	float: right;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 1.5em;
}

div.salesletter{
	width: 35em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	background-color: #FFFFFF;
	border-style: none;
	text-align: left;
	margin-left: 14.5em;
	margin-top: 0.3em;
	/*
	border-top: thin solid #0000FF;
	border-left: thin solid #0000FF;
	border-right: thin solid #0000FF;
	border-bottom: thin solid #0000FF;
	*/
	/* background-color: #FFFFFF; */
}

div.code + div.salesletter{
		padding-top: 0.5em;
		margin-top: 0em;
		margin-bottom: 0em;
}

div.salesletter + div.code {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		margin-top: 0em;
		margin-bottom: 0em;
}


div.salesletter_body{
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	/* padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em; */
}

div.bigpicture{
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	background-color: #FFFFFF;
	border-style: none;
	text-align: left;
	margin-left: 11.5em;
	margin-top: 0.3em;
	margin-right: 0em;
	margin-bottom: 0em;
}

div.news{
	width: 34em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #FFFF00;
	border-top: medium solid #000000;
	border-left: medium solid #000000;
	border-right: medium solid #000000;
	border-bottom: medium solid #000000;
	border-color: #FF8800;
	text-align: left;
	margin-left: 15em;
	margin-bottom: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}


.salesletter h1{
	/* color: #884400; */
	/* color: #FFFFFF; */
	/* background-color: #0000FF; */
	color: #EE0000;
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
	border-style: none;
	margin-top: 0em;
	padding-top: 0em;
	margin-bottom: 0.3em;
	padding-bottom: 0em;
}

.salesletter h2{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #DDDDDD;
	border-style: none;
	clear: both;
	margin-top: 0.3em;
	padding-top: 0em;
	margin-bottom: 0.3em;
	padding-bottom: 0em;
}

.linkspage h2{
	text-align: left;
	padding-left: 0em;
}

.salesletter h3{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000000;
	border-sty;e: none;
	clear: both;
}

.linkspage h3{
	text-align: left;
	padding-left: 1em;
}

.salesletter h4{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000000;
	border-sty;e: none;
	clear: both;
}

.linkspage h4{
	text-align: left;
	padding-left: 3em;
}

.linkspage ul{
	padding-left: 5.5em;	
}

.faqlink{
}

div.important{
	background-color: #FFEEFF;
	padding: 0.7em;
	text-align: left;
	border-style: solid;
	border-width: 0.2em;
	border-color:  #FF88FF;
	margin-bottom: 0.7em;
}

div.errorMessage{
	color: #FF0000;
	font-size: x-large;
	font-weight: bold;
	background-color: #FFFF00;
}

div.errorField{
	color: #FF0000;
	font-weight: bold;
}

.fakelink{
	color: #0000FF;
	text-decoration: underline;
}

.calltoaction{
	font-size: xx-large;
	font-weight: bold;
}

body.moneyfromzero ul{
	margin-top: 0.5em;
}

body.moneyfromzero ol li{
	margin-bottom: 0.7em;
}

body.moneyfromzero ul li{
	margin-bottom: 0.4em;
	list-style: disc url(/images/greendollar.png);
	padding-left: 0.5em;
	margin-left: 0em;
}

.ps{
	margin-bottom: 1em;
}

.download .download_main{
	font-size: 1.4em;
	font-weight: bold;
}

.download .download_main .highlight,
h2 .highlight{
	background-color: #FFFF00;
}

h2 a .highlight{
	background-color: #FFFF00;
	text-decoration: underline;
}

a.download .download_main .highlight{
	background-color: #FFFF00;
	text-decoration: underline;
}

h1 .highlight{
	background-color: #FFFF00;
	color: #000000;	
}

h1 a .highlight{
	background-color: #FFFF00;
	color: #000000;	
	text-decoration: underline;
}

.box{
	margin-top: 1em;
	background-color: #DDFFDD;
	border-style: solid;
	border-width: 0.2em;
	border-color:  #00FF00;
}

.box h1{
	color: #FFFFFF;
	background-color: #88FF99;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	border-style: none;
	margin-top: 0em;
	padding-top: 0em;
	margin-bottom: 0.3em;
	padding-bottom: 0em;
}

.disclaimer{
	font-size: smaller;
}

.salesletter .sig{
	margin-top: 0.5em;
}

.me{
	background-color: #EEEEEE;
	padding: 0.7em;
	text-align: left;
	border-style: solid;
	border-width: 0.2em;
	border-color:  #DDDDDD;
	width: 20em;
	margin-bottom: 0.7em;	
}

body.moneyfromzero{
	font-family: sans-serif;
	font-size: larger;
	background-color: yellow;
	background-image: url(/images/greendollarback1.png);
}

.brand{
	width: 34em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #cccccc;
	border-top: medium solid #000000;
	border-left: medium solid #000000;
	border-right: medium solid #000000;
	border-bottom: thin solid #000000;
	text-align: left;
}

.brandname{
	font-weight: bold;
	color: #008800;
	font-size: larger;
}

#MainTable{
	text-align: right;
	right: 10px;
	
}

body.splashibuzz{
	background-color: #AAAAFF;
}

.note{
	font-size: smaller;
}

.buyinstruction{
	font-size: larger;
	font-weight: bold;
}

.paypalbuy{
	padding-top: 1em;
	padding-left: 5em;
}

.trademarks{
	font-size: smaller;
}

.greenzapbuy{
	background-color: #00FF00;
	border-style: solid;
	border-width: 0.2em;
	border-color: #008800;
	padding: 1em;
}

.step{
	color: red;
	font-weight: bold;
	font-size: larger;
}

.step a{
	color: #6666FF;
	font-weight: normal;
	font-size: 75%;
}

div.nextstep{
	font-weight: bold;
	font-size: larger;
	float: right;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 1.5em;
}

div.prevstep{
	font-weight: bold;
	font-size: larger;
	float: left;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 1.5em;
}

.button{
	font-weight: bold;
	background-color: #AAAAAA;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

div.clear{
	clear: both;
}

div.step_headline{
	font-size: larger;	
	font-weight: bold;
}

div.step_headline_main1{
	font-size: 1.5em;
	font-weight: bold;
}

.result{
	font-size: larger;	
	font-weight: bold;
}

div.advanced_margincolor{
	float: right;
	width: 8em;	
	border-left: 1em solid #FFFFFF;
	border-top: 0.3em solid #FFFFFF;
	margin-left: 0em;
	padding-left: 0em;
	margin-top: 0em;
	padding-top: 0em;
}

div.advanced{
	background-color: #EEFFEE;
	border: medium solid #CCFFCC;
	width: 8em;	
	float: right;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 1em;
	padding: 0.3em;
}

div.advanced_margincolor div.advanced{
	background-color: #EEFFEE;
	border: medium solid #CCFFCC;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding: 0.3em;
	margin-left: 0em;
	margin-top: 0em;
	width: auto;
	float: none;
}

div.advanced_title{
	font-size: 130%;
	font-weight: medium;
	border-bottom: medium solid #CCFFCC;
}

div.advanced_item{
	font-size: 75%;
	font-weight: medium;
	border-bottom: thin solid #CCFFCC;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

div.clicktoenlarge{
	font-size: smaller;	
}

.var{
	font-style: italic;
}

.code{
	font-family: courier, monospace; 
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
}

.code_lowlight{
	font-family: courier, monospace; 
	font-style: normal;
	font-weight: medium;
	background-color: #FFFFFF;
}


body > .code{
	margin-left: 11.5em;
	padding-left: 0.5em;
}

.codevar{
	font-family: courier, monospace; 
	font-style: italic;
	font-weight: bold;
}

.code .comment,
.code_lowlight .comment{
	font-family: serif;
	font-style: italic;
	font-size: 0.8em;
	color: #ff0000;
}

.option{
	font-family: courier, monospace; 
	font-style: normal;
	font-weight: bold;
}

.optionvar{
	font-family: courier, monospace; 
	font-style: italic;
	font-weight: bold;
}

.optiondoc{
	margin-bottom: 0.5em;
}

.optionhead{
}

.optiondesc{
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.optionpardoclist:before{
	content: "Parameters:";
	font-weight: bold;
}

.optionpardoclist{
	margin-left: 1em;
}

.optionpardoc{
	margin-left: 1em;
	margin-bottom: 0.5em;
}

.optionpardoc > .optionpar{
	float: left;
	margin-right: 0.5em;
}

.optionpardesc{
	margin-left: 1.5em;
}

.optiondefault:before{
	content: "Default:";
	font-weight: bold;
}

.optiondefault{
	margin-left: 1em;
}


div.logo{
	margin-left: 14.5em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	margin-top: 0em;
	width: 35em;
	text-align: left;
}

div.logoimage{
}

.short_facts{
	background-color: #EEFFEE;
	border: medium solid #CCFFCC;
	width: 11em;	
	font-size: 75%;
	float: right;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 1em;
	padding: 0.3em;
}

div.short_facts_title{
	font-size: 130%;
	font-weight: bold;
	border-bottom: medium solid #CCFFCC;
}

div.short_facts_item{
	font-weight: medium;
	border-bottom: thin solid #CCFFCC;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

div.big_button{
	font-weight: bold;
	width: 9.75em;
	background-color: #EEEEEE;
	padding: 0.4em;
	border-style: none;
	text-align: center;
}

div.big_button a{
	color: #888888;
}

div.big_button a:hover{
	color: red;
}

/*
div.big_button:hover a{
	color: blue;
	background-color: #DDEEFF;
}
*/

/*
div.big_button:hover{
	background-color: #DDEEFF;
}
*/

div.big_button_buy{
	font-weight: bold;
	width: 9.75em;
	color: #888888;
	background-color: #EEEEEE;
	padding: 0.4em;
	border-style: none;
	text-align: center;
}

div.big_button_buy a{
	color: #888888;
}

div.big_button_buy a:hover{
	color: red;
}

.backgroundtext{
	color: #888888;
}

/*
div.big_button_buy:hover a{
	color: blue;
	background-color: #DDEEFF;
}

div.big_button_buy:hover{
	background-color: #DDEEFF;
}

.salesletter a:hover{
	background-color: #DDEEFF;
}
*/

table.big_button{
	margin: 0em; padding: 0em;
}

tr.big_button{
	margin: 0em; padding: 0em;
}

td.big_button{
	margin: 0em; padding: 0em;
}

div.deco{
	margin-bottom: 1em;
	text-align: center;
}


div.movie{
	text-align: center;
}

.APCText:hover{
	color: #888888;
}

/** Table of Contents **/

.toc1header{
	font-size: xx-large;
	font-weight: bold;
}

.toc1header .toc_sect_name{
	color: #008800;
}

.toc1header .toc_sect_number{
	color: #008800;
}

.toc1header .toc_sect_headline{
	/* color: #CC8800; */
	color: #D98800;
}

.toc1summary{
	padding-top: 1em;
}


.toc2summary{
	font-size: x-small;	
}


.toc2header{
	font-size: x-large;
	padding-top: 0.5em;
}

.toc2header .toc_sect_name{
}

.toc2header .toc_sect_number{
}

.toc2header .toc_sect_headline{
	font-weight: bold;
}

.toc2subsections{
	font-size: x-small;
}

.toc3header{
	/* padding-right: 0.5em; */
	/* width: 20em; */
	font-size: x-small;
	white-space: nowrap;
}


/** Table of Contents on the main page **/
table.mainpage .toc1header{
	font-size: xx-large;
	font-weight: bold;
}

table.mainpage .toc1header .toc_sect_name{
	color: #008800;
}

table.mainpage .toc1header .toc_sect_number{
	color: #008800;
}

table.mainpage .toc1header .toc_sect_headline{
	/* color: #CC8800; */
	color: #D98800;
}

table.mainpage .toc1summary{
	padding-top: 1em;
}


table.mainpage .toc2summary{
	font-size: x-small;	
}


table.mainpage .toc2header{
	font-size: smaller;
	padding-top: 0em;
}

table.mainpage .toc2header .toc_sect_name{
}

table.mainpage .toc2header .toc_sect_number{
}

table.mainpage .toc2header .toc_sect_headline{
	font-weight: bold;
}

table.mainpage .toc2subsections{
	font-size: x-small;
	display: none;
}

table.mainpage .toc3header{
	/* padding-right: 0.5em; */
	/* width: 20em; */
	font-size: x-small;
	white-space: nowrap;
}

/** more navigation on the main page **/

table.mainpage .nav_overview{
	font-size: smaller;
}

.input_caption{
	font-weight: bold;
	background-color: #FFFF00;
	text-align: right;
}

.input_caption_opt{
	font-weight: bold;
	text-align: right;
	background-color: #FFFFFF;
}

.input_caption_longquestion{
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
}

.input_caption_longquestion_nobg{
	font-weight: bold;
	text-align: left;
}

.input_option{
	font-weight: normal;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}

.input_option_nobg{
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

.input_option_text{
	font-weight: bold;
	text-align: left;
}

.download_step{
	font-size: 200%;
}

.download1{
	background-color: #000088;
	color: #FFFFFF;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 32em;
}

.download1 .input_caption{
	font-weight: bold;
	text-align: right;
	background-color: #000088;
}

.videocaption{
	text-align: left;
	padding-left: 1em;
	font-size: 70%;
}

.imagecaption{
	text-align: left;
	padding-left: 1em;
	font-size: 70%;
}


.video{
	padding: 5px;
	margin-bottom: 1em;
}

.satcust_list{
	background-color: #ffffcc;
	border: thin solid #000000;
	margin-top: 1em;
	margin-bottom: 1em;
}

.satcust{
	background-color: #ffffcc;
	padding: 0.1em;
}

.satcust .name{
	font-size: 100%;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.satcust .testi_main{
	padding-top: 1em;
	padding-bottom: 1em;
	display: table;
}

.satcust .testi{
	padding-left: 1em;
	padding-right: 1em;
	font-style: italic;
	position: relative;
	top: 0em;		
	left: 0px
	display: table-cell;
	vertical-align: middle;
}

.satcust .testi_image{
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	left: 0em;
	top: 0em;		
	display: table-cell;
	vertical-align: middle;
}

.satcust .testi_headline{
	text-align: center;
	font-weight: bold;
	color: red;	
}

.satcust .testi_sig{
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}

.satcust .testi_examples{
	padding-top: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
}

.satcust .testi_examples_headline{
	padding-top: 0.5em;
	font-weight: bold;
}

.satcust .testi_sig .testi_logo{
	/* float: right; */
}

.satcust .testi_logo{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;	
	text-align: center;
}

.faq:before{
	content: "Question: ";
	font-size: 150%;
	color: red;
	font-weight: bold;
}

.faq-question:before{
	content: "\"";
}

.faq-question:after{
	content: "\"";
}

.faq-question{
	font-weight: bold;
	margin-bottom: 0em;
	font-size: 150%;
}

.faq-answer:before{
	content: "Answer: ";
	font-size: 150%;
	color: red;
	font-weight: bold;
}

.faq-answer{
	margin-top: 2em;
}

.faq-context:before{
	content: "( Context: ";
	color: red;
}

.faq-context:after{
	content: ")";
}

.faq-context{
}

.signup_form{
	border-style: dashed;
	border-width: 4px;
	border-color: #0000FF;
	padding: 0.5em;
	margin-top: -0.5em;
}

.firstpagesignup{
	background-color: #BBBBFF;
	text-align: left;
}

.download_frame{
	border-style: dashed;
	border-width: 4px;
	border-color: #00FF00;
	padding: 0.5em;
}


.activationcode{
	border-style: dashed;
	border-width: 4px;
	border-color: #0000FF;
	font-size: 170%;
	font-weight: bold;
	padding: 0.7em;
	text-align: center;
}

.comparison_price{
	text-decoration: line-through;
	color: red;
}

/*
div.digg{
	float: right;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 1.5em;
}
*/

div.digg{
	width: 34em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	border-style: none;
	text-align: left;
	margin-left: 11.5em;
	margin-top: 0.3em;
}

