/* $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);


/* 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 */




/* General 
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
body {
	color: #444444;
	line-height: normal;
	background: url('/images/bg3.jpg') top center no-repeat;
	background-color: #F8F5E4;
}

body, div, p, th, td, li, dd {
	font: normal 12px 'Comic Sans MS', Arial, Verdana, Lucida, Helvetica, sans-serif;
	text-align: left;
}

:focus {
	outline: 0;
}

a {
	color: #173977; 
	text-decoration: none; 
}
a:link { color: #173977; } 
a:visited { color: #173977; }
a:active { color: #173977; }
a:hover { color: #333333; }

h1,h2,h3,h4,h5 { 
	font-weight: normal; 
	color: #444444;
	margin: 0 0 5px 0; 
}

h1 { 
	font-size: 20px;
	font-weight: bold; 
	color: #b43c7a;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}

h2 { 
	font-size: 13px;
	font-weight: bold; 
	margin-bottom: 0px;
}

h3 { font-size: 18px; }
h4 { font-size: 14px; }

p { padding: 0 0 10px 0; }

hr { 
	height: 1px; 
	background-color: #CCCCCC; 
	color: #CCCCCC;
	border: none;
}

div.bgbox {
	background-color: #FFFFFF;
}

div.headerbox h3 { 
	background-color: #b33c79;
	background: url('/images/headerbox_bg.jpg') no-repeat;	
	height: 26px;
	line-height: 26px;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	padding-left: 14px;
}
div.header {
	padding-bottom: 20px;
}	

input.button {
	border: 0;
	height: 22px;
	line-height: 22px;
	width: auto;
	overflow: visible;
	cursor: pointer;
	padding: 0 7px 0 7px;
	margin: 0 5px 5px 0;
	background-color: #B43C79;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}	

input.button:hover, input.button:focus {
	background-color: #A53A6F;
}

input.falt {
	border: 1px solid #aeaeae;
	margin: 2px 0 2px 0;
	padding: 4px 3px 4px 3px;
	font-size: 11px;
	color: #7b7b7b;
}	

input.radio {
	margin: 0 3px 0 0;
}

.javascript_only {
	display:none;
}

fieldset {
	background-color: transparent;
	border: 1px solid #d1d1d1; 
	margin: 2px;
	padding: 10px;
}

fieldset input, fieldset option, fieldset select {
	margin: 2px 0 2px 0;
}

label {
	display: block;
	padding: 0 0 3px 0;
}

legend {
	font-weight: bold;
}

label.inline {
	display: inline;
	margin: 0 5px 0 0;
}

select {
	padding: 0px 0 0px 0;
	border: 1px solid #aeaeae;	
	padding: 2px 0 2px 0;
	height: 22px;
}

textarea {
	padding: 4px;
	font-size: 11px;
	border: 1px solid #aeaeae;
	color: #7b7b7b;
}

option {
	padding: 4px;
	font-size: 11px;
}

th {
	font-weight: bold;
}


/* Print area
-----------------------------------------------------------------------------*/
@media print {
  body, div.wrapper { margin: 0; padding: 0; background: #fff !important; }
  div.header, div.leftRail, div.rightRail { display: none; }
  .footer { margin: 0; }
  
  div.content, div.container { 
  	background: none;
	float: none;
	margin: 0;
	border: none;
	display: block;
  }
  
  .noprint {display: none;}
}

 
/* Layout two or three columns
-----------------------------------------------------------------------------*/

div.page {
	padding: 0 0 20px 0;
	width: 100%;
	position: relative;
	float: left;
}

div.leftRail {
	float: left;
	background-color: transparent;
	width: 198px;
	position: relative;
	z-index: 999;
}

div.outercontainer {
}

div.container {
	background-color: transparent;
	overflow: hidden;
	_display: inline-block; /* IE 6 fix */
	width: 670px;; /* To activate rightRail - add a width  */
	float: left;/* To activate rightRail - add float left  */
	margin-left: 25px;
}

div.content {
	padding: 0 0 0 0;
}

div.rightRail {
	display: none; /* To activate rightRail - add display block  */
	width: 0px; /* To activate rightRail - add a width  */
	float: right;
	background-color: transparent;
}

div.bannerRightRail {
	width: 200px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	position: relative;
	float: right;
	display: none;
	margin-right: -230px; /* Make sure the div is right to page */
	padding-left: 30px;
}


/* Footer (change FH to the same)
-----------------------------------------------------------------------------*/

html, body { 
	height: 100%;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px; /*FH*/
	background-color: transparent;
	width: 895px;
	padding: 42px 25px 0 25px;
	position: relative;
}

#footer {
	height: 85px; /*FH*/
	background-color: transparent;
	background: url('/images/footer.jpg') no-repeat;
	clear: both;
	position: relative;
	z-index: 999;
	width: 945px;
	margin: 0px auto;
	padding: 0px;
}

