/* $Id: MyStyle.css 155 2007-12-07 10:16:39Z 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 */

#page{
  background: white;
  margin:0 10px;
  padding-left: 0px; /* WLR - The width of the left rail */
  padding-right: 0px;  /* WRR - The width of the right rail */
}

#container{
	background-color:#ffffff;
	float:left;
	width:100%;	
	border-left:0px solid #fff; 	/* WLR - The width and color of the left rail */
	border-right: 0px solid #fff;	/* WRR - The width and color of the right rail */
	margin-left:-0px; 			/* WLR */
	margin-right:-0px;				/* WRR */
	display:inline; /* So IE plays nice */
}
#leftRail{
	float:left;
	width:0px;		/* WLR */
	margin-left:-0px;	/* WLR */
	position:relative;
}
#center{
	float:left;
	width:100%;
	margin-right:-100%;
}

#rightRail{
	float:right;
	width:0px;			/* WRR */
	margin-right:-0px; 	/* WRR */
	position:relative;
}

#header, #footer{
	margin-left:-0px;	/* WLR */
	margin-right:-0px;	/* WRR */
	clear:both;
}


#topmenu {
	height: 41px;
	width: 1024px; /* fanns inte innan */
	padding: 0 15px;
	background: #94969c url('images/menu-bg.png') repeat-x;
}
#nav li { 
	line-height: 41px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-right: 2px solid #b0b1b5;
}
.nohover:hover { background: none !important; }
.search { margin-top: 5px; }
.menuright { line-height: 41px; }
#xpage { width: 760px; margin: 0 auto;}

#submenu {
	height: 30px;
	padding: 0 15px;
	background: #eee;
}


.search { white-space: nowrap; }
#Search_Text { 
	height: 19px;
	width: 100px;
	padding: 2px;
	font-size: 12px;
	margin-bottom: 2px;
	border: 1px solid #676767;
}
#search_button { vertical-align: bottom; padding: 0px; margin: 2px 0px;}


span.unit { display: inline; }

div.product-small h4 { font-size: 12px; font-weight: normal; }
div.product-small { width: 133px; }
div.product-small img {margin-bottom: 0px; margin-left: 0px;}
div.product-small .short { display: none; }

div.product-midi { padding: 5px; margin-bottom: 4em; }
div.even div.product-midi { background: #eee;  }

table.artiklar td, table.artiklar th { font-size: 10px; }

.newsfeed {
        height: 145px;
        width: 210px;
        padding: 0px 5px 5px 5px;
        margin: 0;
        overflow: auto;
        background-color: #999;
        color: white;
}

.newsfeed-detail h1 {
        background-color: #999;
}
