@charset "UTF-8";
/* CSS Document */

body {
	color: #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

#nav, #subnav, #search, #login_top_bar, #main img, form, input, .logo, .home_search, .hide_print, .news_header_mid, .news_header_rgt, div.product_header_lft, div.product_header_mid, div.product_header_rgt, div.product_item a, div.news_item a, #content ul.acc_tabs, div.profile_bar, div.profile_content a{
	display: none;
}
.pagebreak {
	page-break-after:always;
}	
#main {
	margin: 0;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
h2, div.news_header_lft {
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0 10px 0;
	clear: both;
}
h3 {
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
}
a {
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul {
	list-style: none;
}
ul.check {
	list-style: disc;
}
ul li, ol li {
	margin: 10px 0 0 0;
}
label {
	font-weight: bold;
}

table {
	border: 1px #000 solid;
	width: 100%;
	margin-bottom: 10px;
}
td, th {
	border: 1px #ccc solid;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: top;
}

table.receipt_info tr td ul li{
	list-style: none;
	margin-left: -40px;
}

div.product_item {
	width: 90%;
	margin: 10px 20px 20px 0;
	padding: 10px;
	float: left;
	clear: right;
	border: 1px #ccc solid;
}
div.product_item a{
	display: block;
}
div.product_item span.small{
	display: block;
	margin-bottom: 10px;
}
form.edit_cart {
	display: block;
}
/*RX CHALLENGE*/
table#step1 td, table#step2 td {
	width: 33%;
	font-size: 10pt;
	border-collapse: collapse;
}
table#step1 td h2, table#step2 td h2 {
	margin-top: -5px;
	font-size: 10pt;
}
table#step1 form{
	display: block;
	font-size: 8pt;
}
select#quantity{
	margin: 10px 0 0 -5px;
	font-size: 8pt;
}
div.rx_title{
	margin: 0 0 20px 0;
}
div.rx_content, h2.step1_header, div#rx_search_results, h2.step4_header, div.rx_step2 p, div.rx_step3 p, div.burst_rx{
	display: none;
}
div.savings {
	color: #cc0000;
}
div#totals {
	text-align: right;
}
span.total{
	font-weight: bold;
}