 /* -------------------- QSC CONTENT BEGIN -------------------- */
/* --------------------- SHELL --------------------- */
body {
	color: #E4D9BF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b99270;
	background-image: url(http://shop.cardinalhomecare.com/qsctemplates/theme530/images/stripe-bkg.gif);
	background-repeat: repeat;	
}

h1 {font-size:200%;font-weight:bold;}
h2 {font-size:150%;font-weight:bold;}
h3 {font-size:120%;font-weight:bold;}
h4 {font-size:100%;font-weight:bold;}
h5 {font-size:80%;font-weight:bold;}




.list {
	font-weight: bold;
}

.listitemheader a:link, 
.listitemheader a:visited { 
	color: #414550;
	text-decoration:none;
}

.sidebaritem .listitemcontent {	
	margin-bottom: 25px;
}

#categories a:link,
#categories a:visited {	
	color: #414550;
}

#categories li {	
	margin-bottom: 7px;
}

#searchQuickForm a,
#searchQuickForm a:visited {
	color: #414550;	
}

#searchQuickForm {
	padding: 5px;
}

/* ------------------ BEGIN NAV ------------------ */

.navigation1 {	
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;	
	font-weight: bold;
	background-color: #d8caa8;	
	padding: 0px;
	vertical-align:top;
}

