/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #333333;
  background: #e0d1b1;
  font: normal 12px Verdana;
  text-align: center;
}
html, body {
  height: 100%;
  margin-bottom: 1px;
}
img {
  border: 0px;
}

/* links */
a {
  color: #086C8F;
}
a:visited {
  color: #086C8F;
}
a:hover {
  color: #5c5b66;
  text-decoration: none;
}
input.productsubmit {
  font-size: 12px;
}
/* headings */
h1 {
  font-size: 16px;
}
#category h2, #detailed h2 {
  padding: 0px 0px 20px 18px;
}
#detailed h2 {
  padding: 0px 0px 10px 18px;
}
h2 {
  color: #871619;
  font-size: 16px;
  font-family: Georgia;
  margin: 0px;
  padding: 20px 0px 0px 0px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
  padding-bottom: 15px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  background: #ede8d0;
  margin: 0px auto;
  width: 799px;
  text-align: left;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 799px;
  height: 190px;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
  outline: none;
}
#header {
  background: transparent url(/images/quest_for_self_hdr2.jpg) top right no-repeat;
  height: 206px;
}


/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-left: 290px;
}
.primarynav {
  margin: 0px 0px 0px 0px;
  padding-left: 0px;
  float: left;
  list-style: none;
}
.primarynav {
  width: 100%;
  background: #EDE8D0;
}
.primarynav .navi {
  float: left;
  list-style: none;
  margin: 0px 10px;
}

.primarynav .navi {
  background: transparent url(/images/navbutton.png) left no-repeat;
}
.primarynav a {
  margin-right: 1px;
  padding: 2px 9px 2px 17px;
  float: left;
  color: #0087b8;
  font-size: 14px;
  font-family: Georgia;
  font-weight: bold;
  text-decoration: none;
}
.primarynav a:visited {

}
.primarynav a:hover {
  text-decoration: underline;
}

/*--------*\
|* footer *|
\*--------*/
#footer {

}
#footer img {

}
#footer p {
  margin: 0px;
  padding: 10px 10px;
  color: #8a8d77;
  font-size: 9px;
  float: right;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #EDE8D0;
}

#contentheader .error, #contentheader .message {
  margin: 0px auto;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#category #ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #ede8d0;
/* background colour of right sidebar */
  border-right: 0px solid #ede8d0;
  background: #ede8d0;
}
#category #leftsidebar {
  margin-left: -195px;
  padding: 10px 0px 10px 10px;
  width: 185px;
  float: left;
  position: relative;
  display: none;
}

#home #ocwrapper {
/* background colour of left sidebar */
  border-left: 195px solid #ede8d0;
/* background colour of right sidebar */
  border-right: 0px solid #ede8d0;
  background: #ede8d0;
}
#home #leftsidebar {
  margin-left: -195px;
  padding: 10px 0px 10px 10px;
  width: 185px;
  float: left;
  position: relative;
}

#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: right;
  position: relative;
  display: none;
}

#quotebox {
  border: 1px solid #000;
  color: #235A8F;
  font-size: 11px;
  line-height: 2em;
  width: 118px;
  padding: 12px;
  margin-left: 40px;
}
#headerimage {
  border: 1px solid;
  width: 142px;
  margin-left: 40px;
  margin-top: 13px;
}

#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#cheader {
  font-size: 14px;
}
#content {
  margin: 0px 40px;
  padding: 10px;
  background: #EDE8D0;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

#description {
  font-size: 13px;
}

/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 10px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 15px;
  height: 10px;
  font-size: 1px;
}
.shadowtop {
}
.shadowbottom {
}
.shadowleft {
}
.shadowright {
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}
.floatright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.floatleft {
  float: left;
  padding: 0px 10px 10px 0px;
}

/* links */
.linklisting {
  border: 1px solid;
  margin: 15px 0px 0px 0px;
  padding: 20px;
}

.linkcontent {
 margin-left:160px;
}

.linkimage {
  float: left;
  padding: 0px;
}
#detailed .linkimage {
  float: left;
  padding: 0px 15px 10px 0px;
}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  overflow: hidden;
  width: 100%;
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}


/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: disc;
}
#content ul.categories {
  margin: 0px;
}
#content ul.default {
  margin: 0px 0px 1em 0px;
  padding-left: 3.6em;
  font-size: 11px;
  list-style: disc;
}


/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}


/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 49%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
  font-size: 11px;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
  background: transparent url(images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

.byline {
  font-size: 12px;
  font-style: italic;
}

#cart_wrapper {
 margin:0 auto;
 border:0px solid;
 width:560px;
 text-align:left;
}
.itemname {text-align:left;}
.downloads ul li a {
 font-size:20px;
}