div.autosuggest
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
text-decoration:underline
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}


.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#controlpanel{ height:850px; display:none; position:absolute; width:950px; background-color:#FFFFFF; top:0px;border-left:2px solid#666666;border-right:2px solid #666666;border-bottom:4px solid #666666;margin-bottom:10px}
#controlpanelnav{ background-color:#103f63;color:#FFFFFF; font-weight:bold; height:85px;margin:0px auto;padding:5px; background-position:center}
#controlpanelnav a{color:#FFFFFF; font-weight:bold}

a.img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	color: #0055a2; 
	text-decoration: none;
} 
a:hover {
	color: #0055a2;
	font-weight: normal;
	text-decoration: underline;
}

td .poll {
	color: #000000;
}
a.category:link, a.category {
	color:#0055a2;
}

div.componentheading {
  margin-top: 10px;
  padding-left: 0px;
}

h3, .componentheading, table.moduletable th {
	margin: 0;
		color: #03208d;
	font-weight: bold;

	margin-bottom: 5px;
	padding-left: 4px;
}
a.readon, a.readon:hover{
	margin-top: 10px;
	display: block;
	float: right;
	text-indent: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 14px;
	height: 16px;
}
.contentheading {
	font-family: Trebuchet MS, "Lucida Grande", Arial, Verdana,sans-serif;
	font-size: 18px;
	color: #03208d;
	width: 100%;
	font-weight: bold;
	line-height: 31px;
	height: 31px;
	padding: 0px;
}
.contentheading a:link, .contentheading a:visited {
	font-weight: bold;
	text-decoration: none;
}

.contentheading a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
table.blog td.contentheading {
  padding: 0px;
  margin: 0px;
}
table.contenttoc {
  margin: 0px;
  border: 1px solid #ccc;
  padding: 0px;
}

table.contenttoc td {
  padding: 0 5px;
}
td.buttonheading {
	height: 16px;
	width: 16px;
	padding-right: 2px;	
}

td.sectiontableheader {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../styleImages/sectbhdr.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding: 4px;
}

tr.sectiontableentry1 td {
	padding: 4px;
	color: #333333;
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
tr.sectiontableentry2 td {
	padding: 4px;
	color: #333333;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
td.sectiontableentry1 {
	padding: 3px;
	color: #333333;
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
td.sectiontableentry2{
	padding: 3px;
	color: #333333;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.sectiontableentry2 a  {
	color: #0055a2;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
.sectiontableentry1 a  {
	color: #0055a2;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
.sectiontableentry2 a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.sectiontableentry1 a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
table.contentpaneopen, table.contentpane {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

table.moduletable {
	width: 100%;
}

div.moduletable {

}

.createdate,.modifydate,.small {
	color:#BFBFBF;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	height: 20px;
	vertical-align: top;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}
#page_bg {
	height: 100%;
	background-color: #999999;	/* background: url(../styleImages/bg.jpg) repeat-x fixed; */
}
table#main {
	text-align: left;
	padding: 0px;
}
#main_bottom {
	height: 40px;
    color: #FFFFFF;
	background-color: #000000;
	line-height: 30px;
	text-align: center;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}
div.center {
  text-align: center;
  padding-top:5px;
}
h1 {

	color: #000000;
	line-height: 125%;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #000000;
	line-height: 125%;
}
div.blog_more {
  margin-top: 30px;
}
li.latestnews a:link,li.latestnews a:visited,li.mostread a:link,li.mostread a:visited {
  line-height      : 20px;
  padding-left     : 0px;
  padding-top      : 0px;
  text-decoration: none;
  list-style: none;
}
li.latestnews a:hover,li.mostread a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}
.pagenav {
	line-height: 50px;
}
.pagenav_prev {
	line-height: 50px;
	font-weight: normal;
}
.pagenav_next {
	line-height: 50px;
	font-weight: normal;
}
#header {
	height: 99px;
	width: 100%;
	background: #000 url(../styleImages/logo_header.gif) no-repeat;
}
#title {
	padding-top: 30px;
	padding-left: 80px;
	text-align: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
}
#search {
    margin-top: 35px;
	float: right;
	padding-right:10px;
}
#nav {
	float: right;
	height: 40px;
	width: 485px;
	padding-top:10px;
}
ul {
	padding: 0;
	margin: 0;
	padding-left: 1.6em;
}


#left .moduletable h3, #left .module h3, #user2 .moduletable h3, #user2 .module h3, #user4 .moduletable h3, #user4 .module h3 {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: left;
	text-indent: 5px;
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-bottom: 7px;
	line-height: 31px;
}
#left .module {
	width: 163px;
	background: #333;
    border: 1px solid #93ca41;
	margin-bottom: 50px;
	padding-right: 0px!important;
	padding-right: 0px;
}

