/******************************************
Structure of document:
    = General stuff =
    = Site layout =
    = Pages layout =
******************************************/

/*
    = General stuff =
*/
body
{
	background: #fff url(/images/custom/bg_swosh.gif) no-repeat center top;
	border: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}
#outer-wrapper
{
	background: transparent url(/images/custom/header_bg.jpg) repeat-x scroll 0 38px;
}
body.minimal
{
	background-image:none;
	font-size:12px;
}
body.minimal td
{
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
hr{
	display: none;
}
img{
	border: none;
}
a{
	outline: none;
}
a:link, a:visited, a:active{
	background: transparent;
	color: #000;	
}
fieldset{
	border: none;
	margin:0;
	padding:0;
}
#skip-navigation{
	display: none;
}
#wrapper{
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 732px;
}
.clearer
{
	clear:both;
}
div#user-mini
{
	float:left;
	width:40%;
	margin-top:14px;
}
	div#user-mini ul
	{
		list-style:none;
		margin:0;
		padding:0;
	}
		div#user-mini ul li
		{
			float:left;
			margin-right:8px;
			color:#999;
		}
			div#user-mini ul li a
			{
				color:#666;
			}
		div#user-mini ul li.pipes
		{
			border-left:1px solid #999;
			padding-left:8px;
		}

/* shopping cart */
div#cart-mini
{
	height:26px;
	margin-top:12px;
	text-align:right;
	float:right;
	width:60%;
}
	div#cart-mini #cart-count, div#cart-mini #cart-total, #cart-checkout
	{
		font-size:14px;
		float:right;
		font-weight:bold;
		margin-left:5px;
		border-left:2px solid #999;
		padding-left:5px;
		color:#333;
	}
	#cart-checkout
	{
		color:#00AA00;
		padding-right:13px;
		background:transparent url(/images/custom/checkout-arrow.gif) no-repeat center right;
	}
	div#cart-mini #cart-count
	{
		border:none;
		padding-left:20px;
		background:transparent url(/images/custom/cart.gif) no-repeat center left;
	}

/*
 = checkout =
*/

