.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }   
html[xmlns] .clearfix { display: block; }   
* html .clearfix { height: 1%; }

/* ##### Template styles ##### */
.framework {
	width: 955px;
	margin: 0 auto;
}

.backframework {
	width: 990px;
}

.footer {
	text-align: center;
	border-bottom: 10px solid #6b778e;
	text-align: right;
	font-size: 11px;
	font-style: italic;
	color: #ffffff;
}
.footer a, .footer2 a {
	color: #ffffff !important;
}

.footerbis {
	background-color: #FFFFFF;
}

.header {
	height: 105px;
	border-top: 3px solid #6b778e;
	background-color: #FFFFFF;
}

.left {
	background-color: #cbd4e0;
	width: 635px;
	vertical-align: top;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #fff;
}

.superleft {
	background-color: #dde3eb;
}

.center {
	width: 160px;
	vertical-align: top;
	background-color: #CBD4E0;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
}

.right {
	width: 160px;
	vertical-align: top;
	background-color: #CBD4E0;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #fff;
}

/* ##### Custom styles ##### */
/* Redefinitions */
a {
	color: #010101;
	text-decoration: none;
}

a:hover {
	color: #3d4652;
	text-decoration: none;
}

body, table {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010101;
}

body {
	background: #343d49;
	text-align: center;
}

table {
	tect-align: left;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

input, textarea, select {
	border: 1px solid #010101;
	color: #010101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #010101;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

form {
	padding: 0px;
	margin: 0px;
}

fieldset {
	border: 1px solid #6b778e;
	padding: 10px;
}

legend {
	font-weight: bold;
	color: #3d4652;
}


/* Custom */
.homenewsitem {
	padding: 5px;
	padding-left: 8px;
	width: 50%;
	text-align: justify;
}
.homenewsitem a, .homenewsitem a:hover {
	color: #4a5861;
}

.cellhomenav {
	border: none;
	margin: 1px 0 0 0;
	}

.txthomenav {
	padding: 0px;
	height: 38px !important;
	width: 160px;
	overflow: hidden;
	cursor: pointer;
	font-size: 10px;
	display: table-cell;
	text-align: center !important;
}

.txthomenavbottom {
	padding: 1px;
	height: 27px;
	cursor: pointer;
	font-size: 10px;
}

.linkhomenav {
	display: block;
	width: 160px;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
}

.linkhomenav:hover,
.linkhomenav.active {
	background-color: #102944;
	color: #FFFFFF;
}

.conceptstoremenu {
	position: absolute;
	z-index: 10;
	background: #102944;
	width: 160px;
	top: 0;
	left: 0;
	display: none;
	}
	.conceptstoremenu ul {
		margin: 0;
		padding: 0 0 10px 0;
	}
	.conceptstoremenu ul li {
		margin: 0;
		padding: 0;
		font-weight: normal;
		list-style-type: none;
	}
	.conceptstoremenu ul li a {
		display: block;
		margin: 0;
		padding: 3px 0;
		text-align: center;
		color: #fff;
		width: 159px;
	}
	.conceptstoremenu ul li a:hover {
		display: block;
		background: #244263;
		color: #fff;
	}

.searchresult {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}

.contenttitlecontact {
	border-bottom: 1px solid #FFFFFF;
	background-color: #6b778e;
	padding: 5px;
	padding-left: 15px;
}

.contenttitle {
	border-bottom: 1px solid #FFFFFF;
	background-color: #6b778e;
	font-size: 16px;
}


a.linkbutton {
	color: #000000;
	text-decoration: none;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #6b778e;
	border: 1px solid #3d4652;
}

a.linkbutton:hover {
	color: #102944;
	text-decoration: none;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cbd4e0;
	border: 1px solid #3d4652;
}

.contentlower {
	background-color: #6b778e;
	height: 85px;
	padding: 10px;
}

a.linknews {
	text-decoration: none;
	width: 100%;
	padding: 2px;
	padding-left: 10px;
	background-color: #cbd4e0;
	border-bottom: 1px solid #FFFFFF;
}

a.linknews:hover {
	text-decoration: none;
	background-color: #6b778e;
	border-bottom: 1px solid #FFFFFF;
	color: #ffffff;
}

.pagecontentoverflow {
	width: 635px;
	height: 425px;
	overflow: auto;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #010101;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #6b778e;
	scrollbar-face-color: #6b778e;
	scrollbar-highlight-color: #6b778e;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

.previewfield {
	height: 55px;
}

.pagedealersearch {
	height: 60px;
	text-align: center;
	font-weight: bold;
	padding-top: 22px;
	width: 440px;
}
.pagecontent {
	height: 305px;
	vertical-align: top;
}

a.linkws:link {
	color: #102944;
	text-decoration: none;
}


a.linkws:visited {
	color: #102944;
	text-decoration: none;
}

a.linkws:hover {
	color: #3d4652;
	text-decoration: none;
}

a.linkws:active {
	color: #102944;
	text-decoration: none;
}

.center_products_image {
	border: 1px solid #dde3eb;
}

.center_products_image_active {
}

.center_products_title {
	padding: 2px;
	width: 132px;
	text-align: right;
	font-size: 9px;
}

.center_products_title_active {
	border: 1px solid #010101;
	padding: 2px;
	width: 132px;
	text-align: right;
	font-size: 9px;
}

.center_products_item {
	text-align: center;
}

#tabs{
 	}
	#tabs ul{
		margin:0;
		padding:0;
		list-style:none;
		   border-right: 1px solid #D3AC7D;
	}
	#tabs li{
		display:inline;
		margin:0;
		padding:0;
	}
	#tabs a{
		display: inline-block;
		float:left;
		background-color: #cbd4e0;
		padding: 5px 12px;
		border-top: 1px solid #6b778e;
		border-right: 1px solid #6b778e;
		font-size: 10px;
		text-align: center;
		font-weight: bold;
		color: #010101;
	}
	#tabs a:hover{
		background-color: #6b778e;
	}
	#tabHeaderActive span, #tabHeaderActive a { 
		display: inline-block;
		background-color: #6b778e;
		padding: 5px 12px;
		border-top: 1px solid #6b778e;
		font-size: 10px;
		text-align: center;
	}
		
	
	
	.product_properties_ctn {
		padding: 5px 0;
		background-color: #6b778e;
		height: 72px;
		width: 635px;
		}
		.product_properties_ctn.colors {
			height: auto;
			background: #fff;
			text-align: center;
		}

