/* $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 */

body {
	background: #e5e5e5;
	margin-top: 5px;
}

body, div, p, th, td, li, dd {
	font-family: font-family: arial,sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}	

h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

a {
	color:#007db5;
	text-decoration: none;
}

a:hover, a:visited {
	color: #41bbec;
 	text-decoration: underline;
}

#container {
	padding-top: 15px;
}

#nav li {
	background: #41bbec;
	border-left: 1px #e5e5e5 solid;
	border-right: 0;
	padding: 0;
}

#nav li:hover {
	background: #0091b5;
	color: white;
}

#nav li a {
	display: block;
	color: white;
}

#nav li a:hover {
	color: white;
}

#topmenu {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	border: 0;
	background: #41bbec;
}

#leftRail {
	padding: 0 0 0 10px;
}

.toplogo img {
	padding-bottom: 5px;
}

#topmenu .menuright {
	float: left;
}

#topmenu .menuleft {
	float: right;
}

#topmenu .menuleft a {
	color: #FFFFFF;
}

#topmenu .menuleft a:hover {
	color: #007db5;
	text-decoration: underline;
}

#cartMenu h3 {
	color: #666666;
	font-weight: normal;	
}

#page {
	background: #e5e5e5;
}

div.footer_txt {
	background: #41bbec;
	color: white;
	padding-top: 10px;
	paddding-bottom: 0px;
}

div.footer_txt a {
	color: white;
	text-decoration: none;
}

div.footer_txt a:hover {
	color: #007db5;
	text-decoration: underline;
}

#cartMenu.Panel {
	padding: 0;
	margin: 0;
}

#productMenu h3 {
	background: #41bbec;
}

#prodmenu_text {
	background: white;
	border: 0;
}

ul.FlatMenu .L0 a {
	color:#007db5;
	text-decoration: none;
}

ul.FlatMenu .L0 a:hover {
	color:#41bbec;
	text-decoration: underline;
}

#content {
	padding-bottom: 15px;
}

div.search {
	margin-top: 10px;
}

#search_button:hover {
	opacity: 0.9; filter: alpha(opacity=90);
}

table.artiklar th {
	background: #41bbec;
}

div.product-small h3 {
	display: none;
}

div.product-small h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

div.product-small {
	border: 0;
	margin-right: 8px;
	margin-bottom: 15px;
	width: 130px;
	padding-left: 0;
	padding-top: 0;
}

div.product-small img {
	margin-left: 0;
}

div.product-small a {
	color:#007db5;
	text-decoration: none;
}

div.product-small a:hover {
	color:#41bbec;
	text-decoration: underline;
}

div.product-small:hover {
	background: #ffffff;
}

div.product-small .short {
	display: none;
}

div.product-small div.name {
	font-size: 14px;
	font-weight: normal;
}

div.product-small div.name a {
	color:#007db5;
	text-decoration: none;
}

div.product-small div.name a:hover {
	color: #41bbec;
 	text-decoration: underline;
}

.categorytrace {
	padding-top: 0px;
	padding-bottom: 5px;
}

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

