/*------------------------------

Category PAGE CSS

------------------------------*/

#title_categoly {
    position: relative;
	visibility: visible;
	z-index: 50;
	background-image: url(../amplifiers/img/head_parts.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 500px;
	padding-left: 444px;
	padding-top: 20px;
	margin-bottom: -2px;
}
#title_categoly_rec {
    position: relative;
	visibility: visible;
	z-index: 50;
	background-image: url(../receivers/img/head_parts.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 500px;
	padding-top: 20px;
	padding-left: 444px;
	margin-bottom: -2px;
}
#title_categoly_mul {
    position: relative;
	visibility: visible;
	z-index: 50;
	background-image: url(../multimedia/img/head_parts.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 500px;
	padding-top: 20px;
	padding-left: 444px;
	margin-bottom: -2px;
}
#flashBOX {
	background-image: url(../amplifiers/img/flash_zone.png);
	background-repeat: no-repeat;
	height: 340px;
	width: 930px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 7px;
	padding-left: 7px;
}
.categoly_navi_right {
	float: right;
}
.product_box {
    position: relative;
	visibility: visible;
	z-index: 50;
	margin-top: 0px;
	margin-bottom: -20px;
	margin-right: 5px;
	text-align: right;
}

