/* CORE */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.menu {width:800px; height:25px; font-size:11px; position:relative; z-index:100; alink:#white }

/* hack to correct IE5.5 faulty box model */
* html .menu {width:800px; w\idth:800px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#white; width:138px; height:25px; border:1px solid #7f7f7f; border-width:1px 0 1px 1px; background:90A3D4; padding-left:10px; line-height:24px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#90a3d4;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#efefef;}
.menu ul ul :hover > a.drop {background:#efefef;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#90a3d4;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#efefef;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;border-top:0px solid #7f7f7f;}

/* another hack for IE5.5 */
* html .menu ul ul {top:23px;t\op:24px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#90a3d4; color:white; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 0px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
  color:#747474;
  //background:#efefef;
}
.menu :hover > a, .menu ul ul :hover > a {
  color:#747474;
  //background:#efefef;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

A.top:link, A.top:visited, A.top:active {background:#white;color:#white;}
A.top:hover {background:#90a3d4;color:white;}


html {
	}

body {
	margin:10px 10px 10px 10px;
	color: #000000;
	background-color: #ffffff;
	padding:0px;
	align:center;
	}

p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-align: left;
	}

td {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	}

th {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        color: #ffffff;
	background-color: #90A3D4;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 20px;
	letter-spacing: 0pt;
	font-weight: bold;
        color: #90A3D4;
	}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 18px;
	letter-spacing: 0pt;
	padding: 0px;
	font-weight: bold;
        color: #90A3D4;
        text-transform:lowercase;
	}

h3 {
	text-align: left;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #6078A8;
	}

h4 {
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #666666;
	border-left: 0px solid #000000;
	font-size: 14px;
	letter-spacing: 0pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 8px;
	color: #000000;
        background: #CCCCCC;
	}

h5 {
	font-size: 12px;
	letter-spacing: 1pt;
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 1.25em;
	letter-spacing: 3pt;
	padding: 0px;
	font-weight: bold;
	}

img {
	display: block;
	border:0;
	}

img.inline {
	display: inline;
	border:0;
	}

#top_nav {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	}

#breadcrumb {
	font-size: 12px;
	font-weight: normal;
	padding: 2px 2px 2px 0px;
        text-transform:lowercase;
	}

#area_top {
	border-top: 0px solid #666666;
	border-left: 0px solid #666666;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #666666;
	}

#area_middle_left {
	border-top: 0px solid #000000;
	border-left: 0px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 0px solid #666666;
	text-align: center;
	padding: 0px 0px 8px 0px;
	font-weight: bold;
	line-height: 1.5;
	}

#area_middle_right {
	border-top: 0px solid #666666;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	padding: 2px 0px 8px 0px;
	}

#area_middle_right p {
	text-align: left;
	font-weight: normal;
	line-height: 1.5;
	padding: 0px 8px 0px 8px;
	}

.category_button {
	text-align: left;
	}

.category_button_on {
	text-align: left;
	}

{*
.sitesearch_btn {
	display:inline; display:inline-block;
	width:25px;
        height:22px;
	margin:0.2em; padding:1px;
	font-size:11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:#cdf;
	color:#333;
	border: thin ouset #cccccc;
	vertical-align:middle;
        horizontal-align:right;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
	}
.addtocart_btn {
	display:inline; display:inline-block;
	width:100px;
	margin:0.0em; padding:0px;
	font-size:11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:#cdf;
	color:#333;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid black;
	border-right:1px solid black;
	vertical-align:bottom;
        horizontal-align:right;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
	}
.addtocart_btn[class] {
	width:auto;
	}
.addtocart_btn strong {
	font-weight:bold;
	background:white;
	color:#06c;
	}
.addtocart_btn:hover { background:black; color:white; text-decoration: none;}
.addtocart_btn:hover strong { background:#ccc; color:black;  }

.btnstyle1 { background:#666666; color:white; }

.btnstyle2 { background:#e1e1e1; color:black; }
*}

#product_panel .buy_button {
	padding: 8px 8px 8px 8px;
	text-align: right;
	}

#product_panel .price, .units {
	padding: 0px 8px 0px 8px;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 1pt;
	}

#prev_next {
	text-align: right;
	padding: 0px 8px 0px 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1pt;
	}


#product_panel {
	padding: 8px 8px 8px 8px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#product_thumbnail {
	padding: 8px 8px 8px 8px;
	border-right: 0px dotted #000000;
        width: 150px;
	}
	
	
.strike {
          text-decoration: line-through 
	}

.leftnav {
         	font-size: 16px;
		font-weight: normal;
		color: #ffffff;
		background: transparent;
              }


.productprice {
         	font-size: 12px;
		font-weight: normal;
		color: black;
		background: transparent;
              }

.prodshipweight {
         	  font-size: 12px;
		  font-weight: normal;
		  color: black;
		  background: transparent;
		}

.largetext {
         	font-size: 16px;
		font-weight: bold;
		color: #808080;
	     }