#checkout-box
{
	background-color:#fff;
	border:1px solid #E0E0E0;
	width:420px;
	float:left;
	padding:10px;
}
#checkout-items
{
	border-collapse:collapse;
	width:100%;
}
	#checkout-items tbody tr.item td[headers=name] span.manufacturer,
	#checkout-items caption
	{
		display:none;
	}
	#checkout-items th#name
	{
		text-align:left;
	}
	#checkout-items th#price, #checkout-items th#sum
	{
		text-align:right;
	}
	#checkout-items th
	{
		border-bottom:1px solid #e0e0e0;
		color:#666;
	}
	#checkout-items tbody tr.meta.first.error td.label
	{
		background-color:#ffffdd;
		color:red;
		font-size:12px;
		font-weight:bold;
		margin-top:10px;
		padding:10px;
		text-align:left;
	}
	#checkout-items tbody tr.meta td.label
	{
		text-align:right;
	}
	#checkout-items tbody tr.meta td.label,
	#checkout-items tbody tr.meta td.value
	{
		padding-top:4px;		
	}

	#checkout-items tbody tr.meta.first td.label,
	#checkout-items tbody tr.meta.first td.value
	{
		padding-top:10px;		
	}

	#checkout-items tbody tr#shipping-sum td
	{
		padding-bottom:10px;
	}

	#checkout-items tbody.total tr.meta td
	{
		border-top:1px solid #00CC33;
		font-family:arial black;
		font-size:14px;
	}
	#checkout-items tbody td.value
	{
		text-align:right;
	}
	
	#checkout-items tbody tr.item td
	{
		border-bottom:1px solid #e0e0e0;
		padding:10px 10px 10px 0;
	}
	#checkout-items tbody tr.item td[headers="name"] span.size
	{
		display:block;
		font-size:10px;
		color:#999;
	}
	#checkout-items tbody tr.item td[headers="name"] a
	{
		text-decoration:none;
	}
	#checkout-items tbody tr.item td[headers="price"],
	#checkout-items tbody tr.item td[headers="sum"]
	{
		text-align:right;
		white-space:nowrap;
		padding-right:0;
		
	}
	#checkout-items tbody tr.item td[headers="sum"]
	{
		padding-left:10px;
	}
	#checkout-items tbody tr.item td[headers="quantity"]
	{
		padding-bottom:10px;
		padding-left:0;
		padding-right:4px;
	}
	#checkout-items tbody tr.item td[headers="quantity-buttons"]
	{
		padding-top:13px;
	}
	#checkout-items tbody.vat tr td
	{
		color:#999;
		font-size:10px;
	}
	#checkout-items tr.item.item-offer td[headers="price"] span.old,
	#checkout-items tr.item.item-offer td[headers="sum"] del
	{
		text-decoration:line-through;
		font-size:10px;
		color:#999;
	}
	
	/* checkout register */

	#register-info, #login-info
	{
		background:#eee none repeat scroll 0 0;
		float:left;
		height:100%;
		margin-left:12px;
		padding:10px;
		width:258px;
	}
	#login-info
	{
		float:right;
		margin-top:1px;
	}
		#login-info p 
		{
			margin:0;
			font-size:11px;
			font-weight:bold;
		}
		#login-info p a
		{
			font-weight:normal;
		}
		
		#register-info fieldset dl dt
		{
			float:left;
			margin-top:3px;
			padding-bottom:3px;
			width:101px;
		}
		#register-info fieldset dl dd
		{
			margin:0;
			padding-bottom:5px;
		}
		#register-info dt#newsletter-term, #register-info dt#user-terms-term
		{
			float:right;
			width:235px;
		}
		#register-info select
		{
			width:145px;
		}
		#register-info #user-terms-term a
		{
			text-decoration:none;
		}
		#register-info p#update-button a.buttonbg span
		{
			background:none;
			color:black;
			font-family:arial;
			font-size:12px;
			padding:0;
			text-decoration:underline;
			text-transform:inherit;
		}
		#register-info p#update-button a.buttonbg
		{
			background:none;
			margin:0;
			padding:0;
		}
		#register-info p#register-button
		{
			float:right;
		}
		

	/* payment-container */
	
	#payment-container
	{
		border:1px solid #E0E0E0;
		clear:both;
		margin-top:12px;
		padding-bottom:10px;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
	}
	#payment-container h3
	{
	}
	#payment-container div.checkout-payment-method ul
	{
		list-style:none;
		margin:0;padding:0;
	}
	#payment-container div.checkout-payment-method ul li
	{
		float:left;
		margin-right:7px;
		margin-top:9px;
	}
	#payment-container div.checkout-payment-method ul li.last
	{
		margin-right:0;
	}
	#payment-container div.checkout-payment-method ul li a
	{
		border:2px solid #E0E0E0;
		display:block;
		height:58px;
		overflow:hidden;
		padding:5px 8px 8px;
		position:relative;
		text-decoration:none;
		width:116px;
	}
	#payment-container div.checkout-payment-method ul li a:hover
	{
		border-color:#999;
	}
	#payment-container div.checkout-payment-method ul li a.selected
	{
		border-color:#00cc33;
		cursor:pointer;
	}
	#payment-container div.checkout-payment-method ul li a span
	{
		color:#000;
		display:block;
		font-size:10px;
		left:0;
		position:absolute;
		text-align:center;
		text-transform:uppercase;
		top:43px;
		width:100%;
	}
	#payment-container div.checkout-payment-method ul li a span.fee
	{
		top:55px;	
		color:#666;
	}
	
	#checkout-proceed-button
	{
		height:25px;
		margin-top:12px;
		text-align:right;
	}
		#checkout-proceed-button a.buttonbg
		{
			float:right;
			margin-right:0;
		}
	#payment-container #payment-info
	{
		margin-top:12px;
	}
	#payment-info div.payment-error
	{
		background-color:#FFFFCC;
		border:2px solid red;
		color:black;
		font-weight:bold;
		padding:10px;
		position:absolute;
		right:0;
		top:140px;
	}
	#payment-container #payment-info label
	{
		display:block;
		margin-top:10px;
	}
	#payment-info-payment-methods
	{
		background-image:url(/images/custom/all_payments.jpg);
		background-repeat:no-repeat;
		height:38px;
		margin-top:12px;
		width:337px;
	}