.navigation1 ul{
	font-size:13px;	
	height: auto !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navigation1 ul:after {
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.navigation1 ul li {
	background-color: #e4d9bf;	
	margin-bottom: 2px;
}

.navigation1 ul li a {
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position:left;
	padding: 3px 5px 3px 25px;
	width: 248px;	
	display: block;
	margin-top: 1px;
	color: #414550;
	height: 1%;
}

.navigation1 ul li a:visited {
	color: #414550;
}

.navigation1 ul li a:hover {
	color: #86888F;
}

.navigation .listitemheader { /* Remove navigation header */
	display:none;
}

.navigation .listitemcontent {
	padding:0px;
}

.sidebaritem h2 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
}

/* ------------------ END NAV ------------------ */

/* ------------------ SIDEBAR CONTENT END ------------------ */

/* ---------------------- QSC CONTENT ---------------------- */

.float-wrap {	
	width: 650px;
}

.content {
	padding:5px 15px 20px 15px;
}

/* RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* /RESETS */

/* * * * * * Fixed Width * * * * * * */

/* */
/* The above is a modified Holly hack for #expander, with zero substituted for the 
   usual 1% height value. Any % value on this element causes a horrendous IE bug! */
/* helps IE get the child percentages right. */
    
/* this positioning may be needed for IEwin if page is to contain positioned elements */


/****************** Main Content Area (columns)Structure *****************/
/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */
.outer,
.col3 .outer {
	/* WARNING: borders affect the critical values below, so use them with that in mind.*/ 
    /* border-left: 1px solid #f90;  */
    /* border-right: 1px solid #f90; */
	/*** Critical left divider dimension value ***/
    /*** Critical right divider dimension value ***/
    margin-left: 170px; /*** Critical left col width value ***/
    margin-right: 170px; /*** Critical right col width value ***/
}
/* values for 1 and 2 column layouts */
.col1 .outer {
    margin-left: 0; margin-right:0;
}
.col2left .outer {
    margin-right: 0;
}
.col2right .outer {
    margin-left: 0;
}

.float-wrap {
    float: left;
    width: 100%;
}

.center {
    float: right;
    width: 100%;
}

.left {
    float: left;
    position: relative; /* Needed for IE/win */
    width: 165px; /*** Critical left col width value ***/
    margin-left: -170px; /*** Critical left col width value ***/
    /*** Critical left divider dimension value ***/
}

.col1 .left { display:none; }
.col2right .left { display:none; }

.right {
    float: right;
    position: relative; /* Needed for IE/win */
    width: 165px; /*** Critical right col width value ***/
    margin-right: -170px; /*** Critical right col width value ***/
    /*** Critical right divider dimension value ***/
    margin-left: 3px; /*** Critical right divider dimension value ***/
}

.col1 .right { display:none; }
.col2left .right { display:none; }

.centerbox {
    font-weight: normal;
    text-align: left;
    overflow: visible;
    width: 100%;
    /* padding-bottom: 250px; */
}

.container-right {
    padding-bottom: 80px;
}

/************** Spacing Controls for various column contents ***************/
.sf_sidebar,
.content {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.container-left:after,
.container-right:after {
    content: "."; 
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

img { /* Prevents large images from blowing out */
    max-width: 100%;
}

/* prevents oversize images from breaking layout in browsers that support max-width */
/* \*/
* html .outer a,
* html .container-left,
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a {
    height: 1%;
}

/* Holly hack */ /*** Variance fixes for IEwin ***/ /*\*/
* html .outer p {
    margin-right: -6px;
}

/* */ /**************** Utility Rules *******************/ /*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */
.brclear { /* Use a break with this class to clear float containers */
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0em;
}

/************** Sidebars *************/

.main-content {
    display: block;
}

.left .sidebar {
    padding: 0;
    text-align: left;
	padding-bottom: 40px;
}

.right .sidebar {
    padding: 0 0 80px 0;
    text-align: left;
	padding-bottom: 40px;
}

/********* Featured Products *********/

.options {
    text-align: right;
}

.price {
    margin: 3px 0;
}

/*********** Categories *************/

.category .shortdescription {
    margin: 5px 0;
}

/*********** Page Blocks ************/
dt, dd {
    text-align: left;
}

dd.options,
dd.prices {
	text-align:right;
}

.category-page {
	clear:left;
}

.content-block:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
/* now, for IE */
* html .content-block {
    height: 1%;
}

.content-category .description,
.content-product .description {
    text-align: left;
}

/************************************
 Home
 ************************************/
.welcome:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
/* now, for IE */
* html .welcome {
    height: 1%;
}

.welcome {
    font-weight: normal;
    margin-bottom: 20px;
}

.welcome img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

/************************************
 Form Presentation
 
 based on guide here:
 http://gdstyleguide.intranet.gdg/style/index.php?id=41
 
 ************************************/
form.page-form {
	font-weight: normal;
	margin-bottom: 20px;
}

form h3 { padding: 0; margin:10px 0 5px 0; }

.form-section {
	margin-top: 20px;
}

#searchAdvancedForm .form-section { clear: left; }

.form-item {
	margin-bottom: 10px;
}

.categories .form-item {
	/*width: 32% !important; width: 30%;
	float: left;
	margin-right: 1%;*/
}

.categories .form-item label {
	padding-left: 1.5em;
	padding-right: 1em;
}

.form-row-start {
	clear: left;
}

fieldset {
	padding: 10px;
	margin-bottom: 20px;
	font-weight: normal;
}

legend {
	font-weight: bold;
}

label {
	display: block;
}

fieldset .no-form-list {
	margin-bottom: 10px;
}

.required { color: #cc0000; }

div.required { margin-bottom: 5px; }

.state { float: left; padding-right: 10px; }
.zip { float: left; }

.buttons { text-align:right;}

/************************************
 Products Search Results Presentation
 ************************************/

/**advanced search**/
div.form-section fieldset ol li {
  margin: 10px 0;
  padding-left: 10px;
}
div.form-section fieldset ol li li {
  margin: 0;
  padding: 0;
}
/******/

.search-result-controls p {
	margin-bottom: 5px;
}

.search-result-controls strong {
	font-weight: bold;
}

.search-control {
	float: left;
	padding-left:10px;
}

.search-results .content-product {
    padding: 4px;
    margin-bottom: 10px;
    font-weight: normal;
	clear:left;
}

.search-results .content-product .largeimage { display:none; }
.search-results .content-product .smallimage img {
    float: left;
    max-width: 75px;
    border: none;
}

.search-results .content-product dd {
    display: block;
    margin-left: 80px;
}

.search-results .content-product .content-product-header {
    margin: -4px -4px 10px;
    padding: 3px;
}

.search-results .content-product .content-product-header a {
    text-decoration: none;
}

.search-results .content-product dd ul li { /** reset values set in ol li // this is because IE does not support the > selector. Grr. **/
    float: none;
    margin: 0;
    width: auto;
}

.search-results .content-product .options ul {
    list-style-type: none;
    padding: 0; margin: 0;
}

.search-results .content-product dd.options .list,
.search-results .content-product dd.options .adj
{ display: none; }

a.search-result-button {
    float: right;
    font-weight: normal;
}

/* -------------------- QSC CONTENT END -------------------- */