<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

hr {
  margin: 5px 0;
}
.content .nowrap {
  white-space: nowrap!important;
}
.content p.hd1 {
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  text-indent: 0;
}
.content p.hdi1 {
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  text-indent: 0;
}
.content ul.breadcrumb {
  margin: 0;
  margin-top: 1em;
}
.categs a.btn-default {
  color: #0000bb;
}
.categs a.btn-primary {
  color: #fff;
}

.categ_items .item {
  display: inline-block;
  width: 190px;
  margin: 20px 20px 0 0;
  vertical-align: top;
}
.categ_items .item p {
  text-indent: 0;
  padding-bottom: 0;
  padding-top: 0.3em;
  text-align: left;
}
.categ_items .item .photo {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 140%;
}
.categ_items .item img {
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3), 0 5px 10px 0 rgba(0,0,0,0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.categ_items .item .author {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #767579;
}
.categ_items .item .item-name {
  font-size: 1em;
  width: 100%;
  height: 54px;
  line-height: 1.2em;
  overflow: hidden;
}

.product {
  margin-top: 20px;
}
.product p {
  text-indent: 0;
}
.product .photo {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 140%;
}
.product img {
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3), 0 5px 10px 0 rgba(0,0,0,0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.product a.read-excerpt {
  border: 1px solid #2e6da4;
  border-radius: 3px;
  margin-bottom: 0.5em;
}
.product a.read-excerpt:hover {
  background: #f1f9ff;
}
.product a.buy {
  margin-bottom: 0.5em;
  background: #2e6da4;
  color: #fff;
  padding: 10px 30px;
  font-size: 1.2em;
}
.product a.buy:hover {
  background: #286090;
}
.product p.buy_info {
  text-indent: 0;
  color: #777;
  font-size: 0.9em;
  padding-bottom: 1em;
}
.product ul.nav {
  margin: 0;
  margin-top: 1em;
}
.product .tab-pane h2 {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
.product .tab-content {
  padding: 0;
  padding-top: 1em;
  padding-bottom: 2em;
}
.product .tab-content p {
  text-indent: 20px;
}
.product .tab-content p.nocomments {
  text-indent: 0;
  padding: 0;
  margin: 0;
}
.product .addinfo td {
  padding: 8px;
}
.product .addinfo td.tdbold {
  font-weight: bold;
  padding-right: 10px;
  padding-left: 0;
}
.product fieldset {
  display: block;
  margin: 0 0 5px 0;
}
.product fieldset label {
  margin: 5px 0 0 0;
  font-weight: bold;
  width: 110px;
  text-indent: 0;
  float: left;
}
.product fieldset label[for="user_comment"] {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
  float: none;
}
.product fieldset input,
.product fieldset textarea {
  width: 300px;
  padding: 5px;
  border: 1px solid #888;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 14px;
  color: #000;
}
.product fieldset textarea {
  width: 80%;
}
.product input[type="submit"] {
  width: 150px;
  padding: 5px;
  font-size: 1em;
  border: 1px solid #888;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #000;
  cursor: pointer;
}
#message {
  display: none;
}
#message p {
  text-indent: 5px;
  font-weight: bold;
  padding: 5px 0 10px 0;
  color: green;
}
#users_reviews {
  margin: 1em 0;
}
#users_reviews td {
  padding: 8px;
  line-height: 1.4em;
}
#users_reviews .date_name {
  padding-right: 20px;
}
.product .b-share-icon {
  width: 32px;
  height: 32px;
}

#rating_head {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-align: center;
}

#rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  width: 100%;
}

#rating &gt; span {
  display: inline-block;
  position: relative;
  width: 0.9em;
  font-size: 2em;
  color: #037000;
  text-decoration: none;
}

#rating span:hover {
	color:#00BB33;
  cursor: pointer;
}

#rating &gt; span:hover:before,
#rating &gt; span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}

#rating_res {
  text-align: center;
  width: 100%;
  color: #037000;
}

#social_share {
  margin-top: 0.5em;
  text-align: center;
}
#social_share ul {
  margin: 0;
}
#social_share .ya-share2 {
  margin-top: 5px;
  margin-bottom: 25px;
}

.popular {
  margin-bottom: 2em;
}
.popular h3 {
  color: #000099;
}
.popular .item {
  display: inline-block;
  width: 150px;
  margin: 20px 20px 0 0;
  vertical-align: top;
}
.popular .item p {
  text-indent: 0;
  padding-bottom: 0;
  padding-top: 0.3em;
  text-align: left;
}
.popular .item .photo {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 140%;
}
.popular .item img {
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3), 0 5px 10px 0 rgba(0,0,0,0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.popular .item .author {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #767579;
}
.popular .item .item-name {
  font-size: 1em;
  width: 100%;
  height: 54px;
  line-height: 1.2em;
  overflow: hidden;
}
</pre></body></html>