﻿/* Hanes Common CSS */
Body 
{
	margin: 0px;
	background-color:#EEEEEE;	

}

Body.Popup
{
	margin: 0px;
	background-color:#FFFFFF;	
}


A,
.LinkButton,
.LinkSiteTools,
.LabelSiteTools,
.ErrorLabel,
.SubHeaderLabel
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.X-SmallLabel,
.X-SmallItalicLabel,
.X-SmallLink
{
	font-family:Arial;
	font-size:10px;
	color:#000000;	
}

.SmallLabel,
.SmallUnderlineLabel,
.SmallHighLightLabel,
.MessageLabel,
.MessageHighLightLabel,
.SmallItalicLabel,
.SmallItalicLink
{
	font-family:Arial;
	font-size:11px;
	color:#000000;	
}

.Label,
.HighLightLabel,
.PromotionLabel,
.RadioButton,
.CheckBox,
.StyleFoundLabel
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.LargeLabel,
.LargeHighLightLabel,
.GeneralSystemErrorLabel
{
	font-family:Arial;
	font-size:14px;
	color:#000000;
}

.GeneralSystemErrorLabel
{
	font-weight:bold;	
}

.MediumHighLightLabel
{
	font-family:Arial;
	font-size:13px;
	color:#000000;	
}

.SmallHighLightLabel,
.HighLightLabel,
.MediumHighLightLabel,
.LargeHighLightLabel,
.PromotionLabel
{
	font-weight:bold;
}

.SmallItalicLabel,
.SmallItalicLink,
.X-SmallItalicLabel
{
	font-style:italic;	
}

.SmallUnderlineLabel
{
	text-decoration:underline;	
}

.ArrowLabel
{
	font-family:Arial;
	font-size:10px;
	color:#666666;	
	font-weight:bold;	
	
		
}

.ArrowLink
{
	font-family:Arial;
	font-size:11px;
	color:#666666;
	text-transform:uppercase;	
	font-weight:bold;
}

.LabelQuickTools
{
	color:#666666;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	
}

.MessageLabel,
.MessageHighLightLabel
{
	color:#FF3333;	
}

.PromotionLabel,
.ErrorLabel,
.GeneralSystemErrorLabel,
.SubHeaderLabel
{
	color:#FF3333;	
}

.MessageHighLightLabel
{
	text-transform:uppercase;
	font-weight:bold;
}

.ConfidentialMessageLabel
{
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	color:#666666;
}

.StyleFoundLabel
{
	color:#333333;
}

.BoxHeaderLabel			/* Box in "Login" Page and "Email Enrol Main" Page*/
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background-color:#FF3333;
}

.DepartmentNavigationTitleLabel
{
	font-family:Arial;
	font-weight:bold;
	font-size:34px;
	color:#999999;
	text-transform: lowercase;
}

.ProgressBarLink, 
.ProgressBarBoxLink,
.ProgressBarLabel
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-decoration:none;	
}

.ProgressBarBoxLabel
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;	
}

