/* CSS */
/* > RESET */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0; padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset, img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, input {
	display: block;
}

/* > END RESET */
/* > MAIN */
body {
	background-color: #fff;
}

div#main {
	position: relative;
	min-height: 100%;
}

div#topbanner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	height: 34px;
	background: url(../img/bgTop.png) center top repeat-x;
	z-index: 10;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	color: #666;
	font-size: .7em;
}

	div#topbanner div {
		margin: 0px auto;
		padding: 0px;
		width: 980px;
		height: 29px;
	}
		ul#topbannerleft, ul#topbannermiddle, ul#topbannerright {
			height: 16px;
			display: block;
			float: left;
			margin: 5px 0px 0px 0px;
			padding: 0px;
			list-style-type: none;
		}
			ul#topbannerleft li, ul#topbannermiddle li, ul#topbannerright li {
				list-style-type: none;
				margin: 0px;
				padding: 0px 8px 0px 11px;
				display: inline;
				background: url(../img/separator001.gif) left 2px no-repeat;
			}
			ul#topbannerleft li.first, ul#topbannermiddle li.first, ul#topbannermiddle li#headerFacebook, ul#topbannermiddle li#headerTwitter, ul#topbannerright li.first {
				background: none;
			}
				ul#topbannerleft li a, ul#topbannermiddle li a, ul#topbannerright li a {
					color: #666;
					margin: 0px;
					padding: 0px;
				}
				ul#topbannerleft li span, ul#topbannermiddle li span, ul#topbannerright li span {
					color: #CC0001;
					font-weight: bold;
					margin: 0px;
					padding: 0px;
				}
		ul#topbannerleft {
			width: 255px;
		}
		/*ul#topbannermiddle {
			width: 325px;
			text-align: center;
			margin: 5px 0px 0px 0px;
		}*/
		ul#topbannermiddle {
			width: 325px;
			text-align: left;
			margin: 5px 255px 0px 0px;
		}
		ul#topbannerright {
			width: 400px;
			float: right;
			text-align: right;
		}
			ul#topbannermiddle li {
				margin: 0px;
				padding: 0px 5px;
			}
				ul#topbannermiddle li a {
					display: inline;
					padding: 3px 0px 1px 20px;
					font-family: Arial;
					font-size: .8em;
					font-weight: normal;
				}
				ul#topbannermiddle li#headerFacebook a {
					color: #2f58a2;
					background: url(../img/action/iconFacebook.gif) left top no-repeat;
				}
				ul#topbannermiddle li#headerTwitter a {
					color: #6acbde;
					background: url(../img/iconTwitter.gif) left top no-repeat;
				}

div#content {
	margin: 0px auto;
	padding: 30px 7px 233px 7px;
	width: 980px;
	background: url(../img/bgContent.png) center top repeat-y;
}

	div#header {
		position:relative;
		width: 980px;
		height: 199px;
		margin: 0px 0px 5px 0px;
		z-index: 5;
		background: #e2e2e2;
	}
	
		div#headerTop {
			position: relative;
			width: 980px;
			height: 130px;
			display: block;
			margin: 0px;
		}
	
			img#background {
				width: 980px;
				height: 130px;
				display: block;
			}
	
			img#logo {
				position: absolute;
				top: 0px;
				left: 38px;
				width: 270px;
				height: 113px;
				display: block;
			}
			
/******** Login Box *******/
			
			form#login {
				position: absolute;
				top: 25px;
				right: 20px;
				width: 320px;
				height: 95px;
				margin: 0px;
				background: url(../img/bgLoginBox.png) left top no-repeat;
			}
			
				form#login p#text {
					height: 20px;
					font-family: Tahoma, Arial, Verdana, sans-serif;
					font-size: .7em;
					color: #666;
					margin: 6px 14px 0px 14px;
					padding: 0px;
				}
				
				form#login p#text strong {
					font-weight: bold;
					color: #f00;
				}
				
				form#login p.hide {
					display: none;
					height: 0px;
					width: 0px;
				}
				
				form#login p#form {
					margin: 0px;
					padding: 0px;
				}
			
				input#loginusername, input#loginpassword {
					width: 115px;
					height: 14px;
					display: block;
					float: left;
					background: none;
					border: 0px;
					padding: 2px 3px;
					font-family: Arial, Verdana, sans-serif;
					font-size: .7em;
					color: #666;
					outline: none;
				}
			
				input#loginusername {
					margin: 5px 0px 0px 14px;
				}
				
				input#loginpassword {
					margin: 5px 0px 0px 19px;
				}
				
				input#loginsubmit{
					width: 23px;
					height: 20px;
					display: block;
					float: left;
					margin: 4px 0px 0px 13px;
					outline: none;
				}
				
				form#login p#rememberp {
					height: 17px;
					margin: 7px 0px 0px -10px;
					padding: 0px 0px 0px 0px;
				}
				
				form#login p#rememberp input {
					margin: 3px 0px 0px 20px;
					width: 11px;
					height: 11px;
					padding: 2px;
					border: 0px;
					background: none;
					float: left;
				}
				
				form#login p#rememberp label {
					height: 17px;
					margin: 0px;
					padding: 0px 0px 0px 4px;
					float: left;
					font-size: .65em;
					font-weight: normal;
					text-align: left;
				}
				
