/*


Theme           => Amazon_Violet
ButtonFamily    => Amazon_Blue
CheckoutSteps   => Amazon_Green



ANI COLORS

DARK BLUE	= #011749
RED		= #FC0719
LIGHT BLUE	= #4C83BB

LIGHTEST GRAY	= #F5F5F5
LIGHT GRAY	= #DADADA
MEDIUM GRAY	= #C5C5C5
DARK GRAY	= #A1A1A1
DARKER GRAY	= #656565

YELLOW		= #FFFF99
TAN		= #f1e8d8

BLUE-GRAY	= #ACBECB
ANI-BLACK	= #010101



FONT FAMILY = "Trebuchet MS", Arial, Helvetica, sans-serif

*/





/*--[  G E N E R A L  ]--*/

BODY
{
	background-image: url(../Images/themes/Ani-Theme/background.gif);
	background-repeat: repeat-x;
	background-color: #DADADA;
/* 	behavior: url(../js/csshover.htc);                      -- commented out by Nury. May 7, 2007 */
    font: 8pt "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

TABLE
{
    border: 0px;
    font-size: 8pt;
}

IMG
{
    border: 0px;
}

HR
{
	color: #FC0719;
}

FORM
{
    margin: 0px;
    padding: 0px;
}

INPUT, SELECT, TEXTAREA
{
	border: solid 1px #011749;
    font-size: 8pt;
}

A:link, A:visited
{
    color: #011749;
}

A:hover, A:visited:hover
{
    color: #fc0719;
    text-decoration: none;
}

H2
{
    border-bottom: solid 1px #FC0719;
    color: #010101;
    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: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.paragraph-red-bold {
    color: #FC0719;
    font-weight: bolder;
}
.paragraph-blue-bold {
    color: #011749;
    font-weight: bolder;
}

DT
{
    color: #FC0719;
    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: #011749;
    font-family: "Trebuchet MS", 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: 0px 0px 5px 0px;
}

LI A
{
    color: #011749;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

LI A:hover
{
	color: #000000;
	text-decoration: none;
}

BLOCKQUOTE
{
	font-family: "Trebuchet MS", 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 #FC0719;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

H5
{
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #FC0719;
	padding: 0px 0px 2px 0px;
}

H5 A
{
	text-decoration: underline;
}

H5 A:hover
{
	text-decoration: none;
}

H6
{
	font-size: 10pt;
	font-weight: bold;
	color: #FC0719;
	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;
    border-bottom: solid 2px #C5C5C5;
}

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;
	width: 80%!important;
	max-width: 80%!important;
}

DIV.Three_Col
{
    clear: both;
    margin: 0px!important;
    width: 100%!important;
    max-width: 100%!important;
}



/*--[  W E B P A R T - S P E C I F I C  ]--*/


/* Shared Across Many WebParts */

.ErrorMsg
{
    color: #FC0719;
    font-weight: bold;
    font-size: 10pt;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.Note
{
    color: #FC0719;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.Note-Emphasis1
{
    color: #FC0719;
    font-weight: bolder;
}

.Note-Emphasis2
{
    color: #4C83BB;
    font-weight: bolder;
}

.saveText
{
    color: #FC0719;
    font-style: italic;
}

TR.bg_1
{
    background: #DADADA;
}

TR.bg_2
{
    background: #FFFFFF;
}

TR.bg_normal
{
    background: #FFFFFF;
}

TR.bg_alternate
{
    background: #DADADA;
}


DIV.CommonContents
{
    background-color: #FFFFFF;
}

.vendorList /*turns the background of iFrame content white*/
{
    background-color: #FFFFFF;
}

#frmContent /*turns the background of iFrame content white*/
{
    background-color: #FFFFFF;
}

.btnAddToCart
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_AddToCart.gif) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 94px;
}

.btnAddToHotlist
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_AddToHotlist.gif) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 94px;
}

.btnSendToFriend
{
 	font-size: 0%;
    letter-spacing: 5000px;
 	background: url(../images/themes/ANI-Theme/ButtonFamily/btn_EmailToFriend.gif) no-repeat;
    border: 0px;
    height: 20px;
    margin-top: 5px;
    width: 112px;
}

TABLE#tblSend2Frnd TEXTAREA
{
	background-color: #DADADA;
}

TABLE#tblSend2Frnd .btnSendToFriend
{
font-size: 0%;
    letter-spacing: 5000px;
	background: url(../images/themes/ANI-Theme/ButtonFamily/btn_sendemail.jpg) no-repeat;
    border: 0px;
    height: 28px;
    margin-top: 5px;
    width: 81px;
}

.btnUpdate
{
 	font-size: 0%;
    letter-spacing: 5000px;
	background: url(../images/themes/ANI-Theme/ButtonFamily/btn_Update.gif) no-repeat;
	border: 0px;
	height: 20px;
	width: 68px;
	margin-left: 3px;
}

.btnRemove
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_Remove.gif) no-repeat;
    border: 0px;
    height: 18px;
    width: 92px;
}

.btnRemoveAll
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_RemoveAll.gif) no-repeat;
    border: 0px;
    height: 18px;
    width: 92px;
}

/* Added to Fix Ad WebParts wrapping & border problems - 30/Mar/2007 [A.M.] */

DIV.AD-WebPart                        
{
    background-color: #FFFFFF;
    clear: both;
    margin-bottom: 10px;
}

DIV.Webpart
{
    background-color: #FFFFFF;
	border: solid 1px #011749;
    clear: both;
	color: #000000;
	font-size: 8pt;
    margin-bottom: 10px;
}

DIV.Webpart DIV.headText
{
	background: url(../images/themes/ANI-Theme/bg_webpart_header.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	height: 23px;
	padding: 3px 0px 0px 5px;
	text-align: left;
	max-height: 20px;
	font-size: 9pt;
}

DIV.Webpart DIV.itemText
{
    background: url(../images/shared/dot.jpg) no-repeat 10px 50%;
    border-bottom: solid 1px #c5c5c5;
	padding: 3px 0px 3px 20px;
	text-align: left;
}

DIV.Webpart DIV.itemText A:link, DIV.Webpart DIV.itemText A:visited
{
    color: #000000;
    text-decoration: none;
}

DIV.Webpart DIV.itemText A:hover, DIV.Webpart DIV.itemText A:visited:hover
{
    color: #A1A1A1;
}

DIV.Webpart DIV.itemImg
{
    padding: 10px 0px;
    text-align: center;
}

DIV.Webpart SPAN.totalText
{
    font-weight: bold;
    padding-right: 5px;
}

DIV.Webpart SPAN.totalValue
{
    padding-right: 5px;
}

DIV.Webpart A.btnMore
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_more.gif) no-repeat;
    width: 31px;
    height: 7px;
    margin: 6px 5px 0px 3px;
}

