/* $Id: MyStyle.css 2864 2008-11-03 06:39:01Z martin $ */
/* Stilmall för anpassing av butikens utseende  */

@import url(/__SYS__/TEMPLATE_CSS/general.css);
@import url(/__SYS__/TEMPLATE_CSS/template4.css);

/* Här under kan du lägga in dina egna style ändringar */


/* BEGIN code added by System design tool - DO NOT EDIT! */

/* END code added by System design tool - DO NOT EDIT! */

body {
	background: url(/images/bg.gif);
	background-color: #f7f7f7;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center center;
	color: #000000;
}	

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

a, a:visited {
	color: #007a45;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	font-size: 23px;
	line-height: 28px;
	padding-bottom: 5px;
	color: #007a45;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
	color: #007a45;
}

h3 {
	font-family: Arial,Helvetica,sans-serif;
	color: #007a45;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
}

h3.tillbakabarnfonden {
	font-family: Arial,Helvetica,sans-serif;
	color: #007a45;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 16px
}

p {
	text-align: left;
}


#content {
	padding-right: 10px;
}
	
#topmenu {
	background: url(/images/topmenu_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 0;
	height: 30px;
	padding-left: 14px;
}

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

#leftRail {
	padding-left: 12px;
}

#nav ul {
	overflow: hidden;
	list-style: none;
}

#nav li {
	border: 0;
	line-height: 30px;
	padding: 0 2px 0 5px;
	white-space: nowrap;
	background: none;
	display:inline;
}

#nav li:hover {
	background: none;
}

#nav li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding: 0;
}

#nav li a span {
	display: block;
	margin: 0;
	padding: 0 8px 0 8px;
}

#nav li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: url(/images/topmenu_left.gif) left;
	background-repeat: no-repeat;
}
#nav li a:hover span{
	background: url(/images/topmenu_right.gif) right;
	background-repeat: no-repeat;
}

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

#productMenu h3 {
	background: url(/images/bg_produkt.gif) no-repeat;
	padding: 3px 0 3px 10px;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #FFFFFF;
}

#productMenu h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#productMenu h3 a:hover {
	text-decoration: underline;
}


#prodmenu_text {
	background-color: #f5f5f5;
	border: 1px solid #dbdbdb;
}

ul.FlatMenu .L0 {
	border-bottom: 1px solid #dbdbdb;
}

ul.FlatMenu li a {
	color: #007a45;
	font-size: 11px;
	text-transform: uppercase;
}

ul.FlatMenu .L0 a, ul.FlatMenu li.selected li a {
	color: #007a45;
}

ul.FlatMenu li.selected a {
	color: #007a45;
}

#CatTrace {
	display: none;
}

#cartMenu.Panel {
	border: 0;
	background-color: #f5f5f5;
}

#cart_link {
	color: #FFFFFF;
	background-position: 0 0;
	padding: 7px 0 7px 32px;
	background-color: #FFFFFF;
	border: 0;
}

#cart_link a {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
}

#cart_text {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding-top: 6px;
	padding-bottom: 8px;
}

#cart_text a {
	font-size: 11px; 
	line-height: 12px;
}

.cart_button {
	text-align: left;
	padding: 0 0 10px 12px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

input.cartbutton {
	padding: 0;
	border: 0;
	background: none;
}

input.button {
	background-color: #007a45;
	border: 0;
	color: #FFFFFF;
}

input.button:hover {
	background-color: #9cbf2d;
}	

input.button_buy {
	background: none;
}

input.button_buy:hover {
	background: none;
}

table.artiklar th {
	background-color: #f5f5f5;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	color: #000000;
	padding: 1px 3px 1px 4px;
}

table.artiklar_sum th {
	background-color: #f5f5f5;
	color: #000000;
	padding: 1px 3px 1px 4px;
}

table.frakt_shipping  {
	border: 0;
	margin-bottom: 5px;
}

table.frakt_shipping td {
	border: 0;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top;
}

table.frakt_shipping label {
	margin: 0;
}

table.frakt_shipping th {
	display: none;
}

table.artiklar td {
	padding: 0 !important;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}

table.artiklar tr th.table_vitt {
	background-color: #FFFFFF;
	border: 0;
	padding-right: 10px;
}

select {
	height: 23px;
}

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

#Search_Text {
	border: 1px solid #dbdbdb;
}

#footer {
	background-color: #f7f7f7;
}

div.product-small {
	padding: 0 14px 5px 0;
	margin: 0 0px 14px 0;
	width: 165px;
	height: 230px;
	border-left: 0;
	border-right: 0;
	border-top: 0px;	
	border-bottom: 1px solid #dbdbdb;	
}

