/*
 * Basic styles
 */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0;
	font-size: 62.5%;
	font-family: verdana, arial, helvetica, sans-serif;
	height: 100%;
}

input, select, textarea {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

img {
	border: none;
}

form {
	display: block;
}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
ul {
	list-style: none;
}

.clearboth {
	clear: both;
	line-height: 1px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*
 * Body styles
 */
body.normal {
	/*regular bg*/
	background-image: url(gfx/bg.jpg);
	/*Xmas-bg*/
	/*background-image: url(gfx/bg-xmas.jpg);*/
}

/*
 * Main container
 */
body.normal #pagecontainer {
	text-align: left;
	margin: 0 auto;
	width: 1008px;
	background-image: url(gfx/bg.jpg);
	background-position: center -143px;
	background-repeat: no-repeat;
}

body.minimal #pagecontainer {
	text-align: left;
}

h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}
h2{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}
h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
h4 {
	font-size: 11px;
}
.tintin-input {
	border: 1px solid #c0c0c0;
	background-image: url(gfx/arrow-right-grey.gif);
	background-color: #fff;
	background-position: 97% 6px;
	background-repeat: no-repeat;
	padding: 4px 0 5px 5px;
}
/*
 * Header/top navigation
 */
#header {
	height: 121px;
	position: relative;
	z-index: 80;
}
	#header #top{
		height: 44px;
		margin: 0 auto;
		position: relative;
		width: 1008px;
		z-index: 90;
	}
		#header #top h6 {
			margin: 0px;
			pading: 0px;
			left: 4px;
			position: absolute;
			top: 44px;
			z-index: 3;
		}
			#header #top h6 a {
				text-indent: -10000px; 
				display: block;
				outline: none;
				position: relative;
				z-index: 4;
				height: 77px;
				width: 375px;
			}
		#header #top #facebookLink{
			position: absolute;
			top: 7px;
			right: 325px;
		}
		#header #top p{
			position: absolute;
			top: 12px;
			right: 542px;
			height: 19px;
			width: 380px;
			background-image: url(/images/newsletterBg.gif);
		}
			#header #top .newsletter-label {
				display: block;
				position: relative;
				top: 3px;
				left: 10px;
				color: #fff;
				text-transform: uppercase;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				width: 190px;
			}
			#header #top #newsletter {
				font-size:10px;
				position:absolute;
				top:2px;
				right: 20px;
				width:160px;
				background-image: none;
			}
				#header #top #newsletter {
					background-color:#FFFFFF;
					background-repeat:no-repeat;
					border:1px solid #fff;
					height:13px;
					padding: 0px 0 0;					
				}
				#header #top #newsletterSubmit{
					position: absolute;
					cursor: pointer;
					top: 5px;
					right: 6px;
					display: inline;
				}
		#header #top #language-selector,
		#language-choser {
			line-height: 19px;
			position: absolute;
			left: 670px;
			width: 120px;
			margin: 0;
			padding: 0px;
		}
		#header #top #language-selector {
			border: 1px solid #c0c0c0;
			background-image: url(gfx/arrow-down-grey.gif);
			background-color: #fff;
			background-position: 97% 6px;
			background-repeat: no-repeat;
			top: 12px;
			z-index: 100;
			cursor: pointer;
		}
			#header #top #language-selector img,
			#header #top #language-choser li img{
				margin: 2px 4px 4px 4px;
				vertical-align: middle;
			}
		#header #top #language-choser{
			top: 34px;
			list-style-type: none;
			list-style-position: outside;
		}
			#header #top #language-choser li{
				margin: 0;
				padding: 0;
			}
				#header #top #language-choser a{ 
					width: 120px;
				}
				#header #top #language-choser a:link, 
				#header #top #language-choser a:active, 
				#header #top #language-choser a:visited{
					border: 1px solid #c0c0c0;
					border-top: 0px;
					display: block;
					background-color: #fff;
					color: #000;
					text-decoration: none;
				}
				#header #top #language-choser a:hover{
					background-color: #fff;
					color: #000;
				}
		
		#select-language {
			background:transparent url(gfx/language-select-bg.gif) no-repeat scroll 0 0;
			cursor:pointer;
			height:17px;
			padding-top:2px;
			position:absolute;
			right:195px;
			top:12px;
			width:120px;		
		}
			#select-language h5 {
				font-family: arial;
				font-size: 11px;
				margin-left: 4px;
				margin-top: 1px;
			}
			#select-language ul {
				background:#FFFFFF none repeat scroll 0 0;
				border:1px solid #BCBCBC;
				margin-left:0;
				margin-top:2px;
				padding-top:3px;
			}
				#select-language li {
					background-color: #FFF;
					height: 18px;
					padding-left: 4px;
				}
					#select-language li a {
						display:block;
						width:110px;
						text-decoration:none;
						padding: 2px 0px;						
					}
						#select-language li a:hover {
							background-color:#CCCCCC;
						}
				
		#header #top #header-image-package {
			background: url(gfx/bg-header-package.png) no-repeat;
			height: 167px;
			position: absolute;
			width: 160px;
			right: 20px;
			top: 0px;
			z-index: 3;
		}
	#header #header-image {
		background-image: url(gfx/bg-header.png);
		background-repeat: no-repeat;
		background-position: 50% 0%;
		height: 77px;
		margin: 0 auto;
		position: relative;
		width: 1008px;
		z-index: 2;
	}
#top-navigation {
	background-color: #1a1818;
	height: 22px;
	position: relative;
	z-index: 0;
}
	#top-navigation #top-navigation-list{
		margin: 0 auto;
		width: 1000px;
		line-height: 22px;
		z-index: 1;
	}
	#top-navigation #top-navigation-list a{
		color: #fff;
		font-weight: bold;
		padding-right: 8px;
		margin-left: 4px;
		border-right: 1px solid #fff;
		line-height: 22px;
		text-transform: uppercase;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	#top-navigation #top-navigation-list a.first{
		margin-left: 8px;
	}
	#top-navigation #top-navigation-list a.pink{
		color: #e8a1c2;
	}
	#top-navigation #top-navigation-list a.last{
		border-right: 0px;
	}
	#top-navigation #top-navigation-list a#site-menu-advice{
		display: none;
	}

