table.grid {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	width: 650px;
}

table.grid td {
	height: 35px;
/*	width: 50px; */
	padding: 0;
	border: none;
	vertical-align: bottom;
	text-align: left;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 9px;
	color: #fff;
}

table.grid td.root {
	width: 150px;
}

table.grid td.ghost a span {
	visibility: hidden !important;
}


/*
table.grid td.line_h,
table.grid td.line_v,
table.grid td.line_rb,
table.grid td.line_rt,
table.grid td.line_lb,
table.grid td.line_lt,
table.grid td.plus_t,
table.grid td.plus_r,
table.grid td.plus_b,
table.grid td.plus_l {
	background: #898E8C;
}
*/

/*
table.grid td.line_h {
	background: transparent url(/site/images/line_h.gif) 2px 2px no-repeat;
}

table.grid td.line_v {
	background: transparent url(/site/images/line_v.gif) 2px 0 no-repeat;
}

table.grid td.line_rb {
	background: transparent url(/site/images/line_rb.gif) 2px 0 no-repeat;
}

table.grid td.line_rt {
	background: transparent url(/site/images/line_rt.gif) 2px 0 no-repeat;
}
*/


/*
table.grid td.line_0 {
	background: transparent url(/site/images/line_0.gif) 2px 2px no-repeat;
}

table.grid td.line_1 {
	background: transparent url(/site/images/line_1.gif) 2px 0 no-repeat;
}

table.grid td.line_2 {
	background: transparent url(/site/images/line_2.gif) 2px 2px no-repeat;
}

table.grid td.line_3 {
	background: transparent url(/site/images/line_3.gif) 2px 0 no-repeat;
}

table.grid td.line_4 {
	background: transparent url(/site/images/line_4.gif) 2px 0 no-repeat;
}

table.grid td.line_5 {
	background: transparent url(/site/images/line_5.gif) 0 0 no-repeat;
}

table.grid td.line_6 {
	background: transparent url(/site/images/line_6.gif) 0 0 no-repeat;
}

table.grid td.line_7 {
	background: transparent url(/site/images/line_7.gif) 2px 0 no-repeat;
}
*/


table.grid td.line_x {
	background: #898E8C !important;
}

table.grid td div.cellTxt {
	position: relative;
	width: 45px;
	height: 31px;
	margin: 0 0 0 3px;
}

table.grid a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 45px;
	height: 31px;
	line-height: 1em;
	padding: 0;
	position: relative; 
}

table.grid td.plus a {
	height: 35px;
}


table.grid a span {
	display: block; 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 43px;
	margin: 0 2px 3px 0;
	cursor: pointer;
	text-align: right;
}

/* IE/Mac */
* html head + body table.grid a span {
	display: inline;
	position: static;
}
/* --- */


table.grid td.ghost a {
	background: url(/site/images/cell_ghost_off.gif) 0 0 no-repeat;
}

table.grid td.ghost a:hover {
	background-image: url(/site/images/cell_ghost_on.gif);
}

table.grid td.work a.cell {
	background: url(/site/images/cell_work_off.gif) 0 0 no-repeat;
}

table.grid td.work a.cell:hover {
	background-image: url(/site/images/cell_work_on.gif);
}

table.grid td.maintenance a.cell {
	background: url(/site/images/cell_maintenance_off.gif) 0 0 no-repeat;
}

table.grid td.maintenance a.cell:hover {
	background-image: url(/site/images/cell_maintenance_on.gif);
}

table.grid td.entertainment a.cell {
	background: url(/site/images/cell_entertainment_off.gif) 0 0 no-repeat;
}
table.grid td.entertainment a.cell:hover {
	background-image: url(/site/images/cell_entertainment_on.gif);
}

table.grid td.bsafer a.cell {
	background: url(/site/images/cell_bsafer_off.gif) 0 0 no-repeat;
}
table.grid td.bsafer a.cell:hover {
	background-image: url(/site/images/cell_bsafer_on.gif);
}

table.grid td.name {
	color: #F77F00;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	padding: 2px 0 0 3px;
/*	width: auto !important; */
	line-height: 12px;
}








table.root {
	border: none;
	border-collapse: collapse;
	margin: 0 0 0 3px;
	padding: 0;
	width: 145px;
}

table.root td {
	width: auto;
	height: auto;
	background-color: #000;
}

table.work_root td {
	background-color: #FF7A00;
}

table.maintenance_root td {
	background-color: #009CAC;
}

table.entertainment_root td {
	background-color: #00A800;
}

table.bsafer_root td {
	background-color: #ec2a46;
}




table.root td.img {
	height: 80px;
}

table.root div.img {
	width: 145px;
	height: 80px;
	overflow: hidden;
	position: relative;
}

