#service_list {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
#service_list td {
	vertical-align: top;
	width: 50%;
}
#service_list td+td {
	width: 50%;
}
#service_list td div.lnk_ctnt {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	margin: 5px;
	margin-left: 0;
	background: url(../images/input_bg.png);
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}
#service_list td div.lnk_ctnt:hover {
	border-color: #f00;
}
#service_list td div.icon {
	padding: 7px;
}



#download_link {
	text-align: left;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	width: 600px;
	height: 20px;
	border: 1px solid #aaa;
	/*-moz-border-radius: 1em;*/
	background-color: #fff;
}
#download_link:hover {
	border-color: #fc0;
}
#download_link:focus {
	border-color: #f00;
}
a.multi {
	color: #0a0;
}
a.multi:hover {
	color: #000;
}
a.multi:visited {color: #000;}

.up {position: absolute; right: 10px; top: 7px; height:16px; width:16px; background: url(../images/valid16.png) no-repeat;}
.down {position: absolute; right: 10px; top: 5px; height:16px; width:16px; background: url(../images/cross2.png) no-repeat;}
/*
#all {
position:absolute; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%;
background-color:black;
z-index:100;
}
#overall {
position:absolute; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%;
text-align:center; vertical-align:middle;
z-index:100;
}

#mediaspace {
height:100%;
}
*/
#link {
	margin-top: 30px;
}
a.link_dl:visited {color: #000;}
.link_todo {
	text-align: center;
	border: 1px solid #FFCA9F;
	padding: 2px;
	background: #eee;
	margin-bottom: 5px;
}
.link_todo:hover {background: #E5FFCF;}
.link_dl {
	color: #338F23;
}
.link_dl:hover {
	color:#0E5F00;
	
}
.link_dl:visited {
	color #000;
}
