/*
 * Basic styles
 */

body {
	font: normal 11px arial;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #222;
	background-repeat: repeat;
}
#ajax-loader {
	position:absolute;
	top:50%;
	z-index:5000;
}

form {
	display: inline;
}

h1 {
	font-size: 16px;
	margin: 0px;

}
h2 {
	font-size: 14px;
	margin: 0 0 8px;
	color:#FFFFFF;
}

a {
	outline: none;
}
a:link {
	color: #00ff66;
	text-decoration: underline;
}
a:visited {
	color: #00ff66;
	text-decoration: underline;
}
a:hover {
	color: #00ff66;
	text-decoration: underline;
}
a:active {
	color: #00ff66;
	text-decoration: underline;
}

.clearboth,
.clear
{
	clear:both;
}


/*
/ Useful stuff
*/

.clearer {
	clear: both;
}
.search_page_clearer {
	clear: both;
	margin-bottom: 24px;
}

.spacer-down {
	margin-bottom: 8px;
	line-height: 1px;
}
.spacer-bottom {
	margin-bottom: 12px;
	line-height: 1px;
}
.spacer16 {
	margin-top: 16px;
	line-height: 1px;
}
.dotted_divider {
	line-height: 0px;
	background-image: url('/images/dotted_hr.jpg');
	background-repeat: repeat-x;
	border:0px dotted #000;
	margin-top: 8px;
	margin-bottom: 8px;
	display: none;
}
.solid_divider {
	line-height: 1px;
	border:1px solid #777777;
	margin-top: 8px;
	margin-bottom: 8px;
}
.white_text {
	color: #FFFFFF;
}

.tsw_header {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bolder;
	color:#FFFFFF;
	text-transform:uppercase;
	margin-top: 1px;
	margin-left: 0px;
}
.tsw_header_right_column {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bolder;
	color:#FFFFFF;
	text-transform:uppercase;
	margin-top: 8px;
	margin-left: 0px;
}
.tsw_header_middle_column {
	font-size:12px;
	font-weight:bolder;
	color:#FFFFFF;
	text-transform:uppercase;
	margin-top: 16px;
	margin-left: 0px;
}

/*
 * Body styles
 */
body.normal {
	text-align: center;
}
	body.normal #page-wrapper {
		background-image: url("/images/header-top-bg.jpg");
		background-position: top center;
		background-repeat: repeat-x;
	}
	body.normal #pagecontainer {
		width: 996px;
		/*background-color: #000;*/
		color: #CCCCCC;
		border: 0px solid #777777;
		margin: 25px auto 0px;
		margin-top: 0px;
		position:relative;
		text-align:left;
	}
	body.minimal #pagecontainer {
	
	}
	body.normal #header,
	body.normal #content {
		position: relative;
	}
	body.normal #header {
	}
	body.normal #content {
		float: left;
	}
		body.normal #content #inner-content{
			position: relative;
			float: left;
		}
		#pagecontainer #top-new-logo {
			background-image:url("/images/bg-new-logo.png");
			background-repeat:no-repeat;
			cursor:pointer;
			height:192px;
			left:-29px;
			position:absolute;
			top:-25px;
			width:184px;
			z-index:100;
		}
		/*
		/ Header stuff
		*/
		#header #choose-language, #header #meny_platta, #header #payment_logos_top, #header #login_area {
			position: absolute;
		}
		#header #choose-language, #header #meny_platta, #header #payment_logos_top {
			right: 223px;
		}
		#header #login_area {
			z-index: 2;
			top: -4px;
			left: 147px;
		}
			#login_area form {
				position: relative;
				z-index: 5;
			}
			#login_area #login_email, 
			#login_area #login_password,
			#login_area select {
				background-color:#666666;
				border:0 solid #666666;
				color:#000000;
				font-family:arial;
				font-size:10px;
				margin-top:7px;
			}
			#login_area #login_email,
			#login_area #login_password {
				display:block;
				float:left;
				height:16px;
				margin-right:1px;
				padding-left:8px;
				width:122px;
			}
				#login_area #login_password {
					width: 75px;
				}
			#login_area select {
				width: 128px;
				height: 16px;
				z-index: 2;
			}
		.login_area_btn {
			cursor: pointer;
			vertical-align: top;
			margin-top: 7px;
			margin-right: 8px;
		}
		.login_area_personal_info {
			color: #FFFFFF;
			font-weight: bold;
			margin-right: 0px;
			margin-top: 9px;
			font-family:"Trebuchet MS";
			text-transform:uppercase;
			font-size: 11px;
			float: left;
		}
			.login_area_personal_info a{
				color: #FFFFFF;
				font-weight: bold;
				margin-top: 7px;	
			}
		#choose-language {
			z-index: 1000;
			top: 3px;
			height: 18px;
		}
		.chromestyle{
		/*	position: relative; */
		/*	top: -19px; */
		/*	left: 344px; */
		/*	width: 105px; */
			border: 0px solid #000;
		}
			.chromestyle img {
				border: 0px;
			}
			.chromestyle ul{
				padding: 0px;
				margin: 0px;
				text-align: left; /*set value to "left", "center", or "right"*/
			}
				.chromestyle ul li{
					display: inline;
				}
					.chromestyle ul li a{
						/*padding: 4px 7px;*/
						margin: 0;
						text-decoration: none;
						cursor: default;
					}
		/* ######### Style for Drop Down Menu ######### */
		.dropmenudiv{
			position: absolute;
			top: 18px;
			border-bottom-width: 0;
			font:normal 12px arial;
			line-height:18px;
			z-index:100;
			width: 99px;
			visibility: hidden;
			left: 0px;
		}
			.dropmenudiv a{
				width: auto;
				display: block;
				height: 18px;
			/*	margin-left: 2px; */
			}
			* html .dropmenudiv a{ /*IE only hack*/
				width: 100%;
			}
				.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
				
				}
		#header #payment_logos_top {
			height: 70px;
			width: 612px;
			top: 27px;
			overflow: hidden;
			text-align: right;
		}
			#payment_logos_top p {
				margin: 5px 0px;
			}
			#payment_logos_top a {
				display: block;
			}
			#payment_logos_top img {
				border: 0px;
			}
			.nav_plate_divider {
				margin: 0px 3px;
			}
			.nav_plate_object {
				margin-bottom: 2px;
				border: 0px solid #FFF;
			}
		#header #meny_platta {
			font-family: "Trebuchet MS";
			font-size: 10px;
			height: 21px;
			font-weight: bold;
			color: #FFFFFF;
			top: 98px;
		}
			#meny_platta a {
				color: #FFFFFF;
				text-transform:uppercase;
			}
	#header .newsletter-submit {
		padding: 0px;
		margin: 0px;
		position:absolute;
		left:500px;
		top:3px;		
	}
		#header .newsletter-submit input {
			background-color:#666666;
			border:0 solid #666666;
			color:#000000;
			font-family:arial;
			font-size:10px;	
			height:16px;
			margin-right:1px;
			padding-left:4px;
			width:122px;
			float: left;				
		}
			#header .newsletter-submit #newsletter-signup-button {
				background-color:#CCCCCC;
				display:block;
				float:left;
				height:17px;
				margin:0;
				color:#000000;
				font-size:10px;
				font-weight:normal;
				line-height:17px;
				padding:0 8px;
				padding-top: 1px;
				text-decoration:none;
				white-space:nowrap;	
				text-transform: uppercase;				
			}
	