.ProgressBarLink:link   { color:#000000; }
.ProgressBarLink:visited { color:#000000; }
.ProgressBarLink:hover  { color:#000000; }
.ProgressBarLink:active { color:#000000; }

.ProgressBarBoxLink:link   { color:#000000; }
.ProgressBarBoxLink:visited { color:#000000; }
.ProgressBarBoxLink:hover  { color:#000000; }
.ProgressBarBoxLink:active { color:#000000; }

A:link 
{
}
A:visited	
{
	color:#666666;	
}
A:hover		
{
	color:#666666;	
}
A:active {}

.TextBox
{
	font-family:Arial;
	font-size: 11px;
	color: #666666;
	border: solid 1px #666666;
	width:137px;
}
#AddressEmailValue .TextBox
{
    width:250px;
}


.TextBoxSiteTools
{
	font-family:Arial;
	font-size: 10px;
	color: #666666;
	border: solid 1px #666666;
	width:137px;	
}

.Button,
.LargeButton,
.QuickButton
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;	
	background-color:#FF3333;
	text-decoration:none;
	border: 0px;
	height: 21px;
	
	/* These CSS are to adjust IE button extra padding*/
	padding-left: .25em;
	padding-right: .25em;
	width:auto;
	overflow:visible;
}	

.CSRButton
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;	
	background-color:#FF3333;
	text-decoration:none;
	border: 0px;
	height: 21px;
	
	/* These CSS are to adjust IE button extra padding*/
	padding-left: .15em;
	padding-right: .15em;
	width:80px;
	overflow:visible;
}

.SecondButton,
.SecondLargeButton
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FF3333;	
	background-color:#FFFFFF;
	text-decoration:none;
	border: solid 1px #FF3333;
	height: 21px;
	
	/* These CSS are to adjust IE button extra padding*/
	padding-left: .25em;
	padding-right: .25em;
	width:auto;
	overflow:visible;
	
}

.LargeButton,
.SecondLargeButton
{
	font-size:12px;
}

.QuickButton
{
	font-size:12px;
	text-transform:uppercase;
	margin-left:1px;
	height: auto;
}

.HyperLink
{
}

.ErrorHyperLink,
.ErrorHyperLink:Visited,
.ErrorHyperLink:Hover,
.ErrorHyperLink:active
{
	font-family:Arial;
	font-size:11px;
	color:#FF3333;
	font-style:italic;
	text-decoration:none;
}

.DropDownList
{
}

.TreeView
{
}

.Validator 
{
	font-family:Arial;
	font-size:12px;
	color:#FF3333;
}

.LabelSiteTools,
.LinkSiteTools
{
	color:#FFFFFF;	
}


.LinkSiteTools:Visited
{
	color:#FFFFFF;	
}

.LinkSiteTools:Hover
{
	color:#FFFFFF;
}

.MenuBarText
{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}

.MenuBarLabel,
.MenuBarLink
{
	font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#666666; text-decoration:none;
}
.MenuBarLink:link{color:#666666;}
.MenuBarLink:hover{color:#FF0000;}
.MenuBarLink:active{color:#666666;}

.MenuBarSpacer
{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}

.MenuBarHyperLink
{

}

.MenuBarImage
{

}

.HyperLinkButton,
.HyperLinkButton:Visited,
.HyperLinkButton:Hover
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;	
	background-color:#FF3333;
	text-decoration:none;
	border:0px;
	height: 21px;
	
	padding-left: .50em;
	padding-right: .50em;
	padding-top: .1em;
	padding-bottom: .1em;
	
	/* These CSS are to adjust IE button extra padding*/
	/*padding-left: .25em;*/
	/*padding-right: .25em;*/
	width:auto;
	overflow:visible;
}	

.GreyArrowLeftImage,
.GreyArrowRightImage
{
	vertical-align:bottom;
}

.GridViewStyle
{
	width:152px;
}

.GridViewRowStyle
{
	background-color:#DBDBDB;
}

.GridViewAlternateRowStyle
{
	background-color:#FFFFFF;
}

.GridViewPropertyColumnSmall, /* Small Font */
.GridViewPropertyColumn
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	vertical-align:top;	
	padding-right:10px;
	width:170px;
}
.GridViewPropertyColumnSmall /* Small Font */
{
	font-size:11px;	
}

.GridViewButtons
{
	text-align:center;
}
.GridViewHeader,
.GridViewTexts,
.GridViewLinks,
.GridViewImages
{
	font-family:Arial;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	width:152px;
}

.GridCompareItemsCell
{
	vertical-align:top;
	padding:0px;
	width:170px;
	text-align:right;
}

.GridViewCompareItems
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	vertical-align:top;
	background-color:#999999;
	color:#FFFFFF;
}

.GridViewCompareItemsRemoveButton                                       
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;	
	background-color:#999999;
	text-decoration:none;
	border: 0px;
	height: 21px;
	
	/* These CSS are to adjust IE button extra padding*/
	padding-left: .25em;
	padding-right: .25em;
	width:auto;
	overflow:visible;
}

.GridViewCompareItemsAddButton,
.GridViewCompareItemsAddButton:link,
.GridViewCompareItemsAddButton:visited,
.GridViewCompareItemsAddButton:hover,
.GridViewCompareItemsAddButton:active
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF3333;
}

#CompareItemsTitle
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	vertical-align:top;
	background-color:#999999;
	width:160px;
	padding:3px 10px 3px 10px;
}

#CompareItemsAddButton
{
	text-align:right;
	vertical-align:top;
	padding-right:10px;
}

/**********************************/
/*  Navigation
/**********************************/
#ServicesNavigation /* left Nav */
{
	float:left;
	width:180px;
	padding-top:63px; /* Spacer top nav*/
}

.SeparatorNavigation
{
	float:left;
	border-left: solid 1px #CCCCCC;
	padding-left: 18px;
	margin-left: 19px;
	display: inline;			/* Fixed Bug in IE */
}

.SeparatorSearchResultsNavigation
{
	float:left;
	border-left: solid 1px #CCCCCC;
	padding-left: 10px;
	margin-left: 10px;
	display: inline;				/* Fixed Bug in IE */
}

/**********************************/
/*  Checkout
/**********************************/
#CheckoutProgressBar /* DIV ELEMENT*/
{
	float:left;
	clear:right;
	width:580px;
}

#CheckoutHeader
{
	float:left;
	width:580px;
	padding-top:10px;
	padding-bottom:10px;
}

.CheckoutContentTitle /* CONTENT TITLE ELEMENT */
{
	width:580px;
	height:52px;	
}

#CheckOutNavigationButtons /* Parent */
{
	float:left;
	width:580px;
	height:67px;
}

#CheckOutPreviousButton /* Child */
{
	float:left;
	width:290px;
	padding-top:20px;
}

#CheckOutNextButton /* Child */
{
	float:right;
	width:248px;
	text-align:right;
	padding-top:20px;
	padding-right:22px;
}


/**********************************/
/*  Order Pages
/**********************************/
.OrderSummaryLine
{
	float:left;
	width:580px;
}

.OrderSummary
{
	float:left;
	width:193px;
}
.OrderNumberLabel,
.OrderNumberValue
{
	float:left;	
	padding-right:5px;
	padding-bottom:25px;
}

.OrderLabel
{
	float:left;	
	padding-right:5px;
	padding-bottom:25px;
}
.OrderValue
{
	float:left;	
	padding-bottom:25px;
}

.TrackingLabel
{
	float:right;
	padding-right:10px;
	padding-bottom:25px;
}

.OrderSummaryLabel,
.OrderSummaryValue,
.OrderSummaryButton
{
	float:left;
	width:188px;
}

.OrderSummaryValue
{
	height:65px;	
	padding-left:5px;
}

.OrderSummaryButton
{
	padding-bottom:20px;	
}

#OrderItemsTitle
{
	clear:left;
	border-top: solid 1px #CCCCCC;
	padding-top: 6px;
	padding-bottom: 15px;
	width:580px;
}

#OrderItems
{
	float:left;
	width:580px;
}

#OrderUpdateButton
{
	float:left;
	width:558px;
	text-align:right;
	padding-top:20px;
	padding-right:22px;
}

#OrderSummaryReview,
#OrderSummary
{
	float:left;
	width:509px;
	padding-top:20px;
	padding-right:71px;
}

#OrderSummaryReview
{
	width:480px;
	padding-right:100px;	
}

#OrderCompleteTitle
{
	float:left;
	clear:left;
	width:580px;
}
#OrderCompleteSubTitle
{
	float:left;
	clear:left;
	width:580px;
	padding-top:0px;
	padding-bottom:10px;
}
#OrderPrintButton
{
	float:left;
	width:580px;
	padding-bottom:7px;
}
#OrderCreateAnAccountTitle
{
	float:left;
	width:580px;
	padding-top:25px;
	padding-bottom:15px;
	border-top: solid 1px #CCCCCC;
}
#OrderCreateAnAccount
{
	float:left;
	width:558px;
	padding-bottom:15px;
}
#OrderCreateAnAccountbutton
{
	float:left;
	clear:left;
	padding-right:10px;
	padding-bottom:15px;
}
#OrderReturnToHomePagebutton
{
	float:left;
	padding-bottom:15px;
}

#OrderPreviousButton
{
	float:left;
	padding-top:22px;
	width:290px;
}

#OrderShoppingBagButton
{
	float:right;
	padding-top:22px;
	padding-right:11px;
}

#OrderReOrderAllButton
{
	float:left;
	clear:both;
	padding-top:5px;	
}

#SmallAdd
{
	width:188px;
	padding-bottom:5px;
	font-family:Arial;
	font-size:11px;
	color:#FF3333;
	text-align:center;
}

.DiscountLabel
{
	font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    line-height:10px;
    color:Green;
}

.HiddenButton
{
	/*	Enter Key Fake Button - 
		Do not change value.
	*/
	background-color: Transparent;
	border: 0px;
	padding: 0px;
	position:absolute;
	left: -3000px;
	top:-2000px; 
	overflow: hidden;
	width:0px;
	height:0px;
}
.lfn

{

      font-family:Arial;
      color:#666666;
      text-decoration:none;
     
}
.lfn:hover { color:#FF3333; }
.hfAboutTop
{
      padding-top:20px;
      padding-bottom:20px;
      border-bottom: solid 1px #CCCCCC;
}
.hfAboutBottom
{
      padding-top:20px;
      padding-bottom:20px;
      border-top: solid 1px #CCCCCC;
}

	
	
p{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; line-height:12px; margin-top:3; margin-bottom:6;}
.welcome{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666; line-height:13px;}
.style2 {color: #000000;}






.desc{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; line-height:11px; }

#parentdesc {font-size:12px; font-weight:bold; margin:8px; }

#style {font-family:Arial,Helvetica, sans-serif; font-size:11px; color:#000000; font-weight:bolder;
     line-height:11px; padding-left:4px; margin-bottom:0px; padding-right:5px;}
#desc {font-family:Arial, Helvetica, sans-serif;
     font-size:10px; 
     color:#000000; 
     font-weight:normal;
      line-height:11px;
       padding-left:4px;
       margin-top:5px;
        margin-bottom:0px;
        margin-bottom:5px;
         padding-right:5px;}



#regnow
{
	margin-top:5px;
	width:150px;
	font-family:Arial Helvetica, sans-serif;
	font-size:10;
	padding:8px;
	text-align:center;
}
#see
{
   width:161; 
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   line-height:13px;
   color:#333333;
   font-weight:900; 
}

 #AreYouRedy
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    color:#333333;
    font-weight:900;
    text-align:center;
    margin:0px;
    padding:0px;
    
}

.regnav{ font-family:Arial, Helvetica, sans-serif; font-size:12px;color:#000000; font-weight:bold; text-decoration:underline;}
.regnav:link{color:#000000;}
.regnav:hover{color:#FF0000;}
.regnav:active{color:#000000;}


p{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; line-height:14px; padding-right:10px; margin-top:0; margin-bottom:5;}
.welcome{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666; line-height:10px;}
#divback{ background:none http://images.buy-here.com/visr/ProspectSite/images/General/champwomen_bg_111907.jpg none;} 

#welcome
{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; line-height:12px; padding-left:5px; margin-top:5px;padding-top:0px;
}




a.std:link {font-family:Arial, Helvetica, sans-serif;font-size:8px; color:#333333;line-height:10px;font-weight:normal;}

#divHead
{
	width:512px; 
	height:51px;
    background:url(http://images.buy-here.com/visr/ProspectSite/images/General/header_back_011008.jpg) no-repeat;
    z-index:1;
	float:left;	
}

#divHeader
{
	width:410px;
	height:25px;
	float:right;
	text-align:right;
	padding-top:8px;
	float:right;	
	} 
#divHeaderbot
{
	width:504px;
	height:17px;
	float:right;
	text-align:right;
	vertical-align:bottom;	
}

#FooterBottom
{
	width:758px;
	height:25px;
	text-align:center;
}

#divHeaderRight
{
	height: 51px;
	width:12px;
	float: right;
	 
}

.topnav
{
    font-size:11px; 
    font-family:Arial, Helvetica, sans-serif; 
    color:#FFFFFF; 
    text-decoration:none; 
    font-weight:normal;
    padding-left:15px;    
    }
.topnav:link{color:#FFFFFF;}
.topnav:visited{color:#FFFFFF;}
.topnav:hover{color:#FF0000;}
.topnav:active{color:#FFFFFF;}

#divHeaderbot .topnav{font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; font-weight:normal; padding-left:0px; }
#divHeaderbot .topnav:link{color:#FFFFFF;}
#divHeaderbot .topnav:visited{color:#FFFFFF;}
#divHeaderbot .topnav:hover{color:#FF0000;}
#divHeaderbot .topnav:active{color:#FFFFFF;}


#FooterBottom .topnav{font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#666666; text-decoration:none; font-weight:normal; text-align:center;padding-left:6px; }
#FooterBottom .topnav:link{color:#666666;}
#FooterBottom .topnav:visited{color:#666666;}
#FooterBottom .topnav:hover{color:#FF0000;}
#FooterBottom .topnav:active{color:#666666;}

#aboutusback
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/aboutus_bg_06.jpg) no-repeat;
width: 459px;
height: 401px;
z-index: 1;	
}

#baliDepart
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/bali_main_11.jpg) no-repeat;
width: 445px;
height: 417px;
z-index: 1;	
}

#baliBest
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/bali_sub_bg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}


#barelythereDepart
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/barelythere_main_11.jpg) no-repeat;
width: 445px;
height: 417px;
z-index: 1;	
line-height:2px;
}

#barelythereBest
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/barelythere_sub_bg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}

#ChampDepart
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/champion_main_11.jpg) no-repeat;
width: 445px;
height: 417px;
z-index: 1;	
}

 #welcomelink
{
	font-weight:normal;
	font-size:11px;
	color:#666666;
	line-height:13px;
}


#welcomelink:hover
{
		color:Red;
}

#welcomelink:visited
{
    font-weight:normal;
	color:#666666;
}
#dlink
{
    font-weight:normal;
	font-size:11px;
	color:#666666;
	line-height:13px;
}

#welcomelinkHosiery
{
 font-weight:normal;
 font-size:11px;
 color:#FFFFFF;   
}

#welcomelinkHosiery:visited
{
    font-weight:normal;
	color:#FFFFFF; 
}



#bsell
{
	font-weight:bold;
	font-size:11px;
}
#bsell:hover
{
		color:Red;		
}
#bsell:link
{
    color:Red;   
}
#bsell:visited
{
    color:Red;   
}
#hbicopy
{
	font-size:10px;
}

.bsellhead
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#333333;
   text-transform:uppercase;
   font-weight:bold;
   height:11px;
}

