/* $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 */

/* 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;
}

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

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

:focus {
	outline: 0;
}

a {
	color: #142754; 
	text-decoration: none; 
}
a:link { color: #6f416f; } 
a:visited { color: #6f416f; }
a:active { color: #6f416f; }
a:hover { color: #000; text-decoration: underline; }

h1,h2,h3,h4,h5 { font-weight: normal; color: #000000; letter-spacing:-0.02em; }
h1 { font-size: 22px; }
h2 { font-size: 19px; }
h3 { font-size: 14px; }
h4 { font-size: 11px; }
p { padding: 0 0 10px 0; }
hr { 
	height: 1px; 
	background-color: #CCCCCC; 
	color: #CCCCCC;
	border: none;
}

div.header {
	position: relative;
	height: 178px;	
}

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

div.bgbox {
	background-color: #FFFFFF;
}

div.headerbox h3 { 
	background-color: #d2d2d2; 
	color: #4e4e4e;	
}

.right { text-align: right !important; }
.center {text-align: center !important; }
.wide { width: 200px; }

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: #6f416f;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}	

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

input.falt {
	border: 1px solid #aeaeae;
	margin: 2px 0 2px 0;
	padding: 4px 3px 4px 3px;
	font-size: 11px;
}	

input.radio {
	margin: 0 3px 0 0;
}

.javascript_only {
	display:none;
}

fieldset {
	background-color: transparent;
	border: 0px solid #d1d1d1; 
	margin: 10px 15px 0 0;
	padding: 0px;
}

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;
}

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: 10px 0 20px 0;
	width: 100%;
	position: relative;
}

div.leftRail {
	float: left;
	background-color: transparent;
	width: 199px;
}

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

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

div.rightRail {
	display: none; /* Remove this to activate rightRail */
	width: 200px;
	background-color: transparent;
	float: right;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 999;
}


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

html, body { 
	height: 100%;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -125px; /*FH*/
	background-color: transparent;
	width: 868px;
	padding: 0px 0px 0 0px;
}

#footer {
	height: 125px; /*FH*/
	background-color: transparent;
	clear: both;
	position: relative;
	z-index: 999;
	width: 868px;
	margin: 0 auto;
	background: url(/images/footer_bg.jpg) no-repeat;	
}

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

div.footer_text {
	float: left;
	padding: 20px;
	text-align: left;
	font-size: 11px;
	color: #666666;	
}

div.footer_txt {
	float: right;
	text-align: right;
	padding: 20px;
	font-size: 11px;
	color: #666666;	
} 


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

div.topmenu {
	height: 36px;
	background: url(/images/topmenu_bg.jpg) no-repeat;
	background-color:  transparent;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 0 0 0 5px;
}

#nav { 
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	float: left;
	display: block;
	line-height: 36px;
}

#nav li.login {
	float: right;
	padding: 0 15px 0 0;	
}

#nav li.kundprofil {
	float: right;
	padding: 0 10px 0 0;	
}

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

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

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

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

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

/* Topmenu2
-----------------------------------------------------------------------------*/ 

div.topmenu2 {
	height: 32px;
	position: absolute;
	top: 5px;
	right: 0px;
	padding: 0 0 0 0px;
}

#nav2 { 
	margin: 0;
	padding: 0;
}

#nav2 li {
	margin: 0 2px 0 0;
	float: left;
	display: block;
	line-height: 32px;
	width: 92px;
	text-align: center;	
}

#nav2 li:hover {
	background: url(/images/nav_selected.jpg) no-repeat;
	background-color: transparent;
}

#nav2 li a { 
	display: block;
	font-size: 12px;
	padding: 0 0px 0 0px;
	color: #fff;
	font-weight: bold; 
}

#nav2 li a:hover {
	color: #565656;
	text-decoration: none;	
}

#nav2 li.selected {
	background-color: transparent;
	background: url(/images/nav_selected.jpg) no-repeat;
}

#nav2 li.selected a { 
	font-weight: bold;
	color: #565656;
}

#nav2 li.guider {
	color: #858585;
	font-weight: bold;
	width: 72px;	
	font-size: 12px;
}

#nav2 li.guider:hover {
	background: none;	
}

/* Topmenu3
-----------------------------------------------------------------------------*/ 

div.topmenu3 {
	height: 16px;
	width: 100%;
	padding: 0 0 0 0px;
}

#nav3 { 
	margin: 0;
	padding: 0;
}

#nav3 li {
	margin: 0;
	float: left;
	display: block;
	line-height: 16px;
}

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

#nav3 li a { 
	display: block;
	font-size: 11px;
	padding: 0 14px 0 0px;
	color: #666666;
	font-weight: normal; 
}