.targetPriceContainer {
	text-align: center;
	}
	.targetPriceContainer .price {
		font-size: 11pt;
		margin-top: 15px;
		display: block;
	}
	.targetPriceContainer .note {
		font-style: italic;
		margin-top: 15px;
		display: block;
	}

.product_properties_ctn a {
	text-decoration: underline;
	color: #343d49
}

.product_properties_info_ctn {
	padding: 5px;
	background-color: #E0D1B8;
	border: 1px solid #917A58;
}

.product_view_title {
	background-color: #6b778e;
	padding: 5px;
	font-weight: bold;
}

.product_properties_leftcol {
	padding-left: 5px;
}

.img_view {
	border-bottom: 1px solid #C5AD88;
}

.img_product {
	border-left: 1px solid #C5AD88;
}

.btnGo {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	width: 26px;
	background-color: #4E5F86;
	border: 1px solid #6A7A9D;
	border-right: 1px solid #2B3A5B;
	border-bottom: 1px solid #2B3A5B;
}

.centerOverflow {
	padding-top: 2px;
	height: 479px;
	width: 160px;
	overflow: auto;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #010101;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #6b778e;
	scrollbar-face-color: #6b778e;
	scrollbar-highlight-color: #6b778e;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #cbd4e0;
	background-color: #dde3eb;
	text-align: center;
}

.centerOverflow div {
	margin-bottom: 10px;
}

.centerOverflow div strong {
	color: #102944
}

.navtextactive {
	color: #cbd4e0;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
}

.mainmenu_subnavtop {
	padding-top: 4px;
	padding-bottom: 5px;
}

.weight_normal {
	font-weight: normal;
}

