/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/



.boxText {  font-size: 12px; }
.boxText form { padding-left:8px;  }
.errorBox {   font-size: 0.9em; background: #ffb3b5; font-weight: bold; }
.stockWarning {   font-size: 0.9em; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {   font-size: 0.9em; color: #F15A22; text-decoration: underline; }


.hiddenDiv{
display:none;
}

abbr {cursor:help;

border-bottom: dotted 1px #999;}

.search_input {
	width:180px;
	height:18px;
	margin-top:-4px;
    vertical-align: top; *vertical-align: text-bottom; } 

.search-button {
	border:none;
		margin-top:-4px;

  vertical-align: top; *vertical-align: text-bottom; } 
	
p { padding-top:1em;
text-indent:0px;}

#container{}

table.catalog_page {
	width:1100px;
	margin: 0 auto;
    overflow:hidden; height:100%;
}

table.selector_page {
	width:1150px;
	margin: 0 auto;
    overflow:hidden; height:100%;
}


#main-content { margin-top:6px;}

#left_column { float: left; width: 225px; }

#infobox-heading, #page_Heading {
  font-size: 14px;
  background-color: #ffffff;
  padding: 8px 12px;
  color:#ff5427;
  font-weight:bold;

  margin-bottom: 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
  border-top: 1px solid #eaeaea;
  border-radius: 3px 3px 0 0;
}

td.vendor_logo {border:1px solid #999; 	padding:15px; }
td.product_summary {border:1px solid #999; 	padding:15px; vertical-align:top; }

img.vendor_logo {
	border:none;
}

#infobox_contents
{
  background-color: #ffffff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding-top:10px;
  text-indent:4px;
  padding-bottom:10px;
}

#site_content { padding-left:10px; width:850px; float: left; padding-top: 2px;}

#footer {
text-align:left;
line-height:1.2em;
padding-bottom:5px;
}

#footer-eircom{
	text-align: center;
	width:953px;
	clear:both;
	margin:30px 0px 20px 0px;
	font-size:11px;
	color:#FFF;
	background: #736C66;
    border-radius:3px;
	line-height:19px;
}

#footers {
	clear:left;
text-align:left;
line-height:1.2em;
padding-top:10px;
padding-bottom:5px;
}

dl.expander dt { color:#F15A22; font-weight:bold; padding-top:8px;}

#bottom-nav
{ border-top: solid 1px #999;
padding-top:5px;
	width:1100px;
	margin: 0 auto;
    overflow:hidden; height:100%;
text-align:left;
line-height:1.2em;
}


a:link.header_link, a:visited.header_link {font-weight:bold; font-size:1.1em; text-decoration:none;}

a:link.static_menu_link, a:visited.static_menu_link
{
color: #666;
text-align:left;
text-decoration: none;
font-size: 13px;
line-height: 1.5em;
margin-left:-4px;

}

a:hover.static_menu_link { 
background-color: #f60;
color:#fff;
}


#tcocalc { color:#F15A22;
font-weight:bold;
text-align:right;
padding-right:12px;
}

.comp_price
{ color:#F15A22;
font-weight:bold;
font-size:1.1em;
}

.dividerl {

	border-right:1px dotted #c8c8c8;
       background: #ffffff;
	}
	
	
.dividerR {

	border-left:1px dotted #c8c8c8;
	background: #ffffff;
	}

.phone {
	margin-top:5px;
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	line-height:1.1em;
}

td.login-welcome {
color: #666;
font-size:12px;
}


a:link, a:visited {
	color:#F15A22;
	text-decoration:none;
}

#breadcrumb a{
	background:none;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	margin:0;
	padding:0;
}

a:hover {
	color:#54585a;
	text-decoration:underline;
}


FORM {
	display: inline;
}

table.prod-header {
color:#666;
}

.price {
color:#063;
font-size:16px;
text-align:right;
font-weight:bold;
}

TR.header {
}

a.account {
font-size:13px;
font-weight:bold;
text-decoration: none;
}

img.account {
	margin-top:3px;
	margin-bottom: -5px;
}

a:hover.account {
text-decoration:underline;
}


td.breadcrumb {
	color:#F15A22;
	padding-top:10px;
	font-size:12px;

}


/* menu links style */
a.breadcrumb, a:visited.breadcrumb {
/*padding: 5px 4px; */
text-align:center;
text-decoration: none;
font-size:12px;
/*background-image: url(images/breadcrumb.png);
/*background-position: left top; */
}

a:hover.breadcrumb {
/*background-image: url(images/breadcrumb.png);
background-position: left bottom;*/
color:#54585a;
text-decoration:underline;
}



.whatsthis {
font-size: 10px;

}
.compare-info {font-size: 11px; color: #333; }

TR.headerError {
  background: #ff0000;
}

table.column-left { 
  width:225px;
  
}


TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.phone {
  margin-top:20px;
}


TD.login {
  padding-top:10px;
}


.cat_info_box {background: #ffffff; 
 padding: 8px; 
 border-bottom: 1px dotted #c8c8c8;
 margin-bottom: 10px; 
 }

.infoBox {
 /* margin-left:2px;
  margin-right:2px;*/
}

table.infobox {
	/*margin-bottom:10px;*/
}

.infoBoxContents, .tcoBoxContents, #content_main, TABLE.content-main, TABLE.contentBoxContents {
  background-color: #ffffff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;

}

#content_main, TABLE.content-main {
	background-color: #ffffff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding:10px;
  
}

