/*

ESafetyINC CSS
==============


COLORS:

BLACK = 020101
BLUE = 003399
LIGHT BLUE = A2BAEB
LIGHTEST BLUE = c9dafd

GREEN = 66FF33
LIGHT GREEN = DCFFC0
LIGHTEST GREEN = e9fce2

LIGHTEST GRAY = F5F5F5
LIGHT GRAY = DADADA
MEDIUM GRAY = C5C5C5
DARK GRAY = A1A1A1
DARKER GRAY = 656565

YELLOW = FFFF99
TAN = F1E8D8

BLUE-GRAY = ACBECB


SITE RED = CC0000




Fonts           => Arial, Helvetica, Sans-Serif


Theme           => Amazon_Violet
ButtonFamily    => Amazon_Blue
CheckoutSteps   => Amazon_Green


*/






/*--[  G E N E R A L  ]--*/

BODY
{
    background: #000000;
    font: 8pt Arial, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

TABLE
{
    border: 0px;
    font-size: 8pt;
}

IMG
{
    border: 0px;
}

HR
{
	color: #66FF33;
}

FORM
{
    margin: 0px;
    padding: 0px;
}

INPUT, SELECT, TEXTAREA
{
	border: solid 1px #020101;
    font-size: 8pt;
}

A:link, A:visited
{
    color: #003399;
}

A:hover, A:visited:hover
{
    color: #a1a1a1;
    text-decoration: none;
}

H2
{
    border-bottom: solid 1px #020101;
    color: #003399;
    padding-left: 0px;
    padding-bottom: 2px;
    text-align: left;
    font-size: 14pt;
    font-weight: bolder;
}

H2.h2-onecol
{
    padding-left: 20px;
    padding-bottom: 2px;
}

H2.h2-indent
{
    padding-left: 125px;
    padding-bottom: 2px;
}

P
{
    clear: both;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.paragraph-red-bold {
    color: #003399;
    font-weight: bolder;
}
.paragraph-blue-bold {
    color: #a2baeb;
    font-weight: bolder;
}

DT
{
    color: #003399;
    font-size: 10pt;
    font-weight: bold;
    line-height: 125%;
    margin: 0px;
    padding: 3px 0px 1px 0px;
}

DD
{
    font-size: 9pt;
    padding: 0px 0px 5px 0px;
}

DD A
{
    color: #020101;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

DD A:hover {
    color: #000000;
    text-decoration: none;
}

UL
{
    font-size: 9pt;
    line-height: 125%;
}

LI
{
    font-size: 9pt;
    padding-top: 0px 0px 5px 0px;
}

LI A
{
    color: #020101;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

LI A:hover
{
	color: #000000;
	text-decoration: none;
}

BLOCKQUOTE
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

H3
{
	font-size: 12pt;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

H4
{
	font-size: 12pt;
	font-weight: bolder;
	border-bottom: solid 1px #66FF33;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

H5
{
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
	padding: 0px 0px 2px 0px;
}

H5 A
{
	text-decoration: underline;
}

h5 A:hover
{
	text-decoration: none;
}

H6
{
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

H6 A
{
	text-decoration: underline;
}

H6 A:hover
{
	text-decoration: none;
}




/*--[  P A G E - S P E C I F I C  ]--*/

DIV#pageContainer
{
    background: #FFFFFF;
	width: 1001px;
}

DIV#Navigation-Section
{
    margin-bottom: 10px;
}

DIV#Left-Section
{
	clear: left;
	float: left;
	overflow: hidden;
	margin-left: 10px;
	text-align: left;
	width: 17%;
	vertical-align: top;
}

DIV#Middle-Section
{
	float: left;
	overflow: visible;
	margin: 0px 10px;
	text-align: left;
	width: 59%;
	max-width: 59%;
	vertical-align: top;
}

DIV#Right-Section
{
	float: right;
	overflow: hidden;
	margin-right: 10px;
	text-align: left;
	width: 20%;
	vertical-align: top;
}

DIV#Bottom-Section
{
    clear: both;
    margin-top: 10px;
    width: 100%;
}

DIV.Two_Col
{
    margin-right: 0px!important;
    max-width: 80%!important;
    width: 80%!important;
}

DIV.Three_Col
{
    clear: both;
    margin: 0px!important;
    max-width: 100%!important;
    width: 100%!important;
}

.CommonContents, #frameContent
{
	background-color: #FFFFFF;
    height: 100%;							/* Fix Empty Space at Bottom of the IFRAME - 11/Apr/2007 [A.M.] */
}



/*--[  W E B P A R T - S P E C I F I C  ]--*/


/* Shared Across Many WebParts */

.ErrorMsg
{
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, Helvetica, Sans-Serif;
}

.Note
{
    color: #003399;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
}

.Note-Emphasis1
{
    color: #003399;
    font-weight: bolder;
}

.Note-Emphasis2
{
    color: #CC0000;
    font-weight: bolder;
}

.Note-RED
{
    color: #CC0000;
    font-weight: bolder;
}


.saveText
{
    color: #003399;
    font-style: italic;
}

TR.bg_1
{
    background: #FFFFFF;
}

TR.bg_2
{
    background: #E9FCE2;
}

TR.bg_normal
{
    background: #FFFFFF;
}

TR.bg_alternate
{
    background: #E9FCE2;
}

.btnAddToCart
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_AddToCart.gif) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 94px;
	font-size: 0%;
    letter-spacing: 5000px;
}


.btnAddToHotlist
{
    background: url(../Images/themes/EsafetyInc-Theme/ButtonFamily/btn_AddToHotlist.gif) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 94px;
	font-size: 0%;
    letter-spacing: 5000px;
}

.btnAddToHotlistsmall
{
    background: url(/Images/esafetyinc/SITE/buttons/btn_hotlist-small.gif) no-repeat;
	border: 0px;
	height: 20px;
	margin-top: 5px;
	width: 20px;
	font-size: 0%;
	letter-spacing: 5000px;
}

.btnSendToFriend
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_EmailToFriend.gif) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 112px;
	font-size: 0%;
    letter-spacing: 5000px;
}

.btnUpdate
{
	background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_Update.gif) no-repeat;
	border: 0px;
	height: 20px;
	width: 68px;
	margin-left: 3px;
	font-size: 0%;
    letter-spacing: 5000px;
}

.btnRemove
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_Remove.gif) no-repeat;
    border: 0px;
    height: 18px;
    width: 92px;
	font-size: 0%;
    letter-spacing: 5000px;
}

.btnRemoveAll
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_RemoveAll.gif) no-repeat;
    border: 0px;
    height: 18px;
    width: 92px;
	font-size: 0%;
    letter-spacing: 5000px;
}


DIV.AD-WebPart                        
{
    background-color: #FFFFFF;
    clear: both;
    margin-bottom: 10px;
}

DIV.Webpart
{
    background-color: #FFFFFF;
	border: solid 1px #020101;
	color: #000000;
	font-size: 8pt;
    margin-bottom: 10px;
}

DIV.Webpart DIV.headText
{
	background: url(../images/themes/EsafetyInc-Theme/bg_webpart_header.gif) repeat-x;
	color: #66ff33;
	font-weight: bold;
	height: 23px;
	padding: 5px 0px 0px 5px;
	text-align: left;
	max-height: 20px;
	font-size: 9pt;
}

DIV.Webpart DIV.itemText
{
    background: url(../images/shared/dot.jpg) no-repeat 10px 50%;
    border-bottom: solid 1px #c5c5c5;
	padding: 3px 0px 3px 20px;
	text-align: left;
}

DIV.Webpart DIV.itemText A:link, DIV.Webpart DIV.itemText A:visited
{
    color: #000000;
    text-decoration: none;
}

DIV.Webpart DIV.itemText A:hover, DIV.Webpart DIV.itemText A:visited:hover
{
    color: #A1A1A1;
}

DIV.Webpart DIV.itemImg
{
    padding: 10px 0px;
    text-align: center;
}

DIV.Webpart SPAN.totalText
{
    font-weight: bold;
    padding-right: 5px;
}

DIV.Webpart SPAN.totalValue
{
    padding-right: 5px;
}

DIV.Webpart A.btnMore
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_more.gif) no-repeat;
    width: 31px;
    height: 7px;
    margin: 6px 5px 0px 3px;
	font-size: 0%;
    letter-spacing: 5000px;
}


DIV.Webpart INPUT.btnGo
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
    margin: 5px 2px;

}


/*DIV.Webpart INPUT.btnGo /* commented out - replaced with html version
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_go.jpg) no-repeat;
    border: 0px;
    margin: 5px 2px;
    width: 55px;
    height: 18px;
	font-size: 0%;
    letter-spacing: 5000px;
}*/

