@import "dynastyles.css";

@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------  
Copyright 2009 SPinc
written for - www.dynatronics.com

swatch colors
---
#00529c - dark blue (not websafe)
#ff9933 - orange color
#006699 - blue highlihgt color

/* -------------------------------------------------- */ 
/**/ 
/* Set's Style for common elements */
/**/ 
body {
	font-family: Arial, Helvetica, sans-serif; font-size: 100%;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: 0px;	
}

img {border:0; }

#container_all{width:1000px; margin: 0px auto;}
/*------------------------------------------------------------------------------------*/
/* top header */ 
/*------------------------------------------------------------------------------------*/
#header{width:1000px; height:168px;  position:relative; float:left;
 background: url('images/header/bg-header-1000x168.jpg') no-repeat top left; z-index:5;
 }
/*------------------------------------------------------------------------------------*/
/* image map */
/*------------------------------------------------------------------------------------*/
#imagemap{width:350px; height:60px; position:relative; float:left;
	margin:15px,15px,15px,15px; top:30px; cursor:pointer;
}
/**/
/* search box */
/**/
#searchbox {
	width : 300px; top:95px; padding : 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
	position: absolute; left:30px; z-index:20;
} 
#searchbox .searchform{
position:relative; float:left; width : 300px;
/* background: url('images/header/blank_5x5.gif') no-repeat; */
}
#searchbox .searchtext{ width:221px; height:23px; font-weight:normal; text-align:left; font-size:11px; color:#999999; border:0; margin: 0px 0px 0px 0px; padding: 3px 10px 0px 10px; position:relative; float:left; background: url('images/header/textbox_225x23.png') no-repeat; }
#searchbox a{
width:53px; height:23px; border:0; margin: 0px 6px 0px 0px;
background: url('images/header/searchbutton_53x23.png') no-repeat;
position:relative; float:left;
}
#searchbox .searchtext:focus{ color:#000000; }
/**/ 
/* top right nav */
/**/ 
#rightnav {
	width : 140px;
	padding : 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left:840px;
	z-index:10;
} 
#rightnav H1 {margin: 0px 0px 0px 0px;}
.rightnav_text{
	margin-top: 6px;
	font-weight:normal;
	text-align:left;
	font-size:12px;
	position:relative; float:left;
	width:140px;
	}
.rightnav_seperator { 
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 12px;
	text-decoration : none; 
	text-align: center;
	position:relative; float:left;
}
#rightnav H1 A {
	color : #ffffff; 
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 15px; /* the 15px left padding is for the arrow that is 10px wide*/
	text-decoration : none; 
	text-align: center;
	background: url('images/header/roll_arrow_8x9.png') 0% center no-repeat;
	} 
#rightnav H1 A:visited{
     color: #ffffff;
  }
#rightnav H1 A:hover{
	text-decoration : none;
	font-weight:bold;
	color : #ffffff; /* #ff9933 - orange color */
    /* background: url('images/header/roll_arrow_white_10x11.png') 0% center no-repeat; */
  }
#rightnav H1 A:active{
     color: #ffffff;
  }
/**/
/*------------------------------------------------------------------------------------*/
/* Top Nav and NavA dropdown menues */
/*------------------------------------------------------------------------------------*/
/**/ 
#topnav {
	width : 1000px;
	padding : 129px 0px 0px 0px;
	margin: 8px 0px 0px -10px;
	position: absolute;
	left:15px;
	font-size:13px;
	
}
/*"topnavcenter" is needed to adjust for the dropshadow on the header.
982px is the size of the header background with-out the dropshadow*/ 
#topnavcenter 
{
	margin: 0px 0px 0px 0px; 
	padding : 0px 0px 0px 0px; 
	position:absolute; 
	left:18px; 
}
/**/
.topnav_seperator { 
	margin: 0px 0px 0px 0px;
	padding : 0px 15px 0px 30px;
	text-decoration : none; 
	text-align: center;
	position:relative; float:left;
	width:2px;
}
/**/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/**/
/*-------------------- All parent and Child --------------------*/ 
/**/
/* All parent and child */
#navA, #navA ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position:relative; float:left;
	
}
/* All parent and child */
#navA a {
	position:relative; float:left; display: block; height: 35px; 
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 15px; 
	/* the 15px left padding is for the arrow that is 10px wide 
	also need to put 15px padding on the ".topnav_seperator" to keep the text even/centered*/
	text-decoration : none; 
	text-align: center;	
}
/* All parent and child */
#navA li {
	position:relative; float:left; 
	/*width:135px; height: 35px;*/
}
/* All parent and child */
#navA a:focus, #navA a:active{
	text-decoration : none;  
}
/**/
/*-------------------- Parent --------------------*/ 
/**/
.text-parent{
	margin: 10px 0px 0px 0px;
	font-weight:normal;
	text-align:center;
	position:relative; float:left;	
	}
/* parent width*/
#navA li a {  }
/* parent roll over action*/
#navA li a:hover{
	text-decoration : none; 
    background: url('images/header/roll_arrow_8x9.gif') 0% center no-repeat;
}
/* parent roll over... but... effects both parent and child*/ 
#navA li:hover a, #navA li.hvr a {
	text-decoration : none;
}
/**/ 
/*-------------------- Child --------------------*/ 
/**/
/* child */
.text-child{
	margin: .4em 0px 0px 0px;
	font-weight:normal;
	text-align:center;
	position:relative; float:left;
	
	}