/* size chart */

#size-chart-table tr{
	white-space: nowrap;
}
#size-chart-table tr.row-type-1{
	background: #eee;
	color: #000;
}
#size-chart-table tr.row-type-2{
	background: #aaa;
	color: #000;
}
.search-product-list-item
{
	position: relative;
	list-style:none;
}
	.search-product-list-item a
	{
		text-decoration:none;
	}
	.search-product-list-item div.name, .search-product-list-item div.price
	{
		font-family:arial black;
		font-size:20px;
		font-weight:normal;
		padding:5px 10px;
	}
	.search-product-list-item div.price
	{
		background-color:#e0e0e0;
		height:27px;
	}
	.search-product-list-item div.price del
	{
		float:left;
		margin-right:12px;
	}
	.search-product-list-item div.price del a,
	#product-price del
	{
		color:#999;
	}
		.search-product-list-item div.price strong
		{
			float:left;
		}
	.search-product-list-item div.manufacturer
	{
		display:none;
	}
	.search-product-list-item div.rantfree
	{
		background-image:url(/images/custom/rantefri-bubbla-small.gif);
		height:63px;
		position:absolute;
		right:9px;
		top:9px;
		width:86px;
	}
	
	
/*
button
*/

a.buttonbg 
{ 
	background:transparent url(/images/custom/button-right.gif) no-repeat scroll right top;
	display:block;
	float:left;
	margin-right:10px;
	padding:0 22px 0 0;
	text-align:center;
	text-decoration:none;
}
	a.buttonbg span 
	{ 
		background:transparent url(/images/custom/button-left.gif) no-repeat scroll left top;
		color:#FFFFFF;
		display:block;
		font-family:arial black;
		font-size:12px;
		font-weight:normal;
		height:19px;
		padding:4px 0 2px 7px;
		text-transform:uppercase;
	}
	.search-product-list-item a.buttonbg,
	a.buttonbg:hover, 
	div#product-detail-main a.buttonbg,
	#checkout-proceed-button a.buttonbg,
	p#checkout a.buttonbg
	{
		background:transparent url(/images/custom/button-right-on.gif) no-repeat scroll right top;
	}
		.search-product-list-item a.buttonbg span,
		a.buttonbg:hover span, 
		div#product-detail-main a.buttonbg span,
		#checkout-proceed-button a.buttonbg span,
		p#checkout a.buttonbg span
		{
			background:transparent url(/images/custom/button-left-on.gif) no-repeat scroll left top;
		}
	li.search-product-list-item div.price div.button
	{
		float:right;
		margin-top:2px;
	}
	li.search-product-list-item div.price div.button a.buttonbg
	{
		margin-right:0px;
	}
	
/*
 = FRONT PAGE = 
*/
a#postkod-banner
{
	display:block;
	position:absolute;
	top:10px;
	right:-20px;
	width:248px;
	height:65px;
	background-image:url(/images/custom/postkodslotteriet_.png);
}
div#front-banner a
{
	background-image:url(/images/custom/lifebike-banner.gif);
	display:block;
	height:94px;
	width:732px;
}
div#flash-box
{
	border:1px solid #E0E0E0;
	height:319px;
	overflow:hidden;
	border-bottom:none;
}
div#front-banner
{
	height:94px;
	margin:0 0 12px;
}
	
/*
    = Site layout =
*/
h1 
{
	font-family:arial black;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	margin-bottom:20px;
}

