/* SCREEN.CSS
   This is where all styles for on-screen media are declaired
   
   --------------------------------------------------------------------------------------------------------------------------
   FILE INFO
   Revision number:  1.0
   Last updated:     2006/12/05
   Last updated by:  Matt Wilcox
                     matt@karova.com
   ----------------------------------------------------------------------------------------------------------------------- */

@import url(screen_extended.css);  /* import browser specific CSS */

@media all { /* all contained styles hidden from IE Mac */

/* =global_reset */
   * { 
	   margin: 0;
		 padding: 0;
		 }
		 
   ul, dl, ol {
     list-style-position: inside;
	 }
	 
   ul ul, ul ol, ul dir, ul menu, ul dl,
   ol ul, ol ol, ol dir, ol menu, ol dl,
   dir ul, dir ol, dir dir, dir menu, 
   dir dl, menu ul, menu ol, menu dir,
   menu menu, menu dl, dl ul, dl ol,
   dl dir, dl menu, dl dl {
     margin-top: 0;
		 margin-bottom: 0;
	 }
	 
   p, ul, ol, dl, dd, blockquote, form {
	   margin-bottom: 1em;
	 }

/* =html =body */
   html {
     background : url(../images/html.gif) 50% 100% repeat-x; }
   body {
     font : 75%/1.6em Verdana, Helvetica, Ariel, sans-serif;
		 color : #666;
		 background : url(../images/body.gif) 0 0 repeat-x;
	 }

/* =hx */
   h1, h2, h3, h4, h5, h6 {
     font-family : 'Trebuchet MS', Verdana, Ariel, sans-serif;
		 font-weight : normal;
		 color : /* #793 */ #000;
		 color : #19c; /* added NR */
	 }
   
   body.manufacturer4 h1, body.manufacturer4 h2, body.manufacturer4 h3 {
    color : #8d694e;        
   }
     
/* =h1 */
   h1 {
     font-size : 1.6em;
   }
   #content_main h1 {
     margin-bottom : .5em;
	 }
   
/* =h2 */
   h2 {
     font-size : 1.4em;
	 }
	 
   *+h2 {
     margin-top : 1em; 
	 }
	 
   .default #content_intro img+h2 {
     margin-top : 0;
	 }
   
   #content_main h2 {
     margin-bottom : .5em;
	 }
	 
   .default #content_main h2 {
     margin-bottom : .5em;
	 }
   
   #nav_main h2,
   #nav_supp h2,
   #search_main h2 {
     position : absolute;
		 left : -999em;
     overflow : hidden;
	 }
   
   #nav_categories h2,
   #nav_cart h2,
   #nav_recent_products h2,
   #nav_quick_viewer h2,
   #nav_manufacturer h2,
	#help_shopping h2
	 {
     display : block;
		 width : 176px;
		 height : 24px;
     text-indent : -999em;
		 overflow : hidden;
	 }
   
   #nav_categories h2 {
     background : url(../images/nav_categories_h2.gif) 0 0 no-repeat;
     background : url(../images/nav_categories_taggies_h2.gif) 0 0 no-repeat;
     background : url(../images/nav_products_taggies_h2.gif) 0 0 no-repeat;
		 }
   #nav_cart h2 {
     background : url(../images/nav_basket_h2.gif) 0 0 no-repeat;
     background : url(../images/nav_basket_taggies_h2.gif) 0 0 no-repeat;
		 }
   #nav_recent_products h2 {
     background : url(../images/nav_recently-viewed_h2.gif) 0 0 no-repeat; 
     background : url(../images/nav_recently-viewed_taggies_h2.gif) 0 0 no-repeat; 
		 }
   #nav_quick_viewer h2 {
     background : url(../images/nav_quick-viewer_h2.gif) 0 0 no-repeat;
     background : url(../images/nav_quick-viewer_taggies_h2.gif) 0 0 no-repeat;
     background : url(../images/nav_quick-viewer-products_taggies_h2.gif) 0 0 no-repeat;
		 }		 
   #nav_manufacturer h2 {
      background : url(../images/nav_product-ranges_taggies_h2.gif) 0 0 no-repeat;
      }
   #help_shopping h2 {
     background : url(../images/help-shopping_h2.gif) 0 0 no-repeat;
     background : url(../images/help-shopping_taggies_h2.gif) 0 0 no-repeat;
		 }
     
   body.manufacturer4 #nav_categories h2{
     background : url(../images/nav_products_minimink_h2.gif) 0 0 no-repeat;    
   }
   body.manufacturer4 #nav_cart h2{
     background : url(../images/nav_basket_minimink_h2.gif) 0 0 no-repeat;    
   }
   body.manufacturer4 #nav_recent_products h2{
     background : url(../images/nav_recently-viewed_minimink_h2.gif) 0 0 no-repeat;    
   }
   body.manufacturer4 #nav_quick_viewer h2{
     background : url(../images/nav_quick-viewer-products_minimink_h2.gif) 0 0 no-repeat;    
   }
   body.manufacturer4 #nav_manufacturer h2{
     background : url(../images/nav_product-ranges_minimink_h2.gif) 0 0 no-repeat;    
   }
   body.manufacturer4 #help_shopping h2{
     background : url(../images/help-shopping_minimink_h2.gif) 0 0 no-repeat;    
   }
   
   .range h2.featured_items,
   .basketshow h2.order_value {
     clear : both;
     width : 100%;
		 margin-top : 1em;
		 border-top : 1px solid #d7d7d7;
		 padding-top : .5em; }
   
   h2.homepage_featured {
     padding-top : 1em; }
   
   .detail h2.related {
     clear : both;
     display : block;
		 width : 100%;
		 margin-top : 1em;
		 border-top : 1px solid #999;
		 padding-top : 1em; }
     