/*
 * Left sidebar
 */
#leftsidebar {
	width: 145px;
	padding: 15px 14px 0 19px;
	float: left;
}
	#leftsidebar #product-list{
		position: relative;
		margin: 8px 0 10px 0;
		text-transform: uppercase;
	}
		#leftsidebar #product-list h5{
			margin: 0 0 10px 0;
		}
			#leftsidebar #product-list #category p.menu-head{
				background: #eca8c4 url(gfx/arrow-right.gif) 131px 5px no-repeat;
				color: #000;
				font-weight: bold;
				height: 16px;
				list-style-type: none;
				margin: 1px 0;
				padding: 3px 0 0 5px;
			}
				#leftsidebar #product-list #category p.menu-head a{
					text-decoration: none;
				}
				#leftsidebar #product-list #category p.menu-head a:hover{
					text-decoration: underline;
				}
			#leftsidebar #product-list #category div.menu-body{
				background: #f1d7e2;
				display: none;
			}
				#leftsidebar #product-list #category div.menu-body a{
					background: #f1d7e2;
					color: #000;
					display: block;
					height: 16px;
					padding: 3px 0 0 5px;
					text-decoration: none;
				}
				#leftsidebar #product-list #category div.menu-body a.selected{
					color: #fff;
					background: #1a1818;
				}
				#leftsidebar #product-list #category div.menu-body a:hover.selected{
					color: #fff;
				}
				#leftsidebar #product-list #category div.menu-body a:hover {
					color: #000;
					text-decoration: underline;
				}

	#leftsidebar .navigation_search{
		margin: 8px 0;
	}
	#leftsidebar #left_text_search {
		width: 141px;
	}
	#leftsidebar h3.latest-news{
		width: 145px;
		position: relative;
	}
		#leftsidebar h3.latest-news a{
			display: block;
			height: 16px;
			width: 16px;
			background: url(gfx/rss-16x16.png) no-repeat;
			position: absolute;
			right: 0px;
			top: 0px;
		}
			#leftsidebar h3.latest-news a img{
				display: inline;
			}
	#leftsidebar .news{
		margin: 7px 0;
		padding-bottom: 7px;
		border-bottom: 1px solid #d4d4d4;
	}
		#leftsidebar .show-all-news {
			background-image: url(gfx/arrow-right-pink.gif);
			background-position: right 2px;
			background-repeat: no-repeat;
			display: block;
			float: right;
			margin-bottom: 10px;
			text-decoration: none;
			font-weight: bold;
		}
			#leftsidebar .show-all-news span{
				padding-right: 15px;
			}
		#leftsidebar .news div{
			margin-bottom: 4px;
		}
			#leftsidebar .news div a{
				text-decoration: none;
			}
		#leftsidebar .news .news-date{
		}
		#leftsidebar .news .news-heading{
			font-weight: bold;
			text-transform: uppercase;
		}
		#leftsidebar .news .news-image{
		}
		#leftsidebar .news .news-shortdesc{
		}
	#leftsidebar #user-menu{
		clear: both;
		margin-top: 5px;
	}
		#leftsidebar #user-menu a {
			font-weight: bold;
			display: block;
			margin-bottom: 4px;
			text-decoration: none;
			text-transform: uppercase;
		}
	#leftsidebar #payment-methods{
		background-image: url(gfx/payment-methods.jpg);
		background-position: 0px 10px;
		background-repeat: no-repeat;
		border-top: 1px solid #d4d4d4;
		clear: both;
		margin-top: 10px;
		height: 120px;
	}
	#leftsidebar #secure-e-commerse {
		background-image: url(gfx/secure-e-commerse.gif);
		background-position: 0px;
		background-repeat: no-repeat;
		clear: both;
		height: 26px;
		display: block;
	}
/*
 * Right sidebar
 */
#rightsidebar {
	width: 145px;
	padding: 15px 19px 0 15px;
	float: left;
	position: relative;
}
	/* DONT DISPLAY RIGHT COLUMN IN CHECKOUT */
	#cart-page #rightsidebar{
		display: none;
	}
	#rightsidebar #cart-mini {
		padding: 12px 9px;
		border: 1px solid #c0c0c0;
		margin: 8px 0 5px 0;
		color: #737373;
	}
		#rightsidebar #cart-mini div{
			width: 125px;
			height: 12px;
			position: relative;
		}
		#rightsidebar #cart-mini div.count{
			margin-bottom: 4px;
		}
		#rightsidebar #cart-mini div.total{
			margin-bottom: 0px;
		}
		#rightsidebar #cart-mini div span{
			position: absolute;
			right: 0px;
		}
	#rightsidebar #cart-mini a{
		background-image: url(gfx/arrow-right-pink.gif);
		background-position: 98% 51%;
		background-repeat: no-repeat;
		display: block;
		height: 12px;
		margin-top: 10px;
	}
		#rightsidebar #cart-mini a span{
			display: block;
			float: right;
			padding: 0 15px 0 0;
			cursor: pointer;
		}
		

	#rightsidebar #quote-container {
		height: 80px;
		width: 145px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	#rightsidebar #brands-container {
		height: 80px;
		width: 145px;
		overflow: hidden;
		margin-bottom: 8px;
		position: relative;
	}
		#rightsidebar .brand-container-overlay {
			background-image:url(gfx/brands-flash-overlay.gif);
			background-repeat:no-repeat;
			height:80px;
			left:15px;
			position:absolute;
			top:183px;
			width:145px;
			z-index:1;
		}
			#rightsidebar .has-cart-items {
				top:205px;
			}

	#rightsidebar #recent-additions-box,
	#rightsidebar #last-viewed-box{
		clear: both;
		margin-bottom: 8px
	}
		#rightsidebar #recent-additions-box h3,
		#rightsidebar #last-viewed-box h3{
			margin-bottom: 5px
		}
		#rightsidebar #recent-additions-box ul,
		#rightsidebar #last-viewed-box ul{
		}
			#rightsidebar #recent-additions-box ul li,
			#rightsidebar #last-viewed-box ul li{
				height: 82px;
				width: 145px;
				position: relative;
				margin-bottom: 5px;
			}
				#rightsidebar #recent-additions-box .product-image,
				#rightsidebar #last-viewed-box .product-image{
					height: 77px;
					border: 1px solid #c8c8c8;
					overflow: hidden;
					width: 70px;
				}
				#rightsidebar #recent-additions-box .rightcol,
				#rightsidebar #last-viewed-box .rightcol{
					width: 82px;
					position: absolute;
					bottom: 5px;
					left: 78px;
				}
					#rightsidebar #recent-additions-box .rightcol a,
					#rightsidebar #last-viewed-box .rightcol a{
						text-decoration: none;
					}


