/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family:Arial, Helvetica, sans-serif; font-size: 12px; }
.errorBox { font-family :Arial, Helvetica, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

html {
	overflow-x:auto;
	overflow-y:scroll;
}

BODY {
  background: #edead7;
  color: #979269;
  margin: 0px;
}

A {
  color: #333;
  text-decoration: none;
}

A:hover {
  color: #111;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

tr.header {
	background: #edead7;
}

td.logo {
	padding-left:10px;
	padding-right:20px;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #979269;
  padding-right:20px;
}

.headerNavigation a { 
  color: #979269; 
}

.headerNavigation a:hover {
  color: #978f50;
}

.headerNavigation a.selected {
	color:#483079;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #fff;
}

TD.footer {
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#979269;
	border-right:1px solid #ccc6a2;
}

h3 {
	color:#745c40;
	padding-top:0;
	margin-top:0;
}

TD.footer2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#979269;
	border-right:1px solid #ccc6a2;
	padding:0 11px;
}

TD.footer3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#979269;
	padding:0 12px 0 11px;
}

TD.footerText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
	line-height:1.5;
  background: #fff;
  color: #696C70;
}
td.footerText a {
	color:#6E3B81;
}
td.footerText a:hover {
	text-decoration:underline;
}

.infoBox {
  background: #ede9d6;
}

.infoBoxContents {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.contentInfoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2c1e41;
}
td.contentInfoBoxHeading a {
	color:#333;
}
td.contentInfoBoxHeading a:hover {
	color:#333;
}

div.linkTab {
  /*font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:normal;
  background: url(egen/linktab.png) no-repeat;
  color: #fff;
	width:270px;
	height:26px;
	padding:7px 20px 0 20px;*/
}
div.linkTab a {
	color:#fff;
}
div.linkTab a:hover {
	color:#e4dbeb;
}

.contentInfoBox {
  background: #fff;
}

.contentInfoBoxContents {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #bbc3d3 url(default/infoboxheading-bg.gif) repeat-x;
  color: #333;
}
td.infoBoxHeading a {
	color:#333;
}
td.infoBoxHeading a:hover {
	color:#333;
}

TD.columnInfoBoxHeading, TD.columnInfoBoxHeading h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #5C327F;
}
TD.columnInfoBoxHeading { 
	padding-bottom:10px; 
}
TD.columnInfoBoxHeading h2 {
	padding-left:18px;
}
td.columnInfoBoxHeading a {
	color:#5C327F;
}
td.columnInfoBoxHeading a:hover {
	color:#5C327F;
}

.columnInfoBox {
  background: transparent;
}

.columnInfoBoxContents {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #fff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #fff;
}

TABLE.productListing {
  /*border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;*/
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #7c7856;
  background: #fff url(egen/design2/shopping_cart/heading_bg.png) repeat-x;
	background-position:bottom left;
	height:28px;
	border-top:1px solid #c1d699;
	border-right:1px solid #c1d699;
	border-bottom:1px solid #c1d699;
}
.productListing-heading:first-child {
	border-left:1px solid #c1d699;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
	background:#fff url(egen/design2/shopping_cart/entry-bg.png) repeat-x;
	background-position:bottom left;
	height:54px;
	border-top:1px solid #ede9d6;
	border-right:1px solid #ede9d6;
	border-bottom:1px solid #ede9d6;
	padding-left:6px;
	padding-right:6px;
}
TD.productListing-data:first-child {
	border-left:1px solid #ede9d6;
}
	TD.productListing-data a {
		font-size:15px;
		color:#979269;
		font-weight:bold;
	}
	TD.productListing-data small {
		font-size:13px;
	}

.shoppingCartTotal2 {
	background:#fff url(egen/design2/shopping_cart/entry-bg.png) repeat-x;
	background-position:bottom left;
	border-left:1px solid #ede9d6;
	border-right:1px solid #ede9d6;
	border-bottom:1px solid #ede9d6;
	height:38px;
}

TD.productListing-data1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	/*border-right:1px dotted #aaa;
	border-bottom:1px dotted #aaa;*/
}
TD.productListing-data2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	/*border-bottom:1px dotted #aaa;*/
}
TD.productListing-data3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	/*border-left:1px dotted #aaa;
	border-bottom:1px dotted #aaa;*/
}
table.buynow {
	background:#dedede;
}

