body {
	margin: 0px;
	background: #d7ebff;
}

p {
	 font-family: 'Open Sans', sans-serif;
     font-size: 16px;
     font-weight: normal;
     margin-inline-start: 5px;
     margin-inline-end: 5px;
     margin-left: 0px;
}

body,div,span,th,td {
	 font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: normal;
}

table, th, td {
	vertical-align:top;
}

figure {
	margin: 0;
	text-align:center;
}

figcaption {
	text-align:center;
}

.tablegraytitle
{
	background-color:#cecece;
	font-size:16px;
	font-weight:bold;
}

.bigprice
{
	font-color:black;
	font-size:36px;
	font-weight:bold;
}

.ularrow {
   list-style-type:none;
   margin: 8px 0;
}

.ularrow li {
   background:url(/attachments/1/bal_nyil.gif) 0 4px no-repeat;
   padding:0 0 0 17px;
   margin:6px 8px;
}

/*******************************************************************
 A href
*******************************************************************/
/* unvisited link */
a:link {
	text-decoration: none;
    color: blue;
}

/* visited link */
a:visited {
	text-decoration: none;
    color: blue;
}

/* mouse over link */
a:hover {
	text-decoration: underline;
    color: blue;
}

/* selected link */
a:active {
    color: blue;
}

.bluelink {
	color:blue;
	text-decoration:underline;
}

/*******************************************************************
Template
*******************************************************************/

.main-frame {
	max-width: 1035px;
	min-width: 1035px;
	margin: 0px auto;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #cecece;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;

    background: url('/attachments/1/ozeki_main_background.png') center center;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    -webkit-box-shadow: 8px 8px 8px #888888;
    -ms-box-shadow: 8px 8px 8px #888888;
    box-shadow: 8px 8px 8px #888888;
    min-height: calc(100%-25px);
}


/*******************************************************************
Template / FejlÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ©c
*******************************************************************/

.main-top {
	margin: 0px auto 0px;
	max-width: 1016px;
}

.main-top-productname{
	float:left;
	width:700px;
	margin-top:5px;
	margin-left:10px;
}

.main-top-logo {
	float: left;
	text-align: left;
	padding-top: 0px;
}

.main-top-logo-icon {
    padding-top: 5px;
    padding-right: 0px;
    float: left;
}

.main-top-logo-text {
    margin-top: 3px;
    margin-left: 10px;
    float: left;
    border: 1px;
}
.main-top-logo-text:hover {
	text-decoration: none;
}

.main-top-logo-red {
	color: red;
	font-weight: bold;
}
.main-top-logo-red:hover {
	text-decoration: none;
}

.main-top-logo-black {
	color:black;
	margin-left: 5px;
	font-weight: bold;
}
.main-top-logo-black:hover {
	text-decoration: none;
}

.main-top-logo-subtitle {
	color:black;
	padding-left: 4px;
	line-height: 24px;
	font-size: 15px;
	margin-top: 3px;
	font-weight: bold;
}
.main-top-logo-subtitle:hover {
	text-decoration: none;
}

.main-top-phonenumber {
	margin-top: 25px;
	font-size: 40px;
	font-weight: bold;
}

.main-top-logo-cluster > a:hover{
	color:black;
}

.main-top-right {
	float:right;
	margin-top:0px;
	width: 260px;
}

.main-top-right-company {
	float:right;
    padding: 13px 0px 5px 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: default;
    text-decoration: none;
    text-align: right;
}

.main-top-right-search {
	float:right;
}

.main-top-right-search-input {
    float: left;
    width: 250px;
    height: 27px;
    padding-left: 10px;
    padding-right: 25px;
    color: #939598;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c0bfbe;
}

.main-top-right-search-submit {
	width: 31px;
    height: 27px;
    border: none;
    cursor: pointer;
    margin-left: -33px;
    margin-top: 2px;
    padding: 0px;
    background-image: url('/attachments/1/magnifier.png');
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
}

/*******************************************************************
Template / Tabs
*******************************************************************/

.main-top-icons{
	float:right;
	padding-right:20px;
	padding-top:8px;
}
.main-top-menu {
	margin: 0px auto;
	float: left;
	width: 100px;
}

.main-top-menu-icon {
	margin: auto;
    text-align: center;
	padding-top: 13px;
	width: 76px;
	height: 80px;
}

.main-top-menu-text {
   text-align: center;
   font-size: 15px;
   font-weight: bold;
}

.main-top-menu-text > a{
	color:black;
}

.main-bottom-text {
   text-align: center;
   font-size: 15px;
}

.main-bottom-text > a{
	color:black;
}

.learn:hover {

}

.top-separator {
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	border: 0;
	paddign-botton: 0px;
	margin: 0px 0px 0px 0px;
	height: 1px;
}

/**********MAIN-TOP-END************/

/**********TABS-START************/
.tabs-menu-div {
    height: 40px;
    margin-top: -5px;
}

#menu {
    list-style: none;
    background: #3a2669;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    -webkit-padding-start:0px;
}

} #menu > .menuitem {
    float: left;
    text-align: center;
    border: none;
}

#menu > .menuitem:hover {
    background: #9B9C9E;
}

#menu > .menuitem a {
    font-size:20px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    /*padding-left: 0.3em;*/
    padding-right: 0.3em;
}

#menu > .menuitemdownload a {
    font-size:20px;
    color: yellow;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    /*padding-left: 0.3em;*/
    padding-right: 0.3em;
}

#menu > .menuitemhowtobuy a {
    font-size:20px;
    color: #ff9a03;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    /*padding-left: 0.3em;*/
    padding-right: 0.3em;

}

.menuitemlogin
{	
    display: flex;
    justify-content: right;
    width: 35%;
}

