
body {
	background-color: #2f2f2f;
	font-size: 0.8em;
	font-family: Calibri, "Lucida Grande", "Lucida Sans", Verdana;
	margin: 0px;
	color: #1e1e1e;
}

a { color: #1e1e1e; }
a img { border: none; }
form { margin: 0px; }

#page {
	width: 879px;
	margin: 20px auto;
}
	#page #header {
		background: url(../images/header.jpg) no-repeat center center;
		width: 879px;
		height: 227px;
	}
		#page #header #language {
			width: 210px;
			float: right;
			margin: 2px 42px 0px 0px !important;
			margin-right: 21px;
			color: #fff;
			font-size: 0.9em;
			text-align: center;
		}
			#page #header #language img {  vertical-align: middle; margin: 0px 1px; }
		#page #header #cart {
			background: transparent url(../images/cart.jpg) no-repeat center center;
			width: 233px;
			height: 80px;
			margin: 84px 45px 0px 0px !important;
			margin-right: 23px;
			float: right;
			clear: both;
			padding: 10px;
			color: #1e1e1e;
		}
			#page #header #cart h4 {
				font-size: 1.3em;
				display: inline;
				margin: 0px;
				padding: 0px;
			}
			#page #header #cart img { vertical-align: middle; }
			#page #header #cart ul {
				margin: 0px;
				padding: 5px 0px 4px 15px;
				list-style-type: none
			}
				#page #header #cart ul li {
					background: transparent url(../images/checked.jpg) no-repeat left center;
					padding-left: 15px;
				}
		#page #header #navlinks {
			list-style-type: none;
			padding: 181px 0px 0px 0px;
			margin: 0px;
		}
			#page #header #navlinks li {
				float: left;
				width: 102px;
				height: 28px;
				text-align: center;
				padding: 0px 12px;
			}
				#page #header #navlinks li.yellow { background: url(../images/menus/n_yellow.jpg) no-repeat center center; }
				#page #header #navlinks li.red { background: url(../images/menus/n_red.jpg) no-repeat center center; }
				#page #header #navlinks li.green { background: url(../images/menus/n_green.jpg) no-repeat center center; }
				#page #header #navlinks li.blue { background: url(../images/menus/n_blue.jpg) no-repeat center center; }
				#page #header #navlinks li a {
					display: block;
					width: 102px;
					height: 26px;
					color: #fff;
					text-decoration: none;
					padding-top: 2px;
				}
	#page #menu {
		float: left;
		margin-top: 12px;
	}
		#page #menu a.title {
			width: 190px;
			height: 22px;
			display: block;
			text-align: center;
			margin: 5px 0px;
			padding-top: 5px;
			color: #fff;
			text-decoration: none;
		}
			#page #menu a.title.yellow { background: url(../images/menus/m_yellow.jpg) no-repeat center center; }
			#page #menu a.title.red { background: url(../images/menus/m_red.jpg) no-repeat center center; }
			#page #menu a.title.green { background: url(../images/menus/m_green.jpg) no-repeat center center; }
			#page #menu a.title.blue { background: url(../images/menus/m_blue.jpg) no-repeat center center; }
		#page #menu .menu {
			background: url(../images/m_top.jpg) no-repeat center top;
			padding-top: 4px;
		}
			#page #menu .menu .menu_in ul {
				background: url(../images/m_background.jpg) repeat-y center top;
				margin: 0px;
				list-style-type: none;
				padding: 0px 6px;
			}
				#page #menu .menu .menu_in ul li {
					background: url(../images/puce.jpg) no-repeat left center;
					padding: 2px 0px 3px 15px;
					border-bottom: 1px dashed #d9d9d9;
				}
					#page #menu .menu .menu_in ul li a {
						color: #343434;
						text-decoration: none;
					}
			#page #menu .menu .menu_in {
				background: url(../images/m_bottom.jpg) no-repeat center bottom;
				padding-bottom: 4px;
			}
	#page #content {
		float: left;
		width: 658px;
		margin: 12px 0px 0px 30px;
	}
		#page #content h2 {
			background: url(../images/h2.jpg) no-repeat center center;
			width: 658px;
			height: 24px;
			margin: 5px 0px;
			text-align: center;
			color: #fff;
			font-size: 1.2em;
			padding-top: 3px;
		}
		#page #content #discounts {
			background: url(../images/discounts.jpg) no-repeat center center;
			width: 657px;
			height: 176px;
		}
			#page #content #discounts img.view {
				margin: 15px 0px 0px 10px;
				float: left;
			}
			#page #content #discounts #infos {
				color: #fff;
				font-size: 1.5em;
				margin: 30px 0px 0px 15px;
				width: 225px;
			}
			#page #content #discounts #prompt {
				background: url(../images/prompt.jpg) no-repeat center center;
				font-size: 0.8em;
				width: 146px;
				height: 20px;
				float: right;
				text-align: center;
				padding-top: 2px;
			}
		#page #content .box {
			background: url(../images/c_background.jpg) repeat-y top center;
		}
			#page #content .box_top {
				background: url(../images/c_top.jpg) no-repeat top center;
				padding-top: 3px;
			}
			#page #content .box_bottom {
				background: url(../images/c_bottom.jpg) no-repeat bottom center;
				padding-top: 3px;
			}
			#page #content .box .items {
				float: left;
				width: 300px;
				margin: 10px 8px;
				text-align: justify;
				color: #959595;
			}
				#page #content .box .items img {
					float: left;
					margin: 0px 4px 0px 0px;
				}
			#page #content .box span.puce {
				background: url(../images/puce_mini.jpg) no-repeat left center;
				padding-left: 12px;
				font-weight: bold;
				color: #1e1e1e;
			}
			#page #content .box a.price {
				background: url(../images/a_yellow.jpg) no-repeat left center;
				float: left;
				display: block;
				width: 71px;
				height: 18px;
				text-align: center;
				color: #fff;
				text-decoration: none;
				margin: 3px 4px 0px 4px;
			}
			#page #content ul {
				list-style-type: none;
			}
				#page #content ul.listing {
					float: left;
				}
			#page #content form.style {
				width: 400px;
				margin: 0px auto;
			}
				#page #content form.style input, #page #content form.style textarea {
					margin: 5px 0px;
				}
				#page #content form.style label.left {
					float: left;
					width: 52px;
					margin: 6px 0px;
				}
				#page #content form.style .all { width: 100%; }
	#page #footer {
		background: url(../images/footer.jpg) no-repeat center center;
		width: 871px;
		height: 55px;
		margin: 10px 0px;
		color: #fff;
		font-size: 0.9em;
		padding: 14px 0px 0px 5px;
	}
		#page #footer a {
			color: #fff;
			text-decoration: none;
		}

div.fl_left, img.fl_left { float: left; }
div.al_ce, p.al_ce { text-align: center; }
div.clearer { clear: both; }
img.margin_side { margin: 0px 15px; }
div.margin { margin: 8px; }

/* sliding show/hide */
.dhtmlgoodies_question{	/* Styling question */


	overflow:hidden;
	cursor:pointer;
	
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	visibility:hidden;
	overflow:hidden;
	
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */


}