DIV.Webpart INPUT.btnGo
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_go.jpg) no-repeat;
    border: 0px;
    margin: 5px 2px;
    width: 55px;
    height: 18px;
/*	font-weight: bold;
	color: #FFFFFF;
	background-color: #FC0719;
    margin: 5px 2px; */

}

/* Banner [Amazon_Clean] */

DIV#Banner DIV A
{
    margin: 0px;
    padding: 0px;
}

/* A_NavigationBar [Amazon_Clean] */

DIV#NavBar DIV#NavMenu
{
    cursor: pointer;
}

DIV#NavBar DIV#NavSubMenu
{
	/*border-bottom: solid 1px #000000;*/
    border-top: solid 1px #000000;
    height: 23px;
	max-height: 23px;
	text-align: left;
	padding: 0px;
}

DIV#NavSubMenu DIV
{
	background: #DADADA url(../images/themes/ANI-Theme/icon_level_sep.gif) no-repeat 0px 7px;
	padding: 4px 6px 6px 12px;
	position: absolute;
}

DIV#NavSubMenu DIV#divMenu1
{
	margin-left: 25px;
}

DIV#NavSubMenu DIV#divMenu2
{
    margin-left: 195px;
}

DIV#NavSubMenu DIV#divMenu3
{
    margin-left: 364px;
}

DIV#NavSubMenu DIV#divMenu4
{
    margin-left: 530px;
}

DIV#NavSubMenu DIV#divMenu5
{
    margin-left: 695px;
}

DIV#NavSubMenu DIV#divMenu6
{
    margin-left: 860px;
}

DIV#LoginBar, DIV#SearchBar
{
	/*border-bottom: solid 1px #011749;*/
	height: 30px;
	padding: 0px 3px 0px 10px;
	margin: 5px 0px 0px 0px;
}

DIV#SearchBar
{
	clear: left;
	float: left;
}

DIV#SearchBar TD
{
	padding: 3px;
}

DIV#LoginBar TD 
{
	padding: 6px 3px 3px 3px;
}

DIV#LoginBar .txtHead, DIV#SearchBar .txtHead
{
    font-weight: bold;
}

DIV#LoginBar INPUT#btnSignIn
{
	/*font-weight: bold;
	color: #FFFFFF;
	background-color: #FC0719;*/
	border: 0px;
	height: 18px;
	width: 79px;
	background: url(../images/themes/ANI-Theme/ButtonFamily/btn_signin.jpg) no-repeat;
 	font-size: 0%;
    letter-spacing: 5000px;   
}

DIV#SearchBar INPUT#btnSearch
{
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_go.jpg) no-repeat;
    border: 0px;
    margin: 5px 2px;
    width: 55px;
    height: 18px;
	font-size: 0%;
    letter-spacing: 5000px;
/*	font-weight: bold;
	color: #FFFFFF;
	background-color: #FC0719; */
}

DIV#SearchBar INPUT#Keyword {
	background-color: #FFFF99;
	width: 145px;
	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
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/shared/more.gif) no-repeat;
    float: right;
    height: 5px;
    margin-bottom: -5px;
    margin-top: 6px;
    padding-bottom: 0px;
    width: 31px;
}

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: #FFFFFF;
    border-bottom: solid 1px #FC0719;
	font-size: 8pt;
    margin: 0 auto;
    padding: 3px 2px 5px 5px;
    text-align: left;
}

DIV#RootCategories H1 A:link, DIV#RootCategories H1 A:visited,
DIV#Departments H1 A:link, DIV#Departments H1 A:visited
{
    color: #011749;
    text-decoration: none;
}

DIV#RootCategories H1 A:hover, DIV#RootCategories H1 A:visited:hover,
DIV#Departments H1 A:hover, DIV#Departments H1 A:visited:hover
{
    color: #656565;
}

/* Basket [Amazon_Clean - Small] */

DIV#Basket_Small
{
    background-color: #FFFF99;
    border-color: #011749;
}

DIV#Basket_Small DIV.headText
{
	background-image: url(../images/themes/ANI-Theme/cart-header.gif);
	color: #FFFFFF;
}

DIV#Basket_Small A.btnMore
{
  	font-size: 0%;
    letter-spacing: 5000px;
   background: url(../images/themes/ANI-Theme/ButtonFamily/btn-cart.gif) no-repeat;
    display: block;
    width: 83px;
    height: 15px;
    margin: 6px 5px 5px 3px;
}

/* Hotlist [Amazon_Clean - Small] */

DIV#Hotlist_Small
{
    border-color: #011749;
}

DIV#Hotlist_Small DIV.headText
{
	background-image: url(../images/themes/ANI-Theme/hotlist-header.gif);
	color: #FFFFFF;
}

DIV#Hotlist_Small A.btnMore
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn-hotlist.gif) no-repeat;
    display: block;
    width: 83px;
    height: 15px;
    margin: 6px 5px 5px 3px;
}

/* RequestACatalog [Amazon_Clean] */

DIV#RequestACatalog DIV.imgRequestACatalog
{
    text-align: center;
}

DIV#RequestACatalog DIV.imgRequestACatalog A
{
    background: url(../images/ANISafety/covers/catalog-cover.jpg);
    border: solid 1px #a1a1a1;
    display: block;
    margin: 7px 0px;
    width: 142px;
    height: 185px;
}

/* CatSubSecVen [AdvSearch] */

DIV#divAdvSearch
{
    text-align:center;
}

DIV#cascadeSelects SPAN
{
    float: left;
    font-weight: bold;
    margin: 3px;
}

DIV#cascadeSelects SELECT
{
    margin-left: 4px;
	width: 94.5%;
}


/* CatSecSubVen [AdvSearch] */

#tblSrchCats
{
    width: 550px;
    text-align: center;
}

#tblSrchCats TD
{
    font-size: 9pt;
    font-weight: bold;
}

#tblSrchCats SELECT, #tblSrchCats textarea
{
	width: 425px;
	font-size: 9pt;
	padding: 1px;
	margin: 1px;
	color: #000000;
	background-color: #DADADA;
}


