/* 

Esafetystore Colors

GREEN = 008B5A
ORANGE = C95C1B

BEIGE = FFCC99
CREAM = FFFAE5

RED = BB0505
BLUE-GRAY = ACBECB


LIGHTEST GRAY = F5F5F5
LIGHT GRAY = DADADA
MEDIUM GRAY = C5C5C5
DARK GRAY = A1A1A1

YELLOW = FFFF99
BLACK:  000101


Fonts           => Arial, Helvetica, Sans-Serif

Theme           => Amazon_Violet
ButtonFamily    => Amazon_Grey
CheckoutSteps   => Amazon_Grey

*/


/*--[  G E N E R A L  ]--*/

BODY
{
    background: #008b5a;
    font: 8pt Arial, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

TABLE
{
    border: 0px;
    font-size: 8pt;
}

IMG
{
    border: 0px;
}

HR
{
    color: #C95C1B;
}

H1
{
    color: #008B5A;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px 3px;
}

FORM
{
    margin: 0px;
    padding: 0px;
}

INPUT, SELECT, TEXTAREA
{
    border: 1px solid #008b5a;
    font-size: 8pt;
    cursor: hand;
}

A:link, A:visited
{
    color: #008b5a;
}

A:hover, A:visited:hover
{
    color: #c95c1b;
    text-decoration: none;
}

H2
{
    border-bottom: solid 1px #008B5A;
    color: #C95C1B;
    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: #008B5A;
    font-weight: bolder;
}
.paragraph-blue-bold {
    color: #C95C1B;
    font-weight: bolder;
}

DT
{
    color: #C95C1B;
    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: #008B5A;
    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: #008B5A;
    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 #C95C1B;
    padding: 0px;
    margin: 0px 0px 3px 0px;
    color: #008B5A;
}

H5
{
    margin: 0px;
    font-size: 12pt;
    font-weight: bold;
    color: #C95C1B;
    padding: 0px 0px 2px 0px;
}

H5 A
{
    text-decoration: underline;
}

h5 A:hover
{
    text-decoration: none;
}

H6
{
    font-size: 10pt;
    font-weight: bold;
    color: #C95C1B;
    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;
    background: #FFFFFF;
}

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.] */
}

/* */
.prSnippetRatingUnclickable {margin-left: 25px;}
.prSnippetNumberOfRatingsText{clear: both;float: left;}

/* */

/*--[  W E B P A R T - S P E C I F I C  ]--*/


/* Shared Across Many WebParts */

.ErrorMsg
{
    color: #C95C1B;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, Helvetica, Sans-Serif;
}

.Note
{
    color: #bb0505;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
}

.Note-Emphasis1
{
    color: #008B5A;
    font-weight: bolder;
}

.Note-Emphasis2
{
    color: #C95C1B;
    font-weight: bolder;
}

.Note-RED
{
    color: #bb0505;
    font-weight: bolder;
}

.saveText
{
    color: #bb0505;
    font-style: italic;
    font-weight: bold;
}

TR.bg_1
{
    background: #FFFFFF;
}

TR.bg_2
{
    background: #fffae5;
}

TR.bg_normal
{
    background: #FFFFFF;
}

TR.bg_alternate
{
    background: #DADADA;
}



.bg_1 .btnAddToCart, .bg_2 .btnAddToCart, .bg_normal .btnAddToCart, .bg_alternate .btnAddToCart
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C95C1B;
    margin: 5px 2px;
    width: 93px;
    cursor: hand;


/*    background: url(../images/themes/ess-theme/ButtonFamily/btn_AddToCart.jpg) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 94px;
    font-size: 0%;
    letter-spacing: 5000px; */
}

.bg_1 .btnAddToCart:hover, .bg_2 .btnAddToCart:hover, .bg_normal .btnAddToCart:hover, .bg_alternate .btnAddToCart:hover
{
    color: #000000;
    background-color: #FFCC99;
    margin: 5px 2px;
    cursor: hand;

}




.btnAddToCart
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #bb0505;
    margin: 0px;
    width: 93px;
    cursor: hand;
    

/*    background: url(../images/themes/ess-theme/ButtonFamily/btn_AddToCart.jpg) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 94px;
    font-size: 0%;
    letter-spacing: 5000px; */
}

.btnAddToCart:HOVER
{

    color: #000000;
    background-color: #FFCC99;
    margin: 0px;
    width: 93px;
    cursor: hand;
    

}


.btnAddToHotlist
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008B5A;
    margin: 0px;
    width: 93px;

/*    background: url(../images/themes/ess-theme/ButtonFamily/btn_AddToHotlist.jpg) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 94px;
    font-size: 0%;
    letter-spacing: 5000px; */
}

.btnAddToHotlist:HOVER
{
    color: #000000;
    background-color: #fffae5;
    margin: 0px;
    width: 93px;
}

.btnAddToHotlistsmall
{
    background: url(/Images/esafetystore/SITE/buttons/btn_hotlist-small.gif) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 20px;
    font-size: 0%;
    letter-spacing: 5000px;
}

.btnSendToFriend
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C95C1B;
    margin: 0px;
   /* background: url(../images/themes/ess-theme/ButtonFamily/btn_EmailToFriend.jpg) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 112px;
    font-size: 0%;
    letter-spacing: 5000px; */
}

.btnSendToFriend:HOVER
{
    font-weight: bold;
    color: #000000;
    background-color: #fffae5;
    margin: 0px;
}

.btnUpdate
{
    font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ESS-THEME/ButtonFamily/btn_Update-small.gif) no-repeat;
    border: 0px;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    cursor: pointer;
}

.btnRemove
{
    font-size: 0%;
    letter-spacing: 5000px;
    background: url(/Images/Esafetystore/SITE/buttons/btn_remove-small.gif) no-repeat;
    border: 0px;
    height: 18px;
    width: 30px;
    cursor: pointer;
}


.btnRemoveAll
{
    font-size: 0%;
    letter-spacing: 5000px;
    background: url(/Images/Esafetystore/SITE/buttons/btn_removeall-small.gif) no-repeat;
    border: 0px;
    height: 18px;
    width: 30px;
    cursor: pointer;
}


DIV.AD-WebPart
{
    background-color: #FFFFFF;
    clear: both;
    margin-bottom: 10px;
}

DIV.Webpart
{
    background-color: #FFFFFF;
    border: solid 1px #C95C1B;
    color: #000000;
    font-size: 8pt;
    margin-bottom: 10px;
    clear: both;
}

DIV.Webpart DIV.headText
{
    background: url(../images/themes/ess-theme/bg_webpart_header.jpg) repeat-x;
    color: #fffae5;
    font-weight: bold;
    height: 14px;
    padding: 2px 0px 0px 3px;
    text-align: left;
    max-height: 14px;
    font-size: 8pt;
    text-transform: uppercase;
}

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: #C95C1B;
}

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/ess-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: #008B5A;
    margin: 5px 2px;

}

DIV.Webpart INPUT.btnGo:hover
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FFCC99;
    margin: 5px 2px;

}


/* Banner [Amazon_Clean] */

DIV#Banner DIV A
{
    margin: 0px;
    padding: 0px;
}
DIV#Banner IMG
{
 vertical-align: top;
}

Div#Banner-Section {
    background: #008B5A;
}


/* A_NavigationBar [Amazon_Clean] */

