/* $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! */
#cartMenu { background-color: #ffffff;  }
#nav li a { font-family: verdana;  }
#nav li a { font-size: 10px;  }
#nav li a { font-weight: normal;  }
#page { width: 740px;  }
.Panel, div.search { margin-left: 0px; !important }
a { color: #08b8b0;  }
a:hover { color: #08b8b0;  }
body { background-color: #ffffff;  }
table.artiklar th { background-color: #ebeaea;  }
tr.even { background-color: #ffffff;  }
tr.odd { background-color: #ffffff;  }
ul.FlatMenu .L0 a,ul.FlatMenu li.selected li a { color: #000000;  }
ul.FlatMenu li.selected a, ul.menu li.selected { background-color: #ffffff;  }
ul.FlatMenu li.selected a, ul.menu li.selected a { color: #000000;  }
/* END code added by System design tool - DO NOT EDIT! */


.grouping-info {
	text-align: left;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0;
	float:left;
}

.grouping-info label {
	text-align: left;
	font-weight: bolder;
}

.grouping-divs {
	text-align: left;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 2em;
	float:right;
}

.grouping-divs label {
	text-align: left;
	font-weight: bolder;
}

table.artiklar {
	margin-top: 0;
}
table.artiklar th {
	background-color: #eee;
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:1px solid #aaa;
	font-weight: bold;
}

.order_box {
	border: 1px solid #aaa;
	background-color: #eee;
	width:60%;
	padding: 5px;
	float: right;
}

div.warning {
	border:1px solid #666;
	margin-bottom: 10px;
	background-color: #fff;
	background-image: none;
}

div.warning table {
	border: 1px solid #bbb;
}

div.warning td {
	border: 1px solid #bbb;
}

div.warning input {
	margin-right: 10px;
	margin-bottom: 30px;
}