/*
/ Top row stuff
*/
#splashy {
	height: 319px;
	margin: 0px 3px;
	padding-bottom: 0px;
	background-color:#222;
}

#top_row {
 	/*padding-bottom: 12px;*/
 	border-bottom: 1px solid #777777;
	margin: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 0px;
	overflow: hidden;
 }

#left_column,
#middle_column {
	border: 0px solid #FFF;
	display: inline;
	float: left;
	position: relative;
}

#left_column {
	width: 133px;
	overflow: hidden;
	padding-right: 12px;
	padding-left: 0px;
	padding-top: 135px;
}
	#cart-page #left_column {
		display: none;
	}
#default-page #left_column {
	padding-top: 100px;
}	

#middle_column {
	width: 850px;
	margin-top: 8px;
}
	#middle_column h2 {
		text-align: center;
	}
	#cart-page #middle_column {
		width: 997px;
	}

/*
/ Middle column stuff
*/

#maincontent {
/*	overflow: hidden;*/
	width: 715px;
	padding-top: 5px;
	padding-left: 5px;
	float:right;
	background-color: #0af;
}

#middle_column_top_info {
	margin-top: 0px;
	color: #fff;
	position: relative;
	z-index: 101;
}
	#middle_column_top_info a {
		color: #fff;
	}

#middle_colummn_brands_flash {
}

#campaign_wrapper {
	clear: both;
	height: 100%;
	background-image: url(../../images/divider-shade-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 12px;
	width: 851px;
}
#campaign_wrapper a {
	cursor: pointer;
}

.middle_column_campaign_box {
	float: left;
	margin-right: 11px;
	margin-bottom: 10px;
	width: 420px;
	height: 167px;
	overflow: hidden;
	text-decoration:none;
	position: relative;
}

.middle_column_campaign_box_last {
	float: left;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 10px;
	width: 217px;
	height: 214px;
	overflow: hidden;
	text-decoration:none;
	position: relative;
	display: block;
}

.middle_column_campaign_box a, a:visited, a:hover, a:visited{
	text-decoration:none;
}
.middle_column_campaign_image  {
	height:140px;
	margin-top:0;
	width:420px;
}
.middle_column_campaign_textbox  {
	font-weight: bold;
	color: #00ff66;
}
.middle_column_campaign_textbox a {
	text-decoration: none;
}
.middle_column_campaign_textbox span  {
	color: #b5b5b5;
	margin-top: 1px;
	font-weight: normal;
	line-height:normal;
	display: block;
	overflow: hidden;
}
	
	#default-page #front-latest-content,
	#default-page #front-best-sellers {
		background-image:url("../../images/divider-shade-bg.jpg");
		background-position:center bottom;
		background-repeat:repeat-x;
		clear:both;
		height:100%;
		padding-bottom:12px;
		width:851px;		
	}
	
#contact_footer {
	border-top:1px dotted #777777;
	height: 32px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
	color: #FFFFFF;
	
}
#contact_footer span{
	color: #FFFFFF;	
	font-weight: bold;
}
#contact_footer a{
	text-decoration: underline;
	color: #FFFFFF;
}
	#contact_footer #footer-logo {
		position:absolute;
		right:0;
		top:4px;
	}
		#contact_footer #footer-logo a,
		#contact_footer #footer-logo img {
			border: 0px;
		}


#brands_footer {
	padding-top: 12px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;	
	/*
	margin-right: 9px;
	margin-bottom: 300px;*/
	color: #00ff66;
}
	#brands_footer a {
		color: #00ff66;
	}




/*
 * Header/top navigation
 */
#default-page #header {
	height: 65px;
} 
#header {
	height: 30px;
	font-size:10px;
	margin:0px 0pt 0pt;
	position:relative;
	text-align:left;
	border: 0px solid #777777;
	border: 0px;
}
	#header #header-brand-logos {
		position:absolute;
		right:0;
		top:28px;
		border: 0px;		
	}

/*
 * Column wrapper
 */
#columnwrapper {
	position: relative;
	overflow: hidden;
}

/*
 * Left sidebar
 */

#leftsidebar {
	float:left;
	width:128px;
	border:0px solid #FFF;
	padding-right: 16px;
	padding-left: 12px;
}
/*
/ Left column stuff
*/
#left_column #left-menu-top-links {
	background-image:url("../../images/divider-shade-bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	height:100%;
	padding-bottom: 12px;
	margin-bottom: 0px;	
	margin-top: 8px;
	padding-left:2px;
}
	#left_column #left-menu-top-links a {
		font-weight: bold;
		color:#999999;
		display: block;
		margin-bottom: 4px;
	}
#header {
	z-index: 1000;
}

#header-cart {
	position:absolute;
	z-index: 2002;
	top:0px;
	right:0;
}
	#header-cart .total {
		float: right;
	}
	#header-cart a {
		color: #000000;
	}
		#header-cart #cart-mini {
			-moz-border-radius:8px 8px 8px 8px;
			background-color:#00FF66;
			color:#000000;
			font-size:11px;
			font-weight:bold;
			padding:2px 4px;
			position:absolute;
			right:0;
			text-transform:uppercase;
			top:3px;
			width:192px;
			z-index: 1001;
			
		}
			#cart-page #header-cart #cart-mini {
				background-color: #777;
			}
				#header-cart #cart-mini #cart-empty-info {
					text-align: center;
				}

#navigation-category {
	background-image:url("../../images/divider-shade-bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	height:100%;
	padding-bottom: 16px;
	margin-bottom: 0px;
	padding-left:2px;
	margin-top: 4px;
}

#navigation-category dt,
#navigation-category dd {
	margin-bottom: 4px;
}
	#navigation-category dd {
		margin-left: 16px;
	}

#navigation-category dt a {
	color: #fff;
}
	#navigation-category dt a.selected {
		font-weight: bold;
	}
#navigation-category dd a {
	color: #999;
}
	#navigation-category dd a.selected {
		color: #fff;
		font-weight: bold;
	}

#left_menu_search_area {
	color:#FFFFFF;
	clear: both;
	background-image:url("../../images/divider-shade-bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	height:100%;
	padding-bottom: 18px;
	padding-left:2px;
	margin-top: 2px;
}
#left_menu_search_area #textsearch {
	margin: 0px;
	padding: 0px;
}

#left_menu_search_area input {
	background-color:#FFFFFF;
	border: 0px;
	border-right: 1px solid #999;
	color:#000000;
	float:left;
	font-family:arial;
	font-size:10px;
	height:16px;
	padding:2px;
	width:105px;
}
	#left_menu_search_area input.search-button-left {
		width: 20px;
		height: 20px;
		border: 0px;
		padding: 0px;
	}


.left_column_btn {
	cursor: pointer;
	border: 0px;
}

