/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color:#001838;
  background: #43779E;
  font: normal 12px verdana, arial, sans-serif;
  text-align:center;
}

img {
  border: 0px;
  max-width:100%;
  height:auto;
}
#MainImage {
  float:left;
  margin-right:20px;
  margin-bottom:15px;
  text-align:center;
  max-width:290px;
}

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 12px verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #316dbf;
}
a:visited {
  color: #316dbf;
}
a:hover {
  color: #629dec;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  margin-bottom:15px;
  font-size: 15px;
  background: #82a5bf;
  padding:2px 20px;
  position:relative;
  top:18px;
  color: #FFFFFF;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
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;
}

#bodywrapper {
  margin:0px auto;
  background: #F4C84F url(/images/Border_Tile_Left.jpg) top left repeat-y;
  width:1003px;
  border:0px solid #000;
  padding-left:65px;
}

#wrapper {
  margin:0px auto;
  padding-right:67px;
  width: 936px;
  text-align: left;
  background: #F4C84F url(/images/Border_Tile_Right.jpg) top right repeat-y;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width:274px;
  height: 215px;
  background: transparent url(/images/Clinical_Intuition_Logo_Top_NEWSIZE.jpg) top right no-repeat;
  text-indent: -9999px;
  position:absolute;
  right:0;
  top:0px;
  z-index: 1;
}
#logo h1, #logo a,#loginbar h1, #loginbar a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a,#loginbar a {
  text-decoration: none;
  display: block;
}
#loginbar {
  width:100%;
  height: 150px;
  text-indent: -9999px;
  z-index: 1; 
}

#header {
  background: transparent url(/images/Chiropractic_Physician_Header.jpg) top left no-repeat;
  height:160px;
  position:relative;
}

/*------------*\
|* navigation *|
\*------------*/

.menu ul { margin-left:20px;
 text-align:left;
}       /* kill default 50px left padding and set 20px */
.menu li { margin-bottom:1em; }          /* set default inter-item vertical spacing */
 /*========================= TOP OF THE MENU CASCADE =========================*/
.menu {
  margin: 0px 0px 0 0;
  border-bottom:0px solid #ccc;
  background: #FFF;
}

.menu ul {
    position:relative; 
	padding:0 0 0 0px;
	margin:0 auto;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
	z-index: 1;
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */
.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0 0px;
    padding:0px;
    border:0px solid;
}

.menu li.last {
  margin-left:0px;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}
/*======================== TOP LEVEL MENU DEFINITIONS ========================*/
.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:0px;                               /* this is our box border width */
 font-size:11px;
 border-left:0px solid #993d28;
 border-bottom:2px solid #993d28;
 border-right:0px solid #993d28;

}
.menu li ul li {
 margin-left:0px;
 font-weight:normal;
 border-bottom:0px solid #fcb11a;
}
.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
  margin-right: 1px;
  padding: 4px 13px 4px 13px;
  float: left;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}
.menu ul li.c1 a, .menu ul li.c1 a:visited {
  padding-left: 20px;
  border-left:0px;
}

.menu ul li.first a {
  margin-right: 0px;
  padding-left:20px
}
.menu ul li.last a {
  margin-right: 0px;
  padding-right:0px;

}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
  border-bottom:0px solid #000;    /* these 2 lines create the push-in illusion */
  text-decoration:none;
  color:#9312af;
}
/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/
.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0 auto;
	top:26px;              /* place us just up underneath the top-level images */
	left:0px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:220px;
	color:#fff;                        /* this sets the unselected-text color */
	background: #FFF;         /* this sets our menu's effective "border" color */
        padding:5px 0px 3px 3px;
	z-index:10;
	border-left:2px solid transparent;
	border-bottom:2px solid transparent;
	border-right:2px solid transparent;
}

