/* ------------------------------------------------------------------  Filename:        errors.css  Author:          AKQA  Description:     Styles and layouts specific to error pages          Contents:  - Errors          Sainsbury's colour palette:        - Aubergine - #4e0011        - Plum - #930031        - Cherry - #c11933        - Strawberry - #e23d3a        - Orange - #f26334        - Tangerine - #f57f33        - Apricot - #fbac18        - Lemon - #ffd100        - Butter - #ffeb9a        - Cream - #fdeec3                  -------------------------------------------------------------------  Errors *//* -------------------------------------------------------------------  Page overrides - full = proper header and footer - errorPage = smaller version ------------------------------------------------------------------- */  div.errorPage { margin-bottom: 20px; }div.full { margin: 15px 0 10px 10px; }div.pageContent { background: transparent url(/support_files/style_images/errors/images/peaches.jpg) no-repeat right -55px;width: 913px;margin-right: 5px;padding-top: 23px;}/* -------------------------------------------------------------------  Header Styles ------------------------------------------------------------------- */h2.backsoon {	width:193px;	height:23px;	background-image:url(/support_files/style_images/errors/images/headers/h2-error.gif); }h2.notfound {	width:238px;	height:25px;	background-image:url(/support_files/style_images/errors/images/headers/h2-404.gif); }h2.welcomeback {	width:238px;	height:25px;font-size:1.8em;text-indent:0!important;font-weight:500;font-family:tahoma,arial,sans-serif;}h3.visitother {	width:287px;	height:17px;	background-image:url(/support_files/style_images/errors/images/headers/h3-othersites.gif); }/* -------------------------------------------------------------------  Misc styles ------------------------------------------------------------------- */   div.errorPage ul.single { padding-bottom: 140px; }div.errorPage ul.plain  {list-style-type: disc;margin: 8px 0 15px 15px;} div.errorPage ul { margin: 8px 0 45px; }div.errorPage li { margin-bottom: 7px; }div.errorPage li a {background: transparent url(/support_files/style_images/common/chevrons/right-full.gif) no-repeat scroll left center;font-weight: normal;padding-left: 7px;text-decoration: none;}div.errorPage li span a {background: none;}div.errorPage li a:hover { text-decoration: underline; }div.errorPage p {width: 390px;margin-bottom: 13px;}.pcwelcomeback {height:250px;min-height:250px;}.pcnotfound {height:250px;min-height:250px;}
