/***** A *****/
/* Generic anchor tag */
a {
	color:						blue;
	text-decoration:	underline;
}

/* Generic hover effect for anchor tags */
a:hover {
	color:	#6699FF;
}

/* Anchor tag used for intra-page navigation */
a.Anchor {
	color:						black;
	text-decoration:	none;
}

/* Hover effects for intra-page anchors */
a.Anchor:hover {
	color:	black;
}

/* Anchor tag used for menu links */
a.Menu {
	color:						#003366;
	text-decoration:	none;
}

/* Hover effects for menu item anchors */
a.Menu:hover {
	color:						#6699FF;
	text-decoration:	underline;
}


/***** BODY *****/
/* Page body; scrollbar styles apply only in IE */
body {
	background-color:						#E0E0E0;
	margin:											0px;
	overflow-y:									scroll;
	scrollbar-3dlight-color:		#E0E0E0;
	scrollbar-arrow-color:			#E0E0E0;
	scrollbar-base-color:				#E0E0E0;
	scrollbar-darkshadow-color:	#E0E0E0;
	scrollbar-face-color:				#E0E0E0;
	scrollbar-highlight-color:	#E0E0E0;
	scrollbar-shadow-color:			#E0E0E0;
	scrollbar-track-color:			#E0E0E0;
}



/***** H1 *****/
/* Generic 1st-level header */
h1 {
	font-family:	Arial, Helvetica, Verdana, Sans-Serif;
	font-size:		1.4em;
	margin:				0px 0px 10px 0px;
	text-align:		left;
}

/* Header used for displaying the page's title invisibly on every page; used to optimize searches */
h1.Invisible {
	font-size:		0em;
	line-height:	0em;
	margin:				0px;
	visibility:		hidden;
}



/***** H2 *****/
/* Generic 2nd-level header */
h2 {
	font-family:	Arial, Helvetica, Verdana, Sans-Serif;
	font-size:		1em;
	margin:				0px 0px 10px 0px;
	text-align:		left;
}



/***** H3 *****/
/* Generic 3rd-level header */
h3 {
	font-family:	Verdana, Arial, Helvetica, Sans-Serif;
	font-size:		0.8em;
	margin:				0px 10px 10px 10px;
	text-align:		left;
}



/***** H4 *****/
/* Generic 4th-level header */
h4 {
	font-family:	Arial, Helvetica, Verdana, Sans-Serif;
	font-size:		0.8em;
	font-style:		italic;
	font-weight:	normal;
	margin:				-10px 0px 10px 0px;
	text-align:		left;
	text-indent:	10px;
}



/***** HR *****/
/* Generic line separator */
hr {
	color:	#505C9C;
	margin:	10px 0px 10px 0px;
}



/***** IMG *****/
/* Style used for image captions */
img {
	font-family:	Verdana, Arial, Helvetica, Sans-Serif;
	font-size:		0.55em;
	text-align:		justify;
}

/* Style used for product page images */
img.Content {

	margin-bottom:	10px;
	width:	            160px;
        height:              180px;
}

/* Images inside a URL anchor tag */
img.Link {
	border:	0px;
}

/* Thumbnail image used for product/category selection pages */
img.Thumbnail {

        border:         0px;
	height:		100px;
	padding:	0px;
	margin:		0px -7px 5px -7px;
	width:		125px;
}



/***** LI *****/
/* Generic list item */
li {
	font-family:	Verdana, Arial, Helvetica, Sans-Serif;
	font-size:		0.7em;
	line-height:	1em;
	margin:				0px 0px 5px 0px;
	padding:			0px;
	text-align:		justify;
}

/* List item with a seemingly lower outline level */
li.SubLevel {
	color:				#707070;
	font-size:		0.7em;
	list-style:		none outside none;
	margin-left:	30px;
	text-indent:	-15px;
}