/****** End Login Box ******/
/******** Logged Box *******/
				
			div#login {
				position: absolute;
				top: 15px;
				right: 20px;
				width: 290px;
				height: 55px;
				margin: 0px;
				padding: 15px;
				background: url(../img/bgLoginBoxLogged.png) left top no-repeat;
			}
			
				a#avatar {
					width: 55px;
					height: 55px;
					display: block;
					float: left;
					margin: 0px 20px 0px 0px;
				}
			
				a#avatar img {
					width: 55px;
					height: 55px;
					display: block;
				}
				
				div#login p {
					font-family: Tahoma, Verdana, Arial, sans-serif;
					font-size: .7em;
					color: #666;
					display: block;
					line-height: 120%;
					margin: 6px 0px 0px 0px;
				}

				div#login p a {
					color: #666;
				}

				div#login p strong {
					color: #CC0001;
					font-weight: bold;
				}

				div#login p a.linkhistory {

				}
				
				div#login ul, form#login ul {
					width: 320px;
					height: 16px;
					display: block;
					float: left;
					text-align: right;
					margin: 17px 0px 0px 0px;
					padding: 0px;
					list-style-type: none;
					font-family: Tahoma, Verdana, Arial, sans-serif;
					font-size: .7em;
					color: #666;
				}
				
				form#login ul {
					margin: 8px 0px 0px 0px;
				}
				
				div#login ul li, form#login ul li {
					list-style-type: none;
					margin: 0px;
					padding: 0px 8px 0px 11px;
					display: inline;
					color: #666;
					background: url(../img/separator001.gif) left 2px no-repeat;
				}
				
				div#login ul li.first, form#login ul li.first {
					background: none;
				}
				
				div#login ul li a, form#login ul li a {
					color: #666;
					margin: 0px;
					padding: 0px;
				}
				
				
			
/***** End Logged Box ******/
			
		div#mainMenu {
			width: 980px;
			height: 35px;
			margin: 0px 0px 5px 0px;
			padding: 0px;
		}
		
			div#mainMenu ul {
				width: 822px;
				height: 35px;
				display: block;
				float: left;
				margin: 0px;
				padding: 0px;
				background: url(../img/bgMainMenu.jpg) center top repeat-x;
				list-style-type: none;
			}
			
			div#mainMenu ul li {
				width: 152px;
				height: 35px;
				margin: 0px;
				padding: 0px;
				display: block;
				float: left;
				background: url(../img/mainMenuSeparator.jpg) right top no-repeat;
			}
			div#mainMenu ul li.allactions {
				width: 132px;
			}
			div#mainMenu ul li.allactions a,
			div#mainMenu ul li.allactions a:hover,
			div#mainMenu ul li.allactions p {
				width: 102px;
			}
			div#mainMenu ul li.allactions a:hover,
			div#mainMenu ul li.allactions p {
				background: url(../img/bgMainMenuAllHover.gif) 1px 3px no-repeat;
			}
			div#mainMenu ul li.basket {
				width: 192px;
				height: 35px;
				margin: 0px;
				padding: 0px 0px 0px 0px;
				display: block;
				float: left;
				/*background: url(../img/mainMenuSeparatorBasket.png) right top no-repeat;*/
			}
			div#mainMenu ul li.last {
				background: none;
			}

			div#mainMenu ul li a, div#mainMenu  ul li p {
				width: 122px;
				height: 28px;
				display: block;
				margin: 0px;
				padding: 7px 16px 0px 14px;
				text-align: center;
				color: #fff;
				font-size: 1em;
				font-family: 'HelvMed', sans-serif;
				/*-webkit-text-stroke: 0.01em #fff;*/
				text-shadow: .1em .1em .2em #666;
				outline: none;
			}
			
			div#mainMenu ul li a:hover, div#mainMenu ul li p {
				height: 27px;
				padding: 8px 16px 0px 14px;
				color: #cc0000;
				text-shadow: 0.04em 0.04em 0em #F3F3F3;
				font-family: 'HelvMed', sans-serif;
				/*-webkit-text-stroke: 0.01em #cc0000;*/
				text-decoration: none;
				background: url(../img/bgMainMenuHover.gif) 1px 3px no-repeat;
			}
			div#mainMenu ul li.basket a, div#mainMenu  ul li.basket p {
				width: 162px;
			}
			div#mainMenu ul li.basket a:after, div#mainMenu  ul li.basket p:after {
				position: relative;
				content: " ";
				display: inline-block;
				width: 22px;
				height: 20px;
				margin: -5px 0 -5px 10px;
				background: url(../img/mainMenuSeparatorBasket.png) 0px -7px no-repeat;
			}
			div#mainMenu ul li.basket a:hover, div#mainMenu ul li.basket p {
				background: url(../img/bgMainMenuBasketHover.gif) 1px 3px no-repeat;
			}
			
			div#mainMenu ul li#home {
				width: 42px;
				height: 35px;
				margin: 0px;
				padding: 0px;
				display: block;
				float: left;
				background: url(../img/mainMenuSeparator.jpg) right top no-repeat;
			}
			
			div#mainMenu ul li#home a {
				width: 42px;
				height: 23px;
				display: block;
				margin: 0px;
				padding: 12px 0px 0px 0px;
				text-align: center;
				text-shadow: 0px;
				outline: none;
			}
			
			div#mainMenu ul li#home a img {
				display: inline;
			}
			
			div#mainMenu ul li#home a:hover {
				background: none;
			}

			div#mainMenu a#infoBtn {
				width: 53px;
				height: 27px;
				display: block;
				float: right;
				color: #fff;
				font-size: 1em;
				text-align: right;
				padding: 8px 32px 0px 0px;
				/*text-shadow: .1em .1em .2em #585858;*/
				font-family: 'HelvMed', sans-serif;
				/*-webkit-text-stroke: 0.01em #fff;*/
				background: url(../img/bgInfo.jpg) left top no-repeat;
			}

			div#mainMenu a#helpBtn {
				width: 40px;
				height: 27px;
				display: block;
				float: right;
				color: #fff;
				font-size: 1em;
				text-align: right;
				padding: 8px 33px 0px 0px;
				/*text-shadow: .1em .1em .2em #585858;*/
				font-family: 'HelvMed', sans-serif;
				/*-webkit-text-stroke: 0.01em #fff;*/
				background: url(../img/bgHelp.jpg) left top no-repeat;
			}
		
		div#underMenu {
			width: 980px;
			height: 29px;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			background: #fff;
		}
		
			ul#subMenu {
				width: 661px;
				height: 29px;
				display: block;
				float: left;
				margin: 0px;
				padding: 0px;
				list-style-type: none;
			}
			
			ul#subMenu li {
				position: relative;
				height: 29px;
				margin: 0px 0px 0px 5px;
				padding: 0px;
				display: block;
				float: left;
			}
			
