
/*-Begin Section -reset.css-*/
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-weight: inherit;
      font-style: inherit;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
      outline: 0;
}
body {
      line-height: 1;
      color: black;
      background: white;
}
ol, ul {
      list-style: none;
}
table {
      border-collapse: separate;
      border-spacing: 0;
}
caption, th, td {
      text-align: left;
      font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
      content: "";
}
blockquote, q {
      quotes: "" "";
}
input, select, textarea, option
{
      font-family: inherit;
}

/*-End Section -reset.css-*/


/*-Begin Section -_theme.css-*/
*
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html
{
	overflow-y: scroll;
}
body 
{
	font: 67%/1.2em Verdana, Helvetica, sans-serif; 
	background: url(../_images/corpat/pagebg.jpg) repeat-x;
}

a, a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: #bbb;
}
a:hover
, a:active
{
	text-decoration: underline;
}

#base 
{
	overflow: hidden;
	width: 982px;
	margin: 0 auto;
	background: #fff;
}


form.elMailshot 
, form.elMailshot #base
, form.elMailshot #ZoneCentreRow
{
	width: auto;
	border: 0;
	background-image: none;
}


/* ZONES */
#LeftRightContainer,
#ZoneFooterRow
{
	border-left: 1px solid #e8e7e7;
	border-right: 1px solid #e8e7e7;
	width: 960px;
}

#ZoneHeaderRow
{

	background: url(../_images/corpat/headerbg.jpg) no-repeat;
	height: 126px;
	position: relative;
	z-index: 70;
	width: 100%;
}

#LeftRightContainer
{
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0 10px;
	background: url(../_images/corpat/basetop.jpg) top repeat-x;
}

#ZoneLeftColumn 
{
	float: left;
	display: inline;
	min-height:10px;
	overflow: hidden;
	padding-left: 3px;
}

#ZoneMiddleColumn 
{
	float: left;
	display: inline;
	min-height:10px;
	overflow: hidden;
	margin-left:4px;
}

#ZoneRightColumn
{
    float: left;
	display: inline;	
	min-height:10px;
	overflow: hidden;
}

#ZoneCentreRow 
{
	min-height:10px;
	overflow: hidden;
	clear: both;
	border-left: #e8e7e7 1px solid;
	border-right: #e8e7e7 1px solid;
	background: url(../_images/corpat/basetop.jpg) top repeat-x;	
}

form.LoginPage #ZoneCentreRow,
form.LoginPage #ZoneLeftColumn
{
	position: relative;
	padding-bottom: 50px;
}

#ZoneFooterRow
{
	padding: 0 10px 10px 10px;
	float: left;
	display: inline;
	overflow: hidden;
	border-bottom: 1px solid #e8e7e7;
}

a.linkskip {
	position: absolute;
	top: -200px;
}

/* LOGO */
#ZoneHeaderRow h1.ident
{
	margin-top: 18px;
	width: 157px;
	height: 95px;
	float: left;
	display: inline;	
}

#ZoneHeaderRow h1.ident a
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}

/* Element Horizontal Nav */
ul.elMainMenu 
{
	float: left;
	display: inline;
    line-height: 67px;
	height: 67px;
	margin: 59px 0 0 10px;   
	position: relative;
	z-index: 99;
}
ul.elMainMenu > li
{
	height: 67px;
}

ul.elMainMenu ul 
{
	line-height: 1;
	padding: 0;
	margin: 0;
	height: auto;
	clear: left;
}

ul.elMainMenu li.depth01 > a.current span,
ul.elMainMenu li.depth01 > a.parent_current span
{
	background: url(../_images/corpat/menu_current.png) no-repeat top center;
	color: #fff;
}

ul.elMainMenu a
, ul.elMainMenu a:link
, ul.elMainMenu a:visited
{
	float: left;
	background: url(../_images/corpat/menuitem-bg.gif) repeat-x;
	display: inline;    
	color: #f4cc5a;
	text-decoration: none;	
	text-transform: none;
	font-size: 1em;	
	font-weight: bold;
	height: 67px;
	width: auto;
}

ul.elMainMenu li.depth01 > a.current
, ul.elMainMenu li.depth01 > a.current:link
, ul.elMainMenu li.depth01 > a.current:visited
, ul.elMainMenu li.depth01 > a.parent_current
, ul.elMainMenu li.depth01 > a.parent_current:link
, ul.elMainMenu li.depth01 > a.parent_current:visited
{
	background: url(../_images/corpat/mainmenu_current_bg.gif) repeat-x bottom;
}

ul.elMainMenu li.depth01 > a.current span.Left,
ul.elMainMenu li.depth01 >  a.parent_current span.Left
{
	background: url(../_images/corpat/mainmenu_current_left.gif) no-repeat bottom;
}

ul.elMainMenu li.depth01 > a.current span.Right,
ul.elMainMenu li.depth01 > a.parent_current span.Right
{
	background: url(../_images/corpat/mainmenu_current_right.gif) no-repeat bottom;
}

ul.elMainMenu a:hover span
{
	color: #fff;
}

ul.elMainMenu li 
{
	float: left;
	padding: 0;
	width: auto;
	display: inline;
	white-space: nowrap;	
}


ul.elMainMenu li ul 
{
	position: absolute;
	left: -999em; 
	height: auto;
	width: 200px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #AAA;
}
ul.elMainMenu li li
, ul.elMainMenu li li.first  
{
    width: 200px;
	height: 25px;
	display: inline;
	float: left;
	clear: both;
	line-height: 1em;
    border-bottom: solid 1px #AAA;
}

ul.elMainMenu li li a,
ul.elMainMenu li li span
{
	height: 25px !important;
	width: 180px !important;
}

ul.elMainMenu li li a,
ul.elMainMenu li li span,
ul.elMainMenu li li,
ul.elMainMenu li li.first 
{
	background-image: none !important;
}

ul.elMainMenu ul a
{
	line-height: 25px !important;
	height: 25px !important;
	display: inline;
	float: left;
	background-image: none;
	width: 200px;
}
ul.elMainMenu ul a span
{
	background-image: none;
	color: #444;
	display: inline;
	float: left;
	line-height: 25px;
	height: 25px;
	width: 180px;
    border-width: 0;
    font-size: .85em;
	font-weight: normal;
    padding: 0 10px !important;
    text-transform: none;    
	background-color: #DFDFDF;	
}
ul.elMainMenu ul a:hover span
{
	color: #111;
	background-color: #EFEFEF;
}

ul.elMainMenu ul a span.Left
, ul.elMainMenu ul a span.Right
{	
	display: none;
}

ul.elMainMenu li ul ul 
{
	margin: -26px 0 0 200px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #AAA;	
}

ul.elMainMenu li:hover ul ul
, ul.elMainMenu li:hover ul ul ul
, ul.elMainMenu li:hover ul ul ul ul
, ul.elMainMenu li.MenuItemHover ul ul
, ul.elMainMenu li.MenuItemHover ul ul ul
, ul.elMainMenu li.MenuItemHover ul ul ul ul 
{     
	left: -999em;
    display: none;
} 
ul.elMainMenu li:hover ul
, ul.elMainMenu li li:hover ul
, ul.elMainMenu li li li:hover ul
, ul.elMainMenu li li li li:hover ul
, ul.elMainMenu li.MenuItemHover ul
, ul.elMainMenu li li.MenuItemHover ul
, ul.elMainMenu li li li.MenuItemHover ul
, ul.elMainMenu li li li li.MenuItemHover ul 
{
    left: auto;
	display: block;
} 
ul.elMainMenu li a span
{
	height: 54px;
	width: auto;
	float: left;
	display: inline;
	padding: 13px 12px 0 12px;	
}

ul.elMainMenu li a span.Left,
ul.elMainMenu li a span.Right
{
	width: 6px;
	padding: 13px 0 0 0;
}

ul.elMainMenu li a span.Left
{
	background: url(../_images/corpat/menuitem-left.gif) no-repeat;
}

ul.elMainMenu li a span.Right
{
	background: url(../_images/corpat/menuitem-right.gif) no-repeat;
}

ul.elMainMenu  li li a span.Left
, ul.elMainMenu  li li a span.Left
, ul.elMainMenu  li li a span.Right
, ul.elMainMenu  li li a span.Right
{
	display: none;
}


div.elPageHeader
{
	border-bottom: 1px solid #cfc9c9;
	border-right: 1px solid #cfc9c9;
	border-left: 1px solid #cfc9c9;
	overflow: hidden;
	float: left;
	display: inline;
	width: 954px;
	height: 454px;

	position: relative;
}

div.elPageHeader img
{
	position: absolute;
	top: 0;
	left: 0;
}

div.elPageHeader img.gradientOverlay
{
	z-index: 99;
	width: 954px;
	height: 15px;
}

