/* ideas from ldc css */

body {
margin-top: 3px;
margin-left: auto;
margin-right: auto;
width: 850px;
background-color: #fff;
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 17px;
}

html {
margin-left: auto;
margin-right: auto;
width: 850px;
}

/* Headings */

h1 {
background: rgb(0,0,0);
color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 20px;
margin: 0 0 5px 0;
padding: 10px 0 10px 10px;
}

h2 {
background: rgb(0,0,0);
color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 20px;
text-indent: 6px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

h3 {
background: rgb(0,0,0);
color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 20px;
text-indent: 6px;
margin: 0 0 0 0;
padding: 0 0 2px 0;
}

.orange {
background: orange;
}



h4 {
background: rgb(0,0,0) url(/css/head.gif) no-repeat;
color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 16px;
text-indent: 6px;
margin: 4px 0 0 0;
padding: 3px 0 1px 0;
}

h4.top {
margin: 0;
}



h5 {
background-color: rgb(0,0,0);
color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
line-height: 12px;
text-indent: 6px;
margin: 4px 0 0 0;
padding: 0 0 0 0;
}

h6 {
background: rgb(0,0,0) url(/css/head.gif) no-repeat;
color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 8px;
line-height: 10px;
text-indent: 0;
margin: 6px 0 0 0;
padding: 0 0 0 0;
}

/* end of headings*/

/* start of paragraph style*/

p {
background-color: white;
color: #667;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 17px;
text-indent: 0px;
margin: 0 0 0 0;
padding: 4px 4px 4px 6px;
}

p.summary{
page-break-after: always;
background: rgb(0,0,0);
color: yellow	;
}
p.instruction {
background-color: white;
color: rgb(0,0,0);
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
line-height: 15px;
text-indent: 0px;
margin: 3px 0 3px 0;
padding: 4px 10px 4px 20px;
}

p.problem {
background: #d14 url(hey.gif) left center no-repeat;
color: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 17px;
text-indent: 0px;
margin: 1px 0 0 0;
padding: 4px 10px 4px 55px;
}



p.info {
background-color: #eed;
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
line-height: 15px;
text-indent: 0px;
margin: 0 0 0 0;
padding: 4px 5px 4px 7px;
}

p.tinytext, .tinytext{
background-color: white;
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
line-height: 11px;
text-indent: 0px;
margin: 3px 0 0 0;
padding: 1px 3px 5px 6px;
}


p.subhead {
background-color: white;
color: rgb(0,0,0);
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 13px;
text-indent: 0px;
margin: 0 0 0 0;
padding: 6px 4px 0 6px;
}


/* end of paras */


th {
background-color: white;
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 16px;
text-indent: 0px;
}

td {
background-color: white;
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 16px;
text-indent: 0px;
}

hr {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

/* Start Anchors */

a {
background-color: transparent;
color: rgb(97,143,104);
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
text-decoration: none;
}

a:link {
background-color: transparent;
color: rgb(97,143,104);
font-family: Verdana, Arial, sans-serif;
padding: 0 0 0 0;
margin: 0 0 0 0;
text-decoration: none;
border-width: 0 0 1px 0;
border-style: none none none none;
}

a:visited {
background-color: transparent;
color: rgb(97,143,104);
font-family: Verdana, Arial, sans-serif;
padding: 0 0 0 0;
margin: 0 0 0 0;
text-decoration: none;
border-width: 0 0 1px 0;
border-style: none none none none;
}

a:hover {
background-color: transparent;
color: rgb(0,0,0);
text-decoration: none;
border-width: 0 0 1px 0;
border-style: none none solid none;
}

/* End Anchors */

em {
background-color: transparent;
color: inherit;
font-style: italic;
}

strong {
background-color: inherit;
color: inherit;
font-family: Verdana, Arial, sans-serif;
font-size: inherit;
line-height: inherit;
font-weight: bold;
margin: 0 0 0 0;
padding: 0 3px 0 3px;
}

form {
background-color: #ccf;
color: rgb(0,0,0);
margin: 0 0 1px 0px;
padding: 0 0 0 0;
border-top-color: #ccf;
border-top-width: 1px;
border-top-style: solid;
border-right-color: #ccf;
border-right-width: 1px;
border-right-style: solid;
border-bottom-color: #ccf;
border-bottom-width: 1px;
border-bottom-style: solid;
}


ul {
background-color: #eee;
color: inherit;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
line-height: 14px;
margin: 0 0 0 0;
list-style: none;
margin: 0;
padding: 2px;
}

li {
background-color: #eee;
color: inherit;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
margin: 0;
text-indent: 14px;
}

ul.tinylist {
background-color: #eee;
color: inherit;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
line-height: 10px;
margin: 0 0 0 0;
list-style-type: square;
list-style-position: inside;
margin: 4px 0 3px 0;
padding: 2px 0 3px 12px;
}

li.tinylist {
color: inherit;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
line-height: 10px;
margin: 2px 0 3px 0;
text-indent: 10px;
}

td.labelcell{
background-color: #ccf;
text-align: right;
width: 190px;
margin: 2px;
padding: 2px 5px 0 0;
color: rgb(0,0,0);
border-color: #ddf;
border-width: 2px;
border-style: solid;
}

td.labelcellstart{
background-color: #ddf;
font-weight: bold;
text-align: right;
width: 190px;
margin: 2px;
padding: 20px 5px 0 0;
color: rgb(0,0,0);
border-color: #ddf;
border-width: 2px;
border-style: solid;
}


.tabs {
display: none;
background-color: #eed;
color: rgb(0,0,0);
border-color: rgb(0,0,0);
border-width: 1px;
border-style: solid;
padding: 0 0 0 0;
margin: 0 0 6px 0;
}

.tabs a, .tabs a:visited {
display: none;
background-color: #eed;
color: rgb(0,0,0);
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 19px;
text-indent: 0;
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
border-color: #eed;
border-width: 0 0 1px 0;
border-style: none none solid none;
}

.tabs a:hover{
display: none;
background-color: #ccf;
color: rgb(0,0,0);
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 19px;
text-indent: 0;
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
border-color: rgb(0,0,0);
border-width: 0 0 1px 0;
border-style: none none dotted none;
}

.footbar p {
clear: both;
background: #eed url(BANNER.gif) no-repeat;
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 17px;
text-indent: 0px;
margin: 0 0 0 0;
padding: 5px 0 5px 12px;
border-color: rgb(0,0,0);
border-width: 0 0 1px 0;
border-style: none none solid none;
}

.feature_left {
background-color: white;
color: black;
width: 200px;
padding: 0;
margin: 0 15px 5px 0;
border-color: rgb(0,0,0);
border-width: 1px;
border-style: solid;
}


.feature_right {
background-color: white;
color: black;
width: 125px;
padding: 0;
margin: 0 15px 5px 0;
border-color: rgb(0,128,0);
border-width: 1px;
border-style: solid;
}

.feature_amazon125 {
background-color: white;
color: black;
width: 125px;
padding: 0;
margin: 0 15px 5px 0;
border-color: rgb(0,128,0);
border-width: 1px;
border-style: solid;
}

.recommendations {
margin: 0 0 0 0;
background-color: white;
border-color: rgb(0,0,0);
border-width: 1px 1px 1px 1px;
border-style: solid;
clear: both;
}

.rightover {
text-align: right;
}

/* img effects */

.showcase {
background-color: #eed;
color: rgb(0,0,0);
border-color: rgb(238,238,238);
border-width: 6px;
border-style: solid;
padding: 0 0 0 0;
margin: 0 0 6px 0;
}


