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

@import url(design.css);			/* Style till din valda design */

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

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


/* Here you can put your own changes */

body {
	background: url(/images/bg.jpg) repeat-x;
	color: #666666;
	background-color: #444444;
	line-height: normal;
}

body, div, p, th, td, li, dd {
	font: normal 11px "Trebuchet MS", Arial, Verdana, Lucida, Helvetica;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #444444; 
}

input.falt {
	border: 1px solid #cccccc;
	margin: 1px 2px 2px 0;
	padding: 9px 3px 9px 3px;
	font-size: 11px;
	color: #666666;
}	

textarea.falttextarea {
	border: 1px solid #cccccc;
	padding: 9px 3px 9px 3px;
	font-size: 11px;
	color: #666666;
}

div.headerone {
	color: #444444;
	font-size: 19px;
	padding: 0 0 7px 0;
}

div.opacity:hover {
	 opacity: 0.9; 
	 filter: alpha(opacity=90);	
}



h1 {
	font-size: 19px;
	margin: 0 0 5px 0;
}

a {
	color: #be5200; 
	text-decoration: none; 
}
a:link { color: #be5200; } 
a:visited { color: #be5200; }
a:active { color: #be5200; }
a:hover { color: #666666; text-decoration: underline; }

fieldset {
	border: 0;
	padding: 0;	
}

select {
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0;
	border: 1px solid #bcbcbc;	
	padding: 2px 0 2px 0;
	height: 24px;
}

input.buttonorange {
	cursor:pointer;
	background:url(/images/buttonorange_bg.png) repeat-x;	
	background-color: transparent;
	padding: 0px 5px 5px 5px;
	display:inline-block;
	line-height: 32px;
	height: 32px;
	color:#FFFFFF;
	font-weight:normal;
	border: 0;
	font-size: 12px;
	overflow: hidden;
	margin: 0 0 0px 0;
	text-align: center;
	overflow: visible;
}	

input.buttonorange:hover, input.buttonorange:focus {
	background-color: transparent;
	 opacity: 0.9; 
	 filter: alpha(opacity=90);		
}

span.buttonorange1 { 
	background:url(/images/buttonorange_right.png) no-repeat right top;
	background-color: transparent;
	padding: 0 4px 0px 0px;
	margin: 0 0px 0 0;
	line-height:32px;
	height: 32px;
	display: inline-block;
}

span.buttonorange2 { 
	background:url(/images/buttonorange_left.png) no-repeat left top;
	background-color: transparent;
	padding: 0 0px 0px 4px;
	margin: 0 0px 0 0;
	line-height:32px;
	height: 32px;
	display: inline-block;
}

input.button {
	cursor:pointer;
	background:url(/images/buttonorange_bg.png) repeat-x;	
	background-color: transparent;
	padding: 0px 5px 5px 5px;
	display:inline-block;
	line-height: 32px;
	height: 32px;
	color:#FFFFFF;
	font-weight:normal;
	border: 0;
	font-size: 12px;
	overflow: hidden;
	margin: 0;
	text-align: center;
	overflow: visible;
}	

input.button:hover, input.button:focus {
	background-color: transparent;
	 opacity: 0.9; 
	 filter: alpha(opacity=90);		
}

span.button1 { 
	background:url(/images/buttonorange_right.png) no-repeat right top;
	background-color: transparent;
	padding: 0 4px 0px 0px;
	margin: 0 0px 0 0;
	line-height:32px;
	height: 32px;
	display: inline-block;
}

span.button2 { 
	background:url(/images/buttonorange_left.png) no-repeat left top;
	background-color: transparent;
	padding: 0 0px 0px 4px;
	margin: 0 0px 0 0;
	line-height:32px;
	height: 32px;
	display: inline-block;
}


/* Layout two or three columns
-----------------------------------------------------------------------------*/

div.page {
	padding: 10px 10px 20px 10px;
	width: 940px;
	position: relative;
}

div.leftRail {
	float: left;
	background-color: transparent;
	width: 220px;
	margin: 0 10px 0 0px;
}

div.container {
	background-color: #e9e9e9;
	overflow: hidden;
	margin-right: 0px; /* same value as rightRail width here */
	_display: inline-block; /* IE 6 fix */
	width: 480px;
}

div.content {
	padding: 10px;
	margin: 0 0 0 0px;
	font-size: 1em;
}

div.rightRail {
	display: block; /* Remove this to activate rightRail */
	width: 220px;
	background-color: transparent;
	float: right;
	position: absolute;
	right: 10px;
	top: 91px;
	z-index: 10;
}


/* Footer (change FH to the same)
-----------------------------------------------------------------------------*/

html, body { 
	height: 100%;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /*FH*/
	background-color: #fff;
	width: 960px;
	padding: 0px 0px 0 0px;
}

#footer {
	height: 80px; /*FH*/
	background-color: #444444;
	clear: both;
	position: relative;
	z-index: 999;
}

div.pushfooter {
	height: 80px; /*FH*/
	clear: both;
}

div.footer_txt {
	text-align: center;
	background-color: #444444;	
	width: 960px;
	margin: 0 auto;	
	padding: 12px 0 0 0;
}

div.bottomtext {
	float: right;
	color: #fff;
	font-size: 11px;	
}

div.bottomtext a, bottomtext a:visited {
	color: #fff;	
}

div.bottommenu {
	float: left;
	padding: 4px 0 0 0;
}

#nav2 {
	list-style: none;	
}

#nav2 li {
	display: block;
	float: left;
	font-size: 11px;	
}

#nav2 li a {
	padding-right: 5px;	
	padding-left: 5px;
}

#nav2 li a, #nav2 li a:visited {
	color: #fff;
}

/* menu-tree
-----------------------------------------------------------------------------*/ 

#prodmenu_text { 
	border: 0px solid #dfdfdf;
 	margin: 0 0 0px 0;
	background-color: #444444;
	overflow: hidden;
}

.menu { 
	margin: 0;
	padding: 10px 13px 10px 13px;
}

.menu li {
	line-height: 20px;
	font-size: 11px;
	background-image: none;
	background-color: #444444;
	display: block;
	border-bottom: 1px solid #696969;
	list-style: none;
}

.menu li a  {
	padding-left: 14px;
	font-size: 16px;
	line-height: 28px;
	display: block;
	_display: inline; /*IE 6 fix */
	color: #fff;
}	

.menu li a:visited, .menu li.open a:visited, .menu li.closed a:visited  {
	color: #fff;
}	

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

.menu li.closed { 
	background: url(/images/menuarrow.jpg) no-repeat 0px 9px; 
	background-color: #444444;
}

.menu li.open {
	background: url(/images/menuarrowdown.jpg) no-repeat 0px 11px; 
	background-color: #444444;
}

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

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

ul.submenu {
	margin: 0 0 0 0;
	padding: 0 0 7px 10px;
	background-color: #444444;	
	
}

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

ul.submenu li a {
	line-height: 20px;
	color: #cccccc;
	font-size: 12px;
}

ul.submenu li a:visited, ul.submenu li.open a:visited, ul.submenu li.closed a:visited {
	color: #cccccc !important;	
}

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

ul.menu ul li.selected a {
} 

div.menubg_top {
	width: 220px;
	height: 7px;
	background: url(/images/menubg_top.jpg) no-repeat;	
	overflow: hidden;
}

div.menubg_bottom {
	width: 220px;
	height: 7px;
	background: url(/images/menubg_bottom.jpg) no-repeat;
	overflow: hidden;	
 	margin: 0 0 20px 0;
}

/* Topmenu
-----------------------------------------------------------------------------*/ 

div.topmenu {
	height: 47px;
	background: url(/images/topmenu.jpg) no-repeat;
	background-color: #fff;
	margin: 0 0 17px 0;
	position: relative;
	
}

div.search {
	position: absolute;
	top: 4px;
	left: 10px;	
}

#Search_Text { 
	height: 31px;
	line-height: 31px;
	width: 135px;
	padding: 2px 7px 2px 7px;
	font-size: 11px;
	margin-bottom: 3px;
	margin-right: -1px;
	border: 0px solid #dfdfdf;
	background: url(/images/searchtext_bg.jpg) no-repeat;
	background-color: #d9d9d9;
	color: #666666;
	font-size: 14px;
}

#nav {
	position: absolute;
	top: 0;
	left: 210px; 
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	float: left;
	display: block;
	line-height: 47px;
	background-color: #444444;
	color: #fff;
}

#nav li:hover {
	background-color: #6c6c6c;	
}

#nav li a { 
	display: block;
	font-size: 13px;
	padding: 0 10px 0 10px; 
	color: #fff;
}

#nav li a:hover {
	background-color: #6c6c6c;	
	text-decoration: none;
}

#nav li a:visited {
	color: #fff;	
}

#nav li.selected {
	background-color: transparent;
}

#nav li.selected a { 
	font-weight: normal;
}

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

div.header {
	height: 132px;
	overflow: hidden;
	position: relative;
	background:url(/images/bg.jpg) repeat-x;
	background-color: #444444;
}

div.logo {
	position: absolute;
	top: 0;
	left: 0;	
}

div.logo-quote {
	position: absolute;
	top: 55px;
	left: 328px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

div.cart_iconimage {
	position: absolute;
	top: 38px;
	right: 165px;
}

#cartMenu.Panel {
	background-color: transparent;
	border: 0px solid #dfdfdf;
	margin: 0 0 10px 0;
	position: absolute;
	right: 0;
	top: 35px;
	width: 152px;
}

#cartMenu.Panel a {
	color: #fff;
}

#cartMenu.Panel a:visited {
	color: #fff;
}

#cartMenu h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0 0px 0px;
	height: auto;
	line-height: normal;
	margin: 0 0 0px 0;
	background-color: transparent;
}

#cart_text {
	font-size: 14px;
	padding: 0 0 0px 0px;
	height: auto;
}

div.cart_text2 {
	color: #fff;
	font-size: 11px;	
}

#cart_icon { display: none; }

#productMenu h3 {
	display: none;	
}

div.index_bnrmiddle {
	margin: 0 0 15px 0;
	width: 460px;
	height: 320px;
	overflow: hidden;
}

.index_slideshowcontainer {
	margin: 0 0 15px 0;
	background-color:  #444444;
}

.index_slideshow {
	width: 460px;
	height: 310px;	
}

.index_slideshow_text {
	height: 65px;
	background-color:  #444444;
	padding: 10px 10px 5px 10px;
	color: #CCC;
	width: 440px;
}

.index_slideshow_text h3 {
	color: #fff;
	font-size: 22px;	
}