/* Banner [Amazon_Clean] */

DIV#Banner DIV A
{
    margin: 0px;
    padding: 0px;
}
DIV#Banner DIV IMG
{
vertical-align:top;
}



/* A_NavigationBar [Amazon_Clean] */
#New_NavMenu {
	background:url(../Images/EsafetyInc/navbar/link-bg.jpg) repeat-x;
	width:995px;
	height:30px !important;
	padding:0px 0px 0px 5px !important;
	margin:auto;
	position:relative;
	border-bottom:0px solid #a8a39f;
	font:11px Verdana;
}
#New_NavMenu img {
	border:0px;
}
#New_NavMenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#New_NavMenu li {
	float:left;
	position:relative;
	text-align:center;
	margin-left:24px;
}
/* Main Menu - Active Link & Visited Link Setup */

#New_NavMenu a:link, #New_NavMenu a:visited {
	display:block;
	text-decoration:none;
	color:#000000 /*#993300*/;
	height:24px;
	/*background:url(link-bg.png) repeat-x;*/
font-weight:bold;
	width:130px;
	padding:6px 0px 0px 0px;
}
/* End of Main Menu - Active Link & Visited Link Setup */	


/* Main Menu - Hover Link Setup */

#New_NavMenu :hover > a {
	color:#333333;
	background:url(../Images/EsafetyInc/navbar/link-bg-hover.jpg) repeat-x;
	width:128px;
	height:24px;
	padding:6px 0px 0px 0px;
	border-bottom:0px solid #ffffff;
	border-right:1px solid #a8a39f;
	border-left:1px solid #a8a39f;
}
/* End of Main Menu - Hover Link Setup */	

/* #New_NavMenu table Setting */

/*#New_NavMenu table {border-bottom:1px solid #4a5454;border-left:1px solid #4a5454;border-right:1px solid #4a5454;}*/
#New_NavMenu table td {
	background:#FFFFFF;
}
#New_NavMenu table {
	border-bottom:1px solid #a8a39f;
	border-right:1px solid #a8a39f;
	border-left:1px solid #a8a39f;
}
/*End Here */

#New_NavMenu ul ul a.drop, #New_NavMenu ul ul a.drop:visited {
	background:#d4d8bd no-repeat center;
}
#New_NavMenu ul ul a.drop:hover {
	background:#c9ba65 no-repeat center;
}
#New_NavMenu ul ul :hover > a.drop {
	background:#c9ba65 no-repeat center;
}
#New_NavMenu ul ul ul a, #New_NavMenu ul ul ul a:visited {
	background:#e2dfa8;
}
#New_NavMenu ul ul ul a:hover {
	background:#b2ab9b;
}
#New_NavMenu ul ul {
	visibility:hidden;
	position:absolute;
	top:30px;
	left:-19px;
	width:124% !important;
}
#New_NavMenu ul ul li div {
	float:left !important;
}
*html #New_NavMenu ul ul {
	top:30px;
	display:block;
	width:auto;
}
#New_NavMenu ul ul ul {
	left:149px;
	top:-1px;
}
#New_NavMenu ul ul ul.left {
	left:-149px;
}
/* Sub Menu - Active Link & Visited Link Setup */



#New_NavMenu ul ul a:link, #New_NavMenu ul ul a:visited {
	color:#000000 !important;
	text-align:left !important;
	font-weight:normal !important;
	padding:5px 10px 0px 10px !important;
	height:20px !important;
	background:none !important;
	text-align:left !important;
	display:block !important;
	width:auto !important;
	white-space:nowrap !important;
	font:11px arial;
	border:0px !important;
}
/* Background Setting For Sub Menu (Active & Visited)  */

#New_NavMenu ul ul li {
	left:-5px;
	background:#FFFFFF !important;
	width:auto;
	display:block;
	border-left:0px solid #b9b8b8;
	border-bottom:0px solid #b9b8b8;
	border-right:0px solid #b9b8b8;
	text-align:left
}
/* End of Sub Menu - Active Link & Visited Link Setup with Background Settings */





/* Background Setting and Formatting For Sub Menu (Hover)  */


#New_NavMenu ul ul a:hover {
	background:none !important;
	color:#003399 !important;
	text-align:left;
	font-weight:normal;
	font:11px;
	padding:5px 10px 0px 10px;
	height:20px;
	white-space:nowrap !important;
	border:0px !important;
	text-decoration:underline
}
/* End Background Setting and Formatting For Sub Menu (Hover)  */





#New_NavMenu ul li:hover ul, #New_NavMenu ul a:hover ul {
	visibility:visible;
}
#New_NavMenu ul :hover ul ul {
	visibility:hidden;
}
#New_NavMenu ul :hover ul :hover ul {
	visibility:visible;
}
/* Last Link Poistion (To shift It left side)*/

.last-link {
	margin-left:-14px !Important;
}
.red_Bullet {
	background:url(../Images/EsafetyInc/navbar/bullet.png) no-repeat;
	width:20px;
	height:20px;
	float:left;
	position:relative;
	margin-left:15px
}
	
/* E N D  - O F  -  N A V B A R  */


/*NavBar Setting For IE6*/
TABLE#navMenuTbl
{
	background: #003399;
	border-collapse: collapse;
	position: absolute;
	margin-top: 15px;
	margin-left: 0px;
	color: #FFFFFF;
	margin-right: 0px;
	width: 100px;
}

TABLE#navMenuTbl TD
{
	color: #FFFFFF;
	cursor: hand;
	padding: 2px 7px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

TABLE#navMenuTbl TD.hover
{
	cursor: pointer;
	color: #000000;
	font-weight: bold;
	background-color: #DCFFC0;
}

DIV#NavBar DIV#NavMenu
{
	cursor: hand;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

DIV#NavBar DIV#NavSubMenu
{
	/*border-bottom: solid 1px #004991;
	 border-top: solid 1px #000000;*/
    height: 30px;
	max-height: 30px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}




DIV#NavSubMenu DIV
{
    background: url(../images/themes/EsafetyInc-Theme/icon_level_sep.gif) no-repeat 0px 2px;
    padding-left: 12px;
}

DIV#NavSubMenu DIV#divMenu1
{
	margin-left: 25px !important;
}

DIV#NavSubMenu DIV#divMenu2
{
    margin-left: 195px !important;
}

DIV#NavSubMenu DIV#divMenu3
{
    margin-left: 364px !important;
}

DIV#NavSubMenu DIV#divMenu4
{
    margin-left: 470px !important;
}

DIV#NavSubMenu DIV#divMenu5
{
    margin-left: 695px !important;
}

DIV#NavSubMenu DIV#divMenu6
{
    margin-left: 720px !important;
}

DIV#SearchBar, DIV#LoginBar
{
	border-bottom: solid 1px #020101;
	height: 30px;
	padding: 0px 3px 0px 10px;
	margin: 5px 0px 10px 0px;
}

DIV#SearchBar
{
	float: left;
}

DIV#LoginBar
{
    text-align: left;
}

DIV#SearchBar TD, DIV#LoginBar TD
{
	padding: 3px;
}

/*DIV#LoginBar TD, 
{
    padding-top: 6px;
}*/

DIV#LoginBar .txtHead, DIV#SearchBar .txtHead
{
    font-weight: bold;
}

DIV#LoginBar INPUT#btnSignIn
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	/*border: 0px;
	height: 18px;
	width: 79px;
	background-image: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_signin.jpg);
	background-repeat: no-repeat;
	font-size: 0%;
    letter-spacing: 5000px;  */
}


DIV#SearchBar INPUT#btnSearch
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}


/*DIV#SearchBar INPUT#btnSearch
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_go.jpg) no-repeat;
    border: 0px;
    margin: 5px 2px;
    width: 55px;
    height: 18px;
	font-size: 0%;
    letter-spacing: 5000px;
}*/

DIV#SearchBar input#Keyword {
	background-color: #FFFF99;
	width: 175px;
	height: 18px;
}

/* FlashLogo [Amazon_Clean] /  FlashProduct [Amazon_Clean] */

DIV#FlashLogo DIV.headText DIV, DIV#FlashProduct DIV.headText DIV
{
    float: left;
}

DIV#FlashLogo A.btnMore, DIV#FlashProduct A.btnMore
{
    background: url(../images/shared/more.gif) no-repeat;
    float: right;
    height: 5px;
    margin-bottom: -7px;
    padding-bottom: 0px;
    width: 31px;
	font-size: 0%;
    letter-spacing: 5000px;
}

DIV#FlashLogo OBJECT, DIV#FlashLogo EMBED
{
    height: 85px;
    width: 587px;
}