#left-menu-service-links {
	background-image:url("../../images/divider-shade-bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	height:100%;
	padding-bottom: 16px;
	margin-bottom: 0px;	
	margin-top: 8px;
	padding-left:2px;
}
	#left-menu-service-links a {
		font-weight: bold;
		color:#999999;
		display: block;
		margin-bottom: 4px;	
	}

#left_column_new_stuff {
	border-top:1px solid #777777;
	color:#FFFFFF;
	clear: both;
	line-height: 15px;
	padding-top: 12px;
}
	#left_column_new_stuff ol {
		color: #b5b5b5;
		padding: 0;
		margin: 0;
		padding-left: 0px;
		padding-top: 12px;
		padding-bottom: 16px;
		clear: both;
		list-style-type: none;
	}
		#left_column_new_stuff ol li {
			margin: 0px 0px 6px 0px;
			padding: 0px 0px 0px 0px;
		}
		#left_column_new_stuff ol li p {
			margin: 0px;
			line-height: 1.37em;
			vertical-align: middle;
		}
		#left_column_new_stuff ol li a {
			text-decoration: none;
		}
		.column-product-image {
			border: 0px;
		}
		.column-product-manufacturer {
			color: #00ff66;
			font-weight: bold;
		}
		.column-product-name {
			color: #b5b5b5;
		}
		.column-product-price {
			color: #fff;
		}
	
#left-menu-custom-content {
	overflow: hidden;
	width: 133px;
}
	#left-menu-custom-content img {
		max-width: 133px;
	}
	
#left_column_store_links {
	border-top:1px solid #777777;
	color:#FFFFFF;
	clear: both;
	margin-top: 12px;
}
	#left_column_store_links img {
		padding-top: 12px;
	}
	#left_column_store_links a {
		text-decoration: none;
		line-height: 16px;
	}
.left_column_show_all_links {
	color:#FFFFFF;
	clear: both;
	margin-top: 12px;
	text-align: right;
	float: right;
}

#left_column_streetwear_logo {
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	color:#FFFFFF;
	clear: both;
	margin-top: 12px;
	margin-bottom: 8px;
	padding-bottom: 16px;
}
#left_column_streetwear_logo img {
	margin-top: 12px;
}

#left_column_panagora_logo {
	color:#FFFFFF;
	clear: both;
	margin-top: 18px;
	margin-bottom: 25px;
	padding-bottom: 16px;
	text-align: right;
}

#left_column_panagora_logo img {
	/*position: absolute;
	left: 0px;
	bottom: 400px;*/
	margin-top: 0px;
	border: 0px;
}

/*
/ Right column stuff
*/

	#right_column #right-column-buyers-choice {
	}
	#right_column #right-column-buyers-choice p {
		margin: 0px;
		text-align: center;
		vertical-align: middle;
	}

	#right_column_toplist {
		color: #FFFFFF;
		clear: both;
		line-height: 15px;
	}
		#right_column_toplist ol{
			color: #b5b5b5;
			padding: 0;
			margin: 0;
			padding-left: 22px;
			padding-top: 12px;
			padding-bottom: 12px;
		}
			#right_column_toplist li{
				color: #777777;
				font-weight: bold;
			}
				#right_column_toplist li span {
					font-weight: normal;
					color: #ccc;
				}
			#right_column_toplist img {
				padding-top: 12px;
			}
			#right_column_toplist a {
				text-decoration: none;
			}
	#right_column_tips {
		border-top:1px solid #777777;	
	}
		#right_column_tips span {
			text-align: right;
			color: #b5b5b5
		}
		#right_column_tips .product_info {
			margin-top: 8px;
			text-align: right;
			font-weight: bold;
		}
		right_column_tips a{
			text-decoration: none;
		}
		
	.mikes_tips {
		margin-top: 18px;
		height: 211px;
		display: block;
		background-position:center;
		border:0px solid #777777;
	}
		.mikes_tips_links{
			text-decoration: none;
		}
	
	#right_column_tips .all_tips {
		text-align: right;
		font-weight: bold;
		text-decoration: none;
		padding-bottom: 40px;
	}
	#right_column_tips img{
		margin-top: 12px;
	}
	
	#right_column_recent {
		border-top:0px solid #777777;
		padding-bottom: 12px;	
	}
		#right_column_recent span {
			text-align: right;
			color: #b5b5b5
		}
		#right_column_recent .product_info {
			margin-top: 8px;
			text-align: right;
			font-weight: bold;
			color: #00FF66;
		}
		#right_column_recent .all_tips {
			text-align: right;
			font-weight: bold;
		}
		#right_column_recent img{
			margin-top: 12px;
		}
	.recent_products {
		margin-top: 18px;
		/*height: 211px;*/
		display: block;
		background-position:center;
		border:0px solid #777777;
	}


/*
 * User menu
  */
#user_menu 
{
	margin-top:10px;
}
#user_menu a
{
	display:block;
}


/*
 * Footer
 */
#footer {
	padding: 5px;
	
	background-color: #ff0;
}

/*
 * Product page
 */
.overlay {
	background:#fff none repeat scroll 0 0;
	height:100%;
	left:0;
	opacity:0.5;
	filter: alpha(opacity = 50);
	position:fixed;
	top:0px;
	width:100%;
	z-index:500;
} 
 
#product-quick-look {
	position: absolute;
	z-index: 501;
	width: 882px;	
	background-color: #222;
	height: 635px;
}
	#product-quick-look #product-quick-look-close {
		color:#FFFFFF;
		cursor:pointer;
		height:16px;
		padding:8px 16px;
		position:absolute;
		z-index:10000;
		background-color:#222222;
		top:-30px;
		left:14px;
	}
	#product-quick-look #product-main-wrapper {
		z-index: 100;
	}
		#product-quick-look #product-main-wrapper #product-prev-next {
			left: 10px;
			float: left;
		}
	#product-quick-look #product-main-info {
		position: relative;
		overflow: hidden; 
	}
		#product-quick-look #product-main-wrapper .quick-look-full-details {
			bottom:15px;
			position:absolute;
			right:10px;		
		} 
 
 	#product-quick-look #middle_column_top_info {
		background-color:#222222;
		color:#FFFFFF;
		height:16px;
		padding:8px;
		position:absolute;
		right:20px;
		top:-32px;
		z-index:101;
	}
		#product-quick-look #product-purchase-go-to-cart {
			background-color:transparent;
			background-image:url("../../images/button/product-buy-button.png");
			background-repeat:no-repeat;
			cursor:pointer;
			height:50px;
			text-align:center;
			width:196px;
			margin-top: 16px;
			position: absolute;
			right: 28px;
		} 
			#product-quick-look #product-purchase-go-to-cart span {
				color:#000000;
				display:block;
				font-size:13px;
				font-weight:bold;
				padding-top:15px;
				text-transform:uppercase;				
			}

#product-page #product-prev-next{
	float:right;
}
#product-page #product-prev-next,
#search-page #product-prev-next  {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
	#product-page #product-prev-next li,
	#search-page #product-prev-next li {
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		vertical-align:middle;
	}
	#product-page #product-prev-next .product-step-divider,
	#search-page #product-prev-next .product-step-divider {
		margin: 0px 8px;
	}
