﻿body {
}

body 
{
	color: #000;
	background-color: #fff; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	/*font-size: 70%;
	line-height: 1.125em;  */
    margin:0;
    padding:0;
}

html>body 
{
	color: #000;
	background-color: #fff; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	/*font-size: 70%;
	line-height: 1.125em;  */
    margin:0;
    padding:0;
}

H1
{
    font-weight: bold;
    font-size: 18px;
}
H2
{
    font-weight: bold;
    font-size: 16px;
}
H3
{
    font-weight: bold;
    font-size: 14px;
}
H4
{
    font-weight: bold;
    font-size: 11px;
}

H1.noMargin
{
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
}
H2.noMargin
{
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}
H3.noMargin
{
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}
H4.noMargin
{
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
}

.b2cPageWrapper
{
    text-align: left;
    color: #000;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    border: solid 0px #000;
    
    padding-left: 1px;
    background-image: url("../images/layer_border_spacer.gif");
    background-position: center top;
    background-repeat: repeat-y;
}

/* styles for header */
#b2cHeaderWrapper
{
    background-image: url("../images/header/header_spacer.jpg");
    background-repeat: repeat-x;
    background-position: left top;
    width: 1024px;
    height: 121px;
    margin: 0px;
}


#b2cHeader
{
    height: 121px;
    border: solid 1px #ccc;
    margin: 0px;
    text-align: left;
    border: solid 0px #f00;
}
#b2cLogo
{
    width: 445px;
    height: 71px;
    background-color: Transparent;
    background-image: url("../images/header/head_title.gif");
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 20px;
    border: solid 0px #000;
}

.b2cTopSpacer
{
    height: 25px;
    width: 100%;
    background-color: Transparent;
}

.b2cReservedDiv
{
	float:left;
	width: 245px; 
	height: 71px; 
	padding: 20px 0px 0px 100px; 
	text-align: right
}

.tblHeaderWrapper
{
    /*background-image: url("../images/header/header_spacer.jpg");*/
    background-color: #e3e3e3;
    background-image: url("../images/header/CC_head_spacer.gif");
    background-repeat: repeat-x;
    background-position: left top;
    width: 1024px;
    height: 121px;
    margin: 0px;
}
.tblHeaderWrapper TD.logo
{
	padding: 0px 0px 0px 18px; 
	text-align: left; 
	vertical-align: top;
}
.tblHeaderWrapper TD.printLink
{
	padding: 0px 18px 0px 0px; 
	text-align: right; 
	vertical-align: middle;
}
.tblHeaderWrapper TD.welcome
{
    color: #fff;
    background-color: #351a00;  
    padding-top: 3px;
    padding-left: 10px;
    width: 1014px;
    height: 22px; 
}
/* end of styles for header */

SPAN.bold
{
	font-weight: bold;
}
SPAN.italic
{
	font-style: italic;
}
SPAN.boldItalic
{
	font-weight: bold;
	font-style: italic;
}