/* child */
#navA li ul {
	position:absolute; left:-15px; top:35px;
	display: none; /* this hides box tell the roll over*/
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	/*border-top: 1px solid #ff0000;*/	
}
/* child roll over apperience*/
#navA li:hover ul, #navA li.hvr ul {
	display: block;/* this shows the box*/
}
/* child roll over apperience*/
#navA li:hover ul a, #navA li.hvr ul a {
	color : #000000; 
	background-color: transparent;
	position:relative; float:left; display: block; height: 25px;
	margin: 0px 0px 0px 5px; padding : 0px 0px 0px 15px; 
	text-decoration : none; text-align: left; 
}
/* child width*/
#navA li:hover ul a, #navA li.hvr ul a  { /*width: 125px;*/width: 9.5em;  }
/* child width*/
#navA li ul, #navA ul li  { 
	/*width: 10em; width:155px;*/
	/*border-right: 1px solid #ffff00;
	border-bottom: 1px solid #ffff00;
	border-left: 1px solid #ffff00;
	border-top: 1px solid #ffff00;*/
}
/* child roll over action*/
#navA li:hover ul a:hover, #navA li.hvr ul a:hover {
	text-decoration : none; 
    background: url('images/header/roll-arrow-8x9-white.gif') 0% center no-repeat;
}
/**/ 
/*------------------------------------------------------------------------------------*/
/*  left nav */
/*------------------------------------------------------------------------------------*/
#leftnavcontainer{width:191px; position:relative; float:left; z-index:0;}
.leftbox {
	background-color: #FFFFFF; width:191px; margin:0px 0px 0px 0px;
	position:relative; float:left; z-index:0;
	}
/* left nav rollover controls */
.leftbox H3 {
	font-size: 13px;
	font-weight:normal;
	font-style:normal;	
	padding : 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
} 
.leftbox H3 A {
	color : #000000; 
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 13px; /* the 13px left padding is for the arrow that is 10px wide*/
	text-decoration : none; 
	text-align: center;
	} 
.leftbox H3 A:visited{
     color: #000000;
  }
.leftbox H3 A:hover{
	text-decoration : none;
	color : #006699;
    background: url('images/leftmenus/leftroll_arrow_8x9.gif') 0% center no-repeat;
  }
.leftbox H3 A:active{
     color: #006699;
  }
.leftnavheaderstext{
	font-size: 14px; font-weight:normal; text-align:left; color: #ffffff; text-decoration: none;
	}
/**/
/* left box 1 */
/**/
dl.lefttabA, dl.lefttabA dt, dl.lefttabA dd {margin: 0; padding: 0;}
dl.lefttabA { width: 210px; padding-bottom: 12px;
background: url('images/leftmenus/bg-Cmenu-C-bot-191x12.gif') no-repeat bottom left;
}
dl.lefttabA dt {
	padding-top:8px; padding-left:10px;
	line-height: 24px; /* Fixes the 1pixel gap in IE6 was 2.54em */
	background: url('images/leftmenus/bg-Cmenu-A-top-191x35.gif') no-repeat top left;	
}
dl.lefttabA dd {
	line-height: 24px;
	padding-left:0px; padding-right:10px; padding-top:0; padding-bottom:0;
	background: url('images/leftmenus/bg-Cmenu-mid-191x1.gif') repeat-y top left;
}
dl.lefttabA dd h1 { margin:0px 0px 0px 0px;  }
dl.lefttabA dd h2 { margin:0px 0px 0px 0px;  }
dl.lefttabA dd h1 a img { margin:10px 0px 10px 25px; border:0px; } 
dl.lefttabA dd h2 a img { margin:0px 0px 10px 25px; border:0px; } 

/**/
/* left box 2 */
/**/
dl.lefttabB, dl.lefttabB dt, dl.lefttabB dd {margin: 0; padding: 0;}
dl.lefttabB { width: 210px; padding-bottom: 11px; 
background: url('images/leftmenus/bg-Cmenu-B-bot-191x11.gif') no-repeat bottom left;}
/* padding-bottom needs to be the same as the image height */
dl.lefttabB dt {
	padding-top:3px; padding-left:10px;
	line-height: 24px; /* Fixes the 1pixel gap in IE6 was 2.54em */
	background: url('images/leftmenus/bg-Cmenu-B-top-191x30.gif') no-repeat top left;	
}
dl.lefttabB dd {
	line-height: 24px;
	padding-left:0px; padding-right:10px; padding-top:0px; padding-bottom:0px;
	background: url('images/leftmenus/bg-Cmenu-mid-191x1.gif') repeat-y top left;
}
/**/
/* left box 3 */
/**/
dl.lefttabC, dl.lefttabC dt, dl.lefttabC dd {margin: 0; padding: 0;}
dl.lefttabC { width: 210px; padding-bottom: 12px;
background: url('images/leftmenus/bg-Cmenu-C-bot-191x12.gif') no-repeat bottom left;}
/* padding-bottom needs to be the same as the image height */
dl.lefttabC dt {
	padding-top:3px; padding-left:10px;
	line-height: 24px; /* Fixes the 1pixel gap in IE6 was 2.54em */
	background: url('images/leftmenus/bg-Cmenu-C-top-191x33.gif') no-repeat top left;	
}
dl.lefttabC dd {
	line-height: 24px;
	padding-left:0px; padding-right:10px; padding-top:0; padding-bottom:0;
	background: url('images/leftmenus/bg-Cmenu-mid-191x1.gif') repeat-y top left;
}


/**/
/*------------------------------------------------------------------------------------*/
/* main */
/*------------------------------------------------------------------------------------*/
#midcentercontainer{ width:1000px; padding: 0px 0px 0px 0px; margin:0px 0px 0px 0px; position:relative; float:left; z-index:0;}
#maincontainer{
	width:809px; padding-top:12px; padding-left:0px;
	background: url('images/maincommon/bg-Cmain-top-809x12.gif') no-repeat top left;
	position:relative; float:left;
}
#maincontent{
	width:809px; padding:0px 0px 0px 0px;
	background: url('images/maincommon/bg-Cmain-mid-809x1.gif') repeat-y top left;
	position:relative; float:left;
}
#maincontainerend{ 
	width:809px; height:11px; padding: 0px 0px 0px 0px;
	background: url('images/maincommon/bg-Cmain-bot-809x11.gif') no-repeat bottom left;
	position:relative; float:left;
}
/* */
/* Main bread crum */
/* */
.maincrumb{
	margin: 0px 10px 5px 15px;
	font-size:12px; font-style:normal; text-align: left; text-decoration: none; color:#000000;
}
.maincrumb A {
	margin: 0px 0px 0px 0px;
	font-size:12px; font-style:normal; text-align: left; text-decoration: none; color:#000000;
	} 