A.pageResults, A.prevPage, A.nextPage {
  color: #483079;
	display:inline-block;
	padding:0 3px;
	text-align:left;
}
A.pageResults {
	width:10px;
	height:16px;
	background:url(egen/design2/productlisting/pagelink-bg.png) no-repeat;
}

A.prevPage {
	width:76px;
	height:16px;
	background:url(egen/design2/productlisting/prevpage-bg.png) no-repeat;
}

A.nextPage {
	width:35px;
	height:16px;
	background:url(egen/design2/productlisting/nextpage-bg.png) no-repeat;
}

/*A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}*/

h1, h2 { margin:0; padding:0; }

h2.subcategories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
  color: #333;
}

TD.pageHeading, DIV.pageHeading, h1.pageHeading, h1, h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #690;
}

TD.pagePrice, DIV.Price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #21084d;
	/*padding-right:30px;*/
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333;
}

TD.main, P.main {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.main b {
  color: #21084d;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.category_desc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.category_desc h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  color: #979269;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	color:#979269;
}

input[type=text], input[type=password], select {
	border:1px solid #c5bc98;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	color:#979269;
	border:1px solid #c5bc98;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f8f8f8;
  border:1px solid #e0e0e0;
}

TD.formAreaTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	background: url(default/checkout-heading.jpg) repeat-x;
	padding:2 5px;
	height:22px;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
/*.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }*/
.moduleRowOver { background-color: transparent; cursor: pointer; cursor: hand; }
/*.moduleRowSelected { background-color: #E9F4FC; }*/
.moduleRowSelected { background-color: transparent; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffb3b5; color:#000; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #99ff00; color:#000; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ff0000; }

td.breadcrumb {
  font-family: Arial, Helvetica, sans-serif;
  color: #483079;
  font-size:11px;
	padding-bottom:18px;
}
td.breadcrumb a {
  color:#958ea0;
  text-decoration: none;
}
td.breadcrumb a:hover {
  color:#958ea0;
  text-decoration:underline;
}

.productsBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
	background:#e9e9ea;
}

.paymentShippinhBox {
	/*border-bottom:1px solid #b4b4b4;*/
}

.checkoutHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
	color:#fff;
	font-weight:bold;
  /*line-height: 1.5;
	background: url(default/checkout-heading.jpg) repeat-x;*/
	background:url(egen/design2/checkout/heading-middle.png) repeat-x;
	height:40px;
	padding-left:4px;
}

#personnummerPopup {
	position:absolute;
	top:350px;
	left:350px;
}
td.personnummerPopUpTable {
	padding:10px;
	background:url(default/pernum_popup-bg.gif) repeat-y;
}
td.pernumPopUpText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
	font-weight:bold;
}
table.pernumPopUpField {
	background:#fff;
}
#btnClosePopUp, #btnContinue {
	cursor:pointer;
}

#ajaxIndicator {
	position:absolute;
	top:345px;
	left:640px;
}

.bodyBg {
	background:#edead7;
}

td.leftShadow {
	background:url(egen/left_shadow.png) repeat-y top right;
}

td.rightShadow {
	background:url(egen/right_shadow.png) repeat-y;
}

/* Shopping cart */
div.cartContainer { 
	position:relative;
}
div#cartBg {
	background: url(egen/varukorg_bg.png) no-repeat;
	width:345px;
	height:55px;
	position:absolute;
	top:0;
	right:16px;
}
div#cartContents { 
	position:relative;
	padding:3px 10px 6px 34px;
}

td.cartPaddingTop { padding-top:5px; }
td.cartPaddingTopLeft { 
	padding-top:5px; 
	padding-left:5px;
}

/* Header menu */
td.menuContainer {
	padding-bottom:2px;
}

table.menuActive td.menuLeftCorner {
	background:url(egen/menu/menulca.png) no-repeat;
}
table.menuActive td.menuBg {
	background:url(egen/menu/bg_menua.png) repeat-x;
	padding:5px 10px 0 7px;
}
table.menuActive td.menuBg a.menuLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
table.menuActive td.menuBg a.menuLink:hover {
	color:#fff;
	text-decoration:none;
}
table.menuActive td.menuRightCorner {
	background:url(egen/menu/menurca.png) no-repeat;
}

