﻿* {
	margin: 0px;
	padding: 0px;
	border: 0;
}

body {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #FFF;
}
h4{
	color:#FF0000;
	font-size:11px;
}
h3
{	
	font-size:11px;
}


.wrapper_absolute-divs {
	width: 911px;
	margin: 0px auto;
	padding: 10px 0px 0px 15px;
	text-align: left;
	position: relative;
	float: none;
	z-index: 2;
}

.wrapper-1 {
	width: 911px;
	margin: 0px auto;
	padding: 0px 0px 0px 15px;
	_padding: 10px 0px 0px 15px;
	text-align: left;
	position: relative;
	float: none;
	z-index: 1;
}

.wrapper-1_expand {
	width: 911px;
	margin: 0px auto;
	padding: 0px 0px 0px 15px;
	_padding: 10px 0px 0px 15px;
	text-align: left;
	position: relative;
	float: none;
	z-index: 1;
}

.wrapper-2 {
	width: 911px;
	background-image: url(../images/bkg_dropshadow-right_exp.gif);
	background-position: top right;
	position: relative;
	float: left;
	z-index: 1;
}

.wrapper-2_expand {
	width: 911px;
	background-image: url(../images/bkg_dropshadow-right_exp.gif);
	background-position: top right;
	position: relative;
	float: left;
	z-index: 1;
}

.wrapper-2_expand_A {
	background-image: url(../images/bkg_dropshadow-right_exp.gif);
	background-position: top right;
	position: relative;
	float: none;
	z-index: 1;
}

.wrapper-2_expand_B {
	width: 911px;
	position: relative;
	float: none;
	z-index: 1;
}

.wrapper-3 {
	width: 896px;
	background-color: #57595B;
	position: relative;
	float: left;
	z-index: 1;
}

.wrapper-3_expand {
	width: 896px;
	background-color: #000000;
	position: relative;
	float: left;
	z-index: 1;
}

/* -------------------- General Info Block Upper Right Corner -------------------- */

.shopping-cart {
	margin-left:325px;
	position:absolute;
	right:60px;
	top:72px;
	width:110px;
	z-index:30000;
}

.img_my-account {
	float:left;
	height:18px;
	margin-left:2px;
	margin-top:-2px;
	padding-top:1px;
	position:relative;
	text-align:center;
	width:100%;
	z-index:1;
}

.img_shoppingbag {
	height:33px;
	left:70px;
	padding:8px 3px 0 0;
	position:absolute;
	top:-56px;
	width:33px;
	z-index:30001;
}

.items-in-bag {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	left:104px;
	line-height:1.3em;
	position:absolute;	
	top:-48px;
	width:36px;
	z-index:30001;
}

.items-in-bag_checkout {
	padding-right: 2px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	line-height: 1.8em;
	position: relative;
	float: right;
	z-index: 2000;
}

