/* Arnold Bros */



@media screen {
		
	.NoPrint
	{
	}

	table.CategoriesHoriz
	{
		background-color:silver;
		border-top: solid 1px white;
		border-bottom: solid 1px #000000;
		padding: 0 2px 0 2px;
	}

	.Banner
	{
		background-color: #FFFFFF;
	}
	.Button
	{
		border: solid 1px black;
		background-color: firebrick;
		color: white;
	}
}
@media print {

	.NoPrint, .Banner
	{
		display: none;
	}

	.Button
	{
		display: none;
	}
	
	table.CategoriesHoriz
	{
		display: none;
	}
	
	
}

body
{

background-image: url(../Images/arnoldbros_tile.gif);
font-family:verdana, arial,helvetica, sans-serif;
font-size: x-small;
color: Black;
background-color: #FFFFFF;
margin: 0;
padding: 0;
border: 0;	
background-color: 7E7E7E;
}

div.main
{
	width: 770px;
  	border-top: solid 1px black;
  	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

table.Main
{
	/*background-color: White;*/
}

table tr.HeaderSub	/* CORPORATE TITLE UNDER BANNER */
{
	color: white;
	background-color: Black;	
}
table tr.HeaderSub td
{
	border-top: none;
	border-bottom: white 1px solid;
	padding: 4px 0 4px 5px;
}


div.Catalogue
{
	background-color: whitesmoke;
	border-bottom: solid 1px black;
}
hr
{
	border-top: solid 1px firebrick;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
table
{
	font-size: x-small;
}
p
{
	margin-left: 20px;
}
p.Heading
{
	font-weight: bold;	
	margin-bottom: -10;
	padding-bottom: 0;
}
p.MainTitle
{
	font-size: 115%;
	line-height: 1.5em;
	color: #4B3110;
}

div.InfoTitle
{
	font-size: 125%;
	font-weight: bold;	
	margin: 20px 0 10px 0;
}

div.InfoGuarantee
{
	padding-bottom: 10px;
	text-align: center;
	color: #6D2328;
	font-size: 7pt;
}
a, a:link, a:visited
{
	color: black;
	border-style:none;
}
a:hover
{
	color: firebrick;
	text-decoration: none;
	border-style:none;
}
ol.Info li
{
	margin: 5px 0 10px 0;
}
ol.Info li ul
{
	padding-top: 5px;
}
ol.Info li ul li
{
	list-style-position: outside;
	list-style-type: disc;
}
img
{
	border-style: none;
}

p.tinyinfo, label.tinyinfo
{
	padding: 0;
	margin: 0;
	font-size: 7pt;
	color: dimgray;
		
}

/* CALENDAR STUFF */
.imgCalendar
{
	border: none;
	vertical-align: text-bottom ;
}

INPUT
{
	color: black;
	font-style: normal;
}	
.Textbox
{
	font-family: verdana, arial, helvetica;
	border: #4B3110 1px solid;
	color: black;
	padding-left: 2px;
}
.TextboxQuant
{
	font-family: verdana, arial, helvetica;
	border: #4B3110 1px solid;
	color: black;
	width: 50px;
	padding-left: 2px;
}
.TextboxProv
{
	font-family: verdana, arial, helvetica;
	border: #4B3110 1px solid;
	color: black;
	width: 30px;
	padding-left: 2px;

}
.TextboxPostal
{
	font-family: verdana, arial, helvetica;
	border: #4B3110 1px solid;
	color: black;
	width: 50px;
	padding-left: 2px;
}
.TextboxPhone
{
	font-family: verdana, arial, helvetica;
	border: #4B3110 1px solid;
	color: black;
	width: 80px;
	padding-left: 2px;
}
.TextboxMulti
{
	font-size: x-small;
	font-family: verdana, arial, helvetica;
	border: #4B3110 1px solid;
	color: black;
	padding-left: 2px;

}
.DropDown
{
	font-family: verdana, arial, helvetica;
	border: #4B3110 1px solid;
	color: black;	

}

div.SubHeading
{
	font-size: 120%;
	padding: 5px 0 5px 3px;
	color: #4B3110;
	background-color: #cc9999;
	border-bottom: solid 1px #4B3110;
	width: 767px;
	/*border-bottom: solid 1px #4B3110;
	border-top: solid 1px #4B3110;
	border-right: solid 1px #4B3110;*/
}
div.legend table tr td
{
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
	color: Black;
}
div.Welcome
{
	font-size: larger;
	font-weight: bold;
	color: #000000;
	
}

table.Products
{
	/*color: dimgray;*/
	border: solid 1px #4B3110;
	padding: 2px 2px 2px 2px;
	margin: 5px 0 2px 5px;
	background-color: White;
	width: 760px;
}
table.ProductList
{
	background-color: White;
}
table.Menu
{
	background-color: firebrick;
}

table.ProductDetails tr.Title td, table tr.Title td
{
	background-color: silver;
	font-weight: bold;
	border: solid 1px #4B3110;
	padding: 1px 1px 1px 3px;
}
table tr.colheader td
{
	font-weight: bold;
	color: #6D2328;
}
table.Categories
{
	background-color:silver;
}
table.Categories tr td
{
	padding: 5px 5px 5px 5px;
}
table.Categories tr td.Header
{
	background-color:#4B3110;
	font-weight:bold;
	color: White;
}
table.Categories tr td.Item
{
	background: url(../images/bullet.gif) no-repeat;
	padding-left: 25px;
}


table.Cart
{

	border-collapse: separate;
	border-spacing: 0;
	border: solid 1px #000000;
	background-color: White;
}

table.Cart tr td
{
  border-collapse: separate;
  border-spacing: 0;
  border-right: solid 1px dimgray;
  border-bottom: solid 1px dimgray;
}
table.Cart tr.Header
{
	font-weight: bold;
	background-color:  silver;
}
table.Cart tr.ColHeaders
{
	font-weight:bold;
	background-color: firebrick;
	color: White;
}

.Error
{
	color: firebrick;
	font-style: italic;
}

.Required:first-letter
{
	color: FireBrick;
	font-weight:bold;
}

/* -------- SAFETY AWARD ------ */
table.Safety
{
	background-color: #FFFFCC;
	border: solid 1px black;

}
table.Safety tr.NewSubCategory
{
	background-color: #F66013;
}
table.Safety tr.NewSubCategory td
{
	font-size: 110%;
	color: white;
	padding:  2px 0 4px 2px;
	font-weight: bold;
		border: solid 1px black;

}

table.Safety p
{
	color: #003B66;
	margin-bottom: 10px;
}



/* ----------------------------------------     NAV LIST --------------------------------------------- */
@media screen 
{
 #navcontainer
	{
	padding: 0;
	margin: 0;
	width: 100%;
	}
}
@media print 
{
 #navcontainer
	{
	display: none;
	}
}
#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	background: firebrick;
	width: 11em;
	height: 1.4em;
	padding: 0;
	margin: 0 0 0 0;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
}

#navcontainer ul li a:hover
{
	background: #cc9999;
	color: #4B3110;
}

#navcontainer a:active
{
	background: #cc9999;
	color: #4B3110;
}

#navcontainer li a:selected
{
	background: #f60;
	border: 1px solid #fff;
	color: #fff;
}
#navcontainer li a.disabled
{
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: normal 10px/18px verdana, lucida, sans-serif;
	font-weight: bold;
	background-color: #E4E7C2;

}

/*--------------------------------------------*/

/*------------ DATAGRID -------------*/


.DataGrid
{
	border-color: black;
}

.DataGridHeading
{
	color: black;
	font-weight:bold;
	background-color: silver;	
	border-style: none;	
	
}
.DataGridAltItem
{
	background-color: WhiteSmoke;
	vertical-align: top;
	border-style: none;
	
}
.DataGridItem
{
	background-color: White;
	vertical-align: top;
	border-style: none;
	
}

.DataGridAltItem2
{
	background-color: WhiteSmoke;
	vertical-align: top;
	border-bottom: dimgray 1px solid;
	
}
.DataGridItem2
{
	background-color: White;
	vertical-align: top;
	
	border-style: solid;
	border-color: Black;
	border-width: thick;
}

.DataGridSelected
{
	background-color: #ffffcc;
	vertical-align: top;
}