html {
	height: 100%;
}

body{	
	margin: 0;
	padding: 0;
	height: 100%;
}

ul.reset {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	ul.reset li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

/* Header
-------------------------------------------------------------- */

#header {
	height: 150px;
	margin: 0;
	background-color: #242323;
}

	#topHeader {
		position: relative;
		z-index: 10;
	}

	#branding {
		width: 240px;
		height: 55px;
		padding: 55px 0 0 0;
		float: left;
	}

	#bigNav {
		width: 370px;
		height: 40px;
		float: left;
	}

		#bigNav li {
			float: left;
			margin: 0 4px;
		}

			#bigNav li a {
				display: block;
				width: 115px;
				background-color: #d3254a;
				padding: 8px 0;
				border-radius: 0 0 5px 5px;

				font-size: 18px;
				font-weight: 600;
				text-decoration: none;
				color: #fff;
				text-align: center;	
			}

			#bigNav li#l1 a {
				background-color: #d3254a;
				box-shadow: 0 3px 0 #a31433;
			}
			#bigNav li#l2 a {
				background-color: #04a9ca;
				box-shadow: 0 3px 0 #007c95;
				font-size: 0.85em; /* TEMP */
				padding: 10px 0 11px 0; /* TEMP */
			}
			#bigNav li#l3 a {
				background-color: #f8d719;
				box-shadow: 0 3px 0 #b29800;
				color: #000;
				font-size: 0.85em; /* TEMP */
				padding: 10px 0 11px 0; /* TEMP */
			}

			#bigNav li#l1 a:hover { box-shadow: 0 7px 0 #a31433; }
			#bigNav li#l2 a:hover { box-shadow: 0 7px 0 #007c95; }
			#bigNav li#l3 a:hover { box-shadow: 0 7px 0 #b29800; }

	#lang {
		width: 210px;
		height: 40px;
		float: left;

		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
	} 
		
		#lang .fr,
		#lang .nl,
		#lang .en,
		#lang .de,
		#lang .es,
		#lang .it { 
			display: block;
			width: 20px;
			height: 15px;
			float: left;
			margin: -1px 0 0 1px;
		}

		#lang .fr { background-color: url('images/customer/flags/fr.gif') 0 0 no-repeat; }
		#lang .nl { background-color: url('images/customer/flags/nl.gif') 0 0 no-repeat; }
		#lang .en { background-color: url('images/customer/flags/en.gif') 0 0 no-repeat; }
		#lang .de { background-color: url('images/customer/flags/de.gif') 0 0 no-repeat; }
		#lang .es { background-color: url('images/customer/flags/es.gif') 0 0 no-repeat; }
		#lang .it { background-color: url('images/customer/flags/it.gif') 0 0 no-repeat; }

	#topHeader #facebookLikeShare {
		width: 120px;
		height: 20px;
		float: right;
		padding: 20px 0 0 0;

		text-align: right;
	}

	#toolBox {
		margin-top: 23px;
		padding: 0 0 0 3px;
		background-color: #fff;
		border-radius: 5px;
		float: right;
		box-shadow: 0 3px 0 0 #bcbcbc;
	}
	
		#toolBox a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 11px;
			color: #1e1e1e;
			font-weight: 600;
			padding: 13px 7px;
			display: block;
			float: left;
		}

		#toolBox a:hover { color: #d3254a; }
 
		#ctl00_ShopShoppingCart_lnkItemNbr {
			width: 22px;
			background-color: #d3254a;
			box-shadow: 0 3px 0 #a31433;
			border-radius: 0 5px 5px 0;
			margin-right: -1px;
			padding: 13px 15px;
			text-align: center;
		}

		#ctl00_ShopShoppingCart_lnkItemNbr:hover {
			background-color: #f8d719;
			box-shadow: 0 3px 0 #b29800;
		}

		a#ctl00_ShopShoppingCart_lnkItemNbr  { color: #fff; font-size: 11px;  }
		a#ctl00_ShopShoppingCart_lnkItemNbr:hover { color: #000; }