/* CONTENT PANEL OUTPUT */
div.elContent
{
    padding: 20px 0;
    line-height: 1.6em;
	position: relative;
	color: #333;
}
div.elContent h1
{

	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.4em;
	color: #444;
}
div.elContent h2
{
	color: #6e6969;
	font-size: 1.4em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
}
div.elContent h3
{
	font-size: 1.3em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
}
div.elContent h4
{
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
}
div.elContent h5
{
	font-size: 1.1em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
}
div.elContent h6
{
	color: #6e6969;
	font-size: 1em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
	text-decoration: underline;
}
div.elContent  ul
{
	list-style-type: disc;
	padding-left: 1em;
	margin: 1em 2em;
}
div.elContent  ol
{
	list-style-type: decimal;
	padding-left: 1em;
	margin: 1em 2em;
}
div.elContent  blockquote
{
	background-color: #EFEFEF;
	border-left: solid 4px #959191;
	margin: 1em 2em 1em 3em;
	padding: .5em;
}
div.elContent  a
, div.elContent  a:link
, div.elContent  a:visited
{
	font-weight: bold;
	text-decoration: none;
}
div.elContent  a:active
, div.elContent  a:hover
, div.elContent  a:focus
{
	text-decoration: underline;
}
div.elContent table
{
	border-collapse: collapse;
	border: solid 1px #E0E0E0;
	padding: 3px;
}
div.elContent table th
{
	background-color: #959191;
	border: solid 1px #E0E0E0;		
	
	font-weight: bold;
	padding: 4px 5px;
	text-align: left;
}
div.elContent table td
{
	border: solid 1px #E0E0E0;
	padding: 4px 5px;
}
div.elContent p
{
	margin: .5em 0 1em 0;
}
div.elContent p strong
{
	font-weight:bold;
}	

/* TOOLS */
div.Tools 
{
    position: absolute;
	top: -20px;
	right: 20px;
}
div.Tools a, div.Tools a:link, div.Tools a:visited 
{
    padding: 0 0 0 5px;
    margin-left: 5px;
    color: #3e3e3e; 
    font-weight: bold;
}
div.Tools a:hover, div.Tools a:active 
{
    color: #333;
}


/* SEARCH RESULTS */
.TagHighLight 
{
    background-color: #FFFF00;
}

/* Tag navigation menu - horizontal */
div.elCatNav
{
	float: left;
	display: inline;
	overflow: hidden;
	height: 33px;
	width: 935px;

}
div.elCatNav ul
{
	line-height: 36px;	
}
div.elCatNav li
{
	display: inline;
	float: left;
	height: 33px;
}
div.elCatNav  li a
{
	color: #000;

	border-right: 1px solid #fff;
	padding: 0 6px 0 4px;
	font-weight: bold;
	font-size: 11px;
	display: inline;
	float: left;
	height: 33px;
}

/* Top Search Box */
ul.elSearch
{
	display: inline;
	float: right;
	height: 29px;
	width: 423px;
	overflow: hidden;
}
ul.elSearch li
{
	display: inline;
	float: left;
}
ul.elSearch li.txt
{
	width: 200px;
}
ul.elSearch li.txt input
{
	width: 180px;
	margin-top: 6px;
	margin-left: 10px;
	border: 0;
	color: #888;
	font-size: 12px;	
}
ul.elSearch li.btn a.hoverbutton
, ul.elSearch li.btn a.hoverbutton:link
, ul.elSearch li.btn a.hoverbutton:visited
{
	width: 26px;
	height: 20px;
	padding: 0;
	margin: 4px 0 0 -3px;
	text-indent: -999em;
	border: 0;
	float: none;
	background: transparent url(../_images/corpat/btn-search.gif) no-repeat;
}
ul.elSearch li.btn a.hoverbutton:hover
, ul.elSearch li.btn a.hoverbutton:active
, ul.elSearch li.btn a.hoverbutton:focus
{
	background-image: url(../_images/corpat/btn-search-on.gif);
}
ul.elSearch li.lnk
{
	overflow: hidden;
	margin-left: 57px;
	margin-top: 6px;
}
ul.elSearch li.lnk a
{
	
	display: inline;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	font-size: 11px;
	padding-left: 15px;
}
ul.elSearch li.lnk a.acc
{
	background: transparent url(../_images/corpat/btn-my-account.gif) no-repeat left center;
}
ul.elSearch li.lnk a.help
{
	background: transparent url(../_images/corpat/btn-help.gif) no-repeat left center;
}


ul.elFooterMenu
{
	overflow: hidden;
	float: left;
	display: inline;
}
ul.elFooterMenu li 
{
	display: inline;
	float: left;
	padding: 0 8px 0 5px;
  /* FOR MORE THAN ONE ITEM
	background: url(../_images/corpat/footer_divider.gif) no-repeat right bottom;
  */
}

ul.elFooterMenu li.last
{
	padding-right: 0;
	background: none;
}

ul.FooterPanel
{
	margin-left: 4px;
	padding-top: 20px;
	width: 962px;
	height: 160px;
	overflow: hidden;
}
ul.FooterPanel li
{
	display: inline;
	float: left;
	font-size: .85em;
	color: #6a6a6a;
	padding-left: 40px;
	overflow: hidden;
}
ul.FooterPanel li h4
{
	font-weight: bold;
	margin-bottom: 6px;
}
ul.FooterPanel li.con
{
	width: 201px;
	padding-left: 20px;
	height: 139px;
}
ul.FooterPanel li.help
{
	width: 125px;
	height: 129px;
}
ul.FooterPanel li.serv
{
	width: 147px;
	height: 129px;
}
ul.FooterPanel li.del
{
	width: 335px;
	height: 129px;
	background: transparent url(../_images/corpat/secure.gif) no-repeat 245px 30px;
}

div.footerStatement
{
	float: right;
	display: inline;
}

/* Top of page basket summary */
div.elBasket
{
	float: right;
	display: inline;
	overflow: hidden;
	width: 247px;
	height: 108px;
	background: url(../_images/corpat/wishlistbg.jpg) no-repeat;
	position: absolute;
	bottom: 0;
	right: 40px;
}