.btnGoSrch
{
	font-weight: bolder;
	color: #FC0719;
	background-color: #011749;
}



/*  COMMENTED OUT - THIS IS IMAGE VERSION OF BUTTON
.btnGoSrch
{	
 	font-size: 0%;
    letter-spacing: 5000px;
	background-image: url(../images/themes/ANI-Theme/ButtonFamily/btn_go.jpg);
	border: 0px;
	cursor: pointer;
	height: 18px;
	width: 55px;
}*/





/* SearchResults [Amazon_Clean] */

DIV.searchResults, DIV.searchResults-Text
{
	border-bottom: solid 2px #C5C5C5;
}


DIV.ProductTitle a
{
	font-size: 10pt;
	font-weight: bolder;
	color: #011749;
}

DIV.ProductTitle a:hover
{
	color: #FC0719;
	text-decoration: none;
}



DIV.searchResults DIV.Manufacturer, DIV.searchResults-Text DIV.Manufacturer
{
	font-weight: bold;
	color: #FC0719;
}


DIV.searchResults TD.pic
{
	width: 75px;
	text-align: right;
	padding-right: 10px;
}

DIV.ResultsHd
{
 	font-size: 0%;
    letter-spacing: 5000px;
	background: url(../images/themes/ANI-Theme/buttonfamily/btn-results.gif) no-repeat;
	border-bottom: solid 2px #011749;
	height: 18px;
	margin-bottom: 3px;
}

/* CategoryMap [Default] */

TABLE#tblCatMap
{
	clear: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	margin-top: 20px;
}

TABLE#tblCatMap TD
{
	border: solid 1px #011749;
	background-color: #FFFFFF;
	font-size: 7pt;
	padding: 3px 5px;
	vertical-align: top;
	line-height: 125%;
}

TABLE#tblCatMap TD.hdText
{
    background-color: #011749;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

TABLE#tblCatMap TD.hdText A, TABLE#tblCatMap TD.hdText A:visited
{
    color: #FFFFFF;
}

TABLE#tblCatMap TD A, TABLE#tblCatMap TD A:visited
{
    color: #000000;
    text-decoration: underline;
}

TABLE#tblCatMap TD A:hover
{
    color: #c5c5c5;
    text-decoration: none;

}

/* SectionList [Amazon_Clean] / CategoryList [Amazon_Clean] */

TABLE#tblSectionList TD.sectionTD, TABLE#tblCategoryList TD.sectionTD
{
    vertical-align: top;
    width: 450px;
    padding: 5px;
}

TABLE.tblSection, TABLE.tblCategory
{
    background: url(../images/themes/ANI-Theme/bg_webpart_header.gif) repeat-x;
    border: solid 1px #011749;
    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: underline;
}

TD.headSection A:hover, TD.headSection A:visited:hover,
TD.headCategory A:hover, TD.headCategory A:visited:hover
{
    color: #A1A1A1;
    text-decoration: none;
}

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-size: 0%;
    letter-spacing: 5000px;
    background-image: url(../images/themes/ANI-Theme/ButtonFamily/btn_go.jpg);
    cursor: pointer;
    border: 0px;
    width: 52px;
    height: 18px;
}



/* CategoryTree2 [Amazon_Clean] */

DIV.catTree
{
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 9pt;
}

DIV.catTree SPAN
{
    background: url(../images/themes/ANI-Theme/icon_level_sep.gif) no-repeat 0px 2px;
    margin-left: 5px;
    padding-left: 15px;
}

DIV.catTree a
{
	font-weight: bold;
	color: #011749;
	text-decoration: underline;
}
DIV.catTree a:hover
{
	font-weight: bold;
	color: #FC0719;
	text-decoration: none;
}



/* KeywordGroupSearch [Amazon_Clean] / ItemsResults [Amazon_Clean] */

TABLE#tblSrchResults, TABLE#tblItemResults
{
    border: solid 2px #011749;
    width: 100%;
}

TABLE#tblSrchResults TD, TABLE#tblItemResults TD
{
    vertical-align: middle;
}

TABLE#tblSrchResults TD.topNavLeft, TABLE#tblItemResults TD.topNavLeft
{
    border-bottom: solid 1px #011749;
    color: #000000;
    height: 30px;
    padding: 0px 3px;
}

TABLE#tblSrchResults TD.topNavLeft A, TABLE#tblItemResults TD.topNavLeft A
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

TABLE#tblSrchResults TD.topNavLeft A:hover, TABLE#tblItemResults TD.topNavLeft A:hover
{
    text-decoration: none;
}

TABLE#tblSrchResults TD.topNavLeft SPAN, TABLE#tblItemResults TD.topNavLeft SPAN
{
    color: #000000;
    font-weight: bold;
}