#nav3 li a:hover {
	color: #6f416f;	
}

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

#nav3 li.selected a { 
	color: #6f416f;
}

/* cart-mini
-----------------------------------------------------------------------------*/ 

div.Panel { 
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

#cartMenu.Panel {
	border: 0px solid #dfdfdf;
	margin: 0 0 0px 0;
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 216px;
	height: 49px;
	overflow: hidden;
	background: url(/images/top_line.jpg) no-repeat;
	background-position: top left;
}

#cart_icon {
	position: absolute;
	top: 84px;
	right: 165px;
	z-index: 999;	
}

#cart_icon:hover {
	opacity: 0.9; 
	filter: alpha(opacity=90);	
}

#cartMenu h3 {
	display: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0 0px 10px;
	height: 26px;
	line-height: 26px;
	margin: 0 0 5px 0;
}

#cart_text {
	font-size: 13px;
	padding: 8px 0 0px 44px;
	height: auto;
	text-align: right;
	text-transform: uppercase;
}

#cart_text a {
	color: #424242;		
}

div.cart_text_goto {
	padding: 0 0 0 44px;
	text-align: right;	
	text-transform: none !important;
}

div.cart_text_goto a {
	color:#999999 !important; 
	font-size: 12px !important;	
}

#cart_link { display: none; }

.MiniCartContents {
	background-color: #FFFFFF;
	font-size: 8px;
	border: 1px solid #dfdfdf;
	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 12px;
	height: 39px;
	line-height: 39px;
	background: url(/images/product_header.jpg) no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

#prodmenu_text { 
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 0;
 	margin: 0 0 0px 0;
}

div.prodmenu_bottom {
	background: url(/images/prodmenu_bottom.jpg) no-repeat;	
	height: 9px;
	width: 100%;
	overflow: hidden;
 	margin: 0 0 10px 0;
}

/* 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: bold; 
}

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: bold;   }
ul.FlatMenu li.selected a, ul.menu li.selected { font-weight: bold; }


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

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

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

.menu li:hover {
	background-color: #e3e3e3 !important;	
}

.menu li a  {
	padding-left: 12px;
	font-size: 11px;
	line-height: 25px;
	display: block;
	_display: inline; /*IE 6 fix */
	color: #000;
}	

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

.menu li.closed { 
	background: none;
	background-color: #f0f0f0;
}

.menu li.open {
	background: none;
	background-color: #f0f0f0;
}

ul.submenu li.closed {
	background: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	background-color: #f0f0f0;	
}

ul.submenu li.open {
	background: none;
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
	background-color: #f0f0f0;	
 }

ul.submenu {
	margin: -3px 0 0 0;
	padding: 0 0 0 4px;
	background-color: #f0f0f0;	
	
}

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

ul.submenu li a {
	line-height: 16px;
	color: #565656;
	font-size: 10px;
}

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

ul.menu li.selected a {
}

ul.menu ul li.selected a {
}
	
/* Search
-----------------------------------------------------------------------------*/ 

div.search { 
	white-space: nowrap; 
	margin: 0 0 10px 0;
}

#Search_Text { 
	background: url(/images/search_bg.jpg) no-repeat;
	height: 26px;
	width: 148px;
	padding: 2px 2px 2px 6px;
	font-size: 12px;
	color: #ababab;
	font-style: italic;
	margin-bottom: 3px;
	margin-right: -1px;
	border: 0px solid #dfdfdf;
}

#search_button { 
	vertical-align: bottom; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}

#search_button:hover {
	opacity: 0.9; 
	filter: alpha(opacity=90);	
}

/* News & extramenu_text
-----------------------------------------------------------------------------*/ 

#newsletterMenu { text-align: left; }
div.newsletter_text { padding-left: 10px }

div.newsfeed {
	border: 0px solid #dfdfdf;
	margin: 0 0 10px 0;
}

div.newsfeed h3 {
	padding: 0 0 0 12px;
	height: 39px;
	line-height: 39px;
	background: url(/images/product_header.jpg) no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

div.newsfeed div.item {
	padding: 1px 10px 1px 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

div.newsfeed h1 {
	font-size: 11px;
	padding: 7px 0 1px 0;
}

div.newsfeed div.allnews {
	padding: 5px 0px 5px 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}	

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;
}

#extraMenu { text-align: left; }
#extramenu_text { background: white; }
#extramenu_text img { margin-bottom: 10px; }

/* Product small
-----------------------------------------------------------------------------*/ 

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

div.product-small-container {
	margin: 0;
	padding: 0;
	clear: both;
}

div.product-small {
	border: 0px #dfdfdf solid;
	width: 146px;
	margin: 0px 0px 0px 0;
	padding: 9px;
	height: 225px;
	float: left;
	vertical-align: top;	
}

div.product-small .short {
	font-size: 10px;
	line-height: 11px;
	height: 20px;
	overflow: hidden;
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
}

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: 14px;
	line-height: 15px;
	font-weight: bold;
	white-space: nowrap;
}

