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

body {
	background: url(/images/bg3.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #ccebf5;
	margin: 0 0 0px 0;
}

h1 {
	color: #00c3f6;
	font-size: 22px;
	line-height: 24px;
	padding: 0 0 15px 0;
	margin: 0;
}

h2 {
	color: #00c3f6;
	font-size: 18px;
	line-height: 20px;
}

h3 {
	color: #00c3f6;
	font-size: 15px;
	line-height: 17px;
}

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

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



div.flash {
	position: absolute;
	left: 200px;
}


div.topborder-bg {
	height: 48px;
	width: 100%;
}

div.topborder-container {
	position: relative;
	width: 1125px;
	margin: 0 auto;
}

div.topmenu {
	position: absolute;
	right: 229px;
	top: 12px;
	float: none;
	z-index: 10;
}

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

#nav li a, #nav li a:visited {
	color: #fff;
	text-transform: lowercase;
	font-size: 12px; 
	padding: 0 0 0 19px;
	text-decoration: none;
}

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

div.wrapper {
	width: 1125px;
	position: relative;
	margin: 0 auto;
}

div.leftside {
	position: absolute;
	width: 220px;
	left: 0;
	top: 203px;
}
div.rightside {
	position: absolute;
	width: 220px;
	right: 0;
	top: 203px;
}

div.menu-header {
	background: url(/images/productbg.jpg) no-repeat;
	height: 26px;
	width: 183px;
	color: #fff;
	line-height: 26px;
	padding: 0 0 5px 10px;
	font-size: 12px;
	font-weight: bold;
}

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

.prodmenu_text {
	width: 164px;
	border-bottom: 3px solid #00b6db;
	border-left: 3px solid #00b6db;
	border-right: 3px solid #00b6db;
	border-top: 0;
	background-color: #9fe4f3;
	margin: 0 0 15px 0;
	padding: 0;
}

.rightside_text {
	width: 156px;
	border-bottom: 3px solid #00b6db;
	border-left: 3px solid #00b6db;
	border-right: 3px solid #00b6db;
	border-top: 0;
	background-color: #9fe4f3;
	margin: 0 0 15px 0;
	padding: 0 4px 4px 4px;
}

#productMenu h3 { display: none }

/*menu-tree style*/

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

.menu li {
	line-height: 20px;
	font-size: 11px;
	background-image: none;
	background-color: #9fe4f3;
	display: block;
	border-bottom: 1px solid #4fcde7;
}

.menu li a, .menu li a:visited   {
	padding-left: 22px;
	font-size: 12px;
	line-height: 28px;
	display: block;
	_display: inline; /*IE 6 fix */
	color: #00748d;
	text-decoration: none;
}	

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

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

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

ul.submenu li.closed {
	background: url(/images/plus.gif) no-repeat 7px 7px; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	background-color: #cff6ff;	
}

ul.submenu li.open {
	background: url(/images/minus.gif) no-repeat 7px 10px; 
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
	background-color: #cff6ff;	
 }

ul.submenu {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	background-color: #cff6ff;	
	
}

ul.submenu li {
	background-color: #cff6ff;	
	border-bottom: 0;
}

ul.submenu li a {
	line-height: 23px;
}

.menu li#favorites { 
  background-image: none;
}



/*---------------------*/


#cartMenu.Panel {
	position: absolute;
	top: 150px;
	right: 229px;
	width: 170px;
	border: 0;
	z-index: 10;
}	

#cart_link {
	background: url(/images/cartbg.jpg) no-repeat;
	margin-bottom: 0;
	height: 20px;
	line-height: 20px;
}

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

#cart_link a:hover {
	color: #e1f9ff;
}

#cart_icon { display: none; }

#cart_text {
	padding-top: 5px;
	border-bottom: 3px solid #00b6db;
	border-left: 3px solid #00b6db;
	border-right: 3px solid #00b6db;
	background-color: #9fe4f3;
}

div.inloggad {
	position: absolute;
	right: 210px;
	top: 100px;
	width: 400px;
	z-index: 999;
	text-align: right;
}

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

#Search_Text  {
	border: 1px solid #00b6db;
	color: #999999;
}


#page {
	width: 687px;
	position: absolute;
	left: 210px;
	top: 183px;
	background-color: transparent;
}