/*			li#submenuall {
				width: 76px;
			}
			
			li#submenucashback {
				width: 104px;
			}
			
			li#submenucouponing {
				width: 96px;
			}
			
			li#submenupromocode {
				width: 84px;
			}
			
			li#submenucontest {
				width: 85px;
			}
			
			li#submenusaving {
				width: 107px;
			}
			
			li#submenu07 {
				width: 23px;
			}*/

			ul#subMenu li a, ul#subMenu li p {
				height: 24px;
				display: block;
				margin: 0px;
				padding: 5px 10px 0px 10px;
				text-align: center;
				color: #fff;
				font-size: .7em;
				font-family: 'HelvMed', sans-serif;
				text-shadow: .1em .1em .2em #999;
				text-transform:uppercase;
				outline: none;
				-moz-border-radius: 0px 0px 6px 6px;
				-webkit-border-radius: 0px 0px 6px 6px;
				border-radius: 0px 0px 6px 6px;
			}
			
			@media screen and (-webkit-min-device-pixel-ratio:0) {
				ul#subMenu li a, ul#subMenu li p {
					font-size: .7em;
					font-family: 'HelvMed', sans-serif;
					text-shadow: none;
					/*-webkit-text-stroke: 0.05em #fff;*/
					text-shadow: .1em .1em .2em #666;
				}
			}
			
			li#submenuall a, li#submenuall p {
				background: #666666;
/*				background: url(../img/bgSubmenu01.jpg) left top no-repeat;*/
			}
			
			li#submenucashback a, li#submenucashback p {
				background: #29AAE1;
/*				background: url(../img/bgSubmenu02.jpg) left top no-repeat;*/
			}
			
			li#submenucouponing a, li#submenucouponing p {
				background: #CC0001;
/*				background: url(../img/bgSubmenu03.jpg) left top no-repeat;*/
			}

			li#submenucontest a, li#submenucontest p,
			li#submenupromocode a, li#submenupromocode p {
				background: #97CA41;
/*				background: url(../img/bgSubmenu04.jpg) left top no-repeat;*/
			}
			
			li#submenucashpoint a, li#submenucashpoint p {
				background: #FC9E00;
/*				background: url(../img/bgSubmenu05.jpg) left top no-repeat;*/
			}
			
			li#submenusaving a, li#submenusaving p {
				background: #8A3391;
/*				background: url(../img/bgSubmenu06.jpg) left top no-repeat;*/
			}
			
			li#submenu07 a, li#submenu07 p {
				background: #666666;
/*				background: url(../img/bgSubmenu07.jpg) left top no-repeat;*/
			}

			ul#subMenu li:hover a {
			}
			
			ul#subMenu li:hover a, ul#subMenu li p, ul#subMenu a.selected {
				color: #fff;
				font-family: 'HelvMed', sans-serif;
				text-decoration: underline;
				background-image: url(../img/dot013.gif);
				background-position: center top;
				background-repeat: no-repeat;
			}
			
			li#submenuall a:hover, li#submenuall p {
				position: relative;
/*				background: url(../img/bgSubmenu01selected.jpg) left top no-repeat;*/
			}
			
			li#submenucashback a:hover, li#submenucashback p, li#submenucashback a.menuover {
				position: relative;
				-moz-border-radius: 0px;
				-webkit-border-radius: 0px;
				border-radius: 0px;
/*				background: url(../img/bgSubmenu02hover.jpg) left top no-repeat;*/
			}
			
			li#submenucashback a.selected, li#submenucashback p.selected {
				position: relative;
				text-decoration: underline;
/*				background: url(../img/bgSubmenu02selected.jpg) left top no-repeat;*/
			}
			li#submenucashback a.selected:hover, li#submenucashback a.menuover {
				position: relative;
				text-decoration: underline;
/*				background: url(../img/bgSubmenu02hover.jpg) left top no-repeat;*/
			}
			
			li#submenucouponing a:hover, li#submenucouponing p, li#submenucouponing a.menuover {
				position: relative;
/*				background: url(../img/bgSubmenu03hover.jpg) left top no-repeat;*/
			}
			
			li#submenucouponing a.selected, li#submenucouponing p.selected {
				position: relative;