/***** P *****/
/* Generic body paragraph */
p {
	font-family:	Verdana, Arial, Helvetica, Sans-Serif;
	font-size:		0.7em;
	margin:				0px 10px 10px 10px;
	text-align:		justify;
}

/* Paragraph style used for image descriptions in product pages */
p.ImageDescription {
	border-right:		1px solid #505C9C;
	border-top:			1px solid #505C9C;
	font-size:			0.55em;
	font-style:			italic;
	padding-right:	3px;
	padding-top:		3px;
	text-align:			right;
}



/***** SPAN *****/
/* Subscript text */
span.Subscript {
	font-size:	0.85em;
	position:		relative;
	top:				0.2em;
}

/* Superscript text */
span.Superscript {
	bottom:			0.3em;
	font-size:	0.85em;
	position:		relative;
}



/***** TABLE *****/
/* Generic table */
table {
	height:					1px;
	padding-top:		0px;
	vertical-align:	top;
}

/* Table style used for a table of specifications */
table.SpecsTable {
	border:					1px solid #505C9C;
	margin-bottom:	10px;
}

table.Thumbnail {

    align: middle;
    border:                1px solid #50599c;
    width:                 127px;
    height:                155px;
}

/***** TD *****/
/* Generic table data cell */
td {
	padding:				0px;
	vertical-align:	top;
}

/* Table data cell containing a bullet for a menu item */
td.Bullet {
	color:					#003366;
	font-family:		Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			0.6em;
	padding:				2px 5px 2px 10px;
	vertical-align:	middle;
	width:					1px;
}

/* Table data cell containing content, aligned to the center */
td.ContentCenter {
	border:					1px solid #505C9C;
	font-family:		Verdana, Helvetica, Arial, Sans-Serif;
	font-size:			0.6em;
	padding:				1px;
	text-align:			center;
	vertical-align:	middle;
}

/* Table data cell containing content, aligned to the left */
td.ContentLeft {
	border:					1px solid #505C9C;
	font-family:		Verdana, Helvetica, Arial, Sans-Serif;
	font-size:			0.6em;
	padding:				1px;
	text-align:			justify;
	vertical-align:	middle;
	width:					100%;
}

/* Empty table data cell */
td.Empty {
	font-size:		0em;
	line-height:	0em;
}

/* Table data cell containing a footnote */
td.Footnote {
	border:					1px solid #505C9C;
	font-family:		Verdana, Helvetica, Arial, Sans-Serif;
	font-size:			0.55em;
	font-style:			italic;
	padding:				1px;
	text-align:			right;
	vertical-align:	middle;
}

/* Table data cell containing a smaller header, aligned to the center */
td.HeaderCenter {
	background-color:	#505C9C;
	border:						1px solid #505C9C;
	color:						white;
	font-family:			Verdana, Helvetica, Arial, Sans-Serif;
	font-size:				0.6em;
	font-weight:			bold;
	padding:					2px 1px 2px 1px;
	text-align:				center;
	vertical-align:		middle;
}

/* Table data cell containing a smaller header, aligned to the left */
td.HeaderLeft {
	background-color:	#505C9C;
	border:						1px solid #505C9C;
	color:						white;
	font-family:			Verdana, Helvetica, Arial, Sans-Serif;
	font-size:				0.6em;
	font-weight:			bold;
	padding:					1px;
	text-align:				justify;
	vertical-align:		middle;
	width:						100%;
}

/* Table data cell containing a smaller header, aligned to the right */
td.HeaderRight {
	background-color:	#505C9C;
	border:						1px solid #505C9C;
	color:						white;
	font-family:			Verdana, Helvetica, Arial, Sans-Serif;
	font-size:				0.6em;
	font-weight:			bold;
	padding:					2px 1px 2px 1px;
	text-align:				right;
	vertical-align:		middle;
	width:						1%;
}