#leftRail { display: none;}

#container {
	padding-top: 0px;
	padding-bottom: 5px;
}

#content {
	padding-top: 5px;
	padding-left: 28px;
}

div.page-bgtop {
	height: 14px;
	width: 687px;
	background: url(/images/bgpagetop.jpg) no-repeat;
	background-color: #fff;
}

/* Product-small
-------------------------------------------------------------------*/
div.product-small {
	width: 127px;
	height: 193px;
	margin: 0 9px 9px 0;
	background: url(/images/product_background.jpg) no-repeat;
	border: 0;
	position: relative;
}

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



div.product-small div.name {
	padding: 0;
	margin: 0 0 5px 0;	
	text-align: center;
	height: 29px;
	overflow: hidden;
}

div.product-small div.name a, div.product-small div.name a:hover {
	text-decoration: none;
}

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

div.product-small div.price {
	font-size: 13px;
	line-height: 13px;
}

div.product-small div.oldprice {
	font-size: 10px;
}

input.buttonbuythis {
	position: absolute;
	right: 39px;
	bottom: 18px;	
}

div.product-small .info2 {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* Product-small-right
-------------------------------------------------------------------*/
div.product-small-right {
	width: 144px;
	margin: 0 9px 9px 0;
	background-color: #fff;
    border: 3px solid #00b6db;
    position: relative;
	padding: 10px;
	margin-bottom: 10px;
}
div.product-small-right div.price {
	font-size: 13px;
	line-height: 13px;
}
div.product-small-right div.oldprice {
	font-size: 10px;
}
input.buttonbuythis {
	position: absolute;
	right: 39px;
	bottom: 18px;	
}
div.product-small-right .info2 {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div.product-small-right div.news-splash {
	position: absolute;
	top: 10px;
	right: -20px;
	z-index: 999;	
}



table.artiklar th {
	background: url(/images/bgtop.jpg) repeat-x;
	background-color: #00b7dd;
	color: #fff;
}

#bottom-container {
	padding: 20px 0 10px 0;
	height: 35px;
	text-align: center;
	font-size: 10px;
}


.cart-meddelande a {
	background: url(/images/bgtop.jpg) repeat-x;
	background-color: #00b7dd;
	color: #fff;
	text-decoration: none;	
	border: 0;
}

.cart-meddelande a:hover {
	background: url(/images/bgtop.jpg) repeat-x;
	background-color: #00b7dd;
	color: #fff;
	text-decoration: none;	
}



.cart-visainfo a {
	background: url(/images/bgtop.jpg) repeat-x;
	background-color: #00b7dd;
	color: #fff;
	text-decoration: none;	
	border: 0;
}

.cart-visainfo a:hover {
	background: url(/images/bgtop.jpg) repeat-x;
	background-color: #00b7dd;
	color: #fff;
	text-decoration: none;	
}

.brandpage_img {
	text-align: right;
}

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

div.varumarken-container {
	margin: 0 0 10px 0;
	background-color: #fff;
	padding: 10px 10px 5px 10px;
	border: 3px solid #00b6db;
	width: 145px;
}

img.brand_menu_pic {
	margin: 0 0px 5px 0;
	border: 0;
}

div.indexutvalda-header {
	padding: 5px 0 5px 10px;
	color: #FFFFFF;
	background-color: #00c3f6;
	font-size: 14px;
	width: 597px;
}

div.indexutvalda {
	border: 2px solid #cbf0f8;
	padding: 10px 0px 15px 30px;
	margin: 0 0 15px 0;
	width: 573px;
}

div.product-small-index {
	width: 170px;
	height: 232px;
	margin: 0 15px 10px 0;
	border: 0;
	float: left;
}

div.product-small-index div.bild {
	margin: 0 0 5px 0;
}

div.product-small-index div.name {
	text-align: center;
	padding: 0 0 10px 0;
}

div.product-small-index div.name a {
	font-size: 11px;
	line-height: 11px;
	height: 13px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
}

div.product-small-index div.pricing {
	float: left;
}

div.product-small-index div.price_index {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}

div.product-small-index div.oldprice {
	text-decoration: line-through;
}

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

div.product-small-index div.info2 {
	float: right;
}

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

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

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

.prodGroupingSel {
background-color: #FFFFFF;
}