/* =h3 */
   h3 {
     font-size : 1.2em; }
   
   #content_main h3 {
     margin-bottom : .5em; }
   
   #nav_cart div h3,
   #content_main .h3_search {
     position : absolute;
		 left : -999em;
     overflow : hidden; }
   
   .range h3 {
     clear : both;
     width : 100%;
		 margin-top : 1em;
		 border-top : 1px solid #d7d7d7;
		 padding-top : .5em; }
   
/* =h4 */
   h4 {
     font-size : 1.1em; }
   
/* =h5 */
   h5 {
     font-size : 1em;
		 font-weight : bold; }
   
/* =h6 */
   h6 {
     font-size : 1em;
		 font-weight : bold; }
   
/* =p */
   p { 
     margin-bottom : .4em; }
   
   p.accessibility {
     position : absolute;
     display : block;
		 width : 100%;
		 margin-top : -2em;
		 padding : .25em 0 1em 0;
     text-align : center;
		 z-index : 2; }
		 
/*   p.accessibility:hover {
     margin-top : 0;
		 padding : .25em 0 .3em 0;
		 border-bottom : 1px solid #eeb;
     color : #000;
		 background-color : #ffd; }
*/
   
   .default #site_context p {
     position : absolute;
		 left : -999em;
     overflow : hidden; }
   
   #help_shopping p,
   #nav_cart p {
     margin : 4px; }
   
   .range p.short_description,
   .search p.short_description,
   .detail p.short_description {
     position : absolute;
		 left : -999em;
     overflow : hidden; }
   
   p.remove {
     clear : both;
     margin-top : .5em; }
     
   p.credit-cards {
     margin-bottom : 1em;
     font-size : .83em;
		 line-height : 1.4em; }
   
   .detail p#nav_add {
     margin-bottom : 1em; }
   
   p.homepage_offers {
     clear : both;
		 position : relative;
		 top : 1em;
     display : block;
     margin-bottom : 1em;
		 border-top : 1px solid #ccc;
		 padding : .5em 0;
		 border-bottom : 1px solid #ccc; }
   
/* =blockquote */

/* =em =strong =del =ins =abbr =acronym =code */
   em {  }
	 
   strong {
	   color : #000; }
		 
   del {
	   text-decoration : line-through; }
		 
   ins {
	   text-decoration : none;
	   color : #009; }
		 
   del[title],
   ins[title] {
	   cursor : help; }
		 
   acronym,
   abbr {
	   text-decoration : none;
		 border-bottom : none;
		 font-style : italic;
		 cursor : help; }
	 
   code {
	   font : 87.5% dialogue, 'Courier New', courier, serif;
		 color : #000; }
   
   label em {
     position : absolute;
		 margin-left : 23em;
		 color : red; }
   
   #product_meta strong {
     color : #666; }
   
/* =address */
   #content_main address {
     margin-bottom : 1em; }
   
   .billing #content_main address,
   .summary #content_main address {
     font-style : normal;
		 font-family : Georgia, "Times New Roman"; }

/* =dl =dt =dd */
   .basketshow #content_main dl {
     float : left;
     display : block;
		 width : 181px;
		 height : 26em;
		 margin-right : 6px; }
   
/* =ul */
   #nav_main ul,
   #nav_supp ul,
   #content_sub ul,
   .range #content_main ul,
   .detail form#basketAdd ul,
   .detail ul.related,
   .basketshow ul.pages,
   .search #content_main ul#gallery,
   ul.homepage_featured,
   ul.homepage_offers {
     list-style-type : none;
		 list-style-position : outside; }
   
   .range #content_main ul.pages {
     text-align : center;
		 margin-top : -2.2em; }
   
   #product_meta {
     margin-top : 1em; }
   
