/* SCREEN_HIGH.CSS
   This is where all styles for on-screen high resolution media are declaired
   
   --------------------------------------------------------------------------------------------------------------------------
   FILE INFO
   Revision number:  1.0
   Last updated:     2006/12/05
   Last updated by:  Matt Wilcox
                     matt@karova.com
   
   NOTES
   We include the normal screen.css stylesheet and then define additional/overwriting rules to tailor the layout for 1024 res
   ----------------------------------------------------------------------------------------------------------------------- */

@import url(screen.css);

   #container {
     position : relative;
     width : 970px; padding-left : 12px; }
   #content_main {
     width : 774px; }
   #nav_supp {
     padding-left : 200px; }
   #site_info {
     padding : 40px 0 0 200px; }
   
   #content_sub div#search_main {
     right : -6px; }
   #nav_main {
     right : -6px; }
   
   .range #content_main li {
     margin-right : 12px; }
   
   .detail #content_main div {
     overflow : hidden; }
   .detail #content_main div form p,
   .detail #content_main div form ul {
     float : right; width : 482px; }
   .detail #content_main div form ul#alternate_images {
     float : none; width : auto; }
   
   ul.homepage_offers li {
     width : 375px;  margin-right : 12px; }
   
   ul.homepage_offers li img {
     float : left; margin-right : 6px; }
   
   p.homepage_offers {
     border-top-width : 0; }