/*				background: url(../img/bgSubmenu03selected.jpg) left top no-repeat;*/
			}
			li#submenucouponing a.selected:hover, li#submenucouponing a.menuover {
				position: relative;
/*				background: url(../img/bgSubmenu03hover.jpg) left top no-repeat;*/
			}
			li#submenucontest a:hover, li#submenucontest p,
			li#submenupromocode a:hover, li#submenupromocode p {
				position: relative;
/*				background: url(../img/bgSubmenu04selected.jpg) left top no-repeat;*/
			}
			
			li#submenucashpoint a:hover, li#submenucashpoint p {
				position: relative;
/*				background: url(../img/bgSubmenu05selected.jpg) left top no-repeat;*/
			}

			li#submenusaving a:hover, li#submenusaving p {
				position: relative;
/*				background: url(../img/bgSubmenu06selected.jpg) left top no-repeat;*/
			}
			
			li#submenu07 a:hover, li#submenu07 p {
				position: relative;
/*				background: url(../img/bgSubmenu07selected.jpg) left top no-repeat;*/
			}
			
			/**************** SUB SUB MENU **********************/
			
			div#underMenu ul.submenuover {
				display: none;
			}

			div#underMenu ul li:hover ul.submenuover {
				display: block;
			}

			ul#subMenu li ul.submenuover {
				position: absolute;
				left: 0px;
				top: 29px;
				width: 183px;
				margin: 0px;
				padding: 0px;
			}
			li#submenucashback ul.submenuover {
			}
			li#submenucouponing ul.submenuover {
			}

			ul#subMenu li ul.submenuover li {
				width: 183px;
				height: 33px;
				display: block;
				margin: 0px;
				padding: 0px;
				float: none;
				background-image: url(../img/subMenuLine.png);
				background-position: center top;
				background-repeat:  no-repeat;
			}

			ul#subMenu li ul.submenuover li.second {
				-moz-border-radius: 0px 6px 0px 0px;
				-webkit-border-radius: 0px 6px 0px 0px;
				border-radius: 0px 6px 0px 0px;
				background-image: none;
			}

			ul#subMenu li ul.submenuover li.last {
				padding-bottom: 6px;
				-moz-border-radius: 0px 0px 6px 6px;
				-webkit-border-radius: 0px 0px 6px 6px;
				border-radius: 0px 0px 6px 6px;
			}
			
			li#submenucashback ul.submenuover li {
				background-color: #29AAE1;
