/* ======================================================================
   EXT CSS for NDC - Copyright 2006 Igentics Ltd - www.igentics.com
   
   Author: Barnaby Hart
/* =====================================================================*/
body { background: #FEF6ED; }
#outer { background: url(../i/ext/bg_outer.gif) top left repeat-x; }
#header { background: url(../i/ext/bg_header.gif) top left repeat-x; }
#banner { background: url(../i/ext/banner.jpg) top right no-repeat; }


/* ====================================================================
   ROUNDED CORNERS AND BORDERS
-------------------------------------------------------------------- */
.boxbody { background: url(../i/ext/panel_body_l.gif) no-repeat bottom left; }
.boxhead { background: url(../i/ext/panel_head_r.gif) no-repeat top right; }
.basket .boxhead { background: url(../i/ext/panel_head_r_basket.gif) no-repeat top right; }
.boxhead h2 {  color: #FEF6ED; background: url(../i/ext/panel_head_l.gif) no-repeat top left; }
.sidebox { background: url(../i/ext/panel_body_r.gif) no-repeat bottom right; }


/* ====================================================================
HEADINGS
-------------------------------------------------------------------- */
h3 { color: #F68B1F; background: url(../i/ext/h3.gif) bottom left no-repeat; }


/* ====================================================================
ORDERED/UNORDERED LISTS
-------------------------------------------------------------------- */
li { color: #EA6C20; background: url(../i/ext/bullet.gif) 0 0.5em no-repeat; }
li ul li { background: url(../i/ext/bullet2.gif) 0 0.5em no-repeat; }


/* ====================================================================
   TABLES
-------------------------------------------------------------------- */
#newsresults table th, #results table th {
	background-color: #EA6C20;
	color: #fff;
}
#newsresults table td, #results table td {
	border-bottom: 1px #EA6C20 dashed;
}


/* ====================================================================
FORMS
-------------------------------------------------------------------- */
#searchBox input { border: 1px #F68B1F solid; }


/* ====================================================================
MISC STYLING
-------------------------------------------------------------------- */
div.hr { background: transparent url(../i/ext/hr.gif) no-repeat scroll center; }
/*img { border: 1px #EA6C20 solid; }*/


/* ====================================================================
DROP DOWN MENU
-------------------------------------------------------------------- */
.udm ul { background-color: #F68B1F; }
.udm a, .udm a:link, .udm a.nohref { background-color: #F68B1F; color: #fff; }
.udm li a:visited { background-color: #F68B1F; color: #fff; }
.udm li a.udmR, .udm li a.udmY, .udm li a.udmR:visited, .udm li a.udmY:visited, .udm li a:hover, .udm li a:focus, .udm li a.nohref:hover, .udm li a.nohref:focus { background-color: #EA6C20; color: #fff; }
* html .udm li a:active { background-color: #EA6C20; color: #fff; }
.udm ul a, .udm ul a:link, .udm ul a.nohref { border-color: #EA6C20; color: #fff; }
.udm ul li a:visited, * html .udm ul li a:visited { border-color: #EA6C20; color: #fff; }
.udm ul li a.udmR, .udm ul li a.udmY, .udm ul li a.udmR:visited, .udm ul li a.udmY:visited, .udm ul li a:hover, .udm ul li a:focus, .udm ul li a.nohref:hover, .udm ul li a.nohref:focus, .udm ul li a:visited:hover { background-color: #EA6C20; color: #fff; }
* html .udm ul li a:active { background-color: #EA6C20; color: #fff; }


@import url("ndc/_extrusions.css");