#header 
{
	background: #000 url(/images/custom/header_bg.jpg) repeat-x;
	color: #fff;
	height: 63px;
	position: relative;
	clear:both;
}
	#header h4
	{
		background: transparent url(/images/custom/lifebike_logo.jpg) no-repeat;
		color: #000;
		height: 63px;
		position: absolute;
		width: 190px;
	}
		#header h4 a
		{
			display: block;
			text-indent: -10000px;
			height:63px;
		}
	#header h5
	{
		background: transparent url(/images/custom/4.gif) no-repeat center right;
		color: #000;
		height: 63px;
		position: absolute;
		right:10px;
		width: 190px;
		display:none;
	}
		#header h5 p
		{
			color:#FFFFFF;
			font-size:11px;
			font-weight:normal;
			position:absolute;
			right:35px;
			top:14px;
		}
		#header h5 a
		{
			display: block;
			text-indent: -10000px;
			height:63px;
		}		
		
h3#customer-service-phone
{
	color:#333;
	float:right;
	font-size:12px;
	font-weight:normal;
	margin-top:7px;
}
	h3#customer-service-phone a 
	{
		border-right:1px solid #CCCCCC;
		color:inherit;
		padding-right:5px;
		text-decoration:none;
	}
	h3#customer-service-phone em
	{
		font-style:normal;
		margin-left:3px;
	}
	h3#customer-service-phone em span
	{
		color:#666666;
		display:block;
		font-size:10px;
		text-align:right;
	}
		
#navigation
{
}
	#navigation ul#top-navigation
	{
		list-style:none;
		margin:0;
		padding:0;
	}
		#navigation ul#top-navigation li
		{
			background:transparent url(/images/custom/nav-left.gif) no-repeat scroll 0 0;
			float:left;
			height:28px;
			margin-right:1px;
		}
			#navigation ul#top-navigation li a
			{
				background:transparent url(/images/custom/nav-right.gif) no-repeat scroll right top;
				color:white;
				display:block;
				font-family:arial;
				font-size:11px;
				font-weight:bold;
				line-height:14px;
				padding:7px 10px;
				text-transform:uppercase;
				text-decoration:none;
			}



#content{
	color: #000;
	clear:both;
	margin-top:20px;
	position:relative;
}

#footer
{
	clear: both;
	color:#666;
	border:1px solid #e0e0e0;
	padding:10px;
	margin-top:15px;
	margin-bottom:5px;
	background: url(/images/custom/footer-payments.gif) no-repeat center right;
}
	#footer p 
	{
		margin:0;
		font-size:11px;
	}	
	#footer a
	{
		color:inherit;
	}

div#panagora-room-logo
{
	text-align:right;
	position:relative;
	margin-bottom:30px;
}
	div#panagora-room-logo a
	{
		background: url(/images/custom/panagora-room-logo-small.gif) no-repeat;
		display: block;
		height: 5px;
		text-indent: -10000px;
		width: 63px;
		position:absolute;
		right:0;
	}
	div#panagora-room-logo a span
	{
		display:none;
	}

/*
	product page
*/
div#product-image-container
{
	position:relative;
	border:1px solid #e0e0e0;
	margin-bottom:10px;
	height:428px;
}
.product-image-switch-right
{
	cursor:pointer;
}
div#product-alt-image-container
{
	left:-18px;
	position:absolute;
	top:10px;
}
/*#productImagePosition
#productImageCount*/
#product-alt-image-container img
{
	float:left;
}
div#productImageCounter
{
	background:transparent url(/images/custom/bg-imageselect.png) repeat-x scroll 0 0;
	color:white;
	float:left;
	padding:9px 10px 12px;
}

