HTML, BODY {
  height: 100%;
}
  
BODY {
  font-size: 13pt;
}

#theBody, .body-width {
    -width: 1100px;
    max-width: 850px;
    margin: 0px auto;
}

IMG {
  color: transparent;
}
      
#theHeader {
    background-color: #fff; /* #e4ecf3; */
    /*--background-image: linear-gradient(to bottom, #465A6A 0px, #5C6D7C 100%);*/
    background-image: none;
    border-bottom: 1px solid #b5bcc1;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); 
    height: auto;
}
  
.crlogo-container {
    padding-top: 0px;
    
} 

.crlogo {
  height: auto;
  margin: 10px 0px 0px 0px;
}   


.main-menu > LI > A {
  color: #545151;
  padding: 16px 20px 16px 20px;
}

.main-menu > LI > A:hover {
  color: #848181;
  background-image: none;
  text-shadow: none;
}

.menu-item-selected {  
  position: relative;
  background-image: none;
  text-shadow: none;
}

.menu-item-selected:before {
  position: absolute;
  background-image: url('/assets/images/menu-select.png');
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  bottom: -4px;
  width: 100%;
  height: 100%;
  display: block;
  content: ' ';
}

.main-menu > LI.menu-item-selected > A {
  color: #545151;
}

/*h1 {
    font-size: 20px;
    font-weight: bold;
    color:  #449125;
    font-family: Verdana,Geneva,Arial;
    font-style: normal;
}    */

h1, h1 a, h1 a:link, h1 a:hover, h1 a:visited, h1 a:link {
  font-size: 22px;
  font-weight: bold;
  font-family: Verdana, Arial;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px;
  color: #004359;
  font-style: normal;
}


.jumbotron-two-cols > DIV > DIV:nth-child(2) {
  padding-left: 20px;
  padding-right: 15px;  
}

#companyDescription {
    background-color: #FCFFE1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    font-size: 1.2em;
    color: #808080;
    
}