div.gift_butler {
	background: url(/images/linebg.jpg) repeat-x;
	background-position: bottom left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

div.gift_butler_block1, div.gift_butler_block1 p {
	font-size: 12px;
}

div.gift_butler_block1 {
	float: left;
	width: 150px;
	padding: 0 0 10px 0;	
}

div.gift_butler_block2 {
	float: right;
	margin: 0 -10px 0 0px;	
}

div.facebook {
	background: url(/images/linebg.jpg) repeat-x;
	background-position: bottom left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

div.facebook_text, facebook_text p {
	font-size: 12px;	
}

div.facebook_text {
	padding: 0 0 10px 0;	
}

div.competition {
	background: url(/images/linebg.jpg) repeat-x;
	background-position: bottom left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

div.competition_text {
	padding: 0 0 10px 0;	
}

input.competition_falt {
	width: 170px;
	height: 23px;
	border: 1px solid #cccccc;
	margin: 2px 0 3px 0;
	padding: 4px 3px 4px 3px;
	font-size: 11px;
	color: #666666;
}

input.competition_button {
	vertical-align: bottom; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;	
	margin-left: -3px;
}

div.comments {
	margin: 0 0 20px 0;
}

div.comments_container {
	position: relative;
	cursor: pointer;
	height: 73px;
	margin: 0 0 15px 0;
}

div.comments_avatarleft {
	border: 1px solid #cccccc;
	height: 73px;
	width: 73px;
	position: absolute;
	left: 0;
	top: 0;	
}

div.comments_boxleft {
	background: url(/images/commentboxleft.png) no-repeat;
	width: 123px;
	height: 62px;
	z-index: 999;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 10px;
	padding: 7px 7px 7px 21px;
}

div.comments_avatarright {
	border: 1px solid #cccccc;
	height: 73px;
	width: 73px;
	position: absolute;
	right: 0;
	top: 0;
}

div.comments_boxright {
	background: url(/images/commentboxright.png) no-repeat;
	width: 123px;
	height: 62px;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	padding: 7px 21px 7px 7px;	
}

div.three_bigsellers {
	margin: 0 0 25px 0;	
 }
 
 div.three_bigsellers_container {
	clear:both;
	margin: 0 0 20px 0; 
 }

div.three_bigsellers_image {
	border: 1px solid #cccccc;
	width: 67px;
	height: 67px;
	float: left;
	margin: 0 10px 10px 0;
	background-color: #fff;	
}

div.three_bigsellers_header {
	font-size: 14px;
}

div.three_bigsellers_header a, div.three_bigsellers_header a:visited {
	color: #333333;
}

div.three_bigsellers_text {
	font-size: 10px;	
}

div.fynda {
	margin: 0 0 25px 0;	
}

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

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

div.bnrright img {
	margin: 0 0 10px 0;
}

h1.productname {
	margin-bottom: 0;
}	

div.productimage {
	float: left;
	text-align: center;
	width: 240px;
	height: 233px;
	padding: 7px 65px 7px 65px;
	background-color: #fff;
	border: 1px solid #cccccc;
}

div.smallpicturecontainer{
	float: right;
}

div.smallpicture {
	margin: 0 0px 15px 0;
	border: 1px solid #cccccc;
	background-color:white;
}	

div.product-small {
	width: 218px;
	height: 158px;
	position: relative;
	margin: 0 0 0px 0;
	padding: 8px 0 0px 12px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
 	background: url(/images/productline.jpg) no-repeat;
	background-position: bottom right;	
}

div.product-small.prodsmallborder {
	width: 217px;
	height: 158px;
	margin: 0;
	padding: 8px 12px 0px 0;
	border-right: 1px #000 dotted;
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
 	background: url(/images/productline.jpg) no-repeat;
	background-position: bottom left;	
}

div.product-small.prodsmallborder div.button_buy_container {
	position: absolute;
	right: 12px;
	bottom: 10px;	
}

div.product-small.prodsmallborder div.pricing {
	position: absolute;
	left: 0;
	bottom: 10px;	
}

div.product-small.prodsmallborder .info { 
	display: block;
	position: absolute;
	bottom: 10px;
	right: 77px; 
}

div.product-small div.prodimage {
	border: 1px solid #cccccc;
	background-color: #fff;
	width: 73px;
	height: 73px;	
	float: left;
	margin: 0 7px 0px 0;
}

div.product-small div.name {
	font-weight: normal;
	height: auto;
	padding: 0 0 5px 0;	
}

div.product-small div.name a {
	font-size: 16px;
	float: left;	
}

div.product-small div.name a, div.product-small div.name a:visited {
	color: #333333;
}

div.product-small span.short {
	font-size: 11px;
	line-height: 14px;
}

div.product-small div.pricing {
	position: absolute;
	left: 12px;
	bottom: 10px;	
}

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

div.product-small div.price {
	font-size: 19px;	
	font-weight: normal;
	line-height: normal;
	color: #333333;
}

div.product-small span.oldprice {
	font-size: 11px;
	text-decoration: line-through;
	color: #666;
}

div.campaignproduct div.price {
	color: #D81817;
}

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

div.product-small .info { 
	display: block;
	position: absolute;
	bottom: 10px;
	right: 65px; 
}

div.help_butler {
	float: left;
	padding: 0 10px 30px 0;
	width: 80px;	
}

div.help_text {
	float: left;
	padding: 0 10px 0 0;
	width: 190px;	
}

div.help_JumpMenu {
	float: left;
	padding: 0 0 0px 0;
	width: 160px;
}


div.help_JumpMenu select {
	width: 160px;
	margin: 0 0 5px 0;
}

#CatTrace { text-align: left; padding: 0; }

div.locationhref {
	font-size: 12px;
	padding: 0 0 5px 0;	
}

div.login-container {
	border: 0;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 13px;	
}

table.artiklar th {
	background-color: #444;
	color: #FFF;
	text-transform: uppercase;	
	height: 16px;	
	line-height: 16px;
	margin: 0;
}

table.artiklar th.tabel_rounder_left {
	background: url(/images/tabell_leftbg.jpg) no-repeat;
	background-color: #444;
}

table.artiklar th.tabel_rounder_right {
	background: url(/images/tabell_rightbg.jpg) no-repeat;
	background-position: right top;
	background-color: #444;
	
}

tr.odd {
	background-color: #e9e9e9;
}

tr.even {
	background-color: #dddddd;
}

legend.grayrow  {
	color: #fff;
	font-size: 11px;
	padding: 5px 7px 5px 7px;
	text-transform: uppercase;	
	margin: 0 0 10px 0;
	background: url(/images/legendgrayrow.jpg) no-repeat;
	background-position: left top;
	height: 16px;
	width: 206px;
}

div.cart-content-container, div.cart-shipping-container, div.cart-payship-container {
	background-color: transparent;
	border-bottom: 1px solid #ccc;	
}

div.cart-login-container {
	border: 1px solid #ccc;	
}

div.cart-content-header, div.cart-shipping-header, div.cart-payship-header, div.cart-login-header{
	color: #444444;	
}

.cart_menu_ul li.selected {
	border: 0px solid #dfdfdf;
	background-color: #444444;
	color: #fff;
}

.cart_menu_ul li {
	border: 0px solid #dfdfdf;
	background-color: #666666;
}

.cart_menu_ul li.selected a, .cart_menu_ul li.selected a:visited {
	color: #fff;	
}

table.proddetail_infocontainer {
	margin: 15px 0 0 0;
}

table.proddetail_infocontainer td {
	vertical-align: top;
	text-align: left;
}

div.proddetail_price {
	background: url(/images/pricebg.jpg) no-repeat;
	height: 31px;
	line-height: 31px;
	width: 100px;
	color: #fff;
	padding: 0 0 0 11px;
	font-size: 19px;
}

div.proddetail_campaignprice {
	background: url(/images/pricebg.jpg) no-repeat;
	height: 31px;
	line-height: 31px;
	width: 130px;
	color: #F62217;
	padding: 0 0 0 10px;
	font-size: 19px;
}

span.proddetail_ordprice{
	text-decoration: line-through;
	height: 31px;
	line-height: 31px;
	width: 100px;
	color: #fff;
	padding: 0 0 0 20px;
	font-size: 19px;
}

div.proddetail_topbar{
	background: url(/images/proddetail_bgheader.jpg) no-repeat;
	height:33px;
	padding-bottom:12px;
	margin-top:15px;
}

div.proddetail_headerleft{
	color: #fff;
	font-size: 12px;
	float:left;
	padding-left: 12px;
	padding-top: 8px;
	text-transform: uppercase;
}
div.proddetail_headerright {
	color: #CCC;
	font-size: 12px;
	padding-right: 15px;
	padding-top: 8px;
	text-transform: uppercase;
	float:right;
}
input.proddetail_wish{
	border:none; 
	text-decoration:none; 
	color: #CCC;
	font-size: 11px;
	text-transform: uppercase;
	float:right; 
	background-color:transparent; 
	cursor: pointer;
}

input.proddetail_wish:hover {
	color: #fff;	
}

input.proddetail_removewish{
	border:none; 
	text-decoration:none; 
	font-size: 11px;
	background-color:transparent; 
	float:left;
	cursor: pointer;
	color: #be5200;
}

input.proddetail_removewish:hover {
	color: #666;
	text-decoration: underline;	
}

div.proddetail_descr{
	width: 450px;
}

div.comment {
	padding: 10px 0 10px 0;	
}

div.commentbox_dottedline{
	border-bottom:1px dotted #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.comment-answer{
	background-color:#c8c8c8;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-style:italic;
	margin-top: 10px;
}

div.comment_subject{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 8px;
	color: #444444;
}

div.commment-writtenby {
	margin: 3px 0 10px 0;	
}


div.comment-text{
	clear:both;
}

div.embeddedvideo{
	float:left;
	margin-right:5px;
	padding-left:15px;
}

div.embeddedvideo p{
	font-weight:bold;
	font-size:16px;
	color:#000000;
}

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

div.addthis_toolbox{
}

ul.wishlistitems li {
	list-style-position:inside;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0 3px 0;
}

ul.navsubmenu {
	width: 480px;	
	overflow: hidden;
	_display: inline-block; /* IE 6 fix */	
	background: url(/images/submenubg.jpg) no-repeat;
	list-style: none;
	height: 32px;
	margin: 0 0 10px 0;
}

ul.navsubmenu li {
	float: left;
	line-height: 32px;
}

ul.navsubmenu li a {
	color: #fff;
	font-size: 11px;
	text-transform:uppercase;	
	padding: 0 10px 0 10px;
}

ul.navsubmenu li a:hover {
	text-decoration: none;	
	color: #dadada;
}

span.noprice{
	font-size: 16px;
}

fieldset.documents{
	background-color: #E9E9E9;
	border: none;
	margin: 10px 0px;
	padding: 10px;
	text-align: left;
}

div.ribbon_outofstock{
	left: 403px;
	position: absolute;
	top: 145px;
}
