@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	}
.menuheader{
/*background:#14a5e2;
color:#ffffff;
font-size:14px;
border-bottom:1px solid #f1ddf1;
height:20px;
padding:5px;*/
background:url(../Images/cart_top_new.png) no-repeat top right;
	color:#FFF;
	padding:3px 0 3px 10px;
	margin-top:15px;
	width:350px;
}
.fixed_div{
	position:absolute; top:0;
	/*right:0;*/
	width:360px;
	height:auto;
	z-index:100;
	}
.categoryitems{
	margin:0;
	padding:5px;
	}
.categoryitems li{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	text-align:center;
	}
.categoryitems li img{
	vertical-align:middle;
	}
.categoryitems li a:active, .categoryitems li a.active {
	background:none;
	}


.menuheader a{
	color:#FFFFFF;
	padding:0;
	margin:0;
	text-decoration:none;
	outline:none;
	}
.menuheader a:hover{
	background:none;
	text-decoration:none;
	}
.menuheader a:active, .menuheader a.active{
	background:none;
	text-decoration:none;
	}
.cart_container{
	background:url(../Images/cart_bot_new.png) no-repeat bottom right;
	padding:3px 10px 5px 10px;
	margin:0;
	width:340px;
}

