/* Tags */
body {
  margin:20px 0px;
  background-color:#fdfdfd;
}
body,td,th {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}
h1 {
	font-size:14px;
	margin-top:0px;
	margin-bottom:8px;
}
h2 {
	font-size:12px;
	margin-top:0px;
}
h3 {
	font-size:11px;
	margin-top:0px;
}
tfoot td {
	font-size:10px;
	color:#888888;
	text-align:center;
}
tfoot td a {
	text-decoration:none;
	color:#666666;
}
tfoot a {
	color:#666666;
}
a {
	color:#01597E;
}
p {
	margin-top:12px;
	margin-bottom:12px;
}

/* Classes */
.bubble_blue {
	width:170px;
	background-color:#FFFFFF;
	color:#000000;
	margin-bottom:4px;
	border:1px solid #cccccc;
}
.bubble_blue thead td {
	background-image:url(images/rm_thead_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:25px;
	padding:4px;
	font-weight:bold;
	background-color:#01A0C7;
}
.bubble_blue tbody td {
	padding:4px;
}
.bubble_left {
	background-image:url(images/lm_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border: 1px solid #dddddd;
	background-color:#eeeeee;
	margin:5px 0px 12px 19px;
	width:172px;
	color:#000000;
}
.bubble_left thead td {
	background-image:url(images/lm_thead_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#01A0C7;
}
.bubble_left tbody td {
	padding:0px 4px;
}
.bubble_left tbody td p {
	margin-top:0px;
}
.newsHead {
	margin-bottom:4px;
}
.newsHead a {
	text-decoration:none;
	color:#780000;
}
.orangeBullet {
	padding-left:8px;
	background:transparent url(/images/arrow_orange2.gif) left top no-repeat;
}
.middle {
	width:auto;
	padding-left:8px;
	padding-right:6px;
}
.heartCheck {
 list-style: disc outside url(images/bullet_heartCheck.gif);
}

.bullet_blue {
 list-style: disc outside url(images/bullet_blue.gif);
}

.bullet_yellow {
 list-style: disc outside url(images/bullet_yella.gif);
}

/* IDs */

#cTbl {
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	background-image:url(images/ctbl_bg.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

#mTbl {
	
}
td.left {
	width:200px;
}
.left div {
	width:192px;
}
.right {
	border:2px solid #ffffff;
	width:172px;
	padding:6px;
	color:#000000;
	background-color:#eeeeee;
}
.right h1 {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:14px;
}
#lm_faq {
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#lm_links {
	display:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#lm_store {
	display:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#bubble_hn ul {
	list-style-type:none;
	padding:0px;
	margin: 0px;
}
#bubble_hn li {
	margin: 6px 0px;
}





/* Matte Buttons */
a.mattebutton {
	background:#fff url(images/mattebuttonBG.gif) center bottom repeat-x;
	border:1px solid #aaa;
	font-size:13px;
	padding: 2px 8px;
	text-decoration:none;
	color:#444;
}
a.mattebutton:hover {
	border:1px solid #888;
	color:#01597e;
	background-image:url(images/mattebuttonBG_hover.gif);
}
input.mattebutton {
	background:#fff url(images/mattebuttonBG.gif) center bottom repeat-x;
	border:1px solid #aaa;
	font-size:13px;
	text-decoration:none;
	color:#01597e;
	height:23px;
	cursor:hand;
}
input.mattebutton:hover {
	border:1px solid #888;
	background-image:url(images/mattebuttonBG_hover.gif);
}
.mattebutton#shoppingCart {
	background-image:url(images/mattebuttonBG_shoppingCart.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:32px;
}
.mattebutton#shoppingCart:hover {
	background-image:url(images/mattebuttonBG_shoppingCart_hover.gif);
}
.mattebutton#addCart {
	background-image:url(images/mattebuttonBG_addCart.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:32px;
	font-size:11px;
}

