/* -------------------------------------------------------------- 
   typography.css
   * Sets up some sensible default typography.
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
-------------------------------------------------------------- */
body { font-size: 75%; }
textarea { font-size: 100%; }
/* style for tinymce iframe  */
iframe {
	border: 1px solid #989EAA;
	font-size:100%;
	font-family: Georgia, Times,serif;
	padding:0.5em; 
}
.mce_editor_0 {
	font-size:100%;
	font-family: Georgia;	
}
/* Default fonts and colors. */   
body, textarea { 
  color: #000; 
  font-family: Georgia, Times,serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
}
/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.5em; color:#0466FC; }
h3 { font-size: 1.25em; line-height: 1; margin-bottom: 0.5em; margin-top: 0.5em; color:#86B6FE; font-weight:bold;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em; font-weight:bold; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.5em; }
h6 { font-size: 1em; font-weight: bold; }
/* Text elements */
p           { margin: 0.5em 0 0.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #0466FC; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

address { margin: 0.5em 0 0.5em; font-style:normal; }

/* Tables */

#basket table {		
}
#basket td {
	padding:3px;
	border-bottom: 1px solid #DFE0E1;
}

.content-table table { 
	margin: 0 0 1em 0; 
	border:1px solid #86B6FE;	
	padding:0;
	border-collapse:collapse;
}
.content-table table.wide {
	width:100%;
}
.content-table .right {
	text-align:right;
}
.content-table .center {
	text-align:center;
}
.content-table .alert {
	color:red;
}
.content-table th      { 
	border-bottom: 2px solid #86B6FE; 
	font-weight: bold; 	
}
.content-table td      { 
	border-bottom: 1px solid #86B6FE; 
}
.content-table tr:hover {
	background:#F2F0D3;
}
.content-table th,
.content-table td   { 
	padding: 0.5em; 
}
.content-table tfoot   { 
	font-style: italic; 
}
.content-table caption {
	border-left:1px solid #86B6FE;
	border-right:1px solid #86B6FE;
	border-top:1px solid #86B6FE;
	text-align:center;
	font-weight:bold;
	margin:1em 0 0 0; 	
	background:#B8D4FE;
	padding:0.5em;	 
}
.content-table .flipflop0 td {

}
.content-table .flipflop1 td,
.content-table th {
	background:#D5E5FD;
}
.content-table .sort {
	margin-left:0.1em;
}
.content-table img {
	margin:0;
	padding:0;
}
.content-table .nowrap {
	white-space: nowrap;
}
/* tooltipp detail table */
tr.tooltipp-col-detail {
	
}
tr.tooltipp-col-detail td {
	margin:0;
	padding:0;
	
}
table.tooltipp-table {
	display:none;
	width:100%;
	margin:0;
	border:2px solid #86B6FE;
}

table.tooltipp-table th      { 
	border-bottom: 1px solid #86B6FE; 
	font-weight: bold; 
	background:#fff;
}
table.tooltipp-table td      { 
	border-bottom: 1px solid #86B6FE;
	background:#fff; 
	padding-right:1em;
}


/* bullets in main content */
#content-main ul {
	list-style-type:disc;
}

.important {
	color:#FF0000;
}

.ordernow a {
	color:#FF0000;
	font-weight:bold;
}

/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0;padding:5px; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