DIV#FlashProduct OBJECT, DIV#FlashProduct EMBED
{
    height: 175px;
    width: 587px;
}

/* Footer [Amazon_Clean] */

DIV#Footer
{
	border-top: solid 3px #e9fce2;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	font-size: 9pt;
}

DIV#Footer DIV.Copyright
{
    font-weight: bold;
}

/* RootCategories [Amazon_Clean] / Departments [Amazon_Clean] */

DIV#RootCategories H1, DIV#Departments H1
{
    clear: both;
    background-color: #dcffd0;
    border-bottom: solid 1px #003399;
	font-size: 8pt;
    margin: 0 auto;
    padding: 3px 2px 5px 5px;
    text-align: left;
}

DIV#RootCategories H1 A:link, DIV#RootCategories H1 A:visited,
DIV#Departments H1 A:link, DIV#Departments H1 A:visited
{
    color: #020101;
    text-decoration: none;
}

DIV#RootCategories H1 A:hover, DIV#RootCategories H1 A:visited:hover,
DIV#Departments H1 A:hover, DIV#Departments H1 A:visited:hover
{
    color: #656565;
}

/* Basket [Amazon_Clean - Small] */

DIV#Basket_Small
{
    background-color: #FFFF99;
    border-color: #020101;
}

DIV#Basket_Small DIV.headText
{
	background-image: url(../images/themes/EsafetyInc-Theme/cart-header.gif);
	color: #000000;
}

DIV#Basket_Small A.btnMore
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn-cart.gif) no-repeat;
    display: block;
    width: 83px;
    height: 15px;
    margin: 6px 5px 5px 3px;
	font-size: 0%;
    letter-spacing: 5000px;
}

/* Hotlist [Amazon_Clean - Small] */

DIV#Hotlist_Small
{
    border-color: #020101;
}

DIV#Hotlist_Small DIV.headText
{
	background-image: url(../images/themes/EsafetyInc-Theme/hotlist-header.gif);
	color: #000000;
}

DIV#Hotlist_Small A.btnMore
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn-hotlist.gif) no-repeat;
    display: block;
    width: 83px;
    height: 15px;
    margin: 6px 5px 5px 3px;
	font-size: 0%;
    letter-spacing: 5000px;

}

/* RequestACatalog [Amazon_Clean] */

DIV#RequestACatalog DIV.imgRequestACatalog
{
    text-align: center;
}

DIV#RequestACatalog DIV.imgRequestACatalog A
{
    background: url(../images/EsafetyInc/covers/catalog-cover.jpg);
    border: solid 1px #a1a1a1;
    display: block;
    margin: 7px 0px;
    width: 142px;
    height: 185px;
}

/* CatSubSecVen [AdvSearch] */

DIV#divAdvSearch
{
    text-align:center;
}

DIV#cascadeSelects SPAN
{
    float: left;
    font-weight: bold;
    margin: 3px;
}

DIV#cascadeSelects SELECT
{
    margin-left: 4px;
	width: 94.5%;
}


/* CatSecSubVen [AdvSearch] */

#tblSrchCats
{
    width: 550px;
    text-align: center;
}

#tblSrchCats TD
{
    font-size: 9pt;
    font-weight: bold;
}

#tblSrchCats SELECT, #tblSrchCats textarea
{
	width: 425px;
	font-size: 9pt;
	padding: 1px;
	margin: 1px;
	color: #000000;
	background-color: #dcffd0;
}


.btnGoSrch
{
	font-weight: bolder;
	color: #66FF33;
	background-color: #020101;
}



/*  COMMENTED OUT - THIS IS IMAGE VERSION OF BUTTON
.btnGoSrch
{	
	background-image: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_go.jpg);
	border: 0px;
	cursor: pointer;
	height: 18px;
	width: 55px;
	font-size: 0%;
    letter-spacing: 5000px;
}*/





/* SearchResults [Amazon_Clean] */

DIV.searchResults, DIV.searchResults-Text
{
	*border-bottom: solid 1px #020101;*/
}


DIV.ProductTitle a
{
	font-size: 10pt;
	font-weight: bolder;
	color: #003399;
}

DIV.ProductTitle a:hover
{
	color: #a1a1a1;
	text-decoration: none;
}



DIV.searchResults DIV.Manufacturer, DIV.searchResults-Text DIV.Manufacturer
{
	font-weight: bold;
	color: #020101;
}


DIV.searchResults TD.pic
{
	width: 75px;
	text-align: right;
	padding-right: 10px;
}

DIV.ResultsHd
{
	background: url(../images/themes/EsafetyInc-Theme/buttonfamily/btn-results.gif) no-repeat;
	border-bottom: solid 2px #020101;
	height: 18px;
	margin-bottom: 3px;
	font-size: 0%;
    letter-spacing: 5000px;
}

/* CategoryMap [Default] */

TABLE#tblCatMap
{
   clear: left;
   font-family: Arial, Helvetica, sans-serif;
   width: 100%;
   margin-top: 20px;
}

TABLE#tblCatMap TD
{
	border: solid 1px #020101;
	background-color: #FFFFFF;
	font-size: 7pt;
	padding: 3px 5px;
	vertical-align: top;
	line-height: 125%;
}