#product_page_container { 
	margin-bottom: 15px;
	margin-top: 4px;
	
}
	#search-page #product_page_container {
		height:597px;
		margin:0;
		overflow:hidden;
		padding:16px;
		text-align:left;
	}
	
#product_page_left_container {
	position: relative;
	float: left;
	margin-bottom: 20px;
} 
#product_image_container {
	position: relative;
	margin-top: 0px;
	width: 397px;
}
	#product-main-image-link {
		border: 0px;
	}
	#product-main-image {
		width: 397px;
		height: 516px;
		background-position: center;
		background-repeat: no-repeat;
		border: 0px;
	}
#product_image_enlarge {
	background: url(/images/mag-glass.png) no-repeat top left;
	left: 10px;
	top: 10px;
	position:absolute;
	height: 67px;
	cursor: pointer;
}
	#product_image_enlarge span {
		position: relative;
		top: 15px;
		padding-left: 67px;
		color: #00ff66;
	}
	
#product_alt_image_container {
	margin-bottom: 20px;
	padding-bottom: 1px;
}
.product_alt_image {
	float: left;
	width: 58px;
	height: 75px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	/*border:1px solid #777777;*/
	margin-top: 10px;
	margin-right: 9.8px;
}
.product_alt_image_last {
	float: left;
	width: 58px;
	height: 75px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	/*border:1px solid #777777;*/
	margin-top: 10px;
	margin-right: 0px;
}

.prod_detail_main {
	width: 441px;
	float: left;
	margin-left: 12px;
	margin-top: 0px;
	border-top:1px dotted #666666;
	padding-top: 8px;
}
	.prod_detail_main #prod-detail-left {
		float: left;
		width: 184px;
		font-size: 12px;
		color: #999;
	}
		.prod_detail_main #prod-detail-left .product_name {
			color: #00ff66;
			font-size: 20px;
			font-weight: normal;
			margin-top: 8px;
			margin-bottom: 4px;
		}
		.prod_detail_main #prod-detail-left span {
			display: block;
		}
		.prod_detail_main #prod-detail-left .product-price {
			margin: 8px 0px;
			font-size: 20px;
			color: red;
		}
			.prod_detail_main #prod-detail-left .product-price strike {
				color: #999;
			}
	.prod_detail_main #prod-detail-right {
		float: right;
		text-align: right;
	}	
		.prod_detail_main #prod-detail-right #product-delivery-info {
			color: #CCCCCC;
			font-size: 12px;
			clear: both;
		}
	.prod_detail_main #prod-detail-purchase-wrapper {
		background-color:#333333;
		clear:both;
		color:#999999;
		font-size:11px;
		height:100%;
		margin-bottom:0;
		padding:20px 12px;
	}
		.prod_detail_main #prod-detail-purchase-wrapper .product-size-buy-info {
			background-color:#FFFFFF;
			color:#000000;
			float:left;
			margin-right:1px;
			margin-bottom: 1px;
			padding:2px 8px;
			cursor: pointer;
			text-transform: uppercase;
		}
			.prod_detail_main #prod-detail-purchase-wrapper .product-size-buy-info.selected {
				background-color:#00FF66;
			}
				.prod_detail_main #prod-detail-purchase-wrapper	#product-page-size-wrapper {
					width: 214px;				
				}
					.prod_detail_main #prod-detail-purchase-wrapper	#product-page-size-wrapper .size-header {
						display: block;
						font-size: 12px;
						margin-bottom: 4px;
					}	
		.prod_detail_main #prod-detail-purchase-wrapper #product-purchase-button {
			background-image:url(../../images/button/product-buy-button.png);
			background-repeat: no-repeat;
			width: 196px;
			height: 50px;
			text-align: center;
			float: right;
			cursor: pointer;
		}
			.prod_detail_main #prod-detail-purchase-wrapper #product-purchase-button span {
				color:#000000;
				display:block;
				font-size:13px;
				font-weight:bold;
				padding-top:15px;
				text-transform:uppercase;
			}
	.prod_detail_main #product-page-product-description	 {
		width: 230px;
		margin-top: 16px;
		color: #999;
	}	
		#product-quick-look-page .prod_detail_main #product-page-product-description {
			margin-bottom: 8px;
		}
	.prod_detail_main #prod-detail-right .product_tip {
		-moz-border-radius:6px 6px 6px 6px;
		border:1px solid #777777;
		clear:both;
		float:right;
		height:16px;
		margin-bottom:8px;
		padding:4px;
	}
		.product_tip img {
			border: 0px;
		}
		.product_tip .addthis_button_expanded {
			font-weight: bold;		
			color: #00FF66;
			margin-top: 2px;
		}
			.product_tip .addthis_button_expanded span {
				display: none;
			}
	
.prod_detail_manulogo {
	float: right;
	margin-bottom: 32px;
}

#product_main_image {
	width: 399px;
	height: 518px;
	background-position: center;
	background-repeat: no-repeat;
	/*border:1px solid #777777;	*/
}
#image_zoom_container {
	width: 400px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
}
.product_prev_next .search_product_list_item {
	clear: both;
	width: 81px;
	height: 64px;
}
.product_prev_next .search_product_list_item a.image {
	width: 79px;
	height: 62px;
}
.product_prev_next .info {
	display: none;

}
.product_size_info {
	padding-bottom: 10px;
}
.product_manufacturer {
	color: #999;
	font-size:15px;
	font-weight: bold;
	text-transform: uppercase;
}

.product_artno {
	color: #FFF;
	margin-top: 0px;
}
.product_color {
	color: #FFF;
	margin-top: 5px;
	font-size: 11px;
}
.product_description {
	color: #FFF;
	margin-top: 5px;
	color: #b5b5b5;
}
#product-page .product-id {
	margin: 2px 0px;
	color: #fff;
}

.product_price {
	border-top:1px solid #777777;	
	border-bottom:1px solid #777777;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size:15px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
.product_size_select {
		background-color:#000000;
		border:1px solid #666666;
		color:#B5B5B5;
		cursor:pointer;
		font-family:arial;
		font-size:10px;
		height:16px;
		margin-bottom:3px;
		margin-left:4px;
		margin-top:2px;
		width:137px;
}
#product-full-details {
	display:block;
	padding-top:10px;	
}
.product_tech_description {
	/*margin-top: 30px;*/
	margin-bottom: 10px;
	color: #FFFFFF;
	padding-top: 0px;
}
.product_tech_description img {
	margin-bottom: 4px;
}
.product_laundry_instructions {
	
}
.product_laundry_instructions .wash_header {
	margin-top: 8px;
	margin-bottom: 8px;	 
}

#related-products-divider {
	background-image:url("../../images/divider-shade-bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	color:#999999;
	font-size:11px;
	height:45px;
}

#product_family_container {
	clear: both;
	padding: 0;
	margin: 0;
}
	#product_family_container h3 {
		font-size: 15px;
		color: #999;
		text-transform:uppercase;
		margin-top:8px;
	}
#klarna-info{
	border-top:1px solid #777777;
	height: 25px;
	padding-top: 10px;
}
#klarnaPrice{
	font-weight: bold;
	color:#00FF66;
}
#klarna-info img{
	float: right;
}
.product-klarna-info{
	float: left;
}
#product_related_purchases_container {
	clear: both;
	border-top:1px solid #777777;
	
}
.product_page_back a {
	color: #FFFFFF;
	text-align: right;
	float: right;
}

