﻿#tmachines{
	width: 100%;
}

#tmachines .arow{
	height: 120px;
	width:100%
}

#tmachines .arow td{
	width:320px;
}

#tmachines ul{
	width: 320px; height: 120px; list-style: none;
}

#tmachines ul li{
	float:left;
}

#tmachines ul li.picture{
	height: 130px; 
	width: 120px;
}

#tmachines ul li.text{
	margin-left: 15px;
	width:174px;
}

#tmachines ul li div.desc{
	width: 100%; height: 90px;
}


#tmachines ul li div.desc p{
	font-family: Arial;
	font-weight: bold;
	color: #383f48;
	font-size:16px;
}

#tmachines ul li div.desc p.type{
	font-size:11px;
}

#tmachines ul li div.see{
	width: 100%; height: 10px;
}

#tmachines ul li div.see span{
	font-family: Arial;
	font-weight: bold;
	color: #383f48;
	font-size:12px;
}

#tmachines ul:hover {
	cursor:pointer;
}

#tmachines ul:hover .see span, #tmachines ul:hover .desc p{
	color:#000;
}


/*----- Left pane - tabs -----*/
#tabfoldertop{
	background-color: #000000; background-image: url('../images/foldertopleft.jpg'); background-repeat: no-repeat; width: 300px; height: 65px; line-height: 0px; font-size: 0px; margin: 0px;
}

#tabfoldertop table{
	width: 100%; height: 32px; margin-top: 10px; color: #FFFFFF; vertical-align: middle; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; line-height: normal;
}

#tabfoldertop table td{
	width: 50%;
	color:#aaa;
}


#tabfoldertop table td.active{
	color:#fff;
}

#tabfoldertop table td:hover{
	color:#fff;
	cursor:pointer;
}


#tabfolderbody{
	background-color: #000000; background-image: url('../images/folderbody.jpg'); background-repeat: repeat-y; width: 300px;
}

#tabfolderbody table{
	width: 285px; margin-left: 15px; margin-top: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; line-height: normal; vertical-align: middle; text-align: left;
}

#tabfolderbody table tr{
	cursor:pointer;
}

#tabfolderbody table td.bullet{
	width: 13px;
	vertical-align: top;
}

#tabfolderbody table td div{
	width: 250px;
	margin: 0px 0px 10px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #aaa;
}

#tabfolderbody table td div.active{
	color:#fff;	
}

#tabfolderbody table tr:hover div{
	color:#fff;
}

#tabfolderbottom{
	background-color: #000000; background-image: url('../images/folderbottom.jpg'); background-repeat: no-repeat; width: 300px; height: 25px; line-height: 0px; font-size: 0px; margin: 0px;
}