#New_NavMenu {
background: url(../Images/Esafetystore/navbar/NavBar-bg.jpg) repeat-x;
width: auto;
height: 23px !important;
padding: 0px 0px 0px 5px !important;
margin: auto;
position: relative;
border-bottom: 0px solid #a8a39f;
clear: both
}
#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: 0px;
}
/* Main Menu - Active Link & Visited Link Setup */

#New_NavMenu a:link, #New_NavMenu a:visited {
    display: block;
    text-decoration: none;
    color: #FFFFFF /*#993300*/;
    height: 20px;
    /*background:url(link-bg.jpg) no-repeat;*/
    font-weight: bold;
    width: 99px;
    padding: 3px 0px 0px 0px;
    font-size: 8pt;
}
/* End of Main Menu - Active Link & Visited Link Setup */	


/* Main Menu - Hover Link Setup */

#New_NavMenu :hover > a {
    color: #FFFFFF;
    background: url(../Images/Esafetystore/navbar/link-bg-hover.jpg) repeat-x;
    width: 99px !important;
    height: 20px;
    padding: 3px 0px 0px 0px;
    border-bottom: 0px solid #ffffff;
    font-size: 8pt;
}
/* 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 #e6b090;
border-right: 1px solid #e6b090;
border-left: 1px solid #e6b090;
}
/*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: 23px;
left: 4px;
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: #008B5A url(none) !important;
    color: #FFFFFF !important;
    text-align: left;
    font-weight: bold;
    font: 11px;
    padding: 5px 10px 0px 10px;
    height: 20px;
    white-space: nowrap !important;
    text-decoration: underline;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #000;
    border-left: 0px;
}
/* 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: -140px !Important;
}
.last-link_1 {
margin-left: -35px !Important;
}
.large-links {
margin-left: -80px !Important;
}
/* E N D  - O F  -  N A V B A R  */

/* Nav Bar Setting for IE 6 */ 


TABLE#navMenuTbl
{
    background: #008b5a;
    border-collapse: collapse;
    position: absolute;
    margin-top: 5px;
    margin-left: 0px;
}

TABLE#navMenuTbl TD
{
    color: #ffffff;
    cursor: hand;
    padding: 2px 7px;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
}

TABLE#navMenuTbl TD.hover
{
    background: #FFCC99;
    cursor: pointer;
    color: #000000;
}

DIV#NavBar_IE DIV#NavMenu
{
    cursor: hand;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF url(../Images/eSafetyStore/navbar/nav-x.jpg) repeat-x;
}

DIV#NavBar_IE DIV#NavSubMenu
{
    /*border-bottom: solid 1px #008B5A;
     border-top: solid 1px #000000;*/
    height: 30px;
    max-height: 30px;
    text-align: left;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
}


DIV#NavSubMenu DIV
{
    background: url(../images/themes/ess-theme/icon_level_sep-white.gif) no-repeat 0px 2px;
    padding-left: 12px;
}

DIV#NavSubMenu DIV#divMenu1
{
    margin-left: 20px !important;
}

DIV#NavSubMenu DIV#divMenu2
{
    margin-left: 175px !important;
}

DIV#NavSubMenu DIV#divMenu3
{
    margin-left: 300px !important;
}

DIV#NavSubMenu DIV#divMenu4
{
    margin-left: 450px !important;
}

DIV#NavSubMenu DIV#divMenu5
{
    margin-left: 575px !important;
}

DIV#NavSubMenu DIV#divMenu6
{
    margin-left: 530px !important;
}
DIV#NavSubMenu DIV#divMenu7
{
    margin-left: 890px !important;
}


/* End NavBar setting for IE 6 */



DIV#SearchBar, DIV#LoginBar
{
    border-bottom: medium groove #000000;
    height: 30px;
    padding: 5px 3px 0px 10px;
    margin: 0px;
    font-weight: bold;
    color: #000000;
    background: #FFFFFF;
}

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
{
    font-weight: bold;
    color: #000000;
    font-size: 9pt;
    margin: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

DIV#SearchBar .txtHead
{
    font-weight: bold;
    color: #000000;
}


DIV#LoginBar A, DIV#SearchBar A, DIV#NavSubMenu A
{
    text-decoration: underline;
}
DIV#LoginBar A:hover, DIV#SearchBar A:hover, DIV#NavSubMenu A:hover
{
    color: #008B5A;
    text-decoration: none;
}

DIV#LoginBar INPUT#btnSignIn
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008b5a;
    /*border: 0px;
    height: 18px;
    width: 79px;
    background-image: url(../images/themes/ess-theme/ButtonFamily/btn_signin.jpg);
    background-repeat: no-repeat;
    font-size: 0%;
    letter-spacing: 5000px;  */
}

DIV#LoginBar INPUT#btnSignIn:hover
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #c95c1b;
    /*border: 0px;
    height: 18px;
    width: 79px;
    background-image: url(../images/themes/ess-theme/ButtonFamily/btn_signin.jpg);
    background-repeat: no-repeat;
    font-size: 0%;
    letter-spacing: 5000px;  */
}

DIV#LoginBar SPAN#blinkText
{
    font-weight: bold;
    color: #008B5A;
}

DIV#SearchBar INPUT#btnSearch
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008b5a;
}

DIV#SearchBar INPUT#btnSearch:hover
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #c95c1b;
}

/*DIV#SearchBar INPUT#btnSearch
{
    background: url(../images/themes/ess-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: 130px;
    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 #DADADA;
    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] */

DIV#RootCategories H1,
DIV#Departments H1
{
    clear: both;
    background-color: #fffae5;
    font-size: 8pt;
    margin: 0 auto;
    padding: 3px 2px 5px 5px;
    text-align: left;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #C95C1B;
}

DIV#Departments H1 A:link, DIV#Departments H1 A:visited,
DIV#Departments H1 A:link, DIV#Departments H1 A:visited
{
    color: #000000;
    text-decoration: none;
}

DIV#RootCategories H1 A:link, DIV#RootCategories H1 A:visited,
DIV#RootCategories H1 A:link, DIV#RootCategories H1 A:visited
{
    color: #000000;
    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: #008b5a;
}

/* Basket [Amazon_Clean - Small] */

DIV#Basket_Small
{
    background-color: #FFFF99;
    border-color: #008B5A;
}

DIV#Basket_Small DIV.headText
{
    background-image: url(../images/themes/ess-theme/cart-header.gif);
    background-position: -5px 0px;
    color: #FFFFFF;
}

DIV#Basket_Small A.btnMore
{
    background: url(../images/themes/ess-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: #008B5A;
}

DIV#Hotlist_Small DIV.headText
{
    background-image: url(../images/themes/ess-theme/hotlist-header.gif);
    color: #FFFFFF;
}

DIV#Hotlist_Small A.btnMore
{
    background: url(../images/themes/ess-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/esafetystore/covers/catalog-cover.jpg);
    border: none;
    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: #fffae5;
}


.btnGoSrch
{
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #008B5A;
}

.btnGoSrch:hover
{
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #c95c1b;
}




/*  COMMENTED OUT - THIS IS IMAGE VERSION OF BUTTON
.btnGoSrch
{	
    background-image: url(../images/themes/ess-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 #008B5A;*/
}


DIV.ProductTitle a
{
    font-size: 10pt;
    font-weight: bolder;
    color: #C95C1B;
}

DIV.ProductTitle a:hover
{
    color: #FFCC99;
    text-decoration: none;
}



DIV.searchResults DIV.Manufacturer, DIV.searchResults-Text DIV.Manufacturer
{
    font-weight: bold;
    color: #008B5A;
}


DIV.searchResults TD.pic
{
    width: 75px;
    text-align: right;
    padding-right: 10px;
}

DIV.ResultsHd
{
    background: url(../images/themes/ess-theme/buttonfamily/btn_results.gif) no-repeat;
    border-bottom: solid 2px #008B5A;
    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 #008B5A;
    background-color: #FFFFFF;
    font-size: 7pt;
    padding: 3px 5px;
    vertical-align: top;
    line-height: 125%;
}

TABLE#tblCatMap TD.hdText
{
    background-color: #008B5A;
    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: #666666;
    text-decoration: none;
}

TABLE#tblCatMap TD A:hover
{
    color: #c95c1b;
    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/ess-theme/bg_webpart_header.jpg) repeat-x;
    border: solid 1px #C95C1B;
    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: #FFFFFF;
    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: #008B5A;
    cursor: pointer;
    border: 0px;
/*  width: 48px;
    height: 18px;
    font-size: 0%;
    letter-spacing: 5000px;
    background-image: url(../images/themes/ess-theme/ButtonFamily/btn_go_flat.gif);*/

}

TABLE.tblSection INPUT.btnGo:hover, 
TABLE.tblCategory INPUT.btnGo:hover
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C95C1B;
    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/ess-theme/icon_level_sep.gif) no-repeat 0px 2px;
    margin-left: 5px;
    padding-left: 15px;
}

/* KeywordGroupSearch [Amazon_Clean] */

TABLE#tblSrchResults, TABLE#tblItemResults
{
    border: solid 2px #008b5a;
    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: #008B5A;
    font-weight: bolder;
    text-decoration: underline;
    font-size: 10pt;
}

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: #008b5a;
    border-bottom: solid 1px #008b5a;
    border-top: solid 1px #008b5a;
    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: #FFFFFF;
    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, TABLE#tblItemResults TD.leftNav
{
    background-color: #fffae5;
    padding-left: 6px;
    vertical-align: top;
    width: 23%;
    line-height: 160%;
}

TABLE#tblSrchResults TD.leftNav A, TABLE#tblItemResults TD.leftNav A
{
    color: #000000;
    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/ess-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: #008B5A;
    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.itemDiv					/* Added To Align Buy Now button at the bottom - A.M. [02/Jul/2010] */
{
    position: relative;
}

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: #008B5A;
    font-size: 8pt;
}

TABLE#tblSrchItems TD DIV.prodName A, TABLE#tblSrchItems TD DIV.prodName-Text A
{
    font-weight: bold;
    color: #000000;
}

TABLE#tblSrchItems TD DIV.prodDesc
{
    /*font-size: 8pt;*/
}

TABLE#tblSrchItems TD DIV.prodPrice
{
    color: #BB0505;
    text-transform: uppercase;
    font-weight: bold;
}

TABLE#tblSrchItems TD .prodBuy				/* Added for Buy Now button - A.M. [02/Jul/2010] */
{
    border: solid 1px #000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-size: 8pt;
    position: absolute;
    left: 35%;
    bottom: 0px;
    padding: 3px 5px;
    
    /*background: linear-gradient(top, #FFFFFF, #C95C1B);*/
    
    /* For WebKit (Safari, Google Chrome etc) */ 
    /*background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C95C1B));*/
    /* For Mozilla/Gecko (Firefox etc) */ 
    /*background: -moz-linear-gradient(top, #FFF, #C95C1B);*/
    /* For IE */
    /*-pie-background: linear-gradient(top, #FFFFFF, #C95C1B);*/
    /*behavior: url(/PIE.htc);*/

    /* For Internet Explorer 5.5 - 7 */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFC95C1B);*/
    /* For Internet Explorer 8 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFC95C1B)";*/
}

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%;
    margin-left: 20px;
}

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
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008b5a;
/*	background: url(../images/themes/ess-theme/ButtonFamily/btn_login.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;
    font-size: 0%;
    letter-spacing: 5000px; */
}

TABLE.loginTbl INPUT#btnLogin:hover
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #c95c1b;
/*	background: url(../images/themes/ess-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/ess-theme/bg_oval.gif) no-repeat;
    display: block;
    padding-left: 20px;
}

/* ForgotPassword */

TABLE#fpassTbl
{
    background: #FFFFFF;
    width: 100%;
}

TABLE#fpassTbl TD
{
    padding: 2px 5px 2px 20px;
    font-size: 9pt;
}

TABLE#fpassTbl TD.labelColumn
{
    font-weight: bold;
    width: 18%;
}

TABLE#fpassTbl TD.fieldColumn
{
    width: 30%;
}

TABLE#fpassTbl INPUT#btnSend
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008B5A;
/*    background: url(../images/themes/ess-theme/ButtonFamily/btn_sendemail.gif) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;
    font-size: 0%;
    letter-spacing: 5000px;  */
}

TABLE#fpassTbl INPUT#btnSend:hover
{
    font-weight: bold;
    color: #000000;
    background-color: #c95c1b;
}

/* Register [Amazon_Clean] / MyAccount [Amazon_Clean] */

DIV.divUserInfo H2
{
    font-family: Arial, Helvetica, Sans-Serif;
    width: 750px;
}

TABLE#tblAccount  {
    font-size: 10pt;
    margin: 5px;
    padding: 5px;
    line-height: 14pt;
}

TABLE.tblUserInfo
{
    border: 1px solid #008B5A;
    clear: both;
    padding: 10px;
    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 #008B5A;
    border-top: solid 1px #008B5A;
    color: #C95C1B;
    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
{
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #C95C1B;
    height: 18px;
    width: 75px;

/*    background: url(../images/themes/ess-theme/ButtonFamily/btn_register.gif) no-repeat;
    border: 0px;
    font-size: 0%;
    letter-spacing: 5000px; */
}


INPUT#btnRegister:HOVER
{
    color: #000000;
    background-color: #FFCC99;
}





INPUT#btnUpdate
{
    font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ESS-THEME/ButtonFamily/btn_Update-small.gif) no-repeat;
    border: 0px;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    cursor: pointer;
}

INPUT#btnCancel
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008B5A;
}

INPUT#btnChange
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #bb0505;
}

/* GroupInfo [Amazon_Clean] */

DIV#grpImg
{
    float: left;
    height: 270px;
    margin-right: 10px;
    vertical-align: top;
    width: 250px;
    color: #008B5A;
    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: auto;
    color: #008B5A;
    text-align: center;
    font-weight: bold;

}
 
TABLE.itemTbl
{
    border-top: solid 1px #C5C5C5;
    border-left: solid 1px #C5C5C5;
    /*border-collapse: collapse;*/
    clear: both;
    margin: 10px 0px;
}

TABLE.itemTbl TH
{
    border-bottom: solid 1px #008B5A;
    border-right: solid 1px #008B5A;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008B5A;
    text-align: center;
    padding: 2px;
}

TABLE.itemTbl TD
{
    border-bottom: solid 1px #C5C5C5;
    border-right: solid 1px #C5C5C5;
    padding: 2px 3px;
}

TABLE.itemTbl TD.sectHead
{
    background: #fffae5;
    font-weight: bold;
    color: #000000;
}

TABLE.itemTbl TD.sectHead a, visited
{
    color: #000000;
}

TABLE.itemTbl TD.sectHead a:hover
{
    color: #000000;
    text-decoration: none;
}



/* New CSS for group info item table for new price Lori added 7-24-08 */

SPAN.amtSave
{
    color: #bb0505;
    font-weight: bold;
    font-size: 10pt;
}

SPAN.price1
{
    color: #bb0505;
    font-weight: bold;
    font-size: 10pt;
}

SPAN.price2
{
    color: #bb0505;
    font-weight: bold;
    font-size: 10pt;
}
/* END New CSS for group info item table for new price Lori added 7-24-08 */

.customeritemno {
    font-style: italic;
    font-weight: bold;
    color: #008B5A;
    padding-top: 3px;
}

/*added for See Related Products Tables */
div.srp TABLE.itemTbl TH a
{
    color: #FFFFFF;
}

div.srp TABLE.itemTbl TH
{
    border-bottom: solid 1px #c5c5c5;
    border-right: solid 1px #c5c5c5;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C95C1B;
    font-size: 8pt;
    text-align: center;
    padding: 2px;
}

/* GroupInfo [Tabbed Version] */

#groupTabs, #groupImgs, #priceChart
{
  margin-top: 10px;
  float: left;
}

#groupTabs
{
  width: 100%;
  clear: left;
}

#groupImgs
{
  width: 68%;
  float: left;
  margin-bottom: 10px;
}

#priceChart
{
  width: 25%;
  height: 144px;
  float: right;
  margin-left: 10px;
}

#groupTabs LI, #groupImgs LI, #priceChart LI
{
  margin-left: 0px!important;
  /*margin-right: 5px!important;*/
}

#groupImgs DIV.grpThumb
{
  margin-right: 10px;
  width: auto;
  position: relative;
}

#groupImgs DIV.grpThumb IMG
{
  border: 2px solid #CCCCCC;
}
      
#itemTbl
{
  width: 100%;
  border: 0px!important;
  margin-top: 10px;
  float: left;
}

#itemTbl TD
{
  border: 0px!important;
  padding: 5px;
}

#itemTbl #priceText, #itemTbl #uomText, #itemTbl #itemNoText
{
  border-bottom: dashed 1px #C5C5C5!important;
  border-top: dashed 1px #C5C5C5!important;
  color: #bb0505;
}

#itemTbl #priceText
{
  font-size: 20pt;
}

#itemTbl #itemNoText A, #itemTbl #uomText
{
  font-size: 10pt;
}

#itemTbl LABEL
{
  color: #bb0505;
  font-size: bold 10pt;
  padding-right: 5px;
}

#itemTbl INPUT, #itemTbl SELECT
{
  border: solid 1px #C5C5C5;
  font-size: bold 10pt;
}

/* added for the new group info power reviews page */
.handCursor 
{cursor: pointer;}

#grpThumbImgs TABLE 
{border: 0px solid #C5C5C5}

#grpThumbImgs TABLE TD 
{background: #FAFAFA}

/* END added for the new group info power reviews page */



/* Product Review Display */
/*#grpInfo DIV.prSnippetEngine
{
  width: 100%;
}

#grpInfo DIV.prSnippetEngine DIV.prSnippetTitle, #grpInfo DIV.prSnippetEngine DIV.prSnippetRatingUnclickable
{
  float: left;
  padding: 0px 5px 10px 0px!important;
}

#grpInfo DIV.prSnippetEngine DIV.prSnippetReadReviews
{
  display: none;
}

#grpInfo DIV.prStars
{
  position: static!important;
}

#grpSummary .itemTbl
{
  width: 100%;
}
*/

#grpInfo DIV.pr-snippet-wrapper, #tblSrchItems DIV.pr-snippet-wrapper
{
    border: none;
    background: none;
    padding: 0;
    float: left;
}

#tblSrchItems DIV.pr-snippet-wrapper
{
    text-align: center;
    float: none;
}

#grpInfo DIV.pr-snippet-stars
{
    border: none;
    background: none;
    padding: 5px 0;
    margin: 0;
    float: left;
}

#grpInfo DIV.pr-snippet-review-count
{ 
  display: none; 
} 

#grpInfo DIV.pr-snippet-read-write
{
    background: none;
    border: none;
    font-size: 7pt;
    text-align: left;
    float: left;
    clear: none;
}

#grpInfo DIV.pr-snippet-read-write p, #tblSrchItems DIV.pr-snippet-read-write p
{
    display: none;
}

#grpInfo DIV.pr-snippet-read-reviews {
border-right: 1px dotted #CBCBCB;
float: left;
padding: 0 5px 5px 0;
}

#grpInfo DIV.pr-snippet-write-review
{
    float: left;
}

/* 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: #008B5A;
}


#prodinfo .saveText
{
    color: #bb0505;
    font-style: italic;
    font-weight: bold;
    font-size: 12pt;
}
/*ended price increase css*/

TABLE#prodSummary
{
    background: #FAFAFA;
    border: solid 1px #008B5A;
    border-collapse: collapse;
    margin: 10px 0px;
}

TABLE#prodSummary TD
{
    border: solid 1px #008B5A;
    padding: 5px;
}

DIV#orderDiv
{
    clear: left;
    text-align: center;
}

DIV#sendToFrndDiv
{
    visibility: hidden;
    padding: 10px;
}

TABLE#tblSend2Frnd
{
    border: solid 1px #008B5A;
    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 #008B5A;
}

TABLE#tblMain TD.titleText
{
    background: url(../images/shared/email-head2.gif) no-repeat;
    color: #008B5A;
    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 #008B5A;
}

TABLE#tblProdFeat TD
{
    border-bottom: solid 1px #008B5A;
    border-right: solid 1px #008B5A;
}

TABLE#tblMain TD.Title
{
    color: #C95C1B;
    font-size: 12pt;
}

TABLE#tblMain TD.spc
{
    background-color: #008B5A;
    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: 14pt;
    font-weight: bold;
}


TABLE#tblMain SPAN.prodDetailsHd
{
    font-weight: bold;
}

TABLE#tblMain span.priceValue, TABLE#tblMain span.moreValue
{
    font-size: 12pt;
}


/* Basket [Amazon_Clean] / Hotlist [Amazon_Clean] */

#tblBasket
{
    border: solid 1px #008B5A;
    border-collapse: collapse;
    margin: 10px 0px;
    width: 100%;
}

#tblBasket TD
{
    border: solid 1px #008B5A;
    padding: 3px;
}

#tblBasket TH
{
    border: solid 1px #008B5A;
    padding: 3px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008B5A;
}

#tblHotlist
{
    border: solid 1px #C95C1B;
    border-collapse: collapse;
    margin: 10px 0px;
    width: 100%;
}

#tblHotlist TH, #tblHotlist TD
{
    border: solid 1px #C95C1B;
    padding: 3px;
}
#tblHotlist TH
{
    border: solid 1px #C95C1B;
    padding: 3px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C95C1B;
}

INPUT.qtyFld
{
    width: 25px;
    text-align: center;
}
/* CheckoutSection [Amazon_Clean] */

TABLE#tblCheckOut
{
    background: #fffae5;
    border: 1px solid #008B5A;
    margin: 10px 0px;
    width: 100%;
}
TABLE#tblCheckOut P
{
    font-size: 10pt;
    line-height: 115%;
}

TABLE#tblCheckOut H5
{
    font-size: 12pt;
    color: #C95C1B;
    line-height: 115%;
}

TABLE#tblCheckOut INPUT
{
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bolder;
    background-color: #008B5A;
    cursor: hand;

}

TABLE#tblCheckOut INPUT:hover
{
    background-color: #FFCC99;
    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.] */
{
    border: solid 1px #008B5A;
    background: #C5C5C5;
    font-size: 9pt;
    height: 100px;
    padding: 3px;
    position: absolute;
    text-align: center;
    width: 230px;
}


/* All Checkout Steps [Amazon_Clean] */


.AuthorizeNetSeal {
    background: #FFFFFF;
}


#CheckoutSteps_Container
{
    clear: both;
    margin: 0 auto;
    width: 100%;
    background: #FFFFFF;
}

#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_Grey/CheckoutSteps/bg_title_left.gif);
    background-repeat: no-repeat;
}