td.tcoBoxContents {
  padding-top:5px;
}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}


TD.footer_hd {
	border-right: #F15A22 1px solid;
}

a.footer_item, a.footer_item:visited {
	color: #333;
}
TD.infoBoxHeading, TD.shoppingcartheading, TD.in-shoppingcartheading, TD.compareBoxHeading, TD.sideBoxHeading, TD.categoriesHeading, TD.manufacturersHeading, TD.currencyheading, TD.invoiceHeading {
  font-size: 16px;
  background-color: #ffffff;
  padding: 8px 12px;
  color:#003380;

  width:100%;
  margin-bottom: 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-radius: 3px 3px 0 0;
  
}
TD.contentBoxHeading, TD.pageHeading {
  font-size: 16px;
  background-color: #ffffff;
  padding: 8px 12px;
  color:#003380;
  
  width:100%;
  margin-bottom: 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-radius: 3px 3px 0 0;
  
}

TD.specialsHeading {
  font-size: 16px;
  background-color: #ffffff;
  padding: 8px 12px;
  color:#ff5427;
  margin-bottom: 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-radius: 3px 3px 0 0;
}


a.shoppingcartheading {
  font-size: 16px;
  color: #f60;
}

a:hover.shoppingcartheading {
	color:#F15A22;
}
TD.infoBox, SPAN.infoBox {
  font-size: 0.9em;
}

.contentBox {
}

.contentBoxContents {
  font-size: 0.9em;
  padding-top:20px;
}

TABLE.contentBox {
}

TD.welcome {
  font-size: 14px;
  padding:8px;
}

TD.contentBox, SPAN.contentBox {
  font-size: 0.9em;
  padding-right:5px;
}



TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #fcfcfc; padding-top:2px;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff; padding-top:2px;
}



a.productListing-heading, a.productListing-heading:visited {
  font-size: 0.9em;
  font-weight: normal;
  color: #666;
}

td.productListing-heading {
   font-size: 14px;
  background-color: #fff;
  padding: 4px 2px;
  color:#f60;
  margin-bottom: 15px;
/*	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;*/
  border-bottom: 1px solid #eaeaea;
/*  border-radius: 3px 3px 0 0; */

}

TABLE.productlisting {
  border-bottom: 1px dotted #c8c8c8;

}