/*
 * Main content
 */
#maincontent {
	display: inline;
	width: 620px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	position: relative;
	background-color: #fff;
}
	#cart-page #maincontent {
		width: 810px;
		padding-bottom: 36px;
		margin-right: 0px;
	}
	#maincontent h1,
	#maincontent h2{
		/*background-color: #1a1818;*/
		background:url(gfx/page_header_bg.gif);
		color: #fff;
		height: 33px;
		padding-left: 15px;
		font-size: 11px;
		font-weight: bold;
	}
		#maincontent h1 span,
		#maincontent h2 span{
			line-height: 33px;
			text-transform: uppercase;
			color: #000000;
		}
			#maincontent h1 span a,
			#maincontent h2 span a{
				color: #fff;
				text-decoration: none;
			}
			#maincontent h1 span a:hover,
			#maincontent h2 span a:hover{
				text-decoration: underline;
			}
				#product-page a.product-page-back {
					float:right;
					margin-right:8px;
					margin-top:10px;
					text-align:right;
					text-decoration:underline;
				}
	#product-page #maincontent h1 {
		color: #000;
		font-weight: bold;
	}
		#product-page #maincontent h1 a {
			color: #000;
			font-weight: bold;			
		}	
	
	#update-page #maincontent #inner-content{
		padding-left: 12px;
		padding-top: 12px;
		padding-bottom: 12px;
		float: left;
		width: 600px;
		height: 210px;
		position: relative;
	}
	#cart-page #maincontent #inner-content {
		padding-left: 12px;
		padding-right: 12px;
		margin-top: 24px;
	}
	#update-page #maincontent #comboOfferHeader{
		margin-left: 12px;
	
	}
	#update-page .discounted-price a{
		color: red;
	}
		#maincontent #inner-content #updateItem{
			float: left;
			margin-right: 35px;
		}
		#maincontent #inner-content #btnContinue{
			position: absolute;
			top: 190px;
			left: 225px;
			font-family: Arial, Verdana;
			font-size: 14px;
			font-weight: bold;
			text-decoration: underline;
		}
		#maincontent #inner-content #btnCheckout{
			position: absolute;
			top: 150px;
			left: 224px;
		}
		#update-page #maincontent #inner-content h4 {
			font-family: Arial, Verdana;
			font-size: 14px;
			color: #000;
			position: absolute;
			top: 95px;
			left: 225px;
		}
		#update-page #maincontent #inner-content h4 span{
			color: #eba7c4;
			display: block;
			text-transform: uppercase;
		
		}
		#maincontent #inner-content h4 {
			margin: 5px 0px;
		}
	#maincontent #html-content-container{
		padding: 12px;
		padding-top: 36px;
		float: left;
		width: 596px;
		overflow: auto;
	}
		#maincontent #html-content-container h4{
			clear: both;
		}
			#maincontent #html-content-container p {
				margin: 0px;
				padding: 0px;
			}
	#html-page h2 span {
		color: #000000;
	}		
	#flash-box {
		float: left;
		width: 620px;
		height: 290px;
		overflow: hidden;
		margin-bottom: 14px;
	}
	#campaigns-box {
		width: 620px;
		float: left;
	}
		#campaigns-box .campaign,
		#campaigns-box .campaign-last{
			margin-bottom: 5px;
		}
		#campaigns-box .campaign{
			width: 200px;
			float: left;
			margin-right: 10px;
		}
		#campaigns-box .campaign-last{
			width: 200px;
			float: left;
		}
/*
 * Product page
 */
