/* $Id: MyStyle.css 2864 2008-11-03 06:39:01Z martin $ */
/* Stilmall för anpassing av butikens utseende  */

@import url(/__SYS__/SE-shop.css); 	/* Style till gemensamma komponenter */
@import url(design.css);			/* Style till din valda design */

/* Här under kan du lägga in dina egna style ändringar */


/* BEGIN code added by System design tool - DO NOT EDIT! */
#page { width: 740px; }
/* END code added by System design tool - DO NOT EDIT! */

body {
	margin: 0;
}

div#footer {
	background-color: #fff;
}

div.footer_txt {
	background-image: url(/images/bottom_bg.png);
	background-repeat:repeat-x;
	float:left;
	width: 699px;
	height: 78px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

div.footer_logo {
	background-image: url(/images/bottom_bg.png);
	float:right;
}

#topmenu {
	height:62px;
	background-image: url(/images/menu_bg.png);
	border: 0;
}

ul#nav {
	padding-top:3px;
	margin-top:2px;
}

ul#nav li {
	border: 0;
}

ul#nav a {
	color: #fff;
}

ul#nav a:hover {
	background-color: #22558a;
	color: #fff;
	text-decoration: underline;
}

select.kundvagnsumma {
	width: 170px;
}

select {
	padding: 0;
	margin: 0;
}

div#productMenu h3 {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-bottom: 3px solid #0073ab;
}

#cartMenu h3 {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-bottom: 3px solid #0073ab;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 0pt;
	margin-bottom: 2px;
	line-height: 22px;
}

#cartMenu.Panel {
	border: 0;
}
div.search h3 {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-bottom: 3px solid #0073ab;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0pt;
	margin-bottom: 2px;
	line-height: 22px;
}


#cart_link {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0;
}
#cart_link a {
	background-color:#225688;
	color:#fff;
	padding:2px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

#cart_link a:hover {
	text-decoration: underline;
}

#prodmenu_text {
	border:0;
	background-color: #fff;
}

#prodmenu_text li {
	border: 0;
}

table.artiklar th {
	background-color: #225688;
}

table.artiklar th.spec {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-bottom: 3px solid #0073ab;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0pt;
	margin-bottom: 2px;
	line-height: 22px;
}

.heading {
	font-size: 14px;
	line-height: 120%;
	font-style: normal;
	font-family: arial;
}