.maincrumb A:visited { color: #000000;}
.maincrumb A:hover { color : #006699; text-decoration: none;}
.maincrumb A:active { color: #006699;} /* #006699 blue highlihgt color*/
/* */
#maintext{
	margin: 0px 10px 0px 15px; position:relative; float:left;
	font-size:14px; font-style:normal; text-align: left; text-decoration: none; color:#000000;
}
/* */
/* Main tabbox */
/* */
.maincontentbox{ padding: 0px 0px 0px 0px; margin: 10px 15px 0px 15px; }
h1.maintabheaderstext{
font-size: 16px; font-weight:bold; text-align:left; color: #ffffff; text-decoration: none;
padding: 0px 0px 0px 0px;  position:relative; float:left;
margin: 10px 0px -10px 0px; /* to center text use the top margin; but to keep the bototm from expaning use a negative bottom margin */
}
/* dynamic expanding title tab */
.ex_tabA{
	padding: 0px 0px 0px 0px; width:10px; height:39px;
	background: url('images/maincommon/main_bluetab_left_10x39.gif') no-repeat top left;
	position:relative; float:left;
	}
.ex_tabB{	
	padding: 0px 0px 0px 0px; height:39px;
	background: url('images/maincommon/main_bluetab_mid_10x39.gif') repeat-x top left;
	position:relative; float:left;
	}
.ex_tabC{	
	padding: 0px 0px 0px 0px; width:10px; height:39px;
	background: url('images/maincommon/main_bluetab_right_10x39.gif') no-repeat top left;
	position:relative; float:left;
	}
.ex_tab_all{ position:relative; float:left; margin-left: 10px; padding: 0px 0px 0px 0px; }
/* */
/* tabbox border */
.mainboxborder{
	border:2px solid #cccccc;
	margin: 0px 5px 0px 5px;
	position:relative; 
	clear:both;
}

.mainboxborder h1{ font-size: 14px; font-weight:bold; font-style:normal; text-align:left; margin:5px 5px 0px 5px; }
.mainboxborder p{ font-size: 12px; font-weight:normal; font-style:normal; text-align:left; text-indent: 20px; margin:0px 5px 10px 5px; }
/**/ 
/*------------------------------------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------------------------------------*/
#footercontainer{
width:1000px;
padding:0px 0px 17px 0px; margin: 0px 0px 0px 0px; 
background: url('images/footer/bg-footer-1000x69.gif') no-repeat top left;
position:relative; float:left;
}
/**/ 
/* foot nav */
/**/ 
#footnav { margin: 8px 15%; position:relative; float:left;}
#footnav A {
	color : #006699; 
	margin: 0px 0px 0px 20px; padding : 0px 0px 0px 0px; 
	text-decoration : none; text-align: left; font-weight:normal; font-size:14px;
	} 
#footnav A:visited{ color: #006699; }
#footnav A:hover{ text-decoration : none; color : #ff9933;  }
#footnav A:active{ color: #ff9933; }
/*-------*/ 
#footcenter{ margin: 0 22%;
 position:relative; float:left;}
#footcenter {font-weight:normal; text-align:center; font-size:12px; color: #000000;}
/**/
/*------------------------------------------------------------------------------------*/
/* common styles */
/*------------------------------------------------------------------------------------*/
.row { width:100%;}

.pagemaster {
}
.skinmaster {
}
.skinheader {
}
.controlpanel {
	width: 100%;
	background-color: #EAEAE2;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand;  
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;
    text-align: left;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 30px 0px 10px;   /*explicitly set padding for root menu items*/
    text-align: left;
}

.main_dnnmenu_itemhover {  
	background:transparent url(images/header/roll_arrow_8x9.gif) no-repeat scroll 0 center;
}

.main_dnnmenu_subitemhover {

}

.main_dnnmenu_item td:hover 
{

}

.main_dnnmenu_itemhover td {  
	
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #ffffff;  
	color:#000000;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border: solid 1px #cccccc;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #46461F 1px solid; 
	border-bottom: #46461F 1px solid; 
	border-top: #46461F 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



/* eBiz styles */

.cartPopUp {
	border: dashed 1px #000000;
	padding: 2px 2px 2px 2px;
}
.quickViewText {
	color: #000000;
	font-size: 10px;
}

.wishlistPopUp {
	background-color: #E1E1C5;
	position:absolute;
	visibility:hidden;
	border: dashed 1px #000000;
	padding: 2px 2px 2px 2px;
	width:220px;
}








a:link  {
text-decoration:    underline;
color:  #FF7800;
}

a:visited   {
text-decoration:    underline;
color:  #FF7800;
}

a:hover {
text-decoration:    none;
color:  #FF7800;
}

a:active    {
text-decoration:    underline;
color:  #FF7800;
}

.ebizhref
{
font-size: 10px;
color: #FF7800;
text-decoration: underline;
}

.ebizhref:hover
{
color: #FF7800;
font-size: 10px;
text-decoration: none;
}


sup
{
font-size: 0.5em;
}


img.picA
{
position: relative;
top: -2px;
background: url('images/a47.gif') no-repeat;
width: 76px;
height: 74px;
padding: 8px;
}

img.picB
{
position: relative;
top: -2px;
background: url('images/a26.gif') no-repeat;
width: 146px;
height: 75px;
padding: 7px;
}

img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}



p
{
margin-bottom: 14px;
text-align: left;
margin-left: 12px;
}

#upbg
{
background: #fff url('images/upbg.gif') no-repeat;
width: 747px;
height: 264px;
z-index: 1;
}

