@charset "utf-8";
/* CSS Document */

/* rows */
#categories_row{
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
}

#bottom_row{
	width:100%;
	margin-top:5px;
	margin-left:4px;
	margin-bottom:10px;
	float:left;	
}
/* categories_row */
#cable_management_box, #fiber_route_box, #active_product_box, #accessories_box{
	width:190px;
	height:180px;
	background-color:#FCC;
	float:left;
	margin-left:6px;
	border:#CCC solid 1px;
}

#cable_management_box{
	background-color:#e0f4f9;
}

#fiber_route_box{
	background-color:#f0f1e8;
}

#active_product_box{
	background-color:#e8eef1;
}

#accessories_box{
	background-color:#f1e8e8;
}

#cable_management_title, #fiber_route_title, #active_product_title, #accessories_title{
	width:100%;
	height:60px;
	background-position:top;
	background-repeat:repeat-x;	
	float:left;
	font-size:16px;
	line-height:60px;
	text-indent:10px;
	letter-spacing:1px;
	font-weight:bolder;
	color:#F00;
	margin:0;
}
.title_text{
	float:left;
	margin-top:-47px;
}
.title_icon{
	float:right;
	margin-top:-20px;
}
#cable_management_title{
		background-image:url(../images/index/cable_management_title_bg.jpg);
}
#fiber_route_title{
		background-image:url(../images/index/fiber_route_title_bg.jpg);
}
#active_product_title{
		background-image:url(../images/index/active_product_title_bg.jpg);
}
#accessories_title{
		background-image:url(../images/index/accessories_title_bg.jpg);
}
.category_box_title_shadow{
	width:100%;
	float:left;
	background-image:url(../images/index/category_box_title_bar_shadow.png);
	background-position:top;
	background-repeat:repeat-x;
	height:20px;
}

.category_detail{
	width:100%;
	list-style:square;
	list-style-position:inside;
	color:#069;
	float:left;
}
/* bottom_row*/
#industry_news, #company_news, #company_overview{
	width:238px;
	margin-left:6px;
	height:auto;
	min-height:250px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	text-align:justify;
	color:#666;
}

#industry_news{
	background-color:#EFEFEF;
}

#company_news{
	background-color:#F2F2C2;
}

#company_overview{
	background-color:#FFF;
}
#bottom_row .title, #product_bg{
	font-size:18px;
	color:#1e3c73;
	font-weight:bold;	
}
#bottom_row .title_desc{
	font-size:12px;
	color:#999;
	margin-top:-4px;
	letter-spacing:1px;
	font-weight:bold;		
}
#industry_news_content, #company_news_content, #company_overview_content{
	font-size:13px;
	margin-top:10px;
}

#industry_news_content{
}
#company_news_content{
	/*font-size:16px;*/
}
#company_news_content a{
	color:#1e3c73;
	/*font-size:16px;*/
}
#company_overview_content{
}
.company_news_date{
	font-size:14px;
	color:#333;
}
.clear { clear: both; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }