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

body, div, p, th, td, li, dd    {
	font-family: Helvetica, Arial, sans-serif !important;
}

#page {
	background-color: #FFFFFF;
}

a, a:visited {
	color: #1a3371;
}

body {
	background-color: #FFFFFF;
	margin: 20px 0px 5px 0;
}
                   
#logo {
	text-align: center;
	width: 900px;
	margin: 0 auto;
}


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

#nav2 { 
	text-align: center;
	height: 25px;
}
		
#nav2 li { 
	display: inline;
	line-height: 25px;
}

#nav2 a { 
	color: #1a3371;
	background: url(/images/star.jpg) no-repeat;
	background-position: 0 1px; 
	padding: 0 20px 0 20px;
} 

#nav2 a:hover {
	color: #000000;
}

div.rodlinje-top {
	background: url(/images/rodlinje_top.jpg) repeat-x;
	height: 6px;
	width: 900px;
	margin: 0 auto;
}

div.bildtop {
	width: 900px;
	margin: 0 auto;
	padding: 4px 0 4px 0;
}

div.rodlinje-bottom {
	background: url(/images/rodlinje_bottom.jpg) repeat-x;
	height: 6px;
	width: 900px;
	margin: 0 auto;
}

#leftRail {
	padding-left: 0;
}

#cartMenu.Panel {
}

#cart_link {
	background: url(/images/rodlinje_top.jpg) repeat-x;
	background-position: bottom;
	background-color: #fff;
	padding-top: 3px;
	padding-left: 35px;
	font-weight: normal;
	margin-bottom: 7px;
}

#cart_icon {
	position: absolute;
	top: 6px;
	left: 7px;
	width: 24px;
}

#productMenu h3 {
	display: none;
	background: url(/images/rodlinje_top.jpg) repeat-x;
	background-position: bottom;
	background-color: #fff;
	color: #FFFFFF;
	font-weight: normal;
	color: #666;
}

#prodmenu_text {
	border: 0;
}

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

.menu li {
	line-height: 20px;
	font-size: 11px;
	background-image: none;
	background-color: #fff;
	display: block;
	border-bottom: 1px solid #dfdfdf;
	background: url(/images/star.jpg) no-repeat;
	background-position: 0 8px; 
}

.menu li a  {
	padding-left: 18px;
	font-size: 12px;
	line-height: 27px;
	display: block;
	_display: inline; /*IE 6 fix */
}	

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

.menu li.closed { 
	background: url(/images/plus.gif) no-repeat 0px 8px; 
	background-color: #fff;
}

.menu li.open {
	background: url(/images/minus.gif) no-repeat 0px 8px; 
	background-color: #fff;
}

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

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

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

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

div.product-small {
	width: 154px;
	margin: 0px 0px 0px 0;
	padding: 0 18px 15px 0;
	border: 0;
	height: 233px;	
}

div.product-small div.name {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	height: 12px;
	padding-bottom: 4px;
}

div.product-small div.name a {
	color: #666666;
}

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

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

#content {
	padding-right: 0;
}

#container {
	margin-bottom: 40px;
}	

#footer {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
	background: url(/images/rodlinje_bottom.jpg) repeat-x;
	background-position: top;
	border: 0;
}

div.footer_txt {
	float: none;
	clear: both;
	text-align: center;
	padding-top: 10px;
}	

div.footer_logo {
	float: none;
	text-align: center;
	padding-top: 10px;
}

div.footer_logo img {
	padding: 0px 0 10px 10px;
}

.brandpage_img {
	margin: 0;
	text-align: right;
}

div.productimage {
	padding:0 0 20px 0;
}

table.artiklar th {
	background-color: #1a3371;
	color: #FFFFFF;
}

#CatTrace {
	padding-right: 0;
}

div.cart-content-container , div.cart-shipping-container, div.cart-payship-container, div.cart-login-container {
	background-color: #FFFFFF;
}

input.button_buy {
	display: none;
}

.kampanjpris, .kampanjtext {
	color: #c10d00;
}