.outer
{
width: 747px;
margin: 0 auto;
background: #fff url('images/abg.gif') repeat-y;
}

.inner
{
z-index: 2;
background-color: #fff;
}


.topheader
{
background: #FF7800 url('images/a8.gif') repeat-x;
width: 202px;
height: 92px;
color: #fff;
padding-left: 20px;
}

.topheader span
{
font-weight: normal;
}

.topheader h1
{
font-family: "trebuchet ms", helvetica, sans-serif;
color: #fff;
font-weight:bold;
line-height: 18px;
font-size: 23px;
letter-spacing: -1px;
}

.topheader h2
{
font-family: "trebuchet ms", helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #FCE2CA;
padding-top:1px;
padding-left:1px;
}

.topheader sup
{
color: #FCE2CA;
}




.splash
{
right: 30px;
background: #EAEAE2 url('images/a10ebiz2.jpg') no-repeat;
width: 458px;
height: 92px;
}

.userinfo
{
line-height: 12px;
color: #BDBDA2;
right: 30px;
font-weight: bold;
font-size: 12px;
text-align:right;
}

.breadcrumb
{
line-height: 12px;
color: #BDBDA2;
right: 30px;
font-weight: bold;
font-size: 12px;
}

.menu
{
background: #46461F;
height: 30px;
padding: 0px 20px 0px 5px;
margin: 98px 0px 20px 0px;
z-index:1000;
}








.ebizfooter
{
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
}

#footer
{
background: url('images/a22.gif') top repeat-x;
clear: both;
text-align: center;
color: #A8A88D;
}





/* ME styles */

/* The styles below define the base elements of the eBiz datagrids */

#resultsData 
{
	clear:both;
	width: 400;
	margin: 20px 0px 10px 0px;
}

#lookupBox {
	padding-right: 10px;
	padding-left: 10px;
}

/* Some of the data grids contain form caps. The following styles address that area aka ResultsGridTop*/

#resultsGridTOP {
	padding-top: 4px;
	padding-bottom: 5px;
	width:400;
	text-align: left;
	vertical-align: middle;
	padding-left: 2px;
}
.filterBarTopText {
	font-size: 14px;
	color: #666666;
	padding-left: 2px;
}
.filterBarHDR {
	font-weight: bold;
	color: #008457;
	font-size: 14px;
}
.formInputBox {
	margin: 2px;
}
.formInputBoxSmall {
	color: #008457;
	background: #f5f5f5;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	font-size: 70%;
	margin: 0px;
	padding: 2px 2px 2px 3px;
}
.formInputBoxSmallb {
	color: #008457;
	background: #f5f5f5;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	font-size: 65%;
	width: 80px;
	margin: 0px;
	padding: 1px 1px 1px 1px;
}
#expanderBack {
	float: right;
	text-align: right;
}
#expanderBack form {
	text-align: right;
}
.orderDetailThankYou 
{
	font-weight: bold;
	font-size: 14px;
	color: #008457;
}
#orderDetailThankYouDiv 
{
	text-align: center;
}
.noItemsInTable
{
	font-weight: bold;
	color: #000000;
}
#noItemsInTableDiv
{
	text-align: center;
}

#shoppingCartQuickGlanceTop{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 5px;
	width: 100px;
	text-align: right;
	vertical-align: middle;
	padding-left: 2px;
}


#shoppingCartQuickGlanceBottom{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 5px;
	width: 97%;
	text-align: right;
	vertical-align: middle;
	padding-left: 2px;
}

/*   */
.gridBigHeader {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.gridHeader {
	background: #00539B;
	color:#ffffff; 
	font-size:12px; 
	font-weight:bold;
	padding: 5px 5px 5px 5px;
}

.gridRow
{
	padding-top:5px;
	padding-bottom:5px;
}

.partIdLink 
{
	padding-left:5px;
	padding-right:5px;
}

.gridRowSeperator
{
	background: url('images/pages/shopingcart_orange_1x1.gif') repeat-x bottom left;
}

.gridItem 
{
	font-size: 10px;
}

.gridTotal
{
	color:#000000; 
	font-size:12px; 
	font-weight:bold;
}

.Normal
{
	font-size:12px;	
}

/* PO Details screen and Invoice Details screen contain a Header object with ship to's... */
#poHeaderHolder {
	background: #fdf0d1;
	height: 235px;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	width: 100%;
}
#poHeaderHolderEdit {
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 10px;
	background: #fdf0d1;
}
.headerInfoWide {
	color: #666666;
	width: 100%;
	font-size: 10px;
	padding-top: 10px;
	background: #fdf0d1;
}
#headerInfo01 {
	color: #666666;
	font-size: 75%;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 5px;
	background: #fdf0d1;
	height: 240px;
	width: 32%;
}
#headerInfo02 {
	color: #666666;
	font-size: 10px;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 5px;
	background: #fdf0d1;
	height: 240px;
	width: 32%;
}

#headerInfo0229 {
	color: #666666;
	font-size: 10px;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 5px;
	background: #fdf0d1;
	height: 240px;
	width: 29%;
}

#headerInfo03 {
	color: #666666;
	font-size: 10px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	background: #fdf0d1;
	height: 240px;	
	width: 32%;	
}
.clear
{
	/* your best friend
       use before and/or after "float" sets */
	clear: both;
}
.headerHdrs {
	color: #c6900f;
	font-weight: bold;
}
.headerHdrs smaller {
	font-size: 9px;
}

/* When data is displayed in the dataGrids, these elements define the table

#gridTable {
	background: #666666;
}
*/

/* Some of the data grids contain a footer element for looking up PO's and Invoices and for paginate. */
#pageMove {
	
}
.lookUPs {
	text-align: right;
}


#closeDetails {
	width: 18px;
	float: right;
	padding-top: 5px;
}
.tinyTXT {
	font-size: 9px;
	color: #666666;
}
.tinyTXT2 {
	font-size: 9px;
	color: #4e5150;
	background: #a1a6a4;
	border-top: 1px solid #6d7170;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.historyDetail {
	font-size: 14px;
	font-weight: bold;
}

