/* $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; }
body { background-color: #; }
#page { color: #; }
a { color: #; }
a:hover { color: #; }
#topmenu { background-color: #; }
#topmenu .menuleft { color: #; }
#nav li a { color: #; }
#nav li:hover a { color: #; }
#nav li:hover { background-color: #; }
#nav li a { font-weight: normal; }
#CatTrace { background-color: #; }
#prodmenu_text { background-color: #; }
#productMenu h3 { background-color: #; }
#productMenu h3 { color: #; }
ul.FlatMenu .L0 a,ul.FlatMenu li.selected li a { color: #; }
ul.FlatMenu .L0 li a,ul.FlatMenu li.selected li a { color: #; }
ul.FlatMenu li.selected a, ul.menu li.selected a { color: #; }
ul.FlatMenu li.selected a, ul.menu li.selected { background-color: #; }
ul.FlatMenu .L0 { border-bottom-color: #; }
#cartMenu { background-color: #; }
div.search { background-color: #; }
div.product-small h3 { background-color: #; }
div.product-small h3 { color: #; }
div.campaignproduct h3 { background-color: #; }
div.campaignproduct h3 { color: #; }
div.promoteproduct h3 { background-color: #; }
div.promoteproduct h3 { color: #; }
div.newproduct h3 { background-color: #; }
div.newproduct h3 { color: #; }
div.product-small div.name { color: #; }
div.product-small .short { color: #; }
div.product-small span.unit { display: none !important; }
table.artiklar th { background: #; }
table.artiklar th { color: #; }
tr.odd { background: #; }
tr.even { background: #000000; }
span.unit { display: none; }
/* END code added by System design tool - DO NOT EDIT! */

body {
	margin: 0;
	background: url(/images/bg.jpg) repeat-x;
	background-color: #ffc5de;
	color: #666666;	
}

body, div, p, th, td, li, dd    {
  font: normal 11px Verdana, Arial, Lucida, Helvetica, sans-serif;
  line-height: 16px;
}

a, a:visited {
	color: #971b1e;
}

a:hover {
	color: #666666;
}

h1, h2, h3, h4 {
	letter-spacing: -1px;
	color: black;
}

h1 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
}

h2 {
	font-size: 19px;
	line-height: 21px;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	line-height: 19px;
	font-weight: normal;
}

#page {
	background-color: #f4d6e3;
}

#header {
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 910px;
}

#topmenu {
	height: 47px;
	background-color: #f4d6e3;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 910px;
}

#topmenu .menuleft {
	line-height: 47px;
}

#nav li { 
	line-height: 47px;
	border: 0;
}

#nav li:hover {
	background-color: black;
}

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

#nav li a {
	color: #971b1e;
}

#logo {
	position: absolute;
	top: 47px;
	border-bottom: 1px dotted #b3b3b3;
}

#cartMenu.Panel {
	position: absolute;
	top: 13px;
	right: 12px;
	width: 300px;
	height: 32px;
	line-height: 32px;
	border: 0;
	z-index: 2;
}

#cart_link {
	display: none;
}

#cart_text {
	text-align: right;
}

#cart_text a {
	color: #971b1e;
}

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


#cart_text img {
	padding-right: 5px;
}

#container {
	padding-top: 265px;
}

#content {
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 40px;
}

#productMenu.Panel {
	margin: 0;
	padding: 0 0 0 15px;
	width: 170px;
}

#productMenu h3 {
	padding: 0;
	margin: 0;
	color: white;
	border-bottom: 1px dotted #971b1e;
	background: transparent;
	font-size: 15px;
	margin-bottom: 10px;
}

#prodmenu_text {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

ul.menu {
	margin: 0;
	padding: 0;
}

.menu a {
	padding-left: 15px;
	font-size: 12px;
}

.menu a:hover {
	text-decoration: none;
}

.menu li {
	background: none;
	background-color: #f173aa;
	margin-bottom: 2px;	
	padding: 3px 5px 3px 7px;
	
}	

.menu li:hover {
	background-color: black;
	display: block;
}

.menu li.closed {
	background: url(/images/plus.gif) no-repeat;
	background-color: #f173aa;	
	background-position: 7px 9px;
}

.menu li.closed:hover {
	background-color: black;
}

.menu li.open {
	background: url(/images/minus.gif) no-repeat;
	background-color: #f173aa;
	background-position: 7px 9px;	
}

ul.menu a {
	color: white;
}

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

ul.submenu li:hover {
	background-color: #f173aa;
}

div.search {
	margin-top: 15px;
	padding-left: 13px;
	margin-bottom: 10px;
}

#Search_Text {
	border: 1px solid #f173aa;
	padding-left: 5px;
}

#search_button {
	border: 0;
}

div.product-small-container {
	padding-left: 10px;
	padding-top: 10px;
}

div.product-small {
	border: 1px solid #d9d9d9;
	width: 135px;
	padding-top: 8px;
}

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

div.name a {
	font-size: 11px;
}

div.product-small .short {
	padding-top: 3px;
	font-size: 11px;
	height: 27px;
	line-height: 13px;
}

div.product-small div.oldprice {
}

div.product-small div.price {
	font-size: 15px;
	font-weight: bold;
}

#footer {
	border-left:200px solid #f4d6e3;
}

div.footer_txt {
	text-align: left;
	padding: 15px 0 18px 20px;
	font-size: 10px;
}

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

div.menuleft {
	padding-left: 13px;
	padding-right: 15px;
	padding-top: 10px;
	color: white;
}

div.menuleft a {
	color: white;
}

div.menuleft a:hover {
	color: white;
	text-decoration: underline;
}

legend {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

input.button {
	background-color: #f173aa;
	color: white;
}

#login-box {
	padding-left: 15px;
}	

#extramenu_text {
	background: none;
	display: none;
}	

div.betalsatt {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}

div.betalsatt img {
	margin: 0 4px 0 0;
}
 