body {
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:83%;
font-weight:normal;
line-height:160%;
}

h1 {
text-align:center;
color:#970000;
font-size:1.9em;
font-weight:normal;
line-height:120%;
font-weight:bold;
} 

h2 {
text-align:center;
color:#970000;
font-size:1.5em;
font-weight:normal;
line-height:120%;
font-weight:bold;
}

h3 {
color:#970000;
font-size:1.2em;
font-weight:normal;
line-height:120%;
font-weight:bold;
}

a {
}

li { 
padding-bottom:1em; 
padding-top:1em;
}

.biglink {
font-size:2.1em;
font-weight:normal;
line-height:100%;
}

#recap {
  padding:1em 5em 1em 5em;
}

#recap td {
  font-weight:bold;
}

#review {
  padding:1em 5em 1em 5em;
  border-bottom:1px solid #EEE;
}

#review p {
	padding:0;
	margin:0;
}

.padded-list li {
  padding:10px;
}

#review-title {
font-weight:bold;
position:relative;
right:1.7em;
padding-bottom:1em;
}

.crocodile-style-list li {
padding-bottom:0; 
padding-top:0;
}
/* STANDARD QUOTES */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
q:lang(da) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }

q:before { 
  content: open-quote; 
  font-size: 2.1em;
  color: #970000;
  vertical-align: bottom;
  margin: 0px 6px 0px -16px;
}
q:after  { content: close-quote; }

/* SAFARI SUPPORT */

q:before   { content: '\201C'; }
q:after    { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after  { content: '\2019'; }

/* BLOCKQUOTES */

blockquote * { quotes: none; }
blockquote > *:before { content: '\201C'; }
blockquote > *:after  { content: '\201D'; }
blockquote q:before   { content: '\2018'; }
blockquote q:after    { content: '\2019'; }