/*				background: url(../img/bgSubmenu02SubRepeat.png) center top no-repeat;*/
			}

			ul#subMenu li#submenucashback ul.submenuover li.first {
				background: #29AAE1;
				width: 118px;
				height: 6px;
				background:
					-moz-radial-gradient(100% 0, circle, rgba(204,0,0,0) 6px, #29AAE1 6px);
				background:
					-o-radial-gradient(100% 0, circle, rgba(204,0,0,0) 6px, #29AAE1 6px);
				background:
					-webkit-radial-gradient(100% 0, circle, rgba(204,0,0,0) 6px, #29AAE1 6px);
				background-position: top right;
				-moz-background-size: 100% 100%;
				-webkit-background-size: 100% 100%;
				background-size: 100% 100%;
				background-repeat: no-repeat;
/*				background: url(../img/bgSubmenu02SubFirst.png) center top no-repeat;*/
			}

/*			li#submenucashback ul.submenuover li.last {
				background: url(../img/bgSubmenu02SubLast.png) center top no-repeat;
			}*/
			
			li#submenucouponing ul.submenuover li {
				background-color: #CC0001;
/*				background: url(../img/bgSubmenu03SubRepeat.png) center top no-repeat;*/
			}

			ul#subMenu li#submenucouponing ul.submenuover li.first {
				background: #CC0001;
				width: 118px;
				height: 6px;
				background:
					-moz-radial-gradient(100% 0, circle, rgba(204,0,0,0) 6px, #CC0001 6px);
				background:
					-o-radial-gradient(100% 0, circle, rgba(204,0,0,0) 6px, #CC0001 6px);
				background:
					-webkit-radial-gradient(100% 0, circle, rgba(204,0,0,0) 6px, #CC0001 6px);
				background-position: top right;
				-moz-background-size: 100% 100%;
				-webkit-background-size: 100% 100%;
				background-size: 100% 100%;
				background-repeat: no-repeat;
/*				background: url(../img/bgSubmenu03SubFirst.png) center top no-repeat;*/
			}

/*			li#submenucouponing ul.submenuover li.second {
				background: url(../img/bgSubmenu03SubLast.png) center top no-repeat;
			}

			li#submenucouponing ul.submenuover li.last {
				background: url(../img/bgSubmenu03SubLast.png) center top no-repeat;
			}*/

			ul#subMenu li ul.submenuover li a, ul#subMenu li ul.submenuover li p {
				width: 156px;
				height: 25px;
				padding: 9px 4px 0px 23px;
				margin: 0px 0px 0px 0px;
				background: url(../img/dot012.gif) 14px 16px no-repeat;
				font-family: Arial, Verdana, Sans-Serif;
				text-align: left;
				text-transform: none;
				font-size: .7em;
				text-shadow: none;
				/*-webkit-text-stroke: 0em #fff;*/
				text-decoration:none;
			}

			ul#subMenu li ul.submenuover li.first a, ul#subMenu li ul.submenuover li.first p {
				background: none;
			}

			ul#subMenu li ul.submenuover li.last a, ul#subMenu li ul.submenuover li.last p {
			}

			ul#subMenu li ul.submenuover li a:hover, ul#subMenu li ul.submenuover li p {
				text-decoration: underline;
			}
			
		/************** END SUB SUB MENU *********************/
		/**************** FIL D'ARIANNE *******************/
			
			div#fil {
				width: 631px;
				height: 22px;
				display: block;
				float: left;
				margin: 0px;
				padding: 7px 0px 0px 0px;
				color: #999;
				font-size: .7em;
				font-family: Tahoma, Arial, Verdana, Sans-serif;
			}
			
				div#fil ul {
					margin: 0px;
					padding: 0px;
					display: inline;
					float: none;
					border: none;
				}

					div#fil ul li {
						margin-left: 1px;
						padding-left: 11px;
						border: none;
						list-style: none;
						display: inline;
						float: none;
						background: url(../img/dot006.gif) left 5px no-repeat;
					}

					div#fil ul li.first {
						background: none;
					}

						div#fil ul li a {
							color: #999;
							text-decoration: none;
						}

						div#fil ul li a:hover {
							color: #CC0001;
							text-decoration: underline;
						}

						div#fil ul li strong {
							color: #CC0001;
							font-weight: normal;
							text-decoration: underline;
						}
		
		/************** END FIL D'ARIANNE *****************/
			
		form#globalsearch {
			width: 319px;
			/*width: 227px; without advanced search*/
			height: 29px;
			display: block;
			float: right;
			padding: 0px;
			margin: 0px 0px 0px 0px;
			background: url(../img/bgSearch.jpg) left top no-repeat;
		}
		
			input#globalsearchinput {
				width: 126px;
				height: 18px;
				display: block;
				float: left;
				border: 0px;
				font-size: .7em;
				margin: 4px 0px 0px 18px;
				padding: 0px 3px;
				background: none;
				font-family: Tahoma, Verdana, Arial, sans-serif;
				font-size: .7em;
				color: #999;
				outline: none;
			}
		
			input#globalsearchbtn {
				width: 23px;
				height: 20px;
				display: block;
				float: left;
				border: 0px;
				margin: 2px 0px 0px 10px;
				padding: 0px;
				outline: none;
				cursor: pointer;
				background: url(../img/btnSearch.jpg) center center no-repeat;
			}
	
			a#advancedsearch {
				font-family: Tahoma, Verdana, Arial, sans-serif;
				font-size: .7em;
				color: #666;
				display: block;
				float: left;
				margin: 4px 0px 0px 14px;
				padding: 0px 0px 0px 10px;
				background: url(../img/dot001.gif) left 8px no-repeat;
			}
					
	div#contentCenter {
		position:relative;
		width: 970px;
		background: url(../img/bgContentRepeat.jpg) left top repeat-y;
		margin: 0px 0px 0px 5px;
		z-index: 0;
	}
					
		div#blockLeft {
			width: 184px;
			margin: 0px;
			padding: 0px;
			display: block;
			float: left;
			background: url(../img/bgContentMenuLeftTop.jpg) left top no-repeat;
		}
		
			div#cart {
				width: 184px;
				height: 223px;
				margin: 0px;
				padding: 82px 0px 0px 0px;
				display: block;
				clear: both;
				text-align: center;
			}
			
				p#carttotal {
					width: 184px;
					height: 45px;
					margin: 0px 0px 0px 0px;
					display: block;
					text-align: center;
					font-size: 3.1em;
					line-height: .7em;
					color: #CC0001;
					font-family: 'HelvBold', sans-serif;
				}
				p#carttotal.small {
					font-size: 2.4em;
				}
			
				p#carttotal span {
					font-size: .4em;
				}
				
				a#iconcart {
					width: 30px;
					height: 28px;
					margin: 70px 0px 0px 22px;
					display: block;
					float: left;
					outline: none;
				}
				
				a#iconcart img {
					width: 30px;
					height: 28px;
				}
				
				p#cartResume {
					width: 119px;
					margin: 68px 0px 0px 12px;
					display: block;
					float: left;
					font-family: Arial, Verdana, Sans-serif;
					font-size: .8em;
					text-align: left;
					color: #999;
				}
				
				p#cartResume strong {
					font-weight: bold;
					color: #CC0001;
				}
				
				a#btnCart {
					display: inline-block;
					clear: both;
					margin: 12px 0px;
					outline: none;
					padding: 5px 10px 3px 10px;
					text-align: center;
					color: #fff;
					font-size: .7em;
					font-family: 'HelvMed', sans-serif;
					text-shadow: .1em .1em .2em #999;
					text-transform:uppercase;
					outline: none;
					-moz-border-radius: 6px;
					-webkit-border-radius: 6px;
					border-radius: 6px;
					background: #CC0001;
				}
			
			div#blockLeft hr {
				width: 160px;
				height: 2px;
				display: block;
				clear: both;
				line-height: 1px;
				border: 0px;
				font-size: 1px;
				color: #fff;
				background: #fff url(../img/line01.gif) left top repeat-x;
				margin: 0px 11px;
				padding: 0px;
			}
			
			ul#menuLeft {
				width: 168px;
				margin: 15px 8px;
				padding: 0;
				list-style: none;
				color: #fff;
				font-size: .75em;
				font-weight: bold;
				font-family: Arial, Verdana, sans-serif;
			}
			
			ul#menuLeft li {
				margin: 5px 0px;
				padding: 0px;
			}
			
			ul#menuLeft a, ul#menuLeft span {
				width: 152px;
				height: 20px;
				display: block;
				margin: 0px;
				padding: 2px 8px 2px 8px;
				color: #fff;
				text-decoration: none;
			}
			
			ul#menuLeft a, ul#menuLeft span {
				font-weight: bold;
				background-image: url(../img/bgMenuLeftClose.png);
			}
			
			ul#menuLeft .open a, ul#menuLeft .open span {
				background-image: url(../img/bgMenuLeftOpen.png);
			}
			
			ul#menuLeft li#menuleftall a, ul#menuLeft li#menuleftall span {
				font-weight: bold;
				background-color: #666;
				background-image: url(../img/bgMenuLeft.png);
			}
			
			ul#menuLeft li#menuleftcashback a, ul#menuLeft li#menuleftcashback span {
				background-color: #29aae1;
			}
			
			ul#menuLeft li#menuleftcouponing a, ul#menuLeft li#menuleftcouponing span {
				background-color: #CC0001;
			}
			
			ul#menuLeft li#menuleftpromocode a, ul#menuLeft li#menuleftpromocode span {
				background-color: #97ca41;
			}
			
			ul#menuLeft li#menuleftcontest a, ul#menuLeft li#menuleftcontest span {
				background-color: #97ca41;/*fc9d00;*/
			}
			
			ul#menuLeft li#menuleftcashpoint a, ul#menuLeft li#menuleftcashpoint span {
				background-color: #fc9d00;
			}
			
			ul#menuLeft li#menuleftsaving a, ul#menuLeft li#menuleftsaving span {
				background-color: #8a3391;
			}
						
			ul#menuLeft li#menuleftpromocode a.close, ul#menuLeft li#menuleftcontest a.close, ul#menuLeft li#menuleftsaving a.close {
				background-image: url(../img/bgMenuLeft.png);
			}
			
			ul#menuLeft a:hover, ul#menuLeft a:focus, ul#menuLeft a:active {
				text-decoration: underline;
			}
			
			ul#menuLeft li#menuleftall ul.subMenu a, ul#menuLeft li#menuleftcashback ul.subMenu a, ul#menuLeft li#menuleftcouponing ul.subMenu a, 
			ul#menuLeft li#menuleftpromocode ul.subMenu a, ul#menuLeft li#menuleftcontest ul.subMenu a, ul#menuLeft li#menuleftsaving ul.subMenu a {
				background: #f6f6f6;
			}
			
			
			ul#menuLeft ul.subMenu {
				width: 166px;
				margin: 4px 0px 11px 2px;
				padding: 0px;
				list-style: none;
				background: #f6f6f6;
			}
			
			ul#menuLeft ul.subMenu li {
				width: 166px;
				height: 22px;
				margin: 0px;
				padding: 0px;
			}
			
			ul#menuLeft ul.subMenu li input {
				width: 14px;
				margin: 3px 0px 0px 0px;
				padding: 0px;
				display: block;
				float: left;
			}
			
			ul#menuLeft ul.subMenu li label {
				width: 142px;
				margin: 0px;
				padding: 0px 0px 0px 4px;
				display: block;
				float: left;
				cursor: pointer;
				color: #666;
				font-weight: normal;
				font-size: .9em;
				font-family: Arial, Verdana, sans-serif;
				text-align: left;
			}
			
			ul#menuLeft ul.subMenu li label strong {
				width: 22px;
				float: right;
				display: inline;
				margin: 0px;
				padding: 0px 0px 4px 0px;
				color: #666;
				font-weight: bold;
				text-align: right;
				cursor: pointer;
			}
			
			ul#menuLeft ul.subMenu a {
				padding: 0px;
				background: #f6f6f6;
			}
			
			div#blockLeft input#send {
				width: 148px;
				height: 20px;
				display: block;
				margin: 0px auto 10px auto;
				cursor: pointer;
			}
			
			div#facebook {
				width: 150px;
				margin: 10px 17px;
			}
			
			div#facebook iframe {
				width: 150px;
				background: #fff;
			}
			
				div#facebook p, div#facebook span, div#facebook div {
					margin: 0px;
					padding: 0px;
					width: auto;
					height: auto;
				}
			
			div#textbottom {
				width: 160px;
				margin: 17px 12px;
				font-family: Tahoma, Arial, Verdana, Sans-serif;
				color: #999;
				font-size: .7em;
				line-height: 120%;
			}
			
			div#textbottom p  {
				display: block;
				float: left;
				margin: 0px;
			}
			
			div#textbottom p#longtextbottom  {
				width: 146px;
				margin: 0px 0px 0px 4px;
				padding: 0px 0px 20px 0px;
			}
		
		div#mainContent {
			width: 614px;
			margin: 0px 0px 0px 5px;
			padding: 3px 1px 0px 1px;
			display: block;
			float: left;
			background: url(../img/bgContentTop.jpg) left top no-repeat;
		}
		
		div#mainContent.iframe {
			background: none;
		}
		
		div#mainContent a {
			color: #CC0001;
			font-weight: bold;
		}
				
		hr {
			height: 2px;
			display: block;
			clear: both;
			line-height: 1px;
			font-size: 1px;
			border: 0px;
			color: #fff;
			margin: 10px;
			padding: 0px;
			background: #e2e2e2 url(../img/line01.gif) left top repeat-x;
		}
				
		p.pagination {
			position: relative;
			width: 584px;
			height: 22px;
			display: block;
			clear: both;
			padding: 3px 0px 0px 0px;
			margin: 10px 15px 20px 15px;
			color: #666;
			font-family: Tahoma,Arial,sans-serif;
			font-size: .7em;
		}

			p.pagination a, p.pagination span {
				padding: 6px 6px;
				margin: 3px 0px 0px 0px;
				display: inline;
				text-decoration: none;
				color: #666;
			}
			
			p.pagination a img, p.pagination span img {
				display: inline;
				margin: 0px 0px 1px 0px;
			}
			
			p.pagination a:hover, p.pagination a:active {
				color: #fff;
				background-color: #666;
			}
			
			p.pagination a.left:hover, p.pagination a.left:active, p.pagination a.right:hover, p.pagination a.right:active {
				background: none;
			}
			
			p.pagination span.current {
				font-weight: bold;
				background-color: #666;
				color: #fff;
			}
			
			p.pagination span.disabled {
				color: #ccc;
			}
			
			p.pagination span.text, p.pagination span.textright {
				padding: 6px 0px;
				margin-right: 4px;
			}
			
			p.pagination span.textright {
				position: absolute;
				top: 0px;
				right: 0px;
				height: 16px;
				padding: 4px 0px 5px 0px;
				margin: 0px;
			}
		
		div#pubRight {
			width: 160px;
			margin: 0px 0px 0px 5px;
			padding: 0px;
			display: block;
			float: left;
		}
			div#pubRight, div#pubRight div, div#pubRight object, div#pubRight object embed {
				position: relative;
				z-index: 1;
			}
		
			div#pubRight a, div#pubRight div {
				margin: 0px 0px 5px 0px;
				padding: 0px;
				display: block;
				float: left;
			}
		
			div#pubRight a img {
				display: block;
			}
		