.product_page_clearer {
	clear: both;
	margin-bottom: 8px;
}

#size_chart {
	font-family:arial, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	font-size:10px;
	color:#b5b5b5;
}
#size_chart_header {
	text-align: left;
	margin-top: 4px;
}
#size_chart_header img {
	text-align: left;
	margin-top: 4px;
}
#size_chart table {
	color:#b5b5b5;
	text-align: left;
	width: 100%;
}
#size_chart td {
	border:0px solid #777777;
	margin: 4px;
	color:#b5b5b5;
	text-align: left;
	/*margin-right: 8px;
	padding-right: 12px;*/
}
#size_chart img {
	/*float: right;*/
}

.red_price,
.search-product-list-item .price .sale-price a {
	color:red;
	display:inline;
}









/*
 * Search page
 */
 
#search-page #nav-image {
	background-image:url("../../images/divider-shade-bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	height:100%;
	padding-bottom: 20px;
	margin-bottom: 0px;	
	padding-left:2px;
	color: #999;
	font-size: 11px;
	
} 
	#search-page #nav-image img {
		float:left;
		height:140px;
		margin-right:8px;
		width:420px;
		border: 0px;
	}
	#search-page #nav-image h1 {
		font-size: 20px;
		text-transform: uppercase;
		margin-bottom: 14px;
		color: #FFFFFF;
		font-weight: normal;
	}
	#search-page #nav-image #cat-desc {
		float: left;
		width: 409px;
	}
 

.search-product-list {
	padding: 0;
	margin: 0;
}
	.search-product-list-item {
		float: left;
		margin-right: 11.5px;
		margin-top: 0px;
		margin-bottom: 14px;
		width: 132px;
		overflow: hidden;
		display: block;
		position: relative;
		height: 230px;
	}
	.search-product-list .last,
	#product_family_container .last {
		margin-right: 0px !important;
	}
	.search-product-list .clearfirst {
		clear: left;
	}
 
.search_page_filter {
	line-height: 20px;
	text-align: right;
}
	.search_page_filter b {
		vertical-align: middle;
	}
		#search_filtered select {
			vertical-align: middle;
			font-size: 10px;
			font-family: arial;
			width: 132px;
			border-width: 1px;
			height: 16px;
			margin-left: 3px;
			z-index: 2;
			border-style: solid;		
			border-color: #666666;	
			background-color: #000;
			color: #b5b5b5;
			cursor: pointer;
		}
		#search_filtered b {
			margin-left: 10px;
		}

.search_pagination {
	margin-top: 4px;
}
.search_page_pagination {
	border:1px solid #777777;
	height: 23px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	padding-right: 13px;
	clear: both; 
}
.search_page_pagination.pagination_bottom {
	margin-bottom: 0;
	border-bottom: none;
}

.search_page_pagination a{
	text-decoration: none;
}

a.search-page-current {
	color: #ffffff;
}

.search_page_manu_container {
	margin-top: 10px;
	height: 155px;
	position:relative;
	width: 670px;
	margin-bottom: 12px;
}
.search_page_manu_text_container {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-left: 8px;
	width: 259px;
	height: 98px;
	overflow: hidden;
}

.search_page_manu_text {
	color: #ffffff;
}

.search_page_manu_header {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	clear: both;

}

.search_page_style_image {
	float: left;
	display: block;
	position:relative;
	height: 155px;
}
.search_page_manu_image {
	position:absolute; top: 0; right: 0;	
}

.search-product-list-item a {
	text-decoration: none;
}
.search-product-list-item .image {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	width: 132px;
	height: 172px;
	margin-bottom: 2px;
	/*border:1px solid #777777;*/
	overflow: hidden;
	background-color: #777;
}

.search-product-list-item img {
	border: none;
	width: 133px;
	height: 173px;
}

.search-product-list-item .info {
	font-weight: bold;
	position: relative;
}
.search-product-list-item .manufacturer {
	color: #666666;
	display: block;
	font-weight: bold;
}
.search-product-list-item .manufacturer a{
	color: #b5b5b5;
}
.search-product-list-item .name {
	display: block;
}
.search-product-list-item .size {
	font-weight: bold;
	font-size: 9px;	
	color: #b5b5b5;
}
.search-product-list-item .price {
	float: left;
	font-weight: normal;
	font-size:11px;
	color: red;	

}
.search-product-list-item .price a {

}
	.search-product-list-item .price del {
		color: #999999;
		float: right;
		margin-left: 4px;
	}	


.search_page_campaign_container {
	margin-top: 0px;
	height: 182px;
	position:relative;
	width: 685px;
	clear: both;
	border: 0;
}
.search_page_campaign_text_container {
	padding-left: 8px;
	/*width: 259px;*/
	height: 170px;
	overflow: hidden;
}

.search_page_campaign_text {
	margin-top: 4px;
	color: #777777;
	display: block;
}

.search_page_campaign_header {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	display: block;
	margin-top: 0px;
}

.search_page_campaign_image {
	position:absolute; top: 0; right: 0;	
}

.search_page_campaign_style_image {
	float: left;
	display: block;
	position:relative;
}


#search-page-sort {
	font-size:12px;
	margin-bottom:16px;
	color:#999999;
}
	#search-page-sort a {
		margin-right: 8px;
		color: #ccc;
	}
		#search-page-sort a.selected {
			color: #00FF66;
		}


/* 
	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 {
}


#page-header {
	background-image:url("../../images/divider-shade-bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	color:#999999;
	font-size:11px;
	height:66px;
	margin-bottom:0;
	padding-bottom:20px;
	padding-left:2px;
	margin-bottom:8px;
}
	#page-header h1 {
		color:#FFFFFF;
		font-size:20px;
		font-weight:normal;
		padding-left:20px;
		padding-top:34px;
		text-transform:uppercase;		
	}

/*
	Manufacturer pages
*/
#manufacturer_overview {
	border: 0px;
	margin-top: -20px;
	width: 678px;	
}
#manufacturer_page_overview {
	border: 0px;
}
	#manufacturer_page_overview h1 {
		color: #00FF66;
	}
.manufacturer_page_manu_box {
	border:0px solid #777777;
	width: 161px;
	float: left;
	height: 161px;
	margin-right: 11px;
	margin-bottom: 12px;
	overflow:hidden;
}
.manufacturer_page_manu_box_last {
	border:0px solid #777777;
	width: 161px;
	float: left;
	height: 161px;
	margin-right: 0px;
	margin-bottom: 8px;
}
.manufacturer_page_manu_box img, .manufacturer_page_manu_box_last img{
	border: 0px;
	vertical-align: middle;
	margin:auto;
	display:block;
	margin-bottom: 4px;
}
#manufacturer_overview a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
.manufacturer_page_manu_name {
	font-weight: bold;
}
.manufacturer_page_manu_desc {
	color: #CCC;
}


#manufacturer_overview img{
	border: 0px;	
}
.manu_overview_row {
	border-bottom:1px solid #777777;
	margin-top: 26px;
	margin-bottom: -1px;
	padding-bottom: 14px;
}
#news_container {
	margin-right: 9px;
	margin-bottom: -1px;
}