table.menu td.menuLeftCorner {
	background:url(egen/menu/menulc.png) no-repeat;
}
table.menu td.menuBg {
	background:url(egen/menu/bg_menu.gif) repeat-x;
	padding:5px 10px 0 7px;
}
table.menu td.menuBg a.menuLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#533162;
	font-weight:bold;
}
table.menu td.menuBg a.menuLink:hover {
	color:#2E1937;
	text-decoration:none;
}
table.menu td.menuRightCorner {
	background:url(egen/menu/menurc.png) no-repeat;
}

td.infoBoxPadding {
	padding-right:10px;
}

td.infoBoxPadding2 {
	padding-right:30px;
	padding-bottom:0px;
	padding-left:18px;
}

.productsName {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	font-size:12px;
}

.productsPrice {
	color:#35A0B5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

td.content {
	/*padding-top:30px;
	padding-left:10px;*/
}

td.bottom {
	background:url(egen/bottom-middle.jpg) repeat-x;
}

td.footerNavigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#533162;
}
td.footerNavigation a {
	color:#533162;
}
td.footerNavigation a:hover {
	color:#6E3B81;
}

td.prodDescription {
	background:url(egen/pixel_grey.gif) repeat-x;
}
td.prodDescriptionHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	background:url(egen/bg_infotab.gif) no-repeat;
	padding-left:10px;
	padding-bottom:1px;
	width:150px;
	height:19px;
}

select.filterMenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight:bold;
}

div.shoppingCartContainer {
	position:fixed;
	top:10px;
	right:0;
	_top: expression( ( 50 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width:150px;
}
td.shoppingCartHeading {
	background:url(egen/design2/shopping_cart/header.png) no-repeat;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding-left:35px;
}
td.shoppingCartHeading a {
	color:#fff;
}
td.shoppingCartHeading a:hover {
	color:#fff;
	text-decoration:underline;
}
td.shoppingCartContents {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	background:#fff;
	border-top:1px solid #d0caa6;
	border-left:1px solid #d0caa6;
	border-right:1px solid #d0caa6;
	padding:0 8px;
	background:#fff url(egen/design2/shopping_cart/bg.png) repeat-x;
	background-position:left bottom;
}
td.shoppingCartContents .main {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
	/*padding-top:6px;*/
}
td.shoppingCartTotal {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
	color:#3b2f4c;
	padding:4px 2px 10px 2px;
}
td.shoppingCartContents .productInfo {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
	/*padding-top:4px;*/
	padding-right: 2px;
	padding-left:10px;
	color:#3b2f4c;
}
td.shoppingCartContents .productInfo a {
	color:#690;
	text-decoration:underline;
}
td.shoppingCartContents .productInfo a:hover {
	color:#690;
}
td.shoppingCartFooter {
	background:url(egen/design2/shopping_cart/footer.png) no-repeat;
	height:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1px;
	color:#fff;
}

.dottedBorder {
	border-bottom:1px dotted #bfbbc6;
	padding-bottom:10px;
}

.paddingTop {
	padding-top:4px;
}

/** DESIGN 2 **/
.helpbar {
	background: url(egen/design2/helpbar.png) no-repeat;
	background-position:left top;
	width:598px;
	height:44px;
	padding:3px 15px;
}

.needHelp {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#669900;
	padding-top:6px;
	width:137px;
}

.contactInfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#669900;
	width:135px;
	padding-top:6px;
}

.liveChatStatus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#846a4c;
	font-weight:bold;
}

.searchArea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#669900;
	padding-left:12px;
	padding-top:2px;
}

.searchText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#669900;
}
	.searchText a {
		color:#669900;
	}
input.search {
	width:150px;
	font-size:18px;
	padding:0;
	margin:0;
}

.shopContentBg {
	background:url(egen/design2/shopcontentbg2/middle.png) repeat-y;
	padding-left:5px;
	padding-right:10px;
}

/*** Kategorimeny -begin ***/
.categoriesHeader {
	/*background: url(egen/design2/categories/header.png) no-repeat;*/
	background: url(egen/design2/categories/header-70px.png) no-repeat;
	background-position:top right;
	width:159px;
	height:28px;
	padding-top:11px;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#669900;
	font-weight:bold;
}
	.categoriesHeader a {
		color:#669900;
	}

.categoryHeader {
	display:block;
	width:177px;
	height:22px;
	padding-top:8px;
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#483079;
	font-weight:bold;
	outline:none;
}