table.root div.img_head {
	position: absolute;
	top: 0;
	left: 0;
	width: 145px;
	height: 5px;
/*	overflow: hidden;*/
	background: url(/site/images/root_img_top_g_ghost.gif) top left no-repeat;
	z-index: 2;
}

table.work_root div.img_head {
	background-image: url(/site/images/root_img_top_g_work.gif);
}

table.maintenance_root div.img_head {
	background-image: url(/site/images/root_img_top_g_maintenance.gif);
}

table.entertainment_root div.img_head {
	background-image: url(/site/images/root_img_top_g_entertainment.gif);
}

table.bsafer_root div.img_head {
	background-image: url(/site/images/root_img_top_g_bsafer.gif);
}

#focusProduct table.root div.img_head {
	background-image: url(/site/images/root_img_top_w_ghost.gif);
}

#focusProduct table.work_root div.img_head {
	background-image: url(/site/images/root_img_top_w_work.gif);
}

#focusProduct table.maintenance_root div.img_head {
	background-image: url(/site/images/root_img_top_w_maintenance.gif);
}

#focusProduct table.entertainment_root div.img_head {
	background-image: url(/site/images/root_img_top_w_entertainment.gif);
}

#focusProduct table.bsafer_root div.img_head {
	background-image: url(/site/images/root_img_top_w_bsafer.gif);
}





table.root div.img_foot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 145px;
	height: 5px;
	overflow: hidden;
	background: url(/site/images/root_img_mid_ghost.gif) 0 1px no-repeat;
	z-index: 2;
}

table.work_root div.img_foot {
	background-image: url(/site/images/root_img_mid_work.gif);
}

table.maintenance_root div.img_foot {
	background-image: url(/site/images/root_img_mid_maintenance.gif);
}

table.entertainment_root div.img_foot {
	background-image: url(/site/images/root_img_mid_entertainment.gif);
}

table.bsafer_root div.img_foot {
	background-image: url(/site/images/root_img_mid_bsafer.gif);
}



table.root div.img a {
	width: 141px !important;
	height: 80px !important;
	display: block !important;
	margin: 2px 2px 0 2px !important;
	padding: 0 !important;
	z-index: 1 !important;
	position: relative !important;
	background: none !important;
}

table.root td.title a,
table.root td.num a {
	display: block !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	background-image: none !important;
	font-family: 'Trebuchet MS', Arial, sans-serif !important;
	font-size: 9px !important;
	line-height: 12px !important;
	color: #fff !important;
}

table.root td.title {
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 5px;
	height: 21px;
	background-image: url(/site/images/root_img_bot_g_ghost.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

table.root td.num {
	text-align: right;
	vertical-align: top;
	padding: 0 5px 0 0;
	height: 21px;
	background-image: url(/site/images/root_img_bot_g_ghost.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}



table.work_root td.title,
table.work_root td.num {
	background-image: url(/site/images/root_img_bot_g_work.gif);
}

table.maintenance_root td.title,
table.maintenance_root td.num {
	background-image: url(/site/images/root_img_bot_g_maintenance.gif);
}

table.entertainment_root td.title,
table.entertainment_root td.num {
	background-image: url(/site/images/root_img_bot_g_entertainment.gif);
}

table.bsafer_root td.title,
table.bsafer_root td.num {
	background-image: url(/site/images/root_img_bot_g_bsafer.gif);
}




#focusProduct table.root td.title,
#focusProduct table.root td.num {
	background-image: url(/site/images/root_img_bot_w_ghost.gif);
}

#focusProduct table.work_root td.title,
#focusProduct table.work_root td.num {
	background-image: url(/site/images/root_img_bot_w_work.gif);
}

#focusProduct table.maintenance_root td.title,
#focusProduct table.maintenance_root td.num {
	background-image: url(/site/images/root_img_bot_w_maintenance.gif);
}

#focusProduct table.entertainment_root td.title,
#focusProduct table.entertainment_root td.num {
	background-image: url(/site/images/root_img_bot_w_entertainment.gif);
}

#focusProduct table.bsafer_root td.title,
#focusProduct table.bsafer_root td.num {
	background-image: url(/site/images/root_img_bot_w_bsafer.gif);
}




table.root td.title div,
table.root td.num div {
	padding: 3px 0 2px 0;
}


#focusProduct {
	width: 155px;
}

#focusProductTitle {
	padding: 0 0 14px 0;
}

#focusProductTitle img {
	display: block;
	margin: 0 0 14px 0;
}

#focusProductTitle h1 {
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#focusProduct table.root {
	margin-left: 0;
}

#focusProductDesc p {
	margin: 0 !important;
	padding: 0 !important;
}

#focusProductImg {
	width: 155px;
	overflow: hidden;
}

#focusProductImgContent {
	padding: 14px 0 0 0;
}