div#product-detail-main
{
	border:1px solid #e0e0e0;
	padding:15px;
	width:358px;
	float:left;
}
	div#product-detail-main h3
	{
		font-family:arial black;
		font-size:20px;
		line-height:24px;
	}
	div#product-detail-main #product-manufacturer,
	div#product-detail-main div#product-artno,
	div#product-image-list-text
	{
		display:none;
	}
	
	div#product-detail-main h3#product-name
	{
		float:left;
		font-family:arial black;
		font-size:20px;
		line-height:24px;
	}
	div#product-detail-main div#product-price
	{
		float:right;
		font-family:arial black;
		font-size:20px;
		line-height:24px;
	}
	div#product-detail-main div#product-description
	{
		font-size:14px;
		line-height:20px;
		margin:10px 0;
	}
	
	div#product-detail-main select#product-select-size
	{
		float:left;
		margin-right:10px;
		margin-top:3px;
		width:145px;
	}
	div#product-detail-main div#product-tech-description
	{
		clear:both;
		margin:10px 0;
	}
	
	div#product-detail-main div#product-long-description
	{
		display:none;
	}
	
		div#product-detail-main div#product-long-description h1
		{
			font-family:inherit;
			font-size:14px;
			font-weight:bold;
			margin-bottom:0;
			margin-left:0;
			margin-right:0;
			margin-top:0;
			padding-bottom:0;
			padding-left:0;
			padding-right:0;
			padding-top:0;
		}
			
	#product-family-container
	{
		margin-top:12px;
	}
	#product-family-container h3
	{
		margin-bottom:10px;
	}
	
	#tell-a-friend,
	#product-read-more,
	#product-add-this
	{
		background:transparent url(/images/custom/mini-arrow.gif) no-repeat scroll 0 4px;
		float:left;
		font-size:10px;
		margin-right:10px;
		margin-top:9px;
		padding-left:5px;
		text-transform:uppercase;
		text-decoration:none;
	}

	#tell-a-friend a,
	#product-read-more a
	{
		text-decoration:none;
	}
	#product-read-more a
	{
		background-attachment:scroll;
		background-color:#E0E0E0;
		background-image:none;
		background-position:0 0;
		background-repeat:repeat;
		font-weight:bold;
		padding-bottom:2px;
		padding-left:2px;
		padding-right:2px;
		padding-top:2px;
	}
	#product-read-more a:hover
	{
		background-color:#ddd;
	}

	/*
	 = WASA KREDIT ON PRODUCT
	 */
	 
	div#product-detail-wasa-kredit
	{
		background-color:#efefef;
		border:1px solid #E0E0E0;
		border-left:none;
		float:left;
		height:181px;
		width:340px;
		position:relative;
	}
	img#rantefri
	{
		left:10px;
		position:absolute;
		top:-40px;
	}
	img#wasa-logo
	{
		position:absolute;
		right:10px;
		top:10px;
	}
	
	#wasa-month-selector
	{
	 	left:15px;
		position:absolute;
		top:90px;
	}
	#wasa-month-selector span
	{
		display:block;
	}
	#wasa-month-selector a
	{
	 	background-color:#999;
		color:white;
		display:block;
		float:left;
		height:15px;
		margin-right:3px;
		padding:2px;
		text-align:center;
		text-decoration:none;
		width:18px;
		float:left;
		margin-right:2px;
	}
	#wasa-month-selector a:hover
	{
		background-color:#666;
	}
	#wasa-month-selector a.selected
	{
		background-color:#000;
	}
	#wasa-info
	{
		left:15px;
		position:absolute;
		top:135px;
	}
	#wasa-info h3
	{
		font-family:arial black;
		font-size:20px;
		position:absolute;
		top:10px;
		width:200px;
	}
	#wasa-heading
	{
		color:#666666;
		left:15px;
		position:absolute;
		top:50px;
	}
	#wasa-heading h3, #wasa-heading h4
	{
		font-size:14px;
	}

/*

	= USER PAGE =
	
*/