TABLE#tblSrchResults TD.topNavRight, TABLE#tblItemResults TD.topNavRight
{
    border-bottom: solid 1px #011749;
    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: #011749;
    border-bottom: solid 1px #011749;
    border-top: solid 1px #011749;
    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
{
	background-color: #DADADA;
	padding-left: 6px;
	vertical-align: top;
	width: 23%;
	line-height: 125%;
}

TABLE#tblSrchResults TD.leftNav A
{
	color: #011749;
	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/ANI-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: #DADADA;
    border-collapse: separate;
    font-size: 9pt;
    margin: 15px;
    width: 95%;
}

TABLE#tblSrchItems TD
{
    background-color: #FFFFFF;
    text-align: center;
    padding: 5px 3px;
    vertical-align: top;
}

TABLE#tblSrchItems TD.Items-Col1
{
    width: 33%;
}

TABLE#tblSrchItems TD.Items-Col2
{
    width: 33%;
}

TABLE#tblSrchItems TD.Items-Col3
{
    width: 34%;
}

TABLE#tblSrchItems TD.tdGroup-Text
{
    background-color: #FFFFFF;
    text-align: left;
    padding: 5px 3px;
    vertical-align: top;
}

TABLE#tblSrchItems DIV.itemPic
{
    height: 75px;
}

TABLE#tblSrchItems DIV.itemPic IMG
{
    max-height: 75px;                                /* Added To Make Images Stay at 75px - A.M. [26/07/2007] */
}


TABLE#tblSrchItems TD DIV.prodBrand, TABLE#tblSrchItems TD DIV.prodBrand-Text
{
	color: #FC0719;
	font-size: 8pt;
}

TABLE#tblSrchItems TD DIV.prodName A, TABLE#tblSrchItems TD DIV.prodName-Text A
{
	font-weight: bold;
	color: #011749;
	text-decoration: underline;
}
TABLE#tblSrchItems TD DIV.prodName A:hover, TABLE#tblSrchItems TD DIV.prodName-Text A:hover
{
	font-weight: bold;
	color: #FC0719;
	text-decoration: none;
}


TABLE#tblSrchItems TD DIV.prodDesc
{
    /*font-size: 8pt;*/
}

TABLE#tblSrchItems TD DIV.prodPrice
{
    color: #FC0719;
    text-transform: uppercase;
}

TABLE#tblHeading
{
    background-color: #F5F5F5;
    margin: 5px 0px 20px 0px;
    width: 99%;
}

TABLE#tblHeading TD
{
	font-size: 9pt;
}

TABLE#tblHeading TD H1
{
    font-size: 14pt;
    margin-bottom: 5px; 
}   




/* LoginForm [Amazon_Clean] */

TABLE.loginTbl
{
    background: #FFFFFF;
    width: 55%;
}

TABLE.loginTbl TD
{
	padding: 2px 5px;
	font-family: "Trebuchet MS", 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-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_login.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;
}

TABLE.loginTbl P A
{
    background: url(../images/themes/ANI-Theme/bg_oval.gif) no-repeat;
    display: block;
    padding-left: 20px;
}

/* ForgotPassword */

TABLE#fpassTbl
{
    background: #FFFFFF;
    width: 65%;
}

TABLE#fpassTbl TD
{
	padding: 2px 5px;
	font-size: 9pt;
}

TABLE#fpassTbl TD.labelColumn
{
    font-weight: bold;
    width: 18%;
}

TABLE#fpassTbl TD.fieldColumn
{
    width: 30%;
}

TABLE#fpassTbl INPUT#btnSend
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_sendemail.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;
}

/* Register [Amazon_Clean] / MyAccount [Amazon_Clean] */

DIV.divUserInfo H2
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 750px;
}

TABLE.tblUserInfo
{
    border: 1px solid #011749;
    clear: both;
    padding: 4px;
    width: 750px;
}

TABLE.tblUserInfo TR.bg_normal
{
    background: #F5F5F5;
}

TABLE.tblUserInfo TR.bg_alternate
{
    background: #DADADA;
}

TABLE.tblUserInfo TR.sectionTitle TD
{
    border-bottom: solid 1px #011749;
    border-top: solid 1px #011749;
    color: #FC0719;
    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-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_register.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;
}

INPUT#btnUpdate
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FC0719; 
/* 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_update.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;   */
}

INPUT#btnUpdate:hover
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #011749; 
}


INPUT#btnCancel
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FC0719; 
/* 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_cancel.jpg) no-repeat;
    border: 0px;
    height: 28px;
    width: 81px;  */
}

INPUT#btnCancel:hover
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #011749; 
}



INPUT#btnChange
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FC0719; 
/* 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_change.gif) no-repeat;
    border: 0px;
    height: 20px;
    width: 71px;  */
}


INPUT#btnChange:hover
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #011749; 
}

TABLE#ManageAddresses                          /* Added for TASK:K01 - 5/2/2007 - Manage Addresses from Account - 09/May/2007 [A.M.] */
{
    border: solid 1px #000000;
    width: 750px;
}

/* GroupInfo [Amazon_Clean] */

#grpSummary TD#grpImgTD
{
    width: 25%;
}

DIV#grpImg
{
	color: #FC0719;
	float: left;
	font-weight: bold;
	height: 270px;
	margin-right: 10px;
	text-align: center;
	vertical-align: top;
	width: 250px;
}

DIV#grpImg IMG.Empty
{
    height: 250px;
    width: 250px;
}

DIV#grpInfo H3
{
    font-size: 14pt;
    font-weight: bold;
}

DIV#grpInfo LI
{
    margin-left: 15px;
}

DIV#grpThumbImgs
{
    clear: both;
    margin: 5px 0px 10px 0px;
}

DIV.grpThumb
{
    float: left;
    width: 190px;
	color: #FC0719;
	text-align: center;
	font-weight: bold;

}
 
TABLE.itemTbl
{
    border-top: solid 1px #011749;
    border-left: solid 1px #011749;
    /*border-collapse: collapse;*/
    clear: both;
    margin: 10px 0px;
}

TABLE.itemTbl TH
{
    border-bottom: solid 1px #011749;
    border-right: solid 1px #011749;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #011749;
	padding: 3px;
	font-size: 9pt;
}

TABLE.itemTbl TD
{
    border-bottom: solid 1px #011749;
    border-right: solid 1px #011749;
    padding: 2px 3px;
}

TABLE.itemTbl TD.sectHead
{
    background: #4C83BB;
    font-weight: bold;
}

/* FOR CATEGORY SORT FOR SITES THAT HAVE CONTRACTS - LORI ADDED 2-11-09 */




.sectHead a
{
	color: #FFFFFF;
	text-decoration: underline;
}

.sectHead a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


/* New CSS for group info item table for new price Lori added 7-24-08 */

SPAN.amtSave
{
    color: #FC0719;
    font-weight: bold;
	font-size: 10pt;
}

SPAN.price1
{
	color: #011749;
	font-weight: bold;
	font-size: 10pt;
}

SPAN.price2
{
	color: #011749;
	font-weight: bold;
	font-size: 10pt;
}
/* END New CSS for group info item table for new price Lori added 7-24-08 */

/*added for See Related Products Tables */
div.srp TABLE.itemTbl TH a
{
	color: #011749;
}

div.srp TABLE.itemTbl TH
{
	border-bottom: solid 1px #011749;
	border-right: solid 1px #011749;
	font-weight: bold;
	color: #011749;
	background-color: #C5C5C5;
	font-size: 8pt;
}


/* ProductDetail [Amazon_Clean] */

DIV#prodImg
{
    float: left;
    height: 270px;
    margin-right: 10px;
    vertical-align: top;
    width: 250px;
}

DIV#prodInfo
{
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
}


DIV#prodInfo H3
{
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3px;
}

/*SPAN.priceHead, SPAN.pricevalue
{
	font-weight: bold;
	font-size: 9pt;
	color: #fc0719;
}

SPAN.prodinfop
{
	font-size: 9pt;
}*/



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: #011749;
}


