* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #3c4663;
  font: 12px/1.5em Verdana, Tahoma, arial, sans-serif;
  color: #666;
}

input {
  padding:2px;
  border:1px solid #ddd;
  font: normal 1em Verdana, sans-serif;
  color: #333;
}

select {
  padding:2px;
  border:1px solid #ddd;
  font: normal 1em Verdana, sans-serif;
  color: #333;
}

textarea {
  padding: 2px;
  font: normal 1em Verdana, sans-serif;
  border: 1px solid #ddd;
  display: block;
  color: #333;
}

img {
  border: none;
}

a {
  color: #6699ff;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px  #343c55;
  -moz-box-shadow: 0px 0px 15px #343c55;
  box-shadow: 0px 0px 15px #343c55;
  padding-bottom: 15px;
  margin-top: 15px;
}

.header {
  float: right;
  width: 530px;
}

.phones {
  float: right;
  color: #c2c3c5;
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
  margin-right: 150px;
}

.icons_menu {
  margin-right: 10px;
  height: 18px;
  float: right;
  margin-right: 10px;
  padding-top: 8px;
}

.icons_menu a {
  width: 17px;
  height: 18px;
  display: block;
  margin-right: 5px;
  float: right;
}

.icons_menu .home {
  background: url(img/icon_home.png) no-repeat;
}

.icons_menu .home:hover {
  background: url(img/icon_home_hover.png) no-repeat;
}

.icons_menu .contacts {
  background: url(img/icon_contacts.png) no-repeat;
}

.icons_menu .contacts:hover {
  background: url(img/icon_contacts_hover.png) no-repeat;
}

.icons_menu .sitemap {
  background: url(img/icon_sitemap.png) no-repeat;
}

.icons_menu .sitemap:hover {
  background: url(img/icon_sitemap_hover.png) no-repeat;
}

.search_form {
  display: block;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
}

.search_form .query {
  height: 36px;
  width: 400px;
  font-size: 19px;
  text-align: right;
  padding: 0 8px;
  color: #999;
  border: 1px solid #999;
  vertical-align: top;
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 36px;
}

.search_form .submit {
  display: block;
  float: left;
  width: 58px;
  height: 38px;
  background: url(img/search.png) no-repeat;
}

.search_form .submit:hover {
  background: url(img/search_hover.png) no-repeat;
}

.logo {
  display: block;
  width: 308px;
  height: 72px;
  background: url(img/logo.png) 15px 21px no-repeat;
}

.clear {
  clear: both;
}

.top_menu {
  margin: 15px;
  margin-bottom: 9px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  height: 18px;
  padding: 6px 0;
}

.top_menu a {
  border-right: 1px dotted #999;
  display: block;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #666666;
  text-decoration: none;
  padding: 0px 25px;
}

.top_menu a.last {
  border-right: none;
}

.top_menu a:hover {
  color: #6699ff;
}

.top_menu a.active {
  color: #ff3333;
}

.left {
  width: 183px;
  margin-left: 13px;
  float: left;
}

.banners {
  margin-bottom: -3px;
}

.banner {
  display: block;
  margin-bottom: 3px;
}

.recent_news {
  margin-top: 0px;
  font-size: 10px;
}

.recent_news a {
  color: #6699ff;
  display: block;
  margin-bottom: 10px;
  padding-left: 14px;
  background: url(img/news_bullet.png) 0 2px no-repeat;
  line-height: 1.3;
}

.block {
  border: 1px solid #999;
  margin-bottom: 7px;
}

.block h3 {
  color: #fff;
  background: #999;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 10px;
}

.block p {
  padding: 10px;
}

.content {
  margin-left: 212px;
  width: 615px;
}

.content h1, .content h2, .content h3 {
  color: #6699ff;
  font-weight: normal;
  text-align: left;
line-height: 1em;
}

.content h1 {
  font-size: 19px;
  height: 50px;
  /*line-height: 50px;*/
}

.content h2 {
  font-size: 17px;
  height: 40px;
  /*line-height: 40px;*/
}

.content h3 {
  font-size: 15px;
  height: 30px;
  /*line-height: 30px;*/
  font-weight: bold;
}

.content li {
  margin-left: 30px;
}

.content a {
  color: #6699ff;
}

.content .page_title {
  height: auto;
  margin-bottom: 12px;
  width: 500px;
  line-height: 1.3;
}

.content p {
  margin-bottom: 10px;
}

.right {
  float: right;
  width: 143px;
  margin-right: 13px;
}

.footer {
  width: 1000px;
  margin: 0 auto;
  color: #999;
  font-size: 9px;
  line-height: 1.3;
  padding-bottom: 15px;
}

.footer a {
  color: #999;
}

