/* Bamford Medical website - print stylesheet  */

body {
	background: white;
	font-size: 62.5%;
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	}

#container {
	font-size: 90% !important;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}
	
.hiddenStructure {
	display: none;
	}
	
/* ---------- header ---------- */		

#header {
	margin: 0 0 20px 0;
	}

#header img {
	border: none;
	}
	
.utility-nav {
	display: none;
	}		
	
#search {
	display: none;
	}	
	
/* ---------- main nav ---------- */			

#main-nav {
	display: none;
	}	
	
/* subnav column */	

#subnav-column {	
	display: none;
	}	
	
#homepage #subnav-column {	
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8499a5;
	}	
	
#homepage #subnav-column #copyright {	
	display: none;
	}	
	
#homepage #subnav-column dl {
	margin: 0 15px;
	padding: 0;
	}
	
#homepage #subnav-column dt {
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
	
#homepage #subnav-column dd {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	}	
		
	
	
/* content */

p.print-copyright {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #8499a5;
	}	

.breadcrumbs {
	display: none;
	}	
	
a:link, 
a:visited {
	color: #01cc00;
	text-decoration: none;
	}	
	
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #538953;
	margin: 0;
	padding: 15px 0 5px 0;
	}	
	
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #538953;
	margin: 0;
	padding: 15px 0 7px 0;
	text-transform: uppercase;
	}	
	
h2 a:link, 
h2 a:visited {
	color: #538953;
	text-decoration: none;
	}	

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #538953;
	margin: 0;
	padding: 0 0 7px 0;
	}	
	
h3 a:link, 
h3 a:visited {
	color: #538953;
	text-decoration: none;
	}	
	
.other-products h3 {
	font-size: 14px;
	font-weight: bold;
	color: #538953;
	margin: 10px 0 0 0;
	padding: 10px 0 7px 0;
	border-top: 1px solid #A8C3D2;
	}			
	
p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
	}	
	
.intro p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	}	
	
p.pagination {
	display: none;
	}		
	
/* product page */

#products #content-column img { 
	float: left;
	margin: 4px 15px 5px 0;
	}		
	
/* contacts page */

#contact #content-column h3 {
	font-size: 14px;
	font-weight: bold;
	color: #538953;
	margin: 0;
	padding: 0;
	}	

#contact #content-column table {
	margin: 0 0 15px 0;
	}
	
#contact #content-column table caption {
	display: none;
	}	
	
#contact #content-column table th {
	padding: 2px 15px 2px 2px;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	width: 115px;
	vertical-align: top;
	}	
	
#contact #content-column table th h3 {
	font-size: 14px;
	font-weight: bold;
	color: #538953;
	margin: 0;
	padding: 0;
	}		
	
#contact #content-column table td {
	padding: 2px;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	vertical-align: top;
	}			
							
/* search results page */			

#search-results #subnav-content-wrapper h2 {
	font-size: 13px;
	font-weight: bold;
	color: #538953;
	margin: 0;
	padding: 10px 0 0 0;
	text-transform: none;
	}	

#search-results #subnav-content-wrapper p.copyright {
	display: none;
	}	
	
.feature-box {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #A8C3D2;
	}	
	
#search-results #feature-column img {	
	display: none;
	}
	
/* specials page */

#specials #content-column h2 {
	font-size: 15px;
	padding: 0 0 7px 0;
	text-transform: none;
	}	

#specials #content-column img { 
	float: left;
	margin: 4px 15px 15px 0;
	}
	
p.old-price {
	color: red;
	text-decoration: line-through;
	}
	
#specials hr {
	border: none;
	margin: 0;
	padding: 0 0 10px 0;
	border-top: 1px solid #01cc00;
	width: 100%;
	clear: both;
	}
	
	
/* FAQs page */	

#faqs #content-column h3 {
	padding: 12px 0 3px 0;
	}	
	
#faqs #content-column h3 span {
	padding: 0 10px 0 0;
	}			
	
#faqs #content-column p span {
	font-weight: bold;
	padding: 0 10px 0 0;
	}		
	
/* contact us form */

#contact form, 
form.contact-us {
	margin: 0;
	padding: 0;
	}
	
form.contact-us fieldset {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	}	
	
#contact span.required, 
form.contact-us span.req {
	color: #FF0000;
	font-size: 12px;
	}	
	
#contact form .row, 
form.contact-us .row {
	width: 100%;
	float: left;
	margin: 0 -3px 10px 0; /* negative margin fixes IE6 duplicate characters bug */
	}	
	
#contact form .row label, 
form.contact-us .row label {
	width: 137px;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 13px;
	}	
	
#contact form .row input, 
form.contact-us .row input {
	width: 309px;
	float: left;
	border: 1px solid #8499A5;
	padding: 3px;
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #343C41;
	}	
	