/* Main
-------------------------------------------------------------- */

#main {
	width: 100%;
	min-height: 200px;
}

#main .container { 
	margin-top: 40px;
	margin-bottom: 40px;
}

	#main .container .two-columns {}

		#main .container .two-columns .column {
			width: 450px;
			float: left;
		}

		#main .container .two-columns .columnSeparator {
			width: 20px;
			float: left;
			min-height: 1px;
		}

#main .container.no-margin { 
	margin-top: 0;
	margin-bottom: 0;
}

#main .container.full { 
	width: 100%;
	background-color: #ededed;
	padding-top: 40px;
	padding-bottom: 40px;
}

#main .container.full.blue { background-color: #04a9ca; }

#main #categorie.container.full { padding-bottom: 55px; }
#main #shop_CustomerArea .container.full { padding: 55px 0; }
	
	.container.full.bg-photo-1 { background: url('images/customer/bgphoto-1.jpg') center fixed no-repeat; }
	.container.full.bg-photo-2 { background: url('images/customer/bgphoto-2.jpg') center fixed no-repeat; }
	.container.full.bg-photo-3 { background: url('images/customer/bgphoto-3.jpg') center fixed no-repeat; }
	.container.full.bg-photo-4 { background: url('images/customer/bgphoto-4.jpg') center fixed no-repeat; }

	.container.full.bg-photo-1 .cadre { background-color: #fff; }
	.container.full.bg-photo-2 .cadre { background-color: #fff; }
	.container.full.bg-photo-3 .cadre { background-color: #fff; }
	.container.full.bg-photo-4 .cadre { background-color: #fff; }

	.container.full.bg-photo-1 h2,
	.container.full.bg-photo-2 h2,
	.container.full.bg-photo-3 h2,
	.container.full.bg-photo-4 h2 { color: #fff; }

#main #shop_CustomerArea .container.full.dark {
	padding: 0;
}
#main #shop_CustomerArea .container.full.dark .span4 {
	width: 213px;
	padding: 10px 40px;
	padding-top: 55px;
	padding-bottom: 55px;
}

	#main #shop_CustomerArea .container.full.dark .span4:hover {
		background-color: #04a9ca;
	}

	#main #shop_CustomerArea .container.full.dark .span4 a {
		margin: 10px 0 0 0;
		display: block;
	    font-size: 18px;
	    text-decoration: none;
	}

.row.full .span12 {
	margin-left: 0;
}

#main .container.full.no-padding,
#main .container.no-padding { 
	padding-top: 0;
	padding-bottom: 0;
}

#main .container.dark { background-color: #242323; color: #fff; }
#main .container.dark h1,
#main .container.dark h2,
#main .container.dark h3,
#main .container.dark h4,
#main .container.dark a { color: #fff; }
#main .container.small { font-size: 0.8em; }

#main .container .row.center {
	text-align: center;
}

	#main .container.full .row.full {
		width: 940px;
		margin: 0 auto;
	}

/* Footer
-------------------------------------------------------------- */

	#footer {
		border-top: 3px solid #e7eced;
		/*margin: 50px 0;*/
		padding: 40px 0 20px 0;

		font-size: 12px;
		line-height: 20px;
	}

	#footer h4 { font-weight: 600; }

	#footer #links {
		margin-bottom: 30px;
	}

	#footer #links a {
		text-decoration: none;
		display: block;
	}

	#footer hr {
		margin: 0;
		background-color: #c1c2c3;
		color: #c1c2c3;
	}
			#footer .footerLinks a {
				display: block;
				padding: 3px 0;
				margin: 0 0 1px 0;
			}

			#footer .footerLinks a:hover {}

			#footer .footerLinks.first {
				border: none;
			}
			
			#footer .footerLinks.first h4 {
			}

		#footer .footerBottom {
			display: block;
			width: 695px;
			padding: 10px 20px;
			float: left;

			font-size: 10px;
			color: #fff;
			border-left: 1px solid #c1c2c3;
		}

		#footer .footerBottom a {
			color: #fff;
			text-decoration:none;
		}

		#footer .footerBottom a:hover {
			color: #fff;
		}

		#footer #facebookLikeShare {
			display: block;
			width: 204px;
			padding: 10px 20px;
			float: left;
		}

