/* CSS Document */
/* ----- Big links ----- */
.big_links
{
	margin:1em 10%;
	padding:0;
}

.big_links a, .big_links a:active, .big_links a:visited
{
	background-position:center left;
	background-repeat:no-repeat;
	border:1px dashed #FFFFFF;
	color:#009;
	display:block;
	font-weight:bold;
	height:50px;
	margin:0;
	padding:25px 10px 10px 60px;
	text-decoration:none;
}

.big_links a:hover
{
	border:1px dashed #FF6600;
	color:#FF6600;
}

.big_links a span, .big_links a:active span, .big_links a:visited span
{
	color:#009;
	font-weight:normal;
	text-decoration:none;
}

.big_links a:hover span
{
	color:#009;
	font-weight:normal;
}
/* ----- EO big links ----- */


/* FAQ and Changelog display */
dl.border-around
{
	margin:2em 0 2em 0;
	padding: 0;
}

.border-around dt
{
	background-color:#78A4BE;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-top: 1px solid #131210;
	color: #FFFFFF;
	font-weight: bold;
	padding: .5em .5em;
	text-transform: uppercase;
}

.border-around dt a
{
	color:#FFF;
	text-decoration:underline;
}

.border-around dd
{
	background:#DFE9EF;
	border-bottom: 1px solid #131210;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	font-style: italic;
	margin: 0 0 1em 0;
	padding: 1em .5em;
}




.container h2 {
	margin-top:40px;
}

ul.check-list, ul.star-list, ul.plus-list {
	margin-bottom:15px;
}

.page-title h2, h2.first_h2 {
	margin-top:0;
}








.sectionbuttons
{
	margin:1em auto;
}
ul.sectionbuttons li
{
	list-style-type:none;
	float:left;
}

ul.sectionbuttons li a
{
	border:1px solid #FFFFFF;
	display: block;
	height: 2em;
	margin-left:1em;
	padding-top:70px;
	text-align:center;
	width: 100px;
}

ul.sectionbuttons li a:hover
{
	border:1px solid #FF6600;
}

li.dl_zip
{
	background: url(../images/zip.png) no-repeat;
	background-position:top center;
}

li.dl_targz
{
	background: url(../images/tar_gz.png) no-repeat;
	background-position:top center;
}

li.dl_labo
{
	background: url(../images/labo.png) no-repeat;
	background-position:top center;
}


.pub
{
	text-align:center;
	margin-bottom:1em;
}