.mattebutton#info {
	font-size:11px;
}
.mattebutton#info:hover {
	background-image:url(images/mattebuttonBG_shoppingCart_hover.gif);
}
.mattebutton#addCart:hover {
	background-image:url(images/mattebuttonBG_addCart_hover.gif);
}
.mattebutton#removeCart {
	background-image:url(images/mattebuttonBG_removeCart.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:32px;
	font-size:11px;
}
.mattebutton#removeCart:hover {
	background-image:url(images/mattebuttonBG_removeCart_hover.gif);
}
.mattebutton#continue {
	background-image:url(images/mattebuttonBG_continue.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:32px;
}
.mattebutton#continue:hover {
	background-image:url(images/mattebuttonBG_continue_hover.gif);
}


/* cart List */
.cartTable {
	border:1px solid #9cf;
}
.cartTable th {
	text-align:left;
	background-color:#9cf;
}
.cartTable td {
	
}
.cartTable .even td {
	background-color:#ebf5ff;
}
.cartTable .total {
	border-top:3px double #9cf;
	background-color:#ffe;
	text-align:right;
}
.cartTable .detail, .cartTable .even .detail {
	border-top:1px solid #9cf;
	border-bottom:1px solid #9cf;
	background-color:#f8f8f8;
}

/* approved Table */
.approveTable {
	border:1px solid #9cf;
}
.approveTable th {
	text-align:left;
	background-color:#9cf;
}
.approveTable td {
	
}
.approveTable .number {
}
.approveTable .title {
}
.approveTable .price {
}
.approveTable .totalLabel {
	border-top:3px double #9cf;
	background-color:#ffe;
	text-align:right;
}
.approveTable .totalPrice {
	border-top:3px double #9cf;
	background-color:#ffe;
}

/* FAQ */
.answer {
	background-color:#ebf5ff;
	padding:2px;
}

/* checkout table */
.coTable {
	
}
.coTable th {
	font-size:12px;
	border-bottom:3px double #ccc;
	text-align:left;
}
.coTable td {
	vertical-align:top;
}
.coLabel {
	text-align:left;
	vertical-align:top;
	color:#50779f;
}

/*LabSearch*/
.searchBox {
	border:1px solid #9cf;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	height:105px;
	width:260px;
}
.searchBox h1 {
	font-size:12px;
	background-color:#9cf;
	margin:0px;
}
.searchTable {
	margin:4px 0px;
}
.searchBox .zipbox {
	width:75px;
}
.searchTable td {
	padding:2px;
}
.searchTable .label {
	vertical-align:top;
}
.resultItem {
	padding-bottom:4px;
}
.resultItemBox {
	
}
.resultItemBox h1 {
	margin:0px;
	font-size:12px;
}
.resultItemTable {
	border:1px solid #eee;
	background-color:#f8f8f8;
}
.resultItemTable th {
	font-weight:normal;
	padding:2px 2px 0px 2px;
	font-size:10px;
	font-style:italic;
}
.resultItemTable td {
	padding:0px 2px 2px 8px;
}

/* Right Panel */
.firstSpecial {
	background-color:#01a0c7;
	border-bottom:2px solid #fff;
}
.firstSpecial .minorPad{
	padding:0px 0px 0px 5px;
}
.testSpecial a {
	padding:6px;
	text-decoration:none;
}
.testSpecial a:hover {
	background-color:#f8f8f8;
}
.specialTitle {
}
.specialSub {
	color:#888;
}
.testSpecial {
	border-bottom:1px solid #ccc;
}
.popularTable {
	border-top:2px solid #888;
	border-bottom:1px solid #888;
	background-color:#fbf8c1;
}
.popularTable th {
	border-bottom:1px solid #888;
	text-align:left;
	padding:8px 2px 8px 30px;
	background:#fbf5a6 url(/images/popularStethoscope.gif) left top no-repeat;
}
.popularTable td {
	border-bottom:1px solid #fff;
}
.popularTable a {
	display:block;
	color:#666;
	padding:2px 2px 2px 25px;
	text-decoration:none;
	background:transparent url(/images/popularBullet_greysquare.gif) left top no-repeat;
}
.popularTable a:hover {
	color:#01597e;
	background:transparent url(/images/popularBullet_bluesquare.gif) left top no-repeat;
}
.bookmarkBtn{
	background:transparent url(/images/icon_bookmark_bw.gif) left center no-repeat;
	display:block;
	padding:2px 2px 2px 18px;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.bookmarkBtn:hover {
	background:transparent url(/images/icon_bookmark_color.gif) left center no-repeat;
	text-decoration:underline;
}