.menu ul li:hover ul li,
.menu ul li a:hover ul li {
  float:none;

}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a,
.menu ul li:hover ul li a:visited,
.menu ul li a:hover ul li a:visited

 {                   /* 2nd level unselected items */
    border:0px solid; 
  color: #000;
	font-size:14px;
	margin:0;
        padding:8px 5px 8px 10px;
        font-weight:normal;
        background:#FFF;
		/* this sets the unselected drop-down text color */
	       /* this sets the drop-down menu background color */
 	width:90%; 
  box-sizing:border-box;

}
.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
  text-decoration: underline;
  color:#ee3b17;
}


/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #edf2cb;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin: 0px 0 0 0px;
  border: 0px solid #57594b;
  background:#A5C9C9;
  padding:24px;
}
#footer img {
  float: right;
}
#footer p {
  padding:15px;
  margin: 0px;
  font-size: 14px;
  background: #FFFFFF url(/images/Clinical_Intuition_Content_Footer.jpg) bottom left no-repeat;
  text-align:center;
  font-weight:bold;
}


#content_bottom {
  position: relative;
  padding:20px 0px 0px 0px;
  background: url(/images/Clinical_Intuition_Content_TILE_2_NEW.jpg) bottom left repeat-y;
  border:0px solid;
}
.content_bottom_footer {
  position: absolute;
  background: #D1F0F5 url(/images/Clinical_Intuition_Content_Footer.jpg) bottom left no-repeat;
  border:0px solid;
  bottom: 10;
  width: 100%;
  height: 20px;
}

#content_bottom p {
  padding:15px;
  margin: 0px;
  font-size: 14px;

  width:608px;
  text-align:center;
  font-weight:bold;
}

#content_bottom p a {
  padding:4px;
}
#content_bottom p span.links {
  display:block;
  padding:8px;
  font-size:9px;
}
#content_bottom p span.black {
  color: #82a5bf;
  clear:left;
  display:block;
  font-size:12px;
  font-weight:normal;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;

}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 0px;
  padding: 2px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {

}
#contentheader .message {

}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 274px solid #A5C9C9;
  background: #A5C9C9 url(/images/Space_Between_Nav_Content.jpg) top left repeat-x;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -274px;
  margin-top:29px;
  padding: 150px 0px 10px 0px;
  width: 274px;
  float: right;
  position: relative;
  background: #A5C9C9 url(/images/Clinical_Intuition_Logo_Bottom_NEWSIZE.jpg) top left no-repeat;
}

#rightsidebarcontent {
  margin:0 auto;
  width:225px;
}

#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}

#contenttop {
  background: #FFF url(/images/Clinical_Intuition_Content_BG.jpg) top left no-repeat;
  border:0px solid red;
}

#content {
  background: url(/images/Space_Left_Content.jpg) top left no-repeat;
  margin-top:17px;
  border:0px solid white;
  padding:0px 0px 00px 24px;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

#catDescription {
  padding:20px;
  line-height:1.2;
  background:#FFFFFF url(/images/Clinical_Intuition_Content_TILE_1_NEW.jpg);
  color:#001838;
  
}

#catDescription a {
  color:#9312af;
}




/*-----------------*\
|* global elements *|
\*-----------------*/

.floatleft {
  float:left;
  margin-right:20px;
  margin-bottom:15px;
}
.floatright {
  float:right;
  margin-left:20px;
  margin-bottom:15px;
}

