/*КАРТИНКИ В КАРТОЧКЕ ТОВАРА*/
.cat_card {margin : 20px 0 0;}
/*центрирование большой картинки по вертикали и горизонтали*/
#outer {position : relative;}
#outer[id] {position : static; display : table;}
#middle {position : absolute; top : 50%; left : 50%;}/* for ie6.0*/
#middle[id] {position : static; display : table-cell; vertical-align : middle;}
#inner {position : relative; top : -50%; left : -50%;}/* for ie6.0 */
#inner[id] {position : static;}
/*превьюшки дополнительных картинок*/
.img_preview {text-align : left;}
.img_preview h4 {margin : 0 0 10px; font : bold 14px Verdana, Arial, Tahoma, Helvetica, sans-serif; color : #113d7b;}
.img_preview div {display : inline; float : left;}
.img_preview a {display : block; width : 50px; height : 50px; margin : 0 10px 0 0; border : 1px solid silver;}
.img_preview a:hover {border : 1px solid #F26521;}
.img_preview a.active {border : 1px solid #F26521;}
/*каталог*/
.catalog {width : 100%;}
.catalog td {padding : 5px 4px; border : 1px solid #e8e8e8; text-align : center; font-size : 12px;}
.catalog .cat-left {text-align : left;}
.catalog .cat-right {text-align : right;}
.catalog .cat-title td {background : #d6d6d6; border : 1px solid #e8e8e8; font-size : 11px; font-weight : bold; color : #696969;}
.catalog .cat-sort td {padding : 2px; background : #e8e8e8;}
.catalog .tr0 td {background : #FFF;}
.catalog .tr1 td {background : #f8f9f9;}

#FilterForm {

}

#FilterForm table td {
	padding: 5px !important;
}