#product-container {
	position: relative;
	width: 620px;
	float: left;
}
	#product_image_container {
		position: relative;
		width: 410px;
		height: 451px;
		float: left;
		margin-right: 0px;
		z-index:1;
	}
		#product_main_image {
			width: 410px;
			/*height: 467px;*/
			height: 451px;
			background-position: center top;
			background-repeat: no-repeat;
		}
		#product_alt_image_container {
			padding-top:10px;
			clear: both;
		}
			.product_alt_image {
				float: left;
				width: 70px;
				height: 80px;
				cursor: pointer;
				background-position: center;
				background-repeat: no-repeat;
				margin-right: 12px;
			}
	.prod_detail_main{
		/*background:black none repeat scroll 0 0;*/
		background:url(gfx/product-column-bg.jpg);
		background-repeat:repeat-x;
		float:left;
		padding:0 8px;
		position:absolute;
		width:194px;
		color: #fff;
		/*height: 451px;*/
		overflow: hidden;
		right: 0px;
		z-index: 2;
	}
		.prod_detail_main #prod-detail-read-more {
			background-color:#333333;
			bottom:0;
			margin-left:-8px;
			padding:4px 8px;
			position:absolute;
			text-align:right;
			width:194px;
			color: #FFF;
			cursor:auto;
			z-index: 3;
		}
			.prod_detail_main #prod-detail-read-more a {
				cursor: pointer;
				text-decoration:underline;
				color: #FFF;
				cursor:pointer;
			}
			.prod_detail_main #prod-detail-read-more img {
				cursor:pointer;
				margin-left: 8px;
			}
			.prod_detail_main #prod-detail-read-more span {
				text-decoration: underline;
				cursor: pointer;
			}
		.prod_detail_main form{
			display: block;
		/*	margin-bottom: 20px; */
		}
		.prod_detail_main form #product_select_size{
			width: 194px;
			margin-bottom: 5px;
		}
		.prod_detail_main .product_manufacturer {
			text-align: center;
			border-bottom: 1px solid gray;
		}
		.prod_detail_main .product_name{
		}
			.prod_detail_main .product_artno {
				color: #999999;
			}
		.prod_detail_main .product_manufacturer,
		.prod_detail_main .product_artno,
		.prod_detail_main .product_description,
		.prod_detail_main .product_tech_description,
		.prod_detail_main .product_color{
			margin-bottom: 10px;
		}
		.prod_detail_main .product_price{
			color: #ee7fad;
			font-size: 13px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
		}
			.prod_detail_main .product_price  strike {
				color: #999999;
			}
		.prod_detail_main .product-delivery-info {
			margin-bottom: 20px;
			margin-top: 4px;
		}
		#product-page #klarna-info {
			border-bottom:1px solid gray;
			margin-bottom:8px;
			padding-bottom:12px;	
		}
			#product-page #klarna-info .product-klarna-info {
				margin-left:62px;
				width:144px;			
			}
				#product-page #klarna-info .product-klarna-info a {
					color: #FFFFFF;
					text-decoration: underline;
					margin-top: 4px;
				}
			#product-page #klarna-info img {
				float: left;
				margin-right: 12px;
			}
		#klarna-info-overlay h3 {
			margin-bottom: 8px;
		}
		#klarna-info-overlay h4 {
			margin-top: 12px;
			margin-bottom: 4px;
		}
		#klarna-info-overlay p {
			margin: 8px 0px;
		}
		#klarna-info-overlay a {
			text-decoration: underline;
		}
		#checkout-page #kreditor-terms a {
			text-decoration: underline;
		}
		/*
		.prod_detail_main #open-laundry-instructions-box,
		.prod_detail_main #open-size-chart-box{
			background: #f1d7e2 url(gfx/arrow-right-pink.gif) 2% 50% no-repeat;
			height: 19px;
			margin-bottom: 1px;
		}
			.prod_detail_main #open-laundry-instructions-box a,
			.prod_detail_main #open-size-chart-box a{
				line-height: 19px;
				padding-left: 20px;
				text-decoration: none;
				text-transform: uppercase;
			}
			.prod_detail_main #open-laundry-instructions-box a:hover,
			.prod_detail_main #open-size-chart-box a:hover{
				text-decoration: underline;
			}		
		.prod_detail_main #community-container .community-link {
			margin-bottom: 14px;
			background: #f1d7e2 url(gfx/arrow-down-pink.gif) 2% 50% no-repeat;
			height: 19px;
		}
			.prod_detail_main #community-container .community-link span{
				line-height: 19px;
				padding-left: 20px;
				text-transform: uppercase;
			}
		.prod_detail_main #community-container #community-images{
			margin-bottom: 5px;
		}
		.prod_detail_main #community-container #blog-container img{
			display: block;
			float: left;
			margin-right: 5px;
		}
		.prod_detail_main #community-container #blog-container textarea{
			display: block;
			float: left;
			width: 170px;
			height: 65px;
			padding: 3px;
			overflow: hidden;
			border: 1px solid #c8c8c8;
		}
		*/
	#image_zoom_container {
		width: 400px;
		height: 400px;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#product-bottom-info {
		clear: both;
		padding-top: 16px;
	}
	#product-page #product-bottom-info #open-laundry-instructions-box,
	#product-page #product-bottom-info #open-size-chart-box {
		width: 200px;
		float: left;
		border: 1px solid #F1D7E2;
		margin-right: 7px;
	}
		#product-page #product-bottom-info #open-size-chart-box {
			text-align: center;			
		}
			#product-page #product-bottom-info #open-size-chart-box a {
				margin-top: 5px;
				margin-bottom: 4px;
				display: block;
				text-decoration:underline;
			}
		#product-page #product-bottom-info #open-laundry-instructions-box img {
			width: 39px;
		}	
		#product-page #product-bottom-info #open-laundry-instructions-box #laundry-instructions {
			padding: 2px;
		}
		#product-page #product-bottom-info #open-size-chart-box #size-chart {
			padding: 8px 2px;
			overflow: auto;
		}
			#product-page #product-bottom-info #open-size-chart-box #size-chart td {
				background-color: #FFFFFF;
				border: 1px solid #eee;
				text-align: left;
			}
	#product-page #product-bottom-info #community-container {
		width: 200px;
		float: left;
		border: 1px solid #F1D7E2;
		height: 142px;
	}
		#product-page #product-bottom-info #community-container #community-images {
			padding-top: 8px;
		}
		#product-page #product-bottom-info #community-container #blog-container {
			margin-top:6px;
			padding-bottom:24px;
			position:relative;
		}
			#product-page #product-bottom-info #community-container #blog-container img {
				position: absolute;
				top: 0px;
				left: 3px;
			}
			#product-page #product-bottom-info #community-container #blog-container textarea {
				position:absolute;
				right:4px;
				width:170px;
				height: 82px;
			}

	#product-page #product-bottom-info h3 {
		text-align: center;
		text-transform: uppercase;
		padding: 4px 0px;
		background: #F1D7E2;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		width: auto;
	}



	/*
	 * Product family
	 */
	#product-container h2.additional-content-header{
		margin-top: 18px;
		background-color:#000000 !important;
		background:none;
		color: #FFFFFF;
	}
		#product-container h2.additional-content-header span {
			color: #FFFFFF;
		}
	#product-container .additional-content{
		position: relative;
		width: 596px;
		float: left;
		padding: 12px;
	}
	