/* Table data cell containing a large header */
td.LargeHeader {
	background-color:	#707CBC;
	border:						1px solid #505C9C;
	color:						white;
	font-family:			Verdana, Helvetica, Arial, Sans-Serif;
	font-size:				0.6em;
	font-weight:			bold;
	padding:					4px 1px 4px 1px;
	text-align:				center;
	vertical-align:		middle;
	width:						100%;
}

/* Table data cell containing a menu item link */
td.MenuItem {
	color:					#003366;
	font-family:		Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			0.6em;
	padding:				2px 5px 2px 0px;
	vertical-align:	middle;
}

/* Table data cell containing a selected menu item text */
td.SelectedItem {
	color:					#6699FF;
	font-family:		Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			0.6em;
	padding:				2px 5px 2px 0px;
	vertical-align:	middle;
}

/* Empty table data cell with a spacer background image */
td.Space {
	font-size:				0em;
	line-height:			0em;
	background-image:	url(http://mbiwebsite/Images/Spacer.gif);
}

/* Table data cell containing a menu subcategory text */
td.Subcategory {
	color:					#003366;
	font-family:		Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			0.6em;
	font-weight:		bold;
	padding:				0px 5px 0px 5px;
	vertical-align:	middle;
}

/* Table data cell containing a thumbnail image */
td.ThumbContent {

	color:					black;
	font-family:		Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			0.7em;
	padding:				2px 7px 15px 7px;
	text-align:			center;
	vertical-align:	top;
	width:					125px;
}

/* Table data cell containing a thumbnail page subtitle */
td.ThumbSubtitle {
	border-top:			1px solid #003366;
	color:					black;
	font-family:		Arial, Helvetica, Verdana, Sans-Serif;
	font-size:			1em;
	font-weight:		bold;
	padding-bottom:	4px;
	padding-top:		4px;
	text-align:			center;
	vertical-align:	top;
}

/* Table data cell containing a thumbnail page title */
td.ThumbTitle {
	color:					black;
	font-family:		Arial, Helvetica, Verdana, Sans-Serif;
	font-size:			1.4em;
	font-weight:		bold;
	padding-bottom:	15px;
	padding-top:		7px;
	text-align:			center;
	vertical-align:	top;
}



/***** UL *****/
/* Generic unordered list */
ul {
	margin:		0px 30px 10px 10px;
	padding:	0px 0px 0px 10px;
}

/* Unordered list used for lists of features */
ul.FeatureList {
	list-style:		disc outside none;
	margin-left:	20px;
}

/* Unordered list used for links */
ul.LinkList {
	list-style:	none outside none;
	padding:		0px;
}



/***** BOTTOMLINKBAR CLASS *****/
/* Table data cell containing the links found at the bottom of every page */
.bottomLinkBar {
	background-color:	#505C9C;
	color:						white;
	font-family:			Arial, Helvetica, Verdana, Sans-Serif;
	font-size:				70%;
	margin:						0px;
	text-align:				center;
	vertical-align:		middle;
}

/* Anchors for the links found at the bottom of every page */
.bottomLinkBar a {
	color:						white;
	text-decoration:	none;
}

/* Hover effect for the links found at the bottom of every page */
.bottomLinkBar a:hover {
	color:						white;
	text-decoration:	underline;
}



/***** CONTAINER ID *****/
/* Container for the incomplete section box */
#container {
	font-size:		0em;
	height:				88px;
	line-height:	0em;
	position:			absolute;
	top:					35px;
	width:				650px;
}




/***** INCOMPLETEBOX ID *****/
/* Incomplete section box */
#incompleteBox {
	border:				1px solid #505C9C;
	font-family:	Verdana, Arial, Helvetica, Sans-Serif;
	font-size:		10pt;
	font-weight:	bold;
	height:				74px;
	left:					472px;
	line-height:	1em;
	padding:			5px;
	position:			absolute;
	text-align:		center;
	visibility:		hidden;
	width:				242px;
}