.normaltext {
         	font-size: 12px;
		font-weight: normal;
		color: #575656;
	     }

.formtext {
         	font-size: 12px;
		font-weight: normal;
		color: black;
	     }

.smalltext {
         	font-size: 11px;
		font-weight: normal;
		color: #808080;
	}

.xsmalltext {
         	font-size: 10px;
		font-weight: normal;
		color: #808080;
	}
	
.frame {
    border-top: 1px solid #504949;
	border-left: 1px solid #504949;
	border-bottom: 1px solid #504949;
	border-right: 1px solid #504949;
	text-align: center;
	padding: 0px 0px 0px 0px;
	width: 960px
	}
		
.footer {
         	font-size: 12px;
		font-weight: normal;
		color: #ffffff;
	     }	
	
.footer A:link {color: #ffffff; text-decoration: none; }
.footer A:visited {color: #ffffff; text-decoration: none; }
.footer A:active {color: #ffffff; text-decoration: none; }
.footer A:hover {color: #ffffff; text-decoration: underline; }		

#checkoutPanel {
	padding: 16px 16px 16px 16px;
	}

#checkoutPanel td{
	padding: 5px 5px 5px 5px;
	}

#checkoutPanelBar{
	padding: 5px 5px 5px 5px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
        background-color: #90A3D4;
        color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	}

#checkoutPanelBar2{
	padding: 5px 5px 5px 5px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
        background-color: #90A3D4;
        color: #ffffff;
	font-weight: bold;
	}

#checkoutPanelWarning {
	color: white;
	background-color: #ff0000;
	}

#checkout_panel table{
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #90a3d4;
	border-bottom: 1px solid #90a3d4;
	border-left: 1px solid #90a3d4;
	border-right: 1px solid #90a3d4;
	}

#shipCalcPanelBar{
	padding: 5px 5px 5px 5px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
        background-color: #90A3D4;
        color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	}

#shipCalcPanelBar table{
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#shipCalcPanelBar td{
	padding: 5px 5px 5px 5px;
	}

#shipCalcPanelBar a{
	font-weight: bold;
        color: #efefff;
	}


#cartHelpText{
         	font-size: 12px;
		font-weight: normal;
		color: black;
	}

#area_middle_wholesale {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 8px 8px 8px 8px;
	}

#wholesaleTableBorder{
	border-top: 0px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	}

#wholesaleCategoryRow{
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
        background-color: #90A3D4;
        color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
        text-align: center;
	}

#wholesaleSubCategoryRow{
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
        background-color: #ccc088;
        color: #666666;
	font-size: 0.80em;
	font-weight: bold;
        text-align: center;
	}

#wholesaleTitleRow{
	padding: 3px 3px 3px 3px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
        background-color: #ccc594;
        color: #666666;
	font-size: 0.75em;
	}

#wholesaleProdParentRow{
        background-color: #90A3D4;
        color: #666666;
	font-size: 0.75em;
        font-weight: bold;
	}

#wholesaleProdParentRow td{
	border-top: 1px solid #aaaaaa;
	border-bottom: 0px solid #666666;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	}


#wholesaleProdChildRow{
	padding: 10px 5px 5px 5px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
        background-color: #90A3D4;
        color: #666666;
	font-size: 0.75em;
	}

#wholesaleText{
        background-color: #ffffff;
        color: #666666;
	font-size: 0.75em;
        font-weight: bold;
	}

#wholesaleHeaderText{
        background-color: #ffffff;
        color: #666666;
	font-size: 0.85em;
        font-weight: bold;
	}

#footer_text {
         	font-size: 12px;
		font-weight: normal;
		color: black;
                text-align:center;
	}


A:attribute,a:visited {
	color: #ffffff;
	text-decoration: none;

	font-weight: normal;
        font-size:12px;
	}







a:link,a:visited {
	color: #6078A8;
	text-decoration: none;

	font-weight: normal;
        font-size:12px;
	}

a:hover,a:active {
	color: #3F67D0;
	text-decoration: underline;
	font-weight: normal;
        font-size:12px;
	}

A.menu_links:link,A.menu_links:visited {
        color: #6078A8;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        text-decoration: underline;
        font-size:12px;
}

A.menu_links:hover,A.menu_links:active {
        color: #3F67D0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        text-decoration: underline;
        font-size:12px;
}

A.sidebar:link,A.sidebar:visited {
        color: #6078A8;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        text-decoration: none;
	font-weight: normal;
        font-size:11px;
}

A.sidebar:hover,A.sidebar:active {
        color: #3F67D0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        text-decoration: underline;
	font-weight: normal;
        font-size:11px;
}



A.bottom_links:link,A.bottom_links:visited {
        color: #6078A8;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        text-decoration: none;
        font-size:12px;
}

A.bottom_links:hover,A.bottom_links:active {
        color: #3F67D0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        text-decoration: underline;
        font-size:12px;
}