.right_column_news_wrapper {
	padding-top: 8px;
}
	.right_column_news_wrapper .right_column_news_post {
		margin-bottom: 6px;
	}
	.right_column_news_wrapper .news-heading {
		font-weight: bold;
		margin-top: 0px;
	}
	 .right_column_news_wrapper .news-date {
		font-weight: normal;
		color: #FFFFFF;
	}
	.right_column_news_wrapper .show-all-news {
		margin-top: 12px;
		padding-bottom: 12px;
		display: block;
	}

div.news_item {
	border-bottom:1px solid #777777;
	padding-bottom: 16px;
	padding-top: 8px;
}
div.news_item p {
	margin: 4px;
	padding: 0px;
}
#news_container img {
	display: block;
}
div.news_date {
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 8px;
}
h1.news_header {
	font-weight:bold;	
	font-size: 15px;
	color: #b5b5b5;
}
div.short_desc,
div.long_desc {
	color: #FFFFFF;	
}

#html_content_container {
	margin-top: 0px;
}


/*
	CHECKOUT
*/
#checkout_container {
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 12px;
}
	#checkout_container h3 {
		font-size: 14px;
	}

table.checkout_items {
	border-collapse: collapse;
	width: 100%;
}
	table.checkout_items th{
		color: #777777;
	}
table.checkout_items .item td {
	padding-bottom: 5px;
	padding-right: 4px;
}
table.checkout_items td.image {
	width: 60px;
}
table.checkout_items .cart_header {
	border-top:1px solid #777777;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
}
table.checkout_items td.image div {
	width: 58px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #777777;
	margin-top: 4px;
	margin-bottom : 4px;
	margin-left: 4px;
}
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: #2E2612;
}
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 #777777;
	height: 1px;
}
table.checkout_items a.discount-possible {
	color: #00FF66;
}
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: 200px;
	margin-top: 2px;
	border: 1px solid #777777;
	/*border-bottom: 1px solid #000;*/
	background-color: #161616;
	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: 0px;
	font-weight: bold;
	color: #b5b5b5;
}
	table.checkout_items tr.item td.name a {
		color: #777777;
	}
table.checkout_items td.qty {
	color: #988159;
	font-family:arial, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 14px;
}
table.checkout_items td.name .checkout-manufacturer {
	font-weight: bold;
}
table.checkout_items td.name .checkout-size {
	display: block;
}
table.checkout_items td.qty,
table.checkout_items td.price,
table.checkout_items td.sum {
	text-align: right;
	width: 100px;
}
table.checkout_items .meta {
	text-align: right;
}
table.checkout_items .meta .label {
	font-weight: bold;
	color: #777777;
}
table.checkout_items .meta .error_label {
	font-weight: bold;
	color: #FF0099;
}
table.checkout_items .meta .value {
	font-weight: bold;
	color: #b5b5b5;
}
table.checkout_items .meta .cart_total {
	font-weight: bold;
}
table.checkout_items .last td {
	border-bottom: 0px solid #777777;
	padding-bottom: 5px;
}
table.checkout_items .first td {
	padding-top: 5px;
	border-top: 1px solid #777777;
}
#payment_info label {
	padding-top: 16px;
	display: block;
}
#payment_info input {
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#000000;
	font-family:arial;
	font-size:10px;
	padding:2px;	
}
#payment_info, #payment_logo {
	margin-bottom: 10px;
	clear: both;
}
	#payment_info #payment_delbetalning_wrapper {
		margin-top: 16px; 
		width: 405px;
	}
		#payment_info #payment_delbetalning_wrapper strong{
			display: block;
		}
	#payment_info #kreditor-campaign-container {
		display: none;
	}
	#payment_info #kreditor-terms {
		padding-top: 16px;
	}
	#payment_info #kreditor-terms label {
		padding: 0px;
		display: inline;
	} 
#checkout_container_bottom {
	clear: both;
	float: left;
	margin-bottom: 12px;
	background:url(../../images/checkout/checkout-step-4-bg.gif);
	background-repeat:no-repeat;
	width: 308px;
	height: 106px;
	margin-top: 22px;
	padding: 8px;
}
	#checkout_container_bottom h3 {
		margin-top: 6px;
		clear: right;
		color: #999;
		margin-bottom: 16px;	
	}

#payment_container input {
	font-size: 10px;
	font-family: arial;
	width: 122px;
	background-color : #FFFFFF;
	border-color:#666666;
	border-width: 1px;
	color:#000000;
	border-style:solid;	
	padding: 2px;
}

#payment_container select {
	width:175px;
	font-size: 10px;
	font-family: arial;
	background-color : #FFFFFF;
	border-color:#666666;
	border-width: 1px;
	color:#000000;
	cursor: pointer;
	margin-bottom: 10px;
	height: 16px;
	border-style:solid;	
	margin-right: 4px;		
}
#payment_container h2 {
	margin-top: 16px;
	margin-bottom: 16px;
}
#payment_container label {
	display: block;
}
#payment_container {
	width:669px;
	float:left;
	margin-bottom: 2px;
	color: #FFFFFF;
	margin-top: 2px;
	background-color: #333;
	padding: 8px;
	padding-bottom: 16px;
}
	.checkout-step {
		margin-right: 12px;
		float: left;		
	}
	#payment_container h3 {
		margin-top: 6px;
		clear: right;
		color: #999;
		margin-bottom: 26px;	
	}
	
	
#payment_container .payment_method_images {
	float: left;
	border: 1px solid black;
	margin-right: 6px;
	margin-bottom: 8px;
	cursor:pointer;
	padding: 8px;
	background-color:#000000;
	width: 201px;
	height: 83px;
	text-align: center;
}
	#payment_container .payment_method_images.last {
		margin-right: 0px;
	}
#payment_container .payment_method_images:hover {
	border: 1px solid #B5B5B5;
}
#payment_container .selected {
	border: 1px solid #00FF66;
}
	#payment_container .selected:hover {
	border: 1px solid #00FF66;
	}
	#payment_container .payment_method_images span {
		position: relative;
		bottom: 0px;
	}
	#payment_container .payment_method_images img{
		clear: both;
	}	
	

#payment_selection_container {
	background-color: #333;
	margin-top: 2px;
	clear: both;
	padding: 8px;
	width: 669px;
}
	#payment_selection_container h3 {
		margin-top: 6px;
		clear: right;
		color: #999;
		margin-bottom: 26px;	
	}
		#payment_selection_container input,
		#payment_selection_container select {
			font-family: arial, Arial, Helvetica, sans-serif;
			font-size:10px;
		}
#payment_selection_container .payment_method_images {
	float: left;
	border: 1px solid black;
	margin-right: 6px;
	margin-bottom: 8px;
	cursor:pointer;
	padding: 8px;
	background-color:#000000;
	width: 201px;
	height: 83px;
	text-align: center;
}
	#payment_selection_container .payment_method_images.last {
		margin-right: 0px;
	}