.Icon_ShipAdr
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_shipping.gif);
    background-repeat: no-repeat;
}
.Icon_BillAdr
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_billing.gif);
    background-repeat: no-repeat;
}
.Icon_Shipping
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_shipping.gif);
    background-repeat: no-repeat;
}
.Icon_Payment
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_payment.gif);
    background-repeat: no-repeat;
}
.Icon_Summary
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_summary.gif);
    background-repeat: no-repeat;
}

.Icon_Confirmation
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_confirmation.gif);
    background-repeat: no-repeat;
}

.Title_ShipAdr
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/title_shippingaddress.gif);
    background-repeat: no-repeat;
}
.Title_BillAdr
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/title_billingaddress.gif);
    background-repeat: no-repeat;
}
.Title_Shipping
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/title_shipping.gif);
    background-repeat: no-repeat;
}
.Title_Payment
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/title_payment.gif);
    background-repeat: no-repeat;
}
.Title_Summary
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/title_summary.gif);
    background-repeat: no-repeat;
}
.Title_Confirmation
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/title_confirmation.gif);
    background-repeat: no-repeat;
}


.CheckoutSteps_HeaderLine
{
    float: left;
    width: 424px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/bg_title.gif);
    background-repeat: repeat-x;
}
.CheckoutSteps_CartIcon A
{
    float: left;
    width: 150px;
    height: 70px;
    background-image: url(../images/themes/Amazon_Grey/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_Grey/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_Grey/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_Grey/CheckoutSteps/step_billingaddress.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_BillAdr_Selected
{
    float: left;
    width: 134px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/step_billingaddress_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Shipping
{
    float: left;
    width: 110px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/step_shipping.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Shipping_Selected
{
    float: left;
    width: 110px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/step_shipping_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Payment
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/step_payment.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Payment_Selected
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/step_payment_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Summary
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/step_summary.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Summary_Selected
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/step_summary_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Confirmation
{
    float: left;
    width: 190px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/step_confirmation.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Confirmation_Selected
{
    float: left;
    width: 190px;
    height: 75px;
    background-image: url(../images/themes/Amazon_Grey/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_Grey/CheckoutSteps/bg_sep_med_left.gif);
    background-repeat: no-repeat;
}
*/
#CheckoutSteps_SubHeader_Title
{
    color: #008B5A;
    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_Grey/CheckoutSteps/bg_sep_med.gif);
    background-repeat: repeat-x;
}

#CheckoutSteps_SubHeader_Title SPAN
{
    padding-left: 10px;
    margin: 0;
    font-size: 10pt;
    color: #666666/*#c5c5c5*/;
    font-weight: bold;
}


#CheckoutSteps_SubHeader_Title SPAN.Note-Emphasis1
{
    color: #C95C1B;
    font-weight: bolder;
    margin: 0px;
    padding: 0px;
}

#CheckoutSteps_SubHeader_Title P
{
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 9px;
    /*color: #C95C1B;*/
    color: #bb0505;
    font-weight: bold;
}

.SubHeader_Title
{
    /*float: left;*/
    color: #008B5A;
    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_Grey/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: #C5C5C5;
}

#CheckoutSteps_SubHeader_Step1
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_step1.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step2
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_step2.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step3
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_step3.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step4
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_step4.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step5
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/icon_step5.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step6
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../images/themes/Amazon_Grey/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_Grey/CheckoutSteps/bg_step1.gif);
}
#tblBillAdr
{
    width: 898px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/bg_step2.gif);
}
#tblShipping
{
    width: 764px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/bg_step3.gif);
}

#tblShipMethod
{
    width: 898px;
    clear: both;
}

#tblShipAdr TR, #tblBillAdr TR
{
    height: 15px;
}
#tblShipMethod TH
{
    color: #008B5A;
    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: #A1A1A1;
    width: 150px;
}
.Adr_TD2
{
    width: 320px;
}
.Adr_TD3
{
    font-weight: bold;
    font-size: 10pt;
    color: #A1A1A1;
    width: 171px;
}
.Adr_ErrNote
{
    font-size: 7pt;
    color: #C95C1B;
    font-weight: bold;
    width: 240px;
    text-align: left;
}
.Adr_btn
{
    height: 35px;
    text-align: left;
}
.CheckOut_InputFld_Small
{
    float: left;
    clear: left;
    border: #A1A1A1 1px solid;
    width: 200px;
    color: #000000;
    height: 20px;
    background-color: #FFFFFF;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin-top: 5px;
}

.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: #A1A1A1 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: #A1A1A1 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: #C5C5C5;
    font-weight: bold;
}





.CheckOut_InputFld
{
    clear: left;
    border: #A1A1A1 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
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C95C1B;
    margin: 5px 2px; 

   /* background-image: url(../images/themes/Amazon_Grey/ButtonFamily/btn_proceed.gif);
    cursor: pointer;
    width: 160px;
    height: 22px;
    border: none;
    font-size: 0%;
    letter-spacing: 5000px; */
}

.Adr_btnNext:hover
{
    color: #FFFFFF;
    background-color: #FFCC99;
}



.Adr_checkTD
{
    width: 25px;
}
.Adr_labelTD
{
    font-weight: bold;
    font-size: 9pt;
    color: #008B5A;
    text-align: right;
}

.btnContinue
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008B5A;
    margin: 5px 2px;	
/*	background-image: url(../images/themes/Amazon_Grey/ButtonFamily/btn_proceed.gif);
    cursor: pointer;
    width: 160px;
    height: 22px;
    border: none;
    font-size: 0%;
    letter-spacing: 5000px;
    margin-bottom: 20px; */
}

.btnContinue:hover
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FFCC99;
    margin: 5px 2px;	
/*	background-image: url(../images/themes/Amazon_Grey/ButtonFamily/btn_proceed.gif);
    cursor: pointer;
    width: 160px;
    height: 22px;
    border: none;
    font-size: 0%;
    letter-spacing: 5000px;
    margin-bottom: 20px; */
}


.addressTD
{
    font-size: 10pt;
    color: #A1A1A1;
    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_Grey/CheckoutSteps/bg_sep_thin.gif);
    background-repeat: repeat-x;
}