.menuitemsignin a {
    font-size:20px;
    color: #ffffff !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 0.3em;
}

#menu > .menuitem:hover a {
    color:#ffffff;
}

#menu > .menuitemIcon {
    text-align: center;
}

#menu > .menuitemIcon a {
    color: #414042;
    text-decoration: none;
}

.menuitemCatIcon {
	width:20px;
	height:20px;
    padding: 0.3em;
}

.menuitemCatIconResp {
	width:20px;
	height:20px;
    padding: 0;
}
/***********TABS-END*************/

/**********MAIN-CONTAINER-BEGINNING************/


.main-container {
	/*margin: 0px auto;*/
	margin: 0px 8px;
	width: 1014px;
}

.mainhome{
	margin-left:20px;
}

<? /* $sitemap_off valtozoban lehet letiltani, hol ne legyen sitemap */ ?>
<? if(in_array($owpn, $sitemap_off)) { ?>
.main-container-sitemap {
	display: none;
}

.main-container-content {
	/*width: 1014px;*/
	width: 956px;
	margin-left:38px;
	padding-bottom:0px;
	margin-bottom:0px;
}
<? } else { ?>
.main-container-sitemap {
	float: left;
	width: 200px;
	padding: 10px 0px 0px 10px;
	/*margin-left:53px; */
}

.main-container-content {
	float: right;
	width: 770px;
	padding: 0px 10px 10px 10px;
	/*border-left: 1px solid #cecece;*/
}

.main-container-content h1 {
	margin-top: 0px;
}

<? } ?>
<? /* $sitemap_off vÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¯ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¿ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ½ltozÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¯ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¿ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ½ban lehet letiltani, hol ne legyen sitemap */ ?>

.main-container-content-left {
	float: left;
	min-height: 300px;
}

.main-container-content-right {
	float: right;
	width: 400px;
	min-height: 300px;
}

.main-container-content-left-gif {
	width: 300px;
	height: 300px;
	margin-top:0px;
	margin-left:80px;
}

.main-container-content-right-gif {
	width: 300px;
	height: 300px;
	margin-top:0px;
	float: right;
	margin-right:80px;
}

.main-container-content-right-text {
	font-size: 16px;
	font-weight: normal;
}

.main-container-content-right-text-top {
	font-size: 26px;
	font-weight: normal;
}

.main-container-content-right-text-bottom {
	font-size: 21px;
	font-weight: normal;
}

.main-container-content-right-box {
	padding-top: 20px;
	height: 180px;
}


.main-container-content-right-download {
    width: 319px;
    height: 76px;
    background-color: #c1001f;
    cursor: pointer;
}

.main-container-content-right-download-blue {
    width: 319px;
    height: 76px;
    background-color: #16489c;
    cursor: pointer;
}


.main-container-content-right-download:hover{
	background-color:#E60025;
}

.main-container-content-right-download-text {
	font-family: Arial, sans-serif;
    color: #ffffff;
	font-size: 30px;
    padding-top: 32px;
    padding-left: 10px;
}

.main-container-content-right-download-text > a:hover{
	color:white;
}

.main-container-content-right-download-text > a:link{
	color:white;
}

.main-container-content-right-download-text > a:active{
	color:white;
}

.main-container-content-right-download-text > a:visited{
	color:white;
}

.main-container-content-right-install {
    width: 319px;
    height: 76px;
    background-color: #9b9c9e;
    cursor: pointer;
    margin-top: 10px;
}
.main-container-content-right-install:hover {
	background-color:#BDBDBD;
	}

.main-container-content-right-install-text {
	font-family: Arial, sans-serif;
	color: #58595b;
	font-size: 30px;
    padding-top: 32px;
    padding-left: 10px;
}

.main-container-content-text {
	font-family: Arial, sans-serif;
	/*color: #58595b;*/
	color: black;
	font-size: 27px;
}

.main-container-content-text-under{
	font-family: Arial, sans-serif;
	/*color: #58595b;*/
	color: black;
	font-size: 20px;
}

.main-container-content-text > a{
	font-family: Arial, sans-serif;
	color: #58595b;
	font-size: 30px;
}


/**********MAIN-CONTAINER-END************/
/**********MAIN-BOTTOM-BEGINNING************/

.main-bottom {
	margin: 20px auto 0px;
	width: 1014px;
}

.bottom-left {
	width: 215px;
	float: left;
	padding-left: 60px;
}

.bottom-right {
	float: left;
}