TABLE#tblCatMap TD.hdText
{
    background-color: #020101;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

TABLE#tblCatMap TD.hdText A, TABLE#tblCatMap TD.hdText A:visited
{
    color: #FFFFFF;
}

TABLE#tblCatMap TD A, TABLE#tblCatMap TD A:visited
{
    color: #000000;
    text-decoration: underline;
}

TABLE#tblCatMap TD A:hover
{
    color: #c5c5c5;
    text-decoration: none;

}

/* SectionList [Amazon_Clean] / CategoryList [Amazon_Clean] */

TABLE#tblSectionList TD.sectionTD, TABLE#tblCategoryList TD.sectionTD
{
    vertical-align: top;
    width: 450px;
    padding: 5px;
}

TABLE.tblSection, TABLE.tblCategory
{
    background: url(../images/themes/EsafetyInc-Theme/bg_webpart_header.gif) repeat-x;
    border: solid 1px #020101;
    width: 100%;
}

TABLE.tblSection TD.headSection, TABLE.tblCategory TD.headCategory
{
    height: 20px;
    padding-bottom: 3px;
    padding-top: 2px;
}

TD.headSection A, TD.headSection A:visited, TD.headCategory A, TD.headCategory A:visited
{
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

TD.headSection A:hover, TD.headSection A:visited:hover,
TD.headCategory A:hover, TD.headCategory A:visited:hover
{
    color: #A2BAEB;
    text-decoration: underline;
}

TABLE.tblSection TABLE, TABLE.tblCategory TABLE
{
    background-color: #FFFFFF;
    color: #000000;
    font-size: 9pt;
    margin-bottom: 7px;
    width: 100%;
}

TABLE.tblSection TABLE TD.categoryTD, TABLE.tblCategory TABLE TD.categoryTD
{
    vertical-align: bottom;
    width: 65%;
}

TABLE.tblSection TABLE TD.vendorTD, TABLE.tblCategory TABLE TD.vendorTD
{
    vertical-align: top;
}

TABLE.tblSection TABLE TD.picSection, TABLE.tblCategory TABLE TD.picSection
{
    height: 75px;
    text-align: center;
    vertical-align: middle;
    width: 75px;
}

TABLE.tblSection SELECT, TABLE.tblCategory SELECT
{
    width: 95%;
}

TABLE.tblSection INPUT.btnGo, TABLE.tblCategory INPUT.btnGo
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
    cursor: pointer;
    border: 0px;
/*  width: 48px;
    height: 18px;
	font-size: 0%;
    letter-spacing: 5000px;
    background-image: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_go_flat.gif);*/

}

TABLE.tblSection INPUT.btnGo:hover, TABLE.tblCategory INPUT.btnGo:hover
{
	font-weight: bold;
	color: #003399;
	background-color: #66ff33;
    cursor: pointer;
    border: 0px;
}


/* CategoryTree2 [Amazon_Clean] */

DIV.catTree
{
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

DIV.catTree SPAN
{
    background: url(../images/themes/EsafetyInc-Theme/icon_level_sep.gif) no-repeat 0px 2px;
    margin-left: 5px;
    padding-left: 15px;
}

/* KeywordGroupSearch [Amazon_Clean] / ItemsResults [Amazon_Clean] */

TABLE#tblSrchResults, TABLE#tblItemResults
{
    border: solid 2px #020101;
    width: 100%;
}

TABLE#tblSrchResults TD, TABLE#tblItemResults TD
{
    vertical-align: middle;
}

TABLE#tblSrchResults TD.topNavLeft, TABLE#tblItemResults TD.topNavLeft
{
    color: #F5F5F5;
    height: 30px;
    padding: 0px 3px;
}

TABLE#tblSrchResults TD.topNavLeft A, TABLE#tblItemResults TD.topNavLeft A
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

TABLE#tblSrchResults TD.topNavLeft A:hover, TABLE#tblItemResults TD.topNavLeft A:hover
{
    text-decoration: none;
}

TABLE#tblSrchResults TD.topNavLeft SPAN, TABLE#tblItemResults TD.topNavLeft SPAN
{
    color: #000000;
    font-weight: bold;
}

TABLE#tblSrchResults TD.topNavRight, TABLE#tblItemResults TD.topNavRight
{
    color: #000000;
    height: 30px;
    padding: 0px 5px;
    text-align: right;
}

TABLE#tblSrchResults TD.topNavRight A, TABLE#tblItemResults TD.topNavRight A
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

TABLE#tblSrchResults TD.topNavRight A:hover, TABLE#tblItemResults TD.topNavRight A:hover
{
    text-decoration: none;
}

TABLE#tblSrchResults TD.resultNav, TABLE#tblSrchResults TD.resultNav-Right, TABLE#tblSrchResults TD.resultNav-Right A,
TABLE#tblItemResults TD.resultNav, TABLE#tblItemResults TD.resultNav-Right, TABLE#tblItemResults TD.resultNav-Right A
{
    background: #020101;
    border-bottom: solid 1px #020101;
    border-top: solid 1px #020101;
    color: #FFFFFF;
    padding: 3px 5px;
}

TABLE#tblSrchResults TD.resultNav-Right, TABLE#tblItemResults TD.resultNav-Right
{
    text-align: right;
}

TABLE#tblSrchResults TD.resultNav A, TABLE#tblSrchResults TD.resultNav A:visited,
TABLE#tblItemResults TD.resultNav A, TABLE#tblItemResults TD.resultNav A:visited
{
	color: #020101;
	font-size: 8pt;
	padding-right: 3px;
	text-decoration: underline;
	font-weight: bold;
}

TABLE#tblSrchResults TD.resultNav A:hover, TABLE#tblItemResults TD.resultNav A:hover
{
    text-decoration: none;
}

TABLE#tblSrchResults TD.resultNav SPAN, TABLE#tblItemResults TD.resultNav SPAN
{
    color: #000000;
    font-weight: bold;
    padding-right: 3px;
}

TABLE#tblSrchResults TD.resultNav DIV, TABLE#tblItemResults TD.resultNav DIV
{
    display: inline;
    position: relative;
    top: -2px;
}

TABLE#tblSrchResults TD.leftNav
{
	background-color: #dcffd0;
	padding-left: 6px;
	vertical-align: top;
	width: 23%;
	line-height: 125%;
}

TABLE#tblSrchResults TD.leftNav A
{
	color: #020101;
	text-decoration: underline;
}

TABLE#tblSrchResults TD.leftNav A:hover
{
	text-decoration: none;
}

TABLE#tblSrchResults TD.leftNav DIV
{
    font-size: 9pt;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 5px;
}

TABLE#tblSrchResults TD.leftNav SPAN
{
    background: url(../images/themes/EsafetyInc-Theme/icon_level_sep.gif) no-repeat 0px 2px;
    display: block;
    float: left;
    height: 10px;
    margin-right: 1px;
    width: 10px;
}

TABLE#tblSrchResults SELECT
{
    font-size: 9pt;
    width: 118px;
}

TABLE#tblSrchResults TD.tdSrchTbl
{
    text-align: center;
    vertical-align: top;
    width: 77%;
}

TABLE#tblSrchItems
{
    background-color: #020101;
    border-collapse: separate;
    font-size: 9pt;
    margin: 15px;
    width: 95%;
}

TABLE#tblSrchItems TD
{
    background-color: #FFFFFF;
    text-align: center;
    padding: 5px 3px;
    vertical-align: top;
}

TABLE#tblSrchItems TD.Items-Col1
{
    width: 33%;
}

TABLE#tblSrchItems TD.Items-Col2
{
    width: 33%;
}

TABLE#tblSrchItems TD.Items-Col3
{
    width: 34%;
}

TABLE#tblSrchItems TD.tdGroup-Text
{
    background-color: #FFFFFF;
    text-align: left;
    padding: 5px 3px;
    vertical-align: top;
}

TABLE#tblSrchItems DIV.itemPic
{
    height: 75px;
}

TABLE#tblSrchItems DIV.itemPic IMG
{
    max-height: 75px;                                /* Added To Make Images Stay at 75px - A.M. [26/07/2007] */
}


TABLE#tblSrchItems TD DIV.prodBrand, TABLE#tblSrchItems TD DIV.prodBrand-Text
{
	color: #020101;
	font-size: 8pt;
}

TABLE#tblSrchItems TD DIV.prodName A, TABLE#tblSrchItems TD DIV.prodName-Text A
{
	font-weight: bold;
}

TABLE#tblSrchItems TD DIV.prodDesc
{
    /*font-size: 8pt;*/
}

TABLE#tblSrchItems TD DIV.prodPrice
{
color: #CC0000;
text-transform: uppercase;
font-weight: bold;
}

TABLE#tblHeading
{
    background-color: #F5F5F5;
    margin: 5px 0px 20px 0px;
    width: 99%;
}

TABLE#tblHeading TD
{
	font-size: 9pt;
}

TABLE#tblHeading TD H1
{
    font-size: 14pt;
    margin-bottom: 5px;
}

/* LoginForm [Amazon_Clean] */

TABLE.loginTbl
{
    background: #FFFFFF;
    width: 55%;
}

TABLE.loginTbl TD
{
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

TABLE.loginTbl TD.labelColumn
{
    font-weight: bold;
    width: 20%;
}

TABLE.loginTbl TD.fieldColumn
{
    width: 30%;
}

TABLE.loginTbl TD.errorColumn
{
    width: 50%;
}

TABLE.loginTbl INPUT#btnLogin
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_login.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;
	font-size: 0%;
    letter-spacing: 5000px;
}

TABLE.loginTbl P A
{
    background: url(../images/themes/EsafetyInc-Theme/bg_oval.gif) no-repeat;
    display: block;
    padding-left: 20px;
}

/* ForgotPassword */

TABLE#fpassTbl
{
    background: #FFFFFF;
    width: 65%;
}

TABLE#fpassTbl TD
{
	padding: 2px 5px;
	font-size: 9pt;
}

TABLE#fpassTbl TD.labelColumn
{
    font-weight: bold;
    width: 18%;
}

TABLE#fpassTbl TD.fieldColumn
{
    width: 30%;
}

TABLE#fpassTbl INPUT#btnSend
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_sendemail.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;
	font-size: 0%;
    letter-spacing: 5000px;
}

/* Register [Amazon_Clean] / MyAccount [Amazon_Clean] */

DIV.divUserInfo H2
{
    font-family: Arial, Helvetica, Sans-Serif;
    width: 750px;
}

TABLE.tblUserInfo
{
    border: 1px solid #020101;
    clear: both;
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 4px;
    width: 750px;
}

TABLE.tblUserInfo TR.bg_normal
{
    background: #F5F5F5;
}

TABLE.tblUserInfo TR.bg_alternate
{
    background: #DADADA;
}

TABLE.tblUserInfo TR.sectionTitle TD
{
    border-bottom: solid 1px #020101;
    border-top: solid 1px #020101;
    color: #003399;
    font-size: 12pt;
    font-weight: bold;
    padding: 7px 0px;
}

TABLE.tblUserInfo TD
{
	font-size: 9pt;
	margin: 2px;
	padding: 3px;
}


TABLE.tblUserInfo TD.iconColumn
{
    width: 2px;
}

TABLE.tblUserInfo TD.labelColumn
{
    width: 205px;
}

TABLE.tblUserInfo TD.fieldColumn
{
    width: 205px;
}

TABLE.tblUserInfo TD.msgColumn
{
    text-align: right;
    width: 338px;
}

TABLE.tblUserInfo INPUT, TABLE.tblUserInfo SELECT
{
    border: solid 1px #C8C8C8;
	font-size: 9pt;
}

INPUT#btnRegister
{
    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_register.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;
	font-size: 0%;
    letter-spacing: 5000px;
}

INPUT#btnUpdate
{
 	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
    margin: 5px 2px;
/*   background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_update.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;
	font-size: 0%;
    letter-spacing: 5000px; */
}

INPUT#btnCancel
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
    margin: 5px 2px;
/*    background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_cancel.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;
	font-size: 0%;
    letter-spacing: 5000px;  */
}