div.pushfooter {
	height: 85px; /*FH*/
	clear: both;
}

div.footer_txt {
	text-align: left;
	padding-top: 35px;
	padding-left: 35px;
	color: #ffbddf;
	font-size: 11px;
} 

.footer_txt a {
	color: #ffbddf;
}


/* Topmenu
-----------------------------------------------------------------------------*/ 

div.topmenu {
	height: 35px;
	background-color: #b33c79;
	background: url('/images/meny_bg.jpg') no-repeat;
	width: 945px;
	margin-left: -25px;
	margin-right: -25px;
	margin-top: 19px;
}


#nav2 {
	text-align: center;
	background-color: transparent;
}

#nav2 li {
	display: inline;
	line-height: 35x;
	height: 35px;
	margin: 0;
}

#nav2 li a {
	background-color: transparent;
	font-size: 11px;
	padding: 0 7px 0 10px; 
	font-weight: normal;
	color: #ffffff;
	line-height: 35px;
	display: inline-block;
}

#nav2 li:hover {
	background-color: transparent;
}

#nav2 li a:hover {
	color: #ffffff;
	line-height: 35px;
}

#nav2 li.selected {
	background-color: transparent;
	line-height: 35px;
}

#nav2 li.selected a { 
	font-weight: normal;
	color: #ffffff;
	line-height: 35px;
}


/*#nav { 
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	float: left;
	display: block;
	line-height: 25px;
}

#nav li:hover {
	background-color: #e3e3e3;
}

#nav li a { 
	display: block;
	font-size: 11px;
	padding: 0 10px 0 10px; 
}

#nav li.selected {
	background-color: #e3e3e3;
}

#nav li.selected a { 
	font-weight: bold;
}*/


/* cart-mini
-----------------------------------------------------------------------------*/ 

div.Panel { 
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}


#cartMenu.Panel {
	margin: 0 0 10px 0;	
	position: relative;
	background: url('/images/cartmenu_bg.jpg') no-repeat;
	height: 112px;
}

#cart_icon {
	position: absolute;
	top: 44px;
	right: auto;
	left: 11px;
}

#cartMenu h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 0px 0 0px 14px;
	height: 26px;
	line-height: 26px;
	margin: 0;
}

#cartMenu h3 a {
	color: #ffffff;
}

#cart_text {
	font-size: 11px;
	padding: 15px 0 10px 47px;
	height: 23px;
	border: none;
}

#cart_link { display: none; }

.MiniCartContents {
	background-color: #FFFFFF;
	font-size: 8px;
	padding: 8px;
	position: relative;
	margin: 0 0 10px 0;
}

.MiniCartContents td {
	padding: 1px 0 1px 0;
}

div.taxselector {
	padding: 0px 0 10px 10px;
}

div.currencyselector {
	padding: 0px 0 10px 10px;
}

