.page2m > table
{
  width: 100%;
}

div.catalog-section table td {
vertical-align: top;
}
div.catalog-section table td.description {
text-align: justify;
padding-right: 15px;
width: 100%;
}
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: 5%;
}
div.catalog-section .images img {
   margin: auto;
}
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 .img_cont table td {
height: 100px;
box-sizing: border-box;
padding: 0;
line-height: 100%;
text-align: center;
vertical-align: middle;
}

div.goods-list td table.tobasketbuttons {
margin: auto auto 7px 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 {
  padding: 0;
  width: 0;
}
div.catalog-section table td.prices p {
  text-align: center;
}
.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 auto 0 auto;
  width: 100%;
}
table.noprice td {
  text-align: center;
  white-space: nowrap;
  font-size: 110%;
}

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

div.catalog-section .images .img_cont {
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
   border: solid 1px #DDDDDD;
   text-align: center;
   vertical-align: middle;
   margin-bottom: 3px;
}

div.catalog-section .images .small_icons_container {
  top: 0;
  right: -9px;
   width: 76px;
  position: absolute;
    line-height: 100%;
    padding: 0;
    margin: 0;
}

div.catalog-section .images .small_icons {
    padding: 0;
    margin: 0;
  width: 56px;
  height: 24px;
  margin: 0 auto;
  display: block;
  float: right;
  background-repeat: no-repeat;
  background-position: right top;
}
div.catalog-section .small_icon_top {
  background-image: url("images/posland_top_m.png");
}
div.catalog-section .small_icon_action {
  background-image: url("images/posland_sale_m.png");
}
div.catalog-section .small_icon_new {
  background-image: url("images/posland_new_m.png");
}

.plist {
width: 100%;
font-size: 85%;
}
.plist td {
width: 50%;
font-size: 100%;
white-space: nowrap;
}
.plist td.pval, .plist td.pval * {
	color: #008000;
}
.brand a {
  font-weight: bold;
}

.showdescr {
   cursor: pointer;
   cursor: hand;
   text-decoration: underline;
   color: #0270b8;
}

.divdesc {
   padding-bottom: 10px;
}