#user2 .module {
	width: 170px;
	margin-bottom: 10px;
	padding-right: 0px!important;
	padding-right: 0px;
	float: left;
	margin-left: 10px;
}
#user4 .module {
	width: 300px;
    border: 1px solid #c5c5c5;
	margin-bottom: 10px;
	padding-left: 0px!important;
	padding-left: 0px;
	float: left;
	margin-left: 50px;
}
#left .module div, #user4 .module div {
  background: #F2F2F2;
}
#left .module div div {
	background: url(../styleImages/mainmenubg.jpg) top left repeat-x;
	padding-top: 0px;
	padding-right: 0px!important;
	padding-bottom: 0px;
	padding-left: 0px;
}
#user4 .module div div {
	background: url(../styleImages/mostpopularbg.jpg) top left repeat-x;
	padding-top: 0px;
	padding-right: 5px!important;
	padding-bottom: 0px;
	padding-left: 5px;
}
#user2 .module div div {
	background: url(../styleImages/latestnewsbg.jpg) top left repeat-x;
	padding-top: 0px;
	padding-right: 0px!important;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_cell {
	border-left: 1px solid #c5c5c5;
}
#user2 .module div div div, #user4 .module div div div {
  background: none;
  padding: 0;
  width: auto !important;
  width: 100%; 
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav li {
	float:left;
	height: 30px;
	margin-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-left: 1px solid #FFF;
}

#nav li a {
	float:left;
	display:block;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#nav li a:hover {
    color: #00d300;  
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	text-align: left;
	height: 24px;
	line-height: 26px;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 13px;
}
a.mainlevel:hover {
	color: #93ca41;
	border-right: 5px solid #93ca41;
}
a.mainlevel#active_menu {
	color: #333;
		background: #F2F2F2;
}
a.mainlevel#active_menu:hover {
}
	a.sublevel:link, a.sublevel:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	background: #F2F2F2;
	line-height: 12px;
    padding-left: 13px;
	margin-bottom: 4px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 4px;
	color: #FFF;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 0px solid #999999;
	font-weight: normal;
	background-color: #0055a2;
	margin-left: 3px;
}
div#search .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 4px;
	color: #FFF;
	text-align: center;
	padding-bottom: 1px;
	padding-left: 4px;
	border: 0px solid #999999;
	font-weight: normal;
	background-color: #000;
	margin-left: 3px;
}

hr {
	height: 1px;
	width: auto;
	background-color: #333333;
}
.inputboxlet {
	width: 140px;
}
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0055a2;
	text-decoration: underline;
	font-weight: bold;
}
.validate a:link,.validate a:visited {
	color: #3399FF;
	font-size:0.9em;
	margin:0;
	padding:0;
}
#corporate {
	background: #084b8b url(../styleImages/corporate.jpg) no-repeat;
	margin-left: 0px;
	height: 135px;
	width: 100%;
}
#colorbar {
	width: 100%;
	background: #5998dd;
	height: 20px;
	line-height: 21px;
	text-indent: 5px;
}
#user3 {
	width: 300px;
	margin-left: 30px;
	padding-top: 10px;
	height: 135px;
}
#user3 h3 {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#user3 td {
	color: #FFF;
}
div#user4 li, div#user2 li  {
	list-style: none;
	list-style-image: none;
}
div#user4 ul, div#user2 ul {
	list-style: none;
	list-style-image: none;
}
div#user4 a:link, div#user4 a:visited {
	color: #53a2ef;
	font-weight: bold;
	font-size: 12px;
	font-family: trebuchet ms, Tahoma, Arial;
}
div#user4 a:hover {
	color: #00d300;
	text-decoration: none;
}
div#user2 a:link, div#user2 a:visited {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: trebuchet ms, Tahoma, Arial;
}
div#user2 a:hover {
	color: #53a2ef;
	text-decoration: none;
}

<!-- Cube Cart stuff -->
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 5px;
	border: 2px solid #333333;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 68px;	
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #93ca41;

	height: 15px;
	border-top: 1px solid #93ca41;
	border-left: 1px solid #93ca41;
	border-right: 1px solid #93ca41;
	padding-left: 5px;
	
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #93ca41;
	background-color: #CEE0F2;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.boxContentLeft ul{	list-style:none;}
.boxContentLeft ol, ol li {margin:0px;padding:0px}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
	
}
.colMid {
	position: relative;
	width: 403px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */

#searchform {margin-bottom:10px;}
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCatsWrapper { text-align:center}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 5px auto;
	padding: 3px;
	
	width: 95%;

}
.subCat {	
	text-align: center;
	padding: 8px;
border-bottom: 1px solid #C9CEFC;


}
.cat-hover, #subCatsWrapper tr:hover {
	background-color: #F9FAFF;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}
#searcharea{ color:#FFFFFF !important; text-align:right;padding-right:10px;padding-top:5px}
