body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(UI/PP_Strip.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

@media print {
	#container #top_strip {
		display: none;
		}
	#container #top_strip a { display: none; }
	#container #header { display: none; }
	#menu { display: none; }
	#menu a { display: none; }
	#brand_bar { display: none; }
	#brand_bar select  { display: none; }
	#brand_bar input  {	display: none; }
	#container { width: 95%; }
	##container #mainContent { position: static; width: 95%; }
	#container #mainContent .products { width: 95%; }
	#footer{ display: none; }

}



@media screen {
#container #top_strip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #234;
	background-image: url(ui/top_strip.jpg);
	height: 20px;
	width: 780px;
	}
	
	#container #top_strip a {
		color: #9ab;
		width: auto;
		font-weight: bold;
		text-decoration: none;
		border-right: 1px #9ab solid;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		padding-top: 2px;
		padding-right: 10px;
		padding-bottom: 2;
		padding-left: 10px;
	}

	#container #top_strip a:hover {
		text-decoration: underline;
	}
 
	#container #header {
		font-size: 12px;
		color: #FF0000;
		background-image: url(UI/course.jpg);
		height: 120px;
		width: 780px;
		position: relative;
	}


	#menu {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #fff;
		background-color: #567;
		padding: 3px;
		height: 35px;
		width: 774px;
		position: relative;
		display: block;
	}

	#menu a  {
		color: #fff;
		padding: 5px 8px 0 8px;
		width: auto;
		font-weight: bold;
		text-decoration: none;
		border-right: thin #fff solid;
		float: left;
		z-index: auto;
		clear: none;
		display: block;
	}
	#menu a:hover { text-decoration:underline; }
	
	#brand_bar {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #033;
		/*background-color: #d03;*/
		background-image:url(UI/glass_bar.jpg);
		background-repeat:no-repeat;
		padding: 0px;
		height: 26px;
		width: 780px;
		clear: both;
		position: relative;
		display: block;
	}
	
	#brand_bar select  {
		color: #033;
		width: auto;
		font-weight: normal;
		text-decoration: none;
		margin-right: 35px;
		float: right;
		clear: none;
		margin-top: 5px;
	}
	#brand_bar input  {
		color: #033;
		width: auto;
		font-weight: normal;
		text-decoration: none;
		margin-right: 35px;
		float: right;
		clear: none;
		margin-top: 3px;
	}
	#container {
		width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		background-color: #FFFFFF;
		text-align: left; /* this overrides the text-align: center on the body element. */
	}

	#mainContent {
		border-top-width: 2px;
		border-right-width: 2px;
		border-left-width: 2px;
		border-top-style: solid;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #223344;
		border-left-color: #223344;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 0;
		width: 756px;
		margin: 0px auto;
	}
	
	#container #mainContent .products {
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFFFFF;
		display: block;
		/*clear: left;*/
		float: none;
		height: auto;
		width: 540px;
	}
	#footer{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		background-image:url(ui/Footer_Grade_.jpg);
		background-repeat:repeat-x;
		text-align:center;
		clear: both;
		height: 180px;
		width: auto;
		font-weight: bold;
	}
	#footer a {
		color: #FFFFFF;
		padding: 5px 10px 5px 10px;
		width: auto;
		font-weight: bold;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	#footer a:hover {
		text-decoration:underline;
		color:#333333;
	}
	#footer #mid {
		width: 780px;
		height: 178px;
		background-image: url(UI/Main_Bottom_.jpg);
		margin-right: auto;
		margin-left: auto;
	}
 
	#container #header #logstatus {
		font-size: small;
		font-weight: normal;
		color: #345483;
		text-decoration: none;
		text-align: right;
		float: right;
		margin-top: 0px;
		margin-right: 20px;
		width: auto;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	
}

#container #mainContent #messager {
	width: 89%;
	margin: 10px auto;
	clear:  both;	
	border: 3px double #990;
	padding: 5px;
	font: small Tahoma, Geneva, sans-serif;
	color: #038;
}
#container #mainContent #messager a { color: #05a }
#container #mainContent #messager a:hover { color: #08c }

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #556677;
}
h3 { text-transform: uppercase; }
#container #mainContent #messager #sam_enter {
	width: auto;
	padding: 0 5px;
	float: left;
	border-right: 1px solid #ccf;
}

#container #mainContent h3 {
	font-size: 16px;
	font-weight: bold;
}




#container #mainContent #main_bottom {
	background-image: url(UI/Main_Bottom.jpg);
	clear: both;
	float: none;
	height: 78px;
	width: 780px;
}
.logtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: none;
}
.logtable tr {
	height: 26px;
}
#logger {
	width: 530px;
	margin: auto;
}
#container #mainContent .Product_Link #heading {
	display: block;
	height: 35px;
	width: 180px;
	background-image: url(UI/heading.jpg);
	background-repeat: no-repeat;
	padding-left: 1em;
	padding-top: 1ex;
}

.ErrorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#container #mainContent #left_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFF00;
	width: 200px;
	margin: 0px;
	padding: 5px;
	height: auto;
	position: relative;
	left: 0px;
	top: 148px;
}
.Product_Link   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
.Product_Link  a   {
	display: block;
	height: auto;
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 11px;
	border-bottom: 1px solid #cdc;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}
.Product_Link  a:hover   {
	background-color: #CBD7DE;
	text-decoration: none;
}
#container #mainContent .products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#container #mainContent .products a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#container #mainContent .products a:hover {

	color: #993333;
	text-decoration: none;
}
.thumbnail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #336699;
	height: auto;
	width: 720px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}