#packlistDetails {
	background-color: #F9EFBE;
	font-size: 10px;
	color: #006140;
	vertical-align: top;
	margin: 0px;
	padding: 8px 5px 7px;
	text-align:left;
}

#packlistDetails a {
	font-weight: bold;
	text-decoration: underline;
}
#packlistDetails a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #006140;
}

/* CSS Document */

.generalText01 {
	font: bold 10px Arial, Helvetica, sans-serif;
}
.generalText01Light {
	font: 11px Arial, Helvetica, sans-serif;
}

/* Formatting look and feel of the results tables */
.accentColumn1 {
	background: #ebf5f2;
	color: #008457;
	font-size: 10px;
	border-bottom: 1px solid #b4b4b4;
}

.alignRight {
	text-align:right;
	font-size: 10px;
	border-bottom: 1px solid #b4b4b4;
	color: #878787;
}
.alignRightAccent {
	text-align:right;
	font-size: 10px;
	border-bottom: 1px solid #b4b4b4;
	background: #ebf5f2;
	color: #008457;
}
.alignCenter {
	text-align:center;
	font-size: 10px;
	border-bottom: 1px solid #b4b4b4;
	color: #878787;	
}
.alignLeft {
	text-align:left;
	font-size: 10px;	
	border-bottom: 1px solid #b4b4b4;
	color: #878787;	
}
.alignLeftAccent {
	text-align:left;
	font-size: 10px;	
	border-bottom: 1px solid #b4b4b4;
	background: #ebf5f2;
	color: #008457;
}
.listPrice {
	text-align:right;
	color: #878787;
	padding-top:5px;
	padding-bottom:5px;
}
.backOrderColumn {
	text-align:right;
	font-size: 10px;
	border-bottom: 1px solid #b4b4b4;
	color: #CC0000;
	font-weight: bold;
}

/* On Invoice Details, these styles address the bottom "Totals" information */
#totalsGrid {
	color: #666666;
	font-size: 12px;
}

.totalsNetGross {
	color: #008457;
	padding-bottom: 5px;
	border-right: 1px solid #9da5a2;
	border-left: 1px solid #9da5a2;
	border-bottom: 1px solid #9da5a2;
	background: #c4ccc9;
	font-weight: bold;
	font-size: 12px;
}

.totalsNetGrossText 
{
	color: #008457;
	font-weight: bold;
	font-size: 12px;
}

.totalsNetGrossWithoutBorder {
	color: #008457;
	border-right: 1px solid #9da5a2;
	border-left: 1px solid #9da5a2;
	background: #c4ccc9;
	font-weight: bold;
	font-size: 12px;
}
.totalsTXT {
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
}
.totalsHDRs {
	color: #666666;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaaeac;
	font-size: 12px;
}

.totalsHDRsWithoutBorder {
	color: #666666;
	font-size: 12px;
}

.totalsTXT a {
	font-weight: bold;
	text-decoration: underline;
}
.totalsTXT a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #006140;
}

/* When no data is present, there is usually a "sorry" message */
.sorryMessage {
	font-size: 12px;
	color: #CC0000;
	width:100%;
	text-align: left;
	margin: 10px 10px 10px 4px;
}
.sorryMessage ul {
	list-style: disc inside;
}


/* Pagination */
.paginate 
{
	padding-top: 2px;
	padding-bottom: 2px;
	background: #e6e6e6;
	font-size: 10px;
	text-align: left;
}

.newAccountLookupQuestion
{
	font-weight: normal;
	color: #008457;
	font-size: 12px;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(images/SavedStar.png);
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

.commentsContainer {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}




/*Progress bar*/

.progress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}
.progresscontainer
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.progressheader
{
    background: url(images/sprite.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
}
.progressbody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

#categoryManagementArea
{
	position:relative;
	width:80%;	
}

.categoryTreeviewArea 
{
	float:left;
	top:0;
	left:0;
	width:240px;
	overflow:auto;
	
}

.categoryDetailsArea
{
	float:left;
	top:0;
	right:0;
	width:200px;
}

.partDetailsProductPartID 
{
 font-family:Arial;
 font-size:18px;
 font-weight:bold;
}

.partDetailsVisualDescription
{
	font-family:Arial;
	font-size:14px;
}

.partDetailsTabHeader 
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
    line-height:25px;
    text-transform:uppercase;
}

.partDetailsTabText 
{
	font-family:Arial;
	font-size:12px;
}

.partDetailsFeatureName
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
    text-transform:uppercase;
}

.partRecommendationHeader
{
	 font-family:Arial;
	 font-size:18px;
	 font-weight:bold;
	 color:#FF7800;
}


.partRecommendationPartID
{
	font-weight:bold;
}

.promocodebox {
	width : 250px; 
	position:relative; float:right; text-align:right;
}
.promocodebox .promocodetext{ 
margin:0px 0px 10px 0px; position:relative; 
font-weight:bold; text-align:right; font-size:13px; color:#006699;
} 

.promocodebox .promoformtext{ 
font-weight:normal; font-size:12px; color:#000000; 
border:1px solid #CCCCCC; margin: 0px 0px 0px 0px; padding-left: 0px; padding-right: 0px;
position:relative; float:Right; height:18px; text-align:left;
}
.promocodebox .submitbutton{
width:63px; height:24px; border:0; margin: 0px 0px 0px 10px;
background: url('images/pages/shopingcart_apply_63x24.gif') no-repeat;
position:relative; float:right;
}

.shoppingbuttons{ 
	width:100%; 
	height: 150px;
	margin: 30px 0px 0px 0px;
	position:relative; 
	float:right; 
}

