p {
	padding: 0.4em 0;
	text-align: justify;
}

#allcontent ul, ol {
	padding-left: 2.5em;
}

blockquote {
	margin: 1em 3em;
	font-style: italic;
}

.allcaps {
	line-height: 1.75;
	font-weight: bold;
}

.normalwidth {
	width: 450px;
	font-size: 150%;
	line-height: 1.4;
}

.spot {
  background: transparent url(../images/spot.png) no-repeat scroll center top;
  width: 400px;
  height: 123px;
  margin-bottom: 20px;
}

.spot div.inner {
  padding: 8px 20px;
}

#allcontent .doublespaced {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.doublespaced li {
	padding-bottom: 0.5em;
}

.imagefloat img {
	float: left;
	padding-right: 1.5em;
}

/***************************************************************************
  FAQ
 ***************************************************************************/
#faq_toc {
	list-style-type: none;
	padding: 0;
}

#faq_toc .section {
	font-size: 125%;
	font-weight: bold;
	color: #616161;
	padding-top: 1em;
	display: block;
}

#faq_toc ul {
	list-style-type: square;
}

/*#faq_toc .question {
	color: #616161;
}*/

#faq h3 {
	padding: 1em 0 0 0;
}

#faq ul {
    margin-left: 2em;
}

a.top {
	color: #ccc;
	font-size: 10px;
	float: right;
	padding-top: 0.5em;
}

/***************************************************************************
  LIBRARY PROGRAM
 ***************************************************************************/
.libSec h3 {
	margin: 0.5em 0 -0.25em 0;
}

/***************************************************************************
  ABOUT PAGES
 ***************************************************************************/
.imenu {
	margin: -0.5em 0 1em 0;
}

p strong {
	color: #445;
}

/***************************************************************************
  MANAGEMENT
 ***************************************************************************/
.mgrPic {
	float: left;
	margin: 0.4em 0.7em 0 0;
	width: 133px;
	height: 100px;
}

/***************************************************************************
  NEWS and PRESS
 ***************************************************************************/
.readAll {
	text-align: right;
	padding-right: 0.5em;
}


/***************************************************************************
  SHIPPING
 ***************************************************************************/
table.shipping {
   border-left: 1px solid #00adef;/*#E5E5E5;*/
   border-spacing: 0;
}

table.shipping th {
    background: #00adef;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    width: 12em;
}

table.shipping td {
    border-bottom: 1px solid #00adef;
    border-right: 1px solid #00adef;
    padding: 5px 10px;
}



