/* $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.Panel, .MiniCartContents, #prodmenu_text, #Search_Text, div.newsfeed, div.product-small, fieldset.documents, .cart_menu_ul li, .cart_menu_ul li.selected, div.cart-login-container, div.login-container, .cart-kunduppgifter a { border-color: #655d5d;  }
#nav li a { font-size: 11px;  }
#nav li a { font-weight: normal;  }
#nav li a, #nav li a:visited { color: #0d0c0c;  }
#nav li:hover { background-color: #fd7275;  }
.menu li a, .menu li a:visited, ul.FlatMenu li a, ul.FlatMenu li a:visited { color: #131111;  }
.menu li a:hover, ul.FlatMenu li a:hover { color: #f1272b;  }
a, a:link, a:visited, a:active { color: #1c8712;  }
body { background-color: #fec8fb;  }
body { background-repeat: no-repeat;  }
body, div, p, th, td, li, dd { font-size: 11px;  }
body, div, p, th, td, li, dd { font-weight: normal;  }
div.bgbox { color: #100f0f;  }
div.headerbox h3, div.headerbox h3 a, div.headerbox h3 a:visited { color: #2f2728;  }
div.leftRail { width: 200px;  }
div.wrapper { background-color: ##fec8fb;  }
div.wrapper { width: 910px;  }
input.button { background-color: #158422;  }
input.button_buy, input.buttonprodukt { background-color: #158422;  }
input.button_buy, input.buttonprodukt { color: ##e14b37;  }
input.button_buy:hover, input.buttonprodukt:hover { background-color: ##e14b37;  }
table.artiklar td { color: #158922;  }
/* END code added by System design tool - DO NOT EDIT! */

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

#leftRail {
	padding-left: 15px;
}

#topmenu {
	border: 0;
}

input {
	border-color: #acacac;
}

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