#shoppingCartBottomLinks A {
	color : #006699; 
	margin: 0px 0px 0px 20px; padding : 0px 0px 0px 0px; 
	text-decoration : none; text-align: left; font-weight:normal; font-size:14px;
} 
#shoppingCartBottomLinks A:visited{ color: #006699; }
#shoppingCartBottomLinks A:hover{ text-decoration : none; color : #ff9933;  }
#shoppingCartBottomLinks A:active{ color: #ff9933; }

.bottomLeftShoppingButton {
	position: absolute;
	float: left;
	bottom:0px;
	margin:4px;
}

.topRightShoppingButton {
    float: right;
    margin-left: 10px;
}
.checkoutLinkBar
{
	background-color: #00539B;
	color: #FFFFFF;
	margin:5px 40px 20px 11px;
	padding-left:10px;
	font-size:13px;
	width:745px;
}

.checkoutLinkBarHref 
{
	text-decoration:none;
}

.selectedAddress 
{
	background-color:#EDF2F6;
}

.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

.NormalTextBox
{
	font-size: 12px;
	font-weight: normal;
}

.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

.register 
{
	font-weight:normal; 
	font-size:14px
}

.register A {
	color : #006699; 
	margin: 0px 0px 0px 0px; padding : 0px 0px 0px 0px; 
	text-decoration : none; text-align: left; font-weight:normal; font-size:14px;
	} 