.selected {
	color: #FF5533;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	border-right: thin #FFF solid;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}




#container #mainContent .brand_list {
	float: left;
	width: 100%;
	height:25px;
	margin: 5px 0px;
	text-align: center;
	background-image: url(UI/br_ui_bk.png);
	background-repeat: repeat-x;
	border: none;
	font-size: medium;
	font-weight: bold;
	color: #069;
}
#container #mainContent .brand_list a {
	text-decoration: none;
	color: #038;
}
#container #mainContent .brand_list a:hover {
	text-decoration: underline;
	color: #d00;
}

#container #mainContent .item_cell {
	clear: none;
	float: left;
	width: 190px;
	height: 190px;
	margin: 25px;
	text-align: center;
	border: 1px solid #CDD;
}
#container #mainContent .item_cell image { border: none }




.item {
	width: 190px;
	height: 190px;
	clear: none;
	float: left;
	margin: 10px 25px;
	text-align: center;
	border: 1px solid #CDD;
}
.thumbnail td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #336699;
	height: auto;
	width: 220px;
	margin: 5px;
	padding: 5px;
}
.thumbnail caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background-color: #003366;
	height: 26px;
	width: auto;

}


.link_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	border: none;
	display: block;
	height: auto;
	width: auto;
	border: 0px;
	background:none;
}
.link_button hover {
position:relative;
top: 1px; left: 1px;
}

.item h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.viewbox a{
	font-size: 9px;
	color: #000066;
	background-image: url(UI/remove.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	text-align: left;
	vertical-align: middle;
	padding-left: 3ex;
	text-decoration: none;
}
.viewbox a:hover{
	text-decoration: underline;
}

.viewbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
.viewbox th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.viewbox td {
	color: #666666;
	text-align: left;
}
.viewbox caption{}


.red {
	color: #FF0000;
}
#container #mainContent .pager {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 0;
}

#container #mainContent .pager a, a:visited {
	text-decoration: underline;
	color: #000000;
}
	
#container #mainContent .pager a:hover {
	color: #F00;
}

#container #mainContent .pager tr  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 0;
}

#container #mainContent .pager td a, a:visited {
	text-decoration: underline;
	color: #000000;
}
	
#container #mainContent .pager td a:hover {
	color: #F00;
}

#container #mainContent .pager .sortby {
	clear: none;
	float: left;
	width: 120px;
}




#container #header #logstatus a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #345483;
	text-decoration: none;
	width: auto;
	display: inline;
	background: none;
	text-align: right;
}
#container #header #logstatus a:hover {
	text-decoration: underline;
	width: auto;
}
	
#container #header img {
	border: none;
}

#container #header #search {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00CCFF;
	clear: none;
	float: right;
	position: inherit;
	background-position: bottom;
}

.viewtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	border: none;
}
.viewtable th {
	font-weight: bold;
	color: #000000;
	background-color: #CCFFCC;
	border: 1px solid #003366;
}
.viewtable tr {
	font-size: 9px;
	color: #003366;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
}
.viewtable tr.alt{
	font-size: 9px;
	color: #0;
	background-color: #DDF;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
}
.viewtable tr.warn {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
.viewtable caption {
	background-color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
}

.viewtable input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 9px;
	color: #354748;
	height: 15px;
	background-color: #FFFFFF;
}

#pager {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bb0000;
	background-color: #EEEEFF;
	display: block;
	height: 45px;
	width: 780px;
	overflow: auto;
	clear: both;
}
#pager a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	height: auto;

}
#pager a:hover {
	font-weight: bold;
	color: #FF0000;
}
.big_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009;
	text-decoration: underline;
}
.tabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #786;
	clear: none;
	float: left;
	height: 20px;
	width: 720px;
}
.tabs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #786;
	clear: none;
	float: left;
	width: auto;
	border-top: 2px solid #033;
	border-right: 2px solid #033;
	border-left: 2px solid #033;
	text-decoration: none;
	text-align: center;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.plain_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333;
}
#show_more {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	clear: none;
	float: left;
}
#hidden_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333;
	display: none;
}
#promoitem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #039;
	background-color: #FFF;
	display: block;
	padding: 2px;
	clear: none;
	float: left;
	height: auto;
	width: 680px;
	cursor: hand;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 17px;
}
.promoimage {
	clear: left;
	float: left;
	height: auto;
	width: 280px;
	padding-right: 10px;
	border: thin solid #006;
}
.promodesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	clear: none;
	float: right;
	height: auto;
	width: 380px;
	background-color: #ccd;
	display: block;
	margin: 5px;
	padding: 10px;
}
.promoitem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	clear: none;
	float: right;
	height: auto;
	width: 380px;
	display: block;
	border-bottom: 1px solid #006;
	margin: 5px;
	padding: 10px;
}
#frmsearch { 
	color: #039; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	}
#frmsearch .wideinp {
	display: block;
	width: 220px;
	height: 20px;
	margin: 0px;
	border: 1px solid #898;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.widesel {
	color: #039;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	background-color: #ffc;
	color: #f00;
	display: block;
	width: 220px;
	height: expression( this.scrollHeight > 156 ? "157px" : "auto" ); /* sets max-height for IE */
	max-height: 156px; /* sets max-height value for all standards-compliant browsers */
	margin: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	border-right: 1px solid #898;
	border-bottom: 1px solid #898;
	border-left: 1px solid #898;
	position: relative;
	left: 0px;
	top: -1px;
	z-index: 1000;
}

#frmsearch #results .widesel a {
	display: block;
	color: #039; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: 220px;
	height: auto;
	float: left;
	overflow-x: hidden;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
#frmsearch #results .widesel a:hover {
	color: #000;
	background-color: #ddb;
}

