html, body {
	height: 100%;
}
*:focus { outline: 0; }
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	    border: none;
	}

* {
	padding:0;
	margin-right: 0;
	margin-bottom: 0;
}

body {
	background-color: #ffffff;
	font-size: 76%; color: #000; margin: 0; font-family:  Verdana, Helvetica, sans-serif; 
}

h1 {
	display: inline;
	font-size: 1.4em;
	color:#000000;
	font-weight: bold;
	clear: both;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
	color:#999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color:#0000FF; 
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: red;
}

a:visited {
	color:#20275f;
}



p, li {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 16px;
}
img {
	border-style: none;
}

#wrap {
	position: relative;
	min-height: 100%;
}

* html #warp {
	height: 100%;
}

#header {
	width: 100%;
	margin-right: auto;
	padding: 0px;
	background-image: url('/images/gradient.jpg');
	height: 114px;
}

#header img {
	padding-right: 25px;
	float: left;
	margin-top: 17px; 
}

#header strong {
	font-size: 1.2em;
	color:#666;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 45px;
	float: right;
}

#content {
	text-align: left;
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
	clear: both;
}

#lnav {
	border: 0;
	width: 525px;
	float:left;
	margin:0;
	padding:0;
}

#rnav {
	border: 0;
	width:275px;
	float:right;
	padding:0;
	margin:0;
	text-align: center;
}
#footer {
	color: #777;
	height: 2em;
	padding: 0  1em 0 1em;
	line-height: 2em;
	background: #efefef;
	clear: both;
	position: relative;
	margin-top: -2em;
} 

#footer a {
	color: #62a21d;
}
#footer p {
	font-size: x-small;
	line-height: 2em;
	padding:0;
	margin:0;
	display:inline;
	float: left;
}
#footer p.r {
	float: right;
}
/* Breadcrumb */

#crumb {
	list-style:none;
	padding-bottom: 2em;
}

#crumb li {
	float: left;
	margin:0;
	margin-right: 8px;
}
#crumb li a {
	color: #62a21d;
	background: url('/images/crumb.png') no-repeat right center;
	padding-right: 12px;
	font-size: 1em;
	display: block;
	margin:0;
}
#crumb a:hover {
	color: #5e8e31;
}

#crumb a:hover {
	text-decoration: underline;
}

#crumb a.here {
	color: #666;
	font-weight: normal;
}


/* File donwloads */
#files {
	float: left;
	width: 525px;
	border-top: solid 1px #a8afb9;
	border-bottom: solid 1px #a8afb9;
	clear: both;
	margin-bottom: 1em;
}

#files  ul{
 	list-style:none;
	font-size: 90%;
	border-top: solid 1px #e7eef8;
    padding:0 0 5px 0;
	margin:0;
}

#download #files {
	margin-top: 60px;
	background: #f3ffdb;
	padding: 1em;
	border: solid 1px #e7eef8;
}
#download #files ul {
	background: #fff;
	border: solid 1px #dbffd7;

}

#files ul li {
	margin: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#files a.download {
	float: right;
	margin-top: 
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	width: 200px;
	padding-top: 50px;
	margin-top: 10px;
	background: #fff;
	border:0;
	font-size: smaller;
	background: url('/images/download.gif') no-repeat center top;
	padding-top: 50px;
	color: #488c00;
}
#files  a.load {
	background: url('/images/load.gif') no-repeat center top;
	color:#666;
	cursor: wait;

}
#files  a.load:hover {
	text-decoration: none;
}

#files .link  span {
	font-size: smaller;
	font-weight: normal;
}
#files  button:hover {
	text-decoration: underline;
}

#files ul li {
	padding-left: 25px;
}
#files ul li.os {
	padding-left:0;
}
#files h3 {
	padding-left: 25px;
	font-size: 12px;
	line-height: 20px;
}

#files .W h3 {
	background: url('/images/win.gif') no-repeat; 
}

#files .M h3 {
	background: url('/images/mac.gif') no-repeat; 
}

#files p {
	color: #222;
	font-size: smaller;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #f1f1f1;
	background: #f4f4f4;
	padding: 5px;
}

.pdf  {
  background: url('/images/pdf.png') no-repeat;
  padding-left: 23px;
}