#prodinfo .saveText
{
	color: #FC0719;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}
/*ended price increase css*/


TABLE#prodSummary
{
    background: #FAFAFA;
    border: solid 1px #011749;
    border-collapse: collapse;
    margin: 10px 0px;
}

TABLE#prodSummary TD
{
    border: solid 1px #011749;
    padding: 5px;
}

DIV#orderDiv
{
    clear: left;
    text-align: center;
}

DIV#sendToFrndDiv
{
    visibility: hidden;
    padding: 10px;
}

TABLE#tblSend2Frnd
{
    border: solid 1px #011749;
    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 #011749;
}

TABLE#tblMain TD.titleText
{
	background: url(../images/shared/email-head2.gif) no-repeat;
	color: #011749;
	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 #011749;
}

TABLE#tblProdFeat TD
{
    border-bottom: solid 1px #011749;
    border-right: solid 1px #011749;
}

TABLE#tblMain TD.Title
{
    color: #FC0719;
    font-size: 12pt;
}

TABLE#tblMain TD.spc
{
    background-color: #011749;
    height: 2px;
}

TABLE#tblMain TD.prodSrch
{
    padding-left: 5px;
}

TABLE#tblMain SPAN
{
    font-size: 9pt;
}

TABLE#tblMain SPAN.RecipentName
{
	font-weight: bold;
	font-size: 10pt;
}

TABLE#tblMain SPAN.prodDesc
{
    font-size: 10pt;
    font-weight: bold;
}

TABLE#tblMain SPAN.prodDetails
{
    /*font-size: 9pt;*/
}

TABLE#tblMain SPAN.prodDetailsHd
{
    /*font-size: 9pt;*/
    font-weight: bold;
}

/* Basket [Amazon_Clean] / Hotlist [Amazon_Clean] */

#tblBasket, #tblHotlist
{
    border: solid 1px #011749;
    border-collapse: collapse;
    margin: 10px 0px;
    width: 100%;
}

#tblBasket TD, #tblHotlist TD
{
    border: solid 1px #011749;
    padding: 3px;
}

#tblBasket TH
{
	border: solid 1px #011749;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #011749;
}

#tblHotlist TH
{
	border: solid 1px #011749;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #011749;
}



INPUT.qtyFld
{
    width: 25px;
}

/* CheckoutSection [Amazon_Clean] */

TABLE#tblCheckout
{
	background: #DADADA;
	border: 3px solid #011749;
	margin: 10px 0px;
	width: 100%;
}
TABLE#tblCheckout P
{
	font-size: 10pt;
	line-height: 115%;
}

TABLE#tblCheckout H5
{
	font-size: 12pt;
	color: #FC0719;
	line-height: 115%;
}

TABLE#tblCheckout INPUT
{
	background-color: #011749;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
/*	cursor: pointer;                           /* Commented out by Van Dame [10/May/2007] */
}

/* Commented out by Van Dame [10/May/2007]
TABLE#tblCheckout INPUT:hover
{
	font-size: 8pt;
	color: #011749;
	font-weight: bolder;
	background-color: #FC0719;
	cursor: pointer;
}
*/

#tblCheckout TD#loginColumn                    /* Added For Login / Continue Options - 20/Apr/2007 [A.M.] */
{
	padding: 5px 10px;
	vertical-align: top;
	width: 50%;
}

#tblCheckout TD#continueColumn                 /* Added For Login / Continue Options - 20/Apr/2007 [A.M.] */
{
	padding: 5px 10px;
	vertical-align: top;
	width: 50%;
}

#tblCheckout DIV#divLogin                       /* Added For Login / Continue Options - 20/Apr/2007 [A.M.] */
{
    background: #DADADA;
    border: solid 1px #011749;
    font-size: 9pt;
    height: 100px;
    padding: 3px;
    position: absolute;
    text-align: center;
    width: 225px;
}

/* All Checkout Steps [Amazon_Clean] */

#CheckoutSteps_Container
{
    clear: both;
    margin: 0 auto;
    width: 100%;
}

#CheckoutSteps_Container UL
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#CheckoutSteps_Header UL
{
    padding: 4px 0;
    margin: 0;
}

#CheckoutSteps_Header LI
{
    float: left;
    border: 0px;
    padding: 0;
    margin: 0;
    display: inline;
}

.CheckoutSteps_HeaderLineLeft
{
    float: left;
    width: 46px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/bg_title_left.gif);
    background-repeat: no-repeat;
}

.Icon_ShipAdr
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_shipping.gif);
    background-repeat: no-repeat;
}
.Icon_BillAdr
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_billing.gif);
    background-repeat: no-repeat;
}
.Icon_Shipping
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_shipping.gif);
    background-repeat: no-repeat;
}
.Icon_Payment
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_payment.gif);
    background-repeat: no-repeat;
}
.Icon_Summary
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_summary.gif);
    background-repeat: no-repeat;
}

.Icon_Confirmation
{
    float: left;
    width: 81px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_confirmation.gif);
    background-repeat: no-repeat;
}

.Title_ShipAdr
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/title_shippingaddress.gif);
    background-repeat: no-repeat;
}
.Title_BillAdr
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/title_billingaddress.gif);
    background-repeat: no-repeat;
}
.Title_Shipping
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/title_shipping.gif);
    background-repeat: no-repeat;
}
.Title_Payment
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/title_payment.gif);
    background-repeat: no-repeat;
}
.Title_Summary
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/title_summary.gif);
    background-repeat: no-repeat;
}
.Title_Confirmation
{
    float: left;
    width: 214px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/title_confirmation.gif);
    background-repeat: no-repeat;
}


