/* THIS CSS SHEET IS FOR THE POPUP PRODUCTS LISTS SELECTED FROM THE PRODUCTS PAGE */

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}
/* this is the body style */
body {
	color: #FFFFFF;
	margin:0px; /* Need to set body margin and padding to get consistency between browsers. E8E8E8 525051*/
	text-align:left; /* Hack for IE5/Win */
	vertical-align: text-top;
	background-image: url(thomimages/background.gif); 
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}


h1 {
	font: normal 2em/normal Arial, Helvetica, sans-serif;
	color: #A82C20;
}

.bodysmallfont {
	font-size: 75%;
}
.bodysmallfont_hilite {
	color: #F67911;
	text-align: left;
}
html>body .bodysmallfont { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
 	font-size: 80%;
}
/*  */
 .productsmallfont {
	font-size: 70%;
}
html>body .productsmallfont { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
 	font-size: 75%;
}
/*  */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.hilite_body {
	color: #EE4C22;
}


/* this is the main container for the page holds the logo, navigation, content */
/* this is the body style */
.hdrTxt {
	color: #FFFFFF; /* Need to set body margin and padding to get consistency between browsers. E8E8E8 525051*/
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.addTxt {
	color: #F67911; /* Need to set body margin and padding to get consistency between browsers. E8E8E8 525051*/
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#navcontainer {
	height: 400px;
	width: 310px;
	padding: 5px;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;	
}
#lostHldr {
	width:320px;
	height:168px;
	text-align: center;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
#container {
	height: 610px;
	width: 810px;
	background-color: #333;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

/* this is the main wrapper for the page holds everything - allows for the site to maintain border */
#wrapper {
	height: 100%;
	width: 820px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* THE FOLLOWING IS FOR FLASH NAVIGATION AT THE TOP OF EACH PAGE */
#navbox {
	width: 800px;
	height: 600px;
	padding: 0px;
	background-image: url(thomimages/barenter2.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* THE FOLLOWING IS FOR FLASH announcement in THE SCHEDULE AT THE TOP OF EACH PAGE */
#soxbox {
	width: 305px;
	height: 60px;
	margin: 10px 10px 10px 5px;
	padding: 0px;
	text-align: center;
	float: left;
}
html>body #soxbox { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	width: 305px;
	height: 60px;	
}

/* this is the main container for the page holds the logo, navigation, content */
#productcontainer {
	height: 1%;
	width: 360px;
	padding: 5px 3px;
	position: relative;
	clear: both;
}
html>body #productcontainer { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	width: 360px;
	height: auto;
	
}

/*  */
.productlist {
	text-align: left;
	margin: 10px 20px;
	width: 300px;
	padding: 10px;
	height: 1%;
	vertical-align: text-top;
	float: left;
}
html>body .productlist { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	height: auto;
}
#productlistwide {
	text-align: left;
	margin: 10px 20px;
	width: 690px;
	padding: 10px;
	height: 1%;
	vertical-align: text-top;
	float: left;
	
}
html>body .productlistwide { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	height: auto;
}


/* this is the main container for the page holds the logo, navigation, content */
#productcontainermed {
	height: 500px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
html>body #productcontainermed { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	width: 450px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
}
/* this is the main container for the page holds the logo, navigation, content */
#productcontainerwide {
	height: 1%;
	width: 700px;
	padding: 0px 3px;
	position: relative;
	clear: both;
}
html>body #productcontainerwide { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
 	width: 700px;
	height: auto;
	padding: 0px;
}
/* this is the main wrapper for the page holds everything - allows for the site to maintain border */
#productwrapper {
	height: 90%;
	width: 365px;
	margin:50px auto 0px;
	background: #525051;
	text-align: left;
	border: 2px solid #CCCCCC;
}
/* this is the main wrapper for the page holds everything - allows for the site to maintain border */
#productwrappermed {
	height: 90%;
	width: 465px;
	margin:50px auto 0px;
	background: #000000;
	text-align: left;
	border: 2px solid #CCCCCC;
}
#productwrapperwide {
	height: 90%;
	width: 700px;
	margin:50px auto 0px;
	background: #FFFFFF;
	text-align: left;
	border: 2px solid #CCCCCC;
}
.spacebox {
	width: 340px;
	margin:0px 0px 10px; /* Right and left margin widths set to "auto" */
	text-align:left;
	height: 5px;
	padding: 0px 10px;
	clear: both;
}


/* THE FOLLOWING IS FOR section image */
#sectionboxp {
	width: 310px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left;
	height: 50px;
	padding: 5px 3px;
	clear: none;
	display: block;
	float: none;
}
html>body #sectionboxp { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	width: 275px;
	height: 50px;	
}