INPUT#btnChange
{
 	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
    margin: 5px 2px;
/*   background: url(../images/themes/EsafetyInc-Theme/ButtonFamily/btn_change.gif) no-repeat;
    border: 0px;
    height: 20px;
    width: 71px;
	font-size: 0%;
    letter-spacing: 5000px;  */
}

TABLE#ManageAddresses                          /* Added for TASK:K01 - 5/2/2007 - Manage Addresses from Account - 09/May/2007 [A.M.] */
{
    border: solid 1px #020101;
    width: 750px;
}


/** LORI ADDED TO STYLIZE SIZE CHARTS FROM ECAT *//

.chart tbody tr td strong {
	font-size: 10pt;
	font-weight: bold;
	color: #66ff33;
}
.chart td {
	font-size: 9pt;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #003399;
}
.chart caption {
	font-size: 12pt;
	font-weight: bold;
	color: #66ff33;
}


/* GroupInfo [Amazon_Clean] */

DIV#grpImg
{
	float: left;
	height: 270px;
	margin-right: 10px;
	vertical-align: top;
	width: 250px;
	color: #003399;
	text-align: center;
	font-weight: bold;
}

DIV#grpImg IMG.Empty
{
    height: 250px;
    width: 250px;
}

DIV#grpInfo
{
    margin-left: 10px;
}


DIV#grpInfo img
{
    margin-right: 20px;
}

DIV#grpInfo H3
{
    font-size: 14pt;
    font-weight: bold;
}

DIV#grpInfo LI
{
    margin-left: 15px;
}

DIV#grpThumbImgs
{
    clear: both;
    margin: 5px 0px 10px 0px;
}

DIV.grpThumb
{
    float: left;
    width: 190px;
	color: #003399;
	text-align: center;
	font-weight: bold;

}
 
TABLE.itemTbl
{
    border-top: solid 1px #020101;
    border-left: solid 1px #020101;
    /*border-collapse: collapse;*/
    clear: both;
    margin: 10px 0px;
}

TABLE.itemTbl TH
{
    border-bottom: solid 1px #020101;
    border-right: solid 1px #020101;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}

TABLE.itemTbl TD
{
    border-bottom: solid 1px #020101;
    border-right: solid 1px #020101;
    padding: 2px 3px;
}

TABLE.itemTbl TD.sectHead
{
    background: #c9dafd;
    font-weight: bold;
}

/* New CSS for group info item table for new price Lori added 7-24-08 */

SPAN.amtSave
{
    color: #CC0000;
    font-weight: bold;
	font-size: 10pt;
}

SPAN.price1
{
	color: #003399;
	font-weight: bold;
	font-size: 10pt;
}

SPAN.price2
{
	color: #003399;
	font-weight: bold;
	font-size: 10pt;
}
/* END New CSS for group info item table for new price Lori added 7-24-08 */


/*added for See Related Products Tables   */
div.srp TABLE.itemTbl TH a
{
	color: #A2BAEB;
}

div.srp TABLE.itemTbl TH
{
    border-bottom: solid 1px #020101;
    border-right: solid 1px #020101;
	font-weight: bold;
	color: #A2BAEB;
	background-color: #003399;
}


/* ProductDetail [Amazon_Clean] */

DIV#prodImg
{
    float: left;
    height: 270px;
    margin-right: 10px;
    vertical-align: top;
    width: 250px;
}

DIV#prodInfo
{
    margin-left: 10px;
}

DIV#prodInfo H3
{
    font-size: 14pt;
    font-weight: bold;
}

SPAN.priceHead, SPAN.moreHead
{
    font-weight: bold;
}

/* lori added 070308 to increase size of prices on product info page */

SPAN.priceValue, SPAN.moreValue
{
	font-weight: bold;
	font-size: 12pt;
	color: #003399;
}


#prodinfo .saveText
{
	color: #66FF33;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}
/*ended price increase css*/

TABLE#prodSummary
{
    background: #FAFAFA;
    border: solid 1px #020101;
    border-collapse: collapse;
    margin: 10px 0px;
}

TABLE#prodSummary TD
{
    border: solid 1px #020101;
    padding: 5px;
}

DIV#orderDiv
{
    clear: left;
    text-align: center;
}

DIV#sendToFrndDiv
{
    visibility: hidden;
    padding: 10px;
}

TABLE#tblSend2Frnd
{
    border: solid 1px #020101;
    margin: 10px 0px;
    width: 630px;
}

TABLE#tblSend2Frnd TD
{
    padding: 3px 10px;
}

TABLE#tblSend2Frnd TD.txtStep
{
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
}

/* EmailAFriend [Amazon] */

TABLE#tblMain
{
    background-color: #FFFFFF;
    border: solid 1px #020101;
}

TABLE#tblMain TD.titleText
{
	background: url(../images/shared/email-head2.gif) no-repeat;
	color: #020101;
	font-size: 14pt;
	font-weight: bold;
	height: 47px;
	padding-left: 85px;
}

TABLE#tblMain TD.infoText
{
	font-size: 10pt;
}

TABLE#tblProdFeat
{
    background-color: #f5f5f5;
    border: solid 1px #020101;
}

TABLE#tblProdFeat TD
{
    border-bottom: solid 1px #020101;
    border-right: solid 1px #020101;
}

TABLE#tblMain TD.Title
{
    color: #66FF33;
    font-size: 12pt;
}

TABLE#tblMain TD.spc
{
    background-color: #020101;
    height: 2px;
}

TABLE#tblMain TD.prodSrch
{
    padding-left: 5px;
}

TABLE#tblMain SPAN
{
    font-size: 9pt;
}

TABLE#tblMain SPAN.RecipentName
{
	font-weight: bold;
	font-size: 10pt;
}

TABLE#tblMain SPAN.prodDesc
{
    font-size: 10pt;
    font-weight: bold;
}

TABLE#tblMain SPAN.prodDetails
{
    /*font-size: 9pt;*/
}

TABLE#tblMain SPAN.prodDetailsHd
{
    /*font-size: 9pt;*/
    font-weight: bold;
}

/* Basket [Amazon_Clean] / Hotlist [Amazon_Clean] */

#tblBasket, #tblHotlist
{
    border: solid 1px #020101;
    border-collapse: collapse;
    margin: 10px 0px;
    width: 100%;
}

#tblBasket TD,
#tblHotlist TH, #tblHotlist TD
{
    border: solid 1px #020101;
    padding: 3px;
}

#tblBasket TH
{
	border: solid 1px #020101;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}


INPUT.qtyFld
{
	width: 25px;
	text-align: center;
}
/* CheckoutSection [Amazon_Clean] */

TABLE#tblCheckOut
{
	background: #DCFFD0;
	border: 3px solid #020101;
	margin: 10px 0px;
	width: 100%;
}
TABLE#tblCheckOut P
{
	font-size: 10pt;
	line-height: 115%;
}

TABLE#tblCheckOut H5
{
	font-size: 12pt;
	color: #66FF33;
	line-height: 115%;
}

TABLE#tblCheckOut INPUT
{
	background-color: #003399;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
/*	cursor: pointer;                           /* Commented out by Van Dame [10/May/2007] */
}

/* Commented out by Van Dame [10/May/2007]
TABLE#tblCheckOut INPUT:hover
{
	font-size: 8pt;
	color: #020101;
	font-weight: bolder;
	background-color: #66ff33;
	cursor:hand;
}
*/

#tblCheckOut TD#loginColumn                    /* Added For Login / Continue Options - 23/Apr/2007 [A.M.] */
{
	padding: 5px 10px;
	vertical-align: top;
	width: 50%;
}

#tblCheckOut TD#continueColumn                 /* Added For Login / Continue Options - 23/Apr/2007 [A.M.] */
{
	padding: 5px 10px;
	vertical-align: top;
	width: 50%;
}

#tblCheckOut DIV#divLogin                      /* Added For Login / Continue Options - 23/Apr/2007 [A.M.] */
{
    background: #DCFFD0;
    border: solid 1px #020101;
    font-size: 9pt;
    height: 100px;
    padding: 3px;
    position: absolute;
    text-align: center;
    width: 225px;
}



/* All Checkout Steps [Amazon_Clean] */

#CheckoutSteps_Container
{
    clear: both;
    margin: 0 auto;
    width: 100%;
}

#CheckoutSteps_Container UL
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#CheckoutSteps_Header UL
{
    padding: 4px 0;
    margin: 0;
}

#CheckoutSteps_Header LI
{
    float: left;
    border: 0px;
    padding: 0;
    margin: 0;
    display: inline;
}

.CheckoutSteps_HeaderLineLeft
{
    float: left;
    width: 46px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_title_left.gif);
    background-repeat: no-repeat;
}

.Icon_ShipAdr
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_shipping.gif);
    background-repeat: no-repeat;
}
.Icon_BillAdr
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_billing.gif);
    background-repeat: no-repeat;
}
.Icon_Shipping
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_shipping.gif);
    background-repeat: no-repeat;
}
.Icon_Payment
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_payment.gif);
    background-repeat: no-repeat;
}
.Icon_Summary
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_summary.gif);
    background-repeat: no-repeat;
}