/* General leftmenu
-----------------------------------------------------------------------------*/ 

#productMenu.Panel {
	margin: 0;
	padding: 0;	
}

#productMenu h3 { 
	padding: 0 0 0 14px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

#prodmenu_text { 
 	margin: 0 0 10px 0;
	background-color: #EBE0DA;
	border: 1px solid #bbb7a8;
	border-top: none;
}

/* menu-flat
-----------------------------------------------------------------------------*/ 

ul.FlatMenu li a {
	font-size: 11px;
	font-weight: normal;
}

ul.FlatMenu li a:before {
	content: none;
}

ul.FlatMenu ul { list-style: none; margin: 0; padding-left: 7px;}

ul.FlatMenu { 
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}

ul.FlatMenu .L0 {
  font-size: 11px;
  line-height: 13px;
  font-weight: normal; 
  padding: 4px 4px 4px 10px;
  border-bottom: 1px solid #dfdfdf; 
  background-color: #ebebeb;
}

ul.FlatMenu li.selected li a { 
	font-weight: normal; 
}

ul.FlatMenu li.selected a { 
	font-weight: normal; 
}

ul.FlatMenu .L0 a,ul.FlatMenu li.selected li a { }
ul.FlatMenu .L0 li a,ul.FlatMenu li.selected li a {  }
ul.FlatMenu li.selected a, ul.menu li.selected a { font-weight: normal;   }
ul.FlatMenu li.selected a, ul.menu li.selected { font-weight: normal; }


/* menu-tree
-----------------------------------------------------------------------------*/ 

.menu { 
	margin: 0;
	padding: 0;
	padding: 7px;
}

.menu li {
	line-height: 18px;
	font-size: 12px;
	background-image: none;
	background-color: #EBE0DA;
	display: block;
	border-bottom: none;
}

.menu li a  {
	padding-left: 22px;
	font-size: 12px;
	line-height: 18px;
	display: block;
	_display: inline; /*IE 6 fix */
	color: #444444;
}	

.menu li a:hover {
	text-decoration: none;
}	

.menu li.closed { 
	background: url(/images/plus.jpg) no-repeat 7px 6px; 
	background-color: #EBE0DA;
}

.menu li.open {
	background: url(/images/minus.jpg) no-repeat 7px 6px; 
	background-color: #EBE0DA;
}

ul.submenu li.closed {
	background: url(/images/plus.jpg) no-repeat 7px 7px; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	background-color: #EBE0DA;	
}

ul.submenu li.open {
	background: url(/images/minus.jpg) no-repeat 7px 7px; 
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
	background-color: #EBE0DA;	
 }

ul.submenu {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	background-color: #EBE0DA;	
	
}

ul.submenu li {
	background-color: #EBE0DA;	
	border-bottom: 0;
}

ul.submenu li a {
	line-height: 23px;
}

.menu li#favorites { 
	background-image: none;
}

ul.menu li.selected a {
}

ul.menu ul li.selected a {
}

li.closed {
	color: #444444;
}

.menu li.selected {
	color: #ffffff;
}

ul.submenu li a {
	color: #6f6f6f;
	font-size: 11px;
}

ul.submenu li a:hover {
	color: #444444;
}	

	
/* Search
-----------------------------------------------------------------------------*/ 

div.search { 
	white-space: nowrap; 
	margin: 0 0 10px 0;
	width: 190px;
	height: 55px;
	background: url('/images/soktjej.png') no-repeat;
	background-position: 13px 0;
	background-color: transparent;
	float: left;
	margin-top: -37px;
	padding-top: 42px;
	margin-left: 160px;
}

#Search_Text { 
	height: 31px;
	line-height: 31px;
	width: 144px;
	padding: 0;
	padding-left: 10px;
	font-size: 11px;
	margin-bottom: 3px;
	margin-right: 0;
	background: url('/images/sok_bg.jpg') no-repeat;
	border: none;
}

