/* $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: ; }
/* END code added by System design tool - DO NOT EDIT! */

body {
	margin: 0;
	padding: 0;
}

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

a, a:visited {
	color:#428686;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#page {
	width: auto;
}


#logo {
	height: 59px;
	position: relative;
	float: left;
	background-color: #d2d8d8;
}

#header {
	background-color: #d2d8d8;
}

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

#center {
	padding-top: 10px;
}

#cartMenu.Panel {
	width: 150px;
	border: 0;
	float: right;
	padding-right: 15px;
}

#cart_link {
	padding-bottom: 5px;
	padding-top: 7px;
	text-align: right;	
	background-position: 46px 7px;
}

#cart_link a {
	color:#428686;
	text-decoration: underline;	
	font-weight: bold;
	font-size: 11px;
}

#cart_link a:hover {
	text-decoration: none;
	color: #000000;
}

#cart_text {
	color: #828585;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

#topmenu {
	border: 0;
	border-top: 1px solid #c6cbcb;
	padding-right: 5px;
	background-color: #eaefee;
}

#topmenu .menuleft {
	float: left;
}

#topmenu .menuright {
	float: right;
}

#nav li {
	border: 0;
	margin-right: 10px;
}

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

#nav li a {
	font-size: 12px;
	color:#2e3e3e;
	padding-right: 10px;
	padding-left: 12px;	
}

#content p {
	margin-right: 0;
}

#leftRail {
	padding-left: 15px;
}

#productMenu h3, div.product-small .short  {
	display: none;
}

#prodmenu_text {
	background-color: white;
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

#productMenu.Panel {
	margin-top: 0;
	padding-top: 0;
}

ul.FlatMenu .L0 {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebf0f0;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0;
}

ul.FlatMenu .L0 a {
	text-decoration: none;
	font-weight: bold;
	color: #2e3e3e;
}	

ul.FlatMenu .L0 a:hover {
	text-decoration: underline;
	font-weight: bold;
}	



#Search_Text {
	border: 0;
	background: url(/images/search_bg.gif) repeat-x;
	padding: 5px 2px 2px 4px;
	*padding: 4px 2px 2px 4px;
	font-size: 11px;
	color: #2e3e3e;
	width: 150px;
}

#search_button {
	border: 0;
}

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

div.product-small-container {
	margin: 0;
	margin: 0;
}

div.product-small {
	width: 212px;
	height: 207px;
	margin: 0 10px 45px 0;
	_margin: 0 10px 17px 0;
	padding: 0px 0 10px 0;
	float: left;
	position: relative;
	border: 0;
}

.product-border {
	border: 1px #dbe1e1 solid;
}

div.product-small div.name {
	height: 28px;
	text-align: center;
	padding: 4px 5px 10px 5px;
}

div.product-small div.name a {
	font-size: 14px;
	font-weight: bold;
	color: #2e3e3e;
	text-decoration: none;	
}

div.product-small div.name a:hover {
	text-decoration: underline;
	color: black;
}

div.product-small img {
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}

div.product-small div.info {
	display: block;
	background: url(/images/more_info.gif) no-repeat;
	background-color: #dae0e0;
	background-position: 8px 7px;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px 0px 30px;
}

div.product-small div.info a {
	text-decoration: none;
}

div.product-small div.info:hover a {
	display: block;
}

div.product-small div.price {
	text-align: right;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #2e3e3e;	
	float: right;
	
}

div.product-small div.oldprice {
	float: left;
}

div.product-small div.pricing {
	width: 124px;
}

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

.menu li.closed {
	background: none;
}

.menu li.open {
	background: none;
}

.menu li {
	background: none;
	border-bottom: 1px solid #ebf0f0;	
	padding-top: 3px;
	padding-bottom: 3px;
}

.menu li a {
	font-size: 11px;
	font-weight: bold;
	color: #2e3e3e;
	text-decoration: none;
	padding-left: 0;
}

ul.submenu li {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}

input {
	border: 1px solid #bababa;
}

#CatTrace {
	padding-bottom: 10px;
	text-align: left;
}

#GroupText {
	padding-bottom: 15px;
}

.productutvald-container {
	position: relative;
	width: 435px;
	height: 504px;
	border: 1px solid #dae0e0;
	margin: 0 10px 10px 0;
	float: left;
}

.productutvald-container h3 {
	margin: 0;
	padding: 0 0 0 15px;
	height: 23px;
	line-height: 23px;
	background-color: #dae0e0;
	color: #2e3e3e;
}

.productutvald-image {
	padding: 10px 0 10px 45px;
}

.productutvald-name {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #2e3e3e;
	padding: 0 0 7px 15px;
}

.productutvald-text  {
	padding: 0 15px 0 15px;
	font-size: 14px;
	line-height: 18px;
	height: 153px;
	overflow: hidden;
}


.productutvald-text div{
	font-size: 14px;
	line-height: 18px;
}

.productutvald-nufran {
	position: absolute;
	bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #2e3e3e;
	padding: 0 0 0 15px;
}

.productutvald-price {
	font-size: 25px;
	font-weight: bold;
	color: #2e3e3e;
	padding: 3px 0 0 0;
}

.productutvald-moreinfo {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/images/productutvald_merinfo.jpg) no-repeat;
	width: 83px;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 0px;
}

.productutvald-moreinfo-text {
	padding: 0 0 0 29px;
	line-height: 26px;
}

.productutvald-moreinfo-text a {
	text-decoration: none;
	color: #2e3e3e;
}

.productutvald-moreinfo-text a:hover {
	text-decoration: underline;
}

.productutvald-nextarrow {
	position: absolute;
	bottom: 33px;
	right: 15px;
}

.productutvald-backarrow {
	position: absolute;
	bottom: 33px;
	right: 45px;
}

input.button {
	cursor: pointer;
}

div.snabbkop-header {
	padding-top: 7px;
	float: left;
	padding-right: 5px;
}
div.snabbkop-header b {
	color: #428686;
	font-weight: bold;
	font-size: 11px;
}

input.ART_sok {
	cursor: pointer;
}

div#extramenu_text {
	padding-left: 12px;
}

input#ADD_TO_CART {
	cursor: pointer;
}
.wide { width: 95% }

.unit {
	display: normal;
}