.footer_left {
  float: left;
  padding: 15px 0;
}

.footer_right {
  float: right;
  text-align: right;
  padding: 15px 0;
}

.catalog a {
  color: #666;
  border-bottom: 1px dotted #666;
  padding: 7px 0;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  margin: 0 5px;
}

.catalog a:hover {
  color: #6699ff;
}

.catalog a.active {
  color: #ff3333;
}

.catalog a.opened {
  background: url(img/left_menu_open.png) 5px 13px no-repeat;
}

.catalog a.last {
  border-bottom: none;
}

.catalog .level0 {
  padding-left: 20px;
  background: url(img/left_menu_closed.png) 5px 11px no-repeat;
}

.catalog .level1 {
  padding-left: 30px;
}

/******************************/

.align_left {
  float: left;
  margin-right: 10px;
}

.align_center {
  display: block;
  margin: 0 auto;
}

.align_right {
  float: right;
  margin-left: 10px;
}

/******************************/

.subcategories {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-right: -15px;
  margin-bottom: -15px;
  zoom: 1;
  overflow: hidden;
}

.subcategories li {
  width: 142px;
  margin: 0;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-align: left;
}

.subcategories li img {
  display: block;
  width: 142px;
  border: 1px solid #999;
}

.index_catalog {
  margin: 0;
  padding: 0;
  margin-right: -15px;
  margin-bottom: -15px;
  zoom: 1;
  overflow: hidden;
}

.index_catalog a {
  margin: 0;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 140px;
  height: 140px;
  border: 1px solid #999;
}

/******************************/

.goods {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-right: -15px;
  margin-bottom: -20px;
  zoom: 1;
  overflow: hidden;
}

.goods li {
  width: 170px;
  border: 1px solid #999;
  margin: 0;
  padding: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-align: left;
}

.goods li a {
  color: #666;
  text-decoration: none;
}

.goods li img {
  display: block;
  max-width: 170px;
  max-height: 170px;
  margin-bottom: 10px;
}

.price {
  font-size: 15px;
  color: #6699ff;
  font-weight: bold;
}

sup { vertical-align: baseline; position: relative; top: -0.4em; }
sub { vertical-align: baseline; position: relative; bottom: -0.4em; }

.sort {
  margin-top: 10px;
  margin-bottom: 15px;
}

/******************************/

.filter_select {
  border: 1px solid #ddd;
  width: 182px;
}

.filter_label {
  display: block;
}

.filter_submit {
  margin-top: 8px;
  margin-bottom: 5px;
  border: none;
  padding: 0;
}

.shopping_cart {
  padding: 10px;
}

.cart_image {
  max-width: 150px;
  margin-right: 10px;
}

h3.cart-title {
  background: #999 url(img/cart-icon.png) 80px 0px no-repeat;
}

.cart-order {
  color: #fff;
  background: #f00;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px 0px;
}

/******************************/

.error {
  color: #DE4704;
  border: 1px solid #FEAA85;
  padding: 5px;
  padding-left: 30px;
  background: #FDDBCC url(icons/action_error.png) 8px 7px no-repeat;
  margin: 10px 0px;
}

.success {
  color: #366536;
  border: 1px solid #90B090;
  padding: 5px;
  padding-left: 30px;
  background: #D1FFD1 url(icons/action_success.png) 8px 7px no-repeat;
  margin: 10px 0px;
}

/******************************/

.tabs {
  width: 611px;
  height: 25px;
  margin-right: -5px;
  overflow: hidden;
  zoom: 1;
}

.tabs a.tab {
  background: #333;
  text-align: center;
  color: #999;
  text-decoration: none;
  font-weight: bold;
  margin-right: 0px;
  padding: 2px 17px;
  height: 20px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.tabs a.active {
  color: #fff;
  background: #999;
}

.tabs a:hover {
  color: #fff;
}

.tabs_content {
  width: 610px;
}

.gray_line {
  background: #999;
  height: 7px;
}

.specs_table {
  width: 610px;
  border-collapse: collapse;
}

.specs_table tr.e {
  background: #f0f0f0;
}

.specs_table tr.o {
  background: #e1e1e1;
}

.specs_table td {
  padding: 2px 15px;
}

#docs {
  padding: 15px;
}

#related {
  padding: 15px 0;
  padding-top: 5px;
}

#accessories {
  padding: 15px;
}

.old_price {
  text-decoration: line-through;
}

.good_text {
  margin-left: 0px;
  margin-bottom: 15px;
}

.good_photos {
  width: 245px;
  float: left;
  text-align: left;
}

.additional_photos img {
  width: 94px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}

.additional_photos {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-right: -10px;
  vertical-align: top;
}

.first_photo {
  max-width: 230px;
  *width: 230px;
}