.size_small {
	font-size: 10px;
}

.mainmenu_cell {
	background-color: #cbd4e0;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	height: 31px;
	padding-left: 8px;
	letter-spacing: -0.1em;
}

.mainmenu_cell a, .mainmenu_cell a:hover {
	color: #343d49;
}

.mainmenu_cellactive {
	background-color: #343d49;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	height: 32px;
	padding-left: 8px;
	letter-spacing: -0.1em;
	}
	.mainmenu_cellactive a,
	.mainmenu_cellactive a:hover {
		color: #fff;
	}
	.mainmenu_cellactive a.navtextactive {
		color: #cbd4e0;
		font-weight: bold;
		padding-left: 10px;
	}


.page_homedealer {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-align: center;
	font-weight: bold;
	padding: 4px;
	background-color: #6b778e;
	color: #fff;
}

.vlblue {
	background-color: #102944;
	color: #FFFFFF;
}

.imgmenu {
}

.cellmenu {
	background-color: #747e8a;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	margin: 0 0 0 -1px;
}

.cellmenu a {
	color: #ffffff;
}

.cellmenubottom {
	background-color: #cbd4e0;
	color: #FFFFFF;
	font-weight: bold;
}

.back_listitem {
	border-top: 1px solid #3d4652;
}

.back_listitem2 {
	border-top: 1px solid #3d4652;
}

.back_listrow2.disabled {
	color: #f00;
}

.backinput {
	width: 400px;
}

.padding {
	padding: 5px;
}

.frame {
	border: 1px solid #000000;
}

.minheight {
	height: 300px;
}

.txtsmall {
	font-size: 9px;
}

.txtlarge {
	font-size: 16px;
}

.txtwhite {
	color: #FFFFFF;
}

.bgbrowndark {
	background-color: #6b778e;
}


/* ##### Additional styles ##### */

.buttonDefault {
		width: 150px;
		height: 25px;
		line-height: 25px;
		background: url('/imgs/common/btn_default.gif') no-repeat top;
		color: #fff !important;
		display: inline-block;
	}
		.buttonDefault:hover {
		background: url('/imgs/common/btn_default.gif') no-repeat bottom;
	}
	
.shoesearchThumbsItem {
		display: block;
		width: 140px;
		border: 1px solid #cbd4e0;
		float: left;
		margin: 10px 0 0 10px;
		background: #f2e5c7;
	}	
	.shoesearchThumbsItem:hover {
		border: 1px solid #f00;
	}

sup.navSuper {
	display: inline-block;
	background: #fff;
	padding: 0 2px;
	margin-left: 2px;
	color: #f00;
}







/* ##### Update 2008-10 ##### */

.newsFlag {
	display: block;
	width: 60px;
	background: #142346;
	color: #fff;
	float: left;
	padding: 1px;
	text-align: center;
}


/* ##### Update 2009-10 ##### */

.maintenance .tips,
.maintenance .directions {
	list-style: none;
	margin: 0 5px 0 5px;
	padding: 0;
	border-top: 1px solid #c4cfde;
}
.maintenance .tips li {
	padding: 5px 0 5px 47px;
	background: #d2dbe7 url('/imgs/pages/nl/maintenance/lightbulb.png') no-repeat 12px 10px;
	border-bottom: 1px solid #c4cfde;
	min-height: 24px;
	color: #343d49
}
.maintenance .directions li {
	padding: 5px 0 5px 47px;
	border-bottom: 1px solid #c4cfde;
	min-height: 30px !important;
	color: #343d49
}
/* for Internet Explorer */
/*\*/
* html .maintenance .tips li,
* html .maintenance .directions li {
height: 40px;
}
/**/