/* =ol */

/* =li */

/*
   #nav_main ul li,
   #nav_supp ul li,
   .basketshow ul.pages {
     display : inline; }
*/

/* start revision per Matt's email of 10/01/07 */	  
   #nav_main ul li,
   #nav_supp ul li,
   .basketshow ul.pages,
   ul#alternate_images li {
     display : inline; }
/* end revision */
   
   .range #content_main li,
   .detail ul.related li,
   .search #content_main ul#gallery li,
   ul.homepage_featured li {
     float : left;
     display : block;
		 width : 181px;
		 height : 235px;
		 margin-right : 6px; }
		 
   .range #content_main ul.pages li,
   .range #content_main ul.sub_categories li {
     float : none;
     display : inline;
		 width : auto;
		 height : auto; }
		 
   .range #content_main ul.pages li.page_current {
     font-weight : bold; }
     
   ul.homepage_offers li {
     float : left;
     display : block;
		 width : 270px;
		 margin-right : 12px; }
   
   #nav_supp ul li {
     padding-right : .5em;
		 margin-right : .5em;
     border-right : 1px solid #d7d7d7; }
		 
   #nav_supp ul li:last-child {
     padding-right : 0;
		 margin-right : 0;
     border-right-width : 0; }
   
   .detail #content_main #product_meta ul li {
     display : inline; }
   .detail #content_main #product_meta ul li:after {
     content : ", "; }
   .detail #content_main #product_meta ul li:last-child:after {
     content : ""; }
   
   li.price_ours,
   #product_meta li.price_ours strong {
     color : #000; }
   
   li.stock_availability {
     margin-bottom : 1em; }
   