.other_photos {
  max-width: 70px;
  *width: 70px;
}

/******************************/

.margin5 {
  margin-bottom: 5px;
}

/******************************/

.gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-right: -15px;
  margin-bottom: -15px;
  zoom: 1;
  overflow: hidden;
}

.gallery li {
  width: 110px;
  margin: 0;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-align: left;
}

.gallery li img {
  display: block;
  width: 110px;
}

/******************************/

.print {
  float: right;
}

.print_button {
  background: url(img/page_print.png) no-repeat;
  width: 17px;
  height: 12px;
  display: block;
  float: left;
  margin-right: 10px;
}

.email_button {
  background: url(img/page_email.png) no-repeat;
  width: 17px;
  height: 12px;
  display: block;
  float: left;
}

#email_form {
  position: absolute;
  -webkit-box-shadow: 0px 0px 15px  #343c55;
  -moz-box-shadow: 0px 0px 15px #343c55;
  box-shadow: 0px 0px 15px #343c55;
  padding: 15px;
  background: #fff;
  margin-left: -100px;
}

.close_button {
  background: url(img/page_email_close.png) no-repeat;
  width: 17px;
  height: 12px;
  display: block;
  float: right;
  margin-right: -10px;
  margin-top: -5px;
}

.paginator {
}

.paginator a {
  padding: 4px 7px;
  background: #6699ff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.paginator span {
  padding: 4px 7px;
  display: inline-block;
  margin-bottom: 10px;
}

.button {
  color: #fff;
  background: #6999fb;
  padding: 6px;
  border: #6999fb;
}

.red-button {
  color: #fff;
  background: #f00;
  text-decoration: none;
  text-align: center;
}


div.e {
  background: #fff;
  padding-left: 2px;
}

div.o {
  background: #f0f0f0;
  padding-left: 2px;
}

.highlight {
  background: #ff0;
}

.goods-z {
  margin-top: 10px;
  border-collapse: collapse;
}

.goods-z tr {
  border-bottom: 1px dotted #666;
  cursor: pointer;
}

.goods-z tr:hover {
  background: #f5f5f5;
}

.goods-z td {
  padding: 3px 5px;
}

.goods-z a {
  text-decoration: none;
  color: #666;
}

.goods-z img {
  max-width: 50px;
}

.goods-z .artno {
  color: #c00;
  font-size: 14px;
}

.view {
  display: block;
  width: 100px;
  float: right;
  text-align: right;
  margin-top: -5px;
}

.view a {
  display: inline-block;
  width: 28px;
  height: 27px;
}

.view .grid {
  background-image: url(img/view.png);
  background-position: 84px 0;
}
.view .grid-active {
  background-image: url(img/view.png);
  background-position: 28px 0;
}
.view .list {
  background-image: url(img/view.png);
  background-position: 56px 0;
}
.view .list-active {
  background-image: url(img/view.png);
  background-position: 0px 0;
}

.accordion {
  margin-top: 4px;
  margin-bottom: 10px;
}

.accordion div {
  overflow: hidden;
  background: #3c4663;
  border-bottom: 1px dotted #fff;
}

.accordion div:last-child {
  border-bottom: none;
}

.accordion div.accordion-title {
  background: #f00;
  color: #fff;
  border-bottom: 1px dotted #fff;
  height: 30px;
  line-height: 30px;
  padding-left: 9px;
}

.accordion span {
  display: block;
  color: #fff;
  cursor: pointer;
  padding: 6px 0;
  padding-left: 9px;
}

.accordion a {
  display: block;
  text-decoration: none;
  height: 0px;
}

.accordion img {
  display: block;
  width: 143px;
}

/**************************/


.slideshow {
  margin-top: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}

.slideshow-title {
  background: #f00;
  color: #fff;
  border-bottom: 1px dotted #fff;
  height: 30px;
  line-height: 30px;
  padding-left: 9px;
  font-weight: normal;
}

.slideshow_left {
  display: block;
  position: absolute;
  margin-left: 90px;
  margin-top: 8px;
  width: 20px;
  height: 20px;
  background: #fff url(img/arrow-left.png) 50% 50% no-repeat;
  background-size: 20px auto;
  opacity: 0.8;
  z-index: 2;
}

.slideshow_right {
  display: block;
  position: absolute;
  margin-left: 113px;
  margin-top: 8px;
  width: 20px;
  height: 20px;
  background: #fff url(img/arrow-right.png) 50% 50% no-repeat;
  background-size: 20px auto;
  opacity: 0.8;
  z-index: 2;
}

.slideshow div {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 143px;
}

.slideshow div a {
  display: block;
  text-decoration: none;
}

.slideshow div img {
  display: block;
  width: 143px;
}

.required {
  color: #f00;
}