.ShipMethod_Title
{
    font-weight: bold;
    font-size: 11pt;
    color: #008B5A;
    padding: 5px;
}
.ShipMethod_Underline
{
    float: left;
    padding: 0;
    margin: 0;
    height: 1px;
    width: 898px;
    background-image: url(../images/themes/Amazon_Grey/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_Grey/CheckoutSteps/bg_sep_thin.gif);
    background-repeat: repeat-x;
}


.fldHead
{
    color: #008B5A;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
}
.fldHead_top
{
    color: #008B5A;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    vertical-align: top;
}

.fldHeadLeft
{
    color: #008B5A;
    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_Grey/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: #008B5A;
    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_Grey/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: #A1A1A1;
}

.Footer_Line2_Middle
{
    float: left;
    width: 100%;
    height: 8px;
    background-image: url(../images/themes/Amazon_Grey/CheckoutSteps/bg_sep_med.gif);
    background-repeat: repeat-x;
}

.btnUseAddress A
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C95C1B;
    margin: 10 0;
    float: left;
    padding: 3px;
    width: 200px;
    text-decoration: none;
    text-align: center;/*    background-image: url(../images/themes/Amazon_Green/ButtonFamily/btn_usenext.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 0%;
    letter-spacing: 5000px;  */
}

.btnUseAddress A:hover
{
    color: #FFFFFF;
    background-color: #FFCC99;
}


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_Grey/CheckoutSteps/bg_sep.gif);
    background-repeat: no-repeat;
    background-position: center;
}


DIV.divInst
{
    font-size: 10pt;
}

DIV.divInst SPAN.txtHead
{
    color: #bb0505;
    font-weight: bold;
}

DIV.divInst SPAN.txtCont
{
    color: #000000;
    font-weight: bold;
}




SPAN.payMethodInfo
{
    font-size: 9pt;
    font-weight: bold;
}
#TAB_CreditCard, #TAB_PayPal
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_CreditCard.gif) no-repeat;
    cursor: pointer;
    float: left;   
     width: 110px;
    height: 25px;
}

#TAB_CreditCard_active, #TAB_PayPal_active
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_CreditCard_active.gif) no-repeat;
    float: left;    
    width: 110px;
    height: 25px;
}

#TAB_PayPal
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_PayPal.gif) no-repeat;
    cursor: pointer;
    float: left;    
    width: 110px;
    height: 25px;
}

#TAB_PayPal_active
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_PayPal_active.gif) no-repeat;
    float: left;    
    width: 110px;
    height: 25px;
}


#TAB_CreditCard
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_CreditCard.gif) no-repeat;
    cursor: pointer;
    float: left;    
    width: 110px;
    height: 25px;
}

#TAB_CreditCard_active
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_CreditCard_active.gif) no-repeat;
    float: left;    
    width: 110px;
    height: 25px;
}

#TAB_PurchaseOrder
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_PurchaseOrder.gif) no-repeat;
    cursor: pointer;
    float: left;    
    width: 110px;
    height: 25px;
}

#TAB_PurchaseOrder_active
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_PurchaseOrder_active.gif) no-repeat;
    float: left;    
    width: 110px;
    height: 25px;
}

#TAB_RequestForQuote
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_RequestForQuote.gif) no-repeat;
    cursor: pointer;
    float: left;    
    width: 110px;
    height: 25px;
}

#TAB_RequestForQuote_active
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_RequestForQuote_active.gif) no-repeat;
    float: left;
    width: 110px;
    height: 25px;
}

#TAB_RequisitionApproval
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_RequisitionApproval.gif) no-repeat;
    cursor: pointer;
    float: left;
    width: 121px;
    height: 25px;
}

#TAB_RequisitionApproval_active
{
    background: url(../images/themes/Amazon_Grey/CheckoutSteps/TAB_RequisitionApproval_active.gif) no-repeat;
    float: left;
    width: 121px;
    height: 25px;
}

#tblShipSummary
{
    width: 100%;
}

#tblShipDetails
{
    clear: both;
}

.shipSummary_TD1
{
    width: 20%;
    color: #A1A1A1;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 15px;
}

.shipSummary_TD2
{
    width: 5%;
    color: #A1A1A1;
    font-size: 10pt;
    font-weight: bold;
}

.shipSummary_TD3
{
    width: 75%;
    color: #A1A1A1;
    font-size: 10pt;
    font-weight: bold;
}

.tblSummary
{
    border: solid 1px #C95C1B;
    border-collapse: collapse;
    width: 100%;
}


.tblSummary TH, .tblSummary TD
{
    border: solid 1px #C95C1B;
}

.tblSummary TABLE TH, .tblSummary TABLE TD
{
    border: 0px;
}

.tblSummary .fldHead
{
    text-align: left;
}

.tblSummary TH
{
    background-color: #C95C1B;
    color: #FFFFFF;
    font-size: 9pt;
    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/Esafetystore/SITE/buttons/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/ESS-THEME/ButtonFamily/btn_Update-small.gif) no-repeat;
    border: 0px;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    cursor: pointer;
    float: right;
}



#shipNote
{
    font-style: normal;
    margin-top: 10px;
    font-size: 10pt;
    font-weight: bolder;
    color: #BB0505;
}
.btnFinish
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C95C1B;
    margin: 5px 2px;	

/*    background-image: url(../images/themes/Amazon_Grey/ButtonFamily/btn_finish.gif);
    cursor: pointer;
    width: 145px;
    height: 36px;
    border: none;
    font-size: 0%;
    letter-spacing: 5000px; */
}


