@charset "utf-8";
/* CSS Document */
/*#top-banner {
	margin:0;
	clear:both;
	width:auto;
	height:50px;
}*/
#top-banner{
	position:relative;
	z-index:10; /*add for inorder the menu to be positioned with pads*/ 
	width:975px;
	height:24px;
	background-image:url(/images/catalog/topBarTiler.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
	padding-left:5px;
}
#top-banner table {
	/*background-color:#FFF;
	padding:2px;*/
}
#top-banner h1 {
	color:#333;
	font-size:2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:200;
}
#top-banner h1 a {
	color:#333;
	font-size:1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:200;
	text-decoration:none;
	border-bottom:1px solid #CCC

}
#top-banner h1 a:hover {
	color:#FF0000;
	border-bottom:1px solid #FF0000;
}

#breadcrumb {
    font: 12px Arial, Helvetica, sans-serif;
    color:#676767;
    /*width:100%;
    margin:16px 0 0 0;*/
	padding:0;
	margin:0;
	text-align:left;
}
#breadcrumb LI {
    list-style-type:none;
    float:left;
	margin-right:6px;
}
#breadcrumb A {
    display:block;
	font: 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:#454545;	
}
.home {
    font-weight:bold;
}
#breadcrumb A:hover {
    color:#ff0000;
}
#breadcrumb LI a {
	background: url(http://www.megabrands.com/images/catalog/breadcrumbs/arrow.gif) no-repeat 0 3px;
	padding:0 0 0 12px;
}
#breadcrumb LI.home a,
#breadcrumb LI.home a:hover {
	padding:0 0 0 21px;
}
#breadcrumb LI.home a {
	background: url(/images/catalog/breadcrumbs/home.png) no-repeat top left;
}
#breadcrumb LI.home a:hover {
	background: url(/images/catalog/breadcrumbs/home_over.png) no-repeat top left;
}
#breadcrumb LI.last A:before, #breadcrumb LI.home {
	background:none;
	padding:0;}
.left_menu_img{
	height:23px;
}
/*#breadcrumb LI a:after {
	content:'   »'; }
#breadcrumb LI.last A:after,  {
	content:''; }*/
	
/*#breadcrumb LI a:before {
	content:'» '; }
#breadcrumb LI.last A:before, #breadcrumb LI.home {
	content:'';}*/

/* kill - Maby these classes are not useful anymore */
#breadcrumbs {
	margin:5px;
	height:55px;
	background:#444;
}
#breadcrumbs h3 {
	margin:0;
	height:50px;
}
#breadcrumbs h3 a.left_tip {
	background:url(http://www.megabrands.com/images/catalog/back_left.gif) top left no-repeat;
	width:15px;
	height:60px;
	padding-bottom:20px;
}
#breadcrumbs h3 a.right_tip {
	background:url(http://www.megabrands.com/images/catalog/back_right.gif) top left no-repeat;
	width:15px;
	height:60px;
	padding-bottom:20px;
}
#breadcrumbs h3 a {
	padding:0;
	margin:0;
	font-weight:200;
	background:url(http://www.megabrands.com/images/catalog/back_middle.gif) top left repeat-x;
	font-size:14px;
	/*border-top:1px solid #EEE;
	border-right:2px solid #CCC;
	border-bottom:2px solid #CCC;
	border-left:1px solid #EEE;
	background-color:#FFFFCC;
	margin:3px;*/
	padding:5px;
	height:60px;
	padding-bottom:20px;
	color:#FFF;
	text-decoration:none
}
#breadcrumbs h3 a:hover {
	text-decoration:underline
}
#borderight{/*This the style for right border of the gray bar of the breadcrumbs*/
	display:block;
	width:auto;
	border-right:#959594 1px solid;
	height:33px;
	float:right;
	margin-top:-10px;
}
a.no-link:hover {
	color:#444
}
