@CHARSET "UTF-8";

.guide
{
	cursor: pointer;
}

tr.install_guide_item {background-color:transparent; font-size:11px; text-align:left;}
tr.install_guide_item td{background-color:#FFF; border-bottom: 1px #CCC solid; height:30px; vertical-align:middle;}
div.additional_detail table tr.install_guide_item td {height:50px;}
tr.guidecategory td{padding-top:10px; border-bottom:1px #CCC solid}
tr.install_guide_item.highlight td{background-color:#e7e7e8;cursor:pointer;}
tr.install_guide_item {font-size:10px;}
tr.install_guide_item td.name {font-weight:bold; width:150px;}
tr.install_guide_item td.desc {font-weight:normal; /*width:100%;*/padding:0px 8px 0px 8px;}
tr.install_guide_item td.desc span.version {display:block;}
tr.install_guide_item td.desc span.version span.label{font-weight:bold}
tr.install_guide_item td img {padding-top:0px; position:relative;padding-bottom: 0px; vertical-align:middle;}
.update_guides a,.update_guides_hilite a{color:black;font-size:9px;}
.update_guides,.update_guides_hilite{
 	border-bottom:#CCC 1px solid;
}
.update_guides {padding-top: 8px; padding-bottom:8px; background-color:#FFF; }
.update_guides_hilite{padding-top: 8px; padding-bottom:8px; background-color:#e7e7e8;}