div#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 233px;
	background: url(../img/bgFooter.jpg) center top repeat-x;
}

	div#footerCenter {
		width: 980px;
		height: 188px;
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
	}
	
		div#footerBlockLeft {
			width: 426px;
			height: 190px;
			display: block;
			float: left;
			margin: 4px 0px 0px 0px;
		}
		
			a#logoFooter {
				width: 162px;
				height: 63px;
				display: block;
				margin: 0px 0px 0px 0px;
			}
			
			div#footerText {
				width: 380px;
				height: 114px;
				display: block;
				float: left;
				margin: 14px 13px 0px 33px;
				font-family: Arial, Verdana, Sans-serif;
				color: #ccc;
				font-size: .7em;
				line-height: 120%;
			}
			
			div#footerText p {
				margin: 0px;
				padding: 0px;
				color: #ccc;
				font-size: 1em;
			}
		
		div#footerMenu {
			width: 128px;
			height: 174px;
			display: block;
			float: left;
			margin: 16px 0px 0px 0px;
			padding: 0px 0px 0px 24px;
			background: url(../img/bgFooterBlock.jpg) left top no-repeat;
		}
		
		div#footerActies {
			width: 127px;
			height: 174px;
			display: block;
			float: left;
			margin: 16px 0px 0px 0px;
			padding: 0px 0px 0px 24px;
			background: url(../img/bgFooterBlock.jpg) left top no-repeat;
		}
		
			div#footerMenu h1, div#footerActies h1, div#footerNewsletter h1 {
				font-size: 1em;
				color: #fff;
				font-family: Arial, Verdana, Sans-serif;
				margin: 18px 0px;
				padding: 0px;
			}
		
			div#footerMenu ul, div#footerActies ul{
				margin: 0px;
				padding: 0px;
				line-height: 106%;
			}
		
			div#footerMenu ul li, div#footerActies ul li {
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
			
			div#footerMenu ul li a, div#footerActies ul li a {
				color: #ccc;
				font-family: Tahoma, Arial, Verdana, Sans-serif;
				font-size: .7em;
				background: url(../img/dot005.gif) left 5px no-repeat;
				padding: 0px 0px 0px 8px;
				margin: 0px;
			}
		
		div#footerNewsletter {
			width: 227px;
			height: 174px;
			display: block;
			float: left;
			margin: 16px 0px 0px 0px;
			padding: 0px 0px 0px 24px;
			background: url(../img/bgFooterBlock.jpg) left top no-repeat;
		}

		div#footerNewsletter a#facebookLink {
			width: 152px;
			height: 121px;
			display: block;
			float: right;
			margin: 26px 8px 0px 0px;
		}
		
			p#footerNewsletterText {
				width: 230px;
				height: 29px;
				color: #ccc;
				line-height: 140%;
				font-family: Tahoma, Arial, Verdana, Sans-serif;
				font-size: .7em;
				display: block;
				margin: 0px;
			}
			
			form#footerNewsletterForm {
				width: 210px;
				height: 55px;
				display: block;
				padding: 1px 0px 0px 0px;
				margin: 20px 0px 0px 0px;
				background: url(../img/bgFooterForm.jpg) left top no-repeat;
			}
			
				form p {
					clear: both;
					display: block;
					height: 20px;
					margin: 0px 0px 10px 0px;
					padding: 0px;
				}
				
				input#newsletterLastname, input#newsletterFirstname, input#newsletterEmail, input#newsletterSubmit {
					display: block;
					float: left;
					border: 0px;
					margin: 0px;
					padding: 0px;
					font-family: Arial, Verdana, sans-serif;
					font-size: .7em;
					color: #666;
					background: none;
					outline: none;
				}
				
				input#newsletterLastname {
					width: 92px;
					height: 14px;
					margin: 0px 0px 0px 4px;
					padding: 2px 0px;
				}
				
				input#newsletterFirstname {
					width: 92px;
					height: 14px;
					margin: 0px 0px 0px 18px;
					padding: 2px 0px;
				}
				
				input#newsletterEmail {
					width: 111px;
					height: 14px;
					padding: 2px 0px;
					margin: 0px 0px 0px 4px;
				}
				
				input#newsletterSubmit {
					width: 80px;
					height: 20px;
					margin: 0px 0px 0px 14px;
				}
		
	div#footerBottom {
		width: 980px;
		height: 30px;
		margin: 16px auto 0px auto;
		padding: 0px 0px 0px 0px;
		font-size: .7em;
		font-family: Tahoma, Arial, Verdana, sans-serif;
	}
	
	
		ul#footerBottomLeft, ul#footerBottomRight {
			height: 16px;
			display: block;
			margin: 5px 0px 0px 0px;
			padding: 0px;
			list-style-type: none;
		}
			ul#footerBottomLeft li, ul#footerBottomRight li {
				list-style-type: none;
				margin: 0px;
				padding: 0px 8px 0px 11px;
				display: inline;
				color: #666;
				background: url(../img/separator001.gif) left 2px no-repeat;
			}
			ul#footerBottomLeft li.first, ul#footerBottomRight li.first, ul#footerBottomRight li#footerFacebook, ul#footerBottomRight li#footerTwitter {
				background: none;
			}
				ul#footerBottomLeft li a, ul#footerBottomRight li a {
					color: #666;
					margin: 0px;
					padding: 0px;
				}
				ul#footerBottomLeft li span, ul#footerBottomRight li span {
					color: #CC0001;
					font-weight: bold;
					margin: 0px;
					padding: 0px;
				}
		ul#footerBottomLeft {
			width: 600px;
			float: left;
		}
		ul#footerBottomRight {
			width: 350px;
			height: 18px;
			float: right;
			text-align: right;
			margin: 5px 0px 0px 0px;
		}
			ul#footerBottomRight li {
				margin: 0px;
				padding: 0px 5px;
			}
				ul#footerBottomRight li a {
					display: inline;
					padding: 3px 0px 1px 20px;
					font-family: Arial;
					font-size: .8em;
					font-weight: normal;
				}
				ul#footerBottomRight li#footerFacebook a {
					color: #2f58a2;
					background: url(../img/action/iconFacebook.gif) left top no-repeat;
				}
				ul#footerBottomRight li#footerTwitter a {
					color: #6acbde;
					background: url(../img/iconTwitter.gif) left top no-repeat;
				}
				
				div.notallowed {
					width: 600px;
					height: 250px;
				}

