/* Tags */
body {
  margin:20px 0px;
  background-color:#fdfdfd;
}





body,td,th {
}
h1 {
	font-size:16px;
	margin-top:0px;
	margin-bottom:8px;
}
h2 {
	font-size:12px;
	margin-top:0px;
}
h3 {
	font-size: medium;
	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;
	font-size: small;
}

/* Classes */


.oneColFixCtr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}











.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;
	
}
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);
}



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

.mattebutton2#info {
	font-size:11px;
}
.mattebutton2#info:hover {
	background-image:url(images/mattebuttonBG_shoppingCart_hover.gif);
}
.mattebutton2#addCart:hover {
	background-image:url(images/mattebuttonBG_addCart_hover.gif);
}
.mattebutton2#removeCart {
	background-image:url(images/mattebuttonBG_removeCart.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:32px;
	font-size:11px;
}
.mattebutton2#removeCart:hover {
	background-image:url(images/mattebuttonBG_removeCart_hover.gif);
}
.mattebutton2#continue {
	background-image:url(images/mattebuttonBG_continue.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:32px;
}
.mattebutton2#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:#fbf8c1;
	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;
}

/*#Specialist-2 {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 18px;
    clear: both;
    color: rgba(255, 255, 255, 1);
    float: left;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 90px;
    margin: 13px auto 6px -6px;
    padding-top: 9px;
    width: 646px;
}*/

#Specialist-2 {
	background-color: rgba(0, 0, 0, 1);
    border-radius: 18px;
    clear: both;
    color: rgba(255, 255, 255, 1);
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.searchBox .zipbox {
	width:75px;
}
.searchTable td {
	padding:2px;
}
.searchTable .label {
	vertical-align:top;
}
.resultItem {
	padding-bottom:4px;
}
.resultItemBox {
	margin: 0 0 20px;
	font-size:12px;
}
.resultItemBox h1 {
	margin:0 0 5px;
	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;
}

