@import url('/catalog/catalog.css');

#checklist th {
  color: #666;
  text-transform: capitalize;
  font-size: .625em;
}
#checklist tr.even td { 
  background-color: #EDF7E3;
}
#sidebar_left img{
width: 200px;
display: block;
margin: 0;
padding: .5em 0;
}
#content_left {
margin: 0;
padding: 0;
width: 65%;
float: left;
background-color: none;
}
#sidebar_left {
margin: 0px 6px 6px 1px;
padding: 0px 10px 10px 1px;
width: 200px;
float: left;
background-color: none;
}
p.notice, div.notice { background-color: #ecedea;
border:  5px solid #909680;
 width: 63%; 
}

#featured { background-color: #fff;
border:  5px solid #909680;
margin: 4px 0px 6px 0px;
padding: 6px 12px 12px 12px;
width: 94%;
}

#badges { background-color: #fff;
margin: 6px 6px 6px 0px;
padding: 2px 12px 12px 4px;
width: 90%;
height: 49px;
}

#rotate {
width: 98%;
height: 7em;
border-bottom: 1px dotted #ccc;
margin-bottom: 12px
}

h2.bigger {
  font-size: 2.5em;
  color: #333;
  margin-top: 0px;
  padding-top: 0px;
}

p.smaller { 
  font: normal .7em Verdana, sans-serif;
  margin-left: 1em;
  margin-bottom: .25em;
  line-height: 1.35em;
  padding-bottom: 0;

}

ul.padded {
list-style: square;
list-style-position: inside;
font-size: 1em;
line-height: 1.40 em;
color: #000000;
background-color: none;
padding: 6px 10px 10px 20px;
margin-left: 1em;
}

ul {
list-style-position: inside;
}

ul.small {
font-size: 1em;
line-height: 1.40 em;
color: #fff;
background-color: #909680;
padding: 6px 10px 10px 16px;
}

ul.small h2 {
 font-size: 2.25em;
  color: #e5e5e5;
  padding-top: 12px;
}

ul.quotes {
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.25em;
color: #205f7a;
padding-bottom: 12px;
padding-left: 0;
margin-left: 0;
list-style: none;
}
  

td {
  font-size: .7em;
}

#content div.space {
 border-bottom: 1px dashed #333;
 margin-bottom: 10px;
 width: 98%;
}


/* #content h1, #content h1 a override the default H1 styling applied to the top level header on pages (red verdana bold) */
h1#page-title, h1#page-title a {
	background: none;
	font-weight: bold;
	font-size: 3.15em;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 .2em;
  color: #46502b;
  text-decoration: none;

}