/* COOKIES ACCEPTED POPUP */

#cookie-accepted {
	position: fixed;
	width: 100%;
	height: 70px;
	min-height: 24px;
	padding: 8px 0;
	background: #c00;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	bottom: 0;
	left: 0;
	display: none;
}
	#cookie-accepted p {
		position: absolute;
		left: 50%;
		width: 780px;
		margin: 18px 0 18px -420px;
		line-height: 18px;
		text-align: left;
	}
	#cookie-accepted a {
		color: #fff;
		text-decoration: underline;
	}
	#cookie-accepted button {
		position: absolute;
		left: 50%;
		margin: 18px 0 0 380px;
		padding: 8px;
		border: 1px solid #fff;
		background: none;
		color: #fff;
		cursor: pointer;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

/* COOKIES ACCEPTED POPUP */

/* > END MAIN */

div#notallowed {
	padding: 0px;
	background: #fff;
	border: 1px solid #ccc;
}

div#mainContent div#notallowed {
	width: 585px;
	margin: 10px auto;
}

div#fancybox-outer div#notallowed {
	width: 575px;
	margin: 0px;
	border: 0px;
}

div#notallowed h1 {
	position:: absolute;
	width: 150px;
	height: 19px;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 30px;
	display: block;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: .75em;
	font-weight: normal;
	font-family: 'HelvMed', sans-serif;
	/*-webkit-text-stroke: 0.01em #fff;*/
	text-shadow: .1em .1em .2em #666;
	background: url(../img/action/popup/bgH1PopupCouponing.jpg) left top no-repeat;
}
		
div#notallowed p {
	color: #666;
	font-family: Arial, sans-serif;
	padding: 20px;
	margin: 0px;
	font-size: .8em;
	text-align: center;
	height: auto;
}

div#notallowed a.subscribe {
	display: block;
	width: 110px;
	height: 28px;
	margin: 0px auto 40px auto;
}

#tooltip {
  background: url("../img/action/bgHover.png") no-repeat scroll left top transparent;
  color: #FFFFFF;
  display: none;
  font-family: Arial;
  font-size: 0.7em;
  font-style: normal;
  font-weight: normal;
  height: 31px;
  left: -7px;
  padding: 10px 10px 0;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 180px;
  z-index: 500;
}

body a#urlToRedirect p {
	margin:0;
}

div#splashOptin {
	display: none;
}

div#splashHome {
	display: none;
}

p.splash-home {
	padding: 10px;
	max-width: 630px;
	text-align: center;
	color: #666666;
    font-family: Arial,sans-serif;
    font-size: 0.8em;
}

p.splash-home strong {
	color: #CC0000;
    font-size: 1.6em;
}

/* END CSS */