/*
 * Previous and Next product
 */
.product_prev_next .search-product-list-item {
	width: 72px;
	height: 72px;
}
.product_prev_next .search-product-list-item .image {
	width: 72px;
	height: 72px;
}
.product_prev_next .info {
	display: none;
}

/*
 * Search page
 */
	#maincontent #search_filtered {
		position: absolute;
		top: 7px;
		right: 15px;
		/*width: 390px;*/
		height: 19px;
		line-height: 19px;;
	}
		#maincontent #search_filtered #search-filtered-container{
		/*
			float: right;
			width: 350px;
			height: 19px;
		*/
		}
		#maincontent #search_filtered .search_filter_sort{
			width: 100px;
		}
		#maincontent #search_filtered .search_filter{
			width: 120px;
			margin-left: 5px;
		}
	#maincontent .search_pagination {
		clear: both;
		margin: 0 auto;
		text-align: center;
	}

	#maincontent #search-top-container{
		height:180px;
		margin-bottom:34px;
		position:relative;
		width:608px;
		overflow: hidden;
	}
		#maincontent #search-top-container #search-top-text-container{
			bottom:0;
			padding-right:12px;
			position:absolute;
			right:0;
			width:394px;					
		}
		#maincontent #search-top-container img{
			bottom:0;
			display:block;
			height:192px;
			left:0;
			position:absolute;
			width:192px;
		}
		#maincontent #search-top-container #search-top-text-container h3{
		}
		#maincontent #search-top-container #search-top-text-container .search-top-text{
			font-family: arial;
			font-size: 12px; 

		}
			#search-page h2#search-top-header {
				background: none;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:20px;
				color: #222;
				font-weight: normal;
				font-style:italic;
				text-transform: uppercase;
				height: 20px;
				margin-bottom: 20px;
				padding-left: 0px;
			}

	#maincontent .search-product-list-item {
		position: relative;
		display: block;
		float: left;
		width: 192px;
		margin-bottom: 5px;
		margin-left: 10px;
	}
	#maincontent .first {
		margin-left: 0px;
		clear: left;
	}
	#maincontent .search-product-list-item a {
		text-decoration: none;
	}
	#maincontent .search-product-list-item a.image {
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		width: 192px;
		height: 219px;
		margin-bottom: 5px;
	}
		#maincontent .search-product-list-item .image a img {
			width: 192px;
			height: 212px;
		}
	#maincontent .search-product-list-item div.info {
		font-size: 1em;
	}
	#maincontent .search-product-list-item div.info span.manufacturer {
		display: block;
		font-weight: bold;
	}
	#maincontent .search-product-list-item div.info span.name {
		display: block;
	}
	#maincontent .search-product-list-item div.info span.old-price {
		display: block;
		text-decoration: line-through;
	}
	#maincontent .search-product-list-item div.info span.price {
	
	}
	#maincontent .search-product-list-item div.info span.discounted-price {
		
	}

/* 
 * Style for book page 
 */
#book_main {
	width: 489px;
	padding-right: 20px;
	border-right: 1px solid #333;
}

#book_menu {
	float: right;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	width: 180px;
	list-style: none;
}

#book_menu li a {
	display: block;
	padding: 2px 0px;
}

#book_menu li a:hover {
}

/*
 * Checkout
 */
#checkout_container {
	padding: 0px;
}

