
/* $Id: main.css,v 1.22 2008/08/29 10:05:40 ras Exp $ */

@import url('tables.css');

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin: 0;
  padding: 0;
}
h1 {
  display: block;
  width: 200px;
  height: 44px;
  background: url('../images/logo.png') top left no-repeat;
  margin: 0;
  padding: 0;
}

h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  font-size: .1px;
}

a {
  color: #003f87;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header {
  padding: 1em;
  background: #fee600;
}

#navigation {
  list-style: none; 
  padding: 4px 0 4px 0;
  margin: 0;
  margin-top: -1.9em;
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 5px solid #093a80;
}

#navigation li {
  display: inline;
}

#navigation li a {
  margin-right: 20px;
  color: #005d77;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

#navigation li.selected a, #navigation a:hover {
  border-top: 4px solid #ec5c60;
  background: #fbf9f9;
  padding-bottom: 4px;
}

.error, li.error {
  font-weight: bold;
  color: #bf1c1c;
  margin: 1em 1em 1em 1em;
  padding: .2em;
  border: 1px solid #bf1c1c;
  font-size: 1em;
}

p.error {
  border: none;
}

#menu {
  width: 280px;
  position: absolute;
  border: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  left: 0;
}

#menu h2 {
  font-size: 1em;
  margin-left: 10px;
}

#content {
  margin: 5px 5px 0 290px; 
/*  border: 1px solid #ccc;*/
  padding: 5px;
}

#content h2, #content h3 {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

#content h2 {
  font-size: 1.4em;
}

#content h3 {
  display: block;
  clear: both;
  font-size: 1.2em;
}



/* product list start */

.descriptionText {
  display: block;
  width: auto;
}

.descriptionImages
{
  list-style: none;
  padding: 0;
  margin: .5em;
  display: block;
  float: right;
  clear: right;
}

.descriptionImages li
{
  display: inline;
  width: 120px;
  height: 120px;
  padding: .5em;
  text-align: center;
  margin: .2em;
}

.descriptionImages li img
{
  border: 0;
}
  

.descriptionImages span
{
  font-style: italic;
  display: block;
  font-size: .8em;
}

#product h2 {
  display: inline;
  font-size: 1.4em;
}

#product .productManual,
#product .productMaintenance,
#product .productAccessory,
#product .productPrices
{
  display: block;
  clear: both;
  border-top: 1px solid #ccc;
  padding: .5em;
}

#product .productAccessory span,
#product .productMaintenance span,
#product .productManual span,
#product .productPrices span
{
  font-weight: bold;
}

#product table.products {
  width: auto;
}

#product .refs {
  display: inline;
  margin: 0;
  padding: 0;
}
#product .refs p {
  display: inline;
  padding-left: .5em;
}

#product .refs p.border_right {
  border-right: 1px solid #CCCCCC;
  padding-right: .5em;
}

#product .description {
  display: block;
  clear: left;
  border-top: 1px solid #ccc;
  margin: .5em 0 0 0;
  padding: .5em 0 0 0;
}

#product .resourceInfo {
  display: block;
  clear: both;
  border-top: 1px solid #ccc;
  margin-top: .5em;
  margin-bottom: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
}

#product .descriptionText {
  display: block;
  width: auto;
}

#product .resourceTable table {
  width: auto;
  border-collapse: collapse;
}
#product .resourceTable td {
  padding: .5em;
  border: 1px solid #ccc;
}

#product .descriptionImages,
#product .resourceInfoImages,
#product .productImages 
{
  list-style: none;
  padding: 0;
  margin: .5em;
  display: block;
}

#product .productImages
{
  float: right;
  clear: right;
  margin: 0 0 .5em .5em; 
  background: #fff;
}

#product .descriptionImages {
  clear: left;
  float: right;
}

#product .resourceInfoImages {
  clear: both;
  float: left;
  overflow: visible;
}

#product .productImages li,
#product .descriptionImages li,
#product .resourceInfoImages li
{
  width: 240px;
  height: 240px;
  padding: .5em;
  text-align: center;
  margin: .2em;
}


#product .resourceInfoImages li
{
  float: left;
  overflow: visible;
  height: auto;
}

#product .productImages li
{
  height: auto;
}

#product .descriptionImages li img,
#product .productImages li img,
#product .resourceInfoImages li img
{
  border: 0;
}

#product .descriptionImages span,
#product .productImages span,
#product .resourceInfoImages span
{
  font-style: italic;
  display: block;
  font-size: .8em;
}

#product .description:after,
#product .descriptionImages:after,
#product .descriptionImageNote:after,
#product .resourceInfo:after,
#product .resourceTable:after
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* product area end */

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

#hierarchy li {
  padding: .2em 0 .2em 1em;
  border-top: 1px solid #ccc;
}

#hierarchy li.first {
  border: 0;
}

.notes p {
  display: block;
  font-style: oblique;
}

.descriptionText:after, 
.resourceInfo:after,
.resourceTable:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.pricingBasis {
  color: #555;
}

#user {
  display: block;
  float: right;
  margin: .3em .5em .5em 0;
  padding: 0;
}

#user ul {
  margin: 0;
  list-style: none;
}

#user li {
  display: inline;
  font-size: 1em;
}

span.legend {
  display: block;
  float: left;
  width: 80px;
}

#userLogin, #userLogin ul {
  margin: 1em;
  list-style: none;
}

#userLogin fieldset {
  border: none;
  width: 400px;
}

#userLogin li {
  margin: .5em;
  font-size: 1em;
}

#content form {
  margin: 0 -5px 1em -5px;
}

form {
  margin-bottom: 1em;
}

form input {
  border: 1px solid #005d77;
}

.logout {
  padding: 4px 0 4px 18px;
  background: url('../images/icons/cross.gif') center left no-repeat;
  color: #000;
  text-decoration: none;
  font-size: .9em;
}