/* Products > Products List Pager
-------------------------------------------------------------- */

.pagerTop {
	height: 23px;
	border-top: 1px solid #e7e7e7;

	font-size: 10px;
	font-weight: bold;
}

.pagerBottom {
	height: 23px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;

	position: relative;
	top: -1px;

	font-size: 10px;
	font-weight: bold;
}

	.pagerTop a,
	.pagerBottom a {
		display: block inline;
		margin-right: 3px;
		padding: 0px 2px 2px 2px;

		color: #2b2b2b;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		height: 10px;
		padding-bottom: 0px;
		border-bottom: 2px solid #d3254a;

		color: #d3254a;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		background-color: #d3254a;

		color: #ffffff;
	}

	.pagerTop .left,
	.pagerBottom .left {
		width: 25%;
		height: 18px;
		padding-top: 5px;
		float: left;

		text-align: left;
	}

	.pagerTop .center,
	.pagerBottom .center {	
		width: 50%;
		height: 18px;
		float: left;
		padding-top: 5px;

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 25%;
		height: 20px;
		float: right;
		padding-top: 3px;

		text-align: right;
	}

	.pagerTop .input,
	.pagerBottom .input {
		padding: 0px;
		border-color: #c7c7c7;
		background-color: #ffffff;

		font-size: 9px;
		color: #2b2b2b;
	}

/* Float Elements
-------------------------------------------------------------- */

.floatLeft { float:left; }
.floatRight { float:right; }

/* Misc classes
-------------------------------------------------------------- */

.cadre { 
	padding: 20px 30px;
	margin: 0 0 15px 0;
	background-color: #f8f8f8;
}

	.cadre a { color: #d3254a; }
	.cadre .btn { color: #fff; }

	.cadre.WithSeparator { 
		display: block;
		width: 325px;
		float: left;
		padding: 10px;
		margin: 0 20px 15px 0;
	}

	.cadre.WithSeparator.last { 
		margin: 0 0 15px 0;
	}

.important { 
	padding: 20px 30px; 
	background-color: #f8d719; 
	border-radius: 5px;
	
	color: #000; 
}

	.important a, .important strong { color: #d3254a; }


.cadre .notice { padding: 10px 20px; background-color: #fff; color: #16bff7; border-radius: 5px; }

	.cadre .notice a,
	.cadre .notice strong { color: #16bff7; }

.notice { 
	padding: 10px; 
	background-color: #afecff; 
	
	color: #0b94bf; 
}

	.notice a,
	.notice strong { color: #0b94bf; }

.btn {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	background-color: #d3254a;
	border: none;
	border-radius: 5px;
	
	box-shadow: 0 3px 0 #b01e3d;

	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
}

	.btn:hover {
		color: #fff;
		box-shadow: 0 6px 0 #b01e3d;
		transition-duration: 0.05s;
	}

.btn.small { padding: 8px 10px; top: -2px; position: relative; }
	/*#toolBox {
		margin-top: 23px;
		
		
		border-radius: 5px;
		float: right;
		box-shadow: 0 3px 0 0 #bcbcbc;
	}
	
		#toolBox a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 11px;
			color: #1e1e1e;
			font-weight: 600;
			padding: 13px 7px;
			display: block;
			float: left;
		}*/

/* ------------- ajax modal popup ----------------------- */

.modalBackground {
	background-color:#2F2B2D;
	filter:alpha(opacity=70);
	opacity:0.7;
}	

.modalPopup {
    background-color:#FAF9F8;
    padding:5px;
}

	.grid .modalPopup TD {
		background-color:#FAF9F8;
	}

	.modalPopup .btnClose {
		width: 30px;
		height: 30px;
		padding: 7px;
		background-color: #d3254a;
		border-width: 0px;

		color: #fff;
		font-size: 14px;

		position: absolute;
		top: -10px;
		right: -10px;
	}