#AboutusVirtual
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/aboutus_05.jpg) no-repeat;
width: 212px;
height: 401px;
z-index: 1;	
vertical-align:top;
}

#AboutUsTopTen
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/top10_popup_bg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}

#ChampMenBestseller
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/champmen_sub_bg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}

#ChampWomenBestseller
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/champwomen_sub_bg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}
#ContactUs
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/contactus_bg.jpg) no-repeat;
width: 758px;
height: 488px;
z-index: 1;	
}


#DufoldDepart
{
 background:url(http://images.buy-here.com/visr/ProspectSite/images/General/duofold_main_11.jpg) no-repeat;
 width: 445px;
 height: 417px;
 z-index: 1;	   
}

#DuFoldBestseller
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/duofold_sub_bg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}

#HanesDepart
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/hanes_main_10.jpg) no-repeat;
width: 445px;
height: 417px;
z-index: 1;	
}

#HanesMenBest
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/hanes_sub_menbg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}

#HanesWomenBest
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/hanes_sub_womenbg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}


#Homeback
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/Home_center_121107.jpg) no-repeat;
width: 459px;
height: 401px;
z-index: 1;	
}

#HomeVirtual
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/index_05.jpg) no-repeat;
width: 212px;
height: 401px;
z-index: 1;	
vertical-align:top;
}

