

/*-------------------------------------------------------------------- */
/* Header -> Page Menu formatting */
/*
/* Includes brushed metal tab background and links to product category */
/* pages  															   */
/*-------------------------------------------------------------------- */

/* 1 column */
/* Custom left margin for home page (20 vs 30 px) */
td.PageMenu {
	vertical-align: top;
	padding: 0px 0px 0px 20px;
	width: 100%;
}


/*-------------------------------------------------------------------- */
/* Formatting specific to the header tabs */
/*-------------------------------------------------------------------- */

img.TabLeftSpacer {
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

img.TabsTotalWidth{
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 564px;
}

img.HeaderBottomMargin {
	height: 1px;
	width: 1px;
}


/*-------------------------------------------------------------------- */
/* Other formatting  */
/*-------------------------------------------------------------------- */

h1.PageTitle {
	font-size: 26px;
	font-weight: bold;
	margin: 1em 0em 1em 0em;
}

h2.SubTitle {
	font-size: 20px;
	font-weight: bold;
	margin: 1.3em 0em 0.6em 0em;
}

h3.SubTitle {
	font-size: 16px;
	font-weight: bold;
	margin: 1.0em 0em 0.4em 0em;
}

ul.looselist li {
	margin: 0em 0em 0.8em 0em;
}

ol.looselist li {
	margin: 0em 0em 0.8em 0em;
}

ul.tightlist li {
	margin: 0em 0em 0.1em 0em;
}

/* used in newsletter.php to call out missing data */
em.error {
	color: #b00000;
	font-weight: normal;
	font-style: italic;
}


table.ShippingRates th {
	text-align: left;
	font-weight: bold;
	font-style: normal;
}

table.ShippingRates td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
}

/* used on ordering.htm */

p.Kudos {
	font-size: 14px;
	font-style: italic;
}

span.Byline {
	font-size: 14px;
	font-style: normal;
}

em.HotProductPrice {
	color: #666;
	font-style: normal;
	font-weight: normal;
}

img.Quad {
	border-style: none;
	margin: 0px;
	padding: 0px;
}


/*-------------------------------------------------------------------- */
/* Splash & Subsplash elements                                         */
/*-------------------------------------------------------------------- */

img.Splash {
	margin: 10px 0px 2px 0px;
	padding: 0px;
	height: 510px;
	width:785px;
}

table.SubSplash {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

table.SubSplash tr.RedSatin {
	background-image: url("http://www.medicaltoys.com/graphics/common/bg-red-satin.jpg");
}

table.SubSplash td {
	vertical-align: top;
}

table.SubSplash td.Bordered {
	border: 1px solid #d8d8d8;
}

table.SubSplash td.Clearance {
	border: 1px solid #d8d8d8;
	text-align: center;
}

table.ClearanceItems {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 12px;
}

img.SubSplashHeader {
	border-style: none;
	margin: 3px 0px 2px 8px;
	padding: 0px;
}

p.HotProduct {
	font-size: 12px;
	margin: 4px 10px 0px 30px;
}

img.HotProductBullet {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

img.ClearanceItem {
	margin: 0px 10px;
	padding: 0px;
	border-style: none;
}

strike.Clearance {
	color: #666666;
}

/*-------------------------------------------------------------------- */
/* Sidebar  */
/*-------------------------------------------------------------------- */

div.HackerSafeSidebar {
	width: 180px;
	color: #000;
	background-color: #fff;
	margin: 16px 0px 6px 0px;
	padding: 0px;
	border-style: none;
	text-align: center;
}

div.Sidebar {
	width: 178px;
	color: #000;
	background-color: #d8d8d8;
	background-image: url("http://www.medicaltoys.com/graphics/common/bg-brushed-metal.gif");
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #b00000;
	text-align: left;
}

div.Sidebar p {
	margin: 2px 10px 2px 10px;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

img.Sidebar_Section_Label {
	height: 18px;
	width: 178px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}


div.Sidebar A:link {
	color: #000;
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

div.Sidebar A:visited {
	color: #000;
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

div.Sidebar A:hover {
	color: #000;
	text-decoration: underline;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

/*-------------------------------------------------------------------- */
/* Enewsletter Form  */
/*-------------------------------------------------------------------- */

form.Enewsletter {
	margin: 0px;
}

input.Email {
	width: 152px;
	margin: 5px 0px 1px 10px;
}

input.Submit {
	margin: 0px 0px 4px 10px;
}