/* Incubator Supply, Inc -- Designed by MEGABYTES */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f1e5bb;
}

.small {font-size: x-small;}

a {
	color: blue;
	text-decoration: none;
}
a:visited {color: blue;}
a:active {color: blue;}
a:hover {
	color: blue;
	text-decoration: underline;
}

table.header { background-image:url(images/background.gif); }
table.header td.green {background-image: url(images/images/header_04.gif);}
table.header td.top {
	background-image: url(images/images/header_02.gif);
	background-position: right;
	background-repeat:no-repeat;
}
table.header td.bottom {
	background-image: url(images/images/header_16.gif);
	background-position: right;
	background-repeat:no-repeat;
}

table.main {
	/*background-color: #dcd1a7;*/
}

table.main td.header {
	
}

table.main td.navbar {
		background-image: url(images/images/d7_03.gif);

	
	background-repeat:repeat-x;
	
	height: 24px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	color: white;
}

table.main td.navbarBottom {background-image:url(images/background.gif); }



table.main td.navbar a {color: #EFC963;}
table.main td.navbar a:hover {color: #B14C16;}

table.main td.main {
	padding: 3px 10px 3px 10px;
	color: black;
}

table.main td.LeftColumn, table.main td.CenterColumn, table.main td.RightColumn {
	vertical-align: top;
}

table.main td.LeftColumn, table.main td.RightColumn {
	width: 170px;
}


h2, h1 {
	color: #304c20;
	font-style: italic;
}

.search {
	width: 400px;
	
}

table.HomeInner {

}

table.HomeInner td.FeatureRight {
	background-color:#B14C16;
	width: 210px;
}

table.HomeInner td.Center {
	padding: 0 4px 0 4px;
}

.Copyright {
	font-size: 10px;
}


div.MainLeftColumn {
	padding: 0 25px 10px 25px;
}

div.PartsSearch {
	background-image: url(images/parts-search-box.gif);
	background-repeat:no-repeat;
	background-position: top;
	width: 400px;
	height: 150px;
	text-align: left;
	/*border: 1px solid black;*/
}

div.PartsSearchInner {
	padding: 50px 0 0 10px;
}

/* --- LEFT COLUMN --- */

table.MainLeftColumn {
	width: 180px;
	vertical-align: top;
	/*height: 420px;*/
}

table.MainLeftColumn td.Top {
	background-image:url(images/bg_left_01.gif);
	height: 91px;
	background-position: center bottom;
	background-repeat: no-repeat
}

table.MainLeftColumn td.Middle {
	background-image:url(images/bg_left_03.gif);
	background-position: center;
	background-repeat:repeat-y;
	vertical-align: top;
}

table.MainLeftColumn td.Bottom {
	background-image:url(images/bg_left_04.gif);
	background-position: center top;
	background-repeat:no-repeat;
	height: 20px;
}
	
/* --- FOOTER --- */
table.Footer td.Left {
	background-image:url(images/footer_01.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 48px;
}

table.Footer td.Center {
	background-image: url(images/footer_03.gif);
	background-repeat: repeat-x;
	height: 50px;
	vertical-align: middle;
}

table.Footer td.Right {
	background-image:url(images/footer_04.gif);
	background-position: right;
	background-repeat:no-repeat;
	height: 50px;
	width: 18px;
}

/* --- RIGHT COLUMN --- */
table.RightColumn {
	width: 170px;
	background-image:url(images/right_column_02.gif);
	background-position: center;
	background-repeat:repeat-y;
}

table.RightColumn td.Top {
	background-image:url(images/right_column_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 25px;
	vertical-align: middle;
	padding-top: 15px;
}

table.RightColumn td.Bottom {
	background-image:url(images/right_column_04.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 15px 10px 15px;
}

/*   PRODUCT CATALOG DISPLAY  */
table.catalog tr td {
	border-bottom: 1px dotted black;
	height: 20px;
	vertical-align: middle;
}

.Errors {
	border: 2px solid red;
	color: red;
	font-weight: bold;
	margin: 5px 3px 5px 3px;
	padding: 3px;
}

div.pagination {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

div.pagination a {
	border: 1px solid #164809;
	margin: 0 3px 3px 3px;
	padding: 2px;
}

div.pagination a.current {
	background-color: #164809;
	color: #EFC963;
}

tr.Favorite {background-color:#00CCFF;} /*Favorite Highlighting in Search Results*/
tr.PrevOrder {background-color:#FFFF00;} /*Previously ordered item highlighting in search results */

/* SHOPPING CART */
table.ShoppingCart td {
	border: 1px solid black;
	padding: 3px;
}

table.ShoppingCart td.Total{
	border: 0;
	font-weight: bold;
}

span.Highlight {
	padding: 2px;
	background-color: #0099CC;
	border: 1px solid #FF0000;
}

.CartTotals {
	font-size: 10px;
}