.categoryHeaderMothersDay  {
	background: url(egen/design2/categories/mothers_day.png) no-repeat;
	background-position:top right;
	display:block;
	width:177px;
	height:22px;
	padding-top:8px;
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#cd190b;
	font-weight:bold;
	outline:none;
}

.categoryHeaderMothersDay a {
	color:#cd190b;
	padding-left:18px;
}

.categoryHeaderNormal {
	background: url(egen/design2/categories/category_heading.png) no-repeat;
	background-position:top right;
}
.categoryHeaderSelected {
	background: url(egen/design2/categories/category_heading-selected.png) no-repeat;
	background-position:top right;
}

div.categoriesContents {
	font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
	color:#544964;
}
	div.categoriesContents ul {
		margin:0 0 5px 0;
		padding:0;
		list-style:none;
	}
		div.categoriesContents ul li {
			padding:5px 14px;
			/*border-top:1px dotted #bfbbc6;*/
			border-bottom:1px dotted #bfbbc6; 
		}
		/*div.categoriesContents ul li:first-child {
			border-top:1px dotted transparent; 
		}*/
			div.categoriesContents ul li a {
				color:#544964;
			}
/*** Kategorimeny -end ***/

/*** Utvalda produkter -begin ***/
div.featuredProductsHeader {
	background:url(egen/design2/utvalda_produkter/header.png) no-repeat;
	width:628px;
	height:32px;
	padding-top:8px;
	padding-left:41px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

div.featuredProductsHeader h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

table.featuredProducts {
	border-top:1px solid #ede9d6;
	border-left:1px solid #ede9d6;
}

td.featuredProducts {
	width:223px;
	border-right:1px solid #ede9d6;
	border-bottom:1px solid #ede9d6;
	padding:0 6px;
	background:#fff url(egen/design2/utvalda_produkter/prodline-bg.png) repeat-x;
	background-position:left bottom;
}
	td.featuredProducts td.productsname {
		height:72px;
		padding:8px 0 4px 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#690;
	}
		td.featuredProducts td.productsname a {
			color:#690;
			text-decoration:underline;
		}
	td.featuredProducts td.productsimage {
		height:114px;
	}
	td.featuredProducts td.productsprice {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#544964;
		font-weight:bold;
		line-height:2;
		padding:24px 0 12px 0;
	}
/*** Utvalda produkter -end ***/

/*** Footer menu -begin ***/
	ul.footerNavigation {
		margin:0;
		padding:0;
		list-style:none;
	}
		ul.footerNavigation li {
			padding:0 0 2px 0;
		}
			ul.footerNavigation li a {
				color:#979269;
			}
/*** Footer menu -begin ***/

.freeShipping {
	background:url(egen/design2/shopping_cart/free_shipping-bg.png) no-repeat;
	width:130px;
	height:30px;
	padding:5px 10px;
}
	.freeShipping .freeShippingText {
		width:100px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#290;
	}
	
.categoryName {
	position:absolute;
	left:10px;
	bottom:8px;
}
	.categoryName h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:32px;
		font-weight:bold;
		color:#fff;
		text-shadow:#2c1e41 0 2px 5px;
	}
	
/*** Produktlista -begin ***/
div.productslistingHeader {
	background:url(egen/design2/productlisting/header.png) no-repeat;
	width:628px;
	height:32px;
	padding-top:8px;
	padding-left:41px;
	/*font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:bold;*/
}
div.productslistingHeader .heading {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.heading h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

div.productslistingHeader .sortTypeFormContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f4f7ed;
	padding-right:10px;
}
/*** Produktlista -end ***/

.paging {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
	color:#7c7856;
}

.artNo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #21084d;
}

.productOptionsHeading {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
	font-weight:bold;
  line-height: 1.5;
  color: #21084d;
}

.review {
	border-bottom:1px dotted #CFC9A5;
	padding:5px;
	margin-bottom:5px;
}
#moreReviewsLink {
	outline:none;
}

/*** köpte även -begin ***/
table.alsoPurchased {
	border-top:1px solid #ede9d6;
	border-left:1px solid #ede9d6;
}

td.alsoPurchased {
	width:147px;
	border-right:1px solid #ede9d6;
	border-bottom:1px solid #ede9d6;
	padding:0 6px;
	background:#fff url(egen/design2/utvalda_produkter/prodline-bg.png) repeat-x;
	background-position:left bottom;
}
	td.alsoPurchased td.productsname {
		height:30px;
		padding:8px 0 4px 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#690;
	}
		td.alsoPurchased td.productsname a {
			color:#690;
			text-decoration:underline;
		}
	td.alsoPurchased td.productsimage {
		height:114px;
	}
	td.alsoPurchased td.productsprice {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#544964;
		font-weight:bold;
		line-height:2;
		padding:9px 0 9px 0;
	}