.popularTable2 {
	/*border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;*/
	background-color:#fbf8c1;
}
.popularTable2 th {
	border-bottom:1px solid #888;
	text-align:left;
	padding:8px 2px 8px 30px;
	background:#fbf5a6 url(/images/popularStethoscope.gif) left top no-repeat;
}
.popularTable2 td {
	border-bottom:1px solid #fff;
}
.popularTable2 a {
	display:block;
	color:#FFFFFF;
	padding:2px 2px 2px 25px;
	text-decoration:none;
	
}
.popularTable2 a:hover {
	
	color:#000000;
	font-size:13px;
	font-weight: bold;
}
.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;
}
#tt .Main_Div .Main_Content {
	background: #FFF;
}
#tt .Main_Div .Right_Column img {
	float: none;
}
.Footer {
}
#tt .FooterDiv {
	text-align: center;
	width: 970px;
	clear: both;
	float: left;
}
#tt .Main_Div {
	width: 1024px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#tt .Main_Div .LeftColumn {
	float: left;
}
#tt .Main_Div .Left {
}
#tt .Main_Div .Footer {
	text-align: center;
	font-size: x-small;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	width: 970px;
}
#tt .Main_Div .Main_Content {
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 666px;
	font-size: small;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: auto;
	text-align: left;
	float: left;
	color: rgba(0,0,0,1.00);
}
#tt .Main_Div .Left_Column .SpryMenuDiv #PM New Menu li {
	width: 140px;
}
#tt .Main_Div .Left {
	background: url(images/images/PMD_image_rs_08.jpg);
}
#tt .Main_Div .Left_Column {
	background: url(images/images/PMD_image_rs_08.jpg);
	float: left;
}
#tt .Main_Div .Left_Column {
	background: #f3f8fc url(images/PMD_Left_Col_rs.jpg) no-repeat;
	width: 190px;
	height: 800px;
	text-align: left;
	float: left;
}
#tt .Main_Div .Right_Column {
	background: #f3f8fc url(images/PMD_Right_Col_rs.jpg) no-repeat;
	width: 168px;
	float: right;
	font-size: 9px;
	height: 800px;
	text-align: left;
}
#tt .Main_Div .Header {
	background: url(images/privateMDlabs_header_rs.jpg) no-repeat;
	
	height: 119px;
	width: 1022px;
	margin-top: 15px;
}
.Header .Toll_FreeDiv {
	height: 45px;
	width: 174px;
	float: left;
	margin-left: 640px;
	background: url(none) no-repeat;
	font-size: 20px;
	padding-top: 30px;
	clear: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(0,0,0,1.00);
	text-align: right;
	padding-left: 40px;
}
.Header .MacafeeDiv {
	background: url(none);
	float: left;
	height: 45px;
	width: 167px;
	font-size: 9px;
	padding-top: 30px;
}
RightColumnContentdiv {
	height: 400px;
	width: 168px;
	float: none;
}
RightColumnSymbolsdiv {
	margin: 0px;
	padding: 0px;
	width: 168px;
}
.SaveNowDiv {
	float: left;
	padding: 0px;
	width: 148px;
	margin: 9px 0px 0px 17px;
}
.RightColumnCopy {
	height: 200px;
	margin-top: 70px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.SearchDiv {
	width: 170px;
	background: url(none) no-repeat;
	height: 37px;
	margin-left: 12px;
	text-align: right;
	margin-top: 15px;
}
.Left_Column .SpryMenuDiv {
	margin-top: 15px;
	margin-left: 20px;
	clear: both;
	width: 190px;
	margin-bottom: 20px;
	height: 375px;
}
.EmailDiv  {
	margin-left: 8px;
	background: url(none) no-repeat;
	text-align: center;
	float: left;
}
.Main_Content .MainContentHighlights {
	margin-top: 10px;
	background: url(images/Most_Requested_bg_rs.jpg);
	height: 255px;
}
.MostRequestedTestsDiv {
	float: left;
	height: 30px;
	width: 276px;
	margin-left: 25px;
	text-align: center;
	margin-top: 20px;
	margin-right: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	font-style: normal;
	color: #183657;
}
.Main_Content .StepsDiv {
	background: url(images/How_It_Works_rs.jpg) no-repeat;
	height: 114px;
	margin-top: 15px;
}
.Main_Content .MainContentLowerDiv {
	/*margin: 79px 16px 16px;*/
	color: #666;
	padding-bottom: 10px;
	height: 100%;
	clear: left;
}
.LeftColBackgroundDiv {
	background: url(images/PMD_Left_Col_Background_rs.jpg) repeat-y;
}
.RightColBackgroundDIv {
	background: url(images/PMD_Right_Col_rs.jpg) no-repeat;
	height: 906px;
}
#tt .Bottom_Div {
	text-align: center;
	margin: -20px auto 0px;
	clear: both;
	background-image: url(images/PMD_image_rs_11.jpg);
	height: 131px;
	background-repeat: no-repeat;
	width: 1024px;
}
#tt .Main_Div .Main_Content_Home_Page {
	background: #FFF url(none) no-repeat;
	width: 612px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	height: 970px;
}
#tt .Bottom_Div p font {
	font-size: 10px;
}
#tt .Bottom_Div p font {
	font-size: 12px;
}
#tt .Main_Div .Main_Content .Main_Content_Top {
	padding-left: 30px;
	padding-top: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
	padding-right: 13px;
	height: 303px;
	float: left;
	margin-bottom: 206px;
	clear: both;
}
.MostRequestedListsDivCopy {
	float: left;
	height: 160px;
	width: 246px;
	margin-left: 25px;
	text-align: left;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 130%;
	color: #183657;
	padding-left: 30px;
}
.MostRequestedButtons {
	float: left;
	height: 35px;
	width: 276px;
	margin-left: 25px;
	text-align: right;
	margin-right: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	color: #000;
	font-weight: bold;
	vertical-align: top;
}
#tt .Main_Div .Main_Content .MainContentHighlights .MostRequestedButtons .MostRequestedSale {
}
#tt .Main_Div .Main_Content .MainContentHighlights .MostRequestedButtons .MostRequestedSale {
	width: 150px;
	float: left;
	margin-left: 10px;
	font-size: medium;
	height: 35px;
	line-height: 140%;
}
.Lower_Container   {
	width: 1024px;
	margin: 0px;
	background: url(images/Lower_Container_Background_rs.jpg) repeat-y;
	height: 100%;
	float: left;
}
.Left_Column .EmailEntryDiv {
	bottom: 10px;
	background: url(none) no-repeat;
	text-align: left;
	padding-left: 32px;
}
.Left_Column .EmailButtonDiv {
	margin-left: 8px;
	bottom: 10px;
	text-align: center;
	background: url(images/Email_Signup_Top_rs.jpg) no-repeat;
	height: 143px;
	padding-top: 60px;
}
.SearchDiv .Search_form_Button {
	margin-right: 10px;
	margin-top: 5px;
	width: 43px;
	float: right;
}
.SearchDiv .Search_form_entry {
	float: left;
	width: 115px;
	margin-top: 7px;
}
#tt .Main_Div .Lower_Container .Main_Content .SubPageMainContent {
	height: auto;
	width: 666px;
	text-align: left;
}
.bottomnav {
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-small;
	margin-left: 31px;
	text-align: left;
	margin-top: 33px;
	width: 691px;
	height: 94px;
	font-weight: lighter;
}
.social {
	float: right;
	margin-right: 66px;
	height: 94px;
	margin-top: 19px;
}
.social img {
	margin-left: 14px;
}
#threecolumns {
	color: #28323c;
	width: 31%;
	float: left;
	clear: right;
	margin-bottom: 40px;
	height: 90px;
	margin-right: 14px;
}
#threecolumns h1 {
	color: #28323c;
	font-size: 14px;
}
#SalePanel {
	height: 285px;
	background-image: url(images/SalePanelBackground.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 59px;
}
#SalePanel h1 {
	font-size: x-large;
	text-align: center;
	color: #28323c;
	height: 64px;
}
#SalePanel h2 {
	font-size: large;
	text-align: center;
	color: #28323c;
}
#Includes {
	width: 40%;
	float: left;
	text-align: left;
	margin-left: 52px;
}
#MainContentLowerDiv {
	margin-top: 47px;
}
#ordernow {
	margin-top: 12px;
	width: 617px;
	float: left;
}
#LowerTests {
	width: 666px;
	float: left;
	line-height: normal;
	margin-left: 16px;
	clear: both;
	height: 196px;
}
#threecolumns ul li {
	list-style-type: none;
	list-style-image: none;
	margin-left: -40px;
	margin-right: 29px;
	margin-bottom: 7px;
	font-size: small;
}
#Specialist {
	background-color: rgba(0, 0, 0, 1);
    border-radius: 18px;
    clear: both;
    color: rgba(255, 255, 255, 1);
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 100%;
}
#mainpagehead {
	background-image: url(images/homepagebanner.png);
	background-repeat: no-repeat;
}
#mainpageheader {
	color: rgba(255,255,255,1);
	background-image: url(images/homepagebanner.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	/* [disabled]font-size: x-large; */
	height: 247px;
	line-height: 26pt;
}
#mainpageheader h1 {
	font-size: x-large;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainpageheader h2 {
	font-size: large;
	font-weight: 200;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Main_Content_Top h2 {
	font-weight: bold;
	font-size: medium;
}
#SalePanel h2 {
	font-size: x-large;
}
#SalePanel h3 {
	font-size: large;
}
#howitworks {
	font-size: x-large;
	color: rgba(0,0,0,1);
	text-align: center;
	margin-right: auto;
	width: 666px;
	margin-top: 27px;
}