.shadowtop, .shadowbottom {
  height: 10px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 0px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {

}
.shadowbottom {

}
.shadowleft {

}
.shadowright {

}
.shadowtopleft {
  float: left;

}
.shadowtopright {
  float: right;

}
.shadowbottomleft {
  float: left;

}
.shadowbottomright {
  float: right;

}

/* links */
.linklisting {
  margin: 0px 0px 0px 0px;
  padding:18px 0 0 0;
  border:0px solid;
  position:relative;
  background:#FFFFFF url(/images/Clinical_Intuition_Content_TILE_1_NEW.jpg);
}
.linklisting h4.linktitle {
  background: #82A5BF;
  padding:2px 20px;
  font-weight:bold;
  font-size:12px;
  margin-bottom:15px;
  margin-top:0px;
  font-size: 14px;
  color: #FFF;
}

.linklisting .linkcontent {
 padding:0 0 0 20px;

}

.linklisting .linkdescription {
  padding:10px;
  font-weight:normal;
  font-size:12px;
  margin-bottom:0px;
  margin-right:20px;
  background:transparent;
  line-height:18px;
  border: 0px solid;
  background:#FFFFFF;
}
.linklisting a {
  color:#9312af;
}



.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96% auto;
}
.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;
}

/* reviews */
.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: 9px;
}
/* .review p.reviewcontent => see .linklisting p.linkdescription */

/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item {
  background-color: #8c3030;
}
.updated-item {
  background-color: #c5a600;
}
.popular-item {
  background-color: #314fb1;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;
}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
  margin:0 20px;
  display:none;
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* 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;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* 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 *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#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;
}
#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 {
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
}
#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;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}

.productsubmit {
  float:left;
  margin-right:10px;
}

span.productcost {
  float:left;
  width:50%;
}
span.productcost span.productguarantee {
  color:#8CD5C4;
}

#tfio {
 background:#9b0303;
 color:#f7ffb0;
 margin:0 auto;
 font-weight:normal;
 padding:10px;
 text-align:left;
  height: 50px;
}
#tfio img {
  float: left;
  padding-right: 10px;
}
#tfio a {
  line-height: 25px;
  text-decoration: none;
}
#tfio .biga {
  letter-spacing: 3px;
  font-size: 20px;
  text-transform: uppercase;
}

.subscribe {
 background:#9b0303;
 color:#f7ffb0;
 margin:0 auto;
 font-weight:bold;
 padding:10px;
 text-align:center;
}


.subscribe .column {
 float:left;
 padding-right:3px;
}

.subscribe .submit {
 float:right;
}

.subscribe .notice {
 font-weight:normal;
 text-align:left;
}

#slideshow_wrapper {
 margin:0 auto;
 margin-top:25px;
 border:1px solid;
 width:225px;
 height:225px;
 overflow:hidden;
}

p.testimonials {
 margin-top:30px;
 font-style:italic;
 line-height:22px;
 font-size:13px;
}


table.events {
  margin:10px 0px 0 18px;
}
table.events td {
  padding:10px 0px
}

th {

}

td.date {
 font-weight:bold;
}


#minicart {
 background:#66b8a7;
 color:#002626;
 margin:0 0 0px 0;
 font-weight:bold;
 padding:10px 10px 0px 10px;
 text-align:center;
 border-bottom:1px solid #000;
}
#minicart table {width:100%;}

#cart table {
 margin:0 auto
}
#player {
  float: right;
  padding: 0px 0px 0px 20px;
}

#af-form-1746984468 .af-body .af-textWrap{width:98%;display:block;float:none;}
.buttonContainer {
  padding-top: 10px;
  text-align:center;
  margin:0px auto;
}
.af-form .bodyText {
  font-size: 17px;
}
.af-form{text-align:left;margin:auto;}
.af-header,.af-footer{margin-bottom:0;margin-top:0;padding:0px;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}

/*---------------*\
|* 4 Font Sizes  *|
\*---------------*/
.one {font-size:14px;}
.two {font-size:16px;}
.three {font-size:18px;}
.four {font-size:20px;}

.isubs {
  margin: 0px auto;
  width: 200px;
}

.buy-button {
padding:10px 20px;
text-align:center;
background-color:#A5C9C9;
color:#ffffff !important;
text-decoration:none;
margin: 20px auto;
box-shadow: 2px 2px 1px 1px #666666;
}
.buy-button:hover {
background-color:#A0C4C4;
color:#f9f9f9 !important;
box-shadow: 1px 1px 1px 1px #666666;
}