.bottom-right-top-left {
	width: 375px;
	float: left;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

.bottom-right-top-left-border {
	padding: 0px 15px 0px 20px;
}

.bottom-right-top-right {
	width: 320px;
	float: left;
	margin: 0px 0px 0px 20px;
}

.bottom-title {
	text-align:left;
	font-size:20px;
	font-weight: bold;
}

.bottom-list-blue {
	text-align:left;
	font-size:16px;
	color: #00aef0;
}

.bottom-list-center {
	text-align:left;
	font-size:16px;
	font-weight: bold;
}

.bottom-right-bottom-continue {
	text-align: right;
	padding-right: 30px;
	padding-top: 75px;
}


/**********MAIN-BOTTOM-END************/

.clear {
	clear: both;
}



/**********CONTACT******************/

.contactmain{
	padding-bottom:40px;
	margin-left:32px;
}


.contact-left h1 {
	margin: 0px;
}

.contact-left p {
	line-height: 150%;
	margin: 0px;
}

.contact-right {
	margin: 0px;
	width: 400px;
	float:right;
	padding-right: 20px;
}

.contact-right p {
	margin: 0px;
	line-height: 166%;
	text-align: justify;
}

/******************LEARN************************/

.sidemenu {
	margin-top: 0px;
	margin-left: 0px;
}

.sidemenu > ul {
	padding:0px;
}

.sidemenu > ul li {
	list-style-type: none;
	padding: 5px 0px 5px 3px;
}

.menutxt {
	font-weight:bold;
	color:#888888;
	font-size:16px;
	display: inline-block;
    vertical-align: middle;
    margin-left:10px;
}

.menutxt:hover {
	color: black;
}

.menutxt-bold {
	font-weight: bold;
	color: black;
	font-size: 16px;
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.menutxt-bold-underline{
	font-weight: bold;
	text-decoration: underline;
	color: black;
	font-size: 16px;
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

img
{
    vertical-align: middle; /* | top | bottom */
}

.fancimg {
	/*margin-bottom:40px;*/
}

.failover-table {
	width: 100%;
	padding-bottom: 0px;
}


.downloadlink {
	text-decoration: underline;
	color: blue;
}

.article-list-item{
    padding-left: 35px;
}

.opening {
    font-size: 1.17em;
    font-weight: bold;
    text-align: justify;
}

/* Ezek a szoftveres ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¯ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¿ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ½s sliceres bemutatÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¯ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¿ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ½kÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¯ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¿ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ½pek paramÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¯ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¿ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ½terei*/
.imgbemutato{
width: 162px;
height: 100px;
padding: 10px;
float: right;
}

.bemutatoszoveg{
text-align: justify;
}


.info_main {
	height: 35px;
}
.info_left {
	float: left;
	width: 200px;
	margin-left: 40px;
}
.info_right {
	float: left;
	width: 400px;
}
.info_input {
	width: 300px;
}
.info_title {
	margin-left: 30px;
	font-weight: bold;
}
.info_main_submit {
	width: 545px;
	text-align: right;
}

#download_div_2 {
    display:none;
}



.download-button-frame {
	width: 300px;
	height: 76px;
	background-color: red;
	color: #ffffff;
	cursor: pointer;
}
.download-button-frame:hover {
	background-color: #A11D1D;
}
.download-button-text {
	padding-left: 10px;
	padding-top: 32px;
	font-size: 28px;
	font-weight: normal;
}

.list {
	margin-left: -27px;
	list-style-image: url('/attachments/81/square.gif');
	font-size: 16px;
}

.small-feature-box {
    width: 318px;
    height: 76px;
    cursor: pointer;
    margin: 20px 0px;
    border: 4px solid #ffffff;
}

.small-feature-box:hover{
    border: 4px solid #d8d9da;
} .addressbook-list-type {
	vertical-align: middle;
	width: 125px;
}

.addressbook-list-text {
	vertical-align: middle;
	width: 550px;
}

.download-button-frame-resp {
	width: 100%;
	height: 76px;
	background-color: red;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid white;
	margin: 3px 0px;
}
.download-button-frame-resp:hover {
	background-color: #A11D1D;
}
.download-button-text-resp {
	padding-left: 10px;
	padding-top: 32px;
	font-size: 28px;
	font-weight: normal;
}

.gray-button-frame-resp {
	width: 100%;
	height: 76px; 
	background-color: #dedede; 
	color: #ffffff; 
	cursor: pointer;
	border: 1px solid white;
	margin: 3px 0px;
}
.gray-button-frame-resp:hover {
	background-color: #aaaaaa;
}
.gray-button-text-resp {
	padding-left: 10px; 
	padding-top: 32px; 
	font-size: 28px; 
	font-weight: normal;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
font-size: 30px;
}

.largefonts
{
font-size:20px;
text-align:justify;
}

.instructions
{
font-size:15px;
text-align:justify;
}




.Title {
	height: 38px;
	background-color: white;
	margin-top: 20px;
}
.TitleLeft {
	float: left;
	width: 70px;
	height: 38px;
}
.TitleCenter {
	float: left;
	width: 43px;
	height: 36px;
	border: 1px solid #999999;
	border-left-style: none;
	border-right-style: none;
}
.TitleImg {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 2px;
	width: 33px;
	height: 33px;
}
.TitleImg.Cover {
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	width: 38px;
	height: 38px;
}
.TitleRight {
	float: left;
	height: 36px;
	background-color: white;
	border-radius: 0px 0px 10px 0px;
	border: 1px solid #999999;
	border-left-style: none;
}

.TitleRight a:link {
	text-decoration: none;
    color: black;
}
.TitleRight a:visited {
	text-decoration: none;
    color: black;
}
.TitleRight a:hover {
	text-decoration: none;
    color: black;
}
.TitleRight a:active {
	text-decoration: none;
    color: black;
}

.TitleText {
	padding-top: 6px;
	padding-left: 3px;
	padding-right: 10px;
	color: #666666;
	font-size: 18px;
}
.whitelead {
	padding: 15px 20px;
	color: white;
	text-align: justify;
	font-size: 16px;
}

.Lead.Red2 {
	background-color: #C51626;
}
.Lead.Red3 {
	background-color: #E94651;
}
.Lead.Yellow {
	background-color: #E3B500;
}
.Lead.Purple {
	background-color: #764169;
}
.Lead.Green {
	background-color: #008071;
}

.ContentLeadTitle {
	font-size: 16px;
	font-weight: bold;
}

.ContentLeadText {
	font-weight: bold;
	text-align: justify;
}
.ContentLead {
	padding: 15px 20px;
}
.ContentRow {
	position: relative;
	padding: 0px 12px;
}
.ContentBox {
	position: relative;
	float: left;
	width: 470px;
	margin: 8px;
}
.ContentBox800 {
	position: relative;
	float: left;
	width: 800px;
	margin: 8px;
}
.ContentBox800.Style2 {
	margin: 0px;
	width: 490px;
}
.ContentBox800.Seperator {
	width: 10px;
	height: 15px;
}
.ContentBox800.Grey {
	border-top: 1px solid #706F6F;
}
.ContentBox800.White {
	border-top: 1px solid white;
}
.ContentBox800.NoBorder {
}
.ContentBox.Style2 {
	margin: 0px;
	width: 490px;
}
.ContentBox.Seperator {
	width: 10px;
	height: 15px;
}
.ContentBox.Grey {
	border-top: 1px solid #706F6F;
}
.ContentBox.White {
	border-top: 1px solid white;
}
.ContentBox.NoBorder {
}
.ContentBoxStep {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	padding: 7px 10px 0px 6px;
	display: inline-block;
	border-radius: 0px 0px 8px 0px;
}
.ContentBoxStep.Grey {
	color: white;
	background-color: #706F6F;
}
.ContentBoxStep.Red1 {
	color: #BD173A;
	background-color: white;
}
.ContentBoxStep.Red2 {
	color: #C51626;
	background-color: white;
}
.ContentBoxStep.Red3 {
	color: #E94651;
	background-color: white;
}
.ContentBoxStep.Orange {
	color: #FF6A03;
	background-color: white;
}
.ContentBoxStep.Yellow {
	color: #E3B500;
	background-color: white;
}
.ContentBoxStep.Purple {
	color: #764169;
	background-color: white;
}
.ContentBoxStep.Green {
	color: #008071;
	background-color: white;
}
.ContentBoxStep.Green2 {
	color: #C3D297;
	background-color: white;
}
.ContentBoxHiddenImg {
	width: 80px;
	height: 35px;
	margin-right: 5px;
}
.ContentBoxText {
	padding: 0px 0px;
}
.ContentBoxImg {
	width: 460px;
	padding: 7px 0px;
}
.ContentBoxImg800 {
	width: 800px;
}
.ContentBoxImgStyle {
	width: 100%;
	height: 100%;
}
.ContentPre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    background: #dddddd;
}
.ContentPre.Grey {
    color: #666666;
}
.Content {
}
.Content.Cols {
	padding: 20px;
}
.Content.Red0 {
	background-color: #ffe1b3;
	color: #000000;
	text-align: justify;
}
.Content.Grey {
	background-color: #ADA9A7;
	color: white;
	text-align: justify;
}
.Content.Red1 {
	background-color: #BD173A;
	color: white;
	text-align: justify;
}
.Content.Red2 {
	background-color: #C51626;
	color: white;
	text-align: justify;
}
.Content.Red3 {
	background-color: #E94651;
	color: white;
	text-align: justify;
}
.Content.Orange {
	background-color: #FF6A03;
	color: white;
	text-align: justify;
}
.Content.Yellow {
	background-color: #E3B500;
	color: white;
	text-align: justify;
}
.Content.Purple {
	background-color: #764169;
	color: white;
	text-align: justify;
}
.Content.Green {
	background-color: #008071;
	color: white;
	text-align: justify;
}
.Content.Green2 {
	background-color: #C3D297;
	color: #000000;
	text-align: justify;
}

.ContentTitle {
	padding: 10px 20px 0px 20px;
	display: inline-block;
	font-size: 20px;
	border-radius: 0px 15px 0px 0px;
	color: white;
}
.ContentTitle.Red1 {
	background-color: #BD173A;
}
.ContentTitle.Red2 {
	background-color: #C51626;
}
.ContentTitle.Red3 {
	background-color: #E94651;
}
.ContentTitle.Orange {
	background-color: #FF6A03;
}
.ContentTitle.Purple {
	background-color: #764169;
}
.ContentTitle.Yellow {
	background-color: #E3B500;
}
.ContentTitle.Green {
	background-color: #008071;
}
.ContentTitle.Green2 {
	color: #000000;
	background-color: #C3D297;
}
.ContentTitle.Red0 {
	color: #000000;
	background-color: #FFE1B3;
}
.ContentTitle.Grey {
	background-color: #ADA9A7;
	color: white;
}
.ContentTitle.Grey2 {
	color: #706F6F;
	font-weight: bold;
}

.BoxNoBorder {
	padding: 20px 20px 0px 20px;
}
.BoxPrice {
	padding:5px;
	width: 145px;
	color: white;
	font-size: 16px;
	background-color: #706F6F;
}

.Ozeki10GuideCover {
	color: white;
	font-size: 22px;
	height: 45px;
	padding: 10px 15px 0px 15px;
	display: inline-block;
	border-radius: 0px 0px 20px 0px;
	background-color: #7AA82C;
	letter-spacing: -1px;
	font-weight: bold;
}

.Ozeki10GuideCoverTitle {
	text-align: center;
	font-size: 130px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 0px;
}

.Ozeki10GuideCoverSubTitle {
	margin-top: -20px;
	text-align: center;
	font-size: 45px;
	letter-spacing: 0px;
	font-style: italic;
}

.Ozeki10GuideCoverMiddle {
	position: relative;
}

.Ozeki10GuideCoverCircle {
	position: absolute;
	top: 45px;
	left: 10px;
	text-align: center;
	font-size: 25px;
	color: white;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	background-color: #C51626;
	line-height: 125%;
	padding-top: 5px;
}
.Ozeki10GuideCoverCircle.H1 {
	background-color: transparent;
	font-weight: bold;
	font-size: 48px;
	top: 15px;
	left: 0px;
}
.Ozeki10GuideCoverCircle.H2 {
	background-color: transparent;
	font-size: 35px;
	top: 68px;
	left: 0px;
}
.Ozeki10GuideCoverCircle.H3 {
	background-color: transparent;
	font-size: 20px;
	top: 110px;
	left: 0px;
}

.Ozeki10GuideCoverPhoto {
	text-align: center;
}

.Ozeki10GuideCoverPhoto.Img {
	width: 500px;
}

.Ozeki10GuideTutorialTitle.H1 {
	font-size:80px;
	font-weight:bold;
	text-align:left
}

.Ozeki10GuideCoverFooter {
	color: white;
	margin-left: 4px;
	margin-bottom: 15px;
	border-radius: 0px 0px 0px 20px;
	background-color: #7AA82C;
}
.Ozeki10GuideCoverFooterCol {
	padding: 10px 25px;
	font-size: 16px;
	float: left;
	background-color: #7AA82C;
	font-weight: bold;
}
.Ozeki10GuideCoverFooterCol.Col1 {
	border-radius: 0px 0px 0px 20px;
}
.Ozeki10GuideCoverFooterCol.Col2 {
	border-radius: 0px 0px 0px 20px;
	border-left: 5px solid #658B25;
}
.Ozeki10GuideCoverFooterBorder {
	float: left;
}


.PageContent {
	height: 38px;
	background-color: white;
	margin-top: 20px;
}

.PageContent a:link {
	text-decoration: none;
    color: white;
}
.PageContent a:visited {
	text-decoration: none;
    color: white;
}
.PageContent a:hover {
	text-decoration: none;
    color: white;
}
.PageContent a:active {
	text-decoration: none;
    color: white;
}
.PageContentLeft {
	float: left;
	height: 37px;
	width: 75px;
	border-left: 1px solid #999999;
	background-color: white;
}
.PageContentLeftImg {
	float: left;
	height: 35px;
	width: 37px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.PageContentCenter {
	float: left;
	height: 35px;
	border-radius: 0px 0px 10px 0px;
	border: 1px solid #999999;
	border-left-style: none;
}
.PageContentCenter.Red1 {
	background-color: #BD173A;
}
.PageContentCenter.Red2 {
	background-color: #C51626;
}
.PageContentCenter.Red3 {
	background-color: #E94651;
}
.PageContentCenter.Orange {
	background-color: #FF6A03;
}
.PageContentCenter.Purple {
	background-color: #764169;
}
.PageContentCenter.Yellow {
	background-color: #E3B500;
}
.PageContentCenter.Green {
	background-color: #008071;
}
.PageContentCenter.Green2 {
	color: #000000;
	background-color: #C3D297;
}


.PageContentText {
	padding-top: 6px;
	padding-left: 3px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 18px;
}

.PageContentText a {
	text-decoration: none;
	color: #ffffff;
}

.PageContentTitle{
	margin: 10px auto;
    width: 775px;
	height: 140px;
	background-color: white;

}

.PageContentTitleCenter {
	float: left;
	width: 600px;
	height: 140px;
	border: 1px solid #999999;
	border-left-style: none;
	border-right-style: none;
}

.PageContentTitleText {
	padding-left: 50px;	
	color: #ffffff;
	font-size: 100px;
	font-weight: bold;
}

.PageContentTitleRight{
	float: left;
	height: 140px;
	width: 170px;
	background-color: white;
	border-radius: 0px 0px 10px 0px;
	border: 1px solid #999999;
	border-left-style: none;
}

.PageContentTitleImg {
	padding-top: 4px;		
	width: 130px;
	height: 130px;
}

.ContentBoxContainer {
	margin: 0px auto;
	width: 780px;
}

.ContentBoxRound {
	width: 350px;
	margin-top: 15px;
    margin-right: 3px;
    margin-left: 3px;
 	float: left;
	padding: 0px 15px;
	background-color: white;
	border-radius: 0px 0px 10px 0px;
	border: 1px solid #999999;	
}

.ContentBoxRound.Wide {
	width: 740px;
	background-color: #dddddd;	
}

.ContentLink{
	margin-top: 2px;
	font-size: 15px;
	font-weight: bold;
}

.ContentLink a:link {
	text-decoration: none;
    color: black;
}
.ContentLink a:visited {
	text-decoration: none;
    color: black;
}
.ContentLink a:hover {
	text-decoration: none;
    color: black;
}
.ContentLink a:active {
	text-decoration: none;
    color: black;
}



.ArticleTitleH1 {
	font-size:80px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
}

.ArticleTitleH2 {
	text-align:center;
	font-size:36px;
	font-waith:bold;
}

.ArticleTitleH1.Left {
	text-align:left;
}

.ArticleTitleH2.Left {
	text-align:left;
}

.ArticleDiv {
	margin-left:150px;
	margin-right:150px;
}

.ArticleP {
	font-size:18px;
	line-height:24px;
	text-align:justify;
}

.GuideDisplayChildren {
}

.GuideDisplayChildrenTable {
    border-spacing: 0px 20px;
    width: 100%;
}
.GuideDisplayChildrenTd {
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid white;
    text-decoration: none;
}

.GuideDisplayChildrenTable a:link {
	text-decoration: none;
	color: white;
}
.GuideDisplayChildrenTable a:visited {
	text-decoration: none;
	color: white;
}
.GuideDisplayChildrenTable a:hover {
	text-decoration: none;
	color: white;
}
.GuideDisplayChildrenTable a:active {
	text-decoration: none;
	color: white;
}

.Guide {
	color: white;
	text-align: justify;
	font-size: 16px;
}
.Guide.Intro {
	padding: 5px 125px;
}
.Guide.Intro h1 {
	text-align: left;
	font-size: 60px;
}
.Guide.Intro.Title {
	padding: 10px 0px;
}
.Guide-image {
	width:80px;
	margin-left:20px;
	margin-right:20px
}
.Red1 {
	background-color:#BD173A;
}
.Red2 {
	background-color: #C51626;
}
.Red3 {
	background-color: #E94651;
}
.Orange {
	background-color: #FF6A03;
}
.Purple {
	background-color: #764169;
}
.Yellow {
	background-color: #E3B500;
}
.Green {
	background-color: #008071;
}
.Green2 {
	color: #000000;
	background-color: #C3D297;
}
.Green3 {
	color:white;
	background-color: #7AA82C;
}
.phone-icon-image {
	width: 100px;
    margin-left: 30px;
    margin-right: 30px;
	
}
.phone-frame td {
	width: 160px;
}
.phone-frame p {
	height: 100px;
}
.phone-frame td:hover{
	background-color: #d0d0d0;
    border-radius: 10px;
}
.phone-frame-name {
	font-size: 12px;
	height: 10px !important
}
.LeftLeadRed {
	padding: 15px 20px;
	color: white;
	text-align: center;
	font-size: 16px;	
	border-radius: 0px 0px 10px 0px;
	margin-right: 90px;
	background-color:#BD173A;
}

.LeftLeadTitle{
	font-size: 100px;
	margin-left: 50px;
    margin-right: 50px;
}

.LeftLeadText{
	margin-left: 50px;
    margin-right: 50px;
}    


.RightTextGreen{
	width: 884px;
	margin-left: 100px;
	padding: 15px 20px;
	font-size: 16px;
	border-radius: 0px 0px 0px 10px;
	background-color:#99B854;
	position: relative;
	padding: 0px 12px;
	
}

.RightTextGreenContentBox {
	width: 400px;
	float: left;
	margin: 8px;
}

.TextBoxGrey{
	padding: 15px 20px;
	color: white;	
	font-size: 13px;	
	border-radius: 0px 0px 10px 0px;
	background-color:#706F6F;
}

.ContentBoxLeft {
	float:left; 
	width: 230px;
	padding-right: 20px;
}

.ContentBoxRight {
	float:left;
	width: 215px;
}

.icons {
	width: 16px;
	height: 16px;
	margin-right:5px;
	margin-left:5px;
}

.customer-table td{
	border-bottom:1px dotted black;
	padding-top:10px;
	padding-left: 0px;
}
.customer-table span {
	background: white;
	padding: 0px 0px 5px 5px;
	font-size:18px;
}

.product-table{
	border-collapse: collapse;
	width: 100%;
}

.product-table td{
	padding: 0px 5px 5px 10px;
}

.tablesingleborder {
  border: 1px solid black;
  border-collapse: collapse;
}

.trsingleboarder{
  border: 1px solid black;
  border-collapse: collapse;
}

.tdsingleborder{
  border: 1px solid black;
  border-collapse: collapse;
}


.main-top-logo-text {   
    margin-top: 13px;
    margin-left: 2px;
    float: left;
    border: 1px;
	}
/* OzekiRobotTemplate 6100 */

.OzekiRobotTransToWhite
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.OzekiRobotH1
{
	font-size:120px; 
	font-weight: bold; 
	text-align: center; 
	margin-top: 0px; 
	margin-bottom: 0px;
}

.OzekiRobotContainer {
	margin: 5px 0px 5px -10px;
	width: 1029px;
	position: relative;
}

.OzekiRobotContainer div,p {
	font-size:16px;
}

.OzekiRobotHeader {
	background-color: #008071;
	color: #fff;
	padding: 30px;
}

.OzekiRobotHeaderDetails {
	width: 680px;
	float:left;
}

.OzekiRobotHeaderDetailsRight {
	float: right;
	height: 213px;
	width: 266px;
	color: #505763;
}

.OzekiRobotHeaderDetailsRight.box {
}
.OzekiRobotHeaderDetailsRight.box.purchase {
	margin-top: 20px;
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	background-color: #FF161F;
	color: #fff;
}

.OzekiRobotBelowPicture {
	background-color: #f9f9f9;
	border-top: 1px solid #ccc;
	padding-bottom: 20px;
	border-radius: 0px 0px 7px 7px;
}

.OzekiRobotPicture {
}

.OzekiRobotPicture.img {

	max-width: 100%;
    max-height: 100%;
	border-radius: 7px;
}

.OzekiRobotPrice {
	margin: 20px 0px 0px 20px;
	font-size: 34px;
	font-weight: 700;
}

.OzekiRobotInclude {
	margin: 5px 0px 0px 20px;
	font-size: 20px;
	font-weight: 400;
}
.OzekiRobotShareText {
	font-size: 20px;
	margin: 10px auto;
	text-align:center;
	font-weight: 100;
}
.OzekiRobotShareIcons {
	text-align:center;
}
.OzekiRobotShareIcons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}

.OzekiRobotHeaderDetailsH1 {
	font-size: 36px;
	font-weight: bold;
     margin-top: 0px;
}
.OzekiRobotHeaderDetailsH2 {
	font-size: 21px;
	font-weight: normal;
}

.OzekiRobotRating {
	margin: 15px 0px;
	font-size: 16px;
	font-weight: normal;
}

.OzekiRobotRatingInfo {
	padding-left: 1em;
}

.OzekiRobotStudentInfo {
	padding-left: 2em;
}

.OzekiRobotExtraInfo {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
}

.OzekiRobotCreatedBy {
}

.OzekiRobotLastUpdated {
	padding-left: 1em;
}

.OzekiRobotComments {
	padding-left: 1em;
}

.OzekiRobotClosedCaptioning {
	padding-left: 1em;
}

.checked {
	font-size:18px;
    color: orange;
}
.unchecked {
	font-size:18px;
}
.checked_black {
	font-size:18px;
	color: #666;
}

.OzekiRobotMain {
	color: #29303b;
}

.OzekiRobotLeft {
	width: 800px;
	float: left;
	margin: 15px 0px 15px 113px;
	line-height: 1.5;
}

.OzekiRobotLeft h1 {
	font-size: 22px; 
	font-weight: 200; 
	margin: 0 0 10px;
}

.OzekiRobotRight {
	width: 355px;
	float: left;
}

.OzekiRobotWhatWillILearn {
	border: 1px solid #dedfe0;
	background-color: #f9f9f9;
	padding: 10px;
}

.OzekiRobotWhatWillILearn ul {
    list-style: none;
    padding: 0px;
}

.OzekiRobotWhatWillILearn ul li:before {
	content: "\2714";
    font-size: 15px; 
    margin: 0px 10px; 
    color: #ccc;
}

.OzekiRobotRequirements {
	margin: 15px 0px;
}

.OzekiRobotAboutInstructor.left {
	float:left;
	margin-right: 15px;
}

.OzekiRobotAboutInstructor.right {
	float:left;
	width: 775px;
}

.OzekiRobotAboutInstructor.userIcon {
	width:96px;
	height:96px;
}

.OzekiRobotAboutInstructor.name {
	float:left;
	color: #007791;
	font-weight: 200;
	font-size: 20px;
}

.OzekiRobotAboutInstructor.job {
	font-weight: 200;
	font-size: 18px;
}

.OzekiRobotCurriculumMain {
}

.OzekiRobotCurriculum {
    margin-bottom: 15px;
    border: 1px solid #d3d3d3;
}
.OzekiRobotCurriculumHeader {
    background: #f9f9f9;
    border-bottom: 1px solid #e8e9eb;
    padding: 10px 30px 10px 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.OzekiRobotCurriculumPlus {
	font-size: 18px;
	color: #007791;
	padding-right: 7px;
}

.OzekiRobotCurriculumContent {
    display: none;
    padding: 0px;
}
.OzekiRobotCurriculumContentLecture {
    padding: 12px 30px 12px 43px;
    background-color: #fff;
    border: 1px solid #e8e9eb;
    border-top: none;
    color: #686f7a;
    letter-spacing: .3px;
    line-height: 1.33;
}
.OzekiRobotCurriculumLectureNr {
	height: 450px; 
	background-color: #444;
}

.OzekiRobotWebpageTitle {
}

.OzekiRobotWebpageTitle h1 {
}

.OzekiRobotCarousel {
	width: 1008px;
    height: 310px;
    position: relative;
    margin-top: 10px;
}

.OzekiRobotCarousel video {
    width: 1008px;
    height: 310px;
    object-fit: fill;
}

.OzekiRobotCarouselButton {
    width: 290px;
    height: 75px;
    border: 1px solid white;
    border-radius: 5px;
    position: absolute;
	color: white;
    padding: 0px 12px 0px;
}
.OzekiRobotCarouselButton:hover {
    background-color: #fff;
    color: #686f7a;
    opacity: 0.75;
}
.OzekiRobotCarouselButton.n1 {
    top: 20px;
    right: 10px;
}
.OzekiRobotCarouselButton.n2 {
    top: 110px;
    right: 10px;
}
.OzekiRobotCarouselButton.n3 {
    top: 200px;
    right: 10px;
}


.OzekiRobotCarouselButtonSmall {
    width: 55px;
    height: 75px;
    border: 1px solid white;
    border-radius: 5px;
    position: absolute;
	color: white;
    padding: 0px 10px 0px;
}
.OzekiRobotCarouselButtonSmall:hover {
    background-color: #fff;
    color: #686f7a;
    opacity: 0.75;
}
.OzekiRobotCarouselButtonSmall.n1 {
    top: 290px;
    right: 9px;
}
.OzekiRobotCarouselButtonSmall.n2 {
    top: 290px;
    right: 89px;
}
.OzekiRobotCarouselButtonSmall.n3 {
    top: 290px;
    right: 169px;
}
.OzekiRobotCarouselButtonSmall.n4 {
    top: 290px;
    right: 249px;
}

.OzekiRobotCarousel a:link,a:visited,a:hover,a:active  {
	text-decoration: none;
}

.OzekiRobotCarouselButtonText {
}
.OzekiRobotCarouselButtonText.n1 {
	margin-top: 25px;
	font-size: 45px;
}
.OzekiRobotCarouselButtonText.n2 {
	margin-top: 35px;
	font-size: 30px;
}

.OzekiRobotCourseElements {
	width: 1008px;
	color: #29303b;
}

.OzekiRobotCourseElements.box {
	background: #dedede;
	width: 324px;
	border: 1px solid #ddd;
    box-shadow: 1px 1px #bbb;
    border-radius: 3px;
	margin: 10px 15px 10px 0px;
	float: left;
}
.OzekiRobotCourseElements.box:hover {
	border: 1px solid #bbb;
    box-shadow: 1px 1px #888;
    border-radius: 3px;
}
.OzekiRobotCourseElements.emptybox {
	width: 324px;
	margin: 10px 15px 10px 0px;
	float: left;
}

.OzekiRobotCourseElementsImage {
	padding: 10px;
}

.OzekiRobotCourseElements.box img {	
	width: 100%;		
}

.OzekiRobotCourseElements.title {
	font-size: 23px;
	height: 30px;
	font-weight: bold;
	padding: 10px 5px;
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
}

.OzekiRobotCourseElements.text {
	font-size: 14px;
	height: 80px;
	font-weight: normal;
	padding: 0px 5px 5px;
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
}

.OzekiRobotCourseElements.instructor {
	font-size: 14px;
	font-weight: bold;
	width: 162px;
	margin-left: 5px;
}

.OzekiRobotCourseElements.stars {
	font-size: 14px;
	font-weight: bold;
	width: 162px;
	margin-left: 5px;
}

.OzekiRobotCourseElements.price {
	font-size: 19px;
	font-weight: bold;
	padding: 5px 5px;
	text-align: right;
	width: 313px;
}

.OzekiRobotCourseElements.box.boxLast {
	margin-right: 0px;
}

.OzekiRobotContentLeft {
	float:left; 
}
.OzekiRobotContentLeft.fix {
	width:800px; 
	margin: 0px 0px 0px 101px;
	padding-right: 5px;
	padding-left: 5px;
}
.OzekiRobotContentLeft img {
	
}
.OzekiRobotContentRight {
	float:left; 
}
.OzekiRobotContentRight.fix {

}
.OzekiRobotContentRight.hidden {
	display: none;
}

.OzekiRobotSitemapBox {
	color: #2d3239;
	line-height: 1.6;
	width: 800px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px #bbb;
	border-radius: 5px;
	margin: 10px 0px 25px 0px;
	padding: 5px;
}

.OzekiRobotSitemapBox.purchase {
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	background-color: #FF161F;
	color: #fff;
	margin: 0px auto;
	padding: 10px 0px;
	width: 250px;
}

.OzekiRobotSitemapParent {
	margin-left: 0px;
	font-weight: bold;
	font-size:20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #D8D8D8;
}
.OzekiRobotSitemapTitle {
	margin-left: 0px;
	font-weight: bold;
	font-size:60px;
	margin-bottom: 10px;
	margin-top: -10px;
	border-bottom: 1px solid #D8D8D8;
	text-align:center;
	line-height: 1.2em;
}
.OzekiRobotSitemapChild {
	font-size:16px;
}

.OzekiRobotSitemapChild.support {
	margin-left: 10px;
}

.OzekiRobotSitemapRow {
	padding: 3px;
}
.OzekiRobotSitemapRow.active {
	background-color: #16b;
    background-image: linear-gradient(#2d8cec,#16b);
    border-color: #16b #0d4c8c #0d4c8c;
    border-right: 1px solid #0d4c8c;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    border-radius: .4rem;
    cursor: pointer;
    font-weight: 700;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: block;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
.OzekiRobotSitemapNumber {
	float: left;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	padding: 1px 4px 7px 3px;
	background: #fff;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	font-size: 15px;
}
.OzekiRobotSitemapName {
	float: left;
	width: 750px;
	font-size: 16px;
	margin-left: 10px;
	text-align:left;
}


.OzekiRobotCurriculumPlay{
	float: left;
}

.OzekiRobotCurriculumLecture {
	font-weight: 600; 
	padding-top: 2px; 
	padding-left: 30px;
}
.BlueButton {
	background-color: #16b;
    background-image: linear-gradient(#2d8cec,#16b);
    border-color: #16b #0d4c8c #0d4c8c;
    border-right: 1px solid #0d4c8c;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    min-width: 80px;
    font-size: 35px;
    border-radius: .4rem;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.5em;
    padding: 4px 6px;
    text-align: center;
    vertical-align: middle;
    font-family: inherit;
    outline: 0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
    display: block;
    height: 55px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    color: #fff;
}
.BlueButton.main {
	width: 400px;
	margin: 10px 0px;
}

.BlueButton a:link {
	text-decoration: none;
	color: white;
}
.BlueButton a:visited {
	text-decoration: none;
	color: white;
}
.BlueButton a:hover {
	text-decoration: none;
	color: white;
}
.BlueButton a:active {
	text-decoration: none;
	color: white;
}
.OzekiRobotCurriculumLectureDescription{
	padding-left: 30px;
	color: black;
}

.OzekiRobotMiddle {
	margin-bottom: 10px;
	margin-left: 7px;
	width: 1008px;
}
.OzekiRobotMiddle h1 {
	margin: 10px 0px 5px 0px;
}
OzekiRobotMiddle-top{
    display: flex;    
}
.OzekiRobotMiddleLeft {
	width: 585px;
	float:left;
}
.OzekiRobotMiddleRight {
	margin-left:13px;
	width: 410px;
	float:left;
}
.OzekiRobotMiddleRightRow {
	margin: 15px 0px;
	padding: 5px;
	font-weight: normal;
	color: #29303b;
}
.OzekiRobotMiddleRightRow:hover {
	background-color: #cecece;
    box-shadow: 1px 1px #ccc;
    border-radius: 3px;
}
.OzekiRobotMiddleRightRowLeft {
	float:left;
}
.OzekiRobotMiddleRightRowRight {
	float:left;
	width: 265px;
	margin-left: 15px;
	text-align: justify;
}
.OzekiRobotMiddleRightRowRight h3 {
	margin: 0px;
	font-size: 16px;
}

.OzekiChatDownload {

}
.OzekiChatDownload:hover {
        background-color: #cecece;
    box-shadow: 1px 1px #ccc;
    border-radius: 3px;
}
.featureul {
  padding-left: 0px;
  list-style: none; /* Remove default bullets */
}

.featureul li::before {
  content: "\2611";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #303060; /* Change the color */
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.featureli {
    text-align: unset;
    padding-left: 4px;
    margin-bottom: 3px;
    margin-left: 10px;
    font-size: 14px;
}

.yellow-button {
    width: 50%;
    margin-right: 5px;
    margin-left: 7px;
    text-align: center;
    line-height: 1.43;
    font-size: 1.2rem;
    border: 1px solid;
    border-radius: 3px;
    border-color: #e76d0c #e15500 #e15500;
    color: #fff;
    text-shadow: rgb(0 0 0 / 5%) 0 1px 0;
    background-color: #ec7211;
    background-image: linear-gradient(180deg,#f67c1b 0,#e15500);
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 20%);
}

/*  GO FULL WIDTH BELOW 500 PIXELS */
@media only screen and (max-width: 500px) {

.menuitemlogin
	{	
	flex-direction: column;
	width: unset;
	}
	
	.yellow-button {
	 width: 100%;
	 }

}