#contact form .row input.submit-button, 
form.contact-us .row input.submit-button {
	width: auto;
	float: left;
	border: 1px solid #8499A5;
	margin: 0 10px 0 152px;
	padding: 3px;
	display: inline;
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #343C41;
	background: #fff url(../img/bg-cart-button.gif) repeat-x 0 100%;
	}	
	
#contact form .row input.reset-button, 
form.contact-us .row input.reset-button {
	width: auto;
	float: left;
	border: 1px solid #8499A5;
	margin: 0 10px 0 0;
	padding: 3px;
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #343C41;
	background: #fff url(../img/bg-cart-button.gif) repeat-x 0 100%;
	}			
	
#contact form .row textarea, 
form.contact-us .row textarea {
	width: 309px;
	float: left;
	border: 1px solid #8499A5;
	padding: 3px;
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #343C41;
	}	

#content-column form.contact-us .row ul {	
	margin: 0 0 0 152px;
	padding: 0;
	}
	
#content-column form.contact-us .row ul li.submit-li {	
	margin: 0;
	padding: 0;
	background: none;
	list-style-type: none;
	}	
	
form.contact-us .row ul li.submit-li input {
	width: auto;
	float: left;
	border: 1px solid #8499A5;
	padding: 3px;
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #343C41;
	background: #fff url(../img/bg-cart-button.gif) repeat-x 0 100%;
	}

form.contact-us span.subject {
	margin: 0 0 0 152px;
	display: block;
	clear: both;
	}
	
form.contact-us span.checkbox-label {
	display: block;
	padding: 3px 0 0 0;
	float: left;
	}
	
form.contact-us .row input.check-button {
	width: auto;
	float: left;
	border: none;
	margin: 0 10px 0 152px;
	padding: 0;
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #343C41;
	}	
	
/* homepage */			
	
#tagline {
	margin: 9px 0 20px 0;
	}		
	
#homepage #content-bg-wrapper p.intro {
	font-size: 15px;
	}	
		
#homepage #content-bg-wrapper p.copyright {
	display: none;	
	}		
	
#button-block {
	display: none;	
	}	

#homepage #subnav-column a:link img, 
#homepage #subnav-column a:visited img {
	float: left;
	border: 1px solid #d4d4d5;
	margin: 0 10px 0 0;
	}

	
/* ---- shopping cart pages ---- */		

/* progress bar */

#content-column ul.progress-bar {
	display: none;	
	}
	
/* shopping cart tables */	

table.cart {
	border-top: 1px solid #01cc00;
	border-right: 1px solid #01cc00;
	width: 523px;
	margin: 8px 0 30px 0;
	}
	
table.cart th {
	border-bottom: 1px solid #01cc00;
	border-left: 1px solid #01cc00;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
	}	
	
table.cart th.amount {
	text-align: right;
	}		
	
table.cart td {
	border-bottom: 1px solid #01cc00;
	border-left: 1px solid #01cc00;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	}	
	
table.cart tr.total td {
	font-weight: bold;
	}
	
table.cart td.amount {
	text-align: right;
	}		

#content-column p.textright {
	float: left;
}

form table.cart input,
p.textright input {
	width: auto;
	float: left;
	border: 1px solid #8499A5;
	padding: 3px;
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #343C41;
	}
	
form table.cart tr.total td input, 
form table.cart td input.remove, 
form table.cart td input.update {
	background: #fff url(../img/bg-cart-button.gif) repeat-x 0 100%;
	}
	
input.change-button {
	width: auto;
	float: left;
	border: 1px solid #8499A5;
	padding: 3px;
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #343C41;
	background: #fff url(../img/bg-cart-button.gif) repeat-x 0 100%;
	}	
	
table.cart tr.buttons td input {
	width: auto;
	float: left;
	border: 1px solid #8499A5;
	padding: 3px;
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #343C41;
	background: #fff url(../img/bg-cart-button.gif) repeat-x 0 100%;
	}	
	
table.details-table {
	width: auto;
	margin: 8px 0 15px 0;
	clear: both;
	}
	
table.details-table th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
	}	
	
table.details-table td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	}		
	
/* feature column */

#feature-column {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #8499a5;
	}	

#feature-column ul {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#feature-column li.list-note {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	}	
	
#feature-column li.list-note ul {
	margin: 0;
	padding: 0;
	}	
	
#feature-column li.list-note ul li {
	display: none;
	}	
	
#feature-column dl {
	margin: 0;
	padding: 0;
	}
	
#feature-column dt {
	margin: 0;
	padding: 0;
	font-size: 13px;
	}
	
#feature-column dd {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
	}	
		
	