table.checkout_items {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
table.checkout_items .name{
	padding-bottom: 12px;
}
	table.checkout_items .item td {
		padding-bottom: 5px;
	}
	
	table.checkout_items tr.item td,
	table.checkout_items tr.item-offer td,
	table.checkout_items tr.offer-notice td,
	table.checkout_items tr.offer-discount-sum td {
		padding: 4px;
	}
	table.checkout_items tr.item-offer td,
	table.checkout_items tr.offer-notice td,
	table.checkout_items tr.offer-discount-sum td {
		background-color: #eee;
	}
	table.checkout_items tr.offer-notice td {
		padding-bottom: 0;
	}
	
	table.checkout_items tr.item-offer td.sum .old,
	table.checkout_items tr.item-offer td.price .old {
		text-decoration: line-through;
		display: block;
	}
	table.checkout_items tr.offer-discount-sum td.label {
		text-align: right;
	}
	table.checkout_items tr.offer-discount-sum td.sum {
		font-weight: bold;
	}
	table.checkout_items tr.item-offer td.price .old {
	}
	table.checkout_items tr.end-of-offers td {
		padding-top: 4px;
	}
	table.checkout_items tr.end-of-offers td div {
		border-top: 1px solid #888;
		height: 1px;
	}
	table.checkout_items a.discount-possible {
	}
	table.checkout_items a.discount-possible span.discount-possible {
		font-weight: bold;
	}
	table.checkout_items .checkout-offer-view {
		position: absolute;
		padding-top: 5px;
		padding-left: 5px;
		left: 10px;
		margin-top: 2px;
		border: 1px solid #888;
		/*border-bottom: 1px solid #000;*/
		background-color: #eee;
		width: 715px;
		z-index: 10000;
	}
	table.checkout_items .checkout-offer-view a.more-offers {
		clear: left;
		float: right;
		padding-right: 5px;
		padding-bottom: 5px;
		font-size: 1.2em;
		font-weight: bold;
	}
	table.checkout_items .checkout-offer-view span.owner-name {
		font-weight: bold;
	}
	
	table.checkout_items tr.item td.name,
	table.checkout_items tr.item td.qty,
	table.checkout_items tr.item td.price,
	table.checkout_items tr.item td.sum,
	table.checkout_items tr.offer-discount-sum td.sum {
		padding-left: 4px;
	}
	
	table.checkout_items td.image {
		width: 5%;
	}
		table.checkout_items td.image div {
			width: 60px;
			height: 60px;
			background-repeat: no-repeat;
			background-position: center;
		}
	
	table.checkout_items tr.item td.name {
		width: auto;
	}
		table.checkout_items tr.item td.name .manufacturer {
			font-weight: bold;
		}
		table.checkout_items tr.item td.name .size {
			display: block;
		}
	
	table.checkout_items th.qty,
	table.checkout_items tr.item td.qty{
		text-align: right;
		width: 15%;
	}
	table.checkout_items th.price,
	table.checkout_items tr.item td.price{
		text-align: right;
		width: 15%;
	}
	table.checkout_items th.sum,
	table.checkout_items tr.item td.sum,
	table.checkout_items tr.offer-discount-sum td.sum {
		text-align: right;
		width: 15%;
	}
	
	table.checkout_items .meta {
		text-align: right;
	}
	
	table.checkout_items .meta .label {
		font-weight: bold;
	}
	
	table.checkout_items tbody#order-summary td.shipment-ad,
	table.checkout_items .last td {
		padding-bottom: 15px;
	}
	table.checkout_items tbody#order-summary .first td{
		padding-top: 15px;
	}
	table.checkout_items tbody#order-summary td.shipment-ad{
		vertical-align: middle;
		padding-right: 60px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: bold;
	}
		table.checkout_items tbody#order-summary td.shipment-ad p{
			display: block;
			float: left;
			border: 1px solid #f684d0;
			padding: 11px;
		}
			table.checkout_items tbody#order-summary td.shipment-ad img{
				margin-right: 10px;
				float: left;
			}
			table.checkout_items tbody#order-summary td.shipment-ad span{
				color: #e07da6;
			}

	table.checkout_items .first td {
		padding-top: 5px;
		border-top: 1px solid #c8c8c8;
	}
		table.checkout_items .first td.qty td{
			border-top: 0px;
		}
	
	table.checkout_items tbody#order-summary {
		border-bottom: 1px solid #c8c8c8;
	}
	table.checkout_items tbody#order-summary .label{
		text-align: left;
	}
	table.checkout_items tbody#order-summary tr.sum .label,
	table.checkout_items tbody#order-summary tr.sum .value{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
	}

#payment_info, #payment_logo {
	margin-bottom: 0px;
}
	#payment_logo div,
	#payment_logo label{
		float: left;
	}

#payment_container input,
#payment_container select {
	width: 175px;
}

#payment_container #dibs_exp_yy,
#payment_container #dibs_exp_mm,
#payment_container #dibs_cvx2
{
	width:50px;
}

#payment_container label {
	display: block;
}

#checkout-page .checkout-shipping-method {
	margin-bottom: 8px;
}

#checkout_container #shipping_table,
#checkout_container #payment_container {
	width: 320px;
	float: left;
}
	#checkout_container #payment_container h3,
	#checkout_container #shipping_table h3,
	#checkout_container #register_table h3{
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 5px;
	}

#new-checkout-step-three a.buy-button{
	float: right;
	width: auto;
}
	#new-checkout-step-three a.buy-button p{
		padding: 4px 50px 4px 75px;
	}

#checkout_container #payment-inner-content,
#checkout_container #login-inner-content{
	padding: 14px;
	border: 1px solid #c8c8c8;
}
	#payment-inner-content #payment_info{
		margin-top: 5px;
		line-height: 14px;
	}
	#payment-inner-content #payment_info select {
		width: 288px;
	}
	#payment-inner-content #payment_info #kreditor-terms-checkbox {
		width: auto;
		vertical-align: middle;
		margin-right: 4px;
	}
	#payment-inner-content #payment_info label {
		display: inline;
		vertical-align: middle;
	}
.payment_error {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #7F1717;
	background-color: #FFBFBF;
}

/*
 *	News
 */
 .news-content{
	/*width: 596px;
	overflow: hidden;*/
 }
	.selected-news {
		border-bottom: 1px solid #c8c8c8;
		float: left;
		margin-bottom: 10px;
		padding: 15px;
	}
	.selected-news p {
		/*float: left;*/
	}
		.selected-news .news-header {
			color:#222222;
			font-family:Georgia,"Times New Roman",Times,serif;
			font-size:20px;
			font-style:italic;
			font-weight:normal;
			margin-bottom:0px;
			text-transform:uppercase;
		}
			.selected-news .news-header span{
				font-size: 10px;
			}
		.selected-news .news-date {
			color: #f684d0;
			font-weight: bold;
			margin-bottom: 10px;
		}
		.selected-news .long-desc {
			font-family:arial;
			font-size:12px;
		}
			.selected-news .long-desc img{
				/*margin-bottom: 10px;*/
			}
	
	.news-list-item {
		border-bottom: 1px solid #c8c8c8;
		float: left;
		margin-bottom: 10px;
		padding-bottom: 15px;
		width: 100%;
	}
		.news-list-item .news-date {
			color: #f684d0;
			font-weight: bold;
			margin-bottom: 10px;
		}
		.news-list-item .news-header {
			color:#222222;
			font-family:Georgia,"Times New Roman",Times,serif;
			font-size:20px;
			font-style:italic;
			font-weight:normal;
			margin-bottom:16px;
			text-transform:uppercase;
		}
			.news-list-item .news-header a{
				text-decoration: none;
			}
		.news-list-item .short-desc {
		}
		.news-list-item .news-image {
			float: right;
		}