.btnFinish:hover
{
    color: #FFFFFF;
    background-color: #FFCC99;

/*    background-image: url(../images/themes/Amazon_Grey/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: #C95C1B;
}

.btnFaxForm
{
    background: url(../images/themes/ess-theme/ButtonFamily/icon_faxform.gif) no-repeat;
    width: 140px;
    height: 34px;
    display: block;
    font-size: 0%;
    letter-spacing: 5000px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/*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;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

#tblLineCard TD.txtHead
{
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    width: 50%;
}

#tblLineCard SELECT
{
    width: 400px;
}

#tblVendors
{
    width: 100%;
}

#tblVendors TD
{
    border-top: solid 1px #008B5A;
}

#tblVendors TD.vendorLogo
{
    padding: 10px;
    text-align: right;
    vertical-align: middle;
    width: 24%;
}

/* VendorProduct [Amazon_Clean] */

.tblHeading
{
    border-bottom: solid 1px #008B5A;
    color: #DADADA;
    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 #008B5A;
    padding: 5px;
}

#tblVendorProduct TD.prodDescription
{
    width: 90%;
}

#tblVendorProduct DIV.prodImg
{
    height: 75px;
    width: 75px;
}

#tblVendorProduct H6
{
    padding: 0px;
    margin: 0px;
}

#tblVendorProduct TD.sectHead
{
    background: #008B5A;
    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 #008B5A;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

TABLE#tblReqApp TABLE
{
    background-color: #008B5A;
    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 #C5C5C5;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}

TABLE#tblReqApp TD.siteLogo
{
    background-color: #FFFFFF;
    border-bottom: solid 1px #C5C5C5;
    border-top: solid 1px #C5C5C5;
    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: #008B5A url(../Images/sjsmith/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: #DADADA;
}

SPAN.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}

DIV#divEmailOpts
{
    background: #FFFFFF;
    border: solid 1px #C5C5C5;
    padding: 10px;
    position: absolute;
    right: 5px;
}

/* OrderList [Amazon_Clean] */

TABLE#tblOrderSrch
{
    background-color: #008B5A;
    margin-top: 10px;
    width: 475px;
    color: #000000;
    font-size: 9pt;
}

TABLE#tblOrderSrch TH
{
    background-color: #GR008B5A;
    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 #008B5A;
}

/*  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 #008B5A;
}

TABLE#tblOrderList TH
{
    background-color: #008B5A;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
}

TABLE#tblOrderList TH.title
{
    background-color: #bb0505;
    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: #DADADA;
}

TABLE#tblOrderList TR.bg3
{
    background-color: #676767;
}

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%;
}

/*CUSTOM PAGES STYLES */

.sss-webspecials {
    background: #C5C5C5;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #000000;
}
.sss-webspecials td {
    margin: 5px;
    padding: 5px;
}
.sss-webspecials h5 {
    padding-left: 20px;
    background: #bb0505;
    color: #C5C5C5;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sss-webspecials table td {
    border: 1px solid #DADADA;
    height: 130px;
    background: #FFFFFF;
    text-align: center;
    vertical-align: bottom;
    width: 150px;
}
.sss-webspecials img {
    padding-bottom: 3px;
    border-style: none;
    padding-right: 3px;
    padding-left: 3px;
}
.sss-webspecials td a {
    font-weight: bold;
    color: #DADADA;
    text-decoration: underline;
    font-size: 9pt;
}

.sss-webspecials td a:HOVER {
    color: #bb0505;
    text-decoration: none;
}


.cup-sthncoad {
    margin: 0px;
    padding: 0px;
    height: 600px;
    width: 580px;
    border: thick solid #008B5A;
    text-align: left;
    vertical-align: top;
    background: url(../Images/SJSmith/cust-pages-images/roquette/roquette-ad.jpg) no-repeat;
}
.cup-sthncoad td {
    text-align: left;
    vertical-align: top;
}

.cup-sthncoad p {
    text-align: left;
    vertical-align: top;
    line-height: 140%;
    margin-right: 120px;
}


/* RentalList [Amazon_Clean] - Added 24/Apr/2007 [A.M.] */

#tblRentalList
{
    border: solid 1px #008B5A;
    border-collapse: collapse;
    width: 100%;
}

#tblRentalList TH
{
    background: #008B5A;
    border-bottom: solid 1px #008B5A;
    border-right: solid 1px #008B5A;
    color: #FFFFFF;
    font-size: 9pt;
}

#tblRentalList TD
{
    border-right: solid 1px #008B5A;
    font-size: 9pt;
    border-bottom: solid 1px #008B5A;
}

/*Styles added for Can't Find What You Are Looking For  5/16/07 */

.CantFind-Question {
    background: url(../Images/esafetystore/Site/question.jpg) no-repeat 2px 2px;
    width: 35px;
}
table.CantFind {
    background: #FFFFFF;
    clear: left;
    text-align: left;
    vertical-align: top;
    margin: 15px 0px 0px;
    padding: 3px;
    border: 1px solid #bb0505;
    height: 60px;
    width: 100%;
}
.CantFind h6 {
    font-size: 9pt;
    margin-left: 5px;
    color: #000101;
    font-weight: normal;
}


/** LORI ADDED TO STYLIZE SIZE CHARTS FROM ECAT *//

.chart strong {
    font-size: 10pt;
    font-weight: bold;
    color: #008B5A;
}
.chart td {
    font-size: 9pt;
    margin: 5px;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #008B5A;
}
.chart caption {
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
}

/*STYLES ADDED FOR THAWTE SEAL */

#thawte {
    padding: 3px;
    margin: 3px;
    text-align: center;
    vertical-align: middle;
}


/*STYLES BELOW ARE FOR ANI CUSTOM PAGES */

/*Commmand = Static | WebPart = Static  Created styles below for tables on static pages (and custom pages) - Kits */

.KitTable {
    width: 100%;
    border: thin solid #008B5A;
    margin: 0px;
    padding: 0px;
}

.KitTableHeaderRow {
    font-size: 14pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008B5A;
    height: 20pt;
    text-align: center;
    vertical-align: middle;
}

.KitTableHeaderRowB {
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #008B5A;
    height: 20px;
    text-align: left;
    vertical-align: text-bottom;
    padding: 4px;
}
.KitTableB {
    margin: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #008B5A;
    border-right-color: #008B5A;
    border-bottom-color: #008B5A;
    border-left-color: #008B5A;
    padding: 0px;
}
.KitTableB td {
    border-right-width: thin;
    border-bottom-width: thin;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-color: #008B5A;
    border-bottom-color: #008B5A;
}
.KitTableB p {
    vertical-align: middle;
    margin: 2px;
    padding: 2px;
}

.KitTableRow2 {
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    background-color: #C5C5C5;
    height: 20px;
    padding-left: 5px;
}
.KitTable td {
    border: thin solid #008B5A;
    font-size: 10pt;
    height: 20px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}

.KitTableB h5 {
    padding-left: 5px;
}
.custom-bullets {
    list-style: url(../Images/esafetystore/dotlan.gif) outside;
    padding: 0px;
    margin: 0px 0px 0px 20px;
}
.newsite-bg {
    background: url(../Images/Benchmark/cust-pages-images/newsite-bg.jpg) no-repeat 0px 0px;
}


/*MINI ADS STYLES */

.sss-webspecials {
    background: #bb0505;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #000000;
}
.sss-webspecials td {
    margin: 5px;
    padding: 5px;
}
.sss-webspecials h5 {
    padding-left: 20px;
    background: #008B5A;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 2px;
}
.sss-webspecials table td {
    border: 1px solid #008B5A;
    height: 130px;
    background: #FFFFFF;
    text-align: center;
    vertical-align: bottom;
    width: 150px;
}
.sss-webspecials img {
    padding-bottom: 3px;
    border-style: none;
    padding-right: 3px;
    padding-left: 3px;
}
.sss-webspecials td a {
    font-weight: bold;
    color: #008B5A;
    text-decoration: underline;
    font-size: 9pt;
}

.sss-webspecials td a:HOVER {
    color: #bb0505;
    text-decoration: none;
}
.services-td {
    border: 2px solid #bb0505;
}


/*Technical Documents Styles */

.techdocs-table {
    padding: 7px;
    border: 1px solid #8b0019;
    margin: 3px;
    width: 95%;
}
.techdocs-table a {
    font-size: 10pt;
    font-weight: bold;
}


.wbe-img {
    border: 2px solid #000000;
}



/*LORI ADDED FOR CONTRACT SEARCH WEBPART */

.contract-search {
    background: url(../Images/shared/contract-items/contract-items.jpg) repeat-x;
    height: 100px;
    width: 170px;
}
.contract-search .Note-Emphasis1 {
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
.contract-search .Note-Emphasis2 a {
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
}


/* Quick Links WebPart */

#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: #008B5A;
    text-decoration: none;
}

#QuickLinks DIV A:hover, #QuickLinks DIV A:visited:hover
{
    color: #C95C1B;
    text-decoration: underline;
}




/* 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: 0;
    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: 105px;
}
#mygallery {
height: 195px;
}
#CheckoutSteps_EditSection b,#CheckoutSteps_EditSection strong {color: #333333;}
.bottomBorder
{
    border-bottom: 1px dotted #999999;
    height: 25px;
}
.submit-btn {background: url(../images/PandaDesign/cust-pages-images/checkout/continue-btn.jpg);border: 0px; width: 213px; height: 24px;}    
.EstimateNote {background: #fafafa; border: 1px solid #cccccc;color: #666666;font-weight: normal; font-size: 8pt !important}




/*BEGIN TABS SECTION FOR GROUP INFO POWER REVIEWS LAYOUT */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/Images/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #C95C1B;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border: 1px solid #000101;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* 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: 0px;
    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: 105px;
}
#mygallery {
height: 195px;
}