.Icon_Confirmation
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_confirmation.gif);
    background-repeat: no-repeat;
}

.Title_ShipAdr
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/title_shippingaddress.gif);
    background-repeat: no-repeat;
}
.Title_BillAdr
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/title_billingaddress.gif);
    background-repeat: no-repeat;
}
.Title_Shipping
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/title_shipping.gif);
    background-repeat: no-repeat;
}
.Title_Payment
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/title_payment.gif);
    background-repeat: no-repeat;
}
.Title_Summary
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/title_summary.gif);
    background-repeat: no-repeat;
}
.Title_Confirmation
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/title_confirmation.gif);
    background-repeat: no-repeat;
}


.CheckoutSteps_HeaderLine
{
    float: left;
    width: 424px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_title.gif);
    background-repeat: repeat-x;
}
.CheckoutSteps_CartIcon A
{
    float: left;
    width: 150px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_shopping.gif);
    background-repeat: no-repeat;
    background-position: 2px 0;
}

#CheckoutSteps
{
    float: left;
    border: 0px;
    margin: 3px 0 2px 0;
    padding: 0;
    height: 75px;
}
.CheckoutStep_ShipAdr
{
    float: left;
    width: 247px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_shippingaddress.gif);
    background-repeat: no-repeat;
    background-position: 66px 0px;
}

.addresslabels {
	font-size: 8pt;
	font-weight: bold;
}
.CheckoutStep_ShipAdr_Selected
{
    float: left;
    width: 247px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_shippingaddress_active.gif);
    background-repeat: no-repeat;
    background-position: 66px 0px;
}
.CheckoutStep_BillAdr
{
    float: left;
    width: 134px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_billingaddress.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_BillAdr_Selected
{
    float: left;
    width: 134px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_billingaddress_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Shipping
{
    float: left;
    width: 110px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_shipping.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Shipping_Selected
{
    float: left;
    width: 110px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_shipping_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Payment
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_payment.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Payment_Selected
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_payment_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Summary
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_summary.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Summary_Selected
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_summary_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Confirmation
{
    float: left;
    width: 190px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_confirmation.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Confirmation_Selected
{
    float: left;
    width: 190px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/step_confirmation_active.gif);
    background-repeat: no-repeat;
}

#CheckoutSteps_SubHeader
{
    clear: both;
    float: left;
    width: 913px;
    border: 0px;
    margin: 3px 0px 3px 3px;
}
/*
#CheckoutSteps_SubHeader_Left
{
    float: left;
    width: 3px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_sep_med_left.gif);
    background-repeat: no-repeat;
}
*/
#CheckoutSteps_SubHeader_Title
{
    color:#020101;
    float: left;
    margin: 0;
    padding: 30px 0 0 0;
    width: 767px;
    /*height: auto;*/
    font-size: 12pt;
    font-weight: bold;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_sep_med.gif);
    background-repeat: repeat-x;
}

#CheckoutSteps_SubHeader_Title SPAN
{
    padding-left: 10px;
    margin: 0;
    font-size: 10pt;
    color: #333333;
    font-weight: bold;
}

#CheckoutSteps_SubHeader_Title P
{
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 9px;
    /*color: #66FF33;*/
	color:#003399;
    font-weight: bold;
}

.SubHeader_Title
{
    /*float: left;*/
    color:#020101;
    width: 382px;
    font-size: 12pt;
    font-weight: bold;
}

.SubHeader_Title SPAN
{
    font-size: 10pt;
    font-weight: bold;
}

.CheckoutSteps_Underline
{
    float: left;
    padding: 0;
    margin: 2px 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_sep_dot.gif);
    background-repeat: repeat-x;
}

.CheckoutSteps_Separator
{
    float: left;
    padding: 0;
    margin: 5px 0;
    width: 764px;
    height: 3px;
    font-size: 1px;
    background-color: #ACBECB;
}

#CheckoutSteps_SubHeader_Step1
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_step1.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step2
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_step2.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step3
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_step3.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step4
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_step4.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step5
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_step5.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step6
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/icon_step6.gif);
    background-repeat: no-repeat;
}

#CheckoutSteps_EditSection
{
    clear: both;
    float: left;
    /*margin: -10px 0 3px 17px !important;*/
    margin: 0 0 3px 17px;
    padding: 0;
    width: 898px;
    border: 0;
}
#tblShipAdr
{
    width: 898px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_step1.gif);
}
#tblBillAdr
{
    width: 898px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_step2.gif);
}
#tblShipping
{
    width: 764px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_step3.gif);
}

#tblShipMethod
{
    width: 898px;
    clear: both;
}

#tblShipAdr TR, #tblBillAdr TR
{
    height: 15px;
}
#tblShipMethod TH
{
    color:#020101;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}
#tblShipMethod .Col1
{
    width: 1%;
}
#tblShipMethod .Col2
{
    width: 34%;
}
#tblShipMethod .Col3
{
    width: 65%;
}

.tblShippingRates
{
	width:auto;
	border:1px solid #c5c5c5;
}

.tblShippingRates_TR
{
	height:20px;
	background-color:#f5f5f5;
}

.tblShippingRates_TH
{
	background-color:#dadada;
	font-weight:bold;
}

.tblShippingRates_TH2
{
	background-color:#dadada;
}

.tblShippingRates TD
{
	padding:5px;
}

.Adr_TD1
{
    font-weight: bold;
    font-size: 10pt;
    color: #656565;
    width: 118px;
}
.Adr_TD2
{
    width: 233px;
}
.Adr_TD3
{
    font-weight: bold;
    font-size: 10pt;
    color: #656565;
    width: 130px;
}
.Adr_ErrNote
{
    font-size: 7pt;
    color: #66FF33;
    font-weight: bold;
    width: 240px;
    text-align: left;
}
.Adr_btn
{
    height: 35px;
    text-align: left;
}
.CheckOut_InputFld_Small
{
    float: left;
    clear: left;
    border: #dcdcdc 1px solid;
    width: 130px;
    color: #000000;
    height: 20px;
    background-color: #FFFFFF;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.optHead                                        /* Added for PickShipping - Special Instructions  - 06/Apr/2007 [A.M.] */
{
    background: #C5C5C5;
    font-size: 10pt;
    font-weight: bold;
}



.CheckOut_InputFld_Medium                   /* Added for PickShipping - Special Instructions  - 06/Apr/2007 [A.M.] */
{
    border: #DADADA 1px solid;
    width: 73%;
    color: #000000;
    height: 20px;
    background-color: #FFFFFF;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.CheckOut_InputFld_Opt                      /* Added for PickShipping - Special Instructions  - 06/Apr/2007 [A.M.] */
{
    float: left;
    clear: left;
    border: #DADADA 1px solid;
    width: 100%;
    color: #000000;
    height: 20px;
    background-color: #FFFFFF;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

TEXTAREA.CheckOut_InputFld_Opt              /* Added for PickShipping - Special Instructions  - 06/Apr/2007 [A.M.] */
{
    height: auto;
}

INPUT.optText, TEXTAREA.optText				/* Added for PickShipping - Special Instructions  - 16/Apr/2007 [A.M.] */
{
    color: #666666;
    font-weight: bold;
}





.CheckOut_InputFld
{
    clear: left;
    border: #dcdcdc 1px solid;
    float: left;
    width: 200px;
    color: #000000;
    height: 20px;
    background-color: #FFFFFF;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
.Adr_btnNext
{
    background-image: url(../images/themes/Amazon_Green/ButtonFamily/btn_proceed.gif);
    cursor: pointer;
    width: 249px;
    height: 36px;
    border: none;
	font-size: 0%;
    letter-spacing: 5000px;
}
.Adr_checkTD
{
    width: 25px;
}
.Adr_labelTD
{
    font-weight: bold;
    font-size: 9pt;
    color: #020101;
    text-align: right;
}

.btnContinue
{
	background-image: url(../images/themes/Amazon_Green/ButtonFamily/btn_proceed.gif);
	cursor: pointer;
	width: 249px;
	height: 36px;
	border: none;
	font-size: 0%;
	letter-spacing: 5000px;
	margin-bottom: 20px;
}
.addressTD
{
    font-size: 10pt;
    color: #656565;
    padding-left: 10px;
}

#ShipMethodHeader
{
    float: left;
    margin: 0;
    padding: 0;
    width: 898px;
    border: 0;
}

.Line1_Middle
{
    float: left;
    margin: 30px 0 0 0;
    width: 100%;
    height: 5px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_sep_thin.gif);
    background-repeat: repeat-x;
}

.ShipMethod_Title
{
    font-weight: bold;
    font-size: 11pt;
    color: #020101;
    padding: 5px;
}
.ShipMethod_Underline
{
    float: left;
    padding: 0;
    margin: 0;
    height: 1px;
    width: 898px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_sep_dot.gif);
    background-repeat: repeat-x;
}
.Line2
{
    clear: both;
    margin: 10px 0 0 0;
    width: 898px;
    height: 5px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_sep_thin.gif);
    background-repeat: repeat-x;
}


.fldHead
{
    color: #020101;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
}
.fldHead_top
{
    color: #020101;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    vertical-align: top;
}

.fldHeadLeft
{
    color: #020101;
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
}

.greyTD
{
    background-color: #dadada;
}

#Adr_Footer
{
    clear: both;
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 920px;
    border: 0;
}

.Footer_Line1_Middle
{
    float: left;
    width: 100%;
    height: 15px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_sep_thin.gif);
    background-repeat: repeat-x;
}

#Adr_RegisteredAdr
{
    float: left;
    margin: 0 0 10px 5px;
    width: 920px;
    font-size: 8pt;
    padding: 0;
}
#RegisteredAdr_Title
{
    color:#020101;
    float: left;
    margin: 0;
    font-size: 12pt;
    font-weight: bold;
    padding: 0 0 5px 0;
}
.RegisteredAdr_Underline
{
    float: left;
    padding: 0;
    margin: 0;
    height: 1px;
    width: 920px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_sep_dot.gif);
    background-repeat: repeat-x;
}
.Adr_Addresses
{
    float: left;
    margin: 0;
    padding: 0;
    width: 920px;
    min-height: 30px;
    font-size: 8pt;
}

