/*
COLORS:
red: #990000
yellow: #fob639 
yellow 2: #cc6600
blue: #39495c
grey: #666666
light grey: #999999
bright blue: #3366cc
*/

body                  
{
font-family:Arial, Helvetica, sans-serif; margin: 0px; color: #666666; font-size: 10px; 
margin: 0; /* to avoid margins */
text-align: center; /* to correct the centering IE bug */	
background-image:url(../bg_gradient.jpg); /*Change back to gradient.jpg for orig */
background-repeat:repeat-x;
background-color:#6D6D6D; /* change back to #6D6D6D for orig color*/
}

/* used for clearing block-level elements for layouts */
.clear-left{
	clear: left;
}
.clear-right{
	clear: right;
}

/* main div for entire site */
#container         
{
margin-left: auto;
margin-right: auto;
width: 910px; /* mandatory to be centered - set to appropriate width */
text-align: left; /* to realign your text */
background-color:#FFFFFF;
}

/* 1st border div for entire site */
#border_div         
{
margin-left: auto;
margin-right: auto;
width: 928px; /* mandatory to be centered - set to appropriate width */
text-align: left; /* to realign your text */
background-image:url(../repeat_bg_edge.jpg); /* change back to repeat_bg_edge.jpg for orig */
background-repeat:repeat-y;
background-position:top center;
}

/* 2nd border div for entire site */
#border_div2         
{
margin-left: auto;
margin-right: auto;
width: 928px; /* mandatory to be centered - set to appropriate width */
text-align: left; /* to realign your text */
background-image:url(../big_bg.jpg); /* change back to big_bg.jpg for orig */
background-repeat:no-repeat;
background-position:top center;
}

/* bottom border div for entire site */
#bottom_border_div
{
margin-left: auto;
margin-right: auto;
width: 928px; /* mandatory to be centered - set to appropriate width */
height: 9px;
text-align: left; /* to realign your text */
background-image:url(../bottom_edge.jpg); /* change back to bottom_edge.jpg for orig */
background-repeat:no-repeat;
background-position:top center;
}

