@import url("style.css");
@import url("product.css");
@import url("menuleft.css");

 /* TOP MENU */


a.cart_meny{
	background: transparent url('../pix/bg_menu_left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 12px Arial; /* Change 12px as desired */
	line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 26px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	color: #000000;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
}

a:link.cart_meny, a:visited.cart_meny, {
color: #ffffff; /*button text color*/
}

a:active.cart_meny{
	background-position: bottom left;
}
a:active.cart_meny span{ /* Hover state CSS */
	background-position: bottom right;
	color: #CCCCCC;
}


li.selected .cart_meny{
	background-position: bottom left;
}
li.selected .cart_meny span{
	background-position: bottom right;

	color: #CCCCCC;
}

a.cart_meny span{
	background: transparent url('../pix/bg_menu.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	color: #000000
}

a.cart_meny:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.cart_meny:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #000000;
}


#cart_meny{
	float: left;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	height: 26px;
	width: auto;
	margin: 0;
	padding: 0;
}


#meny_cart_meny {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family : Myriad Roman,Arial, Helvetica, sans-serif;
	margin-left: 26px;
	background-image: url(../pix/bgmeny.gif);
	float: right;
	}
	
#meny_cart_meny  li{
	display: inline;
}

#squarebutton li{
	
	display: inline;
}

form {

margin-bottom:0px;
margin-top:0px;

}