#HosieryDepart
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/hosiery_main_11.jpg) no-repeat;
width: 445px;
height: 417px;
z-index: 1;	
}
#HosieryBest
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/hosiery_sub_bg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}

#OuterBanksDepart
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/outerbanks_main_10.jpg) no-repeat;
width: 448px;
height: 417px;
z-index: 1;	
}
#OuterBanksBest
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/outerbanks_sub_bg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}
#PlaytexDepart
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/playtex_main_10.jpg) no-repeat;
width: 445px;
height: 417px;
z-index: 1;	
}
#PlaytexBest
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/playtex_sub_bg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}
#wonderbraDepart
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/wonderbra_main_11.jpg) no-repeat;
width: 445px;
height: 417px;
z-index: 1;	
}
#wonderbraBest
{
background:url(http://images.buy-here.com/visr/ProspectSite/images/General/wonderbra_sub_bg.jpg) no-repeat;
width: 758px;
height: 417px;
z-index: 1;	
}

.TopTenLi
{
    list-style-type:decimal;
    margin-bottom:7px; 
    margin-top:0cm;
}

.barelythereLi
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    line-height:11px;
    list-style-type:disc;
    margin-bottom:2px; 
    margin-top:0cm;
    margin-left:10px;
}
.barelythereUl
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    line-height:11px;
    list-style-type:disc;
    margin-bottom:0px; 
    margin-top:8px;  
    margin-bottom:8px;  
}

.HanesLi
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:12px;
    list-style-type:disc;
    margin-bottom:2px; 
    margin-top:0cm;
    margin-left:10px;
}

.HanesUl
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    line-height:11px;
    list-style-type:disc;
    margin-bottom:0px; 
    margin-top:8px;  
    margin-bottom:8px;  
}

#welcomebarely
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:11px;
    margin-left:10px;
    margin-top:0px;
   
}

#welcomeHanes
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:11px;
    margin-left:10px;
    margin-top:0px;
   
}