div.product-small div.oldprice {
	font-size: 11px;
	height: 12px;
	text-decoration: line-through;
	overflow: hidden;
	white-space: nowrap;
}

div.campaignproduct div.price {
	color: #5f0303;
}

div.product-small div.button_buy_container {
	text-align: right;
	float: right;
}

input.button_buy {
}

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

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

div.product-small div.name {
	font-weight: bold;
	font-size: 11px;
	height: 12px;
	overflow: hidden;
	padding: 0 0 2px 0;
}

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

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 {
	padding: 0 15px 0 0;
	float: left;
}

table.artiklar {
	margin: 0;
}

table.artiklar td {
	font-size: 11px;
	padding: 3px 7px 3px 7px;
}

table.artiklar th {
	font-size: 11px;
	background: url(/images/table_bg.jpg) repeat-x;
	background-color: #707070;
	color: #fff;
	padding: 5px 7px 5px 7px;
}

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

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

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 5px 15px 0;
	font-style: italic;
}

td.smallpictures img {
	margin: 0 0 5px 0;
}

fieldset.documents {	
	border: 1px solid #dfdfdf;
	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 {
	text-align: right;
	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;
	border: 1px solid #dfdfdf;
	background-color: #666666;
	list-style: none;
	padding: 0;
}

.cart_menu_ul li.selected {
	border: 1px solid #dfdfdf;
	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: #fff;
	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: #fff;
	margin: 0 0 20px 0;
}

div.cart-login-container {
	border: 1px solid #dfdfdf;
	padding: 7px 3px 7px 5px;
	background-color: #ebebeb;
	margin: 0 0 10px 0;
}

div.cart-shipping-container {
	border-bottom: 1px solid #dfdfdf;
	padding: 3px 3px 10px 3px;
	background-color: #fff;
	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 12px;
	height: 39px;
	line-height: 39px;
	background: url(/images/product_header.jpg) no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

div.login-container {
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin: 0 0 10px 0;
}

#customeraddress-box {
	width: 450px;
}

/* 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.customerservice {
	position: absolute;
	bottom: 50px;
	right: 217px;
	width: 190px;
	height: 49px;
	overflow: hidden;
	background: url(/images/top_line.jpg) no-repeat;
	background-position: top left;	
}

div.customerservice_text {
	font-size: 13px;
	text-align: right;
	color: #424242;	
	padding: 8px 20px 0 0;
}

div.customerservice_phone {
	color: #999999;
	font-size: 12px;
	text-align: right;
	padding: 0px 20px 0 0;
}

div.customerservice_phone a {
	color: #999999;
}

div.customerservice_phone a:hover {
	text-decoration: underline;	
}

div.customerservice_icon {
	position: absolute;
	top: 87px;
	right: 355px;
}

div.fastdelivery {
	position: absolute;
	bottom: 50px;
	right: 410px;
	width: 190px;
	height: 49px;
	overflow: hidden;
}

div.fastdelivery_text {
	font-size: 13px;
	text-align: right;
	color: #424242;	
	padding: 8px 20px 0 0;
}

div.fastdelivery_info {
	color: #999999;
	font-size: 12px;
	text-align: right;
	padding: 0px 20px 0 0;
}

div.fastdelivery_info a {
	color: #999999;
}

div.fastdelivery_icon {
	position: absolute;
	top: 85px;
	right: 565px;
}


div.addthis_32x32_style a {
	float: left !important;
	margin: 0 2px 0 2px;	
}


a.addthis_button_facebook {
	margin: 0 0 7px 0;	
}

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

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

div.bigpush-container {
	height: 308px;
	width: 655px;
	position: relative;
	background: url(/images/bigpush_bg.jpg) no-repeat;	
}

div.bigpush-text {
	font-size: 14px;
	color: #424242;	
	font-weight: normal;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 60%;
	line-height: 18px;
}

div.bigpush-text p {
	color: #424242;
	font-size: 14px;
	line-height: 18px;
}

div.bigpush-text h1 {
	font-size: 35px;
	line-height: 32px;
	color: #000;
	font-weight: normal;
	letter-spacing: -0.02em;
	margin: 0 0 10px 0;			
}

span.purple {
	color: #6f416f;	
}

div.bigpush-image {
	position: absolute;
	right: 0;
	top: 0px;	
}

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