div.product-small:hover {
	border-left: 0;
	border-right: 0;
	border-top: 0px;	
	border-bottom: 1px solid #dbdbdb;	
}

div.product-small div.name {
	height: 28px;
}

div.product-small .short {
	height: 33px;
}

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


div.pricing {
	padding-top: 5px;
}

div.barnfonden_logo {
	padding-bottom: 15px;
}

.barnfonden_logo p {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 10px;
	font-family: arial;
	color: #666;
}

span.red {
	color: #000000;
	font-weight: bold;
}

ol.sahar_left {
	color: #444444;
	margin-left: 12px;
	padding: 2px 10px 10px 10px;
}

div.addthis_knapp {
	margin: 50px 0 0 0;
}

div.sahar_left_box {
	background: url('/images/saharpil.gif') center bottom no-repeat;
	background-color: #007f48;
	padding: 15px 19px 30px 19px;
	margin: 0;
	color: #fff;
	text-align: left;
}

div.sahar_left_box2 {
	background-color: #007f48;
	padding: 17px 19px 17px 19px;
	margin: 0;
	color: #fff;
	text-align: left;
}

div.sahar_left_box p {
	margin: 0;
	padding: 0;
}
h3#sahar {
	background: url('/images/bg_sahar.gif') no-repeat;
	padding: 3px 0 3px 10px;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #FFFFFF;
}

.margintop8 {
	margin-top: 8px;
}


/*ÄNDRINGAR 19 DECEMBER -11
--------------------------------------------------------------*/

div.wrapper {
	width: 768px;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}

#topmenu {
	width: 754px;
}

div.container {
	margin-right: 0px;
	overflow: hidden;
}

#leftRail {
	width: 170px;
	padding-left: 0px;
	margin-left: 12px;
}

#nav li a {
	color: #ffffff;
}

#cartMenu h3 {
	background: url(/images/bg_cart.gif) no-repeat;
	background-color: transparent!important;
}

	#cartMenu h3 a {
		color: #ffffff;
		font-weight: normal;
		padding-left: 23px;
		text-transform: uppercase;
		font-size: 11px;
	}
	
div#cart_icon {
	top: auto;
	right: auto;
	bottom: 10px;
	left: 10px;
}

#cart_text {
	padding-bottom: 35px;
}

div.product-small {
	padding: 0 18px 5px 0;
	margin: 0 0px 14px 0;
}

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

	div.product-small div.name a {
		color: #007a45;
	}
	
	div.product-small input.button_buy {
		width: 51px;
		height: 22px;
		background: url('/images/button_bestall.jpg') no-repeat;
	}
	
h3.tillbakabarnfonden {
	font-weight: bold;
}

#productMenu h3 {
	color: #ffffff;
}

div.cart-content-header {
	background: none;
	padding-left: 0px;
	font-size: 23px;
	font-weight: bold;
	color: #007A45;
}

div.cart-shipping-header {
	background: none;
	padding-left: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #007A45;
}

div.cart-payship-header {
	background: none;
	padding-left: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #007A45;
}

div.cart-login-header {
	background: none;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 22px;
	line-height: 22px;
	background-color: #f5f5f5;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding-left: 5px;
}

div.cart-shipping-container {
	border-bottom: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.cart-payship-container {
	border-bottom: 0;
}

div.cart-login-container {
	background-color: transparent;
	padding: 0px;
}

#payship-form table.artiklar th {
	display: none!important;
}

#payship-form table.artiklar tr.odd {
	background-color: #ffffff;
}

#payship-form table.artiklar tr.even {
	background-color: #ffffff;
}

#payship-form table.artiklar td label {
	font-family: Verdana;
}

#content-form table.artiklar th {
	font-size: 10px!important;
	font-weight: normal!important;
	color: #000000!important;
	line-height: 20px!important;
	font-family: Verdana!important;
}

.cart-content-container2 p {
	font-size: 11px!important;
}



table.address-table label {
	width: 120px;
}

table.address-table td {
	width: 100%!important;
}

table.address-table td input.falt {
	margin-top: -3px;
	width: 140px;
}



div.header {
	width: 768px;
}

div.logo {
	width: 768px;
}


select {
	font-size: 12px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #aeaeae;
	border-right-color-value: #aeaeae;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #aeaeae;
	border-left-color-value: #aeaeae;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	color: #787878;
}

option {
	font-size: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #787878;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #aeaeae;
	border-right-color-value: #aeaeae;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #aeaeae;
	border-left-color-value: #aeaeae;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
}

div.read_terms {
	font-size: 11px;
	font-weight: normal;
}



div.cart_gift {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #7bb801;
}