/*** Köpte även -end ***/

.mailchimp {
	height:160px;
	background:url(egen/design2/newsletter-bg2.png) no-repeat;
}
	.mailchimp .contents {
		margin:12px 0 0 3px;
	}
		.mailchimp .contents .heading {
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			color:#7ba723;
			font-weight:bold;
		}
		.mailchimp .contents .introText {
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			line-height:1.2;
		}
			.mailchimp .contents .introText input {
				margin:2px 0;
			}
			.mailchimp .contents .introText input.text {
				width:170px;
			}
			.mailchimp .contents .introText div {
				padding-right:5px;
			}

.bildspel {
	float:left;
}			
	.bildspel .product {
		width:460px; 
		height:251px; 
		background:url(egen/design2/bildspel/product-bg.png) no-repeat;
		float:left;
		position:relative;
	}
		.bildspel .product .categoriesName {
			position:absolute;
			top:20px;
			right:22px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:28px;
			font-weight:bold;
			color:#fff;
			text-shadow:#2c1e41 0 2px 5px;
		}
		.bildspel .product .productsName {
			position:absolute;
			bottom:35px;
			left:141px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:20px;
			color:#fff;
		}
		.bildspel .product .productsPrice {
			position:absolute;
			bottom:12px;
			left:141px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			color:#fff;
		}
		.bildspel .product .button {
			position:absolute;
			bottom:6px;
			right:16px;
		}
	.bildspel .menu {
		float:left;
	}
		.bildspel .menu ul {
			margin:0;
			padding:0;
			list-style:none;
			border-bottom:1px solid #bfbbc6;
			background:#e9e8ec;
		}
		.bildspel .menu li a {
			display:block;
			width:190px;
			height:41px;
			padding:4px 5px 4px 10px;
			background:url(egen/design2/bildspel/tab.png) repeat-x;
			border-top:1px solid #bfbbc6;
			border-right:1px solid #bfbbc6;
			border-left:1px solid #bfbbc6;
			outline:none;
			line-height:1.1;
		}
			.bildspel .menu li a span.productsName {
				font-size:13px;
				color:#6e657c;
				font-weight:bold;
			}
			.bildspel .menu li a span.categoriesName {
				font-size:11px;
				color:#6e657c;
			}
		.bildspel .menu li a.selected {
			background:url(egen/design2/bildspel/tab-selected.png) repeat-x;
			border-top:1px solid #4e367f;
			border-right:1px solid #4e367f;
			border-left:1px solid #4e367f;
		}
			.bildspel .menu li a.selected span.productsName {
				color:#fff;
			}
			.bildspel .menu li a.selected span.categoriesName {
				color:#fff;
			}
			
.checkoutBoxContents {
  background: #fff url(egen/design2/checkout/formbg.png) repeat-x;
	background-position:bottom left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h4 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#7c7856;
}

.orderTotal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#979269;
	background:#fff;
	border-top:1px solid #ede9d6;
	border-right:1px solid #ede9d6;
	border-bottom:1px solid #ede9d6;
}
.orderTotal:first-child {
	border-left:1px solid #ede9d6;
}
.fadeBg {
	background:url(egen/design2/shopping_cart/entry-bg.png) repeat-x;
	background-position:bottom left;
}

td.checkoutContent {
	padding-left:10px;
	padding-right:5px;
}

.checkoutSuccessHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding-left:22px;
	background:url(egen/design2/checkout/success-header-bg.png) no-repeat;
	height:40px;
}
.checkoutSuccessContents {
	padding:10px;
	height:170px;
}

.tycktillHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#372557;
}
.regard {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#979269;
}

h1.slogan, h2.slogan {
	margin:0;
	padding:0;
	background:url(../files/slogan.png) no-repeat;
	width:241px;
	height:22px;
	text-indent:-9999px;
}

.edit_cart {
	color: #cc0000;
}

#DESC, #SPEC {
	color: #000000;
}

#qty_in_cart {
	color: #21084d;
	border: 1px solid #21084d;
}

.newC {
	color: #21084d;
}
#captcha {
	display:none;
}