#search_button { 
	vertical-align: bottom; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0;
}

/* News & extramenu_text
-----------------------------------------------------------------------------*/ 

#newsletterMenu { text-align: left; }
div.newsletter_text { 
	padding-left: 10px;
	border: 1px solid #BBB7A8;
	border-top: none;
}

div.newsfeed {
	margin: 0 0 10px 0;
	background-color: #EBE0DA;
	border-top: none;
	border: none;
}

div.abstract {
	font-size: 11px;
}

div.newsfeed h3 {
	font-weight: normal;
	font-size: 13px;
	padding: 0 0 0 14px;
	margin: 0;
	background-color: #d2d2d2;	
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	width: 184px;
	z-index: 999;
	margin-left: -1px;
}

div.newsfeed div.item {
	padding: 1px 10px 1px 10px;
}

div.newsfeed div.item h4 {
	font-size: 11px;
	padding: 7px 0 0 0;
	margin-bottom: 0px;
}

div.newsfeed div.item h4 a {
	color: #173977;
}

div.newsfeed h1 {
	font-size: 11px;
	padding: 7px 0 1px 0;
}

div.newsfeed div.allnews {
	padding: 5px 0px 5px 10px;
}	

div.pubdate {
	padding-top: 4px;
	font-size: 10px; 
	font-style: italic;
}

div.readmore  {
	border: 0;
	padding-bottom: 5px;
}

.newsfeed-detail .newsitem {
	padding: 2px 0 7px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

.newsfeed-comment {
	padding: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #f6f6f6;
}

.signature {
	padding-top: 5px;
}

.newsfeed-comment-write {
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #f6f6f6;
}

div.extramenu_text { 
	text-align: center;
}

div.extramenu_text img { 
	margin-bottom: 6px;
}

/* Product small
-----------------------------------------------------------------------------*/ 

div.product-small h3 { display: none; }

div.product-small-container {
	margin: 0;
	padding: 0;
	clear: both;
}

div.product-small {
	width: 150px;
	margin: 0px 12px 13px 2px;
	padding: 0;
	height: 310px;
	float: left;
	vertical-align: top;	
	border: 1px solid grey; 
	background-color: transparent;
	text-align: center;
}

div.product-small .short {
	font-size: 10px;
	line-height: 11px;
	height: 22px;
	overflow: hidden;
	padding: 3px 3px 7px 3px;
	width: 143px;
	text-align: center;
}

div.product-small .pricing {
	float: left;
	height: 20px;
	
}

* html div.product-small .pricing { width: 60%; } /* IE6 needs width here */

div.product-small div.price {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	white-space: nowrap;
	width: 150px;
	text-align: center;
}

div.product-small div.oldprice {
	font-size: 11px;
	height: 12px;
	text-decoration: line-through;
	overflow: hidden;
	white-space: nowrap;
	display: none;
}

div.campaignproduct div.price {
	color: #5f0303;
}

div.product-small div.button_buy_container {
	text-align: right;
	float: right;
	display: none;
}

input.button_buy {
}

div.product-small .info { 
	display: block;
	float: left;
	width: 65px;
	height: 30px;
	line-height: 30px;
	margin-left: 42px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}

.info a {
	color: #ffffff;
	display: block;
	background: url('/images/input_button.jpg') no-repeat;
}

.info a:hover {
	background: url('/images/input_button_hover.jpg') no-repeat;
}



div.product-small div.date { display: none; }

div.product-small div.name {
	font-weight: normal;
	font-size: 11px;
	height: 12px;
	overflow: hidden;
	padding: 0 0 2px 0;
	width: 150px;
	text-align: center;
}

div.name a {
	color: #13488b;
}

div.product-small img {
	margin: 0 0 8px 0;
	padding: 0;
}

/* Product detail and category
-----------------------------------------------------------------------------*/ 

#CatTrace { 
	text-align: right;
	padding-bottom: 10px;
}

