@import url(/res/fonts.css);
@import url(/res/layout.css);

.yk_purc_table td {
  border: solid 1px #333;
  padding: 5px;
  border-top: 0;
  border-left: 0;
  text-align: center;
}

td.cell_left {
  text-align: left;
}

td.empty{
  border: 0;
}

td.liccell1_1 {
  border-top: solid 1px #333;
  background-color: #EEEEEE;
  border-left: solid 1px #333;
}

td.liccell2_1 {
  border-top: solid 1px #333;
  background-color: #EEEEEE;
  border-left: solid 1px #333;
}

td.liccell1 {
  background-color: #EEEEEE;
  border-top: solid 1px #333;
}

td.liccell2 {
  background-color: #EEEEEE;
  border-left: solid 1px #333;
}

.yk_table {
  border:0;
  border-collapse: collapse;
  width:100%;
}

.yk_space_under {
  padding-bottom: 0.7em;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0.5em;
}

hr {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: rgb(221, 221, 221);
  height: 1px;
  border: none;
}

input {
  vertical-align: middle;
  margin-right: 3px;
}

img {
 border: none;
}

a {
  color: #EC4F02;
  transition: color 0.25s;
  text-decoration: none;
  outline: 0; /* Do not show dotted focus border */
}

a:hover {
  color: #333;
  transition: color 0.25s;
}

pre {
  font-family: "Ubuntu Mono", monospace;
}

code {
  font-family: "Ubuntu Mono", monospace;
  font-size: 14px;
  color: #222480;
/* todo It's not good to justify <code>. Text looks ugly. Justifying is inherited from <p>
  text-align: start;
  display: inline-block;
*/
}

ul {
  list-style-type: none;
  padding: 0 0 1em 0;
  margin: 0;
}

ul li {
  margin: 0;
  list-style-image: none;
  background: url("/images/disc5_grey70.png") no-repeat 0px 7px;
  padding-left: 0.9em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 3px;
}

ul.yk_disc_grey li {
  background: url("/images/disc5_grey200.png") no-repeat 0px 7px;
}

p {
  margin-bottom: 1em;
  text-align: justify;
}

a.ext {
  padding-right: 10px;
  background: url(/images/link_external.gif) no-repeat center right;
}

a.mail {
  padding-right: 10px;
  background: url(/images/link_mail.gif) no-repeat center right;
}

h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600; /*semi-bold*/
  font-size: 17px;
  line-height: 20px;
  color: rgb(65, 65, 65);
  padding-left: 20px;
  background: url(/images/bullet.gif) 0 5px no-repeat;
  margin-bottom: 1em;
}

.figure {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.yk_top_link {
  text-align: right;
}

.yk_left_padding {
  text-align: left;
  margin-left: 2em;
}

.hint {
  padding: 10px 20px 10px 40px;
  background: rgb(255, 255, 225) url("/images/attention.png") no-repeat 10px center;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 2px;
}

.help_rc_warning {
  padding: 20px 20px 20px 50px;
  background: rgba(255, 0, 0, 0.45) url("/images/attention.png") no-repeat 20px center;
  border-radius: 2px;
}

.yk_red {
  color: red;
}

.yk_purc_table2 {
  border-spacing: 3px;
  border-collapse: separate;
  text-align: center;
}

.yk_license_type_outer {
  font-size: 1.1em;
  font-weight: bold;
  color: rgb(70, 70, 70);
  margin-top: 1em;
  margin-bottom: 1.1em;
  padding-bottom: 2px;
  text-align: left;
  /* Color should be customized in sub-styles */
  border-bottom: solid 3px #a7cb91;
}

.yk_license_type_inner {
  text-align: left;
}

.yk_cell_header {
  font-weight: bold;
  background: #e0eaff;
  color: rgb(92, 92, 92);
  padding: 15px 10px 15px 10px;
}

.yk_cell1 {
  background: #eff4ff;
  padding: 5px 5px 5px 5px;
}

.yk_cell2 {
  background: #f7f9ff;
  padding: 5px 5px 5px 5px;
}

.yk_cell_small_font {
  font-size: 0.95em;
}

.yk_support_table {
  width: 100%;
}

.yk_support_cell {
  height: 100%;
  text-align: left;
  vertical-align: top;
}

.yk_link_separator {
  font-size: 0.8em;
  color: rgb(128, 128, 128);
}

.yk_you_save {
  font-style: italic;
}

.yk_you_save_description {
  font-style: italic;
  margin-top: 3px;
  margin-bottom: 0;
}

/* http://www.cssbuttongenerator.com */

.yk_button {
  font-size: 1.05em;
  white-space: nowrap;
  padding: 7px 15px;
  background-color: rgb(74, 149, 196);
  border: none;
  border-radius: 3px;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 #1570cd;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}

.yk_button:hover {
  background-color: rgb(67, 134, 176);
  color: #FFFFFF;
  transition: background-color 0.25s, color 0.25s;
}

.yk_button:active {
  position: relative;
  top: 1px;
}

/* Tables */
tr.yk_row_header td {
  font-weight: bold;
  color: rgb(62, 62, 62);
  border-top: 1em transparent solid;
  border-bottom: 1em transparent solid;
}

.yk_table_key {
  padding-left: 2em;
  padding-right: 0;
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
}

.yk_table_value {
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
}

input:-moz-placeholder { color: rgb(210, 210, 210); }
::-webkit-input-placeholder { color: rgb(210, 210, 210); }
:-ms-input-placeholder { color: rgb(210, 210, 210); }

.yk_error_404 {
  color: #d5402d;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
}

.yk_page_header {
  white-space: nowrap;
  margin-bottom: 20px;
  color: rgb(58, 58, 58);
  font-size: 28px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
}

.yk_section_header {
  white-space: nowrap;
  color: rgb(32, 32, 32);
  text-transform: uppercase;
  font-size: 21px;
  word-spacing: 7px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 3px;
  border-bottom: solid 3px;
  border-bottom-color: red; /*overridden in local styles*/
  width: 100%;
  letter-spacing: 0.7px;
}

.yk_old_special_price {
  white-space: nowrap;
}

.yk_old_special_price img {
  vertical-align: bottom;
  padding: 0 0 8px 3px;
}

.yk_old_special_price:hover img {
  transform: rotate(360deg);
  transform-origin: 12.5px 10px;
  transition: transform 0.5s;
}


.yk_old_price_outer {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.45);
}

.yk_old_price_inner {
  color: rgb(51, 51, 51);
}

.yk_special_price {
  padding-left: 10px;
  font-size: 15px;
  color: rgb(30, 30, 30);
}

/* UI element texts (labels, views, headers etc.) mentioned in Help */
.ui_text {
  background-color: #eee;
  border-radius: 3px;
  color: #444;
  padding: 2px 3px;
  white-space: nowrap;
}

.ui_action {
  background-color: #eee;
  border-radius: 3px;
  color: #444;
  padding: 2px 3px;
  white-space: nowrap;
}

/* use instead of nobr tag */
.nobr {
  white-space: nowrap;
}