/* =img */
   img,
   img a {
	   border-width : 0;
	   background : none;
		 display : block; }
   
   .default #content_intro img {
     float : left;
     margin-right : 12px; }
   
   .range #content_main ul li a img,
   .detail ul.related li a img,
   .basketshow #content_main dl a img,
   .search #content_main ul#gallery li a img,
   ul.homepage_featured li a img,
   ul.homepage_offers li a img {
     border : 1px solid #d7d7d7; }
   
   .range #content_main ul li a:hover img,
   .range #content_main ul li a:focus img,
   .detail ul.related li a:hover img,
   .detail ul.related li a:focus img,
   .basketshow #content_main dl a:hover img,
   .basketshow #content_main dl a:focus img,
   .search #content_main ul#gallery li a:hover img,
   .search #content_main ul#gallery li a:focus img,
   ul.homepage_featured li a:hover img,
   ul.homepage_featured li a:focus img,
   ul.homepage_offers li a:hover img,
   ul.homepage_offers li a:focus img {
     border : 1px solid #666; }
   
   img.credit-cards {
     margin-bottom : 2em; }
   
   .news #content_main img {
     float : left;
     margin : 0 1em .5em 0; }
   
/* =hr */
   hr { display : none; }

/* =a */
   a:link    {
	   color : #19c;
	   text-decoration : none; }
   a:visited {
	   color : #19c;
		 text-decoration : none; }
   a:hover   {
	   text-decoration : underline;
		 color : #09f; }
   a:focus   {
	   background-color : #ffff99;
		 color : #333;
		 outline : none; }
   a:active  {
	   background-color : #ffff66;
		 color : #000;
		 outline : none; }
     
   body.manufacturer4 a:link,
   body.manufacturer4 a:visited{
      color : #8d694e;    
   }
     
   /*
   body.manufacturer4 #nav_categories a:link,
   body.manufacturer4 #nav_cart a:link,
   body.manufacturer4 #nav_recent_products a:link,
   body.manufacturer4 #nav_quick_viewer a:link,
   body.manufacturer4 #nav_manufacturer a:link{
      color : #8d694e;
   }
   body.manufacturer4 #nav_categories a:visited,
   body.manufacturer4 #nav_cart a:visited,
   body.manufacturer4 #nav_recent_products a:visited,
   body.manufacturer4 #nav_quick_viewer a:visited,
   body.manufacturer4 #nav_manufacturer a:visited{
      color : #8d694e;
   }
     
   */
   
   p.accessibility a:link,
   p.accessibility a:visited {
      text-decoration : none; }
   p.accessibility a:hover {
      text-decoration : underline; }
   p.accessibility a:focus {
     position : absolute;
		 left : 1em;
     margin-top : 2em;
     background-color : #ffff99; }
   p.accessibility a:focus:after {
     content : " (access key + " attr(accesskey) ") "}
   p.accessibility:hover a:focus {
     position : relative;
		 left : 0;
     margin-top : 0; }
   p.accessibility:hover a:focus:after {
     content : ""; }
   
   .default h1 a,
   #site_context a {
     position : absolute;
		 left : 12px;
		 top : 8px;
     display : block;
		 width : 156px;
		 width : 217px;
		 height : 94px;
		 width : 350px;
		 height : 95px;
		 width : 500px;
		 height : 95px;
     /* background : url(../images/h1.gif) 0 0 no-repeat;
     background : url(../images/h1-haptic.gif) 0 0 no-repeat;
     background : url(../images/taggies_logo.gif) 0 0 no-repeat;
     background : url(../images/h1-haptic-taggies-minimink.gif) 0 0 no-repeat;	*/	 
     background : url(../images/h1-haptic-taggies.gif) 0 0 no-repeat;		 
		 text-indent : -999em;
		 overflow : hidden; }
		 
   .default h1 a:hover,
   .default h1 a:focus,
   #site_context a:hover,
   #site_context a:focus {
     background-position : 0 -94px; background-position : 0 0px; }
   
   #nav_main ul li a {
     float: left;
     display : block;
		 padding : 0 12px;
		 font-size : 1.1em;      /* added NR */
		 font-weight : bolder;}  /* added NR */
   #nav_main ul li a:link {
     text-decoration : none; }
   #nav_main ul li a:hover,
   #nav_main ul li a:focus {
     text-decoration : underline; }
   
   #nav_categories ul li a,
   #nav_recent_products ul li a {
     display : block;
		 width : 168px;
		 border-bottom : 1px solid #eee;
		 padding : 0 4px; }
   #nav_categories ul ul li a {
     width : 160px;
		 padding : 0 4px 0 12px; }
   #nav_categories ul li a:hover,
   #nav_recent_products ul li a:hover {
     background : #ffd url(../images/widget_a_hover.gif) 0 0; }
   
   #site_info a:link,
   #nav_supp a:link,
   #site_info a:visited,
   #nav_supp a:visited {
     color : #fff;
		 text-decoration : none; }
   #site_info a:hover,
   #site_info a:focus,
   #nav_supp a:hover,
   #nav_supp a:focus {
     color : #fff;
		 text-decoration : underline; }
   #nav_supp a:focus,
   #site_info a:focus {
     color : #333; }
   
   .detail form#basketAdd a.img_prod:link,
   .detail form#basketAdd a.img_prod:hover,
   .detail form#basketAdd a.img_prod:visited,
   .detail form#basketAdd a.img_prod:active,
   .detail form#basketAdd a.img_prod:focus {
     display : block; width : 278px; height : 177px; padding : 2px 1px; margin : 0 0 12px 0;
     line-height : 0; text-decoration : none; }
   .detail form#basketAdd a.img_prod:after {
     content: url(../images/border_main.gif); display: block;
     width: 278px; height: 177px; margin-top: -177px; }
   .detail form#basketAdd a.img_prod:hover:after,
   .detail form#basketAdd a.img_prod:focus:after {
     content: url(../images/border_main-hover.png); }
		
	 /* adjusted by NR */
   .detail form#basketAdd a.img_prod:link,
   .detail form#basketAdd a.img_prod:hover,
   .detail form#basketAdd a.img_prod:visited,
   .detail form#basketAdd a.img_prod:active,
   .detail form#basketAdd a.img_prod:focus {
     display : block; width : 278px; width : 250px; height : 250px; padding : 2px 1px; margin : 0 0 12px 0;
     line-height : 0; text-decoration : none; }
   .detail form#basketAdd a.img_prod:after {
     content: url(../images/border_main_250_250.gif); display: block;
     width: 278px; width : 250px; height: 250px; margin-top: -250px; }
   .detail form#basketAdd a.img_prod:hover:after,
   .detail form#basketAdd a.img_prod:focus:after {
     content: url(../images/border_main_250_250-hover.png); }
		 
   
   p.remove a {
     color : #f33; }
   
   .buynow a {
     display : block; width : 89px; height : 24px;
     text-indent : -999em; overflow : hidden; background : url(../images/buynow.gif) 0 0 no-repeat; }
		 
   #nav_cart .buynow a {
     margin-left : 78px;
     background : url(../images/nav_cart-buynow.gif) 0 0 no-repeat; }
		 
   .buynow a:hover,
   .buynow a:focus,
   #nav_cart .buynow a:hover,
   #nav_cart .buynow a:focus {
     background-position : 0 -24px; }
   
   .basketshow ul.pages a {
     float : left;
     margin-right : 1em;
     line-height : 24px; }
     
   #nav_main .link_myaccount a {
     padding : 0;
     background-color : #fc3; color : #666; }
   #nav_main .link_myaccount a span {
     display : block; padding : 0 9px 0 16px;
     background : url(../images/shopping-left.gif) 0 0 no-repeat; }
   #nav_main .link_myaccount a:focus {
     background-color : #ff9; }
   #nav_main .link_myaccount a:focus span {
     background : url(../images/shopping-left-focus.gif) 0 0 no-repeat; }

