
body { font-family: sans-serif; 
background-image: url(grfx/header-bg.png);
background-color: #FFF;
background-repeat: repeat-x;
background-position: 0px 0px;
margin:0;
font-size:13px;
}
.datestring {
 padding-top:0px;
 color:#888;
 font-size:11px;
 padding-bottom:5px;
}
#left { width:48%; float:left; }
#right { width:48%; float:right; }

h2 {border-bottom: 1px solid #308736;}
div.header {margin-bottom:0px;;margin-top:15px}
h3 {margin-bottom:0;margin-top:15px;color:#728020;font-size:16px;}


a.newsheader { font-weight:bold;font-size:16px;text-decoration:none;color:#728020; }
a.newsheader:link {text-decoration:none;color:#728020;}
code { background-color:#CCC; padding:2px; }
a.menulinks { font-size:16px; }
a.menulinks:link { text-decoration:none;color:#000;font-weight:bold; }
a.menulinks:hover { text-decoration:none;color:#000;font-weight:bold; }
a.menulinks:visited { text-decoration:none;color:#000;font-weight:bold; }
a.menulinks:active { text-decoration:none;color:#000;font-weight:bold; }

#From synapse

div#distros {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    /* line-height: 1.1em; */
    clear: both;
}

table.download-opensuse tr th,
table.download-opensuse tr td {
    width: 50% !important;
    padding-left: 5px;
}

table.download-opensuse tr th:first-child,
table.download-opensuse tr td:first-child {
    padding-left: 0 !important;
    padding-right: 5px;
}

table.download-opensuse td.text {
    font-size: .85em !important;
}

table.download-opensuse tr.text td {
	vertical-align: top;
}

table.download-opensuse tr.bs-down td div {
	padding: 0 20px 1em 60px;
	margin-bottom: 1.5em;
	/* background: url("../images/warning.png") no-repeat; */
	border-bottom: 1px solid #ddd;
}

/* Distro Button */

div#distros div.button {
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    padding: 10px;
    margin: 0 .5em 0 0;
}

div#distros div.button:hover,
div#distros div.button.chosen {
    border: 1px solid #666;
}

div#distros div.button h4 {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
}

div#distros div.button div.details {
    display: none;
}

/* Details Box */

#distro-details {
    /* margin: 0 2.5em 3em 2.5em; */
    display: none;
}

#distro-details ul {
    margin: 0 0 0 1em;
    padding: 0;
}

#distro-details table {
    width: 100%;
}

h3.download {
    clear: both;
}

ol.installdirections {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ol.installdirections li {
	padding-bottom: 1.0em;
}
