/*Catalog Item Card */ div.catalog-item-cards {position: relative; margin-bottom:9px; zoom:1; } table.catalog-item-card { width: 100%; table-layout: fixed;} table.catalog-item-card td { padding: 0; vertical-align: top;} table.catalog-item-card tr.top td { height: 5px; border: none;} table.catalog-item-card tr.bottom td { height: 5px; border: none;} table.catalog-item-card .corner { width: 5px; height: 5px; font-size: 1px; background: url(../../../../../../../bitrix/templates/rarus.main_dev/components/rarus/super.component/catalog.sections/images/catalog-item-card-sprite.gif) no-repeat; } table.catalog-item-card .left-top { float: left; background-position: 0 0;} table.catalog-item-card .left-bottom { float: left; background-position: 0 -5px; } table.catalog-item-card .right-top { float: right; background-position: -5px 0;} table.catalog-item-card .right-bottom { float: right; background-position: -5px -5px;} table.catalog-item-card td { width: 20%; /* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -khtml-box-sizing: border-box; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; */ height:100%; } table.catalog-item-card td.delimeter { width: 8px; border:none;} table.catalog-item-card .border-top { border-top: 1px solid #e5e5e5; margin: 0 5px;} table.catalog-item-card .border-bottom { border-bottom: 1px solid #e5e5e5; margin: 4px 5px 0;} div.catalog-item-card { padding: 9px 10px 10px 10px; } div.catalog-item-card .item-image {/* width:75px;*/ text-align:left; min-height:120px; /*float: left;*/ margin:/* 5px 10px 0*/ 0; overflow: hidden; } /*div.catalog-item-card .item-detail { bottom:13px; position:absolute; margin-left:85px; left:auto; clear: both; font-size: 0.85em;}*/ div.catalog-item-card .item-info { /*margin-left: 85px; *//*margin-bottom: 1.5em;*/} div.no-picture-mode .item-info, div.no-picture-mode .item-detail { margin-left: 0;} div.catalog-item-card p { margin: 0 0 0.5em; font-size: 0.85em;} div.catalog-item-card p.item-price { padding-top: 0.2em; line-height:1.7em; margin-bottom:0;} div.catalog-item-card p.item-price span { /*background: #e6e6e6;*/ color:#2E83C3;font-size: 1.17em;letter-spacing: 0.025em; line-height: 1.286em; padding: 0.2em 0.3em; font-weight: bold;} div.catalog-item-card p.item-price s { color: #686868; white-space: nowrap;} div.catalog-item-card p.item-desc { max-height: 3.5em;min-height: 3.5em; overflow: hidden; position: relative; zoom:1; color: #686868;} div.catalog-item-card p.item-title { font-weight: bold; sfont-size: 1em; margin:0 0 0.5em;} div.catalog-item-card p.item-title a {color: black; text-decoration: none;} div.catalog-item-card .item-desc-overlay { /*background:url(../../../../../../../bitrix/templates/rarus.main_dev/components/rarus/super.component/catalog.sections/images/fader.png) no-repeat scroll right center transparent;*/ top:5em; display:block; height:1em; position:absolute; right:0; width:165px; } /*for vote*/ /* div.star-active { cursor: pointer; } div.star-empty { background-image: url(../../../../../../../bitrix/templates/rarus.main_dev/components/rarus/super.component/catalog.sections/images/empty.png); width:12px; height:12px; overflow:hidden; } div.star-voted { background-image: url(../../../../../../../bitrix/templates/rarus.main_dev/components/rarus/super.component/catalog.sections/images/voted.png); width:12px; height:12px; overflow:hidden; } div.star-over { background-image: url(../../../../../../../bitrix/templates/rarus.main_dev/components/rarus/super.component/catalog.sections/images/over.png); width:12px; height:12px; overflow:hidden; } .catalog-top .iblock-vote table{margin:5px 10px;}*/