/*
   #nav_main .link_basket a {
     padding : 0;
     background : #fc3 url(../images/shopping-top-right.gif) 100% 0 no-repeat; color : #666; }
   #nav_main .link_basket a span {
     display : block; padding : 0 6px 0 9px; }
   #nav_main .link_basket a:focus {
     background : #ff9 url(../images/shopping-top-right-focus.gif) 100% 0 no-repeat; }
*/
     
   .detail #content_main div form ul#alternate_images a {
     float : left;
     display : block; width : 81px; height : 81px; border : 1px solid #d7d7d7; margin : 0 14px 12px 0; }
   
   .detail #content_main div form ul#alternate_images a:hover,
   .detail #content_main div form ul#alternate_images a:focus {
     border-color : #666; }
     
/* =table */
   table { border-collapse : collapse; }
   #nav_cart table {
     width : 176px; }
   
   .summary #content_main table {
     margin-left : -.4em; }

/* =caption */
   #nav_cart caption {
     display : none; /* because we can't hide it with positioning properly in anything other than Firefox */ }

/* =thead */
   thead {
     text-align : left; }
   #nav_cart table thead {
     display : none; /* because we can't hide it with positioning */ }

/* =tfoot */
   #nav_cart tfoot {
     text-align : right; }
   
   .summary #content_main table tfoot {
     border-top : 1px dotted #999;
     text-align : right; }
   
/* =tbody */
   
/* =tr */
   #nav_cart tbody tr {
     border-bottom : 1px solid #eee; }
   #nav_cart tbody tr:hover {
     background : #ffd url(../images/widget_a_hover.gif) 0 0; }
   
   .summary #content_main tbody tr:hover {
     background-color : #ffc; }
   
   .summary #content_main table tr.grand_total {
     border-top : 1px dotted #999;
     color : #000; }
   
/* =th */
   .summary #content_main th,
   .summary #content_main td {
     padding : 0 .4em; }

/* =td*/
   td.numeric {
     text-align : right; }
   #nav_cart td {
     padding : 0 4px; }
   
   .basketshow td {
     padding : .5em 1em .5em 0 }
   td#overall_total {
     color : #000; }
   
/* =form */
   #search_main form {
     display : block; height : 28px; padding : 0 4px 6px 0;
     background : transparent url(../images/search_main_form.gif) 100% 100% no-repeat; }
   
   #nav_quick_viewer form {
     padding : 4px 4px 1.4em 4px; }
   
   .contact #content_main form {
     margin-top : 2em; }
   
   .detail form#basketAdd {
     padding-bottom : 1em; }
   
/* =fieldset */
   #search_main fieldset {
     margin : 0; border-width : 0; padding : 0; }
   
   #content_main fieldset {
     margin-bottom : 1em; border-width : 0 0 1px 0; border-color : #999; padding-bottom : 1em; }
   
   .basketshow #content_main fieldset {
     margin-bottom : 0; border-width : 0; padding-bottom : 0; }

/* =legend */

/* =label */
   #content_main label {
     display : block; margin-bottom : .4em;
     overflow : hidden; }
   
   #content_main .boolean label input,
   #content_main label.boolean input {
     margin-top : .25em; }
   
