/* $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! */
#nav li a { color: #69361b;  }
#nav li a { font-weight: normal;  }
#nav li:hover a { color: #e87829;  }
#page { color: #69361b;  }
#page { width: 900px;  }
#topmenu { background-color: #ffffff;  }
#topmenu .menuleft { color: #69361b;  }
.Panel, div.search { margin-left: 0px; !important }
a { color: #e87829;  }
a:hover { color: #e87829;  }
body { background-color: #ffccff;  }
table.artiklar th { background-color: #FFEFD5;  }
table.artiklar th { color: #69361b;  }
tr.even { background-color: #FFEFD5;  }
tr.odd { background-color: #FFEFD5;  }
ul.FlatMenu li.selected a, ul.menu li.selected a { color: #000000;  }
/* END code added by System design tool - DO NOT EDIT! */

a, a:visited {
	color: #673b18;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}



body {
	margin:0;
	/*background-color: #efecff;*/
	color: #646464;
}

body, div, p, th, td, li, dd    {
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 12px;
	line-height: 1.45em;
}

#page {
	border-left: 5px #4f3e33 solid;
	border-right: 5px #4f3e33 solid;
	background-color: white;
}

.Panel, div.search { 
	margin-left: 15px !important; 
}

#topmenu {
	border: 0;
	margin-top: 10px;
}

#nav li {
	border: 0;
	color: #98908b;
	padding-right: 4px;
	padding-left: 4px;
}

#nav li img {
	padding-top: 7px;
}

#nav li a {
	color: #673b18;
	font-size: 11px;
	padding-right: 4px;
	padding-left: 4px;
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 12px;
}

#nav li a:hover {
	color: #e87829;
	background-color: white;
}

#nav li:hover {
	background-color: white;
	color: #5e331a;
}

#header {
	background-color: white;
}

h1 {
	color: #673b18;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	color: #673b18;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	color: #673b18;
}

#productMenu h3 {
	background-image: url(/images/bg_produkter.gif);
	color: #673b18;
	font-weight: bold;
}

ul.FlatMenu .L0 a, ul.FlatMenu li.selected li a {
	color:#673b18;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
}

ul.FlatMenu .L0 a:hover, ul.FlatMenu li.selected li a:hover {
	color: #231f20;
	text-decoration: underline;
}

ul.FlatMenu .L0 li a, ul.FlatMenu li.selected li a {
	color: #673b18;
}

ul.FlatMenu .L0 li a:hover, ul.FlatMenu li.selected li a:hover {
	color: #231f20;
}

ul.FlatMenu li.selected a, ul.menu li.selected a {
	color: #673b18;
	font-weight: bold;
}		

ul.FlatMenu li a:before {
content: inherit;
}

#prodmenu_text {
	background-color: #f4f4f4;
}

#cartMenu h3 {
	background-image: url(/images/bg_produkter.gif);
	background-repeat: no-repeat;
	color: #673b18;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding-bottom: 10px;
	margin-top: 0;
}

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

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

div.product-small div.price {
	display: show;
}

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

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

div.product-small {
	padding: 5px;
	width: 150px;
	height: 195px;
	border: 0;
	margin: 10px 10px 0 0;
	background-color:#ffffff;
	border: 1px #e1ddc8 solid;
}

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

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

div.product-small div.name {
	margin: 7px 0 0 0;
	font-weight: normal;
}

div.product-small a {
	color: #646464;
}

div.product-small a:hover {
	color: #000000;
}

.text_border {
	border: 1px #cccccc solid;
	background-color: #eeeeff;
	padding: 10px;
	margin-right: 20px;
}

div.produkt {
	padding-right: 10px;
}

#GroupText {
	border: 1px #cccccc solid;
	background-color: #eeeeff;
	padding: 10px;
	margin-right: 20px;
}

#cart_text {
	font-size: 10px;
}

#cart_link a {
	color: #673b18;
}

div.productimage {
	border: 5px #e1ddc8 solid;
}

table.artiklar th {
	background-image: url(/images/bg_produkter.gif);
	color: #673b18;
	background-repeat:repeat-x;
	background-color: #d6d6d6;
}

#content {
	padding-right: 0px;
}

#GroupText {
background-color: #FFEFD5;
}