A.mainarea_links:link,A.mainarea_links:visited {
        color: #6078A8;
        font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        text-decoration: none;
}

A.gateway_links:link,A.gateway_links:hover,A.gateway_links:active,A.gateway_links:visited {
        color: #90A3D4;
        font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: underline;
}

.dynamic_qty {
 background: transparent;
 border: 0px;
 width: 60px;
 font-weight: bold;
 font-size: 12px;
 font-weight: bold;
 color: black;
 background: transparent;
}



#popitmenu{
 position: absolute;
 background-color: white;
 border:1px solid black;
 font: normal 12px Verdana;
 line-height: 18px;
 z-index: 100;
 visibility: hidden;
}

#popitmenu a{
 text-decoration: none;
 padding-left: 6px;
 color: black;
 display: block;
}

#popitmenu a:hover{ /*hover background color*/
 background-color: #e1e1e1;

#parentcat { line-height: 2; }
#catimg { vertical-align: top; }
#siteprod { color: black; font-weight: normal; }
#subcat { font-weight: normal; }}

/* Calendar Popup Styles */
.cpYearNavigation,.cpMonthNavigation {
  background-color:#C0C0C0 !important;
  text-align:center !important;
  vertical-align:center !important;
  text-decoration:none !important;
  color:#000000 !important;
  font-weight:bold !important;
}

.cpDayColumnHeader, .cpYearNavigation, 
.cpMonthNavigation,.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,.cpOtherMonthDate,
.cpOtherMonthDateDisabled,.cpCurrentDate,
.cpCurrentDateDisabled,.cpTodayText,
.cpTodayTextDisabled,.cpText {
  font-family:arial !important;
  font-size:8pt !important;
}

TD.cpDayColumnHeader {
  text-align:right !important;
  border:solid thin #C0C0C0 !important;
  border-width:0px 0px 1px 0px !important;
}

.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  {
  text-align:right !important;
  text-decoration:none !important;
}

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled {
  color:#D0D0D0 !important;
  text-align:right !important;
  text-decoration:line-through !important;
}

.cpCurrentMonthDate, .cpCurrentDate {
  color:#000000 !important;
}

.cpCurrentMonthDate:hover, .cpCurrentDate:hover {
  background: cyan !important;
  /* border: 1px solid black !important; */
  color:#000000 !important;
}

.cpOtherMonthDate {
  color:#808080 !important;
}

.cpOtherMonthDate:hover {
  background: cyan !important;
/*  border: 1px solid black !important; */
  color:#000000 !important;
}


TD.cpCurrentDate {
  color: black !important;
}

TD.cpCurrentDateDisabled {
  border-width:1px !important;
  border:solid thin #FFAAAA !important;
}

TD.cpTodayText, TD.cpTodayTextDisabled {
  border:solid thin #C0C0C0 !important;
  border-width:1px 0px 0px 0px !important;
}

A.cpTodayText, SPAN.cpTodayTextDisabled {
  height:20px !important;
}

A.cpTodayText {
  color:black !important;
}

.cpTodayTextDisabled {
  color:#D0D0D0 !important;
}

.cpBorder { 
  border:solid thin #808080 !important; 
}

.clear {clear:both; height:0px;}


 


/*Rounded corners for tab navbar    */
.raised {
  background:transparent; 
  width:545px;
  }
.raised h1, .raised p {
  margin:0 10px;
  }
.raised h1 {
  font-size:2em; 
  color:#fff;
  }
.raised p {
  padding-bottom:0.5em;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {
  height:1px;
  }
.raised .b2 {
  background:#90A3D4; 
  border-left:1px solid #fff; 
  border-right:1px solid #eee;
  }
.raised .b3 {
  background:#90A3D4; 
  border-left:1px solid #fff; 
  border-right:1px solid #ddd;
  }
.raised .b4 {
  background:#90A3D4; 
  border-left:1px solid #fff; 
  border-right:1px solid #aaa;
  }
.raised .b4b {
  background:#90A3D4; 
  border-left:1px solid #eee; 
  border-right:1px solid #999;
  }
.raised .b3b {
  background:#90A3D4; 
  border-left:1px solid #ddd; 
  border-right:1px solid #999;
  }
.raised .b2b {
  background:#90A3D4; 
  border-left:1px solid #aaa; 
  border-right:1px solid #999;
  }
.raised .b1 {
  margin:0 5px; 
  background:#fff;
  }
.raised .b2, .raised .b2b {
  margin:0 3px; 
  border-width:0 2px;
  }
.raised .b3, .raised .b3b {
  margin:0 2px;
  }
.raised .b4, .raised .b4b {
  height:2px; margin:0 1px;
  }
.raised .b1b {
  margin:0 5px; background:#999;
  }
.raised .boxcontent {
  display:block;  
  background:#90A3D4; 
  border-left:1px solid #fff; 
  border-right:1px solid #999;
  }