#user-info
{
	border:1px solid #999999;
	float:left;
	margin-right:12px;
	padding:10px;
	width:210px;
}
#user-settings, #address-info, #terms-and-conditions, #shipping-info
{
	border:1px solid #999999;
	margin-right:12px;
	padding:10px;
	float:left;
	width:210px;
}
#user-settings strong
{
	display:block;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:10px;
}
#terms-and-conditions
{
	margin-top:10px;
}
#shipping-info
{
	margin-bottom:10px;
}
#user-info dl, #user-settings dl, #address-info dl, #terms-and-conditions dl, #shipping-info dl
{
	margin:0;
}
#address-info, #shipping-info
{
	height:366px;
}
#user-info dl dt, #user-settings dl dt, #address-info dl dt, #terms-and-conditions dl dt, #shipping-info dl dt
{
}
#user-info dl dd, #user-settings dl dd, #address-info dl dd, #terms-and-conditions dl dd, #shipping-info dl dd
{
	margin:0 0 10px;
	position:relative;
}
#user-info dl dd ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#user-info dl dd ul li
{
	float:left;
}
#profile-orders
{
	margin-top:20px;
}
#newsletter-label
{
	width:185px;
	float:right;
}
	#newsletter-label label
	{
		display:block;
		margin-top:3px;
	}
	
/*
	= LOGIN PAGE =
*/

#login-page form#login-form fieldset
{
	margin:0;
	padding:10px;
	width:335px;
	border:1px solid #999;
}

/*
    = Pages layout =
*/
#search-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
	#search-list li
	{
		border:1px solid #E0E0E0;
		float:left;
		margin:0 12px 10px 0;
		width:358px;
	}
	#search-list li.last
	{
		margin:0;
	}
		#search-list li img{
			width: 358px;
			height: 210px;
		}
	#search-pagination{
		clear: both;
	}
	
#product-page div#content h1
{
	
}
#product-page #product-prev-next{
	list-style: none;
	margin: 0;
	padding: 0;
}
	#product-page #product-prev-next li{
		float: left;
		margin: 0 6px 10px 0;
	}
		#product-page #product-prev-next li img{
			width: 64px;
		}
		
form#forgot-password-set p span.input-container {
	display: block;
	position: relative;
}

/*
 * Receipt on screen
 */
table#order-view-receipt {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table#order-view-receipt .receipt-type
{
	display:none;
}
table#order-view-receipt caption
{
	font-family:arial,sans-serif;
	font-size:17px;
	font-weight:bold;
	text-align:left;
}

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 #delivery-address td
{
	padding-top:10px;
}
table#order-view-receipt tbody#order-totals .total td
{
	white-space:nowrap;
	padding-left:10px;
}
table#order-view-receipt tbody#order-totals .total td, 
table#order-view-receipt tbody#order-totals .total th
{
	text-align:right;
	padding-top:10px;
	font-size:16px;
	font-family:arial;
	font-weight:bold;
}

table#order-view-receipt tr.template td.one,
table#order-view-receipt tr.template td.two {
	width: 80px;
}

table#order-view-receipt th {
	font-weight: bold;
	text-align:left;
}

table#order-view-receipt #titles th
{
	padding-top:30px;
}
table#order-view-receipt #titles #qty,
table#order-view-receipt tbody#order-rows .qty
{
	text-align:center;
}

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;
}
tbody#order-rows td.artno {
	padding-right:5px;;
}
table#order-view-receipt tbody#order-rows #unit-price,
table#order-view-receipt tbody#order-rows #total,
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-rows tr.row td
{
	white-space:nowrap;
}

table#order-view-receipt #order_totals,
table#order-view-receipt tr.vat th,
table#order-view-receipt tr.vat td
{
	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;
	padding:10px 0 2px 0;
	font-family: arial, helvetica, sans-serif; 
	white-space:nowrap;
}
table#checkout-items tbody.total td.value
{
	padding-left:7px;
}
div.print_button {
	margin-bottom: 5px;
}

table#order-view-receipt tfoot td
{
	padding-top:40px;
}

#thank-you-receipt
{
	background-color:#fff;
	padding:10px;
	border:1px solid #999;
	margin-bottom:12px;
}


/*
 = PROFILE / orders= 
 */
 
