/* version=2 */


/* ########################################################################## */
/* PRODUCTS MAIN LIST PAGE */
/* ########################################################################## */
.prod-overview-title-1 {
	margin-top: 12px;
	background-image: url(product_list/images/Categories_Line.png);
	/* background-image: url(product_list/overview/Group_Title_Line.png);*/
	background-position: left center;
	background-repeat: repeat-x;
	cursor: default;
}
.prod-overview-table {
	margin: 11px 0px 44px 0px;
}
.prod-overview-table td {
	text-align: center;
	padding: 11px 22px 11px 22px;
}
.prod-overview-table a {
	display: block;
	width: 160px;
	height: 160px;
}
.category-1-sk {
	background-image: url(product_list/overview/Category_EthMBus_SK.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-2-sk {
	background-image: url(product_list/overview/Category_RS232MBus_SK.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-3-sk {
	background-image: url(product_list/overview/Category_RS485MBus_SK.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-4-sk {
	background-image: url(product_list/overview/Category_USBMBus_SK.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-5-sk {
	background-image: url(product_list/overview/Category_MBusRepeaters_SK.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-6-sk {
	background-image: url(product_list/overview/Category_SurgeProtectors_SK.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-7-sk {
	background-image: url(product_list/overview/Category_VILTRUS_SK.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-1-en {
	background-image: url(product_list/overview/Category_EthMBus_EN.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-2-en {
	background-image: url(product_list/overview/Category_RS232MBus_EN.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-3-en {
	background-image: url(product_list/overview/Category_RS485MBus_EN.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-4-en {
	background-image: url(product_list/overview/Category_USBMBus_EN.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-5-en {
	background-image: url(product_list/overview/Category_MBusRepeaters_EN.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-6-en {
	background-image: url(product_list/overview/Category_SurgeProtectors_EN.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.category-7-en {
	background-image: url(product_list/overview/Category_VILTRUS_EN.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.horizontal-line-3 {
	height: 3px;
	background-color: #D10100;
	margin: 0px 0px 15px 0px;
}
/* Distribution info */
/* ========================================================================== */
.distr-listinfo {
	color: #505050;
	padding: 5px 0px 0px 2px;
}
.distr-listinfo a {
	display: inline;
	color: #0650A5;
}
.distr-listinfo a:hover,
.distr-listinfo a:visited:hover {
	color: #0650A5;
	text-decoration: underline;
}
/* Legacy products list */
/* ========================================================================== */
.prod-overview-title-legacy {
	margin-top: 0px;
	background-image: url(product_list/images/Categories_Line.png);
	/* background-image: url(product_list/overview/Group_Title_Line.png);*/
	background-position: left center;
	background-repeat: repeat-x;
	cursor: default;
}
.prod-overview-legacy-table {
	margin-top: 35px;
}
.legacy-list {
	padding-left: 20px;
	/* sizer */
	width: 410px;
}
.legacy-list div {
	font-size: 13pt;
	font-weight: bold;
	list-style-type: square;
	padding-bottom: 9px;
}
.legacy-list div .bult {
	font-size: 17pt;
	line-height: 10pt;
	padding-right: 7px;
	font-weight: bold;
	color: #CF1010;
}
.legacy-list div a {
	color: #585858;
}
.legacy-list a:hover .text,
.legacy-list a:visited:hover .text {
	color: #AF0000;
	text-decoration: underline;
}
.legacy-list a:hover .bult,
.legacy-list a:visited:hover .bult {
	color: #AF0000;
}