TD.productListing-data {
  font-size: 0.9em;
  padding-left: 5px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

h1 {
	font-size:1.4em;
	margin:5px 0;
	font-weight: bold;
	color:#333333;
}

h2 {
	font-size:1.3em;
	margin:5px 0;
	font-weight: bold;
    color:#F15A22;
}


h3 {
	font-size:1.1em;
	margin:5px 0;
    color:#333333;
}


TD.welcomeHeading {
  font-size: 20px;
  background-color: #ffffff;
  padding: 8px 12px;
  color:#8b00ef;
  margin-top:10px;
  margin-bottom: 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-radius: 3px 3px 0 0;
}

#welcome-message {
	padding:5px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 0.9em;
  color: #000000;
}

TD.main, P.main, .category_desc {
  line-height: 1.5;
  padding:3px;
}

TD.list-products {
	padding:10px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 0.9em;
}

a.also_purchased:link, a.also_purchased:visited {
  max-width: 90%;
}

TD.red-smallText {
  font-size: 0.9em;
  color:#F15A22;
  padding:4px;
}


TD.accountCategory {
  font-size: 1.2em;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 1.1em;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 1.1em;
}

TD.tableHeading {
  font-size: 2.1em;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 1.1em;
  color: #ff0000;
}


TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  color: #936;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TABLE.right-col {
  padding-left:4px;
  padding-right:2px;
}


TD.formAreaTitle {
  font-size: 1.1em;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 1.1em;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {   font-size: 0.9em; color: #8c8c8c; }
.checkoutBarCurrent {   font-size: 0.9em; color: #000000; }

/* message box */

.messageBox {   font-size: 0.9em; }
.messageStackError, .messageStackWarning {   font-size: 0.9em; background-color: #ffb3b5; }
.messageStackSuccess {   font-size: 0.9em; background-color: #99ff00; }

/* input requirement */

.inputRequirement {   font-size: 0.9em; color: #ff0000; }

hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
/*	_margin:10px 0;*/
	}
	
#flashContent {
z-index:0;	
}

.guidemenu ul{
padding: 2px;
list-style-type: none;
text-align:left;
font-size:1.1em;
width: 210px; 
z-index: 1000;


/* Width of Menu Items 
border-bottom: 1px dotted #c8c8c8;*/
}

.guidemenu ul li{
position: relative;

}


/* menu links style */
.guidemenu ul li a{
display: block;
color:#666;
text-decoration: none;
font-size:13px;
padding: 1px 2px;
/* border: 1px dotted #c8c8c8;*/
border-bottom: 1px solid #eaeaea;
line-height: 1.5em;
}

.guidemenu ul li a:hover{
background-color: #f60;
color:#fff;
}
	/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
padding: 0;
list-style-type: none;
text-align:left;
font-size:13px;
width: 210px; 
z-index: 1000;


/* Width of Menu Items 
border-bottom: 1px dotted #c8c8c8;*/
}

.suckerdiv ul li{
position: relative;

}

/*1st level sub menu style */
.suckerdiv ul li ul{
left: 207px; /* Parent menu width - 1*/
position: absolute;
width: 200px; /*sub menu width*/
border: 1px solid #eaeaea;
top: 0;
display: none;
background-color:#fff;
margin-left:3px;
z-index: 1001;

}


/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 197px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 195px; /* Parent menu width - 1*/
background-color: #ffffff;
color:#666;
font-size:13px;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #ffffff;
border-bottom: 0;

}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #ffffff;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color:#666;
text-decoration: none;
padding: 1px 2px;
font-size:13px;
/* border: 1px dotted #c8c8c8;*/
border-bottom: 1px solid #c8c8c8;
line-height: 1.5em;
}

.suckerdiv ul li a:hover{
background-color: #f60;
color:#fff;
}

.suckerdiv ul li ul li a:hover{
background-color: #f60;
color:#fff;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #f60;
color:#fff;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
/* background: url(images/pointer_blue_light.gif) no-repeat center right; */
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #ffffff;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #ffffff;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #ffffff;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/*** Compare Box ***/

	.dropBox{
		width:190px;
		border:1px solid #000;
		background-color:#E2EBED;
		height:400px;
		margin-bottom:10px;
		padding:3px;
		overflow:auto;
	}	

.product_image { cursor: move; }
.comparisons { background:url(images/compare-bg.jpg) top left no-repeat; padding:38px 0 0px 0; width:187px; height:265px; font-size:10px; margin-top:5px; }
.comparisons-area p { margin: 0 0 0px 2px; }
.compare-info { margin: 0; padding: 0 5px 0 14px; }
.compare-boxes { margin: 0 0 5px 18px; float:left; display:inline; }
.compare-box { width:60px; height:60px; float:left; display:inline; margin: 10px 10px 0 7px; outline:1px solid #ccc; }
.compare-go { width:178px; text-align:center; margin-bottom:5px; margin-top:-5px; }
.odd { border-top: 1px solid #b3b3b3; background: #efefef; }
.even { border-top: 1px solid #b3b3b3; }
.even td, .odd td { vertical-align: top; font-size: 11px; padding: 5px 5px 10px 5px; }

.compare-button {
    color:#fff; background-image:url(images/compare.jpg); background-position: 0px 0;
	padding:5px; width:88px; margin-bottom:5px;
}
.compare-button:hover {
    color:#000; background-image:url(images/compare.jpg); background-position: -88px 0;
	padding:5px; width:88px;
}

/* Search suggest styles */
#content
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center
}

#scroll
{
  position: absolute;
  margin: 0 auto; 
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 176px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
}

#suggest table
{
  width: 170px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

a.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

a:hover.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
} 


#compare_content div{
	position:relative;
}

.del_compare{
	position:absolute;
	top:5px;
	right:0px;
	cursor:pointer;
	display:none;
}

.go_compare{
	cursor:pointer;
}

#clear_compare_cart{
	line-height:22px;
	display:none;
}

.comp-head {
	color:#000;
   }


.comp_item {
	float: left;
	padding: 2px;
}

.empty_compare_box{
/*	background: url('images/empty.jpg') no-repeat center center; */
}

.compare_box{
	width: 102px;
	height: 102px;
	border: 1px solid #dcdcdc;
}


#compare_box_1, #compare_box_3, #compare_box_5{
	float: left;
	margin: 0px 5px 5px 0px;
}

#compare_box_2, #compare_box_4, #compare_box_6{
	float: left;
	margin: 0px 0px 10px 0px;
}