#menu {
	list-style:none;
	padding: 0 0 0 40px;
	text-align: left;
	margin:0;
}

#menu a.admin {
	color: red;
}

#menu li a {
	color:#555555;
	padding: 2px;
	padding-left: 20px;
	font-size: .9em;
	font-weight: bold;
}

#menu li.share a {
	background: url('/images/link.png') no-repeat left center;
}

#menu a.admin-edit{
	background: url('/images/edit.png') no-repeat left center;
	color: red;
}

#menu a.admin-add{
	background: url('/images/add.png') no-repeat left center;
	color: red;
}

#menu #email a{
	background: url('/images/email_alert.png') no-repeat left center;
}


#menu a.admin{
	background: url('/images/admin.png') no-repeat left center;
	color: red;
}

#menu li.os{
	color:#555555;
	padding: 2px;
	padding-left: 20px;
	font-size: .9em;
	font-weight: bold;
	background: url('/images/os.png') no-repeat left center;
}

fieldset.search {
	border:0;
	padding-top: 1em;
	text-align: right;
}

/* search box */
#search { 
	height: 108px; padding: 1em; background: url('/images/search.png') no-repeat;
	border:0;
	margin:0;
	margin-top: 1em;
}

#search label {
	color: #333; font-size: 13px; font-weight: bold; font-weight: normal; padding-left: 28px; text-align: center;
}

#search input[type=text] {
	border: solid 1px #999; height: 20px; font-size: 14px; width: 180px; 
}

#popular {
	list-style:none;
	padding: 10px 0 0 40px;
	text-align: left;
	margin:0;
}

#popular li {
	padding:2px;
	margin:0;
	background: url("/images/bullet.png") no-repeat left center;
	padding-left: 16px;
}

#popular a {
    color:#555555;
	font-size: .9em;
}


/* User comments */
#comment {
	border: solid 1px #a8afb9;
	height: 70px;
	color: #999;
	width:100%;
	padding:.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffee;
	margin-bottom: .5em;

}

#comments  {
	color: #333;
	list-style: none;
}

#comments li p {
	font-size: 1em;

}

#comments li {
	font-size: .8em;
	    border-bottom: solid 1px #e7eef8;
	background: url("/images/comment.png") no-repeat;
	padding-left: 16px;

}
#comments  li.Y {
	background: url("/images/comment-y.png") no-repeat;
	padding-left: 16px;
}
#comments li.N {
	background: url("/images/comment-n.png") no-repeat;
	padding-left: 16px;
}


#top {
	margin: .5em 1em 1em 0;
	vertical-align: middle;
	width: 525px;
	clear: left;
}

#top img {
	vertical-align:middle;
	text-align: left;
	padding: 5px;
}

/* popup layer */
.afold{
    width: 300px;
    font-size: 0.75em;
    margin-top: -5px;
    margin-left: 5px;
    position:absolute;
    display:none;
    z-index:20;

}

.afold blockquote {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c9c2c1;
    background-color: #fff;
}

.afold blockquote ul {
    list-style:none;
    margin: 10px;
    padding: 0px;
}

.afold input {
    font-size: x-small;
}

.afold input[type=text] {
    width: 100%;
}


.afold div {
	position: relative;
	margin:0px;
	padding: 0 0 9px 0;
	top: 4px; /* 1px less than padding-top */
	background: transparent url(/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

.sub {
	padding-bottom: 1em;
}

#os_also {
	clear: both;
	font-weight: bold;
	background: url('/images/also.png') no-repeat left center;
	padding: 2px;
	padding-left:20px;
}

.text-front {
    text-align: center;
}

.text-front p {
    font-size: 115%;
    line-height: 115%;
}
#header-front { 
    text-align: center;
}

#header-front #title {
    padding-top: 50px;
  font-size: 150%;
}

.text-front {
    text-align: center;
}

.text-front p {
    font-size: 115%;
    line-height: 115%;

}


#content-front { 
	margin:0;
	padding:0;
  margin-top: 20px;
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #bbb;
  background: #f8f8f8;
}

#header-front h1 {
	font-size: 1.2em;

}
    