.items-in-bag_checkout a:link { color: #FFF; text-decoration: none; }
.items-in-bag_checkout a:hover { color: #F33; text-decoration: none; }

/* -------------------- End General Info Block Upper Right Corner -------------------- */

/* -------------------- Pop-ups -------------------- */

/* -------------------- Sign-in Pop-up -------------------- */

#sign-in {
	position: absolute;
	top: 25px;
	width: 255px;
/*	margin-left: -125px;*/
	left: -159px;
	visibility: hidden;
	z-index: 30000;
	float: none;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background-color: #333333;
	visibility: hidden;
	display:none;
}

.sign-in-sub {
	margin: 0px 2px;
	padding: 2px;
	background-color: #FFF;
}

.sign-in-sub a:link { color: #F00; text-decoration: underline; }
.sign-in-sub a:visited { color: #F00; text-decoration: underline; }
.sign-in-sub a:hover { color: #F00; text-decoration: none; }

.sign-in-sub table {
	color: #666;
}

.sign-in-td {
	padding-bottom: 7px;
	padding-left: 2px;
}

.sign-in-td_text {
	padding-left: 2px;
}

.sign-in-textfield {
	width: 142px;
	height: 13px;
	margin-bottom: 1px;
	padding: 2px 2px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	background-color: #CCC;
}

.sign-in-textfield_white {
	width: 141px;
	height: 13px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
}

.sign-in-button {
	width: 146px;
	margin-top: 2px;
}

.link_intro a:link { color: #F00; text-decoration: none; }
.link_intro a:visited { color: #F00; text-decoration: none; }
.link_intro a:hover { color: #F00; text-decoration: underline; }

/* -------------------- End Sign-in Pop-up -------------------- */

/* -------------------- Add-product Pop-up -------------------- */

#add-product {
	background-color:#70787C;
	color:#EEEEEE;
	float:none;
	font-weight:bold;
	left:-127px;
	padding:8px;
	position:absolute;
	text-align:left;
	top:-54px;
	visibility:hidden;
	width:260px;
	z-index:30000;
}

.product_added-img {
	width: 75px;
	background-color: #FFF;
	position: relative;
	float: left;
}

.product_added-text {
	width: 148px;
	padding-left: 12px;
	color: #666;
	position: relative;
	float: left;
}

/* -------------------- End Add-product Pop-up -------------------- */

/* -------------------- Shopping-cart Pop-up -------------------- */

#overview_shopping-cart {
	position: absolute;
	/*	top: 78px;*/
	top: 25px;
	width: 260px;
	/*	margin-left: -125px;*/
	left: -160px;
	z-index: 30000;
	float: none;
	padding: 8px;
	color: #EEE;
	font-weight: bold;
	text-align: left;
	background-color: #70787c;
}

.shopping-cart_item_wrapper {
	width: 245px;
	margin-bottom: 3px;
	position: relative;
	float: none;
}

.shopping-cart_item {
	width: 170px;
	position: relative;
	float: left;
}

.shopping-cart_price {
	width: 75px;
	text-align: right;
	position: relative;
	float: left;
}

.shopping-cart_subtotal {
	width: 245px;
	padding-top: 2px;
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #666;
	position: relative;
	float: none;
}

/* -------------------- End Shopping-cart Pop-up -------------------- */

/* -------------------- General code used by all Pop-ups -------------------- */

.sluiten {
	width: 250px;
	margin-top: 5px;
	color: #EEE;
	text-align: right;
}

.pop-up_filler {
	width: 10px;
	height: 40px;
}

.product_added {
	width: 255px;
	margin-top: 1px;
	padding: 2px;
	color: #666;
	background-color: #FFF;
	position: relative;
	float: none;
}

.text_padding-bottom {
	padding-bottom: 3px;
}

/* -------------------- End General code used by all Pop-ups -------------------- */

/* -------------------- End Pop-ups -------------------- */

/* -------------------- Main Navigation Bar -------------------- */

#topmenu {
	position: absolute;
	top: 72px;
	width: 792px;
	margin-left: -396px;
	left: 50%;
	float: none;
	z-index: 5;
}

.top_menu-item {
	padding: 0px 4px;
	position: relative;
	float: left;
}

/* -------------------- End of Main Navigation Bar -------------------- */

/* -------------------- Header -------------------- */

.header {
	width: 896px;
	height: 68px;
/*	background-image: url(../images/bkg_logo_camouflage.gif);
	background-position: center;
	background-repeat: no-repeat;*/
	position: relative;
	float: none;
	z-index: 1;
}

.logo_camouflage {
	position: relative;
	float: none;
}

/* -------------------- End Header -------------------- */

/* -------------------- Homepage Specific Divs -------------------- */

/* --- two content_home classes for random bkg test --- */
.content_home-1 {
	width: 896px;
	height: 440px;
	background-color: #000000;	
	position: relative;
	float: none;
}

.content_home_flash_intro {
	width: 894px;
	height: 440px;
	padding: 0px 1px;
	position: relative;
	float: left;
	z-index: 1;
}

#content_home_slides {
	width: 896px;
	height: 440px;
	position: absolute;
	left: 0;
	z-index: 2;
	display:none;
}

.content_home-2 {
	width: 896px;
	height: 440px;
	background-color: #000000;	
	background-image: url(../images/bkg_content_spring_2008.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	float: none;
}

.sliding_header {
	width: 269px;
	height: 8px;
	background-image: url(/App_themes/images/bkg_sliding_header.png);
	background-position: center;
	background-repeat: no-repeat;
	_background-image/**/: none;
  	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='App_themes/images/bkg_sliding_header.png', sizingMethod='scale');
	position: relative;
	float: none;
	_float: left;
}

.link_style_01 a:link { color: #000; text-decoration: none; }
.link_style_01 a:visited { color: #000; text-decoration: none; }
.link_style_01 a:hover { color: #000; text-decoration: none; }

.link_style_02 a:link { color: #666; text-decoration: none; }
.link_style_02 a:visited { color: #666; text-decoration: none; }
.link_style_02 a:hover { color: #666; text-decoration: none; }

.link_style_03 a:link { color: #999; text-decoration: none; }
.link_style_03 a:visited { color: #999; text-decoration: none; }
.link_style_03 a:hover { color: #999; text-decoration: none; }

.link_style_04 a:link { color: #FF0000; text-decoration: none; }
.link_style_04 a:visited { color: #FF0000; text-decoration: none; }
.link_style_04 a:hover { color: #FF0000; text-decoration: none; }

.sliding_background {
	background-image: url(/App_themes/images/bkg_sliding_bar.png);
	background-position: center;
	background-repeat: repeat-y;
	_background-image/**/: none;
  	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_themes/images/bkg_sliding_bar.png', sizingMethod='scale');
	position:relative;
	width:269px;
	float: none;
	_float: left;
}

#d1, #d2, #d3
{
	height: 250px;
	color: #000;
	padding: 10px 10px;
	position:relative;
	float: none;
}

.close-add {
	width: 30px;
	height: 12px;
	text-align: center;
	padding-bottom: 1px;
	margin-left: 200px;
	margin-bottom: 15px;
	font-weight: bold;
}

.close-add a:link { color: #777; text-decoration: none; }
.close-add a:visited { color: #777; text-decoration: none; }
.close-add a:hover { color: #d55eb4; text-decoration: none; }

#btn_style {
	width: 269px;
	height: 57px;
	z-index: 2;
}

#btn_enjoy {
	width: 269px;
	height: 57px;
	z-index: 2;
}

#btn_experience {
	width: 269px;
	height: 57px;
	z-index: 2;
}

/* -------------------- End Homepage Specific Divs -------------------- */

/* -------------------- Miscallenous Code Used in Multiple Pages -------------------- */

h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
	
h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	padding-bottom: 7px;
}

ul li {
	margin-left: 15px;
}

.font_color_red {
	color: #F00;
}

.font_size_9px {
	font-size: 9px;
}

.font_weight_bold {
	font-weight: bold;
}

a:link { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; text-decoration: none; }
a:hover { color: #666; text-decoration: none; }

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
}

.textfield_credits {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
}

.textfield_remarks {
	width: 411px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;

}

.radio-button {
	margin: 2px 1px 1px 1px;
}

.btn_style-2 {
	padding-bottom: 1px;
	color: #DDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #5f6062;
	border: 1px solid #DDD;
}

.content-brand-id-sub {
	padding: 50px 0px 0px 45px;
}

.title {
	font-size: 12px;
	font-weight: bold;
}

.header_title {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e3e3e3;
}

.select {
	width: 98px;
	margin: 2px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #EFEFEF;
}

.btn_selection {
	width: 100px;
	margin-top: 2px;
}

.shop_product {
	width: 100px;
	height: 115px;
	text-align: center;
	border: 1px solid #999;
	position: relative;
	float: none;
	overflow: hidden;
	background-color:#FFFFFF;
}

.shop_product_special_offer {
	width: 96px;
	height: 15px;
	padding-top: 100px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
/*	background-color: #F00;*/
	background-image: url(../images/bkg_special_offer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}

.shop_item_separator-2 {
	width: 20px;
	height: 60px;
	position: relative;
	float: left;
}

.shop_bar_item-2 {
	height: 80px;
	text-align: center;
	position: relative;
	float: left;
}

.clear {
	clear: both;
}

.btn {
	margin-left: 1px;
	margin-top: 2px;
}

.btn2 {
	margin-right: 1px;
	margin-top: 2px;
}

.content-shopping-bag_tabs {
	width: 820px;
	height: 26px;
	padding-left: 10px;
	position: relative;
	float: none;
}

.content-shopping-bag_tab1 {	
	width: 500px;
	height: 26px;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/bkg_order-process_tab1.gif);
	background-repeat: no-repeat;
	position: relative;
	float: right;
}

.content-shopping-bag_tab1-text {
	width: 100px;
	padding-top: 9px;
	padding-left: 57px;
	text-align: center;
	position: relative;
	float: left;
}

.content-shopping-bag_tab2 {
	width: 500px;
	height: 26px;
	font-weight: bold;
	background-image: url(../images/bkg_order-process_tab2.gif);
	background-repeat: no-repeat;
	position: relative;
	float: right;
}

.content-shopping-bag_tab2-text {
	width: 92px;
	_width: 84px;
	padding-top: 9px;
	margin-left: 13px;
	_margin-left: 18px;
	text-align: center;
	position: relative;
	float: left;
}

.content-shopping-bag_tab3 {
	width: 500px;
	height: 26px;
	font-weight: bold;
	background-image: url(../images/bkg_order-process_tab3.gif);
	background-repeat: no-repeat;
	position: relative;
	float: right;
}

.content-shopping-bag_tab3-text {
	width: 100px;
	_width: 94px;
	padding-top: 9px;
	margin-left: 3px;
	_margin-left: 8px;
	text-align: center;
	position: relative;
	float: left;
}

.content-shopping-bag_tab4 {
	width: 500px;
	height: 26px;
	font-weight: bold;
	background-image: url(../images/bkg_order-process_tab4.gif);
	background-repeat: no-repeat;
	position: relative;
	float: right;
}

.content-shopping-bag_tab4-text {
	width: 115px;
	_width: 110px;
	padding-top: 9px;
	margin-left: 3px;
	_margin-left: 8px;
	text-align: center;
	position: relative;
	float: left;
}

.content-shopping-bag_tabs a:link { color: #666; text-decoration: none; }
.content-shopping-bag_tabs a:visited { color: #666; text-decoration: none; }
.content-shopping-bag_tabs a:hover { color: #AAA; text-decoration: none; }

.content-empty {
	width: 894px;
/*	height: 440px;*/
	background-color: #000;
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	position: relative;
	float: left;
}

.explanation {
	font-weight: bold;
	color: #FF0000;
}

.style1 {
	color: #F00;
}

.content-sale-item a:link { color: #F00; text-decoration: none;}
.content-sale-item a:visited { color: #F00; text-decoration: none;}
.content-sale-item a:hover { color: #FFF; text-decoration: none;}

.shop_category {
	width: 100px;
	padding-right: 15px;
	padding-left: 10px;
	position: relative;
	float: left;
}

.category_image {
	width: 100px;
	height: 115px;
	text-align: center;
	border: 1px solid #999;
	background-color:#FFFFFF;
	position: relative;
	float: none;
	overflow: hidden;
}

.category_name {
	width: 100px;
	height: 15px;
	font-weight: bold;
	color: #333;
	position: relative;
	float: left;
}

.category_name a:link { color: #FFF; text-decoration: none; }
.category_name a:visited { color: #FFF; text-decoration: none; }
.category_name a:hover { color: #F00; text-decoration: none; }

/* -------------------- End Miscallenous Code Used in Multiple Pages -------------------- */

/* -------------------- Footer -------------------- */

.footer {
	width: 896px;
	height: 63px;
	position: relative;
	float: left;
	padding-top: 5px;
}

.bottom-menu {
	width: 896px;
	height: 15px;
	position: relative;	
	float: left;
}

.bottom_menu-item {
	padding: 4px 2px 0px 8px;
	position: relative;
	float: left;
}

.disclaimer {
	padding: 4px 10px 0px 0px;
	position: relative;
	float: right;
}

.beeldmerk {
	width: 896px;
	height: 48px;
	background-image: url(../images/bkg_beeldmerk_camouflage.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	float: left;
}

/* -------------------- End of Footer -------------------- */

.dropshadow-right {
	width: 15px;
	height: 579px;
	background-image: url(../images/bkg_dropshadow-right_exp.gif);
	background-repeat: no-repeat;
	position: relative;
	float: right;
}

.dropshadow-right_expand {
	width: 15px;
	height: 579px;
	background-image: url(../images/bkg_dropshadow-right_exp.gif);
	background-repeat: no-repeat;
	position: relative;
	float: none;
}

.dropshadow-bottom {
	width: 911px;
	height: 15px;
	background-image: url(../images/bkg_dropshadow-bottom.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.bold {
	font-weight: bold;
}

.font_color_red {
	color: #F00;
}

.create_new_account a:link { color: #F00; text-decoration: underline; }
.create_new_account a:visited { color: #F00; text-decoration: underline; }
.create_new_account a:hover { color: #F00; text-decoration: none; }

.mouseover_new_account a:link { color: #666; text-decoration: underline; }
.mouseover_new_account a:visited { color: #666; text-decoration: underline; }
.mouseover_new_account a:hover { color: #666; text-decoration: none; }

.content-contact-sub_middle a:link { color: #666; text-decoration: underline; }
.content-contact-sub_middle a:visited { color: #666; text-decoration: underline; }
.content-contact-sub_middle a:hover { color: #666; text-decoration: none; }

/*Flash elementen Vacansies, Pers en Stores*/
#dVacancies
{	
	background-color:#000000;
	position:absolute;
	width:894px;
	height:440px;	
	top:0px;
}
#dPers
{	
	background-color:#000000;
	position:absolute;
	width:894px;
	height:440px;	
	top:0px;
	left:0px;
}
#dStores
{	
	background-color:#000000;
	position:absolute;
	width:894px;
	height:440px;	
	top:0px;
}
#dShirts
{	
	background-color:#000000;
	position:absolute;
	width:894px;
	height:440px;	
	top:0px;
}
#dKnitwear
{	
	background-color:#000000;
	position:absolute;
	width:894px;
	height:440px;	
	top:0px;
}
#dAccessoires
{	
	background-color:#000000;
	position:absolute;
	width:894px;
	height:440px;	
	top:0px;
}
#dEvents
{	
	background-color:#000000;
	position:absolute;
	width:894px;
	height:440px;	
	top:0px;
}
#dSwitch
{	
	background-color:#000000;
	position:absolute;
	width:894px;
	height:440px;	
	top:0px;
}
@media screen
{
.print_logo
{
	display:none;
}
.logo_camouflage{
	display:block;
}
}

@media print
{
.print_logo
{
	display:block;
}
.logo_camouflage{
	display:none;
}
*, .content-checkout, .content-shopping-bag{
	background-color:#FFFFFF;
	background-image:none;
}
}
.content-brand-id_accessories {
	width: 819px;
	height: 415px;
	padding: 25px 0px 0px 75px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;	
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	position: relative;
	float: left;
}

.content_accessories-left {
	width: 665px;
	height: 440px;
	position: relative;
	float: left;
}

.content_accessories-sale {
	width: 205px;
	height: 422px;
	padding: 10px 10px 5px 10px;
	position: relative;
	float: left;
}

.content_accessories-sale-filler {
	width: 190px;
	height: 360px;
	position: relative;
	float: none;
}

.content_accessories-sale-item {
	width: 205px;
	text-align: center;
	color: #F00;
	font-weight: bold;
	padding: 2px 0px;
	position: relative;
	float: none;
}

.title_accessories {
	padding: 1px;
	font-size: 24px;
	color: #F00;
}

.padding_left_links {
	padding-left: 5px;
}

.content_accessories-sale-item a:link { color: #F00; text-decoration: none;}
.content_accessories-sale-item a:visited { color: #F00; text-decoration: none;}
.content_accessories-sale-item a:hover { color: #FFF; text-decoration: none;}

.content-brand-id_accessories a:link { color: #666; text-decoration: none;}
.content-brand-id_accessories a:visited { color: #666; text-decoration: none;}
.content-brand-id_accessories a:hover { color: #999; text-decoration: none;}

.content-contact {
	width: 896px;
	height: 440px;
	background-color: #000000;
	color:#FFFFFF;	
	background-image: url(../images/bkg_content_04.jpg);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	float: none;
}

.content-contact-sub {
	padding: 40px 0px 0px 25px;
}

.content-contact-sub_top {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-contact-sub_middle {
	width: 520px;
	height: 325px;
	padding: 25px 55px 10px 40px;
	position: relative;
	float: none;
}

.content-contact-sub_bottom {
	width: 615px;
	height: 13px;
	text-align: left;
	position: relative;
	float: left;
}

.content-contact-sub_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-contact-sub_bottom-2 {
	width: 589px;
	position: relative;
	float: left;
}

.content-contact-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.wrapper_table {
	padding-top: 7px;
	background-color: #333333;
	position: relative;
	float: left;
}

.btn_content-contact {
	width: 100px;
	margin-top: 2px;
}

.textfield_contact {
	width: 161px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
}

.content-text
{
	width: 894px;	
	background-color: #000000;	
	color:#FFFFFF;
	border-left: 1px solid #5f6062;
	border-right: 1px solid #5f6062;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;	
	float: left;
}
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6, .content-text p, .content-text ul
{
		margin-left:40px;
		margin-right:40px;
}
.firstH1
{
	padding-top:45px;
}
.lastP
{
	padding-bottom:60px;
}
.content-stores .lastP
{
	padding-bottom:7px;
}
.content-text a:link { color: #FF0000 !important; text-decoration: underline; }
.content-text a:visited { color: #FF0000  !important; text-decoration: underline; }
.content-text a:active { color: #FF0000  !important; text-decoration: underline; }
.content-text a:hover { color: #FFFFFF  !important; text-decoration: none; }

.content-delivery {
	padding: 35px 5px 0px 15px;
	position: relative;
	float: left;
}

.content-delivery_top {
	width: 850px;
	height: 13px;
	position: relative;
	float: none;
}

.content-delivery_middle {
	width: 765px;
	padding: 10px 10px 10px 75px;
	position: relative;
	float: none;
}

.content_delivery_item {
	width: 690px;
	height: 20px;
	margin-bottom: 4px;
	padding: 0px 5px;
	background-color: #333;
	position: relative;
	clear: both;
}

.wrapper_delivery_added_costs {
	margin-top: 10px;
	position: relative;
	float: none;
}

.content_delivery_added_costs {
	width: 235px;
	height: 18px;
	margin-bottom: 2px;
	padding-left: 465px;
	text-align: right;
	position: relative;
	clear: both;
}

.content_delivery_subtotal {
	width: 100px;
	height: 20px;
	padding: 0px 5px;
	text-align: right;
	position: relative;
	float: left;
}

.label_delivery_subtotal {
	width: 100px;
	padding: 0px 5px;
	font-weight: bold;
	position: relative;
	float: left;
}

.content_delivery_added_tax {
	width: 100px;
	height: 20px;
	padding: 0px 5px;
	text-align: right;
	position: relative;
	float: left;
}

.label_delivery_added_tax {
	width: 100px;
	padding: 0px 5px;
	font-weight: bold;
	position: relative;
	float: left;
}

.content_delivery_added_shipping {
	width: 100px;
	height: 20px;
	padding: 0px 5px;
	text-align: right;
	position: relative;
	float: left;
}

.label_delivery_added_shipping {
	width: 100px;
	padding: 0px 5px;
	font-weight: bold;
	position: relative;
	float: left;
}

.content_delivery_total {
	width: 100px;
	height: 20px;
	padding: 0px 5px;
	text-align: right;
	font-weight: bold;
	position: relative;
	float: left;
}

.label_delivery_total {
	width: 100px;
	padding: 0px 5px;
	font-weight: bold;
	position: relative;
	float: left;
}

.wrapper_delivery_address {
/*	width: 600px;*/
	position: relative;
	clear: both;
}
/*
.wrapper_delivery_address {
	width: 350px;
	position: relative;
	clear: both;
}
*/
.wrapper_delivery_current_address {
	position: relative;
	float: left;
}

.wrapper_delivery_new_address {
	position: relative;
	float: left;
}

.delivery_message {
	width: 350px;
	padding-top: 7px;
	position: relative;
	clear: both;
}

.content-delivery_bottom {
	width: 850px;
	height: 13px;
	position: relative;
	float: none;
}

.content-delivery_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-delivery_bottom-2 {
	width: 824px;
	position: relative;
	float: left;
}

.content-delivery_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.dropdown_country {
	width: 138px;
}

.dropdown_country_2 {
	width: 146px;
}

.wrapper_login_at_checkout {
	position: relative;
	float: left;
}

.login_at_checkout {
	width: 270px;
	position: relative;
	float: left;
}

.vertical_spacer_after_login {
	width: 600px;
	height: 30px;
	position: relative;
	clear: both;
}

.dropdown_delivery {
	width: 138px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
}

.textfield_delivery_address {
	width: 141px;
	height: 13px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
}

.content_delivery_align_overview_costs {
	margin-top:15px;
	padding-left: 100px;
	position: relative;
	float: none;
}
.content-delivery_middle .content_delivery_align_overview_costs{
	padding-left:5px;
}
.content-payment_middle .content_delivery_align_overview_costs{
	padding-left:5px;
}
.content_delivery_item .label_quantity{
	width:54px;
}
.content_delivery_item .label_price{
	width:66px;
}
.content_delivery_item .label_amount{
	padding-right:8px;
}

.wrapper_delivery_address a:link { color: #F00; text-decoration: none; }
.wrapper_delivery_address a:visited { color: #F00; text-decoration: none; }
.wrapper_delivery_address a:hover { color: #F00; text-decoration: none; }

.required_fields {
	width: 400px;
	margin-top: 10px;
	padding-left: 86px;
	position: relative;
	float: none;
}

#help_alterations {
	width: 400px;
	margin-top: 10px;
	padding-left: 86px;
	position: relative;
	float: none;
}

#help_alterations a:link { color: #F00; text-decoration: none; }
#help_alterations a:visited { color: #F00; text-decoration: none; }
#help_alterations a:hover { color: #F00; text-decoration: underline; }

.content-disclaimer_wrapper {
	width: 894px;
	background-color: #000000;
	color:#FFFFFF;
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	position: relative;
	float: left;
}

.content-disclaimer {
	width: 810px;
	padding-top: 40px;
	padding-left: 20px;
	position: relative;
	float: left;
}

.content-disclaimer_top {
	width: 850px;
	height: 13px;
	position: relative;
	float: none;
}

.content-disclaimer_middle {
	width: 780px;
	height: 390px;
	padding: 5px 40px 25px 30px;
	position: relative;
	float: none;
}

.content-disclaimer_middle a:link { color: #F00; text-decoration: none; }
.content-disclaimer_middle a:visited { color: #F00; text-decoration: none; }
.content-disclaimer_middle a:hover { color: #F00; text-decoration: underline; }

.content-disclaimer_bottom {
	width: 850px;
	height: 13px;
	position: relative;
	float: none;
}

.content-disclaimer_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-disclaimer_bottom-2 {
	width: 824px;
	position: relative;
	float: left;
}

.content-disclaimer_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}


.content-help_wrapper {
	width: 894px;
	background-color: #000000;
	color:#FFFFFF;
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	position: relative;
	float: left;
}

.content-help {
	width: 896px;	
	position: relative;
	float: none;
}

.content-help-sub {
	padding: 40px 0px 0px 25px;
}

.content-help-sub_top {
	width: 825px;
	height: 13px;
	position: relative;
	float: none;
}

.content-help-sub_middle {
	width: 730px;
	padding: 25px 55px 10px 40px;
	position: relative;
	float: none;
}

.content-help-sub_bottom {
	width: 825px;
	height: 13px;
	position: relative;
	float: none;
}

.content-help-sub_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-help-sub_bottom-2 {
	width: 799px;
	position: relative;
	float: left;
}

.content-help-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.content-help-sub_middle a:link { color: #F00; text-decoration: none; }
.content-help-sub_middle a:visited { color: #F00; text-decoration: none; }
.content-help-sub_middle a:hover { color: #F00; text-decoration: underline; }

.content-product_item {
	width: 894px;
	background-color: #000000;
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	position: relative;
	float: left;
}

.content-item-sub {
	margin-top: 35px;
	padding: 0px 5px 0px 14px;
	position: relative;
	float: left;
}

.content-item-sub_top {
	width: 215px;
	height: 13px;
	position: relative;
	float: none;
}

.content-item-sub_middle {
	width: 210px;
	height: 450px;
	padding: 5px 5px 10px 0px;
	position: relative;
	float: left;
}

.content-item-sub_bottom {
	width: 215px;
	height: 13px;
	position: relative;
	float: left;
}

.content-item-sub_bottom-1 {
	width: 13px;
	height: 13px;
	position: relative;
	float: left;
}

.content-item-sub_bottom-2 {
	width: 189px;
	height: 13px;
	float: left;
}

.content-item-sub_bottom-3 {
	width: 13px;
	height: 13px;
	position: relative;
	float: left;
}

.item-selection {
	width: 195px;
	height: 235px;
	position: relative;
	float: left;
}

.item-selection a:link { color: #F00; text-decoration: none;}
.item-selection a:visited { color: #F00; text-decoration: none;}
.item-selection a:hover { color: #F00; text-decoration: none;}

.item-explanation {
	width: 195px;
	height: 100px;
	position: relative;
	float: left;
}

#item-explanation_size {
	width: 195px;
	height: 100px;
	position: relative;
	float: none;
}

#item-explanation_sleevelength {
	width: 195px;
	height: 100px;
	position: relative;
	float: none;
}

#item-explanation_cuff {
	width: 195px;
	height: 100px;
	position: relative;
	float: none;
}

.item_large_img {
	position: relative;
	float: none;
}

.item_large_img_bkg {
	width: 335px;
/*	height: 280px;*/
	position: relative;
	float: none;
}

.item_large_img_bkg-top {
	width: 333px;
/*	height: 260px;*/
	position: relative;
	float: none;
}

.item_large_img_bkg-topleft {
	width: 318px;
	height: 365px;
	position: relative;
	float: left;
	overflow:hidden;
	border:1px solid #999999;
}

.item_large_img_bkg-topright {
	width: 13px;
	height: 367px;
	position: relative;
	float: left;
}

.item_large_img_bkg-topright-top {
	width: 13px;
	height: 13px;
	position: relative;
	float: none;
}

.item_large_img_bkg-topright-bottom {
	width: 13px;
	height: 354px;
	float: none;
}

.item_large_img_bkg-bottom {
	width: 333px;
	height: 13px;
	position: relative;
	float: none;
}

.item_large_img_bkg_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.item_large_img_bkg_bottom-2 {
	width: 307px;
	position: relative;
	float: left;
}

.item_large_img_bkg_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.product_item_order {
	width: 260px;
	height: 75px;
	position: relative;
	float: none;
}

.content-product-middle {
	width: 330px;
	padding: 40px 5px 10px 5px;
	color: #666;
	position: relative;
	float: left;
}

.content-product-right {
	width: 285px;
	padding: 40px 0px 5px 0px;
	position: relative;
	float: left;
}

.product_item {
	position: relative;
	float: left;
}

.product_item_description {
	width: 260px;
	height: 200px;
	position: relative;
	float: none;
}

.item_description {
	width: 260px;
	padding-top: 20px;
	position: relative;
	float: left;
}

.complete-look {
	width: 280px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 9px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	position: relative;
	float: left;
}

.view-larger {
	width: 200px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	position: relative;
	float: right;
}

.view-larger a:link { color: #666; text-decoration: none;}
.view-larger a:visited { color: #666; text-decoration: none;}
.view-larger a:hover { color: #F00; text-decoration: none;}

.img_complete-look {
	width: 85px;
	height: 70px;
	border: 1px solid #999;
	position: relative;
	float: none;
}

.img_complete-look_separator {
	width: 10px;
	height: 60px;
	position: relative;
	float: left;
}

.btn_add-to-my-bag {
	width: 100px;
	margin-top: 2px;
}

.title_selection {
	font-weight: bold;
	font-size: 10px;
}

.tell-a-friend {
	width: 280px;
	height: 25px;
	text-align: right;
	font-weight: bold;
	position: relative;
	float: none;
}

.tell-a-friend a:link { color: #F00; text-decoration: none; }
.tell-a-friend a:visited { color: #F00; text-decoration: none; }
.tell-a-friend a:hover { color: #F00; text-decoration: underline; }

.wrapper_tell_a_friend 
{
	background-color:#000000;
	position: relative;
	float: left;
}

.info_tell_a_friend {
	width: 240px;
	padding: 10px;
	text-align: left;
	position: relative;
	float: left;
}

.product_tell_a_friend {
	width: 320px;
	height: 260px;
	padding: 10px;
	position: relative;
	float: left;
}

.product_item_special_offer {
	font-size: 13px;
	font-weight: bold;
	color: #F00;
}

.content-brand-id_knitwear {
	width: 784px;
	height: 415px;
	padding: 25px 0px 0px 110px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	background-color: #FFF;	
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	position: relative;
	float: none;
}

.content_knitwear-left {
	width: 665px;
	height: 440px;
	position: relative;
	float: left;
}

.content_knitwear-sale {
	width: 205px;
	height: 422px;
	padding: 10px 10px 5px 10px;
	position: relative;
	float: left;
}

.content_knitwear-sale-filler {
	width: 190px;
	height: 360px;
	position: relative;
	float: none;
}

.content_knitwear-sale-item {
	width: 205px;
	text-align: center;
	color: #F00;
	font-weight: bold;
	padding: 2px 0px;
	position: relative;
	float: none;
}

.title_knitwear {
	padding: 0px;
}

.content-brand-id_knitwear a:link { color: #666; text-decoration: none;}
.content-brand-id_knitwear a:visited { color: #666; text-decoration: none;}
.content-brand-id_knitwear a:hover { color: #999; text-decoration: none;}

.content-newsletter {
	width: 896px;
	height: 440px;
	background-color: #000000;	
	background-image: url(../images/bkg_content_newsletter.jpg);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	float: none;
}

.content-newsletter-sub {
	padding: 40px 0px 0px 25px;
	position: relative;
	float: none;
	text-align: left;
}

.content-newsletter-sub_top {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-newsletter-sub_middle {
	width: 520px;
	height: 325px;
	padding: 25px 55px 10px 40px;
	position: relative;
	float: none;
}

.content-newsletter-sub_bottom {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
	text-align: left;
}

.content-newsletter-sub_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-newsletter-sub_bottom-2 {
	width: 589px;
	position: relative;
	float: left;
}

.content-newsletter-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.content-payment {
	padding: 35px 5px 0px 15px;
	position: relative;
	float: left;
	background-color:#000000;
	color:#FFFFFF;
}

.content-payment_top {
	width: 850px;
	height: 13px;
	position: relative;
	float: none;
}

.content-payment_middle {
	width: 725px;
	padding: 10px 50px 10px 75px;
	position: relative;
	float: none;
}

.wrapper_payment_method {
	position: relative;
	clear: both;
}

.content-payment_bottom {
	width: 850px;
	height: 13px;
	position: relative;
	float: none;
}

.content-payment_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-payment_bottom-2 {
	width: 824px;
	position: relative;
	float: left;
}

.content-payment_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.textfield_ccn {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
}

.textfield_exp-date_month {
	width: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
}

.textfield_exp-date_year {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
}

.item-explanation_payment {
	width: 500px;
	position: relative;
	float: left;
}

.wrapper_payment_method a:link { color:#F00; text-decoration: none; }
.wrapper_payment_method a:visited { color:#F00; text-decoration: none; }
.wrapper_payment_method a:hover { color:#FFFFFF; text-decoration: none; }

.header-popup {
	width: 600px;
	height: 20px;
	padding-left: 4px;
	background-color: #56585a;
	background-image: url(../images/bkg_logo_camouflage_popup.jpg);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.close-popup {
	text-align: right;
	width: 480px;
	height: 20px;
	padding: 4px 10px 0px 0px;
	_padding: 4px 10px 0px 0px;
	color: #FFF;
	font-weight: bold;
}

.header-popup-view-larger {
	width: 500px;
	height: 20px;
	padding-left: 4px;
	background-color: #56585a;
	background-image: url(../images/bkg_logo_camouflage_popup.jpg);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.close-popup-view-larger {
	text-align: right;
	width: 490px;
	height: 20px;
	padding: 4px 10px 0px 0px;
	_padding: 4px 10px 0px 0px;
	color: #FFF;
	font-weight: bold;
}

.header-popup-tell-a-friend {
	width: 600px;
	height: 20px;
	padding-left: 4px;
	background-color: #56585a;
	background-image: url(../images/bkg_logo_camouflage_popup.jpg);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.close-popup-tell-a-friend {
	text-align: right;
	width: 590px;
	height: 20px;
	padding: 4px 10px 0px 0px;
	_padding: 4px 10px 0px 0px;
	color: #FFF;
	font-weight: bold;
}

.close-popup a:link { color: #FFF; text-decoration: none;}
.close-popup a:hover { color: #F00; text-decoration: none;}

.close-popup-view-larger a:link { color: #FFF; text-decoration: none;}
.close-popup-view-larger a:hover { color: #F00; text-decoration: none;}

.close-popup-tell-a-friend a:link { color: #FFF; text-decoration: none;}
.close-popup-tell-a-friend a:hover { color: #F00; text-decoration: none;}

.close-up_item {
	width: 500px;
	height: 468px;
	text-align: center;
	padding-top: 10px;
	position: relative;
	float: left;
	background-color:#000000;
}

.close-up_text {
	width: 490px;
	height: 115px;
	text-align: left;
	padding: 10px 5px;
	position: relative;
	float: left;
}

.bkg_detail {
	width: 500px;
	height: 121px;
	background-color: #000000;
	padding-top: 3px;
	position: relative;
	float: left;
}

.close-up_detail {
	width: 500px;
	height: 121px;
	text-align: left;
	position: relative;
	float: left;
}

.pop_up_textfield {
	width: 170px;
	margin: 2px 1px 1px;
	padding: 1px 1px 1px 3px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
}

.pop_up_textarea {

}

.content-press {
	width: 896px;
	height: 440px;
	background-color: #000000;
	color:#FFFFFF;	
	position: relative;
	float: none;
}

.content-press-sub {
	padding: 40px 0px 0px 25px;
}

.content-press-sub_top {
	width: 615px;
	height: 13px;
		position: relative;
	float: none;
}

.content-press-sub_middle {
	width: 520px;
	height: 325px;
	padding: 25px 55px 10px 40px;
	position: relative;
	float: none;
}

.content-press-sub_bottom {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-press-sub_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-press-sub_bottom-2 {
	width: 589px;
	position: relative;
	float: left;
}

.content-press-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

/*
.content-projects {
	width: 896px;
	height: 440px;
	background-color: #5f6062;	
	background-image: url(../images/bkg_content_04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	float: none;
}
*/

.content-projects {
	width: 844px;
	padding: 40px 25px;
	background-color: #000000;	
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	position: relative;
	float: left;
}

.content-projects-sub {
	padding: 40px 0px 0px 25px;
	position: relative;
	float: left;
}

.content-projects-right {
	width: 200px;
	height: 435px;
	padding: 5px 0px 0px 16px;
	position: relative;
	float: left;
}

.content-projects-sub_top {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-projects-sub_middle {
	width: 595px;
	height: 345px;
	padding: 5px 10px 10px 10px;
	position: relative;
	float: none;
}

.content-projects-sub_bottom {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-projects-sub_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-projects-sub_bottom-2 {
	width: 589px;
	position: relative;
	float: left;
}

.content-projects-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.projects-wrapper_header {
	width: 520px;
	padding: 4px 10px;
	background-color: #999;
	position: relative;
	float: left;
	clear: both;
}

.projects-wrapper p {
	color: #FFF;
	font-weight: bold;
}

.projects-wrapper {
	width: 520px;
	height: 65px;
	margin: 10px;
	padding: 8px 10px;
	background-color: #DDD;
	position: relative;
	float: left;
	clear: both;
}

.projects-wrapper-on {
	width: 520px;
	height: 65px;
	margin: 10px;
	padding: 8px 10px;
	background-color: #EEE;
	position: relative;
	float: left;
	clear: both;
}

.content-projects a:link { color: #F00; text-decoration: none; }
.content-projects a:visited { color: #F00; text-decoration: none; }
.content-projects a:hover { color: #F00; text-decoration: underline; }

.content-register {
	width: 894px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
/*	height: 440px;*/
	background-color: #000000;	
	color:#FFFFFF;
	position: relative;
	float: none;
}

.register {
	width: 300px;
	margin-left: 80px;
	padding: 4px;
	background-color: #f8f8f8;
}

.content-register-sub {
	padding: 40px 0px 0px 25px;
}

.content-register-sub_top {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-register-sub_middle {
	width: 520px;
/*	height: 325px;*/
	padding: 25px 55px 10px 40px;
	position: relative;
	float: none;
}

.content-register-sub_bottom {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-register-sub_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-register-sub_bottom-2 {
	width: 589px;
	position: relative;
	float: left;
}

.content-register-sub_bottom-3 {
	width: 13px;
position: relative;
	float: left;
}

.btn_register {
	width: 70px;
	margin-top: 2px;
}



.content-brand-id_sevenfold-ties {
	width: 819px;
	height: 415px;
	padding: 25px 0px 0px 75px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;	
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	position: relative;
	float: left;
}

.content_sevenfold-ties-sale {
	width: 205px;
	height: 422px;
	padding: 10px 10px 5px 10px;
	position: relative;
	float: left;
}

.content_sevenfold-ties-sale-filler {
	width: 190px;
	height: 360px;
	position: relative;
	float: none;
}

.content_sevenfold-ties-sale-item {
	width: 205px;
	text-align: center;
	color: #F00;
	font-weight: bold;
	padding: 2px 0px;
	position: relative;
	float: none;
}

.title_sevenfold_ties {
	padding: 1px;
	font-size: 24px;
	color: #F00;
}

.padding_right_links {
	padding-right: 5px;
}

.content-brand-id_sevenfold-ties a:link { color: #666; text-decoration: none;}
.content-brand-id_sevenfold-ties a:visited { color: #666; text-decoration: none;}
.content-brand-id_sevenfold-ties a:hover { color: #999; text-decoration: none;}


.content-shop {
	width: 894px;
/*	height: 500px;*/
/*	background-color: #5f6062;*/
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	background-color: #000000;	
	position: relative;
	float: left;
}

.content-shop-sub {
	margin-top: 25px;
	padding: 0px 5px 0px 15px;
	position: relative;
	float: left;
}

.content-shop-sub_top {
	width: 215px;
	height: 13px;	
	position: relative;
	float: none;
}

.content-shop-sub_middle {
	width: 205px;
	height: 392px;
	padding: 5px 10px 0px 0px;
	position: relative;
	float: none;
}

.content-shop-sub_bottom {
	width: 215px;
	height: 13px;
	position: relative;
	float: none;
}

.content-shop-sub_bottom-1 {
	width: 13px;	
	position: relative;
	float: left;
}

.content-shop-sub_bottom-2 {
	width: 189px;
	float: left;
}

.content-shop-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.content-shop-sub_2 {
	margin-top: 25px;
	padding: 0px 5px 0px 15px;
	position: relative;
	float: left;
}

.content-shop-sub_2_top {
	width: 215px;
	height: 13px;
	position: relative;
	float: none;
}

.content-shop-sub_2_middle {
	width: 205px;
	height: 392px;
	padding: 5px 10px 0px 0px;
	position: relative;
	float: none;
}

.content-shop-sub_2_bottom {
	width: 215px;
	height: 13px;
	position: relative;
	float: none;
}

.content-shop-sub_2_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-shop-sub_2_bottom-2 {
	width: 189px;
	position: relative;
	float: left;
}

.content-shop-sub_2_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.shop-selection a:link { color: #F00; text-decoration: none;}
.shop-selection a:visited { color: #F00; text-decoration: none;}
.shop-selection a:hover { color: #F00; text-decoration: none;}

.shop-selection {
	width: 195px;
	height: 210px;
	position: relative;
	float: left;
}

.shop-explanation {
	width: 195px;
/*	height: 100px;*/
	position: relative;
	float: left;
}

#shop-explanation_size {
	width: 195px;
/*	height: 100px;*/
	position: relative;
	float: none;
}

#shop-explanation_sleevelength {
	width: 195px;
/*	height: 100px;*/
	position: relative;
	float: none;
}

#shop-explanation_cuff {
	width: 195px;
/*	height: 100px;*/
	position: relative;
	float: none;
}

.shop-explanation a:link { color: #FFFFFF; text-decoration: underline; }
.shop-explanation a:visited { color: #FFFFFF; text-decoration: underline; }
.shop-explanation a:hover { color: #FFFFFF; text-decoration: none; }

.content-shop-items {
	width: 390px;
	height: 370px;
	padding: 40px 0px 10px 15px;
	color: #FFFFFF;
	position: relative;
	float: left;
}

.shop_bar {
	width: 390px;
	height: 120px;
	position: relative;
	float: none;
	clear: both;
}

.shop_bar_item {
	width: 390px;
	height: 100px;
	text-align: center;
	position: relative;
	float: left;
}

.shop_item {
	width: 90px;
	padding-right: 15px;
	padding-left: 10px;
	position: relative;
	float: left;
}

.shop_item_title {
	width: 95px;
	padding-right: 1px;
	text-align: left;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	float: right;
}

.shop_item_title a:link { color: #FFFFFF; text-decoration: none; }
.shop_item_title a:visited { color: #FFFFFF; text-decoration: none; }
.shop_item_title a:hover { color: #F00; text-decoration: none; }

.shop_prijs {
	width: 50px;
	height: 15px;
	position: relative;
	float: left;
}

.shop_prijs_line-through {
	width: 55px;
	height: 15px;
	text-decoration: line-through;
	position: relative;
	float: left;
}

.shop_btn_bestel {
	width: 38px;
	height: 14px;
	padding-right: 1px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	float: right;
}

.shop_btn_bestel a:link { color: #F00; text-decoration: none;}
.shop_btn_bestel a:visited { color: #F00; text-decoration: none;}
.shop_btn_bestel a:hover { color: #A00; text-decoration: none;}

.shop_item_separator {
	width: 13px;
	height: 60px;
	position: relative;
	float: left;
}

.shop_item_separator-2 {
	width: 30px;
	height: 60px;
	position: relative;
	float: left;
}

.shop_pages {
	width: 385px;
	height: 15px;
	text-align: right;
	position: relative;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
}

.shop_pages a:link { color: #FFFFFF; text-decoration: none; }
.shop_pages a:visited { color: #FFFFFF; text-decoration: none; }
.shop_pages a:hover { color: #FF0000; text-decoration: underline; }
.shop_pages a:active { color: #FFFFFF; text-decoration: none; }

.currently_selected_link {
	color: #F00;
}

.content-sale {
	width: 205px;
	height: 422px;
	padding: 10px 10px 5px 10px;
	position: relative;
	float: left;
}

.content-sale-filler {
	width: 190px;
	height: 360px;
	position: relative;
	float: none;
}

.content-sale-item {
	width: 165px;
	text-align: center;
	color: #F00;
	font-weight: bold;
	padding: 2px 0px 0px 40px;
	position: relative;
	float: none;
}

.title_selection {
	font-weight: bold;
	font-size: 10px;
}
.content-shop_knitwear {
	width: 896px;
	height: 440px;
	background-color: #000000;	
	color:#FFFFFF;
	position: relative;
	float: left;
}

.content-shop_knitwear-sub {
	padding: 40px 0px 0px 25px;
	position: relative;
	float: left;
}

.content-shop_knitwear-right {
	width: 200px;
	height: 435px;
	padding: 5px 0px 0px 16px;
	position: relative;
	float: left;
}

.content-shop_knitwear-sub_top {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-shop_knitwear-sub_middle {
	width: 595px;
	height: 345px;
	padding: 5px 10px 10px 10px;
	position: relative;
	float: none;
}

.content-shop_knitwear-sub_bottom {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-shop_knitwear-sub_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-shop_knitwear-sub_bottom-2 {
	width: 589px;
	position: relative;
	float: left;
}

.content-shop_knitwear-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.shop_knitwear-wrapper_header {
	width: 520px;
	padding: 4px 10px;
	background-color: #999;
	position: relative;
	float: left;
	clear: both;
}

.shop_knitwear-wrapper p {
	color: #FFF;
	font-weight: bold;
}

.shop_knitwear-wrapper {
	width: 520px;
	height: 65px;
	margin: 10px;
	padding: 8px 10px;
	background-color: #DDD;
	position: relative;
	float: left;
	clear: both;
}

.shop_knitwear-wrapper-on {
	width: 520px;
	height: 65px;
	margin: 10px;
	padding: 8px 10px;
	background-color: #EEE;
	position: relative;
	float: left;
	clear: both;
}

.content-shop {
	width: 894px;
/*	height: 500px;*/
/*	background-color: #5f6062;*/
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	background-color: #000000;	
	position: relative;
	float: left;
}

.content-shop-sub {
	margin-top: 25px;
	padding: 0px 5px 0px 15px;
	position: relative;
	float: left;
}

.content-shop-sub_top {
	width: 215px;
	height: 13px;	
	position: relative;
	float: none;
}

.content-shop-sub_middle {
	width: 205px;
	height: 392px;
	padding: 5px 10px 0px 0px;
	position: relative;
	float: none;
}

.content-shop-sub_bottom {
	width: 215px;
	height: 13px;
	position: relative;
	float: none;
}

.content-shop-sub_bottom-1 {
	width: 13px;	
	position: relative;
	float: left;
}

.content-shop-sub_bottom-2 {
	width: 189px;
	float: left;
}

.content-shop-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.content-shop-sub_2 {
	margin-top: 25px;
	padding: 0px 5px 0px 15px;
	position: relative;
	float: left;
}

.content-shop-sub_2_top {
	width: 215px;
	height: 13px;
	position: relative;
	float: none;
}

.content-shop-sub_2_middle {
	width: 205px;
	height: 392px;
	padding: 5px 10px 0px 0px;
	position: relative;
	float: none;
}

.content-shop-sub_2_bottom {
	width: 215px;
	height: 13px;
	position: relative;
	float: none;
}

.content-shop-sub_2_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-shop-sub_2_bottom-2 {
	width: 189px;
	position: relative;
	float: left;
}

.content-shop-sub_2_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.shop-selection a:link { color: #F00; text-decoration: none;}
.shop-selection a:visited { color: #F00; text-decoration: none;}
.shop-selection a:hover { color: #F00; text-decoration: none;}

.shop-selection {
	width: 195px;
	height: 210px;
	position: relative;
	float: left;
}

.shop-explanation {
	width: 195px;
/*	height: 100px;*/
	position: relative;
	float: left;
}

#shop-explanation_size {
	width: 195px;
/*	height: 100px;*/
	position: relative;
	float: none;
}

#shop-explanation_sleevelength {
	width: 195px;
/*	height: 100px;*/
	position: relative;
	float: none;
}

#shop-explanation_cuff {
	width: 195px;
/*	height: 100px;*/
	position: relative;
	float: none;
}

.shop-explanation a:link { color: #FFFFFF; text-decoration: underline; }
.shop-explanation a:visited { color: #FFFFFF; text-decoration: underline; }
.shop-explanation a:hover { color: #FFFFFF; text-decoration: none; }

.content-shop-items {
	width: 390px;
	height: 370px;
	padding: 40px 0px 10px 15px;
	color: #FFFFFF;
	position: relative;
	float: left;
}

.shop_bar {
	width: 390px;
	height: 120px;
	position: relative;
	float: none;
	clear: both;
}

.shop_bar_item {
	width: 390px;
	height: 100px;
	text-align: center;
	position: relative;
	float: left;
}

.shop_item {
	width: 90px;
	padding-right: 15px;
	padding-left: 10px;
	position: relative;
	float: left;
}

.shop_item_title {
	width: 95px;
	padding-right: 1px;
	text-align: left;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	float: right;
}

.shop_item_title a:link { color: #FFFFFF; text-decoration: none; }
.shop_item_title a:visited { color: #FFFFFF; text-decoration: none; }
.shop_item_title a:hover { color: #F00; text-decoration: none; }

.shop_prijs {
	width: 50px;
	height: 15px;
	position: relative;
	float: left;
}

.shop_prijs_line-through {
	width: 55px;
	height: 15px;
	text-decoration: line-through;
	position: relative;
	float: left;
}

.shop_btn_bestel {
	width: 38px;
	height: 14px;
	padding-right: 1px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	float: right;
}

.shop_btn_bestel a:link { color: #F00; text-decoration: none;}
.shop_btn_bestel a:visited { color: #F00; text-decoration: none;}
.shop_btn_bestel a:hover { color: #A00; text-decoration: none;}

.shop_item_separator {
	width: 13px;
	height: 60px;
	position: relative;
	float: left;
}

.shop_item_separator-2 {
	width: 30px;
	height: 60px;
	position: relative;
	float: left;
}

.shop_pages {
	width: 385px;
	height: 15px;
	text-align: right;
	position: relative;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
}

.shop_pages a:link { color: #FFFFFF; text-decoration: none; }
.shop_pages a:visited { color: #FFFFFF; text-decoration: none; }
.shop_pages a:hover { color: #FF0000; text-decoration: underline; }
.shop_pages a:active { color: #FFFFFF; text-decoration: none; }

.currently_selected_link {
	color: #F00;
}

.content-sale {
	width: 205px;
	height: 422px;
	padding: 10px 10px 5px 10px;
	position: relative;
	float: left;
}

.content-sale-filler {
	width: 190px;
	height: 360px;
	position: relative;
	float: none;
}

.content-sale-item {
	width: 165px;
	text-align: center;
	color: #F00;
	font-weight: bold;
	padding: 2px 0px 0px 40px;
	position: relative;
	float: none;
}

.title_selection {
	font-weight: bold;
	font-size: 10px;
}
.content-checkout {
	width: 894px;
	background-color: #000000;
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	position: relative;
	float: left;
}

.content-shopping-bag {
	padding: 35px 5px 0px 15px;
	position: relative;
	float: left;
}

.content-shopping-bag_top {
	width: 850px;
	height: 13px;
	position: relative;
	float: left;
}

.content-shopping-bag_middle {
	width: 830px;
	padding: 10px 10px 10px 10px;
	position: relative;
	float: left;
}
.content-shopping-bag_middle th {
	text-align:right;
	height:32px;
}

.content-shopping-bag_bottom {
	width: 850px;
	height: 13px;
	position: relative;
	float: left;
}

.content-shopping-bag_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-shopping-bag_bottom-2 {
	width: 824px;
	float: left;
}

.content-shopping-bag_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.content-shopping-bag_header {
	width: 800px;
	height: 25px;
	position: relative;
	float: none;
}

content-shopping-bag_item_1 {
	margin-bottom: 3px;
	position: relative;
	float: none;
}

content-shopping-bag_item_2 {
	margin-bottom: 3px;
	position: relative;
	float: none;
}

.content-shopping-bag_item_1 td {
/*	width: 800px;*/
	margin-top: 7px;
/*	background-image: url(../images/bkg_border-bottom_3px_white.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/
	background-color: #222;
	border-bottom: 3px solid #000;
/*	position: relative;
	clear: both;*/
}

.content-shopping-bag_item_2 td {
/*	width: 800px;*/
	margin-top: 7px;
/*	background-image: url(../images/bkg_border-bottom_3px_white.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/
	background-color: #DFDFDF;
	border-bottom: 3px solid #FFF;
/*	position: relative;
	clear: both;*/
}

.content-shopping-bag_order_wrapper {
	width: 800px;
	position: relative;
	/*float: left;*/
	clear: both;
}

.content-shopping-bag_order a:link { color: #F00; text-decoration: none; font-weight: bold;}
.content-shopping-bag_order a:visited { color: #F00; text-decoration: none; font-weight: bold;}
.content-shopping-bag_order a:hover { color: #F00; text-decoration: none; font-weight: bold;}

.shipping-costs-explanation_wrapper {
	width: 485px;
	position: relative;
	float: left;
	height: 100px;
}

#shipping-costs-explanation {
	width: 180px;
	height: 55px;
	padding: 40px 0px 5px 300px;
	position: relative;
	/*float: left;*/
}

.content-shopping-bag_order {
	width: 300px;
	padding: 10px 0px 0px 0px;
	position: relative;
	float: left;
}

.content_shopping-bag_buttons {
	width: 145px;
	padding-top: 4px;
	position: relative;
	/*float: left;*/
	text-align:center;	
	padding-left:10px;
}

.label_item {
	width: 75px;
	position: relative;
	/*float: left;*/
	text-align: left;
}

.label_item_img {
	width: 85px;
	height: 70px;
	background-image: url(../images/img_shopping-bag_item.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 4px;
	position: relative;
	/*float: left;*/
}

.label_description {
	padding-top: 4px;
	padding-left:6px;
	position: relative;
	/*float: left;*/
	text-align: left;
}

.label_description_long {
	padding-top: 4px;
	position: relative;
	/*float: left;*/
	padding-left:4px;
	text-align: left;
}

.label_colour {
	width: 110px;
	padding-top: 4px;
	position: relative;
	/*float: left;*/
	text-align: right;
}

.label_size {
	width: 110px;
	padding-top: 4px;
	position: relative;
	/*float: left;*/
	text-align: right;
}

.label_price {
	width: 110px;
	padding-top: 4px;
	position: relative;	
	/*float: left;*/	
	text-align:right;
}
.label_quantity {
	width: 110px;
	padding-top: 4px;
	position: relative;
	/*float: left;*/
	text-align: right;
}

.label_amount {
	width: 110px;
	padding-top: 4px;
	position: relative;
	/*float: left;*/
	text-align: right;
	padding-right: 0px;
}

.btn_content-shopping-bag {
	width: 60px;
}

.btn_order {
	width: 70px;
	margin-top: 2px;
	margin-right: 1px;
	padding-bottom: 1px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #CC0000;
}

.select-shopping-cart {
	width: 50px;
	margin: 0px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #FFF;
}
.content-sign-in {
	width: 896px;
	height: 440px;
	background-color: #000000;
	color:#FFFFFF;
	background-image:none;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	float: none;
}

.sign-in {
	width: 300px;
	margin-left: 100px;
	padding: 4px;
	background-color: #333333;
}

.content-sign-in-sub {
	padding: 40px 0px 0px 25px;
}

.content-sign-in-sub_top {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-sign-in-sub_middle {
	width: 520px;
	height: 325px;
	padding: 15px 55px 20px 40px;
	position: relative;
	float: none;
}

.content-sign-in-sub_bottom {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-sign-in-sub_bottom-1 {
	width: 13px;
position: relative;
	float: left;
}

.content-sign-in-sub_bottom-2 {
	width: 589px;
	position: relative;
	float: left;
}

.content-sign-in-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.textfield_sign-in {
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #999;
	margin: 2px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
}

.content-stores {
	width: 894px;
/*	height: 440px;*/
	color:#FFFFFF;
	background-color: #000000;	
/*	background-image: url(../images/bkg_content_stores.jpg);
	background-position: center;
	background-repeat: no-repeat;*/
	position: relative;
	float: left;
	display:none;
}

.content-stores-sub {
	padding: 20px 0px 0px 25px;
	position: relative;
	float: left;	
}

.content-stores-right {
	width: 200px;
	height: 435px;
	padding: 5px 0px 0px 16px;
	position: relative;
	float: left;
}

.content-stores-sub_top {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-stores-sub_middle {
	width: 595px;
/*	height: 375px;
	_height: 365px;*/
	padding: 0px 10px 15px 10px;
	position: relative;
	float: left;
}

.content-stores-sub_bottom {
	width: 615px;
	height: 13px;
	position: relative;
	float: none;
}

.content-stores-sub_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-stores-sub_bottom-2 {
	width: 589px;
	position: relative;
	float: left;
}

.content-stores-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.stores-wrapper {
	width: 560px;
	padding: 5px 0px;
	font-weight: bold;
	position: relative;
	float: left;
}

.stores-wrapper_header {
	background-color: #444;
	position: relative;
	float: left;
}

.stores-location_header {
	width: 230px;
	padding: 4px 10px;
	border-right: 1px solid #000;
	position: relative;
	float: left;
}

.stores-location_header p {
	color: #FFF;
	font-weight: bold;
}

.stores-hours_header {
	width: 290px;
	padding: 4px 10px;
	position: relative;
	float: left;
}

.stores-hours_header p {
	color: #FFF;
	font-weight: bold;
}

.stores-wrapper_style-A {
	background-color: #333333;
	position: relative;
	float: left;
}

.stores-location_content_style-A {
	width: 230px;
/*	height: 70px;*/
	padding: 8px 10px;
	color: #FFFFFF;
	border-right: 1px solid #000;
	position: relative;
	float: left;
}

.stores-hours_content_style-A {
	width: 290px;
	padding: 8px 10px;
	color: #FFF;
	position: relative;
	float: left;
}

.stores-wrapper_style-B {
	position: relative;
	float: left;
}

.stores-location_content_style-B {
	width: 230px;
	padding: 8px 10px;
	color: #FFF;
	border-right: 1px solid #333;
	position: relative;
	float: left;
	/*height: 70px;*/
}

.stores-hours_content_style-B {
	width: 290px;
	padding: 8px 10px;
	color: #FFF;
	position: relative;
	float: left;
}

.store-text {
	width: 570px;
	height: 170px;
	position: relative;
	float: left;
}

.store-images {
	width: 570px;
	height: 170px;
	position: relative;
	float: left;
}

.store-image {
	width: 180px;
	height: 160px;
	position: relative;
	float: left;
}

.store-image-filler {
	width: 14px;
	height: 170px;
	position: relative;
	float: left;
}

.store-title {
	font-weight: bold;
}

.stores-location_content_style-A a:link {color: #FFF; text-decoration: none;}
.stores-location_content_style-A a:visited {color: #FFF; text-decoration: none;}
.stores-location_content_style-A a:hover {color: #FFF; text-decoration: underline;}

.stores-hours_content_style-A a:link {color: #FFF; text-decoration: none;}
.stores-hours_content_style-A a:visited {color: #FFF; text-decoration: none;}
.stores-hours_content_style-A a:hover {color: #FFF; text-decoration: underline;}

.stores-location_content_style-B a:link {color: #FFF; text-decoration: none;}
.stores-location_content_style-B a:visited {color: #FFF; text-decoration: none;}
.stores-location_content_style-B a:hover {color: #FFF; text-decoration: underline;}

.stores-hours_content_style-B a:link {color: #FFF; text-decoration: none;}
.stores-hours_content_style-B a:visited {color: #FFF; text-decoration: none;}
.stores-hours_content_style-B a:hover {color: #FFF; text-decoration: underline;}

.content-top-10_wrapper {
	width: 894px;
	background-color: #000000;
	color:#fff;
	border-left: 1px solid #5F6062;
	border-right: 1px solid #5F6062;
	position: relative;
	float: left;
}

.content-top-10 {
	width: 810px;
	padding-left: 20px;
	position: relative;
	float: none;
	padding-top: 40px;
}

.content-top-10_top {
	width: 850px;
	height: 13px;	
	position: relative;
	float: none;
}

.content-top-10_middle {
	width: 780px;
	padding: 5px 40px 25px 30px;
	position: relative;
	float: left;
}

.content-top-10_bottom {
	width: 850px;
	height: 13px;
	position: relative;
	float: none;
}

.content-top-10_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.content-top-10_bottom-2 {
	width: 824px;
	position: relative;
	float: left;
}

.content-top-10_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.header_filter {
	width: 750px;
	text-align: center;
}

.top-10_item {
	width: 775px;
	height: 100px;
	background-color: #000;
	position: relative;
	float: left;
	clear: both;
}

.top-10_item-img {
	width: 115px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	background-color: white;
	position: relative;
	float: left;
}

.aanbieding {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}

.top-10_item-filler {
	width: 775px;
	height: 10px;
	background-color: #000;
	position: relative;
	float: left;
	clear: both;
}

.top-10_item-filler-2 {
	width: 5px;
	height: 100px;
	position: relative;
	float: left;
	background-color: #000;
}

.top-10_item-corner {
	width: 50px;
	height: 100px;
	background-image: url(../images/bkg_top-10_nr-1.gif);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	float: left
}

.top-10_item-description {
	width: 475px;
	_width: 465px;
	height: 80px;
	_height: 80px;
	padding: 10px 5px;
	background-color: #111111;
	position: relative;
	float: left;
}

.top-10_item-title {
	font-weight: bold;
	padding-bottom: 5px;
}

.top-10_number-1 {
	height: 100px;
	width: 105px;
	background-image: url(../images/bkg_top-10_nr-1.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.top-10_number-2 {
	height: 100px;
	width: 105px;
	background-image: url(../images/bkg_top-10_nr-2.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.top-10_number-3 {
	height: 100px;
	width: 105px;
	background-image: url(../images/bkg_top-10_nr-3.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.top-10_number-4 {
	height: 100px;
	width: 105px;
	background-image: url(../images/bkg_top-10_nr-4.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.top-10_number-5 {
	height: 100px;
	width: 105px;
	background-image: url(../images/bkg_top-10_nr-5.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.top-10_number-6 {
	height: 100px;
	width: 105px;
	background-image: url(../images/bkg_top-10_nr-6.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.top-10_number-7 {
	height: 100px;
	width: 105px;
	background-image: url(../images/bkg_top-10_nr-7.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.top-10_number-8 {
	height: 100px;
	width: 105px;
	background-image: url(../images/bkg_top-10_nr-8.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.top-10_number-9 {
	height: 100px;
	width: 105px;
	background-image: url(../images/bkg_top-10_nr-9.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.top-10_number-10 {
	height: 100px;
	width: 105px;
	background-image: url(../images/bkg_top-10_nr-10.gif);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

.wrapper_order {
	position: relative;
	clear: both;
}

.order_address {
	width: 350px;
	position: relative;
	float: left;
}

.order_payment_method {
	width: 350px;
	position: relative;
	float: left;
}
.account {
	width: 894px;
	background-color: #000000;	
	border-left: 1px solid #666;
	border-right: 1px solid #666;
/*	background-image: url(../images/bkg_content_04.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
	color:#FFFFFF;
	position: relative;
	float: none;
}

.account-sub {
	padding: 40px 0px 0px 25px;
}

.account-sub_top {
	width: 815px;
	height: 13px;	
	position: relative;
	float: none;
}

.account-sub_middle {
	width: 720px;
	padding: 25px 55px 10px 40px;
	position: relative;
	float: none;
}

.account-sub_middle a:link { color: #666; text-decoration: none; }
.account-sub_middle a:visited { color: #666; text-decoration: none; }
.account-sub_middle a:hover { color: #F00; text-decoration: none; }

.account-sub_bottom {
	width: 815px;
	height: 13px;
	position: relative;
	float: none;
}

.account-sub_bottom-1 {
	width: 13px;
	position: relative;
	float: left;
}

.account-sub_bottom-2 {
	width: 789px;
	position: relative;
	float: left;
}

.account-sub_bottom-3 {
	width: 13px;
	position: relative;
	float: left;
}

.account_header {
	width: 500px;
	height: 45px;
	position: relative;
	float: none;
}

.account_header_title {
	width: 250px;
	height: 45px;
	text-align: left;
	position: relative;
	float: left;
}

.account_header_links {
	width: 250px;
	height: 30px;
	padding-top: 15px;
	text-align: right;
	position: relative;
	float: left;
}

.account_menu_item {
	position: relative;
	float: right;
}
/*
.account_header_left {
	width: 200px;
	position: relative;
	float: left;
}

.account_header_right {
	width: 300px;
	padding-top: 15px;
	text-align: right;
	position: relative;
	float: left;
}
*/

.spacer_menu_items {
	color: #CCC;
	padding: 0px 8px;
	position: relative;
	float: right;
}

.account_header a:link { color: #666; font-weight: bold; text-decoration: none; }
.account_header a:visited { color: #666; font-weight: bold; text-decoration: none; }
.account_header a:hover { color: #F00; font-weight: bold; text-decoration: none; }
.account_header a:active { color: #F00; font-weight: bold; text-decoration: none; }

.account_client_data {
	font-weight: bold;
}

.wrapper_history_item {
	width: 500px;
	height: 15px;
	margin-bottom: 2px;
	padding: 1px;
	background-color: #333333;
	position: relative;
	clear: both;
}

.history_item_title {
	font-weight: bold;
}

.history_item_order_number {
	width: 160px;
	position: relative;
	float: left;
}

.history_item_order_number a:link { color: #666; text-decoration: underline; }
.history_item_order_number a:visited { color: #666; text-decoration: none; }
.history_item_order_number a:hover { color: #F00; text-decoration: none; }

.history_item_order_date {
	width: 160px;
	padding-left: 2px;
	position: relative;
	float: left;
}

.history_item_order_total {
	width: 170px;
	text-align: right;
	position: relative;
	float: left;
}

.finish a:link { color: #F00; text-decoration: none; }
.finish a:visited { color: #F00; text-decoration: none; }
.finish a:hover { color: #F00; text-decoration: underline; }

.content_style_and_spirit {
	width: 596px;
	height: 375px;
	font-family: Tahoma, Verdana;
	padding: 40px 265px 25px 35px;
	background-color: #000000;	
	color:#FFFFFF;
	background-image: url(../images/bkg_content_style.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	float: none;
}

.content_style_and_spirit_2 {
	width: 596px;
	height: 375px;
	font-family: Tahoma, Verdana;
	padding: 40px 265px 25px 35px;
	background-color: #000;	
	position: relative;
	float: none;
	background-image: url(../images/bkg_content_style.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.content_style_and_spirit_3 {
	width: 596px;
	height: 375px;
	font-family: Tahoma, Verdana;
	padding: 40px 265px 25px 35px;
	background-color: #5f6062;	
	background-image: url(../images/bkg_content_enjoy.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	float: none;
}

.content_experience {
	width: 596px;
	height: 375px;
	font-family: Tahoma, Verdana;
	padding: 40px 265px 25px 35px;
	background-color: #5f6062;	
	background-image: url(../images/bkg_content_08.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	float: none;
}

.link_stores a:link { color: #F00; text-decoration: underline; }
.link_stores a:visited { color: #F00; text-decoration: underline; }
.link_stores a:hover { color: #F00; text-decoration: none; }

/* font-size of the submenu-items */

div#topmenu #p7PMnav {
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 24px;
}

div#topmenu #p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#topmenu #p7PMnav li.menuitem_0 {
	width: 106px;
}

div#topmenu #p7PMnav li.menuitem_1 {	
	width: 106px;
}

div#topmenu #p7PMnav li.menuitem_2 {	
	width: 106px;
}

div#topmenu #p7PMnav li.menuitem_3{	
	width: 106px;
}

div#topmenu #p7PMnav li.menuitem_4 {
	width: 106px;
}

div#topmenu #p7PMnav li.menuitem_5{
	width: 106px;
}

div#topmenu #p7PMnav li.menuitem_6 {
	width: 106px;
}

/* bkg-color of the submenu-item */

div#topmenu #p7PMnav ul {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;	
}

div#topmenu #p7PMnav ul ul {
/*	border: 1px solid #a6a697;*/
	color:#4a492a;
}

div#topmenu #p7PMnav a {
	display: block;
	text-decoration: none;
	line-height: 1;
}

div#topmenu #p7PMnav a:link,
div#topmenu #p7PMnav a:visited {
	text-decoration: none;
}

div#topmenu #p7PMnav a:hover,
div#topmenu #p7PMnav a:active,
div#topmenu #p7PMnav a:focus {
	color: #4a492a;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */

div#topmenu #p7PMnav .p7PMmark {
    color:#4a492a;
}

div#topmenu #p7PMnav .p7PMmark{
    color:#000;
}

div#topmenu #p7PMnav .p7PMmark a:link{
    color:#4a492a;
}

div#topmenu #p7Mnav ul li ul li a:link, a:hover {
	color:#000;
}

/* ------ the trigger link styles ------- */

div#topmenu #p7PMnav ul .p7PMtrg, 
div#topmenu #p7PMnav ul .p7PMon {
	color: #999;
}

/* the active trigger link style */

div#topmenu #p7PMnav .p7PMon {
	color: #4a492a;
}

/*the submenu classes */

div#topmenu #p7PMnav .p7PMhide {
	left: -9000px;
}

div#topmenu #p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */

div#topmenu #p7PMnav li {
	width: 125px;
	float: left;
}

div#topmenu #p7PMnav ul li {
	float: none;
}

/* width and height etc. of a submenu-item */

div#topmenu #p7PMnav ul, #p7PMnav ul li {
	width: 99px;
	padding: 5px 0px 0px 5px;
	font-size: 11px;
	color: #999;
}

/* the submenu-item a:link font-color and distance between items */

div#topmenu #p7PMnav ul li a {
	color: #999;
	padding-bottom: 7px;
}

/* the submenu-item a:hover font-color and distance between items */

div#topmenu #p7PMnav ul li a:hover,
div#topmenu #p7PMnav ul li ul li a:hover {
	color: #F00;
	padding-bottom: 7px;
}

div#topmenu ul {
	padding-left: 16px;
	padding-right: 0px; 
	margin-right: 20px;
	_margin-right: 5px;
	padding: 0;
	float: left;
}

div#topmenu ul li {
	list-style-type: none;
	display: inline;
	font-weight: bold;
}

div#topmenu ul li a {
	text-decoration: none;
	color: #000;
}
.ecmsContent p{
	display:none;
}