.addressTbl TD
{
    font-size: 10pt;
    color: #656565;
}

.Footer_Line2_Middle
{
    float: left;
    width: 100%;
    height: 8px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_sep_med.gif);
    background-repeat: repeat-x;
}

.btnUseAddress A
{
    background: url(../images/themes/Amazon_Green/ButtonFamily/btn_usenext.gif) no-repeat left;
    float: left;
	font-size: 0%;
    height: 25px;
    letter-spacing: 5000px;
    margin: 0;
    width: 250px;
    overflow: hidden;                               /* Added To Remove Funky Lines on the button - Apr/30/2007 [A.M.] */
    text-decoration: none;                          /* Added To Remove Funky Lines on the button - Apr/30/2007 [A.M.] */
}

UL.Address LI
{
    list-style-type: none;
    display: block;
    margin: 0;
    padding-left: 5px;
    min-height: 18px;
}

UL.Address LI A.disabled							/* Added to Change Disabled Link Color - Used For Account Address */
{
	color: #A1A1A1;
}

.sepbar
{
    width: 25px;
    min-height: 145px;
    background-image: url(../images/themes/Amazon_Green/CheckoutSteps/bg_sep.gif);
    background-repeat: no-repeat;
    background-position: center;
}

SPAN.payMethodInfo
{
    font-size: 9pt;
    font-weight: bold;
}