.register A:visited{ color: #006699; }
.register A:hover{ text-decoration : none; color : #ff9933;  }
.register A:active{ color: #ff9933; }

#page-Shippingmethod .childborderbox{ width:550px; position:relative; float:left;
border:2px solid #cccccc; margin: 0px 0px 20px 0px; padding: 5px 20px 20px 20px; }

#page-Shippingmethod .Table { width:100%; color:#000000; margin: 20px 0px 10px 20px;  position:relative; float:left; }
#page-Shippingmethod .Table .rowtextA{width:100%; margin: 5px 0px 20px 0px; font-size:12px; font-weight:normal; position:relative; float:left;}
#page-Shippingmethod .Table .rowtextB{width:100%; margin: 5px 0px 2px 0px; font-size:14px; font-weight:bold; position:relative; float:left;}
#page-Shippingmethod .Table .rowtextC{width:100%; margin: 25px 0px 2px 0px; font-size:12px; font-weight:normal; position:relative; float:left;}

#page-Shippingmethod .Table .row{ width:100%; margin: 2px 0px 2px 0px; position:relative; float:left;}

/**/
#page-Shippingmethod .Table .col1{ width:100%; position:relative; float:left; margin: 1px 0px 1px 0px;}
#page-Shippingmethod .Table .col2{ width:35%; position:relative; float:left;}
#page-Shippingmethod .Table .col3{ width:35%; position:relative; float:left;}
/**/
#page-Shippingmethod .button{ width:150px; margin: 0px 20% 30px 0px; position:relative; float:right;}

#page-section .mainboxborder{ width:750px; position:relative; float:left; }
/**/
#page-section .mainboxtext {font-size:12px;}
#page-section A {text-decoration:none; color:#000000;}
#page-section A:hover {color:#00539B;}
#page-section .mainboxposition {padding-left: 20px; padding-top: 15px;}
#page-section .rowtext {margin-left: 5px;}
#page-section .rowimage {position: relative; float:left; width: 8px; padding-top: 2px;}

#page-Subsection .mainboxborder{ width:750px; position:relative; float:left; }
/**/
#page-Subsection #boxall {position:relative; float:left; width:96%; margin:2% 2% 0px 2%; padding:0px 0px 0px 0px;}
#page-Subsection #boxall img {position:relative; float:left; margin:0px 0px 0px 0px;}
#page-Subsection #boxall #addtocart img {position:relative; float:right; margin:0px 0px 0px 0px;}
#page-Subsection #boxall #partAddedMessageArea {clear:both;text-align:right;color:Blue;}
#page-Subsection #boxall h1 {font-size:12px; font-weight:normal; margin:0px 0px 0px 0px;} 
#page-Subsection #boxall a:link {text-decoration:none; color:#000000;}
#page-Subsection #boxall a:hover{text-decoration : none; color : #ff9933; }
/**/
#page-Subsection #boxall .row { position:relative; float:left;  margin: 0px 0px 10px 0px; }
/**/
#page-Subsection .boxtop1 { position:relative; float:left; width:15%; color:#000000; margin:0px 0px 0px 0px; padding:0px 5px 10px 5px; }
#page-Subsection .boxtop1 img{ width:150px; height:100px;}
/**/
#page-Subsection .boxtop2 { position:relative; float:right; width:75%; color:#000000; margin:0px 0px 0px 10px; padding:5px 5px 10px 5px; border:1px solid #cccccc; }

/**/
#page-Subsection .boxtop2 a:link { margin: 0px 0px 0px 10px; position:relative; text-decoration:none;}
#page-Subsection .boxtop2 A button { width:100px; }
/**/
#page-Subsection .boxtop2 .textA { width:100%; color:#000000; margin:0px 0px 0px 0px; text-align:left;}

#page-Subsection .boxtop2 .textA h1 {position:relative; float:left; text-align:left; font-size:14px; font-weight:bold; color:#00539B; margin:0px 0px 5px 0px;}
#page-Subsection .boxtop2 .textA h2 {position:relative; float:left; text-align:left; font-size:12px; font-weight:normal; margin:0px 0px 0px 0px;}

.warning {font-size:12px; color:Red; margin:0px,0px,5px,0px; }
/**/
/**/

/**/
/**/
#page-Subsection .shopingcartTable{ position:relative; float:left; }
#page-Subsection .shopingcartTable .col8{ text-align:center; }
#page-Subsection .shopingcartTable .col8 img { border:0; }
/**/

#page-Subsection #also {position:relative; float:left; width:96%; margin:2% 2% 0px 2%; padding:0px 0px 0px 0px;}
#page-Subsection #also .row { position:relative; float:left;  margin: 0px 0px 10px 0px; }
#page-Subsection #also h1 {position:relative; float:left; text-align:left; font-size:14px; font-weight:normal; color:#000000; margin:0px 0px 0px 0px;}
#page-Subsection #also img {position:relative; float:left; border:0; margin: 0px 2% 0px 0px;}
#page-Subsection #also h2 {position:relative; float:left; text-align:left; font-size:11px; font-weight:normal; color:#000000; margin:0px 0px 0px 0px;}
/**/
#page-Subsection #also #product1, #product2, #product3  {
position:relative; float:left; width:30%; margin:0px 0px 0px 10px; padding:5px 4px 10px 4px;
color:#000000; border:1px solid #cccccc;
}
#page-Subsection #also #product1{}
#page-Subsection #also #product2{}
#page-Subsection #also #product3{}
/**/
/* bottom buttons */
#page-Subsection .rowbuttons{ width:100%; position:relative; float:left; margin:5px 0px 15px 0px;}
/**/
#page-Subsection .shopingbuttons { width:300px; margin: 30px 0px 30px 0px; position:relative; float:right; }
#page-Subsection .shopingbuttons a:link { margin: 0px 10px 0px 0px; position:relative; float:right; text-decoration:none;}
#page-Subsection .shopingbuttons A button { width:150px; }
#page-Subsection .shopingbuttons h1 {  width:90%; position:relative; float:right; text-align:right;
font-size:12px; font-weight:normal; color:#000000; margin: 5px 10px 0px 0px; }
/*margin: 30px 0px 0px 23%; position:relative; float:left;*/
/**/
#page-Subsection .button{ width:360px; margin: 30px 30px 30px 0px; }
#page-Subsection .button a:link { margin: 0px 0px 0px 10px; position:relative; float:left; text-decoration:none;}
#page-Subsection .button A button { width:150px; }

#page-Productdetail .mainboxborder{ width:750px; position:relative; float:left; }
/**/
#page-Productdetail #boxall {position:relative; float:left; width:96%; margin:2% 2% 0px 2%; padding:0px 0px 0px 0px;}
#page-Productdetail #boxall img {position:relative; float:left; margin:0px 0px 0px 0px;}
#page-Productdetail #boxall h1 {font-size:12px; font-weight:normal; margin:0px 0px 0px 0px;} 
#page-Productdetail #boxall a:link {text-decoration:none; color:#F7931D;}
#page-Productdetail #boxall a:hover{text-decoration : none; color : #ff9933; }
.partAddedMessage {font-size: 10px;
	margin:0px 0px 0px 10px;
	padding-top:10px;
	padding:0.3em 0.5em;
	
	color:#00539B;
	border-color:#999;
	background: #fff;
	border: solid 1px #00539B;}
/**/
#page-Productdetail #boxtop{ position:relative; float:right; width:90%; color:#000000; margin:0px 30px 10px 0px;}
#page-Productdetail #boxtop h1 { width:8em; position:relative; float:right; text-align:right;}
#page-Productdetail #boxtop a:link {position:relative; float:left; text-align:left; } 
#page-Productdetail #boxtop img {position:relative; float:right; margin:1px 5px 0px 0px;}
/**/
#page-Productdetail #boxtop1 { float:left; color:#000000; padding:20px 10px 10px 5px; }
#page-Productdetail #boxtop1 h1 { width:11em; position:relative; float:left; text-align:left;}

/**/
#page-Productdetail #boxtop2 {  }

#page-Productdetail .textA { width:100%; color:#000000; margin:0px 0px 0px 0px; text-align:left;}

#page-Productdetail .textA a:link {color:#F7931D;}
#page-Productdetail .textA a:hover{text-decoration:none; color : #ff9933; }

#page-Productdetail .textA h1 {position:relative; float:left; text-align:left; font-size:14px; font-weight:bold; color:#006699; margin:0px 0px 0px 0px;}
#page-Productdetail .textA h2 {position:relative; float:left; text-align:left; font-size:12px; font-weight:normal; margin:0px 0px 0px 0px;}
/**/
/**/
#page-Productdetail .shopingcartTable{ position:relative; float:left; }
#page-Productdetail .shopingcartTable .col8{ text-align:center; }
#page-Productdetail .shopingcartTable .col8 img { border:0; }
/**/

#page-Productdetail #also {position:relative; float:left; width:96%; margin:2% 2% 0px 2%; padding:0px 0px 0px 0px;}
#page-Productdetail #also .row { position:relative; float:left;  margin: 0px 0px 10px 0px; }
#page-Productdetail #also h1 {position:relative; float:left; text-align:left; font-size:14px; font-weight:normal; color:#000000; margin:0px 0px 0px 0px;}
#page-Productdetail #also img {position:relative; float:left; border:0; margin: 0px 2% 0px 0px;}
#page-Productdetail #also h2 {position:relative; float:left; text-align:left; font-size:11px; font-weight:normal; color:#000000; margin:0px 0px 0px 0px;}
/**/
#page-Productdetail #also #product1, #product2, #product3  {
position:relative; float:left; width:30%; margin:0px 0px 0px 10px; padding:5px 4px 10px 4px;
color:#000000; border:1px solid #cccccc;
}
#page-Productdetail #also #product1{}
#page-Productdetail #also #product2{}
#page-Productdetail #also #product3{}
/**/
/* bottom buttons */
#page-Productdetail .rowbuttons{ width:100%; position:relative; float:left; margin:5px 0px 15px 0px;}
/**/
#page-Productdetail .shopingbuttons { width:500px; margin: 30px 0px 30px 0px; position:relative; float:right; }
#page-Productdetail .shopingbuttons a:link { margin: 0px 10px 0px 0px; position:relative; float:right; text-decoration:none;}
#page-Productdetail .shopingbuttons A button { width:150px; }
#page-Productdetail .shopingbuttons h1 {  width:90%; position:relative; float:right; text-align:right;
font-size:12px; font-weight:normal; color:#000000; margin: 5px 10px 0px 0px; }
/*margin: 30px 0px 0px 23%; position:relative; float:left;*/
/**/
#page-Productdetail .button{ width:360px; margin: 30px 30px 30px 0px; }
#page-Productdetail .button a:link { margin: 0px 0px 0px 10px; position:relative; float:left; text-decoration:none;}
#page-Productdetail .button A button { width:150px; }

#page-Editaddress .mainboxborder{ width:750px; position:relative; float:left; }
/**/

#page-Editaddress .Table { width:100%; color:#000000; margin: 20px 0px 10px 20px;  position:relative; float:left; }
#page-Editaddress .Table .rowtextA{width:100%; margin: 5px 0px 20px 0px; font-size:12px; font-weight:normal; position:relative; float:left;}
#page-Editaddress .Table .rowtextC{width:100%; margin: 10px 0px 0px 0px; font-size:14px; font-weight:bold; position:relative; float:left;}
#page-Editaddress .Table .row{ width:100%; margin: 2px 0px 2px 0px; position:relative; float:left;}

/**/
#page-Editaddress .Table .col1{ width:100%; position:relative; float:left; margin: 1px 0px 1px 0px;}
#page-Editaddress .Table .col2{ width:35%; position:relative; float:left;}
#page-Editaddress .Table .col3{ width:35%; position:relative; float:left;}
/**/

/**/
#page-Editaddress .Table .form {}
#page-Editaddress .Table .form .formtext{ 
margin:0px 0px 0px 0px; width : 220px; position:relative; float:left;
font-weight:normal; text-align:left; font-size:12px; color:#006699;
} 
/* buttons */
#page-Editaddress .button{ width:375px; margin: 30px 0px 50px 25%; position:relative; float:left;}
#page-Editaddress .button a:link { margin: 0px 0px 0px 10px; position:relative; float:left; text-decoration:none;}
#page-Editaddress .button a:visited { text-decoration:none;}
#page-Editaddress .button a:hover { text-decoration:none;}
#page-Editaddress .button a:active { text-decoration:none;}
#page-Editaddress .button a:focus { text-decoration:none;}

#page-Editaddress .button A button { width:140px; }

.navigationLink H3 {
	font-size: 13px;
	font-weight:normal;
	font-style:normal;	
	padding : 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
} 

.navigationLink H3 A {
	color : #000000; 
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 13px; /* the 13px left padding is for the arrow that is 10px wide*/
	text-decoration : none; 
	text-align: center;
	font-family:Arial,Helvetica,sans-serif;
	line-height:24px;
} 
	
.navigationLink H3 a:hover
{
	text-decoration : none;
	color : #006699;
    background: url('images/leftmenus/leftroll_arrow_8x9.gif') 0% center no-repeat;
}

.navigationLink H3 a:visited 
{
	color: #000000;
}

.navigationLink H3 A:active{
     color: #006699;
}

.leftSection
{
	min-width:200px;
	min-height:20px;
}

.crosssellingheader
{
	font-size:12px;
	font-weight:normal;
	color:#006699;
	font-family:Tahoma,Arial,Helvetica;
	text-decoration:none;
	text-align:right;
}

.browse 
{
	border-top:solid 1px black;
	border-right:solid 1px black;
	border-left:solid 1px black;
	min-width:420px;
}

.browse .header
{
	background-color:Gray;
	border-bottom:solid 1px black;
	padding-left:5px;
}

.browse .item 
{
	border-bottom:solid 1px black;
	padding-left:5px;	
}

.browse .row
{
	background-color:White;
	color:#003366;
	border-bottom:solid 1px black;
	padding-left:5px;
	cursor:pointer;	
}

.browse .row:hover
{
	background-color:#003366;
	color:White;
	border-bottom:solid 1px black;
	padding-left:5px;	
	cursor:pointer;
}

.disabledtextbox 
{
	border:solid 1px #7F9DB9;
	min-height:20px;
	min-width:145px;
	vertical-align:middle;
	text-align:left;
	background-color:#EBEBEB;
	float:left;
	font-size:14px;
}

.disabledsoldto
{
	border:solid 1px #7F9DB9;
	min-height:80px;
	width:296px;
	vertical-align:middle;
	text-align:left;
	background-color:#EBEBEB;
}

.cartPartID
{
	padding-left:5px;
}

.spacer 
{
	padding-left:5px;
}
/**/
/**/
/* Set's Style and background image for individual pages */
/* -------------------     Index page     --------------------------- */
/**/
#page-index img{border:0;}
#page-index .a{border:0; margin:0px 0px 10px 0px;}
#page-index .mainboxborder{ width:760px; position:relative; float:left; padding:0px 0px 0px 0px; border:0; margin:0px 0px 0px -4px;}

#page-index .row {position:relative; float:left; margin:0px 0px 0px 0px; width: 100%;}

#page-index .topimg {position:relative; margin:0px 0px 10px 0px;}

#page-index .center {position:relative; float:left; margin:0px 0px 20px 0px; width: 575px;}
#page-index .centertop {position:relative; margin:10px 0px 0px 0px; width: 575px; float:left;}
#page-index .centerbot {position:relative; float:left; margin:0px 0px 0px 0px; width: 575px;}
#page-index .centerbot img {position:relative; float:left;} 
#page-index .centerbot .a{ border:0; margin:0px 11px 0px 0px;} 
#page-index .centerbot .b{ border:0; margin:0px 0px 11px 0px;} 

#page-index .right {position:relative; float:left; margin:0px 0px 0px 8px; width: 170px;}
#page-index .righttop {position:relative; float:left; margin:0px 0px 10px 0px; width: 170px;}
#page-index .rightbot {position:relative; float:left; margin:0px 0px 0px 0px; width: 170px;}



#page-FAQ .mainboxborder p { text-indent:0;}

.breadcrumbs 
{
	font-size:12px;
	color:Black;
	text-decoration:none;
}

#breadcrumbs
{
	margin-left:12px;
}

#page-howtouse .nounder a:link{text-decoration:none}