#GroupText { 
	margin: 0 0 15px 0; 
}

div.GroupText-text {
}

div.GroupText-image {
	float: left;
}

div.GroupText-image img {
	margin: 0 15px 0 0;
}

table.artiklar {
	margin: 0;
}

table.artiklar td {
	font-size: 11px;
	padding: 3px 7px 3px 7px;
}

table.artiklar th {
	font-size: 11px;
	background-color: #EAE7D7;
	color: #4e4e4e;
	padding: 5px 7px 5px 7px;
}

tr.even { 
	background-color: #EAE7D7; 
}

tr.odd {
	background-color: transparent;
}

div.brandimage {
	text-align: right;
	margin: 0 0 7px 0;
}

div.produkt {
	margin: 0 0 10px 0;
}

div.description {
	margin: 0 0 10px 0;
}

div.productimage {
	float: right;
	padding: 0 0 15px 20px;
	width: 200px; /* same width as PRODUCT transform in admin */
	text-align: right;
}

div.productimage:after { clear: right; }

div.productimage p {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin: 5px 0 0 0;
}

td.smallpictures {
	text-align: center;
	padding: 0 0 0 0;
	font-style: italic;
	margin-right: 6px;
	float: left;
	width: 102px;
	height: 115px;
}

td.smallpictures img {
	margin: 0 0 5px 0;
}

fieldset.documents {	
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 10px 0 10px 0;
}

.kampanjpris, .kampanjtext {
	color: #5f0303;
	font-weight: bold;
}

.brandpage_img {
	float: right;
	padding: 0 0 15px 15px;
}

div.button {
    float:left;
	margin: 0 0 10px 0;
}

/* Cart
-----------------------------------------------------------------------------*/ 

ul.cart_menu_ul {
	padding: 0;
	margin: 0;
	*margin: 0 0 -5px 0; /*ie 6 and 7 fix */ 		
}

.cart_menu_ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cart_menu_ul li {
	float: left;
	margin: 0 3px 0 0;
	background-color: #666666;
	list-style: none;
	padding: 0;
}

.cart_menu_ul li.selected {
	background-color: #d2d2d2;
	color: #fff;
}

.cart_menu_ul li a {
	padding: 7px 6px;
	display: block;
	color: #FFFFFF;
}

.cart_menu_ul li.selected a {
	color: #666666;
}

.address-login {
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.address-login td {
	padding: 0 5px 0 0;
}

.address-table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	width: 100%;
}

.address-table td {
	padding: 5px 5px 5px 0;
	width: 35%;
}

.address-table input[type=text] {
	width: 180px;
}
.address-table input[type=password] {
	width: 180px;
	margin: 0;
}

.cart_total_sum {
	font-weight: bold;
	font-size: 14px;
	color: #5f0303;
}

div.cart-payship-container td, div.cart-login-container td, div.cart-shipping-container td {
	padding: 6px 0px 6px 5px;
}

div.cart-content-container {
	border-bottom: 1px solid #dfdfdf;
	padding: 0px 0 5px 0;
	background-color: transparent;
	margin: 0 0 20px 0;
}

div.cart-content-container2 {
	padding: 5px 5px 10px 5px;
}

div.cart-payship-container {
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 10px 3px;
	background-color: transparent;
	margin: 0 0 20px 0;
}

div.cart-login-container {
	padding: 7px 3px 7px 5px;
	background-color: #EAE7D7;
	margin: 0 0 10px 0;
}

div.cart-shipping-container {
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 10px 3px;
	background-color: transparent;
	margin: 0 0 20px 0;
}

