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


body {
	margin: 0 0 15px 0;
	background: url(/images/bg.jpg) repeat-x;
	background-color: #cfcfcf;
}

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

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

h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 17px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}



div.wrapper {
	background: url(/images/horse_bg.jpg) no-repeat;
	background-position: center top;
	position: relative;
 	padding-left: -170px; /* WLR - The width of the left rail */
	width: 100%;
	
}


div.hastbg2 {
	width: 100%;
	height: 100%;
	background: url(/images/bg.jpg) repeat-x;
	position: absolute;
}


#page {
	width: 587px;
	top: 200px;
}

#footer {
	background: url(/images/bg_bottom.jpg) repeat-x;
	background-color: #533821;
	height: 15px;
	position: relative;	
}

div.footer_txt {
	background: none;
	color: #999999;
	position: absolute;
	top: 15px;
	left: 15px;
}

div.footer_logo {
	position: absolute;
	top: 0px;
	right: 15px;
}

div.footer_txt a {
	color: #edd1ba;
}

#header {
	position: relative;
	width: 757px;
	margin: 0 auto;
	height: 235px;
	
}

div.menuleft {
	position: absolute;
	bottom: 3px;
	right: 0;
}

#logo {
	position: absolute;
	right: 0;
	top: 0;
}

#topmenu {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 500px;
	background: none;
	border: 0;
}

div.bnr_middle {
	position: absolute;
	top: 75px;
	width: 757px;
	height: 139px;
}

div.bnr_container {
	position: relative;

}

div.bnr_middle_image {
	width: 757px;
	height: 139px;
}
 
div.bnr_middle_header {
	font-size: 21px;
	line-height: 21px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 15px;
	left: 20px;
}

div.bnr_middle_miniheader {
	font-size: 18px;
	line-height: 18px;
	font-weight: italic;
	color: #FFFFFF;
	position: absolute;
	top: 36px;
	left: 20px;
}

div.bnr_middle_brodtext {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #e3e3e3;
	position: absolute;
	top: 63px;
	left: 20px;
	width: 350px;
	height: 65px;
}

#nav li {
	border: 0;
	background: url(/images/arrow.jpg) no-repeat;
	background-position: 0 7px;
	padding: 0;
}

#nav li:hover {
	background: url(/images/arrow.jpg) no-repeat;
	background-position: 0 7px;
}

#nav li a {
	color: #edd1ba;
	padding-left: 13px;
	padding-right: 18px;
	font-size :12px;
}

#nav li a:hover {
	text-decoration: underline;
}


#cart_link {
	background: url(/images/bg.jpg) repeat-x;
	background-position: 0 -20px;
}

#cart_link a {
	color: #edd1ba;
}

#productMenu h3 {
	background: url(/images/bg.jpg) repeat-x;
	background-position: 0 -20px;
	color: #FFFFFF;
}

.menu li {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
}


.menu li a  {
	color: #342314;
}

.menu li a:hover {
	color: #000000;
}

.menu li.closed { 
	background: url(/images/plus.gif) no-repeat 7px 9px; 
	background-color: #f7f7f7;
}

.menu li.open {
	background: url(/images/minus.gif) no-repeat 7px 9px; 
	background-color: #f7f7f7;
}

div.product-small {
	width: 145px;
	margin: 0 11px 10px 0;
}

div.product-small div.price {
	font-weight: normal;
}

input.button {
	background-color: #754e2d;
}

input.button:hover {
	background-color: #342314;
	color: white;
}

table.artiklar th {
	background: url(/images/bg.jpg) repeat-x;
	background-position: 0 -20px;
	color: #FFFFFF;
}

div.product-index-rubrik {
	width: 511px;
	background: url(/images/bg.jpg) repeat-x;
	background-position: 0 -20px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;	
	font-size: 15px;
	font-weight: bold;
}

div.product-index-border {
	width: 495px;
	border: 1px solid #dfdfdf;
	padding: 15px 5px 15px 19px;
	margin: 0 0 20px 0;
}


div.product-index-container {
	 padding: 0 13px 0 0;
	 float: left;
	 width: 145px;
}

div.product-index-image {
	margin: 0 0px 7px 6px;
	height: 145px;
	text-align: center;
}


div.product-index-header {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: center;
}


div.product-index-pris {
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

input.button_buy { display: none;}

div.search {
	margin: 0 0 10px 0;
}

div.betalsatt {
	margin: 0 0 10px 0;
}

div.betalsatt img {
	margin: 0 0 5px 0;
}

div.bannerRightRail {
	width: 200px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	position: relative;
	float: right;
	display: inline;
	margin-right: -230px; /* Make sure the div is right to page */
	padding-left: 30px;
	margin-top:-23px;                    
}