/* generic classes for entire site */
td {font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#666666; }
p {font-family:Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; color:#666666; line-height:18px;}
img {border: none;}
form {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
h2 {font-size:14px;font-weight:bold;color:#666666;text-align:left;}
h3 {font-size:12px;font-weight:bold;color:#666666;text-align:left;}
h1 {font-size:12px;font-weight:bold;color:#990000;text-align:left;}
/* end generic classes for entire site */

/* generic dropdown*/
.qjump            
{
color: #4A5C6F; 
font-size: 14px; 
text-decoration: none; 
margin-right:3px;
margin-bottom:1px;
}

/* search input */
.search
{
color: #666666; 
font-size: 10px; 
text-decoration: none; 
border:1px solid #999999;
margin-bottom:0px;
margin-left:10px;
background-color:#FCFCFC;
}

/* email input on dept page */
.email_dept
{
color: #666666; 
font-size: 10px; 
text-decoration: none; 
border:1px solid #999999;
background-color:#FCFCFC;
}

/* email input on home page */
.email_signup
{
color: #39495c; 
font-size: 10px; 
text-decoration: none; 
font-weight:bold;
border:1px solid #999999;
margin-bottom:0px;
margin-left:0px;
margin-right:2px;
background-color:#FCFCFC;
}
.email_divIE {padding:3px 6px 0px 11px}
.email_div {padding:2px 6px 0px 11px}

/* email input on dept page */
.dept_email_signup
{
color: #39495c; 
font-size: 10px; 
text-decoration: none; 
font-weight:bold;
border:1px solid #999999;
margin-left:0px;
margin-right:0px;
background-color:#FCFCFC;
}
.dept_email_divIE {padding:11px 0px 0px 22px}
.dept_email_div {padding:11px 0px 0px 22px}
.dept_email_td {height:102px;width:224px;}

/*page title text on all pages except the department and product pages -- used to be #4A5C6F with 10px padding at bottom*/
.PageTitle            {font-size: 18px; background: inherit; color: #3a495c; font-weight: bold;  text-transform:lowercase; padding:0px 0px 10px 0px;}

/*department titles*/
.DeptTitle            {font-size: 18px; background: inherit; color: #3a495c; font-weight: bold;  margin-bottom: 0px; text-transform:lowercase;}

/* general div on all pages to offset content from left nav  */
.PageContent          {padding:0px 20px 0px 20px;}
.DeptskuPageContent          {padding:0px 10px 0px 10px;}
.CheckoutPageContent          {padding:0px 10px 0px 0px;}

/* HEADER CLASSES  */
.logo {margin: 5px 0px 5px 10px;}
.headertext       {color: #999999; text-decoration: none; font-size: 10px; font-weight: normal;  }

.headernav:link       {color: #FFFFFF; text-decoration: none; font-size: 13px; font-weight: bold; }
.headernav:visited    {color: #FFFFFF; text-decoration: none; font-size: 13px; font-weight: bold; }
.headernav:hover      {color: #f0b639; text-decoration: none; font-size: 13px; font-weight: bold; }
.headernav:active     {color: #f0b639; text-decoration: none; font-size: 13px; font-weight: bold; }

.headerlink:link       {color: #999999; text-decoration: none; font-size: 10px; font-weight: normal;  }
.headerlink:visited    {color: #999999; text-decoration: none; font-size: 10px; font-weight: normal;  }
.headerlink:hover      {color: #666666; text-decoration: none; font-size: 10px; font-weight: normal;  }
.headerlink:active     {color: #666666; text-decoration: none; font-size: 10px; font-weight: normal;  }

.headerlink2:link       {color: #cc6600; text-decoration: none; font-size: 10px; font-weight: bold;  }
.headerlink2:visited    {color: #cc6600; text-decoration: none; font-size: 10px; font-weight: bold;  }
.headerlink2:hover      {color: #b05a05; text-decoration: none; font-size: 10px; font-weight: bold;  }
.headerlink2:active     {color: #b05a05; text-decoration: none; font-size: 10px; font-weight: bold;  }

.headerlink3:link       {color: #d68f47; text-decoration: none; font-size: 10px; font-weight: normal;  }
.headerlink3:visited    {color: #d68f47; text-decoration: none; font-size: 10px; font-weight: normal;  }
.headerlink3:hover      {color: #b05a05; text-decoration: none; font-size: 10px; font-weight: normal;  }
.headerlink3:active     {color: #b05a05; text-decoration: none; font-size: 10px; font-weight: normal;  }

.headernav_td {padding:2px 0px 0px 10px;text-align:left;}
.header_td {padding:0px 0px 4px 4px;text-align:right;}

#headerbox {}
.headercity_table {width:236px;}
.headercitybutton{padding:6px 12px 0px 0px;}
.headercity{padding:0px 0px 0x 0px;position:relative;z-index:900;}
.headercitybox{position:absolute; top:119px; left:600px; width:260px;background:#800010;color:#FFFFFF;padding:10px;font-size:10px;z-index:900;}
.HeaderNavText       {color: #FFFFFF; text-decoration: none; font-size: 14px; font-weight: bold;  }
.headercity_text {color: #FFFFFF;margin-left:0px;padding-left:0px;padding-top:3px;}
.headercity_header {color: #CC9999;font-weight: bold;}
.headercity_text a:link, .headercity_text a:visited, .headercity_text a:hover, .headercity_text a:active {color: #FFFFFF;margin-left:0px;padding-left:8px;padding-top:4px;}

.homenav{padding:0px 0px 0x 0px;position:relative;}
.homenavbox{position:absolute; top:20px; left:0px; width:129px;height:242px;background-image:url(../homenav_bg.gif); background-repeat:no-repeat;color:#000000;padding:10px;font-size:10px;text-align:right;}
.homenavlinks {padding: 20px 40px 0px 0px;}
.searchtext       {color: #4A5C6F; text-decoration: none; font-size: 12px; font-weight: normal;  }
.header_image {padding-bottom:6px;}
.HeaderBack           {background-color: #666666;  }
/* END HEADER CLASSES  */

/* footer classes */
.FooterText           {color: #666666;  font-size: 10px;}
.FooterText:link           {color: #666666;  font-size: 10px;font-weight: normal;text-decoration: none; }
.FooterText2           {color: #666666;  font-size: 10px;font-weight: bold; }
.FooterBack           {background-color: #FFFFFF;  }

.FooterLink2:link      {color: #666666;  text-decoration:none; font-size: 10px;}
.FooterLink2:visited   {color: #666666;  text-decoration:none; font-size: 10px;}
.FooterLink2:hover     {color: #666666;  text-decoration:underline; font-size: 10px;}
.FooterLink2:active    {color: #666666;  text-decoration:underline; font-size: 10px;}

#footerContainer{width:910px;background:#FDFDFD url(../footer_big_bg.gif) no-repeat;background-position:top left;}
.FooterBack{background: transparent !important;}
#footerTable{font-size:10px;}
#footerTable th{color:#747474;text-align:left;height:34px;padding:10px 0px 0px 15px;}
.footer_head1:link,.footer_head1:visited,.footer_head1:hover,.footer_head1:active {color:#676767;text-align:left;height:34px;font-weight:bold;}
.footer_head2:link,.footer_head2:visited,.footer_head2:hover,.footer_head2:active {color:#999999;text-align:left;height:34px;font-weight:bold;}

.leftTH{color:#666666 !important;}
.leftList{text-align:left;width:101px;padding-left:5px;}	/* two left lists of links (help, about us) */
.rightList{text-align:left;width:90px;padding-left:15px;} /* 6 right lists of links (men, women, etc.) */
.rightList2{text-align:left;width:108px;padding-left:15px;} /* 6 right lists of links (men, women, etc.) */
.leftspacer{padding:3px 0px;}


.leftList .FooterLink:link{color:#666666;display:block;padding:0px 0px 0px 10px;font-size:10px;}
.leftList .FooterLink:visited{color:#666666;display:block;padding:0px 0px 0px 10px;font-size:10px;}
.leftList .FooterLink:hover{color:#666666;display:block;padding:0px 0px 0px 10px;font-size:10px;}
.leftList .FooterLink:active{color:#666666;display:block;padding:0px 0px 0px 10px;font-size:10px;}

.rightList .FooterLink:link{color:#999999;display:block;padding-bottom:7px;font-size:10px;}
.rightList .FooterLink:visited{color:#999999;display:block;padding-bottom:7px;font-size:10px;}
.rightList .FooterLink:hover{color:#999999;display:block;padding-bottom:7px;font-size:10px;}
.rightList .FooterLink:active{color:#999999;display:block;padding-bottom:7px;font-size:10px;}

.rightList2 .FooterLink:link{color:#999999;display:block;padding-bottom:7px;font-size:10px;}
.rightList2 .FooterLink:visited{color:#999999;display:block;padding-bottom:7px;font-size:10px;}
.rightList2 .FooterLink:hover{color:#999999;display:block;padding-bottom:7px;font-size:10px;}
.rightList2 .FooterLink:active{color:#999999;display:block;padding-bottom:7px;font-size:10px;}
/* end footer classes */

/* BEGIN PRICE classes */
/*list price or price level 1 with a sale*/
/* NOTE: THERE ARE IN-LINE STYLE OVERRIDES FOR THESE ON PRODUCT.ASP*/
.ListPricewSale      {font-size: 11px; background: inherit; color: #999999;}
/*list price or price level 1 with NO sale*/
.ListPricewoSale     {font-size: 11px; background: inherit; color: #666666;}
/* sale price */
.SalePrice           {font-size: 11px; background: inherit; color: #990000;}
/* msrp price */
.MSRPPrice           {font-size: 11px; background: inherit; color: #666666;}

/* product list price or price level 1 with a sale*/
.ListPricewSaleP      {font-size: 14px; background: inherit; color: #999999;}
/* product list price or price level 1 with NO sale*/
.ListPricewoSaleP     {font-size: 14px; background: inherit; color: #333333; font-weight: bold;}
/* product sale price */
.SalePriceP           {font-size: 14px; background: inherit; color: #333333; font-weight: bold;}
/* product msrp price */
.MSRPPriceP           {font-size: 14px; background: inherit; color: #999999;}

/*  related products list price or price level 1 with a sale*/
.ListPricewSaleR      {font-size: 10px; background: inherit; color: #999999;}
/*  related products list price or price level 1 with NO sale*/
.ListPricewoSaleR     {font-size: 10px; background: inherit; color: #990000;}
/*  related products sale price */
.SalePriceR           {font-size: 10px; background: inherit; color: #990000;}
/*  related products msrp price */
.MSRPPriceR           {font-size: 10px; background: inherit; color: #999999;}
/* END PRICE classes */

/* BEGIN PRODUCT PAGE  */

.ProductShortDescription {background: inherit; color: #4A5C6F;}
.availMsg {text-align: right; font-size: 14px; font-weight: bold; padding-right: 30px; background: inherit; color: #FF0000;}
.ProductName          {font-size: 20px; background: inherit; color: #3a495c; font-weight: normal;}
.prod_desc {font-size: 11px;color:#999999;}
.list_price_label {font-size: 12px; background: inherit; color: #999999;}
.our_price_label {font-size: 12px; background: inherit; color: #666666;}
.sale_price_label {font-size: 12px; background: inherit;}
.grey_box {padding:4px 38px 4px 15px; background-image:url(../prod_detail_box_bg.jpg); background-repeat:no-repeat; width:304px;height:245px;}
.grey_box_bottom {padding:0px 38px 4px 15px;background-image:url(../prod_button_bg.jpg); background-repeat:no-repeat; width:304px;height:32px;}
.qty_label {font-size: 10px;color:#3a495c;}
.sizechart:link,.sizechart:visited,.sizechart:hover,.sizechart:active {color: #3366cc;font-size: 11px;padding-right:60px;}
.relProductlabel {background: inherit; color: #4A5C6F;}
.relProduct {text-align:left;}
.related_title{font-size: 18px; color: #3a495c; font-weight: bold; text-align:left;width:100%;}
.related_title_float{font-size: 14px; color: #3a495c; font-weight: bold; text-align:left;width:100%;padding-left:4px;}
.prod_box {padding:10px;width:302px;height:84px;background-image:url(../product_helpbox.gif); background-repeat:no-repeat;}
.prod_box_table td {padding:2px 8px 2px 8px;}
.prod_box_header {padding:0px 0px 6px 10px; color: #999999;font-size: 14px;font-weight: bold;}
.prod_box_header2 {padding:0px 0px 6px 0px; color: #999999;font-size: 14px;font-weight: bold;}
#prod_page3 .prod_desc {width:270px;}
.prod_box_text {color: #666666;font-size: 11px;}
.prod_box_link:link,.prod_box_link:visited,.prod_box_link:hover,.prod_box_link:active {color: #3366cc;font-size: 11px;}
.prod_back_tab:link,.prod_back_tab:visited,.prod_back_tab:hover,.prod_back_tab:active {color:#cc6600;text-decoration:none;font-size: 10px;font-weight: bold;}
.related_line {background-image:url(../product_line.gif); background-repeat:no-repeat; width:100%;height:10px;}
.related_div {text-align:left;padding-right:8px;}
.related_div a:link,.related_div a:visited,.related_div a:hover,.related_div a:active {color: #3366cc;font-size: 10px;}
.alt_views {padding:20px 4px 4px 4px; background-image:url(../product_views.gif); background-repeat:no-repeat; background-position:top center; width:99px;text-align:center;}
.color_div {color:#666666;text-transform:capitalize;font-size:11px;}
.prod_tab1{overflow:auto;width:275px;height:110px;}
.prod_tab2{overflow:auto;width:275px;height:200px;}
.prod_tab3{overflow:auto;width:275px;}
td.alt {border-top:1px solid #999999;border-bottom:1px solid #999999;}
/*   END PRODUCT PAGE  */

/*  DEPARTMENT PAGE  */
.DeptShortDescription {background: inherit; color: #4A5C6F;}
#prodrow td {vertical-align:top;}
/*#prodrow td table td {text-align:left; }
#prodrow td table td a {text-align:center; display:block;}
#prodrow td table td a.deptlinkP {text-align:left; display:inline; }*/
/* end DEPARTMENT PAGE  */

/*  Item Table classes */
.CartLabels           {color: #666666; font-weight: bold;}
.cart_list_item       {background: #ffffff; color: #4A5C6F;}
.SubHeadbgcolor       {}
.SubHeadText          {color: #4A5C6F; font-weight: bold; font-size:14px; background-image:url(../checkout/payment_line.gif);background-repeat:no-repeat;background-position:bottom left;height:30px;width:100%;text-transform:lowercase;}
.SubHeadText2		  {color:#666666; font-weight:bold;}
.tablebgcolor         {background: #ffffff; color:#4A5C6F;}
/* end Item Table classes */

/*  ERRORS   */
.BasketErrors         {color: #ff0000; background: inherit;}
.PurchaseErrors       {color: #ff0000; background: inherit;}
.ErrorMsg             {color: #ff0000; background: inherit;}
/* end ERRORS   */

/*  ------BEGIN LINK STYLE DEFINITIONS------  */

/*  general links - applied when no class is specified  */
a:link                {color: #3366cc; text-decoration: none;font-weight: normal;}
a:visited             {color: #3366cc; text-decoration: none;font-weight: normal;}
a:hover               {color: #3366cc; text-decoration: underline;font-weight: normal;}
a:active              {color: #3366cc; text-decoration: underline;font-weight: normal;}

/*  left nav links  */
.nav_outer {padding:3px 0px 0px 3px;width:100%}
.nav_inner {border:3px solid #FFFFFF;width:138px;}
.nav_level1 {height:20px; width:138px; background-image:url(../leftnavbg2.gif);color: #999999; text-decoration: none; font-size: 10px; font-weight: bold; text-transform:uppercase;text-align:right;}
.nav_level1_inner {padding-top:4px;padding-right:2px;vertical-align:middle;}
.nav_level2 {background-color: #ffe4a9;color: #999999; text-decoration: none; font-size: 10px; font-weight: bold; text-transform:uppercase;text-align:right;padding:3px 3px 3px 0px;border-right:3px solid #FFFFFF;}
.nav_level1_active {background-color: #f0b639;color: #666666; text-decoration: none; font-size: 10px; font-weight: bold; text-transform:uppercase;text-align:right;padding:3px 3px 3px 0px;border-right:3px solid #FFFFFF;}
.nav_level2_active {background-color: #ffe4a9;color: #999999; text-decoration: none; font-size: 10px; font-weight: bold; text-transform:uppercase;text-align:right;padding:3px 3px 3px 0px;border-right:3px solid #FFFFFF;}
.nav_level3 {height:20px; width:138px; background-image:url(../leftnavbg2.gif);color: #999999; text-decoration: none; font-size: 10px; font-weight: bold; text-transform:uppercase;text-align:right;vertical-align:middle;}
.nav_level1_special {background-color: #f0b639;color: #666666; text-decoration: none; font-size: 10px; font-weight: bold; text-transform:uppercase;text-align:right;padding:4px 3px 4px 0px;vertical-align:middle;}

/*  left hand navigation, top level  */
.deptbarlink:link     { text-align: right; color: #999999; text-decoration: none; font-size: 10px; padding:6px 0px 2px 0px;text-transform:uppercase;}
.deptbarlink:visited  { text-align: right; color: #999999; text-decoration: none; font-size: 10px; padding:6px 0px 2px 0px;text-transform:uppercase;}
.deptbarlink:hover    { text-align: right; color: #666666; text-decoration: none; font-size: 10px; padding:6px 0px 2px 0px;text-transform:uppercase;}
.deptbarlink:active   { text-align: right; color: #666666; text-decoration: none; font-size: 10px; padding:6px 0px 2px 0px;text-transform:uppercase;}

/*  left hand navigation, secondary level  */
.deptbarlink2:link    { text-align: right; color: #666666; text-decoration: none; font-size: 10px; font-weight: normal; padding:2px 0px 1px 0px;}
.deptbarlink2:visited { text-align: right; color: #666666; text-decoration: none; font-size: 10px; font-weight: normal; padding:2px 0px 1px 0px;}
.deptbarlink2:hover   { text-align: right; color: #3a495c; text-decoration: none; font-size: 10px; font-weight: normal; padding:2px 0px 1px 0px;}
.deptbarlink2:active  { text-align: right; color: #3a495c; text-decoration: none; font-size: 10px; font-weight: normal; padding:2px 0px 1px 0px;}

.deptbarlink_special:link     { text-align: right; background-color: #f0b639;color: #666666; text-decoration: none; font-size: 10px; font-weight: bold; text-transform:uppercase;}
.deptbarlink_special:visited     { text-align: right; background-color: #f0b639;color: #666666; text-decoration: none; font-size: 10px; font-weight: bold; text-transform:uppercase;}
.deptbarlink_special:hover     { text-align: right; background-color: #f0b639;color: #666666; text-decoration: none; font-size: 10px; font-weight: bold; text-transform:uppercase;}
.deptbarlink_special:active     { text-align: right; background-color: #f0b639;color: #666666; text-decoration: none; font-size: 10px; font-weight: bold; text-transform:uppercase;}

/*  content area, department page  */
.deptlinkM:link       {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 12px;}
.deptlinkM:visited    {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 12px;}
.deptlinkM:hover      {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 12px;}
.deptlinkM:active     {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 12px;}

/*  content area, deptsku page  */
.deptlinkM2:link       {text-align: left; font-weight: normal; color: #39495c; text-decoration: none; font-size: 18px;padding-left:10px;text-transform:lowercase}
.deptlinkM2:visited    {text-align: left; font-weight: normal; color: #39495c; text-decoration: none; font-size: 18px;padding-left:10px;text-transform:lowercase}
.deptlinkM2:hover      {text-align: left; font-weight: normal; color: #39495c; text-decoration: none; font-size: 18px;padding-left:10px;text-transform:lowercase}
.deptlinkM2:active     {text-align: left; font-weight: normal; color: #39495c; text-decoration: none; font-size: 18px;padding-left:10px;text-transform:lowercase}

.deptlinkM3      {text-align: left; font-weight: bold; color: #3366cc; text-decoration: none; font-size: 11px;padding-left:20px;}
.deptlinkM3_upper {text-transform:uppercase}
.deptsku_head {background-image:url(../checkout/payment_line.gif);background-repeat:no-repeat;background-position:bottom left;height:30px;width:100%}

.dept_heading {color:#39495c;font-size:14px;text-transform:lowercase;font-weight: bold; padding-bottom:10px;}
.dept_heading_white {color:#000000;font-size:14px;text-transform:lowercase;font-weight: bold; padding-bottom:10px;}
.dept_heading_instore1 {color:#39495c;font-size:13px;text-transform:none;font-weight: bold; padding-bottom:10px;}
.dept_heading_reef {color:#39495c;font-size:14px;text-transform: none;font-weight: bold; padding-bottom:10px;}
.dept_heading_small {color:#39495c;font-size:13px;text-transform:lowercase;font-weight: bold; padding-bottom:10px;}
.dept_heading_orange {color:#cc6600;font-size:14px;text-transform:lowercase;font-weight: bold; padding-bottom:10px;}
.dept_heading_blue{color:#3366cc;font-size:10px;font-weight: normal; text-align:left; line-height:25px; background:inherit; text-decoration:none;}
.dept_heading_red {color:#990000;font-size:14px;text-transform:lowercase;font-weight: bold; padding-bottom:10px;}
.dept_heading_workatnote {color:#990000;font-size:12px;text-transform:none;font-weight: bold; padding-bottom:10px;}
.dept_heading_runclub_month {color:#39495c;font-size:15px;text-transform:none;font-weight: bold; padding-bottom:10px;}
.dept_heading_runclub {color:#000000;font-size:14px;text-transform:none;font-weight: bold; padding-bottom:10px;}
.dept_heading_runclub_large {color:#cc6600;font-size:20px;text-transform:uppercase;font-weight: bold; padding-bottom:10px;}
.dept_heading_instore {color:#39495c;font-size:10px;text-transform:none;font-weight: bold; padding-bottom:10px;}
.dept_link:link       {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 10px;line-height:25px;}
.dept_link_add:link       {text-align: left; font-weight: normal; color: #666666; background: inherit; text-decoration: none; font-size: 11px;line-height:25px;}
.dept_link_white:link       {text-align: left; font-weight: normal; color: #ffffff; background: inherit; text-decoration: none; font-size: 10px;line-height:25px;}
.dept_link:visited    {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 10px;line-height:25px;}
.dept_link:hover      {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 10px;line-height:25px;}
.dept_link:active     {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 10px;line-height:25px;}
.dept_link_small:link       {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 9px;line-height:25px;}
.dept_link_smallwhite:link       {text-align: left; font-weight: bold; color: #000000; background: inherit; text-decoration: none; font-size: 9px;line-height:25px;}
.dept_link_small:visited       {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 9px;line-height:25px;}
.dept_link_small:hover       {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 9px;line-height:25px;}
.dept_link_small:active       {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 9px;line-height:25px;}
.email_details {color:#0033cc;font-size:10px;text-transform:none;font-weight: normal; padding-bottom:10px;}
.email_details1 {color:#ffffff;font-size:10px;text-transform:none;font-weight: normal; padding-bottom:10px;}
/*  content area, product page  */
.ProductAttrlabel {font-size: 11px;color:#3a495c;text-transform:uppercase;}
/*  deptlinkP used to be 3366cc  */
.shortdesc       {font-size: 11px; font-weight: bolder; text-decoration: none; color: #017222; background: inherit;}
.deptlinkP:link       {font-size: 11px; font-weight: normal; text-decoration: none; color: #666666; background: inherit;}
.deptlinkP:visited    {font-size: 11px; font-weight: normal; text-decoration: none; color: #666666; background: inherit;}
.deptlinkP:hover      {font-size: 11px; font-weight: normal; text-decoration: underline; color: #666666; background: inherit;}
.deptlinkP:active     {font-size: 11px; font-weight: normal; text-decoration: underline; color: #666666; background: inherit;}

/* leaftree */
.leaftreediv {color:#c4c9ce; font-size:10px;padding-left:10px;}
.leaftree			{color:#ffffff; font-size:10px;text-transform:uppercase;}
.leaftree:link, 
.leaftree:visited	{color:#ffffff; font-size:10px; text-decoration:none;text-transform:uppercase;}
.leaftree:hover, 
.leaftree:active	{color:#ffffff; font-size:10px; text-decoration:underline;text-transform:uppercase;}
.leaftree_td1 {text-align:right;width:147px;vertical-align:top;}
.leaftree_td2 {padding:8px 0px 4px 20px;text-align:left;color:#c4c9ce;vertical-align:middle;}
.shopping_leaftree {width:155px;height:30px;background-image:url(../bluewords/shoppingbag.gif);background-repeat:no-repeat;background-position:top right;}
.shop_bag{}
.search_leaftree {width:155px;height:30px;background-image:url(../bluewords/search.gif);background-repeat:no-repeat;background-position:top right;}
.about_leaftree {width:155px;height:30px;background-image:url(../bluewords/about.gif);background-repeat:no-repeat;background-position:top right;}
.account_leaftree {width:155px;height:30px;background-image:url(../bluewords/account.gif);background-repeat:no-repeat;background-position:top right;}
.checkout_leaftree {width:155px;height:30px;background-image:url(../bluewords/checkout.gif);background-repeat:no-repeat;background-position:top right;}
.wishlist_leaftree {width:155px;height:30px;background-image:url(../bluewords/wishlist.gif);background-repeat:no-repeat;background-position:top right;}
.help_leaftree {width:155px;height:30px;background-image:url(../bluewords/help.gif);background-repeat:no-repeat;background-position:top right;}
/*  -------END LINK STYLE DEFINITIONS------  */

/* popup basket classes */
#cartpopwrapper
{
  align: left;
  position: relative;
  top: 40px;
  left: 100px;
  z-index:900;
  height: auto;
}
#cartpop
{
  position: absolute;
  top: 0px;
  left: -15px;
  z-index:899;
  height: auto;
}

#floatbsktiframe {
	position: absolute;
	top: 205px;
	left: 255px; 
	z-index: 898;
	width: 555px;
	height: 280px;
}

.outermostpop {}
.outerpop     {padding: 0px; }
.innerbg      { padding: 0px; margin:0px; vertical-align:top;}
.inneredge    {  padding: 0px; width:561px;}
.innerheader  { color: #ffffff; font-weight: bold; padding: 1px; }
.innerheader td {color: #ffffff;}
.float_bg {background-image:url(../float/float_new_bg.gif);background-repeat: repeat-y; width:561px;padding:0px 5px 0px 10px;vertical-align:top;background-position:top left;}
.float_right {background-image:url(../float/float_grey_bg.gif);background-repeat: no-repeat; width:212px;height:82px;background-position:top left;padding-left:20px;padding-top:8px;}
.float_right_td {width:212px;}
.float_rel {text-align:left;}
.float_header{font-size:16px;font-weight:bold;color:#cc6600;}
.cart_list_item1 {color:#3366cc;padding-left:10px;}
.cart_list_item2 {color:#990000}
.cart_item_attr {color:#666666}
.float_bag_sum {font-size:14px;font-weight:bold;color:#39495c;}
.tablebgcolor { background-color: #ffffff; color: #000000; font-weight: bold; }
.cart_list_item {color: #666666; text-decoration: none; font-size: 10px; font-weight: normal; text-decoration: none;vertical-align:middle;}
.cart_list_item_sale {color: #990000; text-decoration: none; font-size: 10px; font-weight: normal; text-decoration: none;vertical-align:middle;}
.cart_list_total {color: #666666; text-decoration: none; font-size: 11px; font-weight: bold; text-decoration: none;}
.cart_list_total2 {color: #990000; text-decoration: none; font-size: 11px; font-weight: normal; text-decoration: none;}
.cart_list_total3 {color: #333333; text-decoration: none; font-size: 11px; font-weight: normal; text-decoration: none;}
.cart_list_total4 {color: #666666; text-decoration: none; font-size: 11px; font-weight: normal; text-decoration: none;}
.cart_list_total5 {color: #333333; text-decoration: none; font-size: 14px; font-weight: bold; text-decoration: none;}
.cart_subtotal {padding:10px 10px 15px 10px;}
.basket_promo {color:#4A5C6F;font-size: 11px; font-weight: bold;padding:10px 0px 0px 10px;}
.basket_promo_text {color:#666666;font-size: 11px; font-weight: normal;padding-left:10px;}
/* end popup basket classes */

/* home page classes */
.shoe_fit {padding:0px 27px 0px 0px}
.redbox_text {height:115px; width:235px; background-image:url(../right_red_box_top.gif);font-size: 11px;}
.redbox_div {color: #FFFFFF;padding:20px 0px 0px 20px;text-align:left;}
.redbox_links:link       {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: none; font-size: 11px;line-height:16px;}
.redbox_links:visited    {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: none; font-size: 11px;line-height:16px;}
.redbox_links:hover      {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: underline; font-size: 11px;line-height:16px;}
.redbox_links:active     {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: underline; font-size: 11px;line-height:16px;}

.storebox_div {color: #999999;padding:6px 0px 0px 20px;text-align:left;}
.storebox_links:link       {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: none; font-size: 11px;text-transform:capitalize;}
.storebox_links:visited    {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: none; font-size: 11px;text-transform:capitalize;}
.storebox_links:hover      {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: underline; font-size: 11px;text-transform:capitalize;}
.storebox_links:active     {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: underline; font-size: 11px;text-transform:capitalize;}

.storebox_links2:link       {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: none; font-size: 11px;}
.storebox_links2:visited    {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: none; font-size: 11px;}
.storebox_links2:hover      {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: underline; font-size: 11px;}
.storebox_links2:active     {text-align: left; font-weight: normal; color: #FFFFFF; background: inherit; text-decoration: underline; font-size: 11px;}

.about_div {font-weight: bold;}
.about_header {font-weight: bold;text-transform:capitalize;}
.about_text {}

.about_TD {}
.store_info_div {display:none;}
.about_store_div {display:none;background-image:url(../findstore_bg.gif);background-repeat:no-repeat;width:395px;height:438px;background-position:top left;padding:20px 0px 10px 30px}
.city_picks_div {padding:15px 5px 0px 90px;}
.city_picks {color:#39495c;font-size:16px;font-weight:bold;}
.home_feat {color:#39495c;font-size:16px;font-weight:bold;}
.home_feat_little {color:#666666;font-size:11px;font-weight:normal;}
.home_feat_grey {color:#666666;font-size:16px;font-weight:bold;}
.email_signup_head {font-weight:bold;color:#39495c;font-size:16px;padding-top:8px;}
.email_blue_home {font-weight:bold;color:#39495c;}
.email_signup_text_home {font-size:11px;font-weight:normal;}
.shopping_header {padding:12px 6px 0px 10px}
/* end home page classes */

/* basket page classes */
.basketlinkP:link     {  color: #4A5C6F;  font-size: 10px; font-weight: bold; text-decoration: none; }
.basketlinkP:visited  {  color: #4A5C6F; font-size: 10px; font-weight: bold;text-decoration: none; }
.basketlinkP:hover    {  color: #4A5C6F; font-size: 10px; font-weight: bold;text-decoration: underline; }
.basketlinkP:active   {  color: #4A5C6F; font-size: 10px; font-weight: bold;text-decoration: underline; }

.basketlinkP1:link     {  color: #666666;  font-size: 10px; font-weight: normal; text-decoration: none; }
.basketlinkP1:visited  {  color: #666666; font-size: 10px; font-weight: normal;text-decoration: none; }
.basketlinkP1:hover    {  color: #666666; font-size: 10px; font-weight: normal;text-decoration: none; }
.basketlinkP1:active   {  color: #666666; font-size: 10px; font-weight: normal;text-decoration: none; }

.basketlinkP2:link     {  color: #990000;  font-size: 10px; font-weight: normal; text-decoration: none; }
.basketlinkP2:visited  {  color: #990000; font-size: 10px; font-weight: normal;text-decoration: none; }
.basketlinkP2:hover    {  color: #990000; font-size: 10px; font-weight: normal;text-decoration: none; }
.basketlinkP2:active   {  color: #990000; font-size: 10px; font-weight: normal;text-decoration: none; }

.basket {background-image:url(../checkout/cart_bg.gif);background-repeat:no-repeat;background-position:top center;}
.basket_header {color:#999999;font-weight: bold;text-align:center;height:32px;vertical-align:middle;}
.basket_header2 {color:#999999;font-weight: bold;text-align:left;height:32px;vertical-align:middle;}
.basket_yellow {color:#cc6600;font-size:18px;font-weight:normal;padding-left:10px;padding-bottom:10px;}
.sl_text_yellow{color:#cc6600;}
.sl_text_yellow2{color:#cc6600;}
.basket_zip {padding-left:14px;}
.basket_qty {font-size:11px;}
/* end basket page classes */

/*  PAYMENT PAGE  */
.PaymentInput         {background: inherit; color: #4A5C6F; font-weight: bold;}

/*  CONFIRMATION PAGE  */
.outer                {border: 1px solid #999999}
table#confBottom td   {border-style: solid; border-left-width: 1pt; border-top-width: 1pt; border-right-width: 0pt; border-bottom-width: 0pt; border-color: #b9b9b9;}

/* checkout page classes */
.TableText            {background: #ffffff; color: #4A5C6F;}
.SubText              {background: inherit; color: #4A5C6F; font-size: 10px; font-weight: normal;}
.optional             {background: #ffffff; color: #999999;}
.required             {background: #ffffff; color: #999999; font-weight: bold;}
.state_dropdown {width:60px;}
.state_dropdown2 {width:61px;}
.sl_label {color: #999999;}

.express_checkout {padding:0px 0px 0px 0px;text-align:right;}
.express_checkout1 {padding:0px 0px 0px 0px;text-align:right;height:30px;background-image:url(../bluewords/shoppingbag.gif);background-repeat:no-repeat;background-position:top right;}
.express_checkout2 {margin-bottom:2px;vertical-align:bottom;height:30px;padding-bottom:2px;}
.receipts_header{color:#999999;font-weight: bold;text-align:left;height:32px;vertical-align:top;padding-top:6px;padding-left:8px;}
.help_header {color:#4A5C6F;font-size: 11px; font-weight: bold;padding:0px 0px 10px 10px;}
.help_header2 {color:#4A5C6F;font-size: 11px; font-weight: bold;padding:0px 0px 4px 0px;}
.sl_help_header {color:#4A5C6F;font-size: 11px; font-weight: bold;padding:0px 0px 0px 10px;}
.help_div {padding-left:10px;}
.sl_help_div {padding-left:10px;}
.sl_div {padding-left:15px;}
.sl_div2 {padding-top:10px;}
.sl_text {vertical-align:top;font-weight:bold;}
.sl_title {font-size: 18px; background: inherit; color: #4A5C6F; font-weight: bold;padding-bottom:8px;}
.sl_title2 {font-size: 18px; background: inherit; color: #4A5C6F; font-weight: bold;padding-bottom:4px;}
.sl_text1 {font-size: 14px; background: inherit; color: #666666; font-weight: bold;}
.sl_text2 {font-size: 11px; background: inherit; color: #666666; font-weight: bold;padding-top:5px;}
.sl_text3 {font-size: 11px; background: inherit; color: #666666; font-weight: normal;}
.sl_forgot {padding-right:18px;}
.help_box {padding:10px;width:271px;height:250px;background-image:url(../checkout/cart_total_bg1.gif); background-repeat:no-repeat;}
.help_table {}
.help_table td {padding-right:8px;}
.help_text {color: #666666;font-size: 11px;}
.help_link:link,.help_link:visited,.help_link:hover,.help_link:active {color: #3366cc;font-size: 11px;}
.sl_helpbox {background-image:url(../checkout/shopper_lookup_grey_bg.gif);background-repeat:no-repeat;background-position:top center;width:222px; height:119px;padding-top:5px;}
.in_store_drop {font-size:11px;}
.email_blue {font-weight:bold;color:#39495c;}
.email_white {font-weight:bold;color:#FFFFFF;}
.email_signup_text {font-size:11px;}
.shopper_tables td {padding-right:10px;padding-bottom:7px;}
.shopper_tables2 td {padding-right:10px;padding-bottom:0px;}
.shipping_tables td {padding-right:10px;padding-bottom:7px;}
.shipping_tables2 td {padding-right:10px;padding-bottom:0px;}

.total_box {padding:10px;width:323px;height:250px;background-image:url(../checkout/cart_total_bg2.gif); background-repeat:no-repeat;}
.main_table{background-image:url(../leftnavbg.gif);background-repeat: repeat-y;}
.payment_input {font-size:10px;margin-right:5px;}
.payment_input2 {font-size:10px;white-space:normal !important;}
.payment_input3 {font-size:10px;margin-right:5px;margin-bottom:5px;}
.payment_dropdown_month {font-size:10px;WIDTH:100%;}
.payment_dropdown_year {font-size:10px;}
.payment_box {background-image:url(../checkout/payment_bottom_bg.jpg);background-repeat: no-repeat; height:212px;width:901px;background-position:top center;padding:10px 10px 10px 10px;}
.payment_address {background-image:url(../checkout/payment_right_grey_bg.gif);background-repeat: no-repeat; width:188px;background-position:top left;padding-left:20px;padding-right:10px;padding-top:4px;color:#999999;}
.payment_label {color: #666666; font-size: 11px; font-weight: bold; text-decoration: none;padding-top:4px;}
.payment_label2 {font-size:11px;font-weight:bold;color:#666666;text-align:left;padding-top:6px;}
.payment_label3 {font-size:11px;font-weight:bold;color:#999999;text-align:left;}
.payment_little {color: #666666; font-size: 11px;padding-top:4px;padding-bottom:4px;}
.payment_label4 {color: #999999; font-size: 11px; font-weight: bold;}
.payment {background-image:url(../checkout/payment_header_bg.gif);background-repeat:no-repeat;background-position:top center;}
.gift_button {height:20px;width:100px;font-size:10px;}
.gift_button2 {height:20px;width:120px;font-size:10px;}
.ProductAttr {font-size:10px;color: #666666;}
.gift_div {text-align:right;padding-right:20px;}
.gift_btns {vertical-align:bottom;}

.greybox_links:link     {  color: #666666;  font-size: 10px; font-weight: normal; text-decoration: none;line-height:15px; }
.greybox_links:visited  {  color: #666666; font-size: 10px; font-weight: normal;text-decoration: none;line-height:15px; }
.greybox_links:hover    {  color: #999999; font-size: 10px; font-weight: normal;text-decoration: none;line-height:15px; }
.greybox_links:active   {  color: #999999; font-size: 10px; font-weight: normal;text-decoration: none;line-height:15px; }

.greybox_links_red:link     {  color: #990000;  font-size: 10px; font-weight: normal; text-decoration: none;line-height:15px; }
.greybox_links_red:visited  {  color: #990000; font-size: 10px; font-weight: normal;text-decoration: none;line-height:15px; }
.greybox_links_red:hover    {  color: #000000; font-size: 10px; font-weight: normal;text-decoration: none;line-height:15px; }
.greybox_links_red:active   {  color: #000000; font-size: 10px; font-weight: normal;text-decoration: none;line-height:15px; }
/* end checkout page classes */

/* department landing page (MEN, WOMEN, FOOTWEAR, ETC.) classes */
.landing_page_td {width:33%;height:180px;}
.landing_page_td2 {width:33%;height:183px;}
.landing_page_td3 {width:auto;height:180px;}
.landing_page_td4 {width:auto;height:180px;}
.landing_page_td5 {width:33%;height:180px;}
.landing_page_table {background-image:url(../dept_grid.gif);background-repeat:no-repeat;background-position:top center;width:509px;height:363px;}
.landing_page_table_img {background-image:url(../dept_grid_img.gif);background-repeat:no-repeat;background-position:top center;width:509px;height:363px;}
.landing_page_table_img_two {background-image:url(../dept_grid_img2.jpg);background-repeat:no-repeat;background-position:top center;width:523px;height:363px;}
.landing_page_table_img_ugg {background-image:url(../dept_grid_imgugg.jpg);background-repeat:no-repeat;background-position:top center;width:523px;height:363px;}
.landing_page_table_img_holiday{background-image:url(../dept_grid_holiday.jpg);background-repeat:no-repeat;background-position:top center;width:523px;height:363px;}
.landing_page_table_img_holiday_gifts{background-image:url(../dept_grid_gifts.jpg);background-repeat:no-repeat;background-position:top center;width:523px;height:547px;}
.landing_page_table_img_run {background-image:url(../dept_grid_img4.jpg);background-repeat:no-repeat;background-position:top center;width:523px;height:363px;}
.landing_page_half_table {background-image:url(../dept_half_grid.gif);background-repeat:no-repeat;background-position:top center;width:509px;height:363px;}
.landing_page_four_table {background-image:url(../dept_four_grid.gif);background-repeat:no-repeat;background-position:top center;width:509px;height:363px;}
.landing_page_two_table {background-image:url(../dept_two_grid.gif);background-repeat:no-repeat;background-position:top center;width:509px;height:363px;}
.landing_page_five_table {background-image:url(../dept_five_grid.gif);background-repeat:no-repeat;background-position:top center;width:509px;height:363px;}
.landing_page_nine_table {background-image:url(../dept_grid_9.gif);background-repeat:no-repeat;background-position:top center;width:509px;height:363px;}
.landing_grid_table {background-image:url(../landing_grid.gif);background-repeat:no-repeat;background-position:top center;width:744px;height:576px;}
.landing_grid_td {width:100%;height:100%;padding-left:10px;}
.landing_description {font-family: Arial, Helvetica, sans-serif;font-size: 11px;line-height: 13px;color: #666666;}
.landing_description2 {font-family: Arial, Helvetica, sans-serif;font-size: 13px;line-height: 13px;color: #666666;}
.landing_heading_orange {color:#cc6600;font-size:14px;text-transform:lowercase;font-weight: bold;}
.top_table{padding-top:10px;}
.bottom_table{padding-top:10px;}
.dashes{line-height:9px;}
#store_information {color:#cc9999;}
/* end department landing page classes */



/* quick view classes */
#qv_window div		{font-family:Verdana, Arial, Helvetica, sans-serif;}
.qv-wrapper     		{position:relative; visibility:hidden;}
.qvicon				{border:none !important; position:absolute; top:-60px; left:0px;cursor:pointer;}
.qvicon2				{border:none !important; position:absolute; top:-60px; left:40px;cursor:pointer;}
.qvLink:link,
.qvLink:visited,
.qvLink:hover,
.qvLink:active		{color:#0099ff; text-decoration:none; font-weight:bold;font-size:12px;}
/* end quick view classes */

/* rich text email classes */
.email_head {color:#cc6600;font-size:18px;font-weight:normal;}
.email_bold {font-weight:bold;}
.email_prodheader {font-weight:bold;color:#999999;text-align:center;}
.email_prodname {font-weight:bold;color:#797979;}
.email_subtotal {font-weight:bold;color:#797979;}
.email_tax {font-weight:normal;color:#424242;}
.email_gift {font-weight:normal;color:#AD0019;}
.email_ship {font-weight:normal;color:#797979;}
.email_total {font-weight:bold;color:#424242;font-size:14px;}
/* end rich text email classes */

/* brand page (dept 60) classes */
.brand_letter {font-weight:bold;color:#39495c;font-size:16px;padding-top:5px;padding-bottom:5px;text-transform:lowercase;}
.brand_letter_link:link,.brand_letter_link:visited,.brand_letter_link:hover,.brand_letter_link:active {font-weight:bold;color:#3366cc;font-size:12px;padding-top:5px;padding-bottom:5px;padding-right:1px;padding-left:1px;}
.brand_link:link,.brand_link:visited,.brand_link:hover,.brand_link:active {color:#3366cc;text-transform:lowercase;padding-right:10px;font-size:11px;}
/* end brand page classes */

/* begin imenu classes */

/* --[[ Main Container ]]-- */
#imouter0 {border-style:none; padding:0px; margin:0px; }


/* --[[ Sub Container ]]-- */
#imenus0 li ul {border:none;}


/* --[[ Main Items ]]-- */
#imenus0 li a, #imenus0 .imctitle {height:24px; text-decoration:none; }

	/* [hover] - These settings must be duplicated for IE compatibility.*/
	#imenus0 li:hover>a {text-decoration:none; }
	#imenus0 li a.ihover, .imde imenus0 a:hover {text-decoration:none; }

	/* [active] */
	#imenus0 li a.iactive {}


/* --[[ Sub Items ]]-- */
#imenus0 ul a, #imenus0 .imsubc li .imctitle  {
	height:auto;
	color:#ffffff;
	text-align:left;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	border-style:none;
	padding:2px 0px 2px 6px;
	
}

	/* [hover] - These settings must be duplicated for IE comptatibility.*/
	#imenus0 ul li:hover>a {background-color:none; color:#f0b639; text-decoration:none; border-color:transparent; }
	#imenus0 ul li a.ihover {background-color:none; color:#f0b639; text-decoration:none; border-color:transparent; }

	/* [active] */
	#imenus0 ul li a.iactive {background-color:none; color:#f0b639; text-decoration:none; border-color:transparent;}
	
	 /** sets the black image with white columns **/
	 #canvas {background-image:url(../menu_bg3.gif);background-repeat:repeat-x;width:162px;display:block;}
	 #canvas2 {background-image:url(../menu_bg2.gif);background-repeat:repeat-x;width:324px;display:block;}
	 #canvas3 {background-image:url(../menu_bg1.gif);background-repeat:repeat-x;width:162px;display:block;}
	 #canvas4 {background-image:url(../menu_bg4.gif);background-repeat:repeat-x;width:324px;display:block;}
	 #canvas5 {background-image:url(../menu_bg5.gif);background-repeat:repeat-x;width:492px;display:block;}
	 #canvas6 {background-image:url(../menu_bg1eq.gif);background-repeat:repeat-x;width:162px;display:block;}
	 #canvas7 {background-image:url(../menu_bg4brands.gif);background-repeat:repeat-x;width:324px;display:block;}
	 
/* end imenu classes */

.faq_Question {
	font-weight: bold; font-size: 12px; color: #1d1d1d; 
}
.faq_Answer{
	font-size: 12px; color: #666666; text-align:justify;
}
.faq_link  {color: #006633; text-decoration: none; font-size: 12px; font-weight: bold;  }
.faq_title {font-size:14px;font-weight:bold;color:#666666;text-align:left; text-shadow: #000000;}

/* Newsletter page classes */
.facesTitle {
	color:#990000;
	font-size:14px;
	text-transform:none;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 5px;
}
.facesContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	white-space: normal;
	line-height: 16px;
	text-decoration: none;
}
.facesPic {
	padding: 5px;
}
.newsletterImage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
}
/*end newsletter classes */
/*runclub page classes */
.runclubimage {
	
}
.runclubsubtxtlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}

.runclubcontain {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.runclubheader {
	background: #ffffff;
	
}
.runclubcontent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
}
/* End Runclub page classes */
/* Dedham New Store page classes */
.storeopen09 {
	width: 345px;
	padding-top: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 65px;
}
.storeopen09Work {
	width: 345px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.storeText09 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}
.StoreMap09 {
	width: 705px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.drivingDirections {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.directionsStore09 {
	width: 345px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 45px;
	color: #000000;
	font-weight: normal;
}
.boldDirections {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 345px;
	color: #000000;
}
.dedhamheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #333333;
	padding: 5px;
	line-height: 20px;
}
.mailtwitface {
	width: 690px;
}
.aligntwitface {
	float: right;
	width: 200px;
}

/* End Dedham New Store page classes */
/* Coupon page classes */
.couponcontainer {
	width: 720px;  
	background: #FFFFFF; 
	text-align: left;
	margin: 0;
}
/* End Coupon page classes */

/* Search2 / Search0 / FNS page classes */
.searchwrapper{

}
	/* left side refinements */
	.searchwrapper #refine-container{
		background: url(../leftnavbg.gif) repeat-y;
	}
	.searchwrapper .refinements-div-outer{
		margin: 3px auto 0px auto;
	}
	.searchwrapper .refinements-div{
		background: #FFE4A9;
		border: 2px solid #ffffff;
		width: 138px;
		text-align: left;
	}
	.refinements-div .CatName{
		text-transform: uppercase;
		color: #666666;
		padding: 4px 2px 3px 3px;
		font-size: 11px;
		background: url(../leftnavbg2.gif) no-repeat;
	}
	.refinements-div .CatItem{
		display: block;
		padding: 2px 2px 3px 3px;
		font-size: 11px;
		color: #666666;
	}
	
	/* pagination/header */
	.searchwrapper #history-block{
		display: block;
	}
	#history-block .history-link{
		color: #666666;
	}
	#item-count-block{
		text-align: center;
		color: #666666;
	}
	#item-count-block .sortingLink{
		color: #666666;
	}
	#sortingContainer-top .sortingLink_active{
		color: #666666;
	}
	#sortingContainer-top .sortingLink{
		color: #666666;
	}
	#sortingContainer-top .sortingSpacer{
		padding: 0px 20px;
	}
	
	/* bottom pagination / footer */
	#sortingContainer{
		text-align: center;
	}
	
	/* product listing table */
	.more-colors-div{
		text-align: center;
	}
	.searchresbox .searchprodlink{
		color: #666666;
	}
	.searchresbox .searchprodlink:hover{
		text-decoration: underline;
	}
	.searchresbox .prod-price-div{
		text-align: center;
	}

/* End Search2 / Search0 / FNS page classes */
/* New header with Search box */
.NheaderBack {
	background: url(../cityheaderSearchbox_white_bgFrSh100.gif) no-repeat; /*snow_flake_header_121709.gif orginal snowflake header or change back to /cityheaderSearchbox_bg.gif */
	height: 96px;
	width: 476px;
		}
.needitby1224 {
	padding-left: 72px;	
} /*you can remove this once the header snow is gone */
.needitby1224V2 {
	padding-left: 6px;	
}
.headerEmailtxt {
	padding-left: 80px;
	}
.headerPhonetxt {
	padding-left: 8px;
	margin-top: 5px;
}
.headerlinkHelp:link       {color: #999999; text-decoration: none; font-size: 11px; font-weight: normal;  }
.headerlinkHelp:visited    {color: #999999; text-decoration: none; font-size: 11px; font-weight: normal;  }
.headerlinkHelp:hover      {color: #666666; text-decoration: underline; font-size: 11px; font-weight: normal;  }
.headerlinkHelp:active     {color: #666666; text-decoration: none; font-size: 11px; font-weight: normal;  }
/* Test search box header classes */

.searchHeaderbox {
	background:#d9d9d9 none repeat scroll 0 0;
	display:inline;
	float:left;
	height:30px;
	line-height:30px;
	margin-top: 0;
	padding: 7px 2px 0 8px;
	width:285px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: inset;
	border-left-style: none;
}

.input-text {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: 17px;
	top: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.searchBtn {
	background-color:#d9d9d9;
	display:inline;
	float:left;
	position:absolute;
	margin-left: 8px;
}
.headclear {
	clear:both;
	display: block:
	font-size: 0;
	height: 0;
	line-height:0;
	margin-bottom: 0;
	width: 0;
}
.divbgseach {
	width: 335px;
	background-color: #d9d9d9;
	background-repeat: no-repeat;
	height: 37px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCCCCC;
	border-top-style: none;
}
/* Holiday gift Guide 2009 classes */
.holidayGiftTable {
	margin-right: 5px;
	float: left;
}
.holidayGiftText {
}
.holidayGiftTd {
	width: 170px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.holidayGiftProductsTable {
	padding-right: 3px;
	padding-left: 3px;
}
.holidayHoursBox {
	padding-left: 10px;
}
.storebox_linksholiday:link       {text-align: left; font-weight: normal; color: #66666; background: inherit; text-decoration: none; font-size: 10px;}
.storebox_linksholiday:visited    {text-align: left; font-weight: normal; color: #66666; background: inherit; text-decoration: none; font-size: 10px;}
.storebox_linksholiday:hover      {text-align: left; font-weight: normal; color: #66666; background: inherit; text-decoration: underline; font-size: 10px;}
.storebox_linksholiday:active     {text-align: left; font-weight: normal; color: #66666; background: inherit; text-decoration: underline; font-size: 10px;}
/* Start TEST SEARCH BOX FIX FOR SAFARI */
#site_header #searchBar {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:inline;
	float:left;
	height:26px;
	line-height:26px;
	margin-top:0px;
	padding:6px 0;
	width:330px;
	background-attachment: scroll;
	background-color: #d9d9d9;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#site_header fieldset#searchBox {
	background-color:#FFFFFF;
	display:inline;
	float:left;
	height:22px;
	margin-left:9px;
	width:275px;
}

#site_header fieldset {
border:medium none;
margin:0;
padding:0;
}
#site_header #searchBar .input-text {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#666666;
	display:inline;
	float:left;
	font-size:13px;
	height:18px;
	margin:0;
	width:265px;
	line-height:18px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-width: 1;
	border-left-width: 1;
	border-top-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#site_header #searchBtn {
	background-color:#CCCCCC;
	display:inline;
	float:left;
	padding-left:10px;
}
input[type~="image"] {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent none repeat scroll 0 0 !important;
}
/* End Fix of search box safari */
/* Start footer div FB Twit Thawte Icons align */
.footerPPTC {
	width: 520px;
	padding-left: 5px;
}
.TwitFaceThawte {
	float: right;
	width: 370px;
	padding-right: 5px;
}
/* Start for Soles Page Classes */
.mainpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.contentH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
.imgSoles4 {
	padding: 3px;
}


/* End for Soles Page Classes */
/* Class for clearance small text */
.dept_link_clearance:link       {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 11px; line-height:25px;}
.dept_link_clearance:visited    {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: none; font-size: 11px; line-height:25px;}
.dept_link_clearance:hover      {text-align: left; font-weight: normal; color: #000000; background: inherit; text-decoration: underline; font-size: 11px; line-height:25px;}
.dept_link_clearance:active     {text-align: left; font-weight: normal; color: #3366cc; background: inherit; text-decoration: underline; font-size: 11px; line-height:25px;}
/* End classes for Clearance small text */
/*eventss page classes */
.eventsbody {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.eventscontainer {
	width: 720px;  
	background: #FFFFFF; 
	border: 1px solid #990000;
	text-align: left;
	margin: 0;
}
.eventsheader {
	width: 705px;
}
.eventsmainContent {
	height: auto;
	width: auto;
}
.logobox {
	padding: 5px;
	height: auto;
	width: 130px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.eventslogo {
	padding: 10px;
}
.eventlocationbox {
	height: auto;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.eventnamebox {
	height: auto;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.eventsbackgroundtext {
	background-image: url(http://www.citysports.com/citysports/assets/images/csaction/event_logos/donelogos/background.jpg);
	background-repeat: no-repeat;
	background-position: 145px;
}
.eventdatebox {
	padding: 5px;
	height: auto;
	width: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}
.eventsheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-indent: 10px;
	color: #333333;
	padding: 5px;
}

/* End events page classes */