

html
{
 height:100%;
 font-size:1.25em;
}

body
{
 height:100%;
 font-size:55%;
 font-family:verdana,arial,helvetica,sans-serif;
 color:#333;
 padding:0;
 margin: 0;
 width: 1003px;
 background: #fef;
}

#pageContainer
{
 border-right: 1px solid #666;
 background-color: #fff;
}

/* Logo bar */
#logoBarContainer
{
/*
 background-image: url('/int/lb_repeat.gif');
 background-repeat: repeat-x;
 background-color: #c9c;
*/
 background-image: url("/int/lb-bg.png");
 background-repeat: repeat-x;
 background-color: #692d89;
 height: 100px;
}

#logoBarContentLinks, #logoBarContentLinks a
{
 color: #fff;
 vertical-align: top;
 padding-right: 3px;
 text-align: right;
 text-decoration:none;
 line-height: 18px;
 vertical-align: middle;
}

#logoBarContentLinks a:hover
{
 text-decoration: underline;
}

#logoBarContentLinks span
{
 font-weight: bold;
 font-size: 1.35em;
}

.button { margin: 2px; border: 2px outset #aaf; background-color: #ddf; font-size: 11px; text-align: center; color: #000; vertical-align: middle; padding: 4px;}
.button a { text-decoration: none; color: #333; font-weight: bold; }

/* Other header bars */
#thinPurpleBarTop
{
 background-color: #93c;
 border-top: 1px solid #fff;
 height: 8px;
}

#thinPurpleBarBottom
{
 background-color: #93c;
 background-image: url('/int/tb_bg.gif');
 background-repeat: repeat-x;
 height: 7px;
}

/* Search bar */
#searchBarContainer
{
 height: 33px;
 background-color: #ddd;
 background-image: url('/int/sb_bg.gif');
 background-repeat: repeat-x;
 border-top: 1px solid #666;
 border-bottom: 1px solid #666;
 z-index: -1;
}

#searchBarContent, #searchBarContent a
{
 vertical-align: top;
 text-decoration: none;
 color: #fff;
 padding: 0;
 margin: 0;
 margin-top: 3px;
 font-weight: bold;
 height: 27px;
 font-size: .95em;
}

#searchText
{
 border: 1px solid #333;
}

#searchSelect
{
 border: 1px solid #333;
}

#searchSubmit
{
}

.searchBarText
{
 position: relative;
 top: -8px;
}

/* Left Column */
#leftColumn
{
 background-color: #639;
 background-image: url('/int/col_bg.png');
 background-repeat: repeat-y;
 text-align: left;
 color: #fff;
 font-weight: bold;
 width: 198px;
 margin: 0;
}

#leftCategoriesHeadingContainer
{
 height: 63px;
 padding-left: 8px;
 background-color: #639;
 background-image: url('/int/col_top.png');
 background-repeat: no-repeat;
}

#leftCategoriesContentTitle
{
 font-size: 2em;
 font-weight: normal;
}

#leftCategoriesContentName
{
 font-size: 1.5em;
 font-weight: normal;
}

.leftCategories
{
 width: 187px;
}

.leftCategories ul
{
 margin: 0;
 padding: 0;
}

.leftCategories li
{
 list-style: none;
}

.leftCategories li a
{
 color: #fff;
 padding: 4px 0 4px 5px;
 text-decoration: none;
 display: block;
 font-size: .95em;
}

.leftCategories li a:hover
{
 background-color:#96f;
}

.leftCategories h1
{
 color: #ff9133;
 font-size: 1.2em;
 margin: 10px 0 0 5px;
 padding: 0;
 margin-top: 10px;
 border-bottom: 1px dotted #96f;
}

#leftColumnArticleHeading
{
 padding: 25px 5px 10px 5px;
 font-weight: normal;
}

#leftColumnCopyright
{
 background-image: url('/int/col_cr_bg.gif');
 background-repeat: repeat-y;
 font-weight: normal;
 padding: 0 10px 0 10px;
}

/* Center Content */
#contentColumn
{
 width: auto;
 text-align: left;
 padding: 5px;
 padding-right: 20px;
}

/* Footer Content */
#footerSeperatorBar
{
 background-image: url('/int/sb_bg.gif');
 background-repeat: repeat-x;
 border-top: 1px solid #666;
 border-bottom: 1px solid #666;
 height: 33px;
 margin-bottom: 10px;
 clear: both;
}

#footerNav
{
 clear: both;
 border: 1px solid #9cf;
 background-color: #f8f8f8;
 margin: 10px;
 margin-top: 0px;
 color: #06c;
}

#footerNav ul
{
 margin: 0;
 padding: 0;
}

#footerNav li
{
 list-style-position: inside;
}

#footerNav li a
{
}

#footerNav li a:hover
{
 background-color: #36f;
 color: #fff;
}

#footerBottomLinks, #footerBottomLinks a
{
 font-size: 1em;
 margin-bottom: 10px;
}

#footerBottomIcons
{
 margin-bottom: 10px;
}

#footerBottomBar
{
 background-color: #93c;
 background-image: url('/int/sb_bg.gif');
 background-repeat: repeat-x;
 border-top: 1px solid #666;
 border-bottom: 1px solid #666;
 height: 41px;
 background-position: bottom;
}

/* Standard html formatting */
table
{
 border-collapse: collapse;
}

img
{
 border: none;
}

a
{
 color:#06c;
 font-size: 1em;
}

a:hover
{
 color: #639;
}

a:visited
{
 color: #93c;
}

img
{
 border: none;
}

h1, h2, h3
{
 font-size: 1.2em;
 margin:0 0 10px;
 padding: 2px 0;
 color: #333;
}

h3
{
 font-size: 1.1em;
 background: #93c;
 color: #fff;
}

h3 a
{
 color: #fff;
}

h4
{
 display: inline;
 line-height: 30px;
 vertical-align: baseline;
 font-size: 1.2em;
}

input[type="text"], textarea, input[type="password"]
{
 border: 1px solid #333;
 padding: 1px 3px;
 margin-right: 5px;
}

input[type="submit"], input[type="button"]
{
 border: 2px outset #333;
 padding: 2px;
 font-weight: bold;
 font-size: 1em;
}

input[type="submit"]:hover, input[type="button"]:hover
{
 cursor: pointer;
 border: 2px inset #333;
 background-color: #eee;
}

input.input
{
 border: 1px solid #333;
 padding: 1px 3px;
 margin-right: 5px;
 width: 180px;
}

select
{
 border: 1px solid #333;
 margin-right: 5px;
}

h1 a
{
 color: #333;
}

/* Standard formatting classes */
.errorText
{
 color: #f3c;
}

.error
{
 width: auto;
 border: 1px solid #666;
 background-color: #f00;
 color: #fff;
 font-weight: bold;
 font-size: 1.1em;
 margin-bottom: 10px;
}

.breadcrumbContainer
{
 width: 100%;
 font-size: 1em;
 padding-bottom: 5px;
 background-image: url('/favicon.ico');
 background-repeat: no-repeat;
 padding-left: 20px;
 margin-top: 5px;
}

.breadcrumb
{
 color: #06c;
 font-size: .9em;
 margin: 0 4px;
 text-decoration: none;
 border-bottom: 1px dotted #9cf;
}

.breadcrumb_on
{
 color: #06c;
 font-size: .9em;
 margin: 0 4px;
 font-weight: bold;
 text-decoration: none;
 border-bottom: 1px dotted #9cf;
}

/* Content formatting classes */
div.headerBar
{
 width: auto;
}

.titleBar
{
 width: 100%;
 height: 25px;
}

.titleBar td
{
 width: 7px;
 height: 25px;
 background-color: #93c;
}

.titleBar th
{
 background-color: #93c;
 vertical-align: middle;
 font-weight: bold;
 font-size: 1.2em;
 color: #fff;
 height: 26px;
}

.titleBar img
{
 width: 7px;
 height: 25px;
}

.messageBox, .messageStackError, .messageStackWarning, .messageStackSuccess, .messageStackNotice
{
 margin: 10px;
 width: 600px;
 padding: 5px;
}

.messageStackError
{
 border: 5px solid #f00; /* red */
}

.messageStackWarning
{
 border: 5px solid #f60; /* orange */
}

.messageStackSuccess
{
 border: 5px solid #093; /* green */
}

.messageStackNotice
{
 border: 5px solid #fe0; /* yellow */
}

.buttonBarContainer
{
 width: 100%;
 background-image: url('/int/bb_bg.gif');
 background-repeat: repeat-x;
 border-top: 1px solid #666;
 border-bottom: 1px solid #666;
 height: 38px;
 margin: 0 auto;
 padding: 0;
}

.buttonBar
{
 width: 900px;
/* width: 806px; */
 
}

.moduleRow { }
.moduleRowOver { background-color: #b7b; cursor: pointer; }
.moduleRowSelected { background-color: #c9c; }

.shoppingCartQuickDisplay
{
 position:absolute; 
 visibility: hidden; 
 border: 5px solid orange; 
 background-color: white; 
 width: 300px; 
 padding: 8px;
}
.articleListng
{
  list-style-type: none;
  line-height: 1.5em;
}

.articleListing a
{
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5em;
}

.filterColumn a, .filterColumn b
{
	color: #fff;
}
.filterColumn b
{
color: #f90;
}

/* Start Products Specifications */
ul.specification_box {
  line-height: 1.5;
}

option, optgroup {
  text-decoration: none;
  font-style: normal;
  margin: 0;
  padding: 2px 2px 0 2px;
  font-family: Verdana, Arial, sans-serif;
}

.filter_count {
  font-weight: normal;
}

.no_results {
  color: #bbb;
}

.close {
  font-size: 75%;
  position: relative;
  top: -4px;
}

img.image_filter {  /* Applies to images used as filters */
  width: 20px;  /* Width of each image */
  height: 20px;  /* Height of each image */
  padding: 1px;  /* Padding between the category contents and the border */
  border: 1px solid #182d5c;  /* Border around each image */
  margin: 3px;  /* Margin between the image border and other objects */
  background: #ffffff;  /* Background color behind each image */
  float: left;  /* Don't change this */
}

.specs_box { /* Applies to the table surrounding the Specifications/tabs onproduct_info.php */
  width: 100%;
  background: #FFFFFF;
}

#variantsBlock {
}

#variantsBlockTitle {
  font-size: 10pt;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 10em;
}

#variantsBlockData {
  align: left;
}

.productInfoKey {
  font-size: 9pt;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.productInfoValue {
  font-size: 9pt;
  vertical-align: middle;
}

#productInfoPrice {
  font-size: 10pt;
  font-weight: bold;
  vertical-align: middle;
}


/* End Products Specifications */

 h1, h2, h3, h4
 {
  border: none;
  color: #c0c;
  font-weight: bold;
  background: none;
 }
 
 h1
 {
  font-size: 14pt;
 }
 
 h2
 {
  font-size: 13pt;
 }
 
 h3
 {
  font-size: 12pt;
 }
 
 h4
 {
  font-size: 11pt;
 }