.maintenance .directions li.d1 {
	background: #d2dbe7 url('/imgs/pages/nl/maintenance/direction1.png') no-repeat 10px 5px;
}
.maintenance .directions li.d2 {
	background: #d2dbe7 url('/imgs/pages/nl/maintenance/direction2.png') no-repeat 10px 5px;
}
.maintenance .directions li.d3 {
	background: #d2dbe7 url('/imgs/pages/nl/maintenance/direction3.png') no-repeat 10px 5px;
}
.maintenance .directions li.d4 {
	background: #d2dbe7 url('/imgs/pages/nl/maintenance/direction4.png') no-repeat 10px 5px;
}
.maintenance .directions li.d5 {
	background: #d2dbe7 url('/imgs/pages/nl/maintenance/direction5.png') no-repeat 10px 5px;
}
.maintenance .directions li.d6 {
	background: #d2dbe7 url('/imgs/pages/nl/maintenance/direction6.png') no-repeat 10px 5px;
}
.maintenance .directions li.d7 {
	background: #d2dbe7 url('/imgs/pages/nl/maintenance/direction7.png') no-repeat 10px 5px;
}


/* ##### Update 2010-08 ##### */

.conceptStores {
	background: #747e8a;
	height: 33px;
	position: relative;
}
.instructions {
	background: #747e8a;
	height: 33px;
	width: 162px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0;
}
.instructions span {
	display: inline-block;
	margin: 9px 0 0 4px;
}

.subLeft {
	height: 51px;
	width: 162px;
	background:#c4cdd4;
	position: absolute;
	top: 33px;
	left: 0;
	display: none;
}

.subRight {
	height: 51px;
	width: 160px;
	background:#c4cdd4;
	position: absolute;
	top: 33px;
	left: 0;
	display: none;
}


.homeNaviFiller {
	position: relative;
}

.homeNaviFiller .inner {
	position: absolute;
	top: 0;
	left:-1px;
	width: 323px;
	height: 51px;
	background: url('/imgs/layout/homeNavi-bg.gif') repeat-x;
	border-top: 1px solid #fff;
}