.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#F15A22;
text-decoration: none;
padding: 3px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #fff; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color:#F15A22;
}

.sidebarmenu ul li a:hover{
color:#ccc;
text-decoration:underline;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
border: 1px solid #c8c8c8;
display:none;
}

.sidebarmenu a.subfolderstyle{
background: url(images/pointer_blue_light.gif) no-repeat center right;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
table#optiviewcomp{width: 90%; background: #ccc; margin-top: 20px;}

td.optiviewcomphead{padding: 3px; text-align: center; background: #0d4a7d; font-weight: bold; color: #ffffff;}
td.optiviewcompsubhead{padding: 3px; text-align: center; background: #fec20f; font-weight: bold; color: #666666;}

td.optiviewcompcontent{padding: 3px; text-align: center; vertical-align: middle; background: #FFFFFF; color: #666666;}

td.optiviewcompcol1{width: 200px; text-align: left;}


li.featurelist{padding-bottom: 8px;}

/*Social media buttons */
/* Custom Styles For The Social Media Widget Icons */


dl.v_show_hide dt {
	color:#F15A22;
	font-weight:bold;
	padding-top:5px;
	cursor:pointer;
	}
dl.v_show_hide dd {
	color:#333;
	padding-top:3px;}
	
.tooltip {
	display:none;
	background:transparent url(/images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

#container_left span, #container_right span {
	cursor:help;
	border-bottom:dotted 1px #999;
	}

a.btm_nav_hdr {  font-size:14px; text-decoration:none; color:#666;}
a.btm_nav_hdr_eircom {  font-size:11px; text-decoration:none; color:#fff;}
a.btm_nav_hdr:hover, a.btm_nav_hdr_eircom:hover {  text-decoration:underline;}

#bottom-map a {font-size:12px; color:#999;}
#bottom-map a:hover {color:#666; text-decoration:underline;}
#bottom-map td {font-size:12px;}
#bottom-map h3 { font-weight:normal; font-size:16px;}
#header #nav {
	clear: both;
	width: 950px;
	background: url(images/header-nav-sprite.png) no-repeat top left;
	/* http://home.eircom.net/Images/portal/global/_dev/header/navigation.png */
	height: 40px !important;
	overflow: hidden;
	display: block;
}

#header #nav ul { margin: 0; padding: 0; }

#header #nav ul li {
    font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: url(images/nav-divider.gif) no-repeat left;
	/* http://home.eircom.net/Images/portal/global/_dev/common/nav-divider.png */
	z-index: 0;
}

#header #nav ul li.nv1 {
    	background: url(images/header-nav-sprite.png) no-repeat top left;
	}

  #header #nav ul li.nv1:hover {
    	background-position:0px -40px;
	}
#header #nav ul li a {
	color: #fff;
	display: block;
	padding: 13px 0 13px 0;
	text-align: center;
	z-index: 1;
}

/* jQuery now handles this #nav ul li:hover ul, #nav ul li.sfhover ul { display: block; } */


/* Allows Negative Margin to work in IE6 */
* html #nav ul li a { height: 1%; position: relative; }

		/* Styles for the main navigation */
		
	    #header #nav ul li.nv1 { background: none; }
		#header #nav ul li.nv1 a { width: 118px; }
		  /* http://home.eircom.net/Images/portal/global/_dev/header/left-nav-hover.png */
        #header #nav ul li:hover { background-color: #F15A22 !important; }		
        #header #nav ul li.nv2 a { width: 117px; }
		#header #nav ul li.nv3 a { width: 106px; }
		#header #nav ul li.nv4 a { width: 138px; }
		#header #nav ul li.nv5 a { width: 132px; }


/* better geometrics for header items (IE6 shows submenus at side, ugh) */
/*
 #header #nav ul li a{ _display: inline-block; width: auto !important; padding-left: 20px; padding-right: 19px; }
#header #nav ul li ul li a {
	width: 130px !important;
}
*/


/* Clearfix */
	.clearfix:after { content: "." !important; display: block !important; height: 0 !important; clear: both !important; visibility: hidden !important; }
	.clearfix { display: inline-block !important; }  

#nav-search { color: #fff; padding: 9px 0 0 20px !important; background: none !important; }
	  #nav-search label { float: left; display: block; padding-top: 4px; width: 55px; }
	  #nav-search #search-box { float: left; width: 222px;) no-repeat top left; margin-right: 5px; }
		#nav-search #search-box input { display: block; margin: 3px 0 3px 30px; width: 180px; border: 1px solid #fff; padding: 0; }	
		
		/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #C9C9C9; }
.dataTableRow_INVOICE { background-color: #F0F1F1; }
.dataTableContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; }
.product_infobox_heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row { background-color: #F0F1F1; }
.product_infobox_data { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top_INVOICE { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.smallText_INVOIVE { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.smallTextBlue_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */



.image-button .buttons_submit, #reset input[type="button"]  {
    background-color:#8b00ef;
    font-family: eir;
    color: #fff;
    text-decoration: none;    
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    }

.image-button .buttons_submit:hover, #reset input[type="button"]:hover {
    background-color:#307fe2;
    cursor: pointer;
    text-decoration: none;
    }

.submit-image .image-button {
    background-color:#8b00ef;
    color: #fff;
    text-decoration: none;    
    border: none;
    font-family: eir;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    }

    
.submit-button span {
    background-color:#8b00ef;
    color: #fff;
    text-decoration: none; 
    padding:3px;   
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        }

.submit-button span:hover {
    background-color:#307fe2;
    cursor: pointer;
    text-decoration: none;
    }
    
.compare_image img:last-child{display:none}
.compare_image:hover img:first-child{display:none; text-decoration: none;}
.compare_image:hover img:last-child{display:inline-block}