/* THE FOLLOWING IS FOR section image */


#bottomboxp {
	width: 330px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left;
	height: 35px;
	padding: 5px 3px;
	position: relative;
	clear: both;
}
html>body #bottomboxp { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	width: 300px;
	height: 35px;	
}

/* THE FOLLOWING IS FOR MISC. DIVS */
.spaceboxwide {
	width: 680px;
	margin:0px 0px 10px; /* Right and left margin widths set to "auto" */
	text-align:left;
	height: 10px;
	padding: 0px 10px;
	clear: both;
}
/* THE FOLLOWING  CSS IS FOR THE single COLUMNS of a SINGLE COLUMN PAGE */
.h1productbox {
	text-align: center;
	vertical-align: middle;
	height: 1px;
	width: 100%;
	visibility: visible;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
html>body .h1productbox { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	width: 100%;
	height: auto;
}

/* THE FOLLOWING  CSS IS FOR THE single COLUMNS of a SINGLE COLUMN PAGE */
.fulllistbox {
	text-align: left;
	vertical-align: text-top;
	margin: 10px 0px;
	padding: 0px 10px 0px 25px;
	height: 1%;
	width: 350px;
	display: block;
	clear: none;
	float: none;
}
html>body .fulllistbox { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	width: 320px;
	height: auto;
}
	
/* THE FOLLOWING  CSS IS FOR THE single COLUMNS of a SINGLE COLUMN PAGE */
.singlecolumn {
	height: 200px;
	width: 250px;
	vertical-align: top;
	float: left;
	text-align: left;
	margin: 10px 5px 5px 0px;
	padding: 0px 3px;
}
html>body .singlecolumn { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	height: 100px;
	width: 250px;
}



/* THE FOLLOWING  CSS IS FOR THE single COLUMNS of a SINGLE COLUMN PAGE */
.singleproductcolumnmed {
	height: 1%;
	width: 430px;
	vertical-align: top;
	float: none;
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;	
	
}
html>body .singleproductcolumnmed { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}


/* THE FOLLOWING  CSS IS FOR THE single COLUMNS of a SINGLE COLUMN PAGE */
.left2col {
	height: 1%;
	width: 100px;/* CSS HACK SO IE WILL READ WIDTH PROPERLY IE DOESNOT INCLUDE PADDING OR BORDERS IN MEASUREMENT */
	float: left;
	vertical-align: text-top;
	text-align: left;
	margin: 0px 5px 10px 0px;
	padding: 0px 0px 0px 10px;
}

html>body .left2col { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	width: 80px;
	height: auto;

}

/* THE FOLLOWING  CSS IS FOR THE single COLUMNS of a SINGLE COLUMN PAGE */
.right2col {
	height: 1%;
	width: 320px;/* CSS HACK SO IE WILL READ WIDTH PROPERLY IE DOESNOT INCLUDE PADDING OR BORDERS IN MEASUREMENT */
	vertical-align: top;
	float: left;
	text-align: left;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 5px;
}
html>body .right2col { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	float: left;
	width: 320px;
	height: auto;
}

/* THE FOLLOWING  CSS IS FOR THE single COLUMNS of a SINGLE COLUMN PAGE */
.left2widecol {
	height: 1%;
	width: 170px;/* CSS HACK SO IE WILL READ WIDTH PROPERLY IE DOESNOT INCLUDE PADDING OR BORDERS IN MEASUREMENT */
	float: left;
	vertical-align: text-top;
	text-align: left;
	margin: 0px 5px 10px 0px;
	padding: 0px 0px 0px 25px;
}

html>body .left2widecol { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	width: 150px;

}

/* THE FOLLOWING  CSS IS FOR THE single COLUMNS of a SINGLE COLUMN PAGE */
.right2widecol {
	height: 1%;
	width: 490px;/* CSS HACK SO IE WILL READ WIDTH PROPERLY IE DOESNOT INCLUDE PADDING OR BORDERS IN MEASUREMENT */
	vertical-align: top;
	float: left;
	text-align: left;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 5px;
}
html>body .right2widecol { /* CSS HACK SO ALL OTHER BROWSERS WILL READ WIDTH PROPERLY */
	float: left;
	width: 500px;
	height: auto;
}

/* THE FOLLOWING  CSS IS FOR THE single COLUMNS of a SINGLE COLUMN PAGE */


.listsmallfont {
	font-size: 75%;
}
.listsmallfont_hilite {
	color: #FE4110;
}
.productcolumn {
	height: 1%;
	width: 330px;
	vertical-align: top;
	text-align: left;
	margin: 0px 0px 10px;
	padding: 0px 15px 0px 10px;
	clear: both;
	

}
#loftbox {
	width: 140px;
	height: 60px;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