#TAB_CreditCard
{
    background: url(../images/themes/Amazon_Green/CheckoutSteps/TAB_CreditCard.gif) no-repeat;
    cursor: pointer;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_CreditCard_active
{
    background: url(../images/themes/Amazon_Green/CheckoutSteps/TAB_CreditCard_active.gif) no-repeat;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_PurchaseOrder
{
    background: url(../images/themes/Amazon_Green/CheckoutSteps/TAB_PurchaseOrder.gif) no-repeat;
    cursor: pointer;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_PurchaseOrder_active
{
    background: url(../images/themes/Amazon_Green/CheckoutSteps/TAB_PurchaseOrder_active.gif) no-repeat;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_RequestForQuote
{
    background: url(../images/themes/Amazon_Green/CheckoutSteps/TAB_RequestForQuote.gif) no-repeat;
    cursor: pointer;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_RequestForQuote_active
{
    background: url(../images/themes/Amazon_Green/CheckoutSteps/TAB_RequestForQuote_active.gif) no-repeat;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_RequisitionApproval
{
    background: url(../images/themes/Amazon_Green/CheckoutSteps/TAB_RequisitionApproval.gif) no-repeat;
    cursor: pointer;
    float: left;
    width: 170px;
    height: 35px;
}

#TAB_RequisitionApproval_active
{
    background: url(../images/themes/Amazon_Green/CheckoutSteps/TAB_RequisitionApproval_active.gif) no-repeat;
    float: left;
    width: 170px;
    height: 35px;
}

#tblShipSummary
{
    width: 100%;
}

#tblShipDetails
{
    clear: both;
}

.shipSummary_TD1
{
    width: 20%;
    color: #656565;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 15px;
}

.shipSummary_TD2
{
    width: 5%;
    color: #656565;
    font-size: 10pt;
    font-weight: bold;
}

.shipSummary_TD3
{
    width: 75%;
    color: #656565;
    font-size: 10pt;
    font-weight: bold;
}

.tblSummary
{
    border: solid 1px #020101;
    border-collapse: collapse;
    width: 100%;
}

.tblSummary TH, .tblSummary TD
{
    border: solid 1px #020101;
}

.tblSummary TABLE TH, .tblSummary TABLE TD
{
    border: 0px;
}

.tblSummary .fldHead
{
    text-align: left;
}

.tblSummary TH
{
    background-color: #FFFFFF;
    color: #020101;
    font-size: 10pt;
    font-weight: bold;
}

.tblSummary .btnRemove  /*style added 7/31/07 for new summary features (remove, update) */
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/Amazon_Blue/ButtonFamily/btn_Remove-small.gif) no-repeat;
    border: 0px;
    height: 18px;
    width: 30px;
	cursor: pointer;
}

.tblSummary .btnUpdate /*style added 7/31/07 for new summary features (remove, update) */
{
 	font-size: 0%;
    letter-spacing: 5000px;
	background: url(../images/themes/Amazon_Blue/ButtonFamily/btn_Update-small.gif) no-repeat;
	border: 0px;
	height: 20px;
	width: 20px;
	margin-left: 3px;
	cursor: pointer;
}



#shipNote
{
	font-style: normal;
	margin-top: 10px;
	font-size: 10pt;
	font-weight: bolder;
	color: #003399;
}


.btnFinish
{
    background-image: url(../images/themes/Amazon_Green/ButtonFamily/btn_finish.gif);
    cursor: pointer;
    width: 145px;
    height: 36px;
    border: none;
	font-size: 0%;
    letter-spacing: 5000px;
}

DIV#confirmText
{
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	margin-left: 20px;
}

DIV#confirmText P
{
    color: #000000;
	font-size: 10pt;
    font-weight: normal;
    text-align: left;
}

DIV#confirmText P.orderNoText, DIV#confirmText P.orderPlacedText,
DIV#confirmText SPAN.nameText, DIV#confirmText SPAN.phoneText
{
	font-weight: bold;
	font-size: 12pt;
	color: #003399;
}

.btnFaxForm
{
    background: url(../images/themes/Amazon_Green/CheckoutSteps/icon_faxform.gif) no-repeat;
    width: 140px;
    height: 34px;
    display: block;
	font-size: 0%;
    letter-spacing: 5000px;
}


/*STYLES ADDED 4/17/07 FOR PAYMENT/REGISTER/MY ACCOUNT/CHECKOUT SECTION FOOTNOTE */

.footnote p {
	font-size: 9pt;
	padding: 10px;
	border: thin solid #000000;
	background: #F5F5F5;
	margin: 10px 125px;
}



/* LineCard [Amazon_Clean] */

#tblLineCard
{
    width: 85%;
}

#tblLineCard TD
{
    padding: 2px;
}

#tblLineCard TD.txtHead
{
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    width: 20%;
}

#tblLineCard SELECT
{
    width: 400px;
}

#tblVendors
{
    width: 100%;
}

#tblVendors TD
{
    border-top: solid 1px #020101;
}

#tblVendors TD.vendorLogo
{
    padding: 10px;
    text-align: right;
    vertical-align: middle;
    width: 24%;
}

/* VendorProduct [Amazon_Clean] */

.tblHeading
{
    border-bottom: solid 1px #020101;
    color: #003399;
    margin-bottom: 10px;
    width: 100%;
}

.tblHeading TD
{
    padding: 5px 0px;
}

.tblHeading TD.vendorName
{
    text-align: left;
    width: 90%
}

.tblHeading H2
{
    border: 0px;
    margin: 0px 0px 0px 15px;
}

#tblVendorProduct
{
    width: 100%;
}

#tblVendorProduct TD
{
    border-bottom: solid 1px #020101;
    padding: 5px;
}

#tblVendorProduct TD.prodDescription
{
    width: 90%;
}

#tblVendorProduct DIV.prodImg
{
    height: 75px;
    width: 75px;
}

#tblVendorProduct H6
{
    padding: 0px;
    margin: 0px;
}

#tblVendorProduct TD.sectHead
{
	background: #003399;
	font-weight: bold;
	font-size: 10pt;
	line-height: 115%;
	color: #FFF;
}

#tblVendorProduct TD.sectHead a
{
	color: #FFF;
}

/* RequisitionApproval [Amazon_Clean] / OrderSummary [Amazon_Clean] / OrderSummary [Amazon_Clean - Print] */

TABLE#tblReqApp
{
	background-color: #FFFFFF;
	border: solid 1px #656565;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

TABLE#tblReqApp TABLE
{
    background-color: #A2BAEB;
    width: 100%;
}

TABLE#tblReqApp TABLE.print
{
    background-color: #c5c5c5;
    width: 100%;
}

TABLE#tblReqApp TABLE TD
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

TABLE#tblReqApp TD.pageTitle
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #656565;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

TABLE#tblReqApp TD.siteLogo
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #656565;
	border-top: solid 1px #656565;
	padding: 10px 0px;
	text-align: center;
}

TABLE#tblReqApp TABLE TH
{
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#tblReqApp TABLE TH.print
{
	background-color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#tblReqApp TABLE TH.title
{
	background: #A2BAEB url(../images/EsafetyInc/bg_blue.jpg) repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#tblReqApp TABLE TR.bg1 TD
{
    background-color: #FFFFFF;
}

TABLE#tblReqApp TABLE TR.bg2 TD
{
    background-color: #f5f5f5;
}

SPAN.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}

DIV#divEmailOpts
{
    background: #FFFFFF;
    border: solid 1px #656565;
    padding: 10px;
    position: absolute;
    right: 5px;
}

/* OrderList [Amazon_Clean] */

TABLE#tblOrderSrch
{
	background-color:#003399;
	margin-top: 10px;
	width: 475px;
	color:#000000;
	font-size: 9pt;
}

TABLE#tblOrderSrch TH
{
	background-color: #66FF33;
	color:#FFFFFF;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#tblOrderSrch TD
{
    background-color: #FFFFFF;
	color:#000000;
}

TABLE#tblOrderSrch INPUT
{
    background-color: #f5f5f5;
    border: solid 1px #A2BAEB;
}

/*  Calendar Icons - FromDate & ToDate  */
TABLE#tblOrderSrch IMG#dtFrom, TABLE#tblOrderSrch IMG#dtTo
{
    cursor: pointer;
    position: relative;
    top: 3px;
    left: -2px;
}

TABLE#tblOrderList
{
    background-color: #f5f5f5;
    margin-top: 15px;
    width: 99%;
	border:1px solid #A2BAEB;
}

TABLE#tblOrderList TH
{
	background-color:#A2BAEB;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

TABLE#tblOrderList TH.title
{
	background-color: #66FF33;
	color:#FFFFFF;
	height: 25px;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#tblOrderList TH.title SPAN
{
    position: relative;
    left: 600px;
}

TABLE#tblOrderList TR.bg1
{
    background-color: #FFFFFF;
}

TABLE#tblOrderList TR.bg2
{
    background-color: #f5f5f5;
}

TABLE#tblOrderList TR.bg3
{
    background-color:#003399;
}

TABLE#tblOrderList TD
{
    cursor: pointer;
}

TABLE#tblPagination SELECT
{
    border: solid 1px #c5c5c5;
    font: 8pt Lucida Sans Unicode;
}

/* EditAddress [Amazon_Clean] */

#tblEditAddress
{
    background: #FFFFFF;
    width: 100%;
}

#tblEditAddress TD
{
    padding: 3px 6px;
}

#tblEditAddress TD.labelText
{
    font-weight: bold;
    width: 25%;
}

#tblEditAddress TD.Note
{
    width: 40%;
}

#tblEditAddress TD.btnTD
{
    text-align: center;
}

#tblEditAddress TD.btnTD INPUT
{
    margin: 5px;
    width: 35%;
}

#tblEditAddress INPUT
{
    width: 100%;
}

/*Styles added for Can't Find What You Are Looking For  5/16/07 */

.CantFind-Question {
	background: url(../Images/themes/esafetyinc-Theme/question.jpg) no-repeat 2px 2px;
	width: 55px;
}
table.CantFind {
	background: #FFFFFF;
	clear: left;
	text-align: left;
	vertical-align: top;
	margin: 15px 0px 0px;
	padding: 3px;
	border: 2px solid #66FF33;
	height: 60px;
	width: 100%;
}
.CantFind h6 {
	font-size: 10pt;
	margin-left: 5px;
	color: #020101;
}



/*STYLES ADDED FOR THAWTE SEAL */

#thawte {
	padding: 3px;
	margin: 3px;
	text-align: center;
	vertical-align: middle;
}


/*WEB SPECIALS AD WEB PART */



.webspecials img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.webspecials {
	text-align: center;
	margin: 0px;
	border: thin solid #003399;
	padding: 0px;
}
.webspecials td {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #66FF33;
	vertical-align: bottom;
	padding-bottom: 5px;
	width: 25%;
}
.webspecials td.webspecials-td-last {
	vertical-align: bottom;
	padding-bottom: 5px;
	width: 25%;
	border-style: none;
}



.custpage-headText
{
	background: url(../Images/themes/EsafetyInc-Theme/bg_webpart_header.gif) repeat-x;
	color: #66FF33;
	font-weight: bold;
	height: 23px;
	padding: 3px 0px 0px 5px;
	text-align: left;
	max-height: 20px;
	font-size: 9pt;
}

/*Technical Documents Styles */

.techdocs-table {
	margin: 3px;
	padding: 10px;
	border: 1px solid #003399;
}
.techdocs-table a {
	font-size: 10pt;
	font-weight: bold;
}


/* Quick Links WebPart   lori added 070209*/

#QuickLinks DIV
{
    margin: 0px;
    padding: 0px;
}

#QuickLinks DIV A
{
    background: url(../images/shared/dot.jpg) no-repeat 10px 50%;
    border-bottom: solid 1px #c5c5c5;
    display: block;
    padding: 3px 0px 3px 20px;
    text-align: left;
    width: 100%;
}

#QuickLinks DIV A:link, #QuickLinks DIV A:visited
{
    color: #020202;
    text-decoration: none;
}

#QuickLinks DIV A:hover, #QuickLinks DIV A:visited:hover
{
    color: #66FF33;
    text-decoration: underline;
}


/* RentalList [Amazon_Clean] - Added by lori on 11/19/09 */

#tblRentalList
{
    border: solid 1px #003399;
    border-collapse: collapse;
    width: 100%;
}

#tblRentalList TH
{
    background: #003399;
    border-bottom: solid 1px #003399;
    border-right: solid 1px #003399;
    color: #FFFFFF;
    font-size: 9pt;
}

#tblRentalList TD
{
    border-right: solid 1px #003399;
    font-size: 9pt;
    border-bottom: solid 1px #003399;
}

/* Ricky added 12/9/09 for the new featured vendors/featured products */
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: auto; /*Width of Carousel Viewer itself*/
	/*height: 175px; /*Height should enough to fit largest content's height*/
	margin:auto !important;
	background:#FFFFFF
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 14px;
	padding:10px 0px 0px 0px;
}
.stepcarousel .panel {
	float: none; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px 5px 0px 5px ; /*margin around each panel*/
	width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	text-align:center;
}
#mygalleryb .belt table td  {
padding:0px 15px 0px 15px;
}
#mygallery .belt table td  {
padding:0px 15px 0px 15px;
}
.stepcarousel p {
	width:auto;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:10px;
}
#BlackLayer {
	opacity:0.4;
	filter:alpha(opacity=40);
	background:#000000;
	position:relative;
	height:20px;
	width:605px;
	margin-top:140px;
}
#BlackLayerb {
	opacity:0.4;
	filter:alpha(opacity=40);
	background:#000000;
	position:relative;
	height:20px;
	width:605px;
	margin-top:87px;
}

#mygallery-paginate {
	width:587px;
	text-align:center
}
#mygalleryb-paginate {
	width:587px;
	text-align:center
}
#mygalleryb {
height:118px;
}
#mygallery {
height:195px;
}