@charset "utf-8";
/* CSS Document */
#main{
	width:620px;
}
#main h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #3F86C6;
	margin-bottom: 10px;
}
.tlcontainer{
	width:280px;
	height:270px;
	margin-left:15px;
	margin-right:5;
	margin-top:10px;
	margin-bottom:0;
	float:left;
	position:relative;
	
	
}
.tlbox{
	width:240px;
	height:230px;
	padding-left:15px;
	padding-bottom:25px;
	padding-right:25px;
	padding-top:15px;
	

}
.tlbox .sru,.tlbox .srd,.tlbox .slu,.tlbox .sld{
	display:block;
	position:absolute;
	
}
div.sl
{
	background-image: url(shadow/sd_l.png);
	background-repeat: repeat-y;
	background-position: left;
}
div.sr
{
	background-image: url(shadow/sd_r.png);
	background-repeat: repeat-y;
	background-position: right;
}div.su
{
	background-image: url(shadow/sd_u.png);
	background-repeat: repeat-x;
	background-position: top;
}div.sd
{
	background-image: url(shadow/sd_d.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tlbox .sru{
	background-image: url(shadow/sd_ur.png);
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	height: 17px;
	width: 25px;
}
.tlbox .srd{
	background-image: url(shadow/sd_dr.png);
	background-repeat: no-repeat;
	right: 0px;
	height: 19px;
	width: 19px;
	bottom: 0px;
}
.tlbox .slu{
	background-image: url(shadow/sd_ul.png);
	background-repeat: no-repeat;
	top: 0px;
	height: 17px;
	width: 17px;
	left: 0px;
}
.tlbox .sld{
	background-image: url(shadow/sd_dl.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 17px;
	left: 0px;
	bottom: 0px;
}
.tlbox h3{
	width:230px;
	color: #FFF;
	background-color: #37C;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: -10px;
	margin-left: -10px;
	position: relative;
}
.tlbox a img{
	margin-bottom:5px;
}
.infobox{
	clear:both;
	height:50px;
}
ul.datiTl{
	padding:0;
	margin:0;
	list-style-type:none;
}
ul.datiTl li{
	font-size:11px;
	padding:2px;
}
.downloadTl a{
	display:block;
	float:right;
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:bold;
	margin-top:10px;
	color:#049;
	background-image:url(../img/download.png);
	line-height:20px;
	height:20px;
	width:80px;
	padding-left:20px;
}
.downloadTl a:hover{
	background-image:url(../img/download_hover.png);
	color:#36C;
	
}
#main #galleryheader{
	height: 30px;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	border-bottom-style: solid;
	padding: 0px;
	margin-top: 5px;
}