/* END TABS SECTION FOR GROUP INFO POWER REVIEWS SECTION */



/* RRP homepage ad - drew 07/20/10 */ 

#RRPwrap	{
width: 590px;
height: 150px;
position: relative;
background-color: #ccc;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

#RRPimg	{
width: 150px;
height: 150px;
position: absolute;
background-image: url(http://esafetystore.com/images/shared/RRPwindow.png);
}

#RRPcontent	{
background-color: #ccc;
width: 335px;
position: absolute;
top: 10px;
left: 245px;
padding-top: 1px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
text-align: center;
}

#RRPnav	{
width: 75px;
position: absolute;
top: 10px;
left: 160px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}

p.RRPnavlink	{
text-align: center;
margin-bottom: 1px;
margin-top: 0px;
}

p.RRPnavlink a	{
text-decoration: none;
display: block;
color: #ccc;
background-color: #333;
padding-top: 0px;
padding-bottom: 2px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

p.RRPnavlink a:hover	{
background-color: #999;
}

p.RRPnavlink a:link span	{
display: none;
}

p.RRPnavlink a:visited span	{
display: none;
}

p.RRPnavlink a:hover span	{
width: 335px;
position: absolute;
top: 55px;
left: 85px;
padding: 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
text-align: center;
font-weight: normal;
display: block;
background-color: #ccc;
color: #666;
}




/* Hi-vis ad round corners with esafety store green #008b5a - drew 07/28/10 */ 


.roundedcornr008B5A_box {
   background: #008b5a url(http://esafetystore.com/images/roundcorners/roundedcornr008B5A_grad.gif) repeat-x top left;
}
.roundedcornr008B5A_top div {
   background: url(http://esafetystore.com/images/roundcorners/roundedcornr008B5A_tl.gif) no-repeat top left;
}
.roundedcornr008B5A_top {
   background: transparent url(http://esafetystore.com/images/roundcorners/roundedcornr008B5A_tr.gif) no-repeat top right;
}
.roundedcornr008B5A_bottom div {
   background: url(http://esafetystore.com/images/roundcorners/roundedcornr008B5A_bl.gif) no-repeat bottom left;
}
.roundedcornr008B5A_bottom {
   background: transparent url(http://esafetystore.com/images/roundcorners/roundedcornr008B5A_br.gif) no-repeat bottom right;
}

.roundedcornr008B5A_top div, .roundedcornr008B5A_top,
.roundedcornr008B5A_bottom div, .roundedcornr008B5A_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr008B5A_content { 
    margin: 0 2px;
    padding: 5px;
    font: 10pt Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #000000;
    text-align: center;
    }

.roundedcornr008B5A_content h1
    {
    font: 25pt Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #fc0;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    }

.roundedcornr008B5A_content h1 a
    {
    font: 17pt Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #f00;
    text-shadow: 1px 1px #fff;
    text-transform: uppercase;
    text-decoration: none;
    }

.roundedcornr008B5A_content h1 a:hover
    {
    font: 17pt Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #30F;
    text-shadow: 1px 1px #fff;
    text-transform: uppercase;
    text-decoration: none;
    }
        
.roundedcornr008B5A_content td
    {
    color: #3b3b3b;
    font: 7pt Arial, Helvetica, Sans-Serif;
    line-height: 1.3em;
    }


/*  [Search Results]   */

#tblSearchResults {
  width: 100%;
}
#tblSearchResults table {
  border: solid 1px #008B5A;
}
#tblSearchResults table td {
  padding: 2px 5px;
}
#tblSearchResults table td a img {
  padding: 2px;
  vertical-align: middle;
}
#tblSearchResults table td a img.selectView {
  border: solid 1px #CCC;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
table#tblSearchResults td.resultNav, table#tblSearchResults th {
  background-color: #008B5A;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMTUpIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNnKTsiIC8+PC9zdmc+);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
  border-bottom: solid 1px #008B5A;
  color: #FFF;
  font: bold 9pt Trebuchet MS, Helvetica, Sans-Serif;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  padding: 4px;
}
table#tblSearchResults td.resultNav a {
  color: #FFF;
}
table#tblSearchResults td.sectHead {
  background-color: #C95C1B;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMTUpIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNnKTsiIC8+PC9zdmc+);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
  border-bottom: 1px solid #C95C1B;
  border-top: 1px solid #C95C1B;
  color: #FFF;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px;
}
table#tblSearchResults td.sectHead a {
  color: #FFF;
  text-decoration: none;
}
#tblSearchResults td.sectContents {
  padding: 6px 5px 8px;
}
#tblSearchResults td.sectContents div {
  padding: 2px 0;
}
#tblSearchResults table.itemTbl {
  border-collapse: collapse;
  margin: 0;
}
#tblSearchResults table.itemTbl TR.bg_normal {
  background-color: #FFF;
}
#tblSearchResults table.itemTbl TR.bg_alternate {
  background-color: #EEE;
}
#tblSearchResults table.itemTbl th a {
  color: #FFF;
}
#tblSearchResults table.itemTbl td {
  border-bottom: solid 1px #008B5A;
  border-right: 0px;
}
#tblSearchResults table.itemTbl.grid td {
  border: solid 1px #008B5A;
}

#tblSearchResults .GlobalBtn
{
    text-shadow: 0 1px 0 #FFF;
}

#divBasket {
  background-color: #DDD; 
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0ZGRiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0RERCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOnVybCgjZyk7IiAvPjwvc3ZnPg==); 
  background-image: -o-linear-gradient(top, #FFF, #DDD); 
  background-image: -moz-linear-gradient(top, #FFF, #DDD); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #FFF), color-stop(100%, #DDD)); 
  background-image: -webkit-linear-gradient(top, #FFF, #DDD); 
  background-image: linear-gradient(top, #FFF, #DDD);
  border: 1px solid #008B5A;
  position: absolute;
  top: -30px;
  right: 0px;
}
#divBasket div {
  padding: 5px 7px;
  float: left;
}
#divBasket #divBasketTitle {
  background-color: #008B5A;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA4QjVBIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNnKTsiIC8+PC9zdmc+);
  background-image: -o-linear-gradient(top , rgba(255, 255, 255, 0.5), #008B5A);
  background-image: -moz-linear-gradient(top , rgba(255, 255, 255, 0.5), #008B5A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, #008B5A));
  background-image: -webkit-linear-gradient(top , rgba(255, 255, 255, 0.5), #008B5A);
  background-image: linear-gradient(top , rgba(255, 255, 255, 0.5), #008B5A);
  border-left: 1px solid #008B5A;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 0pt rgba(0, 0, 0, 0.5);
  padding: 5px 9px;
}


/* Contract Banner - 04 */

#links
{
    position: absolute;
    top: 5px;
    padding-left: 755px;
}

#links A
{
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

#links A:hover
{
    text-decoration: underline;
}
