/* Saved 9.41KB */
/*   ColorBox Core Style:   The following CSS is consistent between example themes and should not be altered. */ #colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;} #cboxOverlay{position:fixed;width:100%;height:100%;} #cboxMiddleLeft,#cboxBottomLeft{clear:left;} #cboxContent{position:relative;} #cboxLoadedContent{overflow:auto;} #cboxTitle{margin:0;} #cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;} #cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer;} .cboxPhoto{float:left;margin:auto;border:0;display:block;} .cboxIframe{width:100%;height:100%;display:block;border:0;} /*   User Style:   Change the following styles to modify the appearance of ColorBox. They are   ordered & tabbed in a way that represents the nesting of the generated HTML. */ #cboxOverlay{background:url(/images/colorbox/overlay.png) repeat 0 0;} #colorbox{}   #cboxTopLeft{width:21px;height:21px;background:url(/images/colorbox/controls.png) no-repeat -100px 0;}   #cboxTopRight{width:21px;height:21px;background:url(/images/colorbox/controls.png) no-repeat -129px 0;}   #cboxBottomLeft{width:21px;height:21px;background:url(/images/colorbox/controls.png) no-repeat -100px -29px;}   #cboxBottomRight{width:21px;height:21px;background:url(/images/colorbox/controls.png) no-repeat -129px -29px;}   #cboxMiddleLeft{width:21px;background:url(/images/colorbox/controls.png) left top repeat-y;}   #cboxMiddleRight{width:21px;background:url(/images/colorbox/controls.png) right top repeat-y;}   #cboxTopCenter{height:21px;background:url(/images/colorbox/border.png) 0 0 repeat-x;}   #cboxBottomCenter{height:21px;background:url(/images/colorbox/border.png) 0 -29px repeat-x;}   #cboxContent{background:#fff;overflow:hidden;}     #cboxError{padding:50px;border:1px solid #ccc;}     #cboxLoadedContent{margin-bottom:28px;}     #cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494;}     #cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494;}     #cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef;}     #cboxPrevious{position:absolute;bottom:0;left:0;background:url(/images/colorbox/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px;}     #cboxPrevious.hover{background-position:-75px -25px;}     #cboxNext{position:absolute;bottom:0;left:27px;background:url(/images/colorbox/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px;}     #cboxNext.hover{background-position:-50px -25px;}     #cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) no-repeat center center;}     #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}     #cboxClose{position:absolute;bottom:0;right:0;background:url(/images/colorbox/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px;}     #cboxClose.hover{background-position:-25px -25px;} /*  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill  when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to IE9. */ .cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);} /*  The following provides PNG transparency support for IE6 */ .cboxIE6 #cboxTopLeft{background:url(/images/colorbox/ie6/borderTopLeft.png);} .cboxIE6 #cboxTopCenter{background:url(/images/colorbox/ie6/borderTopCenter.png);} .cboxIE6 #cboxTopRight{background:url(/images/colorbox/ie6/borderTopRight.png);} .cboxIE6 #cboxBottomLeft{background:url(/images/colorbox/ie6/borderBottomLeft.png);} .cboxIE6 #cboxBottomCenter{background:url(/images/colorbox/ie6/borderBottomCenter.png);} .cboxIE6 #cboxBottomRight{background:url(/images/colorbox/ie6/borderBottomRight.png);} .cboxIE6 #cboxMiddleLeft{background:url(/images/colorbox/ie6/borderMiddleLeft.png);} .cboxIE6 #cboxMiddleRight{background:url(/images/colorbox/ie6/borderMiddleRight.png);} .cboxIE6 #cboxTopLeft,.cboxIE6 #cboxTopCenter,.cboxIE6 #cboxTopRight,.cboxIE6 #cboxBottomLeft,.cboxIE6 #cboxBottomCenter,.cboxIE6 #cboxBottomRight,.cboxIE6 #cboxMiddleLeft,.cboxIE6 #cboxMiddleRight{  _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],this.style.background = "none",this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ",sizingMethod='scale')");} body{font-family: Verdana,arial,helvetica,sans-serif; font-size:0.70em;color:#333;background:#fdfeff url(/images/bodybg.png) repeat-x;margin:0px;padding:0px;min-width:995px;} img{border:0px;} form{margin:0px;padding:0px;} hr{border:0px;background:#d4d4d4;padding:0px;height:1px;} a{color:#214999;text-decoration:none;} a:hover{text-decoration:underline;}  h1,h2,h3,h4,h5{font-family:Verdana,Arial,Sans-Serif;font-weight:normal;color:#001757;} h1{font-size:1.25em;font-weight:bold;color:#214999;} h2{font-size:1.083em;} h3{font-size:0.917em;}  h1 a{font-size:0.75em;float:right;}  div.Clear,div.clear{clear:both;height:0px;overflow:hidden;}  .Small{font-size:8pt;} .Right{float:right !important;} /* prevent table cells from floating */ td.Right,th.Right{float:none !important; text-align:right;} div.BodyWrap{width:995px;margin:0 auto;-moz-box-shadow: 0px 0px 8px #243558;-webkit-box-shadow: 0px 0px 8px #243558;box-shadow: 0px 0px 8px #243558;}  div.Header{color:#224699;background:#ffffff;} div.Logo{padding-top:8px;padding-bottom:0px;padding-left:13px;float:left; margin-left:12px;} div.ProductSearch{  float:right;} div.HeaderRight{float:right;} div.HeaderRight .Questions{  color:#214999;  font-weight:bold;  text-align:right;  margin-right:12px;  padding:3px 0px 3px 0px;} div.HeaderRight div.Menu{margin-right:12px;height:17px;border-left:1px solid #d8dbe0;border-bottom:1px solid #d8dbe0;border-right:1px solid #d8dbe0;border-top:1px solid #999999;text-transform:uppercase;}  div.HeaderRight div.Menu a{color:#1b3389;text-decoration:none;font-weight:normal;/*background:#ffffff;*/ background-image:url(/images/button_bg.png);display:block;float:right;padding:0px 10px;height:17px;line-height:17px;font-size:11px;} div.HeaderRight div.Menu a:hover{  background-image:url(/images/button_bg_active.png);} div.HeaderRight div.Menu span{  padding-top:1px;  float:right;  height:16px;  color:#999999;  background-image:url(/images/button_bg.png);}  div.HeaderRight div.Menu a.Logout{color:#ff9933;font-weight:bold;} div.HeaderRight div.Menu a:hover{/*background:#4d66b0;*/ }  div.WelcomeMsg{font-size:0.9em;padding-top:8px;padding-right:10px;text-align:right;} div.WelcomeMsg a{color:#fff;} div.Search{color:#214999;background:#eceded;padding:2px 6px;padding-right:0px;margin-top:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px;} div.Search div.Label{float:left;font-weight:bold;line-height:23px;margin-right:2px;} div.Search div.Input{float:left;} div.Search div.Input input{border:1px solid #999999;font-size:0.833em;width:140px;height:19px;} div.Search div.Button{float:left;} div.Search div.Button input{border:0px;height:23px;line-height:23px;color:#214999;font-size:1em;font-weight:bold;padding:0px 4px;margin:0px;display:inline;} div.CategoryTabs{float:left;margin-top:2px;width:700px;} div.MainTabs{  margin-left:12px;} div.MainTabs a{float:left;display:block;/*color:#fff;*/ /*background:#627fb7;*/ text-decoration:none;font-family:Verdana,Arial,Sans-Serif; /* set to fixed font to prevent resize */ font-size:18px;/* 1.16 em */  font-weight:bold;padding:5px 20px 5px 15px;border:2px solid #f7d19a; background-image:url(/images/tabs_inactive_mid.png);background-repeat:repeat-x;background-position:bottom;   border-bottom:0px;border-left:0px;margin-right:0px;margin-top:1px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px; /* background-image:url(/images/tab_dropshadowleft.png);background-repeat:no-repeat;background-position: 0px 0px;  */ } div.MainTabs a{  }  div.TabStrip,div.TabStripEZLiving,div.TabStripAristaSurgical,div.TabStripPodiatry,div.TabStripPT,div.TabStripErgonomics{height:6px;border-top:1px solid #fff;background:#627fb7;}  .home{  color:#92379f;} div.MainTabs a.home{border:2px solid #f7d19a;border-bottom:0px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px; padding:5px 20px 5px 18px;  } .bp{  color:#ff9933;} .hc{  color:#66cc33;} .pr{  color:#3399cc;}  div.MainTabs .TabDiv{  padding-left:5px;  padding-top:0px;  background-image:url(/images/tab_dropshadowleft.png);background-repeat:no-repeat;background-position: 0px 1px;  float:left;} div.MainTabs .TabDiv:hover{  padding-left:0px;}  div.MainTabs a.homeActive,div.MainTabs a.home:hover{  color:#92379f;  border-color:#99cce5;  background-color:#fff;background-image:url(/images/tabs_active_mid.png); background-repeat:repeat-x;border:2px solid #99cce5;border-bottom:0px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px; padding:5px 20px 5px 18px;} div.MainTabs a.bpActive,div.MainTabs a.bp:hover,div.MainTabs div.TabDiv:hover a.bp{  color:#ff9933;  border-color:#99cce5;  background-color:#fff;background-image:url(/images/tabs_active_mid.png);background-repeat:repeat-x; border:2px solid #99cce5;border-bottom:0px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px; padding:5px 20px 5px 18px;} div.MainTabs a.hcActive,div.MainTabs a.hc:hover,div.MainTabs div.TabDiv:hover a.hc{    color:#66cc33;border-color:#99cce5;background-color:#fff;background-image:url(/images/tabs_active_mid.png); background-repeat:repeat-x;border:2px solid #99cce5;border-bottom:0px; -moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px; padding:5px 20px 5px 18px;} div.MainTabs a.prActive,div.MainTabs a.pr:hover,div.MainTabs div.TabDiv:hover a.pr{  color:#3399cc;border-color:#99cce5;background-color:#fff;background-image:url(/images/tabs_active_mid.png); background-repeat:repeat-x;border:2px solid #99cce5;border-bottom:0px; -moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px; padding:5px 20px 5px 18px;} div.MainTabs a.EZLiving,div.MainTabs a.EZLivingActive{border-left:0px;} div.MainTabs a.PT{background:#4cc1e6;} div.MainTabs a.Arista{background:#985fa0;} div.MainTabs a.Podiatry{background:#b07368;} div.MainTabs a.Ergonomics{background:#a7d157;}  /* hover */ div.MainTabs a.EZLiving:hover{background:#4869ab;} div.MainTabs a.PT:hover{background:#2eb6e2;} div.MainTabs a.Arista:hover{background:#864490;} div.MainTabs a.Podiatry:hover{background:#a25b4e;} div.MainTabs a.Ergonomics:hover{background:#98c93b;}  /* active */ div.MainTabs a.EZLivingActive,div.MainTabs a.PTActive,div.MainTabs a.AristaActive,div.MainTabs a.PodiatryActive,div.MainTabs a.ErgonomicsActive{position:relative;top:1px;padding-top:6px;margin-top:0px;} div.MainTabs a.EZLivingActive,div.TabStripEZLiving{background:#204999;} div.MainTabs a.PTActive,div.TabStripPT{background:#00a6dc;} div.MainTabs a.AristaActive,div.TabStripArista{background:#6c1b78;} div.MainTabs a.PodiatryActive,div.TabStripPodiatry{background:#8e3728;} div.MainTabs a.ErgonomicsActive,div.TabStripErgonomics{background:#82bd10;}  /* additional color overrides */ div.PTBody h1{color:#4cc1e6;} div.AristaBody h1{color:#985fa0;} div.PodiatryBody h1{color:#b07368;} div.ErgonomicsBody h1{color:#a7d157;} div.PTBody div.Subcategories a{border:1px solid #4cc1e6;} div.AristaBody div.Subcategories a{border:1px solid #985fa0;} div.PodiatryBody div.Subcategories a{border:1px solid #b07368;} div.ErgonomicsBody div.Subcategories a{border:1px solid #a7d157;} div.PTBody div.ProductTabs a.Active{background:#4cc1e6;} div.AristaBody div.ProductTabs a.Active{background:#985fa0;} div.PodiatryBody div.ProductTabs a.Active{background:#b07368;} div.ErgonomicsBody div.ProductTabs a.Active{background:#a7d157;} div.PTBody div.ProductTabStrip{background:#4cc1e6;} div.AristaBody div.ProductTabStrip{background:#985fa0;} div.PodiatryBody div.ProductTabStrip{background:#b07368;} div.ErgonomicsBody div.ProductTabStrip{background:#a7d157;}   div.LiveChat{float:right;padding-top:0px;text-align:right;margin-right:11px;} div.LiveChat a{color:#fff;text-decoration:none;font-weight:bold;background:none;font-size:1em;border:none;padding:0px;padding-top:2px;margin-right:10px;}  div.LiveChat a:hover{text-decoration:underline;}  div.SubMenu{color:#6d6e71;border-top:1px solid #999999;border-bottom:1px solid #d8dbe1;background:#ededed url(/images/submenubg.png) repeat-x; line-height:24px;padding:0px 8px;padding-right:20px;margin:0px 12px 0px 12px;} div.SubMenu span{padding:0px 4px;} div.SubMenu div.Phone{float:right;font-weight:bold;color:#333333;} div.SubMenu div.Support{float:right;font-weight:normal;color:#214999;} div.SubMenu a,div.SubMenu div.Support a{color:#214999;text-decoration:none;font-weight:bold;} div.ProductFinder{/*background:#fefcfa url(/images/productfinderbg.png) no-repeat top left;*/ /*padding-left:66px;*/ padding-right:20px;/*float:right;*/ height:26px;margin-top:50px;}  div.ProductFinder div.Input{float:left;} div.ProductFinder div.Input input{border-left:1px solid #d8dbe0;border-bottom:1px solid #d8dbe0;border-right:1px solid #d8dbe0;border-top:1px solid #999999;font-size:0.833em;width:100px;height:16px;line-height:16px;} div.ProductFinder div.Input input.Category{width:50px;background:url(/images/category-plus.png) no-repeat;background-position:top right;padding-right:24px;padding-left:5px;border-left:0px;border-right:0px;}  div.ProductFinder div.Button{float:left;} div.ProductFinder div.Button input.BtnGo{background:#e6ebf1 url(/images/btn_find.png) no-repeat;background-position:0 -2px;height:19px;width:43px;text-indent:-999%;border:0px;padding:0px;margin:0px 0px 0px 5px;cursor:pointer;  border-left:1px solid #d8dbe0;border-bottom:1px solid #d8dbe0;border-right:1px solid #d8dbe0;border-top:1px solid #999999;} /* div.ProductFinder div.Button input.BtnGo:hover{ background-position:0 -22px;} */ div.ProductFinder div.Advanced{float:left;padding-left:7px;padding-top:4px;} div.ProductFinder div.Advanced a{text-decoration:none;padding:0px;margin:0px;background:none;font-size:0.8em;line-height:100%;} div.ProductFinder div.Advanced a:hover{text-decoration:underline;} .ProductFinderText{  float:left;  font-size:10px;  margin-right:5px;  line-height:10px;  font-weight:bold;} div.ContentArea{background:#fff;/*url(/images/contentareabg.png) repeat-x;*/ } div.LeftColumn{width:200px;/* 217 */ float:left;padding:10px;padding-right:7px;} div.CenterColumnRight{/* width:582px;*//* 594 */ width:754px;float:left;padding:3px 0px 10px 35px;overflow:hidden;} div.CenterColumnLeft{width:754px;/* 594 */ float:left;padding:3px 2px 10px 10px;overflow:hidden;} div.CenterColumnBoth{width:582px;/* 594 */ float:left;padding:3px 2px 10px 10px;overflow:hidden;} div.RightColumn{width:161px;/* 184 */ float:right;padding:10px 15px 10px 8px;} div.FullRightColumn{width:732px;/* 778 */ float:left;padding:8px 23px;padding-right:10px;} div.FullWidthPage{width:969px;/* 995 */ padding:8px 13px;} div.BoxHeader,div.BoxHeaderOpen{background:#214999;text-transform:uppercase;border:1px solid #8d9bb8;line-height:23px;color:#fff;font-weight:bold;font-family:Verdana,Sans-Serif;padding-left:7px;padding-right:23px;background-image:url(/images/boxheader_plus.png);background-repeat:no-repeat;background-position:right top;cursor:pointer;} div.BoxHeader:hover,div.BoxHeaderOpen:hover{background-color:#385ca3;} div.BoxHeaderOpen{background-image:url(/images/boxheader_minus.png);}  div.EZLivingLeftColumn div.BoxHeader,div.EZLivingLeftColumn div.BoxHeaderOpen{background-color:#204999;border:1px solid #a3a3a3;} div.PTLeftColumn div.BoxHeader,div.PTLeftColumn div.BoxHeaderOpen{background-color:#00a6dc;border:1px solid #a3a3a3;} div.AristaLeftColumn div.BoxHeader,div.AristaLeftColumn div.BoxHeaderOpen{background-color:#6c1b78;border:1px solid #a3a3a3;} div.PodiatryLeftColumn div.BoxHeader,div.PodiatryLeftColumn div.BoxHeaderOpen{background-color:#8e3728;border:1px solid #a3a3a3;} div.ErgonomicsLeftColumn div.BoxHeader,div.ErgonomicsLeftColumn div.BoxHeaderOpen{background-color:#82bd10;border:1px solid #a3a3a3;} div.EZLivingLeftColumn div.BoxHeader:hover,div.EZLivingLeftColumn div.BoxHeaderOpen:hover{background-color:#204999;} div.PTLeftColumn div.BoxHeader:hover,div.PTLeftColumn div.BoxHeaderOpen:hover{background-color:#00a6dc;} div.AristaLeftColumn div.BoxHeader:hover,div.AristaLeftColumn div.BoxHeaderOpen:hover{background-color:#6c1b78;} div.PodiatryLeftColumn div.BoxHeader:hover,div.PodiatryLeftColumn div.BoxHeaderOpen:hover{background-color:#8e3728;} div.ErgonomicsLeftColumn div.BoxHeader:hover,div.ErgonomicsLeftColumn div.BoxHeaderOpen:hover{background-color:#82bd10;}  div.Box{border-top:0px;/*width:211px;*//* 200 */ height:455px;padding:7px 0px;padding-right:0px;overflow:auto;font-size:12px;border:1px solid #d5d5d5;} div.Box ul,div.Box li{  list-style:none;  padding:0px;  margin:0px;} div.Box a{display:block;width:160px;margin-bottom:0px;line-height:140%;font-size:0.917em;color:#224699;/* background-repeat:no-repeat;background-position:6px 1px;*/ padding:3px 0px 4px 4px;} div.Box a:hover{  text-decoration:none;  /*  background-image:url("/images/ln_cat_arrow2.gif");*/   background-color:rgb(34,70,153);   color:#fff;}  div.SubCatBox{width:198px;/* 200 */ height:455px;padding:0px;}  #box1{padding:5px;} #box3{padding:8px;} #box2 ul{list-style-type:none;margin-left:0.0em;padding-left:0.5em;} .CategoryMenuTitle{  height:19px;  padding:5px 2px 6px 4px;  font-size:13px;  font-weight:bold;  display:block;} div.CategoryHeader,div.CategoryHeaderOpen{background:#fff;border-bottom:1px solid #d6d6d6;line-height:normal;min-height:19px;color:#204999;font-weight:bold;padding-top:4px;padding-bottom:2px;padding-left:12px;padding-right:23px;background-image:url(/images/boxheader_plus.png);background-repeat:no-repeat;background-position:right top;cursor:pointer;font-size:0.917em;} div.CategoryHeader:hover,div.CategoryHeaderOpen:hover{background-color:#d6e0f4;} div.CategoryHeaderOpen{background-image:url(/images/boxheader_minus.png);} div.Category{padding:7px 13px;padding-right:0px;} div.Category a{display:block;margin-bottom:4px;line-height:140%;font-size:0.917em;color:#333;} div.ExclusiveThankyou{  color:#456327;} div.ExclusiveOfferBox{width:161px;/* 161 */ margin-bottom:13px;color:#224699;font-size:0.833em;background:#f6f6f6;text-align:center;font-weight:bold;}  .OfferLinks a{  margin-right:5px;  margin-left:5px;  } .OfferLinks{  margin-bottom:10px;} div.ExclusiveOfferBox div.InnerBorder{padding:12px 2px 8px 4px; /* 152 180 */ } div.ExclusiveOfferBox h1{font-size:12px;font-weight:bold;margin:0px 0px 4px 0px;} div.ExclusiveOfferBox p{margin:0px;margin:6px 0px;margin-top:5px;} div.ExclusiveOfferBox input{float:left;} div.ExclusiveOfferBox input.EmailBox{width:120px;border:1px solid #c0cce2;font-size:1em;float:left;margin-top:2px;margin-right:3px;}  div.ExclusiveOfferBox label{line-height:20px;} div.FollowUs{margin-top:9px;} div.FollowUs h2{font-size:1.7em;color:#3399cc;margin:0px;float:left;margin-right:3px;} div.AddThis{margin-top:7px;}  div.PromotionBox{} div.Footer{ padding-top:6px;font-size:0.917em;color:#214999;background:#ffffff;text-align:center;} div.Footer span{padding:0px 8px;} div.Footer a{color:#214999;} div.Copyright{margin-top:7px;padding-bottom:5px;}  div.HomeFlash{margin-bottom:13px;} div.HomeCategories{ } div.HomeCategories a{font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;background-image:url(/images/product_bg.png);background-repeat:repeat-x;float:left;width:100px;/* 193 */ height:100px;/* 41 */ padding:0px;margin-right:10px;margin-bottom:3px;color:#2562a0;text-decoration:none;font-size:1em;line-height:110%;text-align:center;font-weight:bold;}  div.HomeCategories a span{display:block;}  div.HomeCategories a:hover{background-color:#d8e6fa;text-decoration:none;} div.Subcategories{ } div.Subcategories a{float:left;width:100px;/* 118 */ height:27px;/* 116 */ border:1px solid #d6d6d6;background:#fff url(/images/placeholder-subcategory.png) no-repeat;background-position:center 8px;padding:8px;padding-bottom:5px;padding-top:85px;margin-right:27px;margin-bottom:9px;color:#333333;text-decoration:none;font-size:1em;text-align:center;line-height:100%;-moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px;overflow:hidden;} div.Subcategories a:hover{background-color:#d8e6fa;text-decoration:none;}  div.Breadcrumb{font-size:0.9em;margin-top:12px;margin-bottom:15px;color:#999999;} div.Breadcrumb a{  color:#999999;} div.FullRightColumn div.Breadcrumb{margin-top:8px;margin-bottom:28px;} div.CategoryPromotion{margin-bottom:5px;} div.CategoryInfo,div.SearchInfo{margin-bottom:11px;} div.CategoryInfo h1,div.SearchInfo h1{margin-bottom:3px;background-image:url(/images/head_bg.jpg);background-repeat:repeat-x;color:#224699;font-size:18px;font-weight:bold;height:30px;padding:5px 0px 0px 5px;margin:0px;} .Shortdescription{  /*background-image:url(/images/head_bg.jpg);background-repeat:repeat-x;*/ margin-bottom:3px;padding:0px 0px 3px 0px;background-position:bottom;} div.CategoryInfo div.Description,div.SearchInfo div.Description{font-weight:normal;padding-left:7px;width:90%;line-height:140%;} div.SearchInfo{padding:4px 8px;margin-bottom:0px;padding-bottom:4px;} div.SearchResults div.SearchInfo{padding:0px;margin-bottom:0px;padding-bottom:0px;} div.SearchResults div.SearchInfo h1{padding-left:15px;}  div.PagingLinksTop select,div.PagingLinksBottom select{font-size:0.9em;} div.PagingLinksTop{border-bottom:1px solid #d5d5d5;padding-bottom:2px;margin:0px;margin-bottom:10px;padding-bottom:9px;} div.PagingLinksBottom{border-top:1px solid #d5d5d5;padding-top:2px;margin:0px;margin-top:10px;padding-top:9px;} div.PagingLinksTop td,div.PagingLinksBottom td{padding-right:10px;} div.SearchResults{border:1px solid #d5d5d5;/*background:#fff url(/images/productdetailbg.png) repeat-x;*/ } div.SearchResults h1{margin:0px;} div.SearchResults table td{padding:4px 6px;} div.SearchResults table td.SearchDiv{padding:4px 0px;}  div.SearchResults table td ul{margin:0px;padding:0px;margin-left:0.5em;padding-left:0.5em;margin-top:3px;font-size:0.97em;}  a.OrangeBtn,a.Orangebtn{background:#f0bd76 url(/images/button.png) no-repeat;background-position:top left;padding-left:15px;height:24px;float:left;color:#333;text-decoration:none;line-height:24px;display:block;cursor:pointer;} a.OrangeBtn span,a.Orangebtn span{background:#f0bd76 url(/images/button.png) no-repeat;background-position:top right;padding-right:20px;color:#333;height:24px;border:none;line-height:21px;display:block;font-size:1em;font-weight:bold;} a.OrangeBtn:hover,a.Orangebtn:hover{background-position:left -24px;} a.OrangeBtn:hover span,a.Orangebtn:hover span{background-position:right -24px;} div.Btn,div.btn{background:#f0bd76 url(/images/button.png) no-repeat;background-position:top left;padding-left:10px;height:24px;float:left;} div.Btn input,div.btn input{color:#333333 !important;background:#f0bd76 url(/images/button.png) no-repeat;background-position:top right;padding-right:18px;padding-left:6px;padding-top:1px;padding-bottom:9px;height:24px;border:none;cursor:pointer;font-size:1.0em;font-weight:bold;margin:0px;} div.Btn:hover,div.btn:hover{background-position:left -24px;} div.Btn:hover input,div.btn:hover input{background-position:right -24px;} div.BtnRight{float:right;} div.BtnGray,div.BtnGray input{background-image:url(/images/button-gray.png);} a.SmallBtn,input.SmallBtn{background:#e6e6e6 url(/images/small-button.png) repeat-x;background-position:0px 0px;height:12px;line-height:12px;border:1px solid #7988a5;padding:0px 17px;color:#333;text-decoration:none;} a.SmallBtn:hover,input.SmallBtn:hover{background-position:0px -24px;} input.SmallBtn{height:12px;line-height:normal;font-size:1.0em;height:18px;} a.PlusLink,a.MinusLink{ background-position:0px 0px;height:14px;line-height:14px;padding:0px 0px;padding-left:18px;color:#333;text-decoration:none;display:block;} a.PlusLink{  background:#fff url(/images/pluslink.png) no-repeat;} a.MinusLink{ background:#fff url(/images/minuslink.png) no-repeat;} a.PlusLink:hover,a.MinusLink:hover{background-position:0px -14px;}  .NoWrap{white-space:nowrap;} .Block{display:block;} a.MapQuestion{color:#000000;display:block;width:13px;float:right;vertical-align:middle;text-decoration:none;margin-left:3px;} a.MapQuestion img{position:relative;top:2px;text-decoration:none;outline:none;display:block;} div.MapAnswer{display:none;position:absolute;width:160px;background:#eeeeee;border:1px solid #94171d;padding:6px 12px;white-space:normal;font-size:0.9em;font-weight:normal;margin-top:3px;text-align:left;} a.MapQuestion:hover div.MapAnswer{display:block;}   .AccountControls{  margin:100px auto;  padding:20px;  border:1px solid blue;  width:550px;} .LoginControl{  float:left;  padding-right:20px;  border-right:1px solid blue;} .CreateAccount{  padding-left:20px;  float:left;}  .required{background-image:url(/images/required.gif);background-repeat:repeat-y;background-position:left;border:solid 1px #ddd;font-family:Arial,Tahoma,Verdana;font-size:12px;padding:2px 2px 2px 15px;color:#333;font-weight:bold;height:25px} .required_not{background-image:url(/images/required_not.gif);background-repeat:repeat-y;background-position:left;border:solid 1px #ddd;font-family:Arial,Tahoma,Verdana;font-size:12px;padding:2px 2px 2px 15px;color:#333;font-weight:bold;height:25px}    .bb_topleft { background-image:url(/images/BlueBoxTopLeft.png); background-repeat:no-repeat ; width:4px; height:26px; float:left;}  .bb_top { background-image: url(/images/BlueBoxTopBG.png); height:19px; float:left; font-family:Verdana,Tahoma,Arial; color:#22479c; padding-top:7px; padding-left:10px; font-weight:bold; font-size:11px;}  .bb_topright { background-image: url(/images/BlueBoxTopRight.png); background-repeat: no-repeat ; width:4px; height:26px; float:left;}  .bb_left { border-left: 1px solid #abb9d8; float:left; width:1px;}  .bb_center { float:left;}  .bb_right { border-right: 1px solid #abb9d8; float:left; width:1px;}  .bb_botleft { background-image:url(/images/BlueBoxBottomLeft.png); background-repeat: no-repeat; width:5px; height:7px; float:left;}  .bb_bot { background-image:url(/images/BlueBoxBottomBG.png); background-repeat: repeat-x ; height:7px; float:left;}  .bb_botright { background-image:url(/images/BlueBoxBottomRight.png); background-repeat:no-repeat ; width:5px; height:7px; float:left;}     .Account_Login { margin:0px 15px;  /* margin:auto;*/   margin-top:5px;}   .Account_TextBox,.Account_New input,.Account_New select {   border:#3959a2 1px solid;   margin:5px 0px 5px 5px;}   .Account_TextBox,.Account_New input {   width:150px;}     .Account_Heading {   font-weight:bold;     text-align:left;   width:150px;}   .Account_Button {   margin:0px 5px 5px 5px;}   .lp_subhead_text {   border-bottom:#c2c9d9 1px solid;   color:#214798;   font-weight:bold;   margin:20px 0px 10px 0px;}   .lp_dotted {   margin:10px 0px;   border-bottom:#c2c9d9 1px dotted;}   .CreateUserButton {   margin-right:255px;}   .FieldsRequired {   width:195px;   height:43px;   background-image:url(/images/notice_fieldsrequired.gif);}     .page_head h4 {   border-bottom:#aab9d8 2px solid;margin:5px 0px;color:#224699;font-size:18px;font-weight:bold;}     .table_color{BORDER-BOTTOM: #a0c3dc 1px solid;TEXT-ALIGN: left;BORDER-LEFT: #a0c3dc 1px solid;MARGIN: 5px 2px 8px;WIDTH: 99%;BORDER-TOP: #a0c3dc 1px solid;BORDER-RIGHT: #a0c3dc 1px solid } .table_color TH{BORDER-BOTTOM: #a0c3dc 2px solid;PADDING-BOTTOM: 0px;BACKGROUND-COLOR: #224a9e;MARGIN: 7px 2px 0px;PADDING-LEFT: 2px;PADDING-RIGHT: 2px;FONT-FAMILY: Tahoma,Arial,Verdana;HEIGHT: 24px;COLOR: #fff;FONT-SIZE: 11px;PADDING-TOP: 0px } .table_color TD{BORDER-BOTTOM: #a0c3dc 1px solid;PADDING-BOTTOM: 3px;PADDING-LEFT: 3px;PADDING-RIGHT: 3px;FONT-FAMILY: Arial,Sans-Serif;COLOR: #000;FONT-SIZE: 11px;BORDER-RIGHT: #a0c3dc 1px solid;PADDING-TOP: 3px } .table_color .price{TEXT-ALIGN: right;PADDING-RIGHT: 2px } .table_color .qty{TEXT-ALIGN: right;PADDING-RIGHT: 2px } .table_color .blank{BORDER-BOTTOM: #f4f4f4 1px solid;BORDER-RIGHT: #f4f4f4 1px solid } .table_color INPUT{WIDTH: 30px;FONT-FAMILY: Tahoma,Arial,Verdana;COLOR: #333;FONT-SIZE: 11px } .table_color_cart{BORDER-BOTTOM: #a0c3dc 1px solid;TEXT-ALIGN: left;BORDER-LEFT: #a0c3dc 1px solid;MARGIN: 5px 2px 8px;WIDTH: 100%;BORDER-TOP: #a0c3dc 1px solid;BORDER-RIGHT: #a0c3dc 1px solid } .table_color_cart TH{BORDER-BOTTOM: #a0c3dc 2px solid;PADDING-BOTTOM: 0px;BACKGROUND-COLOR: #224a9e;MARGIN: 7px 2px 0px;PADDING-LEFT: 2px;PADDING-RIGHT: 2px;FONT-FAMILY: Tahoma,Arial,Verdana;HEIGHT: 24px;COLOR: #fff;FONT-SIZE: 11px;PADDING-TOP: 0px } .table_color_cart TD{BORDER-BOTTOM: #a0c3dc 1px solid;PADDING-BOTTOM: 3px;PADDING-LEFT: 3px;PADDING-RIGHT: 3px;FONT-FAMILY: Arial,Sans-Serif;COLOR: #000;FONT-SIZE: 11px;BORDER-RIGHT: #a0c3dc 1px solid;PADDING-TOP: 3px } .table_color_cart .price{TEXT-ALIGN: right;PADDING-RIGHT: 2px } .table_color_cart .qty{TEXT-ALIGN: right;PADDING-RIGHT: 2px } .table_color_cart .blank{BORDER-BOTTOM: #f4f4f4 1px solid;BORDER-RIGHT: #f4f4f4 1px solid } .table_color_cart INPUT{WIDTH: 30px;FONT-FAMILY: Tahoma,Arial,Verdana;COLOR: #333;FONT-SIZE: 11px }  /**** PENDING DELETE ***** #form_box select ,#form_box input{  font-size:11px;} #form_box input{  padding-top:4px;  height:18px;  width:175px;} #form_box .CheckBox input{  width:20px;}  *******/  ul.NoBullet{list-style-type:none;margin-left:0.0em; padding-left:0.0em;} .table_color_subuser{border:solid 1px #a0c3dc;margin:5px 2px 2px 2px;width:99%;text-align:left;margin-bottom:8px} .table_color_subuser a{color:#ffffff;} .table_color_subuser table a{color:#000;} .table_color_subuser th{font-size:11px;background-color:#224A9E;color:#FFF;font-family:Tahoma,Arial,Verdana;padding:0px 2px 0px 2px;margin:0 2px 0px 2px;border-bottom:solid 2px #a0c3dc;height:24px;margin-top:7px} .table_color_subuser td{padding:3px;border-right:solid 1px #a0c3dc;border-bottom:solid 1px #a0c3dc;color:#000;font-size:11px;font-family:Arial,Sans-Serif} .table_color_subuser .price{text-align:right;padding-right:2px;} .table_color_subuser .qty{text-align:right;padding-right:2px;} .table_color_subuser .blank{border-right:solid 1px #F4F4F4;border-bottom:solid 1px #F4F4F4;}  /*My Account*/ #tablets h4{font-size:11px;} #tablets .head{width:239px;height:16px;font-size:12px;font-weight:bold;color:#fff;background-color:#224699;padding:6px 0px 4px 6px;margin:0px 0px 10px 0px;} #tablets .body{width:245px;border:solid 0px #f00} #tablets .footer{width:245px;overflow:hidden;text-indent:-9999px} #tablets h5{font-family:helvetica,Tahoma,Arial,Verdana;font-size:11px;font-weight:bold;color:#22479c;margin:0px 0px 3px 0px} #tablets .dottedline{border-top:dotted 1px #adadad;padding:5px 0px 0px 0px;} #tablets .buttons{float:right;padding-right:8px} #tablets .add_address_border{height:70px;border:solid 1px #a7a4a6;background-color:#fff;margin:2px 0px 2px 0px;padding:2px 0px 2px 2px;overflow:auto;width:227px} .dottedline{border-top:dotted 1px #adadad;padding:0px 0px 0px 0px;} /*END My Account*/ .OrderListSelect{  color:#333;  font-size:11px;  } .my_order{PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #f5faff;PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: helvetica,Tahoma,Arial,Verdana; COLOR: #515151; FONT-SIZE: 11px; BORDER-TOP: #b5b4b4 1px dotted; PADDING-TOP: 2px;margin-top:10px;/*border-bottom:1px solid #224a9e;*/  } .my_order .orderheader{  BORDER-BOTTOM: #b5b4b4 1px dotted;PADDING-BOTTOM: 2px;PADDING-LEFT: 2px;PADDING-RIGHT: 0px;PADDING-TOP: 2px;  font-weight:bold;} .my_order .orderheader span{  font-weight:normal;} .od_billing_address{BORDER-BOTTOM: #cccbcb 1px solid;BORDER-LEFT: #cccbcb 1px solid; PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #f7f7f7; PADDING-LEFT: 2px; WIDTH: 330px; PADDING-RIGHT: 2px; FLOAT: left; BORDER-TOP: #cccbcb 1px solid; BORDER-RIGHT: #cccbcb 1px solid; PADDING-TOP: 1px } .od_billing_address TD{BORDER-BOTTOM: #fff 1px solid;PADDING-BOTTOM: 1px } .od_shipping_address{BORDER-BOTTOM: #cccbcb 1px solid; BORDER-LEFT: #cccbcb 1px solid; PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #f5faff; PADDING-LEFT: 2px; WIDTH: 330px; PADDING-RIGHT: 2px; FLOAT: right; BORDER-TOP: #cccbcb 1px solid; BORDER-RIGHT: #cccbcb 1px solid; PADDING-TOP: 1px } .od_shipping_address TD{BORDER-BOTTOM: #fff 1px solid;PADDING-BOTTOM: 1px }  /* Online Catalog */ .TopCategoryLevel{  float:left;  width:145px;} .TopCategoryLevel a{  color:#2562a0;} .CategoryLevel_1{  font-size:13px;  font-weight:bold;} .CategoryLevel_2{  font-size:11px;  font-weight:bold;    padding-left:15px;} .BottomCategoryLevel{  font-size:11px;  padding-left:30px;}   /**** BUTTON STYLES *****/ a.Btn,input.Btn,a.BtnDisabled,input.BtnDisabled{font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;color:#333;background:#acdef0 url(/Admin/images/button.png) repeat-x;padding:5px 10px;cursor:pointer;font-size:13px;font-weight:normal;margin:1px;border:1px solid #6eb5d2;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius:7px;-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.3);box-shadow:0px 1px 2px rgba(0,0,0,.3);} a.Btn:hover,input.Btn:hover,a.BtnDisabled:hover,input.BtnDisabled:hover{background-position:0 -45px;background-color:#acdef0;}  a.WideBtn,input.WideBtn{padding-left:30px;padding-right:30px;} a.SmallBtn,input.SmallBtn{padding:0px 7px;padding-top:1px;font-size:9pt;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}  a.BtnDisabled,input.BtnDisabled,a.BtnDisabled:hover,input.BtnDisabled:hover{background:#ebebeb !important;border:1px solid #c6c6c6 !important;color:#8e8e8e !important;}  input.BtnAsText{background:transparent;display:inline;border:none;width:auto;color:#214999;padding:0px;margin:0px;cursor:pointer;text-align:left;} input.BtnAsText:hover{text-decoration:underline;}  fieldset{padding:8px;border:1px solid #b5dded;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;} fieldset legend{ color:#ec811f; font-weight:bold; font-size:9pt;}  div.NoticeMessage{background:#fff url(/images/noticebg.png) no-repeat;background-position:8px 8px;border:1px solid #efa43b; padding:7px;padding-left:30px;color:#555e6c;font-size:10pt;margin:8px 3px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;} div.NoticeMessage a{color:#3264b5;text-decoration:underline;}  div.ErrorMessage{background:#ffdfe4 url(/images/errorbg.png) no-repeat;background-position:top left;border:1px solid #aa5b65;padding:10px;padding-left:46px;color:#652740;font-size:12pt;margin:0px 3px;margin-bottom:15px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;} div.ErrorMessage a{color:#aa5b65;text-decoration:underline;} td.LoginError{font-size:8pt;color:#c00;} td.ChangePassword{font-size:13pt;padding:10px 0px !important;text-align:left;} input.ChangePasswordInput{border:1px solid #a9b8c8;font-size:9pt;padding:5px;margin-bottom:3px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}  input.LoginBtn,input.LoginBtnDisabled{width:60px;height:19px;background:url(/images/btn_login.png) no-repeat;background-position:0px 0px;padding:0px;margin:0px;font-size:8pt;text-transform:uppercase;border:0px;color:#224a9e;text-align:center;} input.LoginBtnDisabled{background-position:0px -19px;}  /**** HIDE PRINT STYLES ****/ div.PrintHeader{display:none;}   .tooltip{display:none;background:transparent url(/images/tooltipbg.png);font-size:11px;height:104px;width:376px;padding:25px;color:#fff;margin-left:148px;}   /**** REFINE SEARCH ****/ .related-searches ul li.clear,.refine-search ul li.clear{display:block;float:none;clear:both;width:auto;line-height:0;margin:0px;margin-bottom:0px;padding:0px;border:none;background:none;position:static;list-style:none;  } *:first-child+html .related-searches ul li.clear,* html .related-searches ul li.clear{position:absolute;/* fix for IE7 and IE6 */ } .related-searches h3,.refine-search h3,.refine-search h4{display:block;margin:0px;font-size:12px;color:#333333;} .related-searches a.related-more,.related-searches a.related-less,.refine-search a.refine-more,.refine-search a.refine-less{display:none;position:absolute;bottom:7px;width:60px;right:0px;text-decoration:none;background-repeat:no-repeat;padding-left:16px;min-height:14px;height:auto !important;height:14px;} .related-searches a.related-more span,.related-searches a.related-less span,.refine-search a.refine-more span,.refine-search a.refine-less span{text-decoration:underline;} .related-searches a.related-more,.refine-search a.refine-more{background-image:url(/images/refine_more.png);} .related-searches a.related-less,.refine-search a.refine-less{background-image:url(/images/refine_less.png);} .related-searches{margin:10px 0px;position:relative;clear:both;height:1%;/* IE7 and IE6 hasLayout fix */ } .related-searches h3{position:absolute;left:0px;top:0px;margin-right:5px; width:130px; font-weight:bold;} .related-searches ul{list-style:none;margin:0px 0px 0px 125px;padding:0px;display:block;width:429px;/* set width for dist. dash. */ height:1%;/* IE7 and IE6 hasLayout fix */ } .related-searches ul.hide{height:15px;overflow:hidden;} .related-searches ul.more{border-right:95px solid #ffffff;/* used border instead of padding to display properly in IE7 and IE6 */ } .related-searches ul li{float:left;margin-right:5px;white-space:nowrap;} .related-searches ul li.related-supplemental{display:none;} .related-searches a.related-more,.related-searches a.related-less{display:none;position:absolute;right:0px;bottom:0px;width:71px;}  .refine-search{clear:both;border:1px solid #cccccc;padding:0px;margin-bottom:10px;overflow:auto;margin-top:0px;} div.refine-categories{padding:10px 15px;padding-bottom:5px;} .refine-search h3{border-bottom:1px solid #cccccc;padding:5px 10px;margin:0px;background:#e9e9e9 url(/images/refine_search_bg.png) repeat-x;} .refine-search h4{width:0px;overflow:visible;margin-bottom:5px;} .refine-search ul{display:block;list-style:none;margin:0px;} .refine-search ul li{display:block;clear:both;margin-bottom:10px;position:relative;height:1%;} .refine-search ul{padding:0px;left:0px;width:700px;/* set width for dist. dash. */ } .refine-search ul li ul li{display:block;float:left;width:190px;clear:none;padding:0px;margin:0px 10px 7px 0px;border:none;line-height:120%;width:200px;/* set width for dist. dash. */ } .refine-search li.refine-newrow{clear:both;}  .CartTotals{    background-image:url(/images/cart_icon.png);  background-repeat:no-repeat;  background-position:0px 5px;  float:right;  padding: 0px 10px 0px 40px;  margin-right:12px;  font-weight:bold;} .PromoBox{  margin-bottom:10px;} .Calendar{  background-color:#ffffff;  font-size:10pt;  color:#000000;border:0px;  border-collapse:collapse;} .DayStyle,.TodayDayStyle,.OtherMonthDayStyle,.SelectedDayStyle{border:1px solid #cccccc;} .Calendar tr:first-child td{background:#ffffff !important;border:0px !important;} .TitleStyle{color:#003366;background:#ffffff;font-weight:normal;font-size:16pt;font-family:Georgia,Serif;border:0px;}  .TitleStyle td{padding-bottom:10px;} .NextPrevStyle{padding-bottom:5px;}  .NextPrevStyle a{font-family:tahoma,helvetica,sans-serif;color:#477dbf !important;font-size:9pt;font-weight:normal;text-decoration:none;} .NextPrevStyle a:hover{text-decoration:underline;} .DayHeaderStyle{color:#003366 !important;background:#ebeff3;font-size:9pt;text-transform:uppercase;border:1px solid #cccccc;border-bottom:1px solid #cccccc;font-weight:normal;}  .DayStyle,.TodayDayStyle,.OtherMonthDayStyle,.SelectedDayStyle{width:70px;height:70px;padding:2px;vertical-align:top;font-size:8pt;text-align:left;} .DayStyle a,.TodayDayStyle a,.OtherMonthDayStyle a,.SelectedDayStyle a{display:block;color:#0000ff !important;text-decoration:none;line-height:120%;margin-bottom:3px;} .DayStyle a:hover,.TodayDayStyle a:hover,.OtherMonthDayStyle a:hover,.SelectedDayStyle a:hover{text-decoration:underline;} .TodayStyle{color:#ffffff !important;background:#d7582b;} .TodayStyle a{color:#ffffff !important;text-decoration:none;} .TodayStyle a:hover{text-decoration:underline;} .OtherMonthDayStyle{background:#d8eede !important;} .OtherMonthDayStyle a{color:#ffffff !important;} div.DayNumber{width:15px;height:13px;line-height:13px;float:right;margin-left:4px;margin-bottom:4px;text-align:right;} div.ProductDetail{margin-top:0px;height:1%;} div.ProductDetail div.Left{width:438px;/* 445 */ margin-right:9px;float:left;border:1px solid #d5d5d5;border-top:1px solid #bfbfbf;background:#fff url(/images/productdetailbg.png) repeat-x;}  div.ProductDetail div.DescriptionPadding{padding:14px;} div.ProductDetail h1{margin:0px;margin-bottom:5px;font-size:1.1em;} div.ProductDetail div.Description{float:left;width:260px;padding-right:10px;} div.ProductDetail ul{margin:4px 0px;padding:0px;margin-left:0.5em;padding-left:0.5em;} div.ProductDetail ul li{padding-bottom:5px;} div.ProductDetail div.Right{float:right;width:280px;} div.ProductDetail div.Links{float:right;width:130px;} div.ProductDetail div.Links a{display:block;background-repeat:no-repeat;background-position:left center;height:25px;line-height:25px;padding-left:30px;text-decoration:none;margin-bottom:8px;color:#333;font-size:0.9em;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;} div.ProductDetail div.Links a:hover{background-color:#d9e0ee;} div.ProductDetail div.Links a.Email{background-image:url(/images/icon-email.png);background-position:4px center;} div.ProductDetail div.Links a.Print{background-image:url(/images/icon-print.png);background-position:3px center;} div.ProductDetail div.Links a.Video{background-image:url(/images/icon-watch-video.png);}  div.ProductDetail a.LearnMore{color:#898989;font-size:0.9em;text-transform:uppercase;}     div.ProductTabs{margin:0px 3px;margin-top:10px;} div.ProductTabs a{float:left;display:block;font-family:verdana,arial,Sans-Serif;color:#fff;background:#939598;text-decoration:none;font-size:0.8em;/* 1.2 */ font-weight:bold;padding:5px 8px;border-right:1px solid #fff;border-bottom:0px;margin-right:0px;margin-top:1px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;}  div.ProductTabStrip{height:6px;border-top:1px solid #fff;background:#627fb7;margin:0px 3px;}  div.ProductTabs a:first-child{} div.ProductTabs a.Active{ background:#627fb7;position:relative;top:1px;padding-top:6px;margin-top:0px;} div.ProductTabPanels{background:transparent;} div.ProductTabPanels #OrderBox,div.ProductTabPanels #DescriptionBox,div.ProductTabPanels #SpecificationsBox,div.ProductTabPanels #ResourcesBox,div.ProductTabPanels #InstructionsBox,div.ProductTabPanels #DownloadBox{margin:0px 3px;padding:22px 10px;} div.ProductTabPanels #DescriptionBox{padding:10px;} /* hover */ div.ProductTabs a:hover{background:#a0a2a6;} div.ProductTabs a.Active:hover{background:#627fb7;}   div.MorePhotos{text-align:center;margin-bottom:17px;} div.MorePhotos h3{color:#000;font-size:0.833em;margin:3px 0px;margin-top:8px;} div.MorePhotos img{border:1px solid #ccc;width:50px;height:50px;overflow:hidden;margin:1px;} div.MorePhotos a,div.MorePhotos a:active{outline:none;}  .Hide{display:none;} div.RelatedProducts{border:1px solid #d5d5d5;border-top:1px solid #bfbfbf;background:#fff url(/images/productdetailbg.png) repeat-x;padding:12px 10px;} div.RelatedProducts h3{font-weight:bold;margin:0px;margin-bottom:8px;font-size:1em;color:#333;} div.RelatedProduct{border-bottom:1px solid #d4d4d4;padding-bottom:4px;margin-bottom:10px;} div.RelatedProduct div.Image{float:left;width:89px;}  div.RelatedProduct div.Description{float:left;width:151px;padding-left:7px;} div.RelatedProduct div.Description a.Title{display:block;margin:0px;margin-bottom:2px;color:#204999;font-weight:bold;text-decoration:none;} div.RelatedProduct div.Description a.Title:hover{text-decoration:underline;} div.RelatedProduct div.Description ul{margin:0px 0px;padding:0px;margin-left:0.5em;padding-left:0.5em;}  div.RelatedProduct div.Description a.LearnMore{color:#898989;font-size:0.9em;text-transform:uppercase;}  div.RelatedProducts a.SeeAll{display:block;position:relative;top:-11px;background:#fff;font-style:italic;cursor:pointer;font-size:0.9em;font-weight:bold;padding-top:10px;}  table.ProductSkus{border-spacing:0px;width:100%;} table.ProductSkus tr{vertical-align:top;} table.ProductSkus th{padding:0px 2px;text-align:left;white-space:nowrap; color:#898989;font-size:0.9em;text-transform:uppercase;font-weight:normal;} table.ProductSkus td{padding-top:6px;} table.ProductSkus td div.SkuTitle{} table.ProductSkus td.StockStatus{font-size:0.9em } table.Pricing{border-spacing:0px;float:right;} table.Pricing td{padding:0px;text-align:right;padding-left:4px;} table td.Right,table th.Right{text-align:right;} table td.Center,table th.Center{text-align:center;} table.ProductSkus a.Title{font-weight:bold;}  table.ProductSkus tr.Quantity td{font-style:italic;padding-bottom:8px;border-bottom:1px solid #d5d5d5;}  table.ProductSkus tr.Quantity td span{padding-top:3px;display:block;} table.ProductSkus tr.Quantity td input{width:46px;text-align:center;} table.ProductSkus tr.LastQtyRow td{border:0px;padding-bottom:20px;} .ProductIcons{  margin:3px;} div.CartUpdateMessage{background:#f0ffdf url(/images/cartupdatebg.png) no-repeat;background-position:top left;border:1px solid #82aa5b;padding:10px;padding-left:46px;color:#456327;font-size:12pt;margin:0px 3px;margin-bottom:15px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;} div.CartUpdateMessage a{color:#456327;text-decoration:underline;}    div.CartHeading{margin:9px 0px;color:#001757;font-size:1.2em;} div.CartHeading{font-style:italic;padding-left:14px;} div.CartHeading h1{font-style:normal;margin:0px;margin-bottom:3px;}  div.CheckoutProgress{background:#fff url(/images/checkout-progress-bg.png) repeat-x;width:55%;margin:0 auto;height:23px;margin-top:10px;margin-bottom:7px;text-align:center;} div.CheckoutProgress span{background-image:url(/images/checkout-progress-item.png);background-position:top center;background-repeat:no-repeat;padding-top:26px;display:inline-block;font-size:0.9em;margin:0px 12px;color:#bfbfbf;} div.CheckoutProgress span.Active{background-image:url(/images/checkout-progress-item-active.png);color:#222;} div.CartContainer{background:#fff url(/images/shoppingcartbg.png) repeat-x;border:1px solid #bfbfbf;padding:10px 0px;}  table.ShoppingCart{width:100%;padding:0px;border-spacing:0px;} table.ShoppingCart th{text-align:center;padding:0px 14px 14px 14px;font-size:0.9em;white-space:nowrap;} table.ShoppingCart th.ItemHeader{padding-left:10px;text-align:left;} table.ShoppingCart tr td{border-bottom:1px solid #d5d5d5;border-right:1px solid #d5d5d5;padding:8px 10px;font-size:0.9em;} table.ShoppingCart td.Description{width:40%;} table.ShoppingCart tr td.NoBorder{border-right:0px;} td.CartItemButtons div{margin-bottom:7px;} tr.CartFooter{font-weight:bold;} table.ShoppingCart tr.CartButtons{vertical-align:top;} table.ShoppingCart tr.CartButtons td{border:0px;padding-top:15px;padding-left:0px;} table.ShoppingCart tr.CartButtons div.Btn{margin-bottom:3px;} table.ShoppingCart tr.CartButtons div.Btn input{width: 145px;} div.RecentlyViewed{padding-left:14px;padding-top:5px;} div.RecentlyViewed h2{color:#2e4497;font-style:italic;font-size:1.3em;} div.RecentlyViewed ul li{padding-bottom:12px;} div.RecentlyViewed ul li a{color:#333;text-decoration:none;font-size:1.0em;} div.RecentlyViewed ul li a:hover{text-decoration:underline;} .OrderItemsHeader th{  border-bottom:#a0c3dc 2px solid;  background-color:#224a9e;  margin:7px 2px 0px;  padding:0px 2px 0px 2px;  height:24px;  font-size:11px;  color:#fff;}  div.CheckoutProgress{margin-bottom:30px;}  div.CheckoutButtons{float:right;width:170px;padding-top:65px;padding-right:10px;}  div.CheckoutButtons input.Btn{margin-bottom:40px;} div.CheckoutButtons input.Btn{width:160px;}  div.CheckoutControl{width:750px;float:left;} div.CheckoutControlFullWidth{width:100%;} div.CheckoutControl h2,div.CheckoutControlFullWidth h2,div.CheckoutHeading h2{font-size:16pt;margin:0px;margin-bottom:14px;}  /*Checkout Addresses */ div.Checkout_ShippingAddress{padding:20px;padding-top:5px;} div.Checkout_ShippingAddress div.LeftBox{float:left;width:100%;} div.Checkout_ShippingAddress div.LeftBox h4{margin:0px;} div.Checkout_ShippingAddress div.RightBox{float:left;width:450px;} div.ShippingAddressItem{float:left;border:1px solid #a9b8c8;font-size:10pt;padding:16px 15px;margin-right:10px;margin-bottom:10px;height:85px;width:410px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;} table.AddressBook{margin:0px;border-collapse:separate;empty-cells:hide;width:100%;margin-left:-10px;} table.AddressBook td{border:1px solid #a9b8c8;font-size:10pt;padding:16px 15px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;margin-right:8px;margin-bottom:8px;} div.DefaultAddressItem{} div.OtherAddressButtons{float:right;padding-right:110px } div.OtherAddressButtons input{width:250px;} div.ShippingAddressItem_Text{float:left;margin:0px;margin-right:15px;} .ShippingAddressItem_Select{float:right;} div.AddressBook{margin-top:15px;} div.AddressBookHeader{padding:4px 0px;height:30px;border-top:1px solid #e1e6ec;padding-top:16px;margin-top:15px;} div.AddressBookHeader h1{float:left;padding-top:3px;margin-top:3px;} div.AddressSearch{float:left;margin-left:30px;width:50%;} div.AddressPaging{float:right;} div.AddressPaging div.AddressPages{height:30px;line-height:30px;padding:0px 10px;text-align:center;float:right;} div.AddressPaging div.AddressPages select{height:25px;margin-top:2px;} div.AddressPaging input{margin:0px 10px;}  input.AddressSearchInput{border:1px solid #a9b8c8;font-size:10pt;padding:5px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}   /* Shipping Method */ div.Checkout_ShippingMethod{padding:20px;padding-top:5px;} div.Checkout_ShippingMethod div.LeftBox{float:left;width:270px;} div.Checkout_ShippingMethod div.LeftBox h4{margin:0px;} div.Checkout_ShippingMethod div.RightBox{float:left;width:370px;} div.ShipMethodRadioList{padding-top:10px;} div.ShipMethodRadioList label{padding-left:8px;}   /* Order Summary */ div.Checkout_OrderSummary{padding:20px;padding-top:5px;} table.OrderSummaryAddress{width:100%;empty-cells:hide;} table.OrderSummaryAddress tr{vertical-align:top;} table.OrderSummaryAddress td.Address,table.OrderSummaryAddress td.Coupon,div.OrderComments{width:50%;border:1px solid #a9b8c8;font-size:10pt;padding:10px 16px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;margin-right:8px;margin-bottom:8px;} div.OrderComments{width:auto;} table.OrderSummaryAddress td.Coupon{border:2px dashed #6b9f5f;background:#fff url(/images/couponbg.png) no-repeat;background-position:bottom right;} table.OrderSummaryAddress td.Spacer{padding:6px 4px;} table.OrderSummaryAddress td.Address h4,table.OrderSummaryAddress td.Coupon h4,div.OrderComments h4{font-size:13pt;margin:0px;margin-bottom:6px;} table.OrderSummaryCart{margin-top:15px;} td.OrderTotal{font-size:14pt !important;}   /* Order Payment */ div.Checkout_Payment{padding:20px;padding-top:5px;}  div.Checkout_Payment h2{font-size:16pt;margin:0px;margin-bottom:14px;} div.PaymentBoxLeft div.RadioList td{padding-bottom:15px;} div.PaymentBoxLeft,div.PaymentBoxRight{float:left;border:1px solid #a9b8c8;font-size:10pt;padding:16px 15px;margin-right:10px;margin-bottom:10px;width:240px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;} div.PaymentBoxRight{width:350px;} div.PaymentBoxRight h4,div.PaymentBoxRight h4{font-size:13pt;margin:0px;margin-bottom:6px;}  /* Order Complete */ div.Checkout_OrderComplete{padding:20px;padding-top:5px;}  div.Checkout_OrderComplete h2{font-size:16pt;margin:0px;margin-bottom:14px;}  td.Discount{color:#c00;}  #box3 a{/*display:inline;*/ margin:0px;padding:3px 4px;color:#000;}  #box3 a:hover{color:#fff;}  /* Style for the font-changing links */ div.FontSize{font-size:11px;padding-top:10px;padding-bottom:5px;padding-right:10px;text-align:right;margin-right:12px;height:15px;} div.FontSize a{color:#224699;padding:0px 1px;padding-left:2px;display:inline-block;} div.FontSize a.Big{font-size:14px;} div.FontSize a.Bigger{font-size:16px;} div.FontSize a.Active{background:#224699;color:#ffffff;} /* These styles determine the base size of the fonts */ div.Big{font-size:1.1em;} div.Bigger{font-size:1.3em;} /*---------- Form Styles ----------*/ div.Form{/* width:600px;*/ } div.Form div.LeftSide{width:340px;float:left;margin-right:20px;} div.Form div.RightSide{width:340px;float:left;} div.Form h2{font-weight:normal;font-size:15pt;border-bottom:1px solid #555;} div.Form label{display:block;font-weight:bold;font-size:10pt;color:#7e807d;padding-bottom:3px; /* override default */ color:#233862;font-weight:normal;font-size:11pt;} div.Form input[type=text]{border:1px solid #a9b8c8;font-size:10pt;padding:8px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;} div.Form div.RadioList{ } div.Form div.RadioList label{display:inline;} div.Form div.RadioList table td{padding-right:10px;} div.Form textarea{border:1px solid #a9b8c8;font-size:10pt;font-family:Arial,Sans-Serif;padding:10px 10px;}  div.Form select{border:1px solid #a9b8c8;font-size:10pt;padding:8px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;} div.Form table td{padding:4px 0px;padding-right:16px;padding-bottom:8px;} div.Form table td table td{padding-right:16px;} div.Form div.ErrorMsg{color:#c62025;background:#fff;border:1px solid #c62025;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:15px;} table.RadioList label{display:inline;font-weight:normal;} div.Form table tbody td,div.Form table td table tbody td{padding:0px;margin:0px;width:auto;height:auto;} div.Captcha{ } div.Captcha div.Image{width:200px;float:left;} div.Captcha div.Text{float:left;font-size:8pt;text-align:left;padding-left:14px;width:200px;padding-top:8px;} div.Captcha div.Entry{background-image:url(/images/captcha-arrow.png);background-repeat:no-repeat;background-position:0px 0px;padding-left:48px;min-height:52px;} div.Captcha div.Entry label{font-size:8pt;padding-top:5px;} img.Captcha{border:1px solid #aaa;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;margin-bottom:5px;}  /***** BUTTON STYLES *****/ a.Btn,input.Btn{font-family:arial,sans-serif;color:#333;background:#acdef0 url(/images/formbutton.png) repeat-x;padding:5px 10px;cursor:pointer;font-size:13px;font-weight:normal;margin:1px;border:1px solid #6eb5d2;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius:7px;-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.3);box-shadow:0px 1px 2px rgba(0,0,0,.3);} a.Btn:hover,input.Btn:hover{background-position:0 -45px;background-color:#acdef0;}  a.WideBtn,input.WideBtn{padding-left:30px;padding-right:30px;} a.SmallBtn,input.SmallBtn{padding:0px 7px;padding-top:1px;font-size:9pt;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}   table.OrderAddresses{margin:15px 0px;width:100%;} table.OrderAddresses td.Address{border:1px solid #a9b8c8;font-size:10pt;padding:16px 15px;padding-top:4px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;width:48%;} table.OrderAddresses td.Spacer{padding:6px;} table.OrderAddresses td.Address h4{font-size:13pt;margin:0px;margin-bottom:6px;}  .my_order{PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #f5faff;PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: helvetica,Tahoma,Arial,Verdana; COLOR: #515151; FONT-SIZE: 11px; BORDER-TOP: #b5b4b4 1px dotted; PADDING-TOP: 2px;margin-top:10px;/*border-bottom:1px solid #224a9e;*/  } .my_order .orderheader{  BORDER-BOTTOM: #b5b4b4 1px dotted;PADDING-BOTTOM: 2px;PADDING-LEFT: 2px;PADDING-RIGHT: 0px;PADDING-TOP: 2px;  font-weight:bold;} .my_order .orderheader span{  font-weight:normal;} .table_color_ordetail{BORDER-BOTTOM: #a0c3dc 1px solid;TEXT-ALIGN: left;BORDER-LEFT: #a0c3dc 1px solid;MARGIN: 5px 2px 8px;BORDER-TOP: #a0c3dc 1px solid;BORDER-RIGHT: #a0c3dc 1px solid } .table_color_ordetail TH{BORDER-BOTTOM: #a0c3dc 2px solid;PADDING-BOTTOM: 0px;BACKGROUND-COLOR: #224a9e;MARGIN: 7px 2px 0px;PADDING-LEFT: 2px;PADDING-RIGHT: 2px;FONT-FAMILY: Tahoma,Arial,Verdana;HEIGHT: 24px;COLOR: #fff;FONT-SIZE: 11px;PADDING-TOP: 0px } .table_color_ordetail TD{BORDER-BOTTOM: #a0c3dc 1px solid;PADDING-BOTTOM: 3px;PADDING-LEFT: 3px;PADDING-RIGHT: 3px;FONT-FAMILY: Arial,Sans-Serif;COLOR: #000;FONT-SIZE: 11px;BORDER-RIGHT: #a0c3dc 1px solid;PADDING-TOP: 3px } .table_color_ordetail .price{TEXT-ALIGN: right;PADDING-RIGHT: 2px } .table_color_ordetail .qty{TEXT-ALIGN: right;PADDING-RIGHT: 2px } .table_color_ordetail .blank{BORDER-BOTTOM: #f4f4f4 1px solid;BORDER-RIGHT: #f4f4f4 1px solid } .od_billing_address{BORDER-BOTTOM: #cccbcb 1px solid;BORDER-LEFT: #cccbcb 1px solid; PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #f7f7f7; PADDING-LEFT: 2px; WIDTH: 330px; PADDING-RIGHT: 2px; FLOAT: left; BORDER-TOP: #cccbcb 1px solid; BORDER-RIGHT: #cccbcb 1px solid; PADDING-TOP: 1px } .od_billing_address TD{BORDER-BOTTOM: #fff 1px solid;PADDING-BOTTOM: 1px } .od_shipping_address{BORDER-BOTTOM: #cccbcb 1px solid; BORDER-LEFT: #cccbcb 1px solid; PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #f5faff; PADDING-LEFT: 2px; WIDTH: 330px; PADDING-RIGHT: 2px; FLOAT: right; BORDER-TOP: #cccbcb 1px solid; BORDER-RIGHT: #cccbcb 1px solid; PADDING-TOP: 1px } .od_shipping_address TD{BORDER-BOTTOM: #fff 1px solid;PADDING-BOTTOM: 1px }  td.Discount{color:#c00;} /* ADMIN MENU */ div.AdminMenuOffset{/* push the site content down to make room for the admin menu */ height:48px;} div.AdminHeader{background:transparent url(/Admin/images/adminmenubg.png) repeat-x;color:#ffffff;height:48px;margin-bottom:8px;position:fixed;width:100%;top:0px;left:0px;min-width:940px;z-index:999;/* using background image instead (because IE doesn't look nice with the filters) -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.4);-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.4);box-shadow: 0px 3px 3px rgba(0,0,0,.4);-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=180,Color='#000000')";filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=180,Color='#000000');*/ }  body.Admin{padding-top:0px;} div.BodyWrapAdmin{padding-top:50px;} div.AdminLogo{float:left;margin-right:20px;margin-left:5px;margin-top:3px;} div.AdminLogo img{border:0px;}  .adminmenu ul,.adminmenu li{padding:0px;margin:0px;list-style:none;} .adminmenu li{display:block;float:left;position:relative;} .adminmenu a{font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;display:block;float:left;color:#ffffff;text-decoration:none;height:39px;/* 34px total */ line-height:39px;padding:0px 10px;margin:0px;background-repeat:no-repeat;background-position:5px center;/* text-shadow:#ffffff 0px 0px 1px,#111111 0px -1px 1px;*/ -moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius:3px;background:#000 url(/Admin/images/adminmenuhover.png) repeat-x;background-position:0 -50px;} .adminmenu li:hover a{color:#ffffff;text-decoration:none;background-color:#0a86ff;background-position:0 0;} .adminmenu ul li.Logoff{float:right;margin-right:10px;}  /* sub menu */ .adminmenu ul ul{display:none; position:absolute;z-index:500;top:39px;left:0px;background:#000;padding-bottom:0px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px; border-bottom-left-radius:5px; padding-bottom:5px;} .adminmenu ul ul li a,.adminmenu ul li:hover ul li a{background:#000;padding-right:20px;min-width:120px;} .adminmenu ul li:hover ul li a:hover{background-color:#0a86ff;} .adminmenu ul ul li{float:none;} .adminmenu ul ul a{float:none;padding:6px 25px 6px 8px;font-size:8pt;margin:0px;height:auto;line-height:normal;white-space:nowrap;text-shadow:none;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;} .adminmenu ul ul a:hover{text-decoration:none;} /* activates sub */ .adminmenu li:hover ul{display:block;}   .adminmenu li a.ComingSoon{color:#666 !important;} /**** Search Suggestions ****/ #SearchForm a,#SearchForm select{margin: 0px;color: inherit;width: auto;} #SearchForm a{font-size: 11px;display: block;float: left;} #SearchForm ul.search-suggestions{margin-top: 0px;} #SearchForm ul.search-suggestions li a{float: none;color: #333333;font-size: 11px;font-weight:normal;} div.search-suggestion-results{position:relative;height:1px;} ul.search-suggestions,ul.search-suggestions li{margin: 0px;padding: 0px;list-style: none;display: block;} ul.search-suggestions{position: absolute;/* position: relative;*/ z-index: 500;margin-top: 6px;border: 1px solid #cecece;background: #ffffff;width: 198px;} ul.search-suggestions li a{color: #333333;text-decoration: none;} ul.search-suggestions li a{display: block;padding: 3px 5px;cursor: pointer;background:#fff;} ul.search-suggestions li.search-suggestions-select a{background: #eeeeee;} #search-suggestions-anchor{position: absolute;left:-999px;} ul.search-suggestions .highlight{font-weight: bold;} #SearchForm .SearchBox_Keywords_Center{position: relative;overflow: visible;} /* fixes for IE7 */ ul.search-suggestions{left: 0px;top: 0px;margin-top: -1px;}  