ul.newList * {margin:0; padding:0;}
ul.newList a {color: #000; text-decoration:none; display:block;}
ul.newList {
	margin:0; 
	padding:0; 
	list-style:none; 
	color:#000; 
	width:150px; 
	background:#fff; 
	position:absolute;  
	border:1px solid #797c8f; 
	top:22px; 
	left:0; 
	overflow:hidden; 
	z-index:9999;
	-moz-box-shadow: 1px 1px 4px #333;
  	-webkit-box-shadow: 1px 1px 4px #333;
  	box-shadow: 1px 1px 4px #333;
}
.newListSelected {
	width:145px; 
	height:16px; 
	padding:3px 0 0 3px; 
	float:left;
	color: #797c8f; 
	text-transform: uppercase;
	font-weight:bold;
	font-size:9px !important;
	background:#fff url('/imgs/layout/conceptstore-arrow.gif') no-repeat bottom right ;
	border:1px solid #797c8f;
	margin: 5px 0 0 3px;
}
.selectedTxt {
	width:145px !important; 
}
.newListSelected span {width:140px; display:block;}
ul.newList li a {padding:3px 8px; display: block; color: #aeb1b6}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:120px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.hiLite {background:#e0e4ed!important; color:#0f2847!important;}
.hiLite a {background:#e0e4ed!important; color:#0f2847!important;}
.newListHover {background:#e0e4ed!important; color:#0f2847!important; cursor:default;}
.newListSelHover, .newListSelFocus {cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}


/* ##### 2010 ##### */

.underlineLinks a { text-decoration: underline; }


/* ##### 2011 ##### */
.page.filter .statusbar {
	background: #6c778d;
	padding: 8px;
	color: #fff;
	}
	.page.filter .statusbar .label {
		display: inline-block;
		padding: 3px 5px 3px 0;
		margin: 0 0 2px 0;
		}
	.page.filter .statusbar .empty {
		display: inline-block;
		font-style: italic;
		padding: 3px 5px 3px 0;
		margin: 0 0 2px 0;
		color: #CBD4E0;
		}
	.page.filter .statusbar .activeFilter {
		display: inline-block;
		background: #353d4a;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 3px 5px;
		margin: 0 5px 2px 0;
		}
		.page.filter .statusbar .activeFilter .name {
			display: inline-block;
			margin: 0 5px 0 0;
			}
		.page.filter .statusbar .activeFilter a {
			display: inline-block;
			}
			.page.filter .statusbar .activeFilter a img {
				vertical-align: baseline;
				border: 0;
				}

.page.filter .topbar {
	background: #353d4a;
	color: #fff;
	}
	.page.filter .topbar,
	.page.filter .topbar ul {
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
		}
		.page.filter .topbar .rootlevel {
			display: block;
			padding: 8px;
			cursor: pointer;
			color: #fff;
		}
		.page.filter .topbar a {
			display: block;
			width: 9em;
			}
		.page.filter .topbar li {
			float: left;
			width: 9em;
			}
			.page.filter .topbar li ul {
				position: absolute;
				background: #6c778d;
				width: 12em;
				left: -999em;
			}
			.page.filter .topbar li:hover ul,
			.page.filter .topbar li.sfHover ul {
				left: auto;
				}
				.page.filter .topbar li ul li {
					width: 12em;
				}
				.page.filter .topbar li ul li a {
					display: block;
					padding: 5px 12px;
					color: #fff;
					width: auto;
					border-bottom: 1px solid #353d4a;
				}
				.page.filter .topbar li ul li a:hover {
					background: #989faf;
				}

.page.filter .shoeslist {
	width: 635px;
	height: 355px;
	overflow-x: hidden;
	overflow-y: scroll;
	}
	.page.filter .shoeslist .shoeContainer {
		width: 135px;
		height: 110px;
		float: left;
		margin: 15px 0 0 15px;
		background: #eaedf2;
		}
		.page.filter .shoeslist .shoeContainer .image {
			text-align: center;
			}
		.page.filter .shoeslist .shoeContainer .meta {
			padding: 2px 5px;
			}
			.page.filter .shoeslist .shoeContainer .properties {
				float: left;
				}
				.page.filter .shoeslist .shoeContainer .properties .new {
					color: #f00;
					}
				.page.filter .shoeslist .shoeContainer .properties .size {
					color: #1e4d80;
					}
			.page.filter .shoeslist .shoeContainer .article {
				float: right;
				}

.homeGraphicContainer {
	position: relative;
	height: 345px;
	}


/* ##### Editor styles ##### */
.tblctrls	{
	background-color: #EFEFEF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 400px;
	}

.butClass
	{    
	  border: 1px solid;
	  border-color: #EFEFEF;
	  width: 23px;
	  height: 22px;
	}
  
.tdClass
	{
	  padding-left: 3px;
	  padding-top:3px;
	}
  
.WMEditor	{
	width: 400px; 
	height:100px;
	border:1px solid #000000;
	border-top:1px solid #999999;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
}

 .Colorbox	{
	width:1px; 
	height:1px;
	border:1px solid #cccccc;
	background-color:white;
	visibility:hidden;
	overflow: hidden;
	position:absolute;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=145,strength=3);
}

 .WMEditorPop	{
	width:1px; 
	height:1px;
	border:1px solid #cccccc;
	background-color:white;
	visibility:hidden;
	overflow: hidden;
	position:absolute;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=145,strength=3);
}

.WMEditorDialog	{
	visibility: hidden;
	background-color: #efefef;
	border: 1px solid #cccccc;
	position:absolute;
	font-family: verdana;
	font-size: 8pt;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=145,strength=5);
	cursor: default;
}

.WMEditorDialogTop	{
	width: 250px;
	height: 15px;
	background-color: #336699;
	text-align: right;
	padding: 0;
	padding-right: 4px;
}

.WMEditorDialogClose	{
	font-family: verdana;
	font-size: 9pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}

.WMEditorDialogTitle	{
	width: 230px;
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 8pt;
	color: white;
	text-align: left;
}

.WMEditorDialogContent	{
	font-family: verdana;
	font-size: 8pt;
	padding: 4px;
}

.WMEditorInput	{
	border: 1px solid #336699;
}

.WMEditorSubmit	{
	background-color: white;
	border: 1px solid #000000;
	font-family: verdana;
	font-size: 8pt;
	width: 50px;
}

.WMEmoticon	{
	border-right: 1px solid #6699CC;
	border-bottom: 1px solid #efefef;
}