#profile-order-box 
{
	
}
#profile-order-box table#previous-orders
{
	width:100%;
	border-collapse:collapse;
}
#profile-order-box table#previous-orders caption
{
	text-align:left;
	margin-bottom:10px;
}
#profile-order-box table#previous-orders thead tr th
{
	border-bottom:1px solid #E0E0E0;
	text-align:left;
}
#profile-order-box table#previous-orders thead tr th#total,
#profile-order-box table#previous-orders tbody tr td[headers="total"]
{
	text-align:right;
	padding-right:20px;
}
#profile-order-box table#previous-orders tbody tr td
{
	border-top:1px solid #E0E0E0;
	padding:3px 0;
}
#profile-order-box table#previous-orders tbody tr td a
{
	background:#E0E0E0 none repeat scroll 0 0;
	border:1px solid #AAAAAA;
	color:#333333;
	display:block;
	font-weight:bold;
	margin-right:10px;
	padding:2px;
	text-align:center;
	text-decoration:none;	
}
#profile-order-box table#previous-orders tbody tr td a:hover
{
	background-color:#eee;
	border-color:#999;
}


/* extra */
h2.offers-product-heading
{
	margin:12px 0;
}
ul#filelist
{
	margin:0;
	padding:0;
	position:absolute;
	right:-120px;
	top:10px;
}
	ul#filelist li
	{
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	ul#filelist li a
	{
		background:transparent url(/images/custom/file-item.png) no-repeat scroll 0 0;
		color:#333333;
		display:block;
		font-size:10px;
		height:20px;
		margin-bottom:2px;
		padding:5px 0 0 22px;
		text-decoration:none;
		width:163px;
	}
div.checkout-offer-view
{	
	background-color:#FFFFFF;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	left:-10px;
	padding:10px;
	position:absolute;
	top:187px;
	width:100%;
	z-index:1;	
}

div.checkout-offer-view ul#search-list
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:-10px;
	padding:0;
}
div.checkout-offer-view ul#search-list li
{
	border:1px solid #E0E0E0;
	float:left;
	margin:0 0 10px 10px;
	width:358px;
}
div.checkout-offer-view p
{
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
}
div.checkout-offer-view p span.owner-name
{
	color:#00CC00;
}
a.discount-possible,
#checkout-items tbody tr.item td[headers="name"] a.discount-possible
{
	color:#333333;
	display:block;
	font-size:10px;
	line-height:12px;
	margin-top:4px;
	text-decoration:underline;
}

#forgot-password-use-code
{
	margin-top:10px;
}
#forgot-password-use-code fieldset legend
{
	font-size:14px;
	font-weight:bold;
	font-family:arial bold;
}
#clean-page #pagecontainer
{
	padding:6px 23px;
}
/*prov*/
div#prowcyklaw
{
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(/images/custom/provcykla.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	height:63px;
	left:350px;
	position:absolute;
	width:168px;
}
div#prowcyklaw a
{
	display:block;
	height:63px;
	width:168px;
}

div#kreditor-terms #kreditor-terms-checkbox
{
	float:left;
}
div#kreditor-terms span
{
	left:370px;
	position:absolute;
	top:3px;
}
div#kreditor-terms label
{
	padding-left:2px;
	padding-top:2px;
}


form#quicksearch
{
	padding:10px;
	width:300px;
	margin-bottom:10px;
	background-color:#eee;
	border:1px solid #999;
}
table#resellerTable
{
	border-collapse:collapse;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	width:100%;
}
table#resellerTable th
{
	text-align:left;
	background-color:#999;
	padding:5px;
	color:white;
	font-size:11px;
}

table#resellerTable td {
	border-bottom:1px solid #CCCCCC;
	padding:5px;
	font-size:11px;
}

ul#resellerLogos
{
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
}
ul#resellerLogos li
{
	float:left;
	margin-left:5px;
}
#lifebike-sites
{
	margin-bottom:30px;
}
#lifebike-sites ul
{
	margin:0;padding:0;
	display:inline;
}
#lifebike-sites ul li
{
	display:inline;
	border-right:1px solid #ddd;
	padding:0 6px;
}
#lifebike-sites ul li.last
{
	border:none;
}