.all-vendors a {
	float: left;
	display: block;
	width: 188px;
	background: url('/images/crumb.png') no-repeat left center;
	padding-left: 12px;
	line-height: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.2em;

}

.all-vendors a:hover {
	background: url('/images/crumb-a.png') no-repeat left center;

}

#content-front {
  padding-top: 10px;
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#vendor  {
	list-style:none;
	padding:0;
	margin:0;
}

#vendor h1 {
	background: #ccc;
	display: block;
	padding: .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#vendor h1 a {
	color: #333;
}
#vendor ul {
	padding:0;
	margin:0;
}
#vendor  ul li{
}

#vendor  ul li {
	width: 100%;
}
#vendor  ul {
	width: 100%;
	padding:0;
	margin:0;
}

#vendor ul li {
	 padding-left: 0; margin-left: 0; list-style:none;
	border-bottom: 0;
	border-bottom: dotted 1px #999;
	padding-bottom: 1em;
}
#vendor ul li ul {
	padding: 1em;
}
#vendor ul li ul li{
	border-bottom: 0;
	float: left;
	padding:0;
	width: 50%;
}

#vendors em {
	background: #e1e1e1;
	color: #333;
	    -moz-border-radius: 3px;
		padding: 1px;
		font-size: smaller;

	font-size: smaller;
}

#pod {
	list-style:none;
}

#pod li  {
	display: inline;
	clear: both;
	padding-right: 15px;
	line-height: 1.2em;
}

#pod li a {
	background: url('/images/pod.png') no-repeat left center;
	padding-left: 14px;
	font-size: 1.2em;
	line-height: 1.2em;
}
#pod sup {
	color: #999;

}

#vendors {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}   

#notes ul {
	
}

#notes ol li {
	padding: none;
	margin:0;
	color red;
}

ul.search {
	list-style: none;
}

/* home page search */
#home-search {
	border: 0;
	font-size: 1.3em;
}
#home-search input{
	font-size: 1em;
}

/* forms */
form.user fieldset {
  background:#f3f1e4; 
  margin-bottom: 10px;
  border: solid 2px #eaeaea;
   -moz-border-radius: 4px;
   padding:1em;
}
form.user legend {
  padding: 0 2px;
  font-weight: bold;
}
form.user legend span{
  font-weight: normal;
}
form.user label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.user fieldset ol {
  margin: 0;
  padding: 0;
}
form.user fieldset li {
  list-style: none;
  padding: 2px;
  margin: 0;
}
form.user label {
  width: 10em; /* Width of labels */
}
form.user li input[type=text] {
	width:20em;
}
form.user select {
	width:20em;
}
form.user input[type=password] {
	width:20em;
}
form.user .required-error label {
	color: red;
	font-weight: bold;
}

#msg {
    background-color:#F9EBE3;
    border:1px solid #F2AF7B; 
    padding:6px 0 6px 30px;
    line-height:16px;
}

#msg.error  {
    border-color: #EAB3B4;
    background-color: #F5E9EB;
    background-image: url(/images/err.gif);
    background-repeat:no-repeat;
    background-position:2px 3px;
}   
    
#msg.ok  {
    border-color: #c7e1c8;
    background-color: #f0f9f1;
    background-image: url(/images/ok.gif);
    background-repeat:no-repeat;
    background-position:2px 3px;
    
}   
    
#msg.info   {
    background-color:#ffffe2;
    border:1px solid  #d6d6d0;
    background-image: url(/images/icons/alert.gif) ;
    background-repeat:no-repeat;
    background-position:2px 3px;
}
#header #title {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: right;
	height: 100px;
}


button.link::-moz-focus-inner{ border: none; };
button.link:focus { outline: 0; } 
button.link {
	cursor: pointer;
	border:0;
	background: transparent;
}

button.link:hover {
	color: blue;
	text-decoration: underline;
}

.frontlinks {
  text-align: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.manufacturers li {
  display: inline;
  font-size: 120%;
  padding-right: 20px;
  line-height: 200%;
}

.categories li {
  display: inline;
  font-size: 120%;
  padding-right: 20px;
  line-height: 200%;
}

#download .link a {
	color: #666;
}
#download .link em {
	display: block;
	color: #111;
	display: none;
}
#download .link .load em {
	display: block;
}
#user {
	display: none;
}