/*
 *	User pages, checkout
 */
#register_form {
	float: left;
	margin-bottom: 40px;
}
	#register_table {
		width: 265px;
		float: left;
		margin-right: 10px;
	}
		#address_table,
		#shipping_table {
			width: 265px;
			float: left;
		}

		#login_table label,
		#address_table label,
		#shipping_table label,
		#register_table label {
			width: 90px;
			float: left;
			margin-right: 10px;
			text-align: right;
		}
		#login-page #login_table td,
		#register-page #register_table td,
		#register-page #address_table td {
			padding-bottom: 4px;
		}
		
		#login_table label.checkbox,
		#address_table label.checkbox,
		#shipping_table label.checkbox,
		#register_table label.checkbox {
			width: auto;
			text-align: left;
		}
		
		td.label {
			text-align: right;
		}
		
		#register_table .radiobuttons label {
			width: auto;	
			margin: 0 4px;
		}
		
		table.radiobuttons {
			border-collapse: collapse;
		}
		
		.radiobuttons input {
			margin: 0;
			padding: 0;
		}
		
		#register_table .register_button {
			padding-top: 10px;
		}
		
		#login_table input,
		#address_table input,
		#shipping_table input,
		#register_table select,
		#address_table select,
		#shipping_table select {
			width: 155px;
		}
		
		#login_table #savepass,
		#register_table #newsletter,
		#register_table #user_terms,
		#register_table #genderM,
		#register_table #genderF,
		#address_table #altshipping,
		#register_table #birthday_select,
		#register_table #birthday_select_month,
		#register_table #birthday_select_day,
		#shipping_table input.checkbox {
			width: auto;
		}
		
		#address_table #zip_code,
		#shipping_table #ship_zip {
			width: 50px;
		}
	
		#register_table #checkout{
			padding: 14px;
			border: 1px solid #c8c8c8;
		}
			#register_table label{
				width: 70px;
			}
			#register_table input,
			#register_table select {
				width: 145px;
			}
			#register_table #newsletter,
			#register_table #user_terms,
			#register_table #genderM,
			#register_table #genderF,
			#register_table #birthday_select,
			#register_table #birthday_select_month,
			#register_table #birthday_select_day{
				width: auto;
			}

#profile-orders{
	clear: both;
}
	table#previous-orders 
	{
		width: 100%;
		border-collapse: collapse;
	}
	table#previous-orders td,
	table#previous-orders th
	{
		padding: 3px;
	}
	table#previous-orders .orderno, 
	table#previous-orders .date,
	table#previous-orders .status,
	table#previous-orders .payment-method,
	table#previous-orders .pactrack
	{
		
	}
	table#previous-orders thead th
	{
		background-color: #aaa;	
		border-bottom: 1px solid black;
	}
	table#previous-orders tbody td
	{
		border-bottom: 1px solid black;
	}
	table#previous-orders tr.odd
	{
		background-color: #ccc;	
	}
	table#previous-orders tr.even
	{
		background-color: #ddd;	
	}
	table#previous-orders .total
	{
		text-align: right;
		padding-right: 10px;
	}


#forgotpass-page fieldset {
	border: 0px;
	margin-top: 16px;
}
	#forgotpass-page fieldset a {
		margin-top: 6px;
	}

/*
 * Receipt on screen
 */
table#order-view-receipt {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table#order-view-receipt caption,
table#order-view-receipt td.receipt-type {
	display: none;
}
table.order_view_receipt thead .logotype img {
	height: 40px;
}

table.order_view_receipt thead .receipt_type {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 28px;
}

table.order_view_receipt tr.template td.one,
table.order_view_receipt tr.template td.two {
	width: 70px;
}

table.order_view_receipt th {
	font-weight: bold;
}

table.order_view_receipt tbody.order_rows tr.titles th,
table.order_view_receipt tbody.order_totals tr.total th,
table.order_view_receipt tbody.order_totals tr.total td {
	border-top: 1px solid #888;
	padding-top: 10px;
}

table.order_view_receipt tbody.order_rows tr.last td,
table.order_view_receipt tr.delivery_address td {
	padding-bottom: 10px;
}

table.order_view_receipt tbody.order_rows .currency,
table.order_view_receipt tbody.order_rows th.artno {
	width: 70px;
}

table.order_view_receipt tbody.order_rows .qty,
table.order_view_receipt tbody.order_rows .unit_price,
table.order_view_receipt tbody.order_rows .total {
	width: 70px;
	text-align: right;
}

table.order_view_receipt tbody.order_totals {
	text-align: right;
}

table.order_view_receipt tbody.order_totals td.currency {
	text-align: left;
}

table.checkout_items tbody.total td.value,
table.checkout_items tbody.total td.label {
	font-size:16px;
	font-weight:bold;
}
div.print_button {
	margin-bottom: 5px;
}

/*
 * Button
 */
a.buttonbg{
	display: block;
	float: left;
	border: 1px solid #eca8c4;
	background-image: url(gfx/arrow-right-pink.gif);
	background-position: 98% 50%; 
	background-repeat: no-repeat;
	text-decoration: none; 
	margin-right: 5px; 
}
	a.buttonbg span{
		display: block;
		height: 18px; 
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000; 
		padding: 1px 15px 0 10px; 
		cursor: pointer;
	}
a.buttonbg-pink{
	display: block;
	background-image: url(/images/button/bg_pink.gif);
	background-position: 98% 50%; 
	background-repeat: no-repeat;
	text-decoration: none; 
	height: 30px; 
	clear: both;
	width: 198px;
	margin-top: 8px;
	margin-bottom: 12px;
}
	a.buttonbg-pink span{
		display: block;
		height: 23px; 
		float: left;
		background-image: url(/images/button/bg_pink_left.gif);
		font-family: verdana;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-transform: uppercase; 
		padding: 7px 15px 0 22px; 
		cursor: pointer;
		width: 152px;
		text-align: center;
		white-space:nowrap;
	}	