/* =input */
   input:focus,
   select:focus {
     border: 1px solid #000; padding : 1px;
     background : #ffd url(../images/highlight.gif) 0 0; }
   select:active {
     background : #fff none; }
   
   .boolean input {
     float : left;
     margin-right : .5em; }
   
   #search_main input {
     width : 10em; }
   #search_main input.submit {
     margin-left : 6px; width : 4.6em; height : 1.6em; line-height : 1em; }
   #nav_quick_viewer input.submit {
     float : right;
     margin-top : 4px; }
   
   #content_main input,
   #content_main select {
     width : 20em; }
   #content_main input.submit,
   #content_main .boolean input {
     width : auto; }
   .basketshow #content_main dl input {
     width : 40px; }
   .basketshow #content_main dl input.submit {
     width : 80px; }
   input.qty {
     float : left;
     margin-right : .5em; }
   
/* =textarea */
   textarea:focus {
     border: 1px solid #000; padding : 1px;
     background : #ffd url(../images/highlight.gif) 0 0; }
     
   #content_main textarea {
     width : 20em; height : 8em; }
   
   .contact #content_main label[for=usr_std_message] textarea {
     width : 31em; }

/* =select */
   #nav_quick_viewer select {
     width : 168px; }
     
/* =div */
   
   #container {
     position : relative;
     width : 760px; padding : 135px 0 0 6px; }
   #content {
     overflow : hidden; }
   #content_main {
     float : right;
     width : 570px; }
   #content_intro {
     display : block; min-height : 170px; padding-bottom : 1em; border-bottom : 1px solid #ccc; margin-bottom : 1em;
     overflow : hidden; }
   #content_secondary {
     clear : both; display : block; }
   #content_sub {
     float : left;
     width : 176px; min-height : 100%; }
   #content_sub div#search_main {
     position : absolute; top : 0; right : 0;
     display : block; width : 20em; padding : 0; height : 34px; line-height : 34px; 
     background : #fc3 url(../images/search_main.gif) 0 100% no-repeat; text-align : right; z-index : 1; }
   #nav_main {
     position : absolute; top : 79px; right : 0;
     text-transform : lowercase; font-size : 1.16em; height : 31px; line-height : 31px; }
   #nav_supp  { 
     clear : both;
     margin-top : 3em; padding-top : .5em; }
   #site_info {
     display : block; clear : both;
     height : 36px; padding : 44px 0 0 0; margin-top : -40px;
     color : #ccc; font-size : .8em; line-height : 1.4em; }

   #content_sub div {
     margin-bottom : 20px; padding-bottom : 6px;
     background : #d7d7d7 url(../images/content-sub_bottom.gif) 0 100% repeat-x; }
   #nav_cart div {
     margin : .8em 0 0 0; border-top : 1px solid #eee; padding : .8em 0 0 0;
     background : transparent none; font-size : .8em; line-height : 1.2em; }
     
   .detail #content_main form div {
     float : left;
     display : block; width : 292px; margin : 0 0 12px 0; }
     
/* =span */
   #search_main label span,
   .contact label[for=usr_std_message] span {
     position : absolute; left : -999em;
     overflow : hidden; }
     
   #content_main label span {
     float : left;
     display : block; width : 11em; }
   
   .basketshow #content_main dl label span {
     width : 100%; }
     
   #content_main .boolean label span,
   #content_main label.boolean span {
     width : auto; }
     
   .street-address,
   .extended-address,
   .locality,
   .region,
   .postal-code,
   .country-name,
   .tel,
   .email {
     display : block; }
   .summary .country-name,
   .summary .email {
     margin-bottom : 1em; }
     
   .news h1 span {
     margin-left : 1em;
     font-size : .7em; }

   .stock_in,
   .stock_awaiting,
   .stock_discontinued,
   .stock_offer {
     margin-left : .3em; }
     
   .stock_in {
     /* color : #8a0; */ }
   .stock_awaiting {
     color : #a80; }
   .stock_discontinued {
     color : #a00; }
   .stock_offer {
     font-style : italic; }
		 
		 
/* added by NR for revised doisplay of basket in table format */

table#basketTable	{
	border : 1px solid #ccc;
}	 
	
table#basketTable	th, table#basketTable	td{
	padding : 2px;
	border-right : 1px solid #ccc;
}	 

table#basketTable	th{
  color : #19c;
}
	 
table#basketTable	input.qty{
	width : 3em;
	text-align : right;
}	 

table#basketTable	thead, table#basketTable tr{
	border-bottom : 1px solid #ccc;
} 


body.basketshow div#nav_cart{
	display: none;
}


}