.page > table
{
  width: 100%;
}

div.catalog-section table td {
vertical-align: top;
}
div.catalog-section table td.description {
text-align: justify;
padding-right: 15px;
}
div.catalog-section hr {
border: none;
border-top: solid #CCCCCC 1px;
background: transparent;
margin: 15px auto;
}
div.catalog-section .name {
  display: block;
	margin: 0 0 5px 0;
	font-size: 115%;
	color: #454545;
  color: #0270b8;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
div.catalog-section .name:hover, div.catalog-section a:hover {
  color: red;
}
div.catalog-section .brand {
	margin: 0 0 8px 0;
}
div.catalog-section .images {
padding-right: 20px;
width: 10px;
}
div.catalog-section .images > div {
position: relative;
text-align: center;
width: 100px;
}
div.catalog-section .images > div > table {
width: 100%;
margin: 0 auto;
margin-bottom: 16px;
}
/*div.catalog-section .images table {
margin: 0 auto;
margin-top: 10px;
}*/
div.catalog-section .images td {
text-align: center;
vertical-align: middle;
} 
div.catalog-section .images > div > table td {
height: 100px;
} 
div.catalog-section .images a.action {
right: 0px;
} 

div.goods-list td table.tobasketbuttons {
width: 195px;
margin: 0 0 0 auto;
} 
div.goods-list td table.tobasketbuttons td {
text-align: right;
padding: 0;
} 
div.goods-list .tocompare {
text-align: center;
white-space: nowrap;
} 

div.catalog-section table .compare-basket td {
padding-top: 3px;
vertical-align: bottom;
}

div.catalog-section table td.prices {
  vertical-align: middle;
  vertical-align: top;
  padding-top: 0px;
  padding-right: 0;
  text-align: right;
  width: 1px;
}
div.catalog-section table td.prices > table {
  margin: 0 0 auto auto;
}
.prices .price {
  margin-top: auto;
}

.brandtable {
  margin: 10px 0 0 0;
  width: 100%;
}
.brandtable td {
  vertical-align: middle;
}
.brandimg {
}
.brandimg img {
  max-width: 75px;
}

div.goods-list .tocompare {
  text-align: center;
  margin: 0;
}

table.noprice {
  margin: 0 0 0 auto;
  width: 150px;
}
table.noprice td {
  text-align: center;
  white-space: nowrap;
  font-size: 110%;
}

.artikul {
  white-space: nowrap;
  text-align: center;
  padding: 0px 0 10px 0;
  margin: auto;
}

div.catalog-section .bx_item_detail_rating
{
  margin-bottom: 0;
  margin-top: -6px;
}
div.catalog-section .images .small_icons_container {
  margin: -25px 0 0 0;
}

div.catalog-section .images .small_icons {
  width: 34px;
  height: 35px;
  margin: 0 auto 0 auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center; 
}
.small_icon_top {
  background-image: url("images/hit-35.png");
}
.small_icon_action {
  background-image: url("images/action-35.png");
}
.small_icon_new {
  background-image: url("images/new-35.png");
}

.plist {
width: 100%;
font-size: 85%;
height: auto;
margin: auto;
}
.plist td {
font-size: 100%;
white-space: nowrap;
height: auto;
line-height: auto;
}
.plist td p {
line-height: auto;
}
.plist > tr > td, .plist > tbody > tr > td {
width: 50%!important;
width: 284px;
}
.plist > td td {
padding: 0 0 5px 0;
}
.plist td.pval, .plist td.pval * {
	color: #008000;
	font-weight: normal;
}
.plist td.pval, .plist td.pval.pbrand a {
	color: #0270b8;
  font-weight: bold;
}
.brand a {
  font-weight: bold;
}

div.catalog-section .page {
  border: solid 2px #cccccc;
  border-radius: 15px;
  background-color: #FFFFFF;
  margin-bottom: 8px;
  padding: 10px;
  box-sizing: border-box;
}
.good_in_list {
  border-collapse: separate;
  width: 100%;
}
div.catalog-section .good_in_list_div:hover {
  border: solid 2px red;
}
.good_in_list_tr {
  border: solid 1px green;
}