a.buy-button {
	display: block;
	position: relative;
	height: 49px;
	white-space: nowrap;
	width: 200px;
}
	a.buy-button .buy-button-image{
		background: url(gfx/button-package.png) no-repeat top left;
		position: absolute;
		top: -13px;
		left: 8px;
		width: 46px;
		height: 49px;
	}
	a.buy-button span{
		background-color: #eca8c4;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #000; 
		display: block;
		line-height: 14px;
		padding: 4px 0px 4px 105px; 
		width: 145px;
	}

/*
a.buttonbg { background: url("/images/button/bg.gif") no-repeat right top; color: #DDD; font-size: 11px; text-decoration: none; font-weight: bold; padding: 0px 8px 0px 0px; margin: 0; display: block; float: left; line-height: 18px; }
a.buttonbg span { background: url("/images/button/bg_left.gif") no-repeat left top; padding: 0 0 0 8px; display: block; line-height: 18px; color: #DDD; }
a.buttonbg:hover span { color: #FFF; }
*/
/*
 * Terms
 */
div#terms strong {
	display: block;
}

/*
 * Parcel tracking
 */
.tracking-info {
}
.tracking-info table.meta,
.tracking-info table.items {
	border-collapse: collapse;
	border: 1px solid #888;
	margin-bottom: 5px;
	width: 100%;
}
.tracking-info table.meta .label {
	width: 1%;
	white-space: nowrap;
}
.tracking-info table.items td,
.tracking-info table.items th,
.tracking-info table.meta .label,
.tracking-info table.meta .value {
	padding: 3px;
}
.tracking-info table.meta .label {
	font-weight: bold;
}
.tracking-info table.items thead {
	font-weight: bold;
}

/*
 * Offer page
 */
h2.offers-product-heading {
	clear: both;
}
span.offers-current-savings {
	font-weight: bold;
}
a.offers-more {
	font-size: 1.2em;
	font-weight: bold;
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

/*
 * Brand page
 */

.brand-list-item{
	clear:both;
	min-height:180px;
	margin-bottom:36px;
	position:relative;
	width:608px;
	float: left;
}
	.brand-list-item .logotype{
		float:right;
		margin-left:5px;
		position:absolute;
		right:0;
		width:98px;
	}
		.brand-list-item .brands-logo-overlay{
			background:transparent url(gfx/brands-logo-overlay.gif) no-repeat scroll 0 0;
			height:54px;
			position:absolute;
			right:0;
			top:0;
			width:98px;
		}
		.brand-list-item #brands-desc-container {
			padding-right:12px;
			width:394px;
			margin-top: 30px;
			float: right;		
		}
			.brand-list-item .brand-desc {
				font-family:arial;
				font-size:12px;			
			}
	#brands-page .brand-list-item h2 {
		background:transparent none repeat scroll 0 0;
		color:#222222;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:20px;
		font-style:italic;
		font-weight:normal;
		height:20px;
		margin-bottom:20px;
		padding-left:0;
		text-transform:uppercase;	
	}
		.brand-list-item  .lifestyle-image{
			top:0;
			display:block;
			height:192px;
			left:0;
			position:absolute;
			width:192px;
		}
	#brands-page .brands-divider {
		border-bottom: 1px solid gray;
		clear: both;
		height: 1px;
		margin-bottom: 36px;
	} 	

/*
 * Footer
 */
#footer {
	clear: both;
	/*float: left;*/
	width: 620px;
	/*margin-top: 15px;*/
	padding: 0px 193px 0px 193px;
}
	#cart-page #footer{
		width: 800px;
		padding: 0px;
		margin-left: 193px;
		background-color: #fff;
	
	}
	#footer address{
		text-align: center;
		font-style: normal;
		padding: 10px 0;
		margin: 10px 0 0 0;
		border-bottom: 1px solid #c8c8c8;
		border-top: 1px solid #c8c8c8;
	}
	#footer ul{
		text-align: center;
		border-bottom: 1px solid #c8c8c8;
		padding: 10px 0;
	}
		#footer ul li {
			display: inline;
			padding: 0px 4px 0px 0px;
			margin: 0px;
			border-right: 1px solid #000;
		}
			#footer ul li a{
				display: inline;
				white-space: nowrap;
				text-decoration: none;
			}
			#footer ul li a:hover{
				text-decoration: underline;
			}
	#footer p a{
		clear: both;
		display: block;
		height: 11px;
		margin: 0 0 0 auto;
		position: relative;
		top: 10px;
		width: 94px;
	}

/*
	Modal windows
*/

#size-chart table {
	border-collapse: collapse;
}
	#size-chart table td{
		padding: 2px;
	}
/* dibs error handler */body#dibs_error-page em{	background-color:#F1F1F1;	background-image:url(/images/custom/dibs_error_alert.gif);	background-repeat:no-repeat;	border:1px solid red;	color:#333333;	display:block;	font-style:normal;	font-weight:bold;	margin-bottom:10px;	margin-top:27px;	padding-bottom:9px;	padding-left:41px;	padding-right:3px;	padding-top:8px;}body#dibs_error-page div.dibs_session{	border-bottom-color:#CCCCCC;	border-bottom-style:solid;	border-bottom-width:1px;	margin-bottom:20px;	padding-bottom:20px;}body#dibs_error-page h1{	margin:0 0 7px 0;}body#dibs_error-page div.dibs_session p{	color:#666;	font-weight:bold;	margin-bottom:12px;	margin-top:0;	text-transform:uppercase;	font-size:10px;}body#dibs_error-page div.dibs_session em{	background-color:#F1F1F1;	background-image:none;	border-color:#000000;	display:inline;	margin:0;	padding:3px;	width:auto;}