div.cart-content-header {
	background: url(/images/icon_cart1.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}


div.cart-shipping-header {
	background: url(/images/icon_cart2.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.cart-payship-header {
	background: url(/images/icon_cart3.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.cart-login-header {
	background: url(/images/icon_cart4.gif) no-repeat;
	background-position: 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.cart-visainfo a, .cart-visainfo a:hover, .cart-visainfo a:visited {
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	font-size: 11px;
	text-align: left;
}


.cart-meddelande a, .cart-meddelande a:hover, .cart-meddelande a:visited {
	padding: 5px 5px 5px 5px;
	line-height: 22px;
	height: 22px;
	cursor: pointer;
	font-size: 11px;
	text-align: left;
}

.cart-kunduppgifter a {
	padding: 4px 5px 3px 5px; 
	border:1px solid #dfdfdf; 
	background-color: #666666;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 11px;
	vertical-align: baseline;	
}

div.read_terms {
	font-size: 15px;
	font-weight: bold;
}

div.read_terms a {
	text-decoration: underline;
}

div.error {
	border: 1px solid #5f0303;
	background-color: #8f0606;
	color: #FFFFFF;
	padding: 15px;
	margin: 7px 0 7px 0;
	width: 90%;
	font-size: 13px;
	font-weight: bold;
}

#the_working_message {
	background-color: #666666;
	color: #FFFFFF;
	border: 3px solid #aeaeae;
	position:fixed;
	left:50%;	
	top:50%;
	padding: 10px;
	font-size: 15px;
}

input.cartfield {
	width: 40px;
}


/* Login, logged in, customer profile
-----------------------------------------------------------------------------*/ 

#newcustomer-box {
}

div.login-header h3 {
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background-color: #d2d2d2;
}

div.login-container {
	padding: 10px;
	margin: 0 0 10px 0;
}

#customeraddress-box {
	width: 450px;
}

/* Toplist
-----------------------------------------------------------------------------*/ 

div.toplist-header h3 {
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background-color: #d2d2d2;
}

div.toplist-container {
	padding: 10px;
	margin: 0 0 10px 0;	
}

ul.toplist-menu {
	list-style: none;	
}

ul.toplist-menu li {
	font-size: 11px;
	line-height: 14px;	
}

/* Wishlist
-----------------------------------------------------------------------------*/ 

div.wishlist_items {
}

table.wishlist_table {
	margin: 0 0 15px 0;
}

div.wishlist_form {
	margin: 0px 0 10px 0;	
}

div.wishlist_savedlists {
	margin: 0 0 15px 0;	
}

ul.wishlist_menu {
	list-style: none;	
	margin: 0 0 5px 0;
}

div.wishlist_captchaimage {
	background-color: transparent;
	display: block;
	margin: 20px 0 0 0px;
}

div.wishlist_captchaimage img {
	margin: 0 5px 0 0;
}

div.wishlist_popup {
	padding: 10px 10px 10px 10px;
	height: 95px;
	width: 300px;
	position: absolute;
	left: 320px;
	top: 200px;
	background-color: #d2d2d2;
	z-index: 1001;
}

a.wishlist_selected {
	font-weight: bold;	
}

div.standardoverlay {
	background-color: black;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 1000;
}



/* Error messages
-----------------------------------------------------------------------------*/ 

td.error { 
	color: #f00;
}

div.error h3 { margin-top: 0; }

.errfield input {
	background: #fee;
}

span.errmsg {
	color: #B90F18;
	font-weight: bold;
	background-image: url(/__SYS__/icon_error_sml.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 18px;
}

div.warning {
	border: 2px solid #B90F18;
	background: #fee;
	background-image: url(/__SYS__/icon_warning_lrg.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
	padding: 1em;
	padding-left: 42px;
}
div.warning h3 { margin-top: 0; }

span.warnmsg {
	background-image: url(/__SYS__/icon_warning_sml.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 18px;
}


div.bildspel {
	width: 670px;
	height: 282px;
	margin-bottom: 10px;
}

div.prod_highlight {
	width: 330px;
	height: 330px;	
	float: left;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: 5px;
}

.prod_highlight h3 {
	height: 44px;
	line-height: 44px;
	color: #ffffff;
	font-size: 17px;
	background: url('/images/prod_highlight_bg.jpg') repeat-x;
	text-align: center;
}

.prod_highlight img {
	margin-top: 10px;
}

div.prod_highlight2 {
	width: 330px;
	height: 330px;	
	float: left;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-top: 5px;
}

.prod_highlight2 h3 {
	height: 44px;
	line-height: 44px;
	color: #ffffff;
	font-size: 17px;
	background: url('/images/prod_highlight_bg.jpg') repeat-x;
	text-align: center;
}

.prod_highlight2 img {
	margin-top: 10px;
}

.prisring {
	position: absolute;
	width: 143px;
	height: 144px;
	background: url('/images/prisring.png') no-repeat;
	top: 175px;
	right: 20px;
	z-index: 9999;
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	line-height: 144px;
}

div.logo {
	float: left;
	width: 545px;
	height: 61px;
}


/*NY PRODUCT-DETAIL
--------------------------------------------------------------------------------*/

div.produkt{
	width: 350px;
	float: left;
}

table.product_pics_group{
	margin-top: 20px;
	margin: 0;
}

div.smallpic_bg {
	width: 313px;
	height: 150px;
	background: url('/images/smallpic_bg2.jpg') 2px 0px  no-repeat;
	margin-left: -10px;
	padding-left: 10px;
}

div.product_right{
	float: left;
	width: 308px;
}

div.productimage{
	float: left;
	width: 350px;
	height: 364px;
	background-color: #F8F5E4;
	padding: 0 0 0px 0;
	margin-bottom: 4px;
	text-align: center;
	vertical-align: top;
}


div.productdescr{
	margin-bottom:20px;
	line-height: 20px;
	text-align: justify;
	padding: 0;
}

div.productdescr p {
	padding: 0;
}

h1.productname {
	font-size: 17px;
}

div.productdescr-container{
	float: left;
	width: 308px;
	margin-left: 15px;
}

div.productdescrlong {
	margin-bottom:20px;
	line-height: 25px;
	width: 350px;
	text-align: justify;
}


#CatTrace {
	text-align: right;
	margin: 0 63px 0 0;
	font-size: 11px;
	display: none;
}

div.variant_extrainfo {
	display: none;
}
div.variant_TextID {
	margin-left: 5px;
}

div.variant_price {
	font-size: 20px;
	margin-left: 5px;
}

input.QtyFix{
	width: 48px;
	height: 32px;
	line-height: 32px;
	background: url('/images/antal_bg.jpg') no-repeat;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	margin-left: 5px;
	border: none;
	padding-bottom: 0px;
	padding-top: 0px;
}


select.prodGroupingSel{
	margin-bottom:10px;
}
div.vargroupingtag{
	margin-top:10px;
}
div.variant_price{
	margin-top: 15px;
	font-weight: bold;
	margin-right: 10px;
	color: #b43c7a;
	font-size: 17px;
}

div.variant_qty{
	margin-top:12px;
	border: none;
	float: left;
}


div.variant_TextID{
	margin-top:10px;
	margin-bottom: 10px;
	display: none;
}

div.prisbox {
	width: 370px;
	height: 73px;
	background: url('/images/pris_bg.jpg') no-repeat;
	float: left;
}

input.buttonprodukt {
	width: 56px;
	height: 30px;
	background: url('/images/buybutton.jpg') no-repeat;
	border: none;
	padding: 0;
	margin: 0;
	/*float: right;*/
	margin-right: 15px;
	margin-top: 14px;
}

input.buttonprodukt:hover {
	background: url('/images/buybutton_hover.jpg') no-repeat;
}

div.left_inforuta {
	font-size: 11px;
	padding: 10px;
	width: 178px;
	border: 1px solid #bbb7a8;
	background-color: #EBE0DA;
	margin-bottom: 10px;
}