.learn_more, .crbutton {
    display: inline;
    padding: 2px 10px;
    margin: 5px 0 5px 0;
    -border: 5px solid #A8CDDA;
    background-color: #0053B9;
    color: white;
    font-size: 0.8em;
    font-weight: bold;
    
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.crbutton:LINK {text-decoration: none; color: white}
.crbutton:VISITED {text-decoration: none; color: white}
.crbutton:HOVER {text-decoration: none; color: #F0F0F0}
.crbutton:ACTIVE {text-decoration: none; color: white}
  
.learn_more:hover, .crbutton:hover {
    background-color: #3C78C1;
}

.learn_more {
    position: absolute;
    bottom: 5px;
    right: 12px;    
}

.calltoactbox, .headerstyle {
  background-color: #f3f3f3;
  padding: 10px 15px;
  border: 1px solid #d9d8d8;
  -box-shadow: 0px 0px 3px #CCC;
}
/* устаревший стиль, не нужно им пользоваться */
.headerstyle {
  margin-top: 10px;
}
/* old styles */


.footer-separator {
    height: 2px;
}

.white-link {
}


.white-link:link {text-decoration: none; color: #FFFFC0}
.white-link:visited {text-decoration: none; color: #FFFFC0}
.white-link:active {text-decoration: none; color: #FFFFC0}
.white-link:hover {text-decoration: underline; color: #FFFFC0}

.product_box {
    width: 290px;
    height: 115px;
    background-color: #B3DAEF;
    padding: 10px; 
    -margin: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
}                                                                        

.separator {
    
    height: 2px;
    margin: 2px auto 5px auto;
   
    background-image: url(/assets/images/separator.png);
    background-repeat: no-repeat;
}

.product_name {
    font-size: 20px; 
    text-align: center;   
}

.divend {
    clear: both;
}

.mainbox {
  display:block;
  margin: 0px;
  padding: 15px 10px;
  border:1px solid #A8CDDA;
  background-color: #E3F1F6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
 /* -moz-box-shadow: 0 1px 3px #AAA;
  -webkit-box-shadow: 0 1px 3px #AAA;
  box-shadow: 0 1px 3px #AAA;*/
}

.mainbox_header {
    font-size: 30px;
    text-align: left;
    color: black;
    font-weight: bold;
}

.featurebox_left, .featurebox_right {
    width: 33%;
}

.featurebox_center {
    width: 30%;
}
.featurebox_left, .featurebox_center, .featurebox_right {
    
    float: left;
    padding: 7px;
    padding-top: 10px;
   
}

.featurebox_right {
    float: right;
}


.feature_image_cont {
    text-align: center;
    margin: 10px auto 3px auto;
}

.feature_image {
    padding:  7px;
}

.feature_thumb {
    float: left;
    padding:  7px;
}

.main_features {
    margin-top: 15px;
}

.featurebox2_left, .featurebox2_right {
    -margin-top: 10px;
    width: 49%;
    -background-color: #E1FFEF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    
}
.featurebox2_left {
    float: left;
}

.featurebox2_right {
    float: right;
} 

.page_caption, .page_header {
    font-size: 35px;
    font-family: georgia, serif;
    font-style: italic;
    color: #5F5F5F;
    font-weight: bold;
    text-shadow: 1px 1px #F5F5F5;
    margin: 10px;
}


.highlighted-text {
    background-color: #FEF8D2;
    border-radius: 2px;
    color: black;
    padding: 0px 3px;
}


.request-license-box {
    background: -moz-linear-gradient(#63a9d0, #20649e); /* FF 3.6+ */  
    background: -ms-linear-gradient(#63a9d0, #20649e); /* IE10 */  
    -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#63a9d0, #20649e);  /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#63a9d0, #20649e);  /* Opera 11.10 */     
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63a9d0', endColorstr='#20649e'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#63a9d0', endColorstr='#63a9d0')"; /* IE8+ */  
    background: linear-gradient(#63a9d0, #20649e);  /* the standard */      

  border: 1px solid #286598;
  display:block;
  
  margin: 20px auto;
  padding: 20px 30px;
  
  border-radius: 5px;
  color: white;
  box-shadow: 0 0 7px #444;
  width: 430px
  
}

.rlb_field {
    margin-bottom: 15px;        
}

#rlb_field_name {
    font-size: 20px;
 
}

#rlb_field_description {
    font-size: 12px;
}

#rlb_field_input {
    height: 36px;
    width: 400px;
    font-size: 20px;
    border-radius: 5px;
}



#rlb_comment {
    height: 70px;
    width: 400px;
    -border-radius: 5px;
    
}

.rlb_calltoaction {
    font-size: 18px;
    text-align: center;
    
}

/******************/
/* Old styles */



.promo-frame {
  margin-left: 10px; background-color: rgb(255,255,204); margin-bottom: 20px; width: 207;
  display:block;
  padding:5px 0 5px 8px;
  /*background:#eee url(/image/gradient2.png) repeat-x;*/
  color:#222;
  border-top:1px solid #ddd;
  border-right:1px solid #bbb;
  border-bottom:1px solid #bbb;
  border-left:1px solid #ddd;
  text-decoration:none;
}  

/*.announcement {
  background-color: #FEF8D2; 
  border-radius: 5px;
  margin-bottom: 20px;
  display:block;
  padding: 8px;
  color:#222;
  border: 1px solid #FFFFF4;
  box-shadow: 0 0 7px #AAA;
  text-decoration:none;
} */ 


.letterform{
  display:block;
  margin: 20px 0 10px 0;
  padding: 8px;
  border-radius: 5px;
  border: 3px solid #F5F4FF;
  /*background:#eee url(/image/gradient2.png) repeat-x;*/
  /*color:#222;
  border-top:1px solid #ddd;
  border-right:1px solid #bbb;
  border-bottom:1px solid #bbb;
  border-left:1px solid #ddd;*/
  text-decoration:none;
  background-color: #E5E4F1;
  
}

.download_comment {	
  font-family: Default;
	font-size: 12px;
	color: rgb(86,86,86);
}

.download_link {	
  font-family: Default;
	font-size: 18px;
}

.mega_link {    
    font-size: 20px;
    font-weight: bold;
}
.download-button {
  background-color: #fbc86c;
  margin: 20px;
  padding: 10px;
  width: 140px;
  height: 100px;     
  
  border: 1px #ddd solid;
  border-color: rgb(175,97,39);
}

.feature-caption {
  margin-bottom: 20px;    
   margin-left: 50px;                
}

.read-more-small:LINK {text-decoration : none;}
.read-more-small:VISITED { text-decoration : none;}
.read-more-small:HOVER { text-decoration : underline}
.read-more-small:ACTIVE {text-decoration : none}

.feature-caption #caption{
    font-weight: bold;
    font-family: "Lucida Grande", Verdana;
    -color: #000053; /* #144556; */
    color: #004359;
    
    margin-left: 10px;
    margin-bottom: 5px;
}

.feature-caption #description{
    -font-size: 13px;
    -color: #494643;
    -font-family: Verdana;
    margin-bottom: 10px;
    margin-left: 10px;
}

.errormessage {
   border-radius: 5px;
   -background-color:  #FFA5A7;
   background-color: #ffc7c8;
   margin-top: 5px;
   margin-bottom: 5px;
   border: 1px solid #db6e70; /*#E35356;   */
   padding: 10px;
   color: #585858;   
}

.cr_comment {
   font-size: 0.8em;
   color: #707070;    
}

  .license-type {
    font-family: Microsoft Sans Serif;
    font-size: 23px;
    color: rgb(53,53,53);
  }
  
  .license-price {
    margin-left: 10px; 
    -color: red; 
        color: rgb(53,53,53);  
    font-size: 20px;
    font-family: Microsoft Sans Serif;
  }
  .license-price #originalPrice {
      text-decoration: line-through;
      font-size: 16px;
  }
  
  .order-button {
    
    background-color: #fbc86c;
    margin: 10px;
    padding: 10px;
    width: 90px;
    height: 50px;     
    
    border: 1px #ddd solid;
    border-color: rgb(175,97,39);
  }
  
/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
This fucking rule eated 2 hours of my time, almost driving me nuts 
*/
  .heading-column {padding-bottom: 20px}
  .empty-row {height: 1px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}

 .awayoff {
     border: 1px black solid;
 }
 .giveawayheader {
   margin-top: 0px;
   font-size: 17px; 
   -color:  rgb(241,92,92);
   color: red;
 }
 .giveawaytimer {
   font-size: 20px;
   -color: rgb(241,92,92);
   color: red;
   -margin-left: 30px
 }
 .faq-question {
   font-size: 17px;
   font-weight: bold;
   font-family: verdana;
   color: rgb(103,103,103);
   margin-top: 20px;
   margin-bottom: 7px;
 }
  
.download_buton_container {
    width: 200px;
    margin: 0px auto;
}

.download_button_hover, .download_button_new {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;    
}


.download_button_new {
    
    padding: 7px 5px 7px 5px;
    background-color: #39CBF8;
    border: 1px solid #0682DA;
    cursor: pointer;    

    font-size: 16px;
    font-weight: bold;
    color: #045287;
    text-align: center;
    text-shadow: #A4E1F4 1px 1px;  

}
.download_button_new:hover {
    background-color: #71D8F7;
    -text-decoration: underline;
    
}
.download_buton_info {
    text-align: center;
    font-size: .7em;
    color: #6C6C6C;
    margin-top: 5px;
}

.download_button_hover {
    padding: 1px;        
}
.download_button_hover:hover {
    background-color: #D0D0D0;
}

.link_no_link {
    text-decoration: inherit;
}


.order_buton_container {
    width: 200px;
}

.order_button_hover, .order_button_new {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;    
}

.order_button_new {
    
    padding: 7px 5px 7px 5px;
    background-color: #FFD84F;
    border: 1px solid #FD7E00;
    cursor: pointer;    

    font-size: 16px;
    font-weight: bold;
    color: #C60000;
    text-align: center;
    text-shadow: #FEE0BC 1px 1px;  

}
.order_button_new:hover {
    background-color: #FFE488;
    -text-decoration: underline;
    
}
.order_button_hover {
    padding: 1px;        
}
.order_button_hover:hover {
    background-color: #F0F0F0;
}

.link_no_link:link {text-decoration: inherit;}
.link_no_link:visited {text-decoration: inherit;}
.link_no_link:hover {text-decoration: inherit;}
.link_no_link:active {text-decoration: inherit;}

.lnkReadMoreOnLicense:link {text-decoration: none;}
.lnkReadMoreOnLicense:visited {text-decoration: none;}
.lnkReadMoreOnLicense:hover {text-decoration: underline;}
.lnkReadMoreOnLicense:active {text-decoration: underline;}

.choose_pay_method_link {
    font-size: 1.4em;
}

.translate-block  A:link, 
.translate-block  A:visited, 
.translate-block  A:hover, 
.translate-block  A:active {
  text-decoration: none;
}

.translate-block UL LI SPAN:last-child {
  margin-top: 3px;
}

.blog-body {
  max-width: 980px;
  margin: 0px auto;
}

.usbsr-promo {
  color: #565656; 
  max-width: 700px; 
  margin: 15px auto;
  padding: 10px 20px;
}

.usbsr-read-or-download-menu {
  list-style: none outside none;
  text-align: center;
  padding: 0px;
  margin: 8px auto 12px auto;
}

.usbsr-read-or-download-menu > LI {
  display: inline;                  
  font-weight: bold;
  padding-left: 25px;
}

.usbsr-read-or-download-menu > LI:first-child {
  padding-left: 0px;
} 


@media screen and (max-width: 530px) {
   .menu-item-selected {  
     background-color: #f0f0f0;
     border-radius: 5px;
   }
   
   .menu-item-selected:before {
     display: none;
   }
}
