/* $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 {
	margin-top: 0;
	background: url(/images/bg.jpg);
	background-color: #3d485a;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a, a:visited {
	color: #b90200;
}

a:hover {
	color: #3d485a;
}

h1 {
	color: #3d485a;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

h2 {
	color: #3d485a;
	font-weight: normal;
}

h3 {
	color: #3d485a;
	font-weight: normal;
}

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

#leftRail {
	padding-left: 5px;
}

#nav li a {
	color: #3d485a;
}

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

#nav li {
	background: url(/images/product_bg.jpg);
	background-repeat: repeat-x;
	color: #3d485a;
	background-color: #fecd01;
	border-right: 1px #ffffff solid;
}

#nav li:hover {
	background-color: #fecd01;
	background: none;
	background: url(/images/product_bg2.jpg);
	background-repeat: repeat-x;
}

#topmenu {
	padding-left: 0;
	border: 0;
	background: url(/images/product_bg.jpg);
	background-repeat: repeat-x;
	color: #3d485a;
	background-color: #fecd01;
}

#topmenu .menuleft {
	color: #3d485a;
}

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

#topmenu .menuleft a:hover {
	color: #3d485a;
}

#prodmenu_text {
	background-color: #FFFFFF;
	border: 0;
	padding-left: 0;
}

#productMenu h3  {
	background: url(/images/product_bg.jpg);
	background-repeat: repeat-x;
	color: #3d485a;
}

ul.FlatMenu .L0 a {
	color: #b90200;
}

ul.FlatMenu .L0 a:hover {
	color: #3d485a;
}

div.product-small {
	border: 0;
	padding-top: 0;
	margin-right: 7px;
	padding-bottom: 15px;
	height: 265px;
}

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

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

div.product-small h4 {
	margin-top: 0;
	margin-bottom: 8px;
}

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

div.product-small .pricing  {
	padding-left: 60px;
}

div.product-small img {
	margin-bottom: 2px;
}

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

div.product-small-container {
	padding-left: 0;
	margin-left: -12px;
}

ul.FlatMenu li.selected a, ul.menu li.selected a{
	color: #3d485a;
}	

#GroupText img {
	margin-right: 20px;
}

#GroupText {
	padding-bottom: 15px;
}

#CatTrace {
	margin-bottom: 10px;
}

table.artiklar th {
	background: url(/images/product_bg.jpg);
	background-repeat: repeat-x;
	color: #3d485a;	
}

.newsfeed {
	border: 0;
}

.newsfeed h3 {
	background: url(/images/product_bg.jpg);
	background-repeat: repeat-x;
	color: #3d485a;
	height: 22px;
	line-height: 22px;
	font-weight: normal;	
}

.newsfeed img {
	margin-top: 1px;
	margin-left: 4px;
}

.newsfeed h1 {
	margin: 0;
	padding: 5px 0 0 0;
}

.newsfeed a {
	color: #b90200;
}

.newsfeed a:hover {
	color: #3d485a;
}

#cartMenu h3 {
	color: #3d485a;
}

#Search_Text {
	color: #999999;
}

.newsfeed-detail h1 {
	background: url(/images/product_bg.jpg);
	background-repeat: repeat-x;
	color: #3d485a;
	font-weight: normal;
}

.newsfeed-detail {
	padding-right: 20px;
}

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

#logo {
	position: relative;
}

.language {
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.language_meny {
	margin: 0 0 0 0;
	padding:0;
}

.language_meny li {
	background: url(/images/product_bg.jpg);
	background-repeat: repeat-x;
	margin: 0 2px 0 0;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	padding: 0 5px 0 5px;
}

.language_meny li a {
	padding: 4px 7px 5px 7px;

}


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