.CheckoutSteps_HeaderLine
{
    float: left;
    width: 424px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/bg_title.gif);
    background-repeat: repeat-x;
}
.CheckoutSteps_CartIcon A
{
    float: left;
    width: 150px;
    height: 70px;
    background-image: url(../Images/themes/Ani-Theme/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/Ani-Theme/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/Ani-Theme/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/Ani-Theme/CheckoutSteps/step_billingaddress.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_BillAdr_Selected
{
    float: left;
    width: 134px;
    height: 75px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/step_billingaddress_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Shipping
{
    float: left;
    width: 110px;
    height: 75px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/step_shipping.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Shipping_Selected
{
    float: left;
    width: 110px;
    height: 75px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/step_shipping_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Payment
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/step_payment.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Payment_Selected
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/step_payment_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Summary
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/step_summary.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Summary_Selected
{
    float: left;
    width: 90px;
    height: 75px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/step_summary_active.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Confirmation
{
    float: left;
    width: 190px;
    height: 75px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/step_confirmation.gif);
    background-repeat: no-repeat;
}
.CheckoutStep_Confirmation_Selected
{
    float: left;
    width: 190px;
    height: 75px;
    background-image: url(../Images/themes/Ani-Theme/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/Ani-Theme/CheckoutSteps/bg_sep_med_left.gif);
    background-repeat: no-repeat;
}
*/
#CheckoutSteps_SubHeader_Title
{
    color:#011749;
    float: left;
    margin: 0;
    padding: 30px 0 0 0;
    width: 767px;
    /*height: auto;*/
    font-size: 12pt;
    font-weight: bold;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/bg_sep_med.gif);
    background-repeat: repeat-x;
}

#CheckoutSteps_SubHeader_Title span
{
    color:#a1a1a1;
    font-size: 9pt;
    font-weight: bold;
  
}

#CheckoutSteps_SubHeader_Title P
{
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 9px;
    color: #FC0719;
    font-weight: bold;
}

.SubHeader_Title
{
    /*float: left;*/
    color:#011749;
    width: 382px;
    font-size: 12pt;
    font-weight: bold;
}

.CheckoutSteps_Underline
{
    float: left;
    padding: 0;
    margin: 2px 0;
    width: 100%;
    height: 1px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/bg_sep_dot.gif);
    background-repeat: repeat-x;
}

.CheckoutSteps_Separator
{
    float: left;
    padding: 0;
    margin: 5px 0;
    width: 764px;
    height: 3px;
    font-size: 1px;
    background-color: #ACBECB;
}

#CheckoutSteps_SubHeader_Step1
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_step1.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step2
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_step2.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step3
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_step3.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step4
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_step4.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step5
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_step5.gif);
    background-repeat: no-repeat;
}
#CheckoutSteps_SubHeader_Step6
{
    float: right;
    width: 146px;
    height: 87px;
    background-image: url(../Images/themes/Ani-Theme/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/Ani-Theme/CheckoutSteps/bg_step1.gif);
}
#tblBillAdr
{
    width: 898px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/bg_step2.gif);
}
#tblShipping
{
    width: 764px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/bg_step3.gif);
}

#tblShipMethod
{
    width: 898px;
    clear: both;
}

.optHead                                        /* Added for PickShipping - Special Instructions  - 06/Apr/2007 [A.M.] */
{
    background: #C5C5C5;
    font-size: 10pt;
    font-weight: bold;
}


#tblShipAdr TR, #tblBillAdr TR
{
    height: 15px;
}
#tblShipMethod TH
{
    color:#011749;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}
#tblShipMethod .Col1
{
    width: 1%;
}
#tblShipMethod .Col2
{
    width: 34%;
}
#tblShipMethod .Col3
{
    width: 65%;
}

.tblShippingRates
{
	width:auto;
	border:1px solid #c5c5c5;
}

.tblShippingRates_TR
{
	height:20px;
	background-color:#f5f5f5;
}

.tblShippingRates_TH
{
	background-color:#dadada;
	font-weight:bold;
}

.tblShippingRates_TH2
{
	background-color:#dadada;
}

.tblShippingRates TD
{
	padding:5px;
}

.Adr_TD1
{
    font-weight: bold;
    font-size: 10pt;
    color: #656565;
    width: 150px;
}
.Adr_TD2
{
    width: 320px;
}
.Adr_TD3
{
    font-weight: bold;
    font-size: 10pt;
    color: #656565;
    width: 171px;
}
.Adr_ErrNote
{
    font-size: 7pt;
    color: #FC0719;
    font-weight: bold;
    width: 240px;
    text-align: left;
}
.Adr_btn
{
    height: 35px;
    text-align: left;
}
.CheckOut_InputFld_Small
{
    float: left;
    clear: left;
    border: #dcdcdc 1px solid;
    width: 130px;
    color: #000000;
    height: 20px;
    background-color: #FFFFFF;
    padding: 1px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.CheckOut_InputFld_Medium                   /* Added for PickShipping - Special Instructions  - 06/Apr/2007 [A.M.] */
{
    border: #DCDCDC 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: #DCDCDC 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;
}

.CheckOut_InputFld
{
    clear: left;
    border: #dcdcdc 1px solid;
    float: left;
    width: 200px;
    color: #000000;
    height: 20px;
    background-color: #FFFFFF;
    padding: 1px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
.Adr_btnNext
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background-image: url(../Images/themes/Ani-Theme/ButtonFamily/btn_proceed.gif);
    cursor: pointer;
    width: 160px;
    height: 22px;
    border: none;
}
.Adr_checkTD
{
    width: 25px;
}
.Adr_labelTD
{
    font-weight: bold;
    font-size: 9pt;
    color: #011749;
    text-align: right;
}

.btnContinue
{
	font-size: 0%;
	letter-spacing: 5000px;
	background-image: url(../Images/themes/Ani-Theme/ButtonFamily/btn_proceed.gif);
	cursor: pointer;
	width: 160px;
	height: 22px;
	border: none;
	margin-bottom: 20px;
}
.addressTD
{
    font-size: 10pt;
    color: #656565;
    padding-left: 10px;
}

#ShipMethodHeader
{
    float: left;
    margin: 0;
    padding: 0;
    width: 898px;
    border: 0;
}

.Line1_Middle
{
    float: left;
    margin: 30px 0 0 0;
    width: 100%;
    height: 5px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/bg_sep_thin.gif);
    background-repeat: repeat-x;
}

.ShipMethod_Title
{
    font-weight: bold;
    font-size: 11pt;
    color: #011749;
    padding: 5px;
}
.ShipMethod_Underline
{
    float: left;
    padding: 0;
    margin: 0;
    height: 1px;
    width: 898px;
    background-image: url(../Images/themes/Ani-Theme/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/Ani-Theme/CheckoutSteps/bg_sep_thin.gif);
    background-repeat: repeat-x;
}
.fldHead
{
    font-weight: bold;
    font-size: 9pt;
    color: #011749;
    text-align: right;
}

.fldHead_top
{
    color: #020101;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
    vertical-align: top;
}

.fldHeadLeft
{
    color: #011749;
    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/Ani-Theme/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:#011749;
    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/Ani-Theme/CheckoutSteps/bg_sep_dot.gif);
    background-repeat: repeat-x;
}
.Adr_Addresses
{
    float: left;
    margin: 0;
    padding: 0;
    width: 920px;
    min-height: 30px;
    font-size: 8pt;
}

.addressTbl TD
{
    font-size: 10pt;
    color: #656565;
}

.Footer_Line2_Middle
{
    float: left;
    width: 100%;
    height: 8px;
    background-image: url(../Images/themes/Ani-Theme/CheckoutSteps/bg_sep_med.gif);
    background-repeat: repeat-x;
}

.btnUseAddress A
{
	background: url(../Images/themes/Amazon_Green/ButtonFamily/btn_usenext.gif) no-repeat 0 0;
    float: left;
 	font-size: 0%;
    height: 25px;
    letter-spacing: 5000px;
    margin: 0px;
    overflow: hidden;                               /* Added To Remove Funky Lines on the button - Apr/30/2007 [A.M.] */
    text-decoration: none;                          /* Added To Remove Funky Lines on the button - Apr/20/2007 [A.M.] */
    width: 250px; 
}

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/Ani-Theme/CheckoutSteps/bg_sep.gif);
    background-repeat: no-repeat;
    background-position: center;
}

DIV.divInst
{
    font: 10pt Arial, Helvetica, sans-serif;
}

DIV.divInst SPAN.txtHead
{
    color: #666666;
    font-weight: bold;
}

DIV.divInst SPAN.txtCont
{
    color: #000000;
    font-weight: bold;
}

SPAN.payMethodInfo
{
    font-size: 9pt;
    font-weight: bold;
}