#payment_selection_container .payment_method_images:hover {
	border: 1px solid #B5B5B5;
}
#payment_selection_container .selected {
	border: 1px solid #00FF66;
}
	#payment_selection_container .selected:hover {
	border: 1px solid #00FF66;
	}
	#payment_selection_container .payment_method_images span {
		position: relative;
		bottom: 0px;
	}
	#payment_selection_container .payment_method_images img{
		clear: both;
	}

.payment_selection_container_bottom {
	background:url(../../images/checkout/checkout-step-bg-bottom.gif);
	background-repeat:no-repeat;
	width: 685px;
	height: 42px;
}

.payment_error {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #7F1717;
	background-color: #7F1717;
}
.qty_buttons img {
	border: 0px;
}


/*
	USER pages
*/
#profileorders table {
	width: 100%;
}
	#register-page h2 {
		text-align: left;
	}
#register-page #register_table {
	width:320px;
	float:left;
	margin-right:10px;
	margin-top: 30px;
	color: #FFFFFF;
}	
	#register-page #register_table h2 {
		margin-top: 8px;
		margin-bottom: 16px;
	}
#register-page #register_table a {
	color: #FFFFFF;
}
#register-page #register_table td span.active-discount {
	color: #00FF66;
}	

#checkout-page #register_table {
	width:685px;
	margin-right:10px;
	margin-top: 30px;
	color: #FFFFFF;
	background:url(../../images/checkout/checkout-step-1.gif);
	background-repeat:no-repeat;
	padding: 8px;
	height: 123px;
	font-family:arial;
	font-size: 12px;
}
	#checkout-page #register_table.no-user {
			float: left;
			width: 328px;
			background:none;
			font-size: 10px;
			padding: 0px;
			height: auto;
	}
		#checkout-page #register_table.no-user h3 {
			color: #FFFFFF;
			display:block;
			font-size:1.17em;
			font-weight:bold;
			margin:1em 0;			
		}
#checkout-page #register_table h2 {
	margin-top: 8px;
	margin-bottom: 16px;
}
	#checkout-page #register_table h3 {
		margin-top: 6px;
		clear: right;
		color: #999;
	}
		#checkout-page #register_table img {
			margin-right: 12px;
			float: left;
		}
		#checkout-page #register_table #delivery_address {
			margin-left: 39px;
			margin-right: 48px;
			float: left;
		}
		#checkout-page #register_table #delivery-change-info a {
			color: #00FF66;
			text-decoration:underline;
		}
			
#shipping_table h2 {
	margin-top: 8px;
	margin-bottom: 16px;	
}
#checkout-page #register_table a {
	color: #FFFFFF;
}
#checkout-page #register_table td span.active-discount {
	color: #00FF66;
}
#address_table, #shipping_table
{
	width:330px;
	float:left;
	margin-top: 30px;
	color: #FFFFFF;
}
#address_table select, #shipping_table select
{
	width:auto;
	font-size: 10px;
	font-family: arial;
	background-color : #FFFFFF;
	border-color:#666666;
	border-width: 1px;
	color:#000000;
	cursor: pointer;
	margin-bottom: 10px;
	height: 16px;
	border-style:solid;	
	margin-right: 4px;	
}
	#register-page #address_table select {
		height: 20px;
	}
#login_table label, #address_table label, #shipping_table label, #register_table label
{
	width:120px;
	float:left;
	margin-right:0px;
	text-align:left;
	color: #FFFFFF;
}

#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;
}
td.value_total
{
	font-size: 12px;
	font-weight: bold;
}
td.label_total
{
	font-size: 12px;
	font-weight: bold;	
}
#register_table .radiobuttons label
{
	width:auto;	
	margin:0 4px;
}
#register_table strong, #address_table strong, #shipping_table strong
{
	text-decoration: none;
	color: #FFFFFF;
}

table.radiobuttons
{
	border-collapse:collapse;
}
.radiobuttons input 
{
	margin:0;
	padding:0;
}
#register_table .register_button
{
	padding-top:10px;
	padding-bottom: 15px;
}

#register_table select {
	width:149px;
	font-size: 10px;
	font-family: arial;
	background-color : #FFFFFF;
	border-color:#666666;
	border-width: 1px;
	color:#000000;
	cursor: pointer;
	margin-bottom: 10px;
	height: 16px;
	border-style:solid;	
	margin-right: 4px;	
}

#login_table input, #register_table input, #address_table input, #shipping_table input, #address_table select, #shipping_table select
{

	font-size: 10px;
	font-family: arial;
	width: 123px;
	/*background-color : #FFFFFF;*/
	border-color:#b5b5b5;
	border-width: 0px;
	color:#000000;
	border-style:solid;	
	padding: 2px;	
}
#login_table #savepass, #register_table #newsletter, #register_table #user_terms, #register_table #genderM, #register_table #genderF, #address_table #altshipping
{
	width:auto;
	font-size: 10px;
	font-family: arial;
	background-color : transparent;
	border-color:#666666;
	border-width: 0px;
	color:#b5b5b5;
	cursor: pointer;
	margin-bottom: 10px;
	height: 16px;
	border-style:solid;	
	margin-right: 4px;	
}
#address_table select, #register_table #birthday_select, #register_table #birthday_select_month, #register_table #birthday_select_day {
	width:auto;
	font-size: 10px;
	font-family: arial;
	border-color:#666666;
	border-width: 1px;
	cursor: pointer;
	margin-bottom: 10px;
	height: 16px;
	border-style:solid;	
	margin-right: 4px;		
}
#address_table select{
	border:1px solid #666666;
	width: 128px;
}

#newsletter {
	border: 0px;
}
#register_table input, address_table input {
	font-size: 10px;
	font-family: arial;
	width: 143px;
	background-color : #FFFFFF;
	border-color:#666666;
	border-width: 1px;
	color:#000000;
	border-style:solid;	
	padding: 2px;
}

#address_table #zip_code, #shipping_table #ship_zip
{
	width:50px;
}

#profileorders {
	margin-top: 12px;
	margin-bottom: 12px;
}
#profileorders table {

}
#profileorders td {
	text-align: left;
	color: #b5b5b5;
}
#profileorders a {
	color: #b5b5b5;
	text-decoration: underline;
}
.order_list_header {
	font-weight: bold;
}

/*
Process pages	
*/
#forgot_pass_wrapper {
	margin-bottom: 12px;
}
#user_save_wrapper {
	margin-bottom: 12px;
}
#timeout_wrapper {
	margin-bottom: 12px;
}
#feedback_container {
	margin-bottom: 12px;
}
#feedback_container input {
	margin-top: 4px;
	margin-bottom: 4px;
}


/*
 * Receipt on screen
 */
#done-page #page-header {
	background-image:url("../../images/divider-shade-bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	color:#999999;
	font-size:11px;
	height:224px;
	margin-bottom:8px;
	padding-bottom:92px;
	padding-left:2px;
	text-align: center;
} 
#order_view-page #page-header {
	background-image:url("../../images/divider-shade-bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	color:#999999;
	font-size:11px;
	height:32px;
	margin-bottom:8px;
	padding-bottom:92px;
	padding-left:2px;
	text-align:left;
}
	#done-page #page-header h1 {
		font-size: 35px;
		color: #ccc;
		text-transform: none;
		margin-bottom: 16px;
	}
		#done-page #page-header .order-thank-you-info,
		#order_view-page #page-header .order-thank-you-info {
			font-size: 15px;
			color: #ccc;
			margin: 0 auto;
			width: 430px;
		}
			#done-page #page-header .order-thank-you-info span ,
			#order_view-page #page-header .order-thank-you-info span {
				display: block;
				margin-bottom: 16px;
			}
				#done-page #page-header .order-thank-you-info #order-thank-you-networking,
				#order_view-page #page-header .order-thank-you-info #order-thank-you-networking	 {			
						margin-top: 36px;
				}	
				