#homePageLink
{
    background-image: url(../images/header/home_page_button_spacer.jpg);
    background-position: left center;
    background-repeat: repeat-x;
    width: 160px;
    height: 16px;
    padding: 10px;
    font: bold small Tahoma, arial;
}
#homePageLink A
    ,#homePageLink A:visited
    ,#homePageLink A:link
{
    background-image: url(../images/header/home_page_arrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #351a00;
    text-transform: uppercase;
    padding-left: 15px;
}
#homePageLink A:hover
{
    color: #ee3338 ;
    text-decoration: none;
}

/* start styles for pages / modules */
.pageTitle
{
    font: normal;
    font-size: 110%;
    text-align: left; 
    padding: 10px;
}
/* end of styles for pages / modules */


/* styles for error/success messages */
.successMsg
{
    color: #00f;
    font-size: small;
}
.errorMsg
{
    color: #f00;
    font-size: small;
}
/* end of styles for error/success messages */

/* styles for text boxes */
.textbox
{
    border: solid 1px #ccc;
    background-color: #fff;
}
.textboxFr
{
    border: solid 1px #ccc;
    background-color: #effbff;
}
.textboxEs
{
    border: solid 1px #ccc;
    background-color: #ffefef;
}
/* end of styles for text boxes */

/* start of styles for login */
#divLogin
{
    width: 996px;
    height: 500px;
    border: solid 0px #000;  
    background-color: #ececec;
    padding: 24px 0px 0px 28px;
}
#loginWelcome
{
    color: #351a00;
    font: bold large Tahoma, arial; 
    text-transform: uppercase;
}
#loginTim
{
    color: #ee3338;
}
#loginCaption
{
    font: normal medium Tahoma, arial;
    color: #351a00;
    text-align: left;
    margin: 28px 0px 15px 0px;
}
.loginCaption
{
    font: normal medium Tahoma, arial;
    color: #351a00;
    text-align: left;
    margin: 28px 0px 15px 0px;
}
.loginLabel
{
    font: normal medium Tahoma, arial;
    color: #351a00 ;
}
.loginLink A
,.loginLink A:visited
,.loginLink A:link
{
    font: normal medium Tahoma, arial;
    color: #351a00;
}
.loginLink A:hover
{
    color: #ee3338;
}
/* end of styles for login */

/* start of styles for role permission table */
.tblRolePermissions
{
    border: solid 1px #ccc;
    border-collapse: collapse;
    color: #656565;
    width: 100%; 
}
/* end of styles for role permission table */

/* styles for tables & forms */
.tblStyle
{
    border: solid 1px #ccc; /*#7a7879;*/
    background-color: #fff;
    border-collapse: collapse;
}
.tblHeader
{
    background-color: #5f5f5f;
    color: #fff;  
    font-weight: bold;
}
.tblHeader2L
{
    color: #000;  
    font-size: 120%;
    font-weight: bold;
    text-align: left;
}
.tblHeader2C
{
    color: #000;  
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
.tblHeader2R
{
    color: #000;  
    font-size: 120%;
    font-weight: bold;
    text-align: right;
}

.tblLabel
{
    background-color: #5f5f5f;
    color: #fff;  
    font-weight: bold;
}
.tblLabel A
    ,tblLabel A:visited
    ,tblLabel A:link
{
    color: #fff;  
    text-decoration: none;
}
.tblLabel A:hover
{
    text-decoration: underline;
}
.formLabel
{
    font-weight: bold;
    text-align: left;
}
.formLabelC
{
    font-weight: bold;
    text-align: center;
}
.formLabelR
{
    font-weight: bold;
    text-align: right;
}
.formText
{
    font-weight: normal;
    text-align: left;
}
.formTextC
{
    font-weight: normal;
    text-align: center;
}
.formTextR
{
    font-weight: normal;
    text-align: right;
}

.tblAlternatingRow
{
    background-color: #ececec;
}
.formFormat
{
    font-size: smaller;
    color: #5f5f5f;
    font-style: italic;
}
.message_black_bold
{
    font: bold 12px arial;
    color: #000000;
}
.message_blue_bold
{
    font: bold 12px arial;
    color: #0000ff;
}
.message_red_bold
{
    font: bold 12px arial;
    color: #ff0000;
}
.message_red
{
    font: normal 12px arial;
    color: #ff0000;
}
.gridEditColumn
{
    width: 45px;
    padding-left: 5px;
    text-align: center;
}
.formLabelItalic
{
    font-size: 11px;
    color: #5f5f5f;
    font-style: italic;
    font-weight: bold;
}

TABLE.tblBorderStyle
{
    border: solid 1px #ccc; /*#7a7879;*/
    border-collapse: collapse;
    /*background-color: #fff;*/
}
TR.caption
{
	color: #4a3c8c;
	font-weight: bold;
	font-size: 1.7em;
}

TR.header
{
	background-color: #cd1e25;
	color: #fff;
	font-weight: bold;
}
TR.header A:Link
,TR.header A:Visited
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
TR.header A:Hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
TR.header A:Active
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

TR.oddRow
{
	background-color: #fff;
	font-weight: normal;
	vertical-align: top;
}
TR.evenRow
{
	background-color: #e5e5e5;
	font-weight: normal;
	vertical-align: top;
}
TH.formLabel
{
	font-weight: bold;
}
TD.formLabel
{
	font-weight: bold;
}
TD.formLabelL
{
	font-weight: bold;
	text-align: left;
}
TD.formLabelR
{
	font-weight: bold;
	text-align: right;
}
TR.formText
{
	font-weight: normal;
}
TD.formText
{
	font-weight: normal;
}
TD.formTextL
{
	font-weight: normal;
	text-align: left;
}
TD.formTextR
{
	font-weight: normal;
	text-align: right;
}
/* end of styles for tables & forms */

/* start of styles for required infor */
.requiredFieldDiv
{
    clear: both;
    color: #00f;
    margin: 10px 0px;
}
.requiredField
{
    color: #00f;
}
/* end of styles for required infor */

/* style for text colors */
.redText
{
    color: #f00;
}
.blueText
{
    color: #00f;
}
.greenText
{
    color: #0f0;
}
.green2Text
{
    color: #9bc44c;
}
/* end of style for text colors */


/* style for module table */
#moduleContainer
{
	border: solid 1px #ccc; /*#7a7879;	*/
	padding:0px 0px;
}
.moduleTopFilterButtons
{
	border: solid 1px #ccc;	
	background-color: #ccc;
    font: bold small Tahoma, arial;
}
#moduleContainerLeftPanel1
{
    text-align:left; 
    width: 400px; 
    vertical-align: middle; 
}
#moduleContainerLeftPanel2
{
    text-align: left; 
    vertical-align:top;
}
#moduleContainerRightPanel1
{
    background-image: url(../images/module_seperator.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 25px;
    vertical-align: middle;
}
#moduleContainerRightPanel2
{
    text-align: left; 
    vertical-align: top; 
    border-left: solid 1px #7a7879;
}

#tblModuleTable
{
    width: 820px;
}

.moduleCenterBorder
{
    border-left: solid 1px #7a7879;
}
/* end of style for module table */


/* style for ajax auto competion list */
.autocompleteCompletionListElement
{
	background-color: #fff;
	border: solid 1px #ccc;
	color: #00f;
	z-index: 100;
	
	list-style: none;
	margin: 0;
	padding: 0;
}
.autocompleteListItem
{
	margin-left: 5px;
	color: #000;
}
.autocompleteHighlightedListItem
{
	background-color: #5f5f5f;
	color: #fff;
	cursor: pointer;
	margin-left: 5px;
}
/* end of style for ajax auto competion list */

/*highlight class, add a background color, change the border or font color, whatever */
.canHighlight
{
}
.highlight
{ 
  border: 1px dashed #f00;
  background-color: #cfffe8;
}
/*end of highlight class, add a background color, change the border or font color, whatever */


/* style for category banner */
DIV.categoryTitle
{
	background-color: #d51d25;
	color: #fff;
	width: 591px;
	height: 24px;
	border: solid 1px #000;
	font-size: 1.6em;
	font-weight: bold;
	padding: 7px 0px 0px 15px;
	text-align: left;
}
/* end of style for category banner */



/* start of styles for main_bread_cumbs */
DIV.breadCrumbs
{
    background-image: url(../../../Images/Background/bread_crum_spacer.gif);
    background-repeat: repeat-x;
    color: #00f; 
    clear: both;
    width: 790px;
    height: 24px;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    margin: 0px;
    font: bold 12px arial; 
}
DIV.breadCrumbs A
,DIV.breadCrumbs A:visited
,DIV.breadCrumbs A:link
{
    color: #3d3d3d; 
    text-decoration: none;
}
DIV.breadCrumbs A:hover
{
    color: #a62626; 
    text-decoration: none;
}
DIV.breadCrumbs SPAN
{
    color: #3d3d3d; 
}
/* end of styles for main_bread_cumbs */




/*==== start of style for tooltip ====*/
#dhtmltooltip
{
    border: 2px solid black;
    background-color: #fffbef;
    padding: 2px;
    position: absolute;
    text-align:left;
    text-transform: capitalize;
    width: 150px;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

/* jQuery ToolTip */
.tooltip
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}
/*==== end of style for tooltip ====*/

/* */
.keywordsSearch
{
	font-size: 100%; 
	width: 150px;
}
/*  */


/* style for tell a friend */
DIV.tellFriendTitle
{
	color: #5f5f5f;
	font-family: arial;
	margin: 10px;
	text-align: left;
}
DIV.tellFriendTitle SPAN
{
	font-style: italic;
	font-weight: bold;
}
DIV.tellAFriendThankYou
{
	color: #5f5f5f;
	padding-left: 10px;
	text-align: left;
}
DIV.tellAFriendThankYou SPAN
{
	font-weight: bold;
}
DIV.tellAFriendThankYou SPAN.italic
{
	font-weight: normal;
	font-style: italic;
}
/* end of style for tell a friend */


/* styles for wish list */
DIV.wishListTopBar
{
	background-color: Transparent;
    background-image: url(../../../Images/WishList/grey_box.gif);
    background-position: left top;
    background-repeat: repeat-x;
    height: 33px;
    padding: 10px 0px 0px 10px;
    text-align: left;
    width: 591px;
    border: solid 0px #ccc;
}
TABLE.wishListTopBar
{
	background-color: Transparent;
    background-image: url(../../../Images/WishList/grey_box.gif);
    background-position: left top;
    background-repeat: repeat-x;
    height: 43px;
    padding: 10px 0px 0px 10px;
    text-align: left;
    width: 601px;
    border: solid 0px #ccc;
}
TABLE.wishListTopBar SPAN
{
    font-weight: bold;
}

#tblWishList
{
	border: solid 1px #ccc;
	border-collapse: collapse;
    font: bold 11px arial;
}
#tblWishList TR.header
{
    background-color: #c32025;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
#tblWishList TD.alternativeRow
{
    background-color: #e9e9e9;
}

#tblWishList A.productName:link
,#tblWishList A.productName:visited
{
	color: #000;
	text-decoration: none;
}
#tblWishList A.productName:hover
{
	color: #a62626;
	text-decoration: underline;
}
#tblWishList A.productName:active
{
	color: #000;
	text-decoration: none;
}

TABLE.wishListButtonBar 
{
	margin: 10px 0px;
}

/* menu links */
TABLE.wishListButtonBar A:link
,TABLE.wishListButtonBar A:visited
{
    background-position: left center;
    background-repeat: no-repeat;
    color: #00f;
    margin: 10px 10px;
    padding-left: 20px;
    text-decoration: underline;
}
TABLE.wishListButtonBar A:hover
{
    color: #a62626;
    text-decoration: underline;
}
TABLE.wishListButtonBar A:active
{
    color: #00f;
    text-decoration: underline;
}

TABLE.wishListButtonBar A.printList
{
    background-image: url(../../../Images/Icon/printer_icon.gif);
    background-position: left center;
    background-repeat: no-repeat;
    color: #00f;
    margin: 10px 10px;
    padding-left: 20px;
    text-decoration: underline;
}

TABLE.wishListButtonBar A.clearList
{
    background-image: url(../../../Images/Icon/clear_list_icon.gif);
    background-position: left center;
    background-repeat: no-repeat;
    color: #00f;
    margin: 10px 10px;
    padding-left: 20px;
    text-decoration: underline;
}

TABLE.wishListButtonBar A.shareList
{
    background-image: url(../../../Images/Icon/email_icon.gif);
    background-position: left center;
    background-repeat: no-repeat;
    color: #00f;
    margin: 10px 10px;
    padding-left: 20px;
    text-decoration: underline;
}

A.wish_list_continue_shopping
{
    float: right;
    margin: 5px 10px 0px 0px;
}

#tblWishList A.remove:link
,#tblWishList A.remove:visited
{
    background-image: url(../../../Images/Icon/remove_icon.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
    text-decoration: underline;
    color: #000;
    margin-right: 5px;
    text-decoration: none;
}
#tblWishList A.remove:hover
{
    text-decoration: underline;
    color: #a62626;
}
#tblWishList A.remove
{
    text-decoration: underline;
    color: #000;
}
/* end of menu links */

DIV.wishListTitleBar
{
    background-image: url(../../../Images/Background/grey_title_box.gif);
    background-position: center bottom;
    background-repeat: no-repeat;  
    clear: both;  
    font: bold 16px arial;
    height: 25px;
    padding-top: 8px;
    width: 601px;
}
/* end of style for wish list */

/* style for my account */
.myAccountBlock
{
	margin-bottom: 20px;
	text-align: left;
	width: 598px;
    border: solid 1px #ccc;
}

.myAccountTitle
{
	background-color: #f0f0f0;
	color: #000;
	float: left;
	height: 37px;
	text-align: left;
	width: 598px;
}

.myAccountTitle DIV.image
{
	float: left;
	height: 28px;
	padding: 3px 8px;
	width: 27px;
    border: solid 0px #c1c;
}

.myAccountTitle DIV.title
{
	float: left;
	font-size: 140%;
	font-weight: bold;
	height: 28px;
	padding-top: 6px;
	width: 550px;
    border: solid 0px #01c;
}


.myAccountBlock UL
{
	clear: both;
}
.myAccountBlock UL LI
{
}


.myAccountBlock UL LI A:Link
,.myAccountBlock UL LI A:Visited
{
	color: #000;
	text-decoration: underline;
}
.myAccountBlock UL LI A:Hover
{
	color: #d81d22;
	text-decoration: underline;
}
.myAccountBlock UL LI A:Active
{
	color: #000;
	text-decoration: underline;
}
/* end of style for wish list */




/*style for previuosly viewed */
DIV.previouslyViewed
{
	border-bottom: solid 1px #ccc;
	height: 280px;
	margin-top: 20px;
	text-align: center;
	width: 198px;
}
DIV.previouslyViewed DIV.header
{
	background-color: #f3f3f3;
	background-image: url(../../../Images/TitleBars/previously_viewed_title.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 29px;
	margin: 0px auto;
	width: 100%;
}
DIV.previouslyViewed DIV.contents
{
	height: 250px;
	overflow: auto;
	width: 100%;
}

DIV.previouslyViewed A:link
,DIV.previouslyViewed A:visited
{
    background-color: Transparent;
    background-position: left top;
    background-repeat: no-repeat;  
    color: #000;  
	display: block;
	font-size: 10px;
	height: 55px;
	line-height: 1.10;
	margin: 10px 5px;
    padding: 10px 0px 0px 60px;
    text-align: left;
    text-decoration: none;
    width: 100px;
    vertical-align: middle;
    border-bottom: solid 0px #1cc;
}
DIV.previouslyViewed A:hover
{
	color: #d81d22;
    text-decoration: underline;
}
DIV.previouslyViewed A:active
{
    color: #000;  
    text-decoration: none;
}
DIV.previouslyViewed HR
{
	color: #fff;
    border-top: solid 1px #ccc;
}
/* end of style for previuosly viewed */

/* end of style for browsing history */
DIV.browsingHistory
{
	border: solid 1px #ccc;
    font-weight: bold;
    margin-top: 10px;
	padding: 10px;
	width: 580px;	
}

TABLE.browsingHistory TD.image
{
	text-align: center; 
	width:75px;
}
TABLE.browsingHistory TD.name
{
	text-align: left; 
}
TABLE.browsingHistory TD.date
{
	text-align: right; 
	width:150px;
}

TABLE.browsingHistory A:link
,TABLE.browsingHistory A:visited
{
    color: #000;  
    font-weight: bold;
    text-decoration: none;
}
TABLE.browsingHistory A:hover
{
    color: #d81d22;  
    text-decoration: none;
}
TABLE.browsingHistory A:active
{
    color: #000;  
    text-decoration: none;
}

TABLE.browsingHistory TH.HR
{
    border-top: solid 1px #ccc;
}
/* end of style for browsing history */


/* style for gift card */
#tblGiftCardBalance
{
	background-color: Transparent;
	background-image: url(../../../Images/Background/gift_card_image.gif);
	background-position: right center;
	background-repeat: no-repeat;
	height: 130px;
	margin-top: 10px;
	width: 100%;
}
#giftCardPasswordText
{
	color: #00f;
	font-size: 90%;
	padding-left: 10px;
	text-align: left;
}
/* end of style for browsing history */


/* style for details page features */
TABLE.detailFeatures
{
	width: 100%;
}
TABLE.detailFeatures TR.odd
{
	background-color: Transparent;
	font-weight: normal;
	vertical-align: top;
}
TABLE.detailFeatures TR.even
{
	background-color: #ddd;
	font-weight: normal;
	vertical-align: top;
}
TABLE.detailFeatures A
{
	font-weight: bold;
}
/* end of style for gift card */


/* style for transactions */
DIV.transactionErrorMsg
{
	color: #f00; 
	font-weight: bold; 
	padding: 10px;
	text-align: left; 
}

#transactionThankYou
{
    text-align: left;
    font: bold 11px arial;
    padding: 10px;
}
/* end of style for transactions */


/* styles for order historyList */
TABLE.orderHistoryList
{
	margin-top: 10px;	
}
/* end of style for order historyList */


/* styles for pager buttons */
TABLE.pager
{
	background-color: Transparent;
	background-image: url(../../../Images//bread_crum_spacer.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 29px;
	margin: 10px 0px;
	width: 100%;
}
TABLE.pager SPAN
{
	font-weight: bold;
}
/* end of style for pager buttons */

#giftCardImage
{	
	background-color: Transparent;
	background-image: url(../../../Images/giftCard/gift_card_image.gif);
	background-repeat: no-repeat;
	height: 124px;
	width: 132px;
	margin-top:10px;
	margin-left:420px;
	position: absolute;
}

#giftCardBanner
{
	height: 255px;
	position: relative;
	width: 601px;
}

/*
#giftCardBanner A
{
	left: 80px;
	position :absolute;
	top: 210px;
}
*/

/* style for eFlyer */
TABLE.eflyer
{
	margin: 20px;
	width: 500px;
}
/* end of style for eFlyer */

/* styles for shipping estimate */
.tblShipEstimate
{
    margin-top: 30px;
}
#ship_est_upd_result_div
{
    display: none;
    /*height: 100px;*/ 
    width: 200px; 
    background-color: #fff;
    border: solid 1px #000; 
    color: #000;
    font: bold 16px arial;
    text-align: left;
}
#ship_est_upd_progress_div
{
    position: absolute;
    display: none; 
    height: 190px; 
    width: 265px; 
    background-color: #fff;
    color: #00f;
    font-style:italic; 
    font: normal 10px arial;
    text-align: center;
    vertical-align: middle;
    border: solid 2px #000;
    z-index:1000;
}

.ship_est_result_close
{
    top: 2px;
    float: right;
    margin: 2px;
    z-index: 100px;
}
#divShippingChargeResultHeader
{
    color: #000;
    font: bold 14px arial;
    z-index: 100px;
}
#divShippingChargeResult
{
    margin-top: 0px;
    margin-left: 2px;
    width: 260px;
    height: 68px;
    background-image: url(../images/checkout/truck_result.gif);
    background-position: center top;
    background-repeat: no-repeat;   
    text-align: center;  
    border: solid 0px #ccc;
}

.divShippingChargeResultQuote
{
    position: relative;
    top: 13px;
    left: -10px;
    width: 60px;
    height: 20px;
    color: #000;
    font: bold 12px arial;
    padding-top: 5px;
    text-align: center;
    border: solid 0px #ccc;
    background-color: #fff;
    z-index: 100;
    margin: auto;
}

.divShippingChargeResultMsg
{
    margin-top: 20px;
    color: #000;
    font: bold 12px arial;    
}
/* end styles for shipping estimate */


/*
================================================================
    styles for SEO
================================================================
*/
    /*
    ================================================================
        H1
    ================================================================
    */
H1.seo1
{
    font-weight: bold;
    font-size: 18px;
}
H1.seo2
{
    font-weight: bold;
    font-size: 16px;
}
H1.seo3
{
    font-weight: bold;
    font-size: 14px;
}
H1.seo4
{
    font-weight: bold;
    font-size: 11px;
}

H1.seo_1_noMargin
{
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
}
H1.seo_2_noMargin
{
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}
H1.seo_3_noMargin
{
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}
H1.seo_4_noMargin
{
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
}


    /*
    ================================================================
        H2
    ================================================================
    */
H2.seo1
{
    font-weight: bold;
    font-size: 16px;
}
H2.seo2
{
    font-weight: bold;
    font-size: 14px;
}
H2.seo3
{
    font-weight: bold;
    font-size: 11px;
}
H2.seo4
{
    font-weight: bold;
    font-size: 9px;
}

H2.seo_1_noMargin
{
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}
H2.seo_2_noMargin
{
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}
H2.seo_3_noMargin
{
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
}
H2.seo_4_noMargin
{
    font-weight: bold;
    font-size: 9px;
    margin: 0px;
}
/*
================================================================
    styles for SEO
================================================================
*/