div.elBasket a
, div.elBasket a:link
, div.elBasket a:visited
{
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
div.elBasket a:hover
{
	text-decoration: none;
}

div.elBasket p
{
	font-weight: normal;
	font-size: .9em;
	float: left;
	display: inline;
	color: #fff;
	margin-top: 40px;
	margin-left: 20px;
}

div.elBasket a.elViewWishlist
{
	background: url(../_images/corpat/btn_view_wl.gif) no-repeat;
	width: 99px;
	height: 34px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 7px;
}

div.elBasket a.elViewWishlist:hover
{
	background: url(../_images/corpat/btn_view_wl_hover.gif) no-repeat;
}

div.elBasket a.elSendWishlist
{
	background: url(../_images/corpat/sendwishlist.png) no-repeat;
	width: 99px;
	height: 34px;
	float: left;
	display: inline;
	margin-left: 5px;
	margin-top: 6px;	
}

div.elBasket a.elSendWishlist:hover
{
	background: url(../_images/corpat/sendwishlist_hover.png) no-repeat;
}

/* Right panel basket */
div.elBasketSummary
{
	width: 239px;
	height: 169px;
	display: block;
	position: relative;
	background: transparent url(../_images/corpat/wishlistbox.jpg) no-repeat;
	margin:15px 0 0 -6px;
}

div.elBasketSummary a.Checkout
{
	display: block;
	background: transparent url(../_images/corpat/checkoutlist.gif) no-repeat;
	width: 74px;
	height: 24px;
	text-indent: -999em;
	position: absolute;
	bottom: 13px;
	right: 14px;
}
div.elBasketSummary ul
{
	position: absolute;
	top: 55px;
	left: 30px;
	width: 180px;
}
div.elBasketSummary ul a
, div.elBasketSummary ul a:link
, div.elBasketSummary ul a:visited
{
	color: #fff;
	text-decoration: none;
	display: inline;
	float: left;
	width: 140px;
}
div.elBasketSummary ul a:hover
{
	text-decoration: underline;
}
div.elBasketSummary ul span
{
	display: inline;
	float: left;
	width: 22px;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

div.elBasketSummary a.FullListView
{
	position: absolute;
	bottom: 18px;
	left: 36px;
	color: #fff;
	text-decoration: underline;
}

div.elBasketSummary span.itemView
{
	width: auto;
	font-weight: normal;
	color: #fff;
	position: absolute;
	right: 27px;
	top: 31px;
}

div.elBasketSummary ul li
{
	line-height: 18px;
	margin-bottom: 2px;
	height: 18px;
	display: block;
	width: 180px;
	background-color: #575757;
	overflow: hidden;
	color: #fff;
}
div.elBasketSummary ul li.elUpdTrue
, div.elBasketSummary ul li.elUpdTrue a
, div.elBasketSummary ul li.elUpdTrue a:link
, div.elBasketSummary ul li.elUpdTrue a:visited
{
	color: #d9981b;
}
div.elBasketSummary ul li.Total
, div.elBasketSummary ul li.TotalInc
{
	font-weight: bold;
	text-align: right;
	color: #454545;
	padding-bottom: 0;
	margin-bottom: 0;
	background-image: none;
	margin-right: 5px;
}
div.elBasketSummary ul li.More
{
	text-align: left;
	padding: 0 10px 7px 10px;
	
}
div.elBasketSummary ul li.More a
, div.elBasketSummary ul li.More a:link
, div.elBasketSummary ul li.More a:visited
{
	color: #1a68b2;
	width: 100%;
	display: block;
	text-align: center;
}
div.elBasketSummary ul li.More a:hover
{
	text-decoration: underline;
}	
div.elBasketSummary li.Loader
, div.elBasketSummary li.Empty 
{
min-height: 80px;
}
div.elBasketSummary li.Loader div
{
	display: block;
	height: 80px;
	background: transparent url(../../loading.gif) no-repeat 80px 10px;
}
div.elBasketSummary li.Empty div
{
	display: block;
	height: 96px;
	padding-left: 15px;
}

div.elBasketSummary ul li em
{
	font-size:7px;
}

div.elBasketSummary ul li span
{
	font-size:9px;
}

ul.elProductDetail
{
	background: transparent url(../_images/corpat/repeat-bg.gif) no-repeat bottom;
	display: block;
	width: 510px;
	height: 94px;
	overflow: hidden;
	padding: 12px 10px 8px 10px;
	clear: left;
}
ul.elProductDetail ul
{
	margin: 0;
	overflow: hidden;
	position: relative;
	padding: 0;
}
ul.elProductDetail li
{
	display: inline;
	color: #4f4f4f;
	line-height: 1em;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
ul.elProductDetail li li
{
	line-height: 1.4em;
}	
ul.elProductDetail ul li.Img
{
	float: left;
	display: inline;
	width: 122px;
	height: 88px;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 10px;
	background-
	text-align: center;
	border: solid 1px #E0E0E0;
}
ul.elProductDetail ul li.Title 
{
	overflow: hidden;
	width: 370px;
	display: block;
}
ul.elProductDetail ul li.Title a
, ul.elProductDetail ul li.Title a:visited
, ul.elProductDetail ul li.Title a:link
{
	font-weight: bold;
	color: #105ea6;
	font-size: 1.1em;
}
ul.elProductDetail ul li.Title a:hover
, ul.elProductDetail ul li.Title a:active
{
	text-decoration: underline;
}
.Stock
, ul.elProductDetail ul li.Stock
{
	line-height: 21px;
	height: 24px;
	display: block;
}
.Stock em
{
	padding-left: 25px;
	background: transparent url(../_images/corpat/stock-in.png) no-repeat;
	display: inline-block;
}
.Stock em.Out
{
	padding-left: 25px;
	background: transparent url(../_images/corpat/stock-out.png) no-repeat;
	display: inline-block;
}
ul.elProductDetail ul li.Add
{
	position: absolute;
	width: 370px;
	top: 60px;
	right: 0;
	overflow: hidden;
}
ul.elProductDetail ul li.Add input
{
	width: 23px;
	border: solid 1px #a6a6a6;
}
ul.elProductDetail ul li.Add span
{
	display: inline;
	float: left;
	height: 30px;
	line-height: 30px;
}
ul.elProductDetail ul li.Add span.Price
{
	width: 130px;
}
.Price em
{
	font-weight: bold;
	font-style: normal;
	color: #105ea6;
	font-size: 1.3em;
}
ul.elProductDetail ul li.Add span.Quantity
{
	margin-left: 10px;
	padding-right: 10px;
}

span.unauth
{
	padding: 8px 0 8px 4px;
}

span.Buy a
{
	display: block;
	width: 86px;
	height: 29px;
	background: transparent url(../_images/corpat/addtowishlist.gif) no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

span.Buy a.disabledWishlist
{
	width: 81px;
	background: url(../_images/corpat/addtowishlist_disabled.gif) no-repeat;
}


/* Full Catalogue page */
div.elCatalogue 
{
	width: 960px;
	overflow: hidden;

}
div.elCatalogue div.header
{
	background-color: #115ca1;
	margin: 20px 0 0 0;
	overflow: hidden;
}
div.elCatalogue div.header img
{
	float: left;
}
div.elCatalogue div.header h1
{
	float: right;
	
	font-size: 24px;
	font-weight: bold;
	padding: 0 20px 20px 0;
	margin-top: -30px;
}
div.elCatalogue ul.Col
{
		border-right: solid 1px #E0E0E0;
		overflow: hidden;
}
div.elCatalogue ul.Col li.Col
{
	float: left;
	clear: none;
	width: 50%;
	overflow: hidden;
}
div.elCatalogue ul.Col li.Col ul.elProductDetail
{
	background-image: none;
	border: solid 1px #E0E0E0;
	border-bottom: 0;
	width: 470px;
	overflow: hidden;
	height: 110px;

}
div.elCatalogue ul.Col li.Col ul.elProductDetail li.Title
, div.elCatalogue ul.Col li.Col ul.elProductDetail li.Desc
, div.elCatalogue ul.Col li.Col ul.elProductDetail li.Code
{
	width: 330px;
	overflow: hidden;
}
div.elCatalogue ul.Col li.Col ul.elProductDetail li.Desc
{
	clear: right;
	display: inline-block;
}
div.elCatalogue ul.Col li.Col ul.elProductDetail li.Title
{
	font-weight: bold;
}
div.elCatalogue ul.Col li.Col ul.elProductDetail li.Img
{
	width: 120px;
}

/* Catalogue Categories Tag Menu */
div.CatalogueMenuBottom
{
	background: url(../_images/corpat/category-menu-bottom.gif) no-repeat;
	width: 225px;
	height: 9px;
}

div.elCatalogueCategories
{
	width: 225px;
	padding: 5px 0 7px 0;
	overflow: hidden;
	background: url(../_images/corpat/category-menu-bg.gif) repeat-y;
}

div.elCatalogueCategories ul li
{
	float: left;
	display: inline;
	clear: both;
	width: 200px;
}

div.elCatalogueCategories ul li.Depth2.Current a
{
	background: url(../_images/corpat/current_cake.png) no-repeat left center;
}

div.elCatalogueCategories ul li li
{
	margin-top: 5px;
}

div.elCatalogueCategories ul li ul li a,
div.elCatalogueCategories ul li ul li a:visited,
div.elCatalogueCategories ul li ul li a:hover,
div.elCatalogueCategories ul li ul li a:link,
div.elCatalogueCategories ul li ul li a:active
{
	color: #fff !important;
	font-size: 1.2em;
}

div.elCatalogueCategories ul li.Depth1
{
	padding-left: 5px;
}

div.elCatalogueCategories ul li.Depth2 a
{
	padding-left: 20px;
}

div.elCatalogueCategories ul li.Depth1 > a
{
	display: none;
}

div.elCatalogueView
{
	width: 670px;
	padding: 30px 0;
}

div.elCatalogueView ul li
{
	float: left;
	display: inline;
	width: 216px;
	height: 177px;
	margin-right: 6px;
	background: url(../_images/corpat/catalogue_li_bg.gif) no-repeat;
}

/* Detailed shopping basket */
div.elBasketFull
{
	margin: 35px 0;
}

div.elBasketFull h3
{
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
}
div.elBasketFull ul
{
	overflow: hidden;	
}

div.elBasketFullContainer
{
	width: 689px;
	margin: 0 auto;
	background: url(../_images/corpat/basket_full_bg.gif) repeat-y;
}

div.elBasketFull ul.Outer
{
	margin: 25px auto;
	overflow: hidden;
	width: 669px;
	padding: 0 15px;
}

div.elBasketFull ul.Outer div.deldate,
div.elBasketFull ul.Outer div.comments
{
clear: both;
margin-bottom: 10px;
}

div.elBasketFull ul.Outer div.deldate label,
div.elBasketFull ul.Outer div.comments label
{
	margin-right: 7px;
}

div.elBasketFull ul.Outer > li
{
	font-weight: bold;
	line-height: 27px;
	height: auto;
	font-size: .9em;
}


div.elBasketFull ul li
{
	display: inline;
	float: left;
	line-height: 40px;
	height: 45px;
	vertical-align: bottom;
	overflow: hidden;
	color: #4e4e4e;
	padding: 0 2px;
	margin-right: 5px;	
	font-weight: normal;
	font-size: 1.1em;
}

div.elBasketFull ul li span
{
	line-height:20px;
}



div.elBasketFull ul li.Item.odd
{
	background-color: #ebebeb;
}

div.elBasketFull ul li.Item.even
{
	background-color: #f4f4f4;
}

div.elBasketFull ul li li
{
	height: auto;
}
div.elBasketFull ul li.Remove
{
	width: 40px;

}
div.elBasketFull ul li.Spacer
{
	width: 20px;
}

div.elBasketFull ul li.Qty.Total
{
	margin-left: 0px !important;
}

div.elBasketFull ul li.Qty
{
	width: 50px;
	margin-left: 20px;
	text-align: right;
}
div.elBasketFull ul li.Title
{
	width: 349px;
	text-indent: 45px;
}

div.elBasketFull ul li.Title a
{
	color: #303030;
}

div.elBasketFull div.Top
{
	background: url(../_images/corpat/topbasket.gif) no-repeat;
	width: 689px;
	height: 12px;
	display: block;
}

div.elBasketFull div.Bottom
{
	background: url(../_images/corpat/bottombasket.gif) no-repeat;
	width: 689px;
	height: 12px;
	display: block;
}

div.elCheckoutBasket ul li.Title
{
	width: 450px;
}
div.elBasketFull ul li.Code
{
	width: 70px;
}
div.elBasketFull ul li.Stock
{
	width: 70px;
	text-align: right;
}
div.elBasketFull ul li.Cost
{
	width: 80px;
	text-align: right;
}
div.elBasketFull ul li.Total
, div.elBasketFull ul li.TotalInc
{
	width: 80px;
	text-align: right;
}
div.elBasketFull ul li.TotalInc
{
	width: 90px;
}
div.elBasketFull > p
{
	padding-left: 1em;
}
div.elBasketFull ul li.Item
{
	line-height: 48px;
	height: 43px;
	padding-top: 2px;
	color: #175fa9;
	float: left;
	display: inline;
	clear: both;
	margin: 0 auto;
}
div.elBasketFull ul li.ItemText
{
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 20px;	
	width: 100%;	
	color: #175fa9;
	float: left;
	display: inline;
	clear: both;
	padding-left: 10px;
	height: auto;
}
div.elBasketFull ul li.ItemText p
{
	padding-bottom: 1em;
}
div.elBasketFull ul li.ItemText a
{
	text-decoration: underline;
}
div.elBasketFull ul li.Qty input
{
	width: 40px;
	text-align: right;
}
div.elBasketFull ul li.Title img
{
	border: solid 1px #E0E0E0;
	width: 33px;
	height: 33px;
	display: inline;
	float: left;
	overflow: hidden;
	margin-right: 8px;
}
div.elBasketFull ul li.Item li.Remove a
{
	margin-left: 8px;
	margin-top: 11px;
	display: block;
	width: 21px;
	height: 20px;
	background: transparent url(../_images/corpat/remove.gif) no-repeat top left;
	text-indent: -999em;
	padding-bottom: 14px;	
}
div.elBasketFull ul li.Item li.Qty
{
	padding-bottom: 2px;
}
div.elBasketFull ul li.Item li.Qty input
{
	height: 20px;
	border: solid 1px #cacaca;
	margin-top: 4px;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	width: 30px;
}

div.elBasketFull ul li.Item li.Title
{
	text-indent: 0;
	font-weight: bold;	
}
div.elBasketFull ul li.Item li.Title a
{
	font-weight: bold;
}
div.elBasketFull ul li.Item li.Title a:hover
, div.elBasketFull ul li.Item li.Title a:active
{
	text-decoration: underline;
}
div.elBasketFull ul li.Item li.Title img 
{
	margin-top: 4px;
}
div.elBasketFull ul li.FinalTotal
{
	background: url(../_images/corpat/greyboxbasketview.gif) no-repeat;
	width: 196px;
	height: 57px;
	display: block;
	float: right;
	clear: both;
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
	margin:10px 0 18px 0!important;
	padding:8px 0 0 0!important;
}

div.elBasketFull ul li.FinalTotal div.TotalTab
{
	padding-right: 12px;
	/*clear: both;	*/
}

div.elBasketFull ul li.FinalTotal div.TotalTab span
{
	line-height:14px!important;
}

div.elBasketFull ul li.FinalTotal div.TotalTab.WishlistCount span
{
	width: 156px;
	margin-top: 12px;
}

div.elBasketFull ul li.FinalTotal div.TotalTab.WishlistCount span p
{
	font-size: 11px;
}

div.elBasketFull ul li.FinalTotal div.TotalTab span
{
	font-weight: normal;
	width: 92px;
	height: 20px;
	display: block;
	float: left;
	overflow: hidden;
}

div.elBasketFull ul li.FinalTotal div.TotalTab span.bold
{
	font-weight: bold;
}

div.elBasketFull ul li.LegendTab
{
	float: right;
	display: block;
	background: url(../_images/corpat/basket_tab.gif) no-repeat;
	width: 194px;
	height: 22px;
	margin: 0;
	padding: 0;
}

div.elBasketFull ul li.LegendTab span
{
	margin-left: 10px;
	width: 82px;
	height: 25px;
	display: block;
	float: left;
	text-align: right;
}

div.elBasketFull ul li.Btn
{
	clear: both;
	float: right;
	display: block;
	overflow: hidden;
	margin-right:0!important;
	padding-right:0!important;
}
div.elBasketFull ul li.Loader 
{
	display: block;
	width: 100%;
	clear: both;
	height: 150px;
	float: none;
}
div.elBasketFull ul li.Loader div
{
	display: block;
	height: 150px;
	background: transparent url(../../loading.gif) no-repeat center;
}

div.elBasketFull div.elBasketFullContainer ul.Outer li.Btn a.btnSummary,
div.elBasketFull div.elBasketFullContainer ul.Outer li.Btn a.Checkout
{
	display: block;
	width: 100px;
	height: 36px;
	background: transparent url(../_images/corpat/sendwishlist.png) no-repeat top left;
	text-indent: -999em;
	float: left;
}

div.elBasketFull div.elBasketFullContainer ul.Outer li.Btn a.btnSummary:hover,
div.elBasketFull div.elBasketFullContainer ul.Outer li.Btn a.Checkout:hover
{
	background: url(../_images/corpat/sendwishlist_hover.png) no-repeat;
}

div.elBasketFull a.Catalogue
{
	display: block;
	width: 100px;
	height: 36px;
	background: transparent url(../_images/corpat/backtocatalogue.png) no-repeat top left;
	text-indent: -999em;
	float: left;
}

div.elBasketFull a.Checkout:hover
, div.elBasketFull a.Checkout:active
{
	background: transparent url(../_images/corpat/sendwishlist_hover.png) no-repeat top left;
}


/* Homepage Products */
ul.elHomepageProducts
{
	float: left;
	display: inline;
	overflow: hidden;
	height: 251px;
	width: 440px;
	background: #e3e3e3;
}

ul.elHomepageProducts li
{
	overflow: hidden;
	float: left;
	display: inline;
	padding: 7px;
	margin-top: 10px;
	position: relative;
}

ul.elHomepageProducts li.Img p.elTitleTrans
{
	display: block;
	width: 192px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	opacity: 0.70;
	filter: alpha(opacity = 70);
	background: #000;
	/*background: #beb5b5;*/
	position: absolute;
	bottom: 15px;
	left: 13px;
	font-size: 1.1em;
/*	font-weight: bold;*/
	color: #fff;	
}

ul.elHomepageProducts li.Img div.LatestProdOverlay
{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 142px;
	width: 142px;
	background: url(../_images/corpat/specials_overlay.png) no-repeat;
}

ul.elHomepageProducts li.Img img
{
	border: 1px solid #bcb3b3;
}

ul.elInnerPageProduct
{
	width: auto;
	height: auto;
	background: transparent;
	margin-left: 15px;
}

ul.elInnerPageProduct li.Img
{
	padding-left: 0px;
}

ul.elInnerPageProduct li.Img p.elTitleTrans
{
	width: 206px;
}

/* Homepage Build a Wishlist */
ul.elHomepageBox
{
	float: left;
	display: inline;
	overflow: hidden;
	height: 251px;
	background: #e3e3e3;
	padding-left: 9px;
	position:relative;
}

ul.elHomepageBox li
{
	margin: 16px 0;
	float: right;
	display: inline;
	width: 495px;
	height: 216px;
	border: 1px solid #bcb3b3;
}

ul.elHomepageBox li p
{
	margin: 10px;
	font-size: 1.6em;
	width: 180px;
	line-height: 1.2em;
	color: #fff;
}

ul.elHomepageBox li a
{
	margin: 0 0 0 15px;
	background: url(../_images/corpat/buildawishlist.png) no-repeat;
	width: 140px;
	height: 39px;
	float: left;
	display: inline;
	line-height: 39px;
	padding-left: 30px;
	color: #000;
	font-size: 1.3em;

}

/* Homepage Grey Bar and Newsletter Signup */
div.elGreyBar
{
	margin-top: 10px;
	height: 34px;
	background: #cbcbcb;
	position: relative;
	overflow: hidden;
	float: left;
	display: inline;
	padding-right: 3px;
	width: 543px;
}

div.elGreyBar p
{
	line-height: 34px;
	font-size: 1.5em;
	color: #5E5E5E;
	margin-right: 15px;
}

div.elGreyBar fieldset
{	
	float: left;
	display: inline;
}

div.elGreyBar fieldset legend,
div.elGreyBar fieldset ul li label.FormLabel a span,
div.elGreyBar fieldset ul li label em
{
	display: none;
}

div.elGreyBar fieldset ul li label
{
	float: left;
	display: inline;
	font-size: 1.2em;
	color: #5e5e5e;
	font-weight: bold;
	line-height: 34px;
}

div.elGreyBar span.Left,
div.elGreyBar span.Right
{
	width: 7px;
	height: 34px;
	float: left;
	display: inline;
}

div.elGreyBar fieldset ul li input
{
	float: left;
	display: inline;
	width: 221px;
	height: 15px;
	background: url(../_images/corpat/newsletter_input.gif) no-repeat;
	border: 0;
	padding: 6px;
	margin-top: 4px;
	margin-left: 10px;
}

div.elGreyBar a.hoverbutton span
{
	display: none;
}

div.elGreyBar a.hoverbutton
{
	float: left;
	display: inline;
	background: url(../_images/corpat/newsletter_button.gif) no-repeat !important;
	border: 0;
	margin-top: 4px;
	width: 75px !important;
	height: 28px !important;
}

div.elGreyBar span.Left
{
	background: url(../_images/corpat/greybarleft.gif) no-repeat;
}

ul.elPhoneBar
{
	height: 34px;
	line-height: 34px;
	margin-top: 10px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 410px;
	background: #CBCBCB url(../_images/corpat/greybarright.gif) no-repeat right top;	
}

ul.elPhoneBar li
{
	float: right;
	display: inline;
	margin-right: 15px;
	font-size: 1.5em;
	color: #323232;
	
}

/* Default Form styling */
div.elForm
{
	width: 337px;
	height: 610px;
	background: url(../_images/corpat/contact_bg.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 20px;
}

div.elForm div.elForm1
{
	width: 310px;
	margin-left: 12px;
}

div.elForm div.divInnerForm
{
	overflow: hidden;
	padding-bottom: 20px;
}
div.elForm h3
{
	margin: 15px 5px 0 5px;
	font-size: 1.1em;
	color: #fff;
	background: url(../_images/corpat/login_header.gif) no-repeat;
	width: 303px;
	height: 36px;
	line-height: 30px;
	text-align: center;
}
div.elForm fieldset legend
{
	display: none;
}

div.elForm fieldset 
{
	margin-left: 5px;
}

div.elForm fieldset label
{
	display: inline;
	float: left;
/*	line-height: 1.2em; */
	width: 128px;
	color: #9d9d9d;
	padding-bottom: .2em;
	padding-top: .5em;
	font-weight: normal;
}

div.elForm  label em
{
	display: none;
}
div.elForm fieldset label a.formDesc
{
	display: none;
}
div.elForm fieldset li
{
	overflow: hidden;
	/* line-height: 27px; */
}

div.elForm fieldset li.MetaColumn.elCrequestbrochureandproductlist label,
div.elForm fieldset li.MetaColumn.elCarrangearepresentativetovisitmewithsamples label,
div.elForm fieldset li.MetaColumn.elCphonemewithmoreinformation label
{
	width: 241px;
	float: right;
	margin-right: 30px;
	display: inline;
}

div.elForm fieldset li.MetaColumn.elCrequestbrochureandproductlist input,
div.elForm fieldset li.MetaColumn.elCarrangearepresentativetovisitmewithsamples input,
div.elForm fieldset li.MetaColumn.elCphonemewithmoreinformation input
{
	float: left;
	display: inline;
	width: auto;
	margin-top: 3px;
}

div.elForm fieldset input
{
	border: 0;
	background-color: transparent;
	background: transparent url(../_images/corpat/login_field_bg.gif) no-repeat top left;
	width: 288px;
	height: 18px;
	line-height: 10px;
	padding: 8px;
	display: inline;
	float: left;
	line-height:1.2em;
}
div.elForm fieldset input[type=hidden]
{
	display: none;
}
div.elForm fieldset textarea
{
	border: 0;
	background: url(../_images/corpat/contact_textarea.gif) no-repeat;
	width: 288px;
	height: 157px;
	margin-top: 2px;
	padding: 8px;
	display: inline;
	float: left;
}

div.elForm ul.elForm li fieldset ul li span.chkYesNo input
{
	background-image: none;
}

div.elForm  a.hoverbutton
, div.elForm  a.hoverbutton:link
, div.elForm  a.hoverbutton:visited
{
	background: transparent url(../_images/corpat/send.gif) no-repeat !important;
	width: 97px !important;
	text-indent: -999em;
	height: 30px !important;
	border: 0;
	padding: 0;
	margin-top: 15px !important;
}

/* Captch for Forms */
div.CaptchaVerification img
{
	float: left;
	display: inline;
}

div.CaptchaVerification a.CaptchaAudioVerification
{
	margin: 8px;
	width: 28px;
	height: 37px;
	display: block;
	float: left;
	background: transparent url(../_images/corpat/play.gif) no-repeat top left;
}

div.CaptchaVerification a.CaptchaAudioVerification span,
div.CaptchaVerification a.CaptchaRefresh span
{
	display: none;
}

div.CaptchaVerification a.CaptchaRefresh
{
	margin: 8px;
	width: 31px;
	height: 35px;
	display: block;
	float: left;
	background: transparent url(../_images/corpat/refresh.gif) no-repeat top left;
}

div.elForm span.chkYesNo input
{
	float:left;
}

div.CaptchaVerification label
{
	line-height: 1.2em;
	width: 128px;
	color: #4b4b4b;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 14px;	
}
div.CaptchaVerification label span
{
	display: block;
	font-weight: normal;
	font-size: 12px;
	width: 110px;
	font-style: italic;
	padding-top: 5px;
}
div.CaptchaVerification input
{
	border: 0;
	width: 292px;
	height: 27px;
	line-height: 27px;
	padding: 0 5px;
	text-indent: 3px;
	text-transform: uppercase;
}

/* Breadcrumb trail */
ul.elBread 
{
	overflow: hidden;
	margin-top: 12px;
	margin-left: 0;
	height: 15px;
	margin-bottom: 5px;
}
ul.elBread li
{
	display: inline;
	color: #7f7f7f;
	font-size: 9px;
}
ul.elBread li a
{
	color: #7f7f7f;
	padding-right: 18px;
	margin-right: 0;
	background: transparent url(../_images/corpat/breadcrumbarrow.gif) no-repeat center right;
}

ul.elBread li.First a
{
	color: #303030;
}

ul.elBread li.Last
{
	color: #cdcdcd;
}

ul.elBread2
{
	width: 516px;
	padding-left:10px;
	height: 25px;
	margin-bottom:0;
	margin-left: 2px;
	background: transparent url(../_images/corpat/Product_Drill_Down_L1/section_head.jpg) no-repeat center;
}
ul.elBread2 li
{
	line-height: 25px;
}
ul.elBread2 li a
,ul.elBread2 li span
{
	font-weight: bold;
	
	background: transparent url(../_images/corpat/Product_Drill_Down_L1/arrow.gif) no-repeat right;
	padding-right: 13px;
	font-size: 14px;
}
ul.elBread2 li.Last span
{
	background-image: none;
}

/* Section banner */
div.elSectionHead
{
	background: #FFF url(../_images/corpat/Product_Drill_Down_L1/head_img_bkg.jpg) no-repeat top left;
	width: 536px;
	height: 167px;
	position: relative;
	margin-left: -2px;
	margin-bottom: 5px;
}
div.elSectionHead img
{
	position: absolute;
	top: 9px;
	left: 10px;
	z-index: 1;
}
div.elSectionHead div.ContextTools
{
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 2;
}
div.elSectionHead div.ContextTools a
{
	color: #FF9900;
	font-weight: bold;
}
div.elSectionHead  div.Trans
{
	background-color: #000;
	height: 34px;
	position: absolute;
	bottom: 7px;
	left:10px;
	z-index: 2;
	width: 516px;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=50);
    -moz-opacity:.5;
    opacity: .5;    	
	
}
div.elSectionHead  div.Txt
{
	position: absolute;
	bottom: 16px;
	left:20px;
	z-index: 2;
	width: 516px;
	font-size: 14px;
	font-weight: bold;
	
	overflow: hidden;
}
div.elSectionHead  div.Txt span
{
	display: inline;
	float: left;
	margin-right: 5px;
}
div.elSectionHead  div.Txt em
{
	display: inline;
	float: left;
	width: 6px;
	height: 10px;
	margin-top: 4px;
	margin-right: 5px;
	background: transparent url(../_images/corpat/seperator.gif) no-repeat top left;	
	text-indent: -999em;
}
/* Similar Products */
div.elSimilar
{
	margin-bottom: 30px;
	margin-top: 20px;
}
div.elSimilar h3
{
	font-weight: bold;
	line-height: 23px;
	
	display: block;
	width: 526px;
	height: 23px;
	background: transparent url(../_images/corpat/Product_Detail_Page/detail_similar_head.jpg) no-repeat top left;
	text-indent: 10px;
	margin-bottom: 10px;
}
div.elSimilar ul
{
	overflow: hidden;
}
div.elSimilar ul li
{
	display: inline;
	float: left;
	width: 122px;
	margin-right: 11px;
	overflow: hidden;
	font-size: 11px;
}

div.elSimilar ul li a
{
	color: #0f5ea3;
	font-weight: bold;
	display: block;
	height: 60px;
	overflow: hidden;
}
div.elSimilar ul li a.Img
{
	display: block;
	height: 100px;
	border: solid 1px #E0E0E0;
}
div.elSimilar ul li div
{
	color: #343434;
}
div.elSimilar ul li div em
{
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #0f5ea3;
}



div.elProdDetails 
{
	position: relative;
	margin-top: 10px;
}
div.elProdDetails div.wrap
{
	width: 720px;
	overflow: hidden;
}
div.elProdDetails div.Img
{
	overflow: hidden;
	float: left;
	display: inline;
	position:relative;
}


div.elProdDetails div.Right
{
	width: 265px;
	overflow: hidden;
	float: left;
	display: inline;
	padding:0 0 0 10px;
}

div.elProdDetails div.Right p
{
	padding:0 8px 0 15px;
}

div.elProdDetails div.Right p.prodDescription
{
	float: left;
	display: inline;
	clear: both;
	width: 196px;
}

div.elProdDetails div.Right p.Back
{
	float: right;
	display: inline;
}

div.elProdDetails div.Right h2
{
	font-size: 1em;
	font-weight:bold;
	color: #2c2c2c;
	display: inline;
	margin:0 15px 15px 15px;
	float: left;
	text-align:right;
}
div.elProdDetails div.elProdPrice
{
	width: 196px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 10px 15px 0 27px;
}
div.elProdDetails div.elProdPrice span.Quantity
{
	display: block;
	margin-top: 7px;
}

div.elProdDetails div.elProdPrice ul li.details
{
	margin-top: 9px;
	margin-left: 3px;
}

div.elProdDetails div.elProdPrice ul li.details span.servingslarge
{
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: block;
	font-weight: bold;
	font-family: Arial;
	font-size: 24px;
	color: #a0a0a0;
	text-align: center;
	background: url(../_images/corpat/servings_large.gif) no-repeat;
}

div.elProdDetails div.elProdPrice input
{
	width: 30px;
}

div.elProdDetails div.elProdPrice ul li.details span.servingslarge,
div.elProdDetails div.elProdPrice img
{
	float:left;
	margin:10px 7px 0 0;
}

div.elProdDetails div.elProdDetailsText
{
	position: absolute;
	top: 200px;
	left: 15px;
	height: 145px;
	width: 500px;
	overflow: hidden;
	color: #343434;
}
div.elProdDetails div.elProdDetailsText p.More
{
	margin-top: 2em;
	font-style: italic;
}

/* Lightbox for product images */
ul.LightboxGallery
{
	background: transparent url(../_images/corpat/Product_Detail_Page/detail_bkg_gallery.gif) no-repeat top left;
	width: 511px;
	height: 121px;
	overflow: hidden;
	/*padding-left: 15px;*/
	padding-top: 17px;
	margin-top: -5px;
	overflow: hidden;
	clear: both;
}
ul.LightboxGallery li
{
	display: inline;
	float: left;
	margin-right: 3px;
	width: 110px;
	margin-bottom: 20px;	
}
ul.LightboxGallery li img
{
	border: solid 1px #E0E0E0;
}



/* TMP */
div.elSearchResults h2
{

	line-height: 1;
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.4em;
	color: #165fa4;
}




/* Generic panel container box for side columns */
div.elPanel
{
	background: transparent url(../_images/corpat/Product_Menu_Left/menu_foot.jpg) no-repeat bottom;
	padding-bottom: 5px;
	width: 187px;
	margin-bottom: 10px;
	overflow: hidden;	
}
div.elPanel p
, div.elPanel ul
, div.elTagCloud div
{
	padding: 10px 9px 15px 9px;
	background: transparent url(../_images/corpat/Product_Menu_Left/gradient_bkg.jpg) repeat-x;
	display: block;
	border-left: solid 1px #E0E0E0;
	border-right: solid 1px #E0E0E0;	
}
div.elPanel h3
, div.elPanel h3 a
, div.elPanel h3 a:link
, div.elPanel h3 a:visited
{
	background: transparent url(../_images/corpat/Product_Menu_Left/menu_head.jpg) no-repeat;
	width: 187px;
	height: 34px;
	display: block;
	
	line-height: 35px;
	font-size: 12px;
	text-decoration: none;
	text-indent: 10px;
	overflow: hidden;
	display: block;
	white-space: nowrap;		
	font-weight: bold;
}
div.elPanel ul li
{
	overflow: hidden;
	margin-bottom: 10px;
	color: #444;
}
div.elPanel ul li.Loader div
{
	display: block;
	height: 80px;
	background: transparent url(../../loading.gif) no-repeat 70px 20px;
}
div.elPanel ul li.Empty div
{
	display: block;
	height: 80px;
}
div.elPanel a.Img
{
	border: solid 1px #E0E0E0;
	width: 48px;
	height: 48px;
	display: inline;
	float: left;
	margin-right: 5px;
}

/* Recently viewed products panel */
div.elRecentlyViewed
{
	
}
div.elRecentlyViewed ul li
{
	font-size: 12px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	background: transparent url(../_images/corpat/basket_div.gif) no-repeat bottom;
}
div.elRecentlyViewed ul li a
, div.elRecentlyViewed ul li a:link
, div.elRecentlyViewed ul li a:visited
{
	color: #454545;
	text-decoration: none;
}
div.elRecentlyViewed ul li a:hover
{
	text-decoration: underline;
}
div.elRecentlyViewed ul li div.Price
{
	display: inline;
}
div.elRecentlyViewed ul li div.Price em
{
	display: inline;
	font-size: 12px;
}
#ZoneRightColumn div.elPanel
{
	margin-left: 7px;
}

#ZoneRightColumn div.elPanel
{
	margin-left: 10px;
}

/* Tag Cloud panel */
div.elTagCloud
{

}
div.elTagCloud div
{
	text-align: center;
	padding: 10px 5px 15px 5px;
}
div.elTagCloud div a 
{
	white-space: nowrap;
	padding: 2px 3px;
	line-height: 23px;
}	
div.elTagCloud div a:hover
{
	text-decoration: none;
	background-color: #105ea8;
	
}
a.Cloud-xx-small
{
	font-size: 11px;
	color: #1475d1;
}
a.Cloud-x-small
{
	font-size: 12px;
	color: #1475d1;
}
a.Cloud-small
{
	font-size: 13px;
	color: #1475d1;
}
a.Cloud-medium
{
	font-size: 14px;
	color: #1269bb;
}
a.Cloud-large
{
	font-size: 15px;
}
a.Cloud-x-large
{
	font-size: 16px;
}
a.Cloud-xx-large
{
	font-size: 17px;
	color: #0d4c88;
}

div.elProdList
{
	margin-top: 10px;
}




/* Status Area */
#ZoneCentreRow div.StatusArea 
{
	margin: 0 0 15px 0;    
	padding: 5px 0;
	font-family: verdana, Courier new, Courier, Sans-Serif;
}
#ZoneCentreRow div.StatusArea a.close
, #ZoneCentreRow div.StatusArea a.close:link
, #ZoneCentreRow div.StatusArea a.close:visited
{
	margin: .6em;
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	background: url(../_images/admin/icons/button_close/button_close.gif);
}
#ZoneCentreRow div.StatusArea a.close span
{
	display: none;
}    
#ZoneCentreRow div.StatusArea p
{
	padding: 0;
	margin: .7em;
	line-height: 1.4em;
}
#ZoneCentreRow div.StatusAreaTypeInformation 
{
	border: solid 1px #9da303; 
	background:  #ffff00 url(../_images/admin/status/symbol_info.gif) no-repeat left center;
	padding-left: 35px;
}
#ZoneCentreRow div.StatusAreaTypeWarning 
{
	border: solid 1px #ab8323;
	background: #ff9900 url(../_images/admin/status/symbol_warning.gif) no-repeat left center;
	padding-left: 35px;
}    
#ZoneCentreRow div.StatusAreaTypeFatal
{
	border: solid 1px #73201a; 
	
	background: #ff0000 url(../_images/admin/status/symbol_fatal.gif) no-repeat left center;
	padding-left: 35px;
}

ul.elPaging
{
	overflow: hidden;
	float: right;
	display: inline;
	margin-right:18px;
}

ul.elPaging li
{
	display: inline;
	float: left;
	margin: 5px;
	line-height: 13px;
}

ul.elPaging li a
, ul.elPaging li a:link
, ul.elPaging li a:visited
{
	color: #115ca1;
	font-weight: normal;
	font-size: 1.2em;
}
ul.elPaging li a.selected
, ul.elPaging li a.selected:link
, ul.elPaging li a.selected:visited
{
	color: #303030;
}
ul.elPaging li.firstpage
, ul.elPaging li.lastpage
{
	display: none;
}

ul.elPaging li.previouspage a.disabled,
ul.elPaging li.nextpage a.disabled
{
	color: #cdcdcd;
}

ul.elPaging li.previouspage a
{
	margin-right: 15px;
	padding-left: 9px;
	background: url(../_images/corpat/prev_enabled.gif) no-repeat left center;
}

ul.elPaging li.previouspage a.disabled
{
	background: url(../_images/corpat/prev_disabled.gif) no-repeat left center;
}

ul.elPaging li.nextpage a
{
	padding-right: 9px;
	background: url(../_images/corpat/next_enabled.gif) no-repeat right center;
}

ul.elPaging li.nextpage a.disabled
{
	background: url(../_images/corpat/next_disabled.gif) no-repeat right center;
}


/* Content Listing */
ul.elContentRepeater
{
	margin: 0 7px 0 2px;
}
ul.elContentRepeater > li
{
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: solid 1px #E0E0E0;
	padding-bottom: 10px;
	position: relative;
}
ul.elContentRepeater > li.paging
{
	height: auto;
	border-bottom: 0;
}
ul.elContentRepeater div.Img
{
	width: 150px;
	display: inline;
	float: left;
	height: 113px;
}
ul.elContentRepeater div.Img img
{
	border: solid 1px #E0E0E0;
	margin: 10px 0 0 12px;
}
ul.elContentRepeater div.Txt
{
	display: inline;
	float: left;
	width: 370px;
	overflow: hidden;
}
ul.elContentRepeater div.Txt h2
{
	line-height: 1.1em;
	font-size: 1.2em;
	margin-top: 10px;
}
ul.elContentRepeater div.Txt h2 a
, ul.elContentRepeater div.Txt h2 a:link
, ul.elContentRepeater div.Txt h2 a:visited
{
	font-weight: bold;
	text-decoration: none;
}
ul.elContentRepeater div.Txt h2 a:hover
{
	text-decoration: underline;
}
ul.elContentRepeater div.Txt h4
{
	font-size: .9em;
	line-height: 1em;
	margin: 5px 0 3px 0;
	font-style: italic;
	color: #555;
}
ul.elContentRepeater div.Txt p
{
	font-size: .9em;
	color: #555;
}
ul.elContentRepeater div.Tools
{
	float: none;
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: .9em;
}
ul.elContentRepeater div.Tools a
{
	margin-left: 0;
}


div.elOrderSummary
{

}
div.elOrderSummary table
{
	width: 100%;
	border-collapse: collapse;
	border: 0;
	width: 525px;
	margin-left: 3px;
	margin-top: 10px;
}

div.elOrderSummary table td.Alt
, div.elOrderSummary table td.Totals
{
	text-align: right;
}
div.elOrderSummary table td.Totals
{
	padding-top: 4px;
}
div.elOrderSummary table td.Totals strong
{
	font-weight: bold;
}
div.elOrderSummary table thead td
{
	font-weight: bold;
	
	padding: 0 4px;
	line-height: 26px;
	background: transparent url(../_images/corpat/Basket_View/basket_head_bkg_gradient.jpg) repeat-x;	

}
div.elOrderSummary table tbody tr:hover
{
	background-color: #f3c863;
}
div.elOrderSummary table tbody td
{
	padding: 0 4px;
	line-height: 1.6em;	
	border-top: solid 1px #E0E0E0;
	color: #454545;
}
div.elOrderSummary table .evenFalse
{
	background-color: #EBEBEB;
}

ul.Outer li a.btnBack2
, ul.Outer li a.btnBack2:link
, ul.Outer li a.btnBack2:visited
{
	display: block;
	width: 133px;
	height: 26px;
	border: 0;
	padding: 0;
	text-indent: -999em;
	margin-right: 10px;
	background: transparent url(../_images/corpat/btn_back.gif) no-repeat;	
}
ul.Outer li a.btnBack2:hover
, ul.Outer li a.btnBack2:active
{
	background: transparent url(../_images/corpat/btn_back_hover.gif) no-repeat;	
}
ul.Outer li a.btnBack
, ul.Outer li a.btnBack:link
, ul.Outer li a.btnBack:visited
, ul.Outer li a.btnContinue
, ul.Outer li a.btnContinue:link
, ul.Outer li a.btnContinue:visited
{
	display: block;
	width: 133px;
	height: 26px;
	border: 0;
	padding: 0;
	text-indent: -999em;
	margin-right: 10px;
	background: transparent url(../_images/corpat/btn_backtoshop.gif) no-repeat;	
}
ul.Outer li a.btnBack:hover
, ul.Outer li a.btnBack:active
, ul.Outer li a.btnContinue:hover
, ul.Outer li a.btnContinue:active
{
	background: transparent url(../_images/corpat/btn_backtoshop_hover.gif) no-repeat;	
}
ul.Outer li a.btnSummary
, ul.Outer li a.btnSummary:link
, ul.Outer li a.btnSummary:visited
{
	display: block;
	width: 133px;
	height: 26px;
	border: 0;
	padding: 0;
	text-indent: -999em;
	background: transparent url(../_images/corpat/btn_buynow.gif) no-repeat;	
}
ul.Outer li a.btnSummary:hover
, ul.Outer li a.btnSummary:active
{
	background: transparent url(../_images/corpat/btn_buynow_hover.gif) no-repeat;	
}
a.btnBack span
, a.btnSummary span
{
	display: none;
}

div.elAddress
{
	display: inline;
	float: right;
	clear: right;
	border: solid 1px #E0E0E0;
	padding: 5px 15px;

}
div.elAddress h2
{	
	font-weight: bold;
	border-bottom: solid 1px #E0E0E0;
	margin-bottom: 5px;
	color: #165fa4;
	}
div.elAddress p
{
	font-size: 11px;
	color: #444;
}
@media print
{
	body
	{
		background-image: none;
		background-
	}
	form.elPrint
	, form.elPrint #base
	{
		background-image: none;
		width: 968px;
		margin: 0 auto;
		padding: 0;
	}

}


div.elOrderManagement
{
margin: 20px;
font-size: 12px;
}
div.elOrderManagement ul.filters
{
	overflow: hidden;
	margin-bottom: 10px;
}
div.elOrderManagement ul.filters li
{
	display: inline;
	float: left;
	margin-right: 20px;
}
div.elOrderManagement ul.filters li label
{
	font-weight: bold;
	padding-right: 5px;
}
div.elOrderManagement table
{
		border-style: none;
		border-collapse: collapse;
        border: solid 1px #9F9F9F;
        margin: 0;
		padding: 0;
        width: 100%;
}
div.elOrderManagement table td
{
        border: 0;
        line-height: 2em;
        padding-left: 10px;
        padding-right: 5px;
        background-
}
div.elOrderManagement table thead td
{
        line-height: 2em;
        border-bottom:  solid 1px #9F9F9F;
        background-color: #e1e1e1;
        font-weight: bold;
}

div.elOrderManagement div.EditItem
{

}
div.elOrderManagement div.EditItem div.Edit
{
overflow: hidden;
clear: both;
}
div.elOrderManagement div.EditItem h3
{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	border-bottom: solid 1px #9F9F9F;
}
div.elOrderManagement div.EditItem  ul.elBasket
{


}
div.elOrderManagement div.EditItem  ul.elBasket li
{
	line-height: 2em;
}
div.elOrderManagement div.EditItem div.Edit ul
{
overflow: hidden;

clear: both;
}
div.elOrderManagement div.EditItem div.Edit ul li
{
	display: inline;
	float: left;
	line-height: 45px;
	padding-right: 20px;
}
div.elOrderManagement div.EditItem div.Edit ul li a.hoverbutton
{
	float: none;
	clear: none;
}
div.elOrderManagement div.EditItem div.Edit ul.buttonbar
{
float: right;
}
div.elOrderManagement div.EditItem div.Edit ul.buttonbar li
{
	padding-right: 0;
}

/* Product Grids */
ul.elProdGrid
{
	overflow: hidden;
	float: left;
	display: inline;
	clear: both;
	width: 700px;
}

ul.elProdGrid > li
{
	float: left;
	width: 196px;
	height: 223px;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	display: block;
	background: url(../_images/corpat/product_bg.gif) no-repeat;
}

ul.elProdGrid li.Title
{
	height: 25px;
	display: block;
	margin:0 0 2px 0;
}

ul.elProdGrid li.Title a
{
	color: #303030;
	font-size: 10px;
	margin:5px 0 5px 0;
}

ul.elProdGrid li.Details
{
	display: inline;
	clear: both;
}

ul.elProdGrid li.Details img,
ul.elProdGrid li.Details span.servings
{
	margin:6px 5px 0 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	display: block;
	float: left;
	background: url(../_images/corpat/servings.gif) no-repeat;
}

ul.elProdGrid li.Details span.servings
{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #a0a0a0;
}

ul li.Add
{
	background-color: #ebebeb;
	height: 30px;
	overflow: hidden;
	width:196px;
	float:right;
}

ul li.Add span.Quantity input
{
	width: 34px;
}

ul li.Add span.Quantity
{
	margin: 5px 0 0 5px;
}

ul li.Add span.Buy
{
	float: right;
}

ul li.Add span.Price
{
	margin: 8px 0 0 15px;
	font-size: 12px;
}

ul li.Add span
{
	float: left;
	display: inline;
}

FIELDSET.frmLogin INPUT
{
	line-height:1.2em;
}

form.RegisterPage div.elContent
{
	width: 725px;
	height: 967px;
	margin-top: 20px;
	background: url(../_images/corpat/register_bg.gif) no-repeat;
	
}

form.RegisterPage div.elContent h1
{
	background: url(../_images/corpat/register_header.gif) no-repeat;
	width: 303px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 65px;
}

form.RegisterPage div.elContent fieldset.frmRegister textarea
{
	font-family: arial;
	padding: 4px;
}


form.RegisterPage div.elContent fieldset.frmRegister legend,
form.RegisterPage div.elContent fieldset.frmRegister a.formDesc,
form.RegisterPage div.elContent fieldset.frmRegister ol li.last a#ctl00_MiWebC_btnCancel
{
	display: none;
}

form.RegisterPage div.elContent fieldset.frmRegister label
{
	display: block;
	color: #9d9d9d;
	width: 120px;
	padding: 6px 0 1px 0;
}

form.RegisterPage div.elContent fieldset.frmRegister input
{
	background: url(../_images/corpat/input_bgf.gif) no-repeat;
	width: 288px;
	height: 18px;
	padding: 8px;
	border: 0;
}

form.RegisterPage div.elContent fieldset.frmRegister ol li.last
{
	width: 356px;
}

form.RegisterPage div.elContent fieldset.frmRegister ol li.last a.hoverbutton
{
	background: url(../_images/corpat/register_account.gif) no-repeat !important;
	border: 0;
	text-indent: -999em;
	margin-right: 21px;
	margin-top:10px;
	padding: 0;
	width: 135px !important;
	height: 33px !important;
	padding-bottom:20px;
}

form.RegisterPage div.elContent fieldset.frmRegister li#ctl00_MiWebC_ucMetaData_mcs014017c3842d4cc781e39cc81e68a407_mdcc57c71b644444068abb089444e686424 label
{
	width:auto;
	white-space:nowrap;
	float:left;
	clear:none;
}

form.RegisterPage div.elContent fieldset.frmRegister span.chkYesNo input
{
	width:auto;
	padding:0;
	margin:8px 0 0 7px;
	background:none;
	height:auto;
	float:left;
	clear:none;
}

div.elNewsletterLogin
{
	width: 212px;
	height: 211px;
	margin: 0 13px;
	padding: 10px;
	clear: both;
	float: left;
	display: inline;
	background: url(../_images/corpat/newsletter_login_bg.gif) no-repeat;
}

div.elNewsletterLogin ul li
{
	overflow: hidden;
}

div.elNewsletterLogin ul li span.FormLabel
{
	background: none;
	width: auto;
	border: 0;
	text-indent: 0;
	float: right;
	display: inline;
	clear: right;
}

div.elNewsletterLogin ul li a.formDesc,
div.elNewsletterLogin ul li fieldset legend
{
	display: none;
}

div.elNewsletterLogin ul li fieldset
{
	width: auto;
}

div.elNewsletterLogin ul li label, div.elNewsletterLogin ul li span.FormLabel
{
	font-size: 1.1em;
	color: #4b494b;
}

div.elNewsletterLogin ul li input
{
	background: url(../_images/corpat/newsletter_input_login.gif) no-repeat;
	width: 206px;
	margin: 10px 0;
	padding: 4px;
	height: 17px;
	border: 0;
}

div.elNewsletterLogin ul li table.CheckboxList tr td input
{
	width: auto;
	height: auto;
}

div.elNewsletterLogin a.hoverbutton
{
	background: url(../_images/corpat/signup.gif) no-repeat !important;
	width: 93px !important;
	height: 25px !important;
	padding: 0;
	border: 0;
	margin-right: 7px;
	text-indent: -999em;
}

div.elNewsletterLogin ul li ul li table.CheckboxList tr td label
{
	display: none;
}

div.elNewsletterLogin ul li ul li table.CheckboxList tr td input
{
	width: 15px;
	height: 15px;
	border: 0;
	float: left;
	display: inline;
}

div.elNewsletterLogin ul li ul li span.FormLabel
{
	float: right;
	line-height: 36px;
	height: 35px;
	float: right;
	display: inline;
	color: #747474;
	font-size: 9px;
	margin-right: 75px;
}

div.elContactDetails
{
	width: 304px;
	height: 270px;
	background: url(../_images/corpat/contact_details_bg.gif) no-repeat;
	float: left;
	display: inline;
	padding: 0 18px;
	margin: 32px 0 15px 15px;
	color: #555252;
}

div.elContactDetails h3
{
	background: url(../_images/corpat/register_header.gif) no-repeat;
	width: 303px;
	height: 31px;
	line-height: 28px;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	margin: 15px 0 20px;
}

div.elContactDetails span.heading
{
	font-weight: bold;
}

li#ctl00_dash_cc890aa6cfdd4fffa61aca8a0659f7e5_divInner_MetaData_mcs5014023188054c78b703d857d94aaaf3_mdc544655b79834445a951fa36ef504cd7b
{
	display: none;
}

ul.elHomepageNews
{
	overflow: hidden;
	width: 450px;
}

ul.elHomepageNews li
{
	padding: 0;
	margin: 0;
}

ul.elHomepageNews li a
{
	height: 220px;
	overflow: hidden;
	display: block;
	width: 458px;
	background: url(../_images/corpat/latestnews-bg.gif) no-repeat;
	margin: 15px 0 0 10px;
	position: relative;
}

ul.elHomepageNews li img
{
	position: absolute;
	top: 41px;
	left: 19px;
	float: left;
	display: inline;
}

ul.elHomepageNews li span.newstext
{
	height: 100px;
	display: block;
	padding-left:10px;
	width:180px;
	position: absolute;
	top: 20px;
	left: 200px;
}

ul.elHomepageNews li span.newstext span.para
{
	color: #666;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 0;
}

ul.elHomepageNews li a:hover
{
	text-decoration: none;
}

ul.elHomepageNews li span.newstext span
{
	padding: 13px 0;
	color: #303030;
	font-size: 14px;
	line-height: 1.2em;
	float: left;
	display: inline;
}

form.elPageAboutUs div#ZoneMiddleColumn
{
	width: 700px;
}

div.elContent table tr,
div.elContent table td
{
	border: 0;
}

li.catalogueHide
{
	display: none !important;
}
/*-End Section -_theme.css-*/


/*-Begin Section -formdisable.css-*/
div.divProtect
{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100% !important;
	margin: 0;
	padding: 0;
	background-color: #b0b0b0;
	z-index: 99;
	cursor: wait;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);

/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-moz-opacity: 60;
	opacity: 60;
*/	
}
/*-End Section -formdisable.css-*/


/*-Begin Section -messagearea.css-*/
.MessageArea
{
	z-index: 100;
padding: 18px 5px 30px 5px;
	width: 400px;
	margin: 0;
	position: absolute;
    left: 50%;
    top: 25%;
	border: solid 1px #999900;
	background: #FFF;
	background-image: url(../_images/messagearea/bg_slice.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.MessageArea a.Close
, .MessageArea a.Close:link
, .MessageArea a.Close:visited
{
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url(../_images/admin/icons/button_close/button_close.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}
.MessageArea a.Close:hover
, .MessageArea a.Close:active
{
	background-image: url(../_images/admin/icons/button_close/button_close_on.gif);
}
.MessageArea a.Close span
{
	display: none;
}
.MessageAreaText a.formDesc
{
	display: none;
}
.MessageAreaText
{
	font-weight: bold;
	padding: 3px;
}
.MessageAreaWarning
{
	border: solid 2px #FF0000;	
}
.MessageAreaValidation
{
	border: solid 2px #FF9900;	
}
.MessageAreaInfo
{
	border: solid 2px #00FF00;	
}
.MessageAreaStopError
{
    border: solid 2px #FF0000;	
}
.MessageAreaQuestion
{
	border: solid 2px #eeee11;	
}
.messagearea_list
{
    position: absolute;
    right: 2px;
    bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 22px;
	width: 250px;
}
ul.messagearea_list li 
{
    display: inline;
}

/***********************************************************************************************************************/
/*                                                                                                       Hover Buttons */
/***********************************************************************************************************************/

a.hoverbutton_messagearea
{
    margin: 0 0 0 -1px;
    padding: 0 15px;
    display: block;
    float: right;
 	height: 18px;    
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
    border: solid 1px #9F9F9F;
    cursor: pointer;
    line-height: 1.4em;
}   
a.hoverbutton_messagearea
, a.hoverbutton_messagearea:link
, a.hoverbutton_messagearea:visited
{
	background: url(../_images/hoverbutton/button_bkgd.gif) center repeat-x;
}
a.hoverbutton_messagearea:hover
, a.hoverbutton_messagearea:active
{
    color: #FFF !important;
	background: url(../_images/hoverbutton/button_bkgd_on.gif) center repeat-x;
	text-decoration: none;
}
span.hoverbutton_messagearea_buttonLeft
, span.hoverbutton_messagearea_buttonRight
{
    display: none;
}
a.hoverbutton_messagearea_disabled
, a.hoverbutton_messagearea_disabled:link
, a.hoverbutton_messagearea_disabled:visited
{
    margin: 0 0 0 -1px;
	background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
    display: block;
	float: right;
	color: #333 !important;
	padding: 0 15px;	
	text-decoration: none;
	text-align: center;
	cursor: default;
	height: 18px;    	
    border: solid 1px #9F9F9F;
    cursor: pointer;
    line-height: 1.4em;	
}
a.hoverbutton_messagearea_disabled:hover
, a.hoverbutton_messagearea_disabled:active
{
    background: url(../_images/hoverbutton/button_bkgd_on.gif) center repeat-x !important;
    color: #333 !important;
    text-decoration: none;
}
span.hoverbutton_messagearea_disabled_buttonLeft
, span.hoverbutton_messagearea_disabled_buttonRight
{
    display: none;

}
/*-End Section -messagearea.css-*/

/*-End File-*/