#done-page h3,
#order_view-page h3 {		
	color:#999999;
	font-size:15px;
	margin-top:8px;
	text-transform:uppercase;
	text-align: center;
}
	#done-page .print-button,
	#order_view-page .print_button {
		margin-left: 24px;
	}
		#done-page .print-button a.buttonbg ,
		#order_view-page .print_button a.buttonbg  {	
			background-color: #00ff66;
		}
 
#order_view-page #receipt-wrapper,
#done-page #receipt-wrapper {
	border:1px solid #777777;
	margin:0 auto 8px;
	padding:12px;
	width:776px;
	position: relative;
}
	
 
#done-page .receiptLogo,
#order_view-page .receiptLogo {
	display: none;
}
 
table.order_view_receipt {
	width: 100%;
	border-collapse: collapse;
}

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;
	color: #b5b5b5;
}
	table.order_view_receipt td.ORDER_VIEW_ORDER_NO,
	table.order_view_receipt td.ORDER_VIEW_ORDER_DATE,
	table.order_view_receipt td.ORDER_VIEW_PAYMENT_METHOD {
		color: #FFF;
	}
	table.order_view_receipt th.ORDER_VIEW_ORDER_NO,
	table.order_view_receipt th.ORDER_VIEW_ORDER_DATE,
	table.order_view_receipt th.ORDER_VIEW_PAYMENT_METHOD {
		text-align: left;
	}	

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 dotted #777777;
	padding-top: 10px;
	padding-bottom: 8px;
}
	table.order_view_receipt tbody.order_rows tr.titles th {
		text-align: left;
	}
		table.order_view_receipt tbody.order_rows tr.titles th.unit_price,
		table.order_view_receipt tbody.order_rows tr.titles th.total {
			text-align: right;
		}

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 .row td {
		color: #fff;
	}

table.order_view_receipt tr.receipt-delivery-address th {
	position:absolute;
	right:300px;
	top:14px;
	width: 104px;	
}
table.order_view_receipt tr.delivery_address td {
	padding:0;
	position:absolute;
	right:175px;
	top:14px;
	color: #fff;
}

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 .unit_price,
table.order_view_receipt tbody.order_rows .total {
	width: 70px;
	text-align: right;
}
	table.order_view_receipt tbody.order_rows .qty {
		width: 70px;
		text-align: left;
	}
table.order_view_receipt tbody.order_totals {
	text-align: right;
}
	table.order_view_receipt .receipt-spacer {
		height: 42px;
	}

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;
}
.print_button {
	clear: both;
	padding-bottom: 8px;
}



#order_view-page table.order_view_receipt {

}


#kreditor-personnummer-container {
	clear: both;
}
	#kreditor-personnummer-container label {
		padding: 0px !important;
		display: inline !important;
	}
	#cod-terms-description {
	}
	#cod-terms-container {
		line-height: 15px;
		position: relative;
	}
		#cod-terms, #cod-terms-container label {
			vertical-align: middle;
		}


/*
	Button
*/
/*--------------- Default button ----------------*/
a.buttonbg { 
	margin: 0; 
	display: block; 
	float: left; 
	height: 18px;
	background-color: #ccc;
}
a.buttonbg span {
	color:#000000;
	font-size:10px;
	font-weight:normal;
	line-height:17px;
	padding:0 8px;
	text-decoration:none;
	white-space:nowrap;
}
a.buttonbg:hover span {color: #000;}

a.buttongoldbg {
	margin-top:7px; 
	margin-right: 0px;
}
a.buttongreenbg {
	margin-top:7px; 
	margin-right: 0px;
	margin-left: 1px;
	background-color:#00FF66;
}

a.buttonlogin {
	background: url("/images/button/btn_bg_login.gif") no-repeat right top; 
	color:#000; 
	font-size:10px; 
	text-decoration:none; 
	font-weight: bold; 
	padding: 0px 8px 0px 0px; 
	margin: 0; 
	display:block; 
	float:left; 
	line-height: 18px; 
	margin-top:6px; 
	margin-right: 12px;
}
a.buttonlogin span {
	background: url("/images/button/bg_login_left.gif") no-repeat left top; 
	padding: 0 0 0 8px; 
	display:block; 
	height: 19px;
	line-height: 17px; 
	color: #000; 
}



a.buttonbg_buy { 
	background: url("/images/button/btn_buy.gif") no-repeat right top; 
	padding: 0px 41px 0px 0px; 
	margin: 0px; 
	display: block; 
	float: left; 
	line-height: 19px; 
	height: 35px;
	cursor: pointer;
	margin-left: 39px;
	margin-top: 8px;
}
	a:hover.buttonbg_buy {
		background: url("/images/button/btn_buy.gif") no-repeat right top; 
		text-decoration: none;
	}
	a.buttonbg_buy span { 
		background: url("/images/button/btn_buy_left.gif") no-repeat left top; 
		padding: 0px 24px 0px 12px; 
		display: block; 
		color: #444;
		height: 35px;
		float: left;
		font-size: 11px; 
		text-transform: uppercase; 
		text-decoration: none; 
		font-weight: bold;
		cursor: pointer;
		line-height: 35px;
	}
		a:hover.buttonbg_buy span {
			background: url("/images/button/btn_buy_left.gif") no-repeat left top; 
			padding: 0px 24px 0px 12px; 
			display: block; 
			color: #444;
			height: 35px;
			float: left;
			font-size: 11px; 
			text-transform: uppercase; 
			text-decoration: none; 
			font-weight: bold;		
		}

/*
terms
*/
div#terms strong
{
	display:block;
}

/*
 * Parcel tracking
 */
.tracking-info {
}
.tracking-info table.meta,
.tracking-info table.items {
	border-collapse: collapse;
	background-color: #161616;
	margin-bottom: 5px;
	margin-top: 10px;
	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,
.tracking-info table.items tr.last {
	font-weight: bold;
}
.tracking-info table.meta .value,
.tracking-info table.items tbody {
	color: #B5B5B5;
}

/*
 * Offer page
 */
h2.offers-product-heading {
	clear: both;
	margin: 10px 0;
	line-height: 1em;
	font-size: 1.3em;
	font-weight: normal;
}
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;
}

/* 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;
}

#default-page #seo-footer {
	text-align: left;
	font-size: 10px;
	width:650px;
	margin-bottom:52px;
	margin-left:100px;
	margin-top: 32px;
	clear: both;
}
	#default-page #seo-footer h1 {
		font-size: 10px;
		margin 0px;
		margin-bottom: 8px;
		padding: 0px;	
		font-weight: normal;
	}