#TAB_CreditCard
{
    background: url(../Images/themes/Ani-Theme/CheckoutSteps/TAB_CreditCard.gif) no-repeat;
    cursor: pointer;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_CreditCard_active
{
    background: url(../Images/themes/Ani-Theme/CheckoutSteps/TAB_CreditCard_active.gif) no-repeat;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_PurchaseOrder
{
    background: url(../Images/themes/Ani-Theme/CheckoutSteps/TAB_PurchaseOrder.gif) no-repeat;
    cursor: pointer;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_PurchaseOrder_active
{
    background: url(../Images/themes/Ani-Theme/CheckoutSteps/TAB_PurchaseOrder_active.gif) no-repeat;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_RequestForQuote
{
    background: url(../Images/themes/Ani-Theme/CheckoutSteps/TAB_RequestForQuote.gif) no-repeat;
    cursor: pointer;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_RequestForQuote_active
{
    background: url(../Images/themes/Ani-Theme/CheckoutSteps/TAB_RequestForQuote_active.gif) no-repeat;
    float: left;
    width: 155px;
    height: 35px;
}

#TAB_RequisitionApproval
{
    background: url(../Images/themes/Ani-Theme/CheckoutSteps/TAB_RequisitionApproval.gif) no-repeat;
    cursor: pointer;
    float: left;
    width: 170px;
    height: 35px;
}

#TAB_RequisitionApproval_active
{
    background: url(../Images/themes/Ani-Theme/CheckoutSteps/TAB_RequisitionApproval_active.gif) no-repeat;
    float: left;
    width: 170px;
    height: 35px;
}

#tblShipSummary
{
    width: 100%;
}

#tblShipDetails
{
    clear: both;
}

.shipSummary_TD1
{
    width: 20%;
    color: #656565;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 15px;
}

.shipSummary_TD2
{
    width: 5%;
    color: #656565;
    font-size: 10pt;
    font-weight: bold;
}

.shipSummary_TD3
{
    width: 75%;
    color: #656565;
    font-size: 10pt;
    font-weight: bold;
}

.tblSummary
{
    border: solid 1px #011749;
    border-collapse: collapse;
    width: 100%;
}

.tblSummary TH, .tblSummary TD
{
    border: solid 1px #011749;
}

.tblSummary TABLE TH, .tblSummary TABLE TD
{
    border: 0px;
}

.tblSummary .fldHead
{
    text-align: left;
}

.tblSummary TH
{
    background-color: #FFFFFF;
    color: #011749;
    font-size: 10pt;
    font-weight: bold;
}

.tblSummary .btnRemove  /*style added 7/31/07 for new summary features (remove, update) */
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../images/themes/ANI-Theme/ButtonFamily/btn_Remove-small.gif) no-repeat;
    border: 0px;
    height: 18px;
    width: 30px;
	cursor: pointer;
}

.tblSummary .btnUpdate /*style added 7/31/07 for new summary features (remove, update) */
{
 	font-size: 0%;
    letter-spacing: 5000px;
	background: url(../images/themes/ANI-Theme/ButtonFamily/btn_Update-small.gif) no-repeat;
	border: 0px;
	height: 20px;
	width: 20px;
	margin-left: 3px;
	cursor: pointer;
}

#shipNote
{
	font-style: normal;
	margin-top: 10px;
	font-size: 10pt;
	font-weight: bolder;
	color: #FC0719;
}

.btnFinish
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background-image: url(../Images/themes/Ani-Theme/ButtonFamily/btn_finish.gif);
    cursor: pointer;
    width: 94px;
    height: 22px;
    border: none;
}

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: #011749;
}

.btnFaxForm
{
 	font-size: 0%;
    letter-spacing: 5000px;
    background: url(../Images/themes/Ani-Theme/CheckoutSteps/icon_faxform.gif) no-repeat;
    width: 140px;
    height: 34px;
    display: block;
}

/* LineCard [Amazon_Clean] */

#tblLineCard
{
    width: 85%;
}

#tblLineCard TD
{
    padding: 2px;
}

#tblLineCard TD.txtHead
{
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    width: 20%;
}

#tblLineCard SELECT
{
    width: 400px;
}

#tblVendors
{
    width: 100%;
}

#tblVendors TD
{
    border-top: solid 1px #011749;
}

#tblVendors TD.vendorLogo
{
    padding: 10px;
    text-align: right;
    vertical-align: middle;
    width: 24%;
}

/* VendorProduct [Amazon_Clean] */

.tblHeading
{
    border-bottom: solid 1px #011749;
    color: #FC0719;
    margin-bottom: 10px;
    width: 100%;
}

.tblHeading TD
{
    padding: 5px 0px;
}

.tblHeading TD.vendorName
{
    text-align: left;
    width: 90%
}

.tblHeading H2
{
    border: 0px;
    margin: 0px;
}

#tblVendorProduct
{
    width: 100%;
}

#tblVendorProduct TD
{
    border-bottom: solid 1px #011749;
    padding: 5px;
}

#tblVendorProduct TD.prodDescription
{
    width: 90%;
}

#tblVendorProduct DIV.prodImg
{
    height: 75px;
    width: 75px;
}

#tblVendorProduct H6
{
    padding: 0px;
    margin: 0px;
}

/* RequisitionApproval [Amazon_Clean] / OrderSummary [Amazon_Clean] / OrderSummary [Amazon_Clean - Print] */

TABLE#tblReqApp
{
	background-color: #FFFFFF;
	border: solid 1px #656565;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

TABLE#tblReqApp TABLE
{
    background-color: #4C83BB;
    width: 100%;
}

TABLE#tblReqApp TABLE.print
{
    background-color: #c5c5c5;
    width: 100%;
}

TABLE#tblReqApp TABLE TD
{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

TABLE#tblReqApp TD.pageTitle
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #656565;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

TABLE#tblReqApp TD.siteLogo
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #656565;
	border-top: solid 1px #656565;
	padding: 10px 0px;
	text-align: center;
}

TABLE#tblReqApp TABLE TH
{
	background-color: #F5F5F5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#tblReqApp TABLE TH.print
{
	background-color: #f5f5f5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#tblReqApp TABLE TH.title
{
	background: #4C83BB url(../images/ANISafety/bg_blue.jpg) repeat-x;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#tblReqApp TABLE TR.bg1 TD
{
    background-color: #FFFFFF;
}

TABLE#tblReqApp TABLE TR.bg2 TD
{
    background-color: #f5f5f5;
}

SPAN.title
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14pt;
}

DIV#divEmailOpts
{
    background: #FFFFFF;
    border: solid 1px #656565;
    padding: 10px;
    position: absolute;
    right: 5px;
}

/* OrderList [Amazon_Clean] */

TABLE#tblOrderSrch
{
	background-color:#FC0719;
	margin-top: 10px;
	width: 475px;
	color:#000000;
	font-size: 9pt;
}

TABLE#tblOrderSrch TH
{
	background-color: #FC0719;
	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 #4C83BB;
}

/*  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 #4C83BB;
}

TABLE#tblOrderList TH
{
	background-color:#4C83BB;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

TABLE#tblOrderList TH.title
{
	background-color: #FC0719;
	color:#FFFFFF;
	height: 25px;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#tblOrderList TH.title SPAN
{
    position: relative;
    left: 600px;
}

TABLE#tblOrderList TR.bg1
{
    background-color: #FFFFFF;
}

TABLE#tblOrderList TR.bg2
{
    background-color: #f5f5f5;
}

TABLE#tblOrderList TR.bg3
{
    background-color:#FC0719;
}

TABLE#tblOrderList TD
{
    cursor: pointer;
}

TABLE#tblPagination SELECT
{
    border: solid 1px #c5c5c5;
    font: 8pt Lucida Sans Unicode;
}




/* EditAddress [Amazon_Clean] */

#tblEditAddress
{
    background: #FFFFFF;
    width: 100%;
}

#tblEditAddress TD
{
    padding: 3px 6px;
}

#tblEditAddress TD.labelText
{
    font-weight: bold;
    width: 25%;
}

#tblEditAddress TD.Note
{
    width: 40%;
}

#tblEditAddress TD.btnTD
{
    text-align: center;
}

#tblEditAddress TD.btnTD INPUT
{
    margin: 5px;
    width: 35%;
}

#tblEditAddress INPUT
{
    width: 100%;
}


/*STYLES ADDED 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;
}

/*STYLES ADDED 4/18/07 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 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 640px;
	border: thin solid #011749;
	margin: 0px;
	padding: 0px;
}

.KitTableHeaderRow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #011749;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

.KitTableHeaderRowB {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #011749;
	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: #011749;
	border-right-color: #011749;
	border-bottom-color: #011749;
	border-left-color: #011749;
	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: #011749;
	border-bottom-color: #011749;
}
.KitTableB p {
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
}

.KitTableRow2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #C5C5C5;
	height: 20px;
	padding-left: 5px;
}
.KitTable td {
	border: thin solid #011749;
	font-size: 10pt;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}

.KitTableB h5 {
	padding-left: 5px;
}

.custom-bullets {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-position: outside;
	list-style-image: url(../Images/AniSafetySupply/dotlan.gif);
}


.custpage-td1 {
	padding-left: 10px;
}
.cust-page-caption {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
}


.custpage-headText
{
	background: url(../Images/themes/Ani-Theme/bg_webpart_header.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	height: 23px;
	padding: 3px 0px 0px 5px;
	text-align: left;
	max-height: 20px;
	font-size: 9pt;
}.webspecials img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.webspecials {
	text-align: center;
	margin: 0px;
	border: thin solid #011749;
	padding: 0px;
}
.webspecials td {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #fc0719;
}
.webspecials-td-last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.custpages-bbp-redback {
	font-size: 12pt;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #FC0719;
	margin: 3px;
	padding: 3px;
	border: medium solid #000000;
	text-align: center;
	vertical-align: middle;
}

/*Styles added for Can't Find What You Are Looking For  5/16/07 */

.cantfind-question {
	background: url(../Images/themes/Ani-Theme/question.jpg) no-repeat 2px 2px;
	width: 55px;
}
table.cantfind {
	background: #FFFFFF;
	clear: left;
	text-align: left;
	vertical-align: top;
	margin: 15px 0px 0px;
	padding: 3px;
	border: 2px solid #FC0719;
	height: 60px;
	width: 100%;
}
.cantfind h6 {
	font-size: 10pt;
	margin-left: 5px;
	color: #011749;
}


/** LORI ADDED TO STYLIZE SIZE CHARTS FROM ECAT *//

.chart strong {
	font-size: 10pt;
	font-weight: bold;
	color: #FC0719;
}
.chart td {
	font-size: 9pt;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #011749;
}
.chart caption {
	font-size: 12pt;
	font-weight: bold;
	color: #011749;
}

/*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;
}


/*Technical Documents Styles */

.techdocs-table {
	margin: 3px;
	padding: 10px;
	border: 1px solid #011749;
}
.techdocs-table a {
	font-size: 10pt;
	font-weight: bold;
}
.custom-table-border {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}
center{margin-right:auto;margin-left:auto;width:888px;}
