/*from bluem.net  */
@import "tm.css"; 
* {
	color: #FFE7BA;
	font-size: 13px;
	font-family:      Verdana,
	                  "Lucida Grande", 
	                  Arial, 
	                  Helvetica, 
	                  sans-serif;   
	  }


body {
	background-color: #292421;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:active {
	outline-style: none;
}


h1, h2, h3 {
	margin: 0 0 0.5em 0;
}

h1 {
	text-transform: uppercase;   
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 140%;
	color: #FFA824;
	margin-bottom: 2em;
}

p {
	margin: 0 0 1em 0;
}


img {
	border-style: none;
}

input, textarea {
	color: #000;
}

input[type="text"], textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 2px;
}


.alert, .error {
	font-weight: bold;
	color: #FFD200;
}

div.error {
	margin-bottom: 1em;
}

div.error * {
	color: #FFD200;	
}

div.image {
	float: right;
	margin: 0 0 2em 1em;
}

div.screenshots a {
	border-style: none !important;
}

div.screenshots div {
	margin: 0.5em 0 0.8em 0;
}

div.caption {
	margin: 0.2em 0 !important;
	font-size: 0.9em;
/*	font-weight: bold;   */
}

span.required {
	font-weight: bold;
	color: #FFD200;
	font-size: 110%;
	padding-left: 2px;
}


#base {
	width: 880px;
	margin: 85px auto 0 auto;
	position: relative;
}

#topflou {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background-image: url(../img/topflou.png);
	background-repeat: repeat-x;
	z-index: 20;
}

#content {
	line-height: 1.5em;
	margin: 0 0 32px 360px;
	padding-top: 80px;
}

#content h2 {
	clear: both;
	padding-top: 1em;
	margin-right: 1.5em;
	margin-top: 1.5em;
	font-size: 1em;
/*	letter-spacing: 2px; */
	color:                             #FFA824;
	font-weight: normal;
/*	text-transform: uppercase;  */    
	background-image:url(../img/line.gif);
	background-repeat: repeat-x;
}

#content h1 + h2 {
	background-image: none;
	margin-top: 0;
	padding-top: 0;
}

#content ul {
	margin: 0 0 1em 0;
	padding: 0;
}

#content li {
	margin: 0 2em 0.5em 0;
	padding: 0 0 0 1.1em;
	list-style-type: none;
	background-image:url(../img/li-thin.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}

#content a {
	border-width: 1px;
	border-style: none none solid none;
	border-color: #7E7D7D;
	
}
#content a:link 
    {color:                                  gold;
} 
#download {
	float: right;
	margin: 0.4em 1em 1.35em 1.75em;
	padding: 0.65em 0.75em 0.8em 0.75em;
	border-width: 2px;
	border-style: solid;
	border-color: #380000;
	background-color: #633333;
	-webkit-border-radius: 7px;
	width: 160px;
	font-size: 11px;
}

#downloadpackage {
	float: left;
	margin: 0.4em 1em 1.35em 1.75em;
	padding: 0.65em 0.75em 0.8em 0.75em;
	border-width: 2px;
	border-style: solid;
	border-color: #380000;
	background-color: #633333;
	-webkit-border-radius: 7px;
	width: 160px;
	font-size: 11px;  
}

#filelink {
	display: block;
	margin-bottom: 0.5em;
/*	text-transform: uppercase;   */
	border-style: none !important;
	text-decoration: none !important;
/*	font-weight: bold;  */
}

#info {
	margin-top: 1em;
}

#info p {
	margin: 0.75em 0 0 0;
}

#head {
	width: 315px;
	height: 46px;
	position: fixed;
	margin-left: 27px;	
	background-repeat: no-repeat;
	background-image:url(../img/title.gif);
}

#head img {
	display: none;
}

#head span {
	display: none;
}


#navigation {
	margin-top: 50px;
	width: 300px;
	position: fixed;
	padding-top: 40px;
}

#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style-type: none;
	background-image:url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	padding-left: 27px;
	margin: 20px 0 0 0;
}

#navigation li.active {
	background-image:url(../img/li-active.gif);
}

#navigation li li, #navigation li.active li {
	margin: 0.2em 0;
	background-image: none;
}

#navigation li a {
	font-size: 14px;
/*	font-weight: bold;  */  
	color: #7E7D7D;
}

#navigation li a.active {
	color: #FFE7BA;
}

#navigation li  {
	font-size: 13px;
} 


.empty-line
{
           margin-top: 4px;
}
.empty-lines
{
           margin-top: 12px;
} 

cite {
    color:                             #FFA824;
font-style:                             normal;
    }
pre {
    padding:0.2em 1em 1em 0.5em;
    margin: 0;
    border: 1px solid #D98719; 
}
pre, code, tt {
   font-family: "Bitstream Vera Sans Mono", "Monaco", monospace;
   font-size: medium;
} 
table {
    border-collapse:                        collapse;
    font:                                   "Lucida Grande",
                                            verdana,
                                            Helvetica,
                                            sans-serif;
    }      