/***** SITEMAP ID *****/
/* Bullet images used in the site map */
#siteMap img {
	padding-right:	5px;
}

/* List items used in the site map */
#siteMap li {
	margin-bottom:	1px;
	margin-top:			0px;
}

/* Anchors used in the site map */
#siteMap a {
	text-decoration:	none;
}



/***** WEBFORM ID *****/
/* Form elements */
#webForm * {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/* Form table data cells */
#webForm td {
	font-size:			0.7em;
	padding:				2px;
	text-align:			left;
	vertical-align:	middle;
}

/* Form input elements */
#webForm textarea, input, button, select {
	font-size:			1em;
	margin:					0px 5px 0px 0px;
	vertical-align:	middle;
}

/* Additional styles for form text areas; scrollbar styles apply only in IE */
#webForm textarea {
	overflow-y:									scroll;
	scrollbar-3dlight-color:		#737EC1;
	scrollbar-arrow-color:			#001B51;
	scrollbar-base-color:				#001B51;
	scrollbar-darkshadow-color:	#2C3D79;
	scrollbar-face-color:				#A6AFF7;
	scrollbar-highlight-color:	#FFFFFF;
	scrollbar-shadow-color:			#2C3D79;
	scrollbar-track-color:			#C5CEFF;
}


/***** INFOREQUEST ID *****/
/* Table for brochure/quote request selections */
#infoRequest table {
	margin-bottom:	10px;
}

/* Table data cell for brochure/quote request selections */
#infoRequest td {
	text-align:	center;
}

/* Checkbox style for brochure/quote request selections */
#infoRequest input {
	margin:	0px;
}

tbody.MenuBody {

	text-align:		center;
	vertical-align:	middle;
       width:               200px;

}

td.MenuTdRight {


        border:		2px solid;
        border-color:        #c1c7d9;
        border-left-width:        0px;

	font-family:		Verdana;
        font-size:           0.8em;       
	padding:		3px;
	text-align:		center;
	vertical-align:	middle;
}
td.MenuTdLeft {


        border:		2px solid;
        border-color:        #c1c7d9;
        border-right-width:     0px;
	font-family:		Verdana;
        font-size:           0.8em;       
	padding:		3px;
	text-align:		center;
	vertical-align:	middle;
}

td.MenuTd{


        border:		none;
	font-family:		Verdana;
        font-size:           0.9em;       
	text-align:		center;
	vertical-align:	middle;
        background-color: #eff0f3;
}
td.basketImg {
       width:50px;
       border:none;
       margin: 1px;
       text-align: center;
       vertical-align:middle;
       background-color:#ffffff;
}

td.basketProduct {
   width:450px;
   border:1px solid #54778f;
   margin: 1px;
   color:#3d3d3b;
   font-size:           1.2em; 
   text-align: center;
   vertical-align: middle;
   background-color:#ffffff;
}

td.basketProductQty {
   width:30px;
   text-align: center;
   vertical-align: middle;
   border:1px solid #54778f;
   margin: 1px;
   font-size: 1.2em;
   color:#3d3d3b;
   background-color:#ffffff;
}

td.basketAddButton {
   width:30px;
   border:1px solid #54778f;
   margin: 1px;
   text-align: center;
   vertical-align: middle;
   background-color:#ffffff;
}
td.basketRemoveButton {
   width:30px;
   border:1px solid #ebeef4;
   margin: 1px;
   text-align: center;
   vertical-align: middle;
   background-color:#ffffff;
}

td.categoryMenu {
   border:1px solid #ebeef4;
   margin: 1px;
   height: 35px;
   font-color: #bbbdc4;
   font-size: 0.8em;
   text-align: center;
   vertical-align: middle;
}

td.categoryMenuOver {
   border:none;
   margin: 1px;
   height: 35px;
   font-color: #bbbdc4;
   font-size: 1.0em;
   text-align: center;
   background-color:#c0c0ed;
   vertical-align: middle;
}