@charset "utf-8";

/* CSS Items Specic to the HEDZ Product Pages Only*/
/* Containing colors and items specific to the Surgeon Pages */

/* HEDZ Product lhs Sub-Menu CSS */

#sub_menu                   {float: right;
                             margin: 0px 0px 0px -20px;
                             padding: 40px 0px 0px 0px}

#sub_menu_buttons li         {display: block;
                              margin: 0px;
                              width: 150px;
                              padding: 0px;
                              text-align: center;
                              text-decoration: none;
                              list-style-type: none}

#sub_menu_buttons a          {display: block;
                              font-size: 10pt;
                              color: white; 
                              background-color: #0C6093;
                              text-decoration: none; 
                              margin: 2px; 
                              border: 1px #C00 solid;
                              padding: 0px}

#sub_menu_buttons a:hover    {color: black; 
                              background-color: #3F93D3; 
                              text-decoration: underline}

#sub_menu_buttons li a.active {background-color: white;
                             color: Black}

#sub_menu_buttons li span    {color: #C00;
                              font-weight: bold}

/* HEDZ Product Table Info CSS */

table.hedz_data              {
	background-color: #C00;
	border: 2px solid #ff9c63;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	width: 330px
}

table.hedz_data col.leftCol  {
	font-weight: bold;
	width: 30%
}

table.hedz_data col.rightCol {width: 70%}

table.hedz_data th, table.hedz_data td
                             {
	border: 1px solid #FF9C63
}

table.hedz_data thead        {
	color: #CFF;
	background-color: #C00;
	font-size: 16pt;
	height: 50px
}

table.hedz_data td           {
	font-family: Arial, Helvetica, sans-serif;


                              font-size 14pt;
	color: #CFF;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
	height: 50px;
	font-size: 12px;
}

/* HEDZ Product Images CSS */

#hedz_shot                   {border-color: #A62F00;
                              padding: 2px}

#page_pics img               {width: 400px;
                              height: 300px}

#right                       {float: right;
                              padding: 2px}

#left                        {float: left;
                              padding: 2px}

#photo_sel, #copyinfo        {width: 100%;
                              font-size: 8pt;
                              text-align: center;
                              clear: both}

#copyinfo                    {font-weight: bold}

#photo_sel img               {width: 740px;
                              height: 56px;
                              border: 1px #A62F00 solid;
                              margin: 0px;
                              padding: 1px 0px 5px 3px} 
