	
.layout {
	width: 100%;
	margin: 0px;
}

.layout .layout_right {
	width: 195px;
	padding: 0px;
	text-align: right;
	vertical-align: top;
}

.layout .layout_right img {
	display: block;
}

.layout .layout_right_fix {
	width: 185px;
	margin-left: auto;
	margin-right: 0px;
	text-align: right;
}

.layout .layout_left {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

.layout .layout_top {
	width: 100%;
	background: url(img/layout_logo_bg2.gif) no-repeat;
	background-position: top right;
}

.layout .layout_top_left {
	vertical-align: top;
}

.layout .layout_top_right {
	vertical-align: top;
	text-align: right;
}

.layout .layout_top_right .openRep_btn {
	margin-top: 24px;
}

.layout .layout_logo {
	background: url(img/layout_logo_bg.gif) no-repeat;
	background-position: top left;
}

.layout .layout_logo img {
	display: block;
}

.layout .layout_logo1 , .layout .layout_logo2 , .layout .layout_logo3 {
	vertical-align: top;
}

.layout .layout_logo2 {
	color: #647F90;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

.layout .layout_logo3 img {
	margin-left: 5px;
	margin-right: 30px;
}

.layout .layout_menu_main {
	width: 100%;
	margin-top: 0px;
}

.layout .layout_menu {
	width: 190px;
	vertical-align: top;
	padding-top: 5px;
}

.layout .layout_main {
	width: auto;
	vertical-align: top;
}

/* menu produts */

.menu_scenario {
	margin-bottom: 10px;
}

.menu_prix {
	background: url(img/menu_prix.png) no-repeat;
	padding-top: 28px;
	padding-left: 50px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.menu_prix ul {
	list-style: square inside;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}

.menu_prix li {
	padding: 0px;
	margin: 0px;
}

.menu_prod {
	padding-left: 0px;
	border: 0px white solid;
	margin-bottom: 8px;
	font-size: 12px ;
}

.menu_prod .menu_top {
	display: block;
	position: relative;
	top: 0px;
}

.menu_prod table {
	background-image: url(img/menu_item_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 185px;
	height: 45px;
	margin-bottom: 5px;
}

.menu_prod table.selected {
	background-image: url(img/menu_item_bg_sel.gif);
}

.menu_prod .ico {
	vertical-align: middle;
	text-align: center;
	width: 40px;
}

.menu_prod .desc {
	font-size: 12px;;
}

/*
.menu_prod .sub {
	padding-left: 20px;
}

.menu_prod .sub div {
	padding-right: 10px;
	border: 1px white solid;
}
*/

/* menu service */

.menu_service {
	background: url(img/service_bg.png) no-repeat;
	background-position: top right;
	width: 165px;
	height: 110px;
}

.menu_service a:link , .menu_service a:visited {
	font-size: 11px;
}

.menu_service ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 10px;
	list-style: none;
}

.menu_service li {
	margin: 0px;
	padding: 0px;
}

.menu_more {
	padding: 20px;
	vertical-align: top;
}

.menu_more img {
	margin-right: 5px;
	vertical-align: top;
}

.menu_bottom {
	margin: 20px;
	text-align: center;
}

.copyright {
	text-align: center;
	margin-bottom: 20px;
}

/* cart */

.cart {
	width: 164px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: 15px;
	text-align: center;
}

#cart_empty {
	margin-bottom: 110px;
}

#cart_filled_medium {
	margin-bottom: 80px;
}

.cart img {
	display: block;
}

.cart .items {
	background: url(img/cart_bg.png);
	padding: 5px;
}

.cart .item {
	margin: 5px;
	border-top: 1px solid #000000;
}

.cart .total {
	margin: 5px;
	margin-bottom: 0px;
	padding-top: 4px;
	border-top: 3px double #000000;
	color: #6FB7DF;
	font-weight: bold;
}

.cart .item img {
	display: inline;
	margin-left: 5px;
}

.cart .shipping a:link , .cart .shipping a:visited {
	font-weight: normal;
	color: #DFCD87;
}

.cart .shipping_close {
	color: yellow;
}

.cart .shipping_img {
}

.cart .shipping_img img {
	margin-left: 10px;
}

/* cart page */

.cart_page {
	margin: 20px;
}

.cart_page .message {
	color: #ffffff;
	padding: 10px;
	background: #13384F;
	border: 2px solid #3F6C87;
	margin-bottom: 20px;
}

.cart_page .items {
	background: url(img/cart_bg.png);
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart_page .item {
	margin: 5px;
	border-top: 1px solid #000000;
}

.cart_page .total {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 4px;
	border-top: 3px double #000000;
	color: #6FB7DF;
	font-weight: bold;
}

.cart_page .item img {
	display: inline;
	margin-left: 5px;
}

.cart_page .shipping a:link , .cart_page .shipping a:visited {
	font-weight: normal;
	color: #DFCD87;
}

.cart_page .shipping_close {
	color: yellow;
}

.cart_page .shipping_img {
}

.cart_page .shipping_img img {
	margin-left: 10px;
}

.cart_page .links{
	padding: 20px;
}

.cart_page .links img {
	display: inline;
	vertical-align: middle;
}

.cart_page .links .pay {
	padding: 20px;
}

/* alpha images */

#cash_register , #cash_register_alpha , #cash_register_ie {
	width: 183px;
	height: 296px;
	margin-left: auto;
	margin-right: 0px;
}

#cash_register_alpha {
	background: url(img/cash_register_shadow.png) no-repeat;
}

#cash_register_ie {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cash_register_shadow.png', sizingMethod='scale');
}

/* home front news */

.front_news h1 {
	
}

/* home */

.home_prod {
	margin: 20px;
}

.home_prod .item {
	float: left;
	/*
	background: url(img/prod_base1.png) no-repeat;
	*/
	background: url(img/prod_base_wood3.png) no-repeat;
	background-position: bottom center;
	text-align: center;
	/*
	padding-left: 5px;
	padding-right: 5px;
	*/
}

.home_prod .item .th {
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.home_prod .tag {
	/*
	background: url(img/price_bg.png) no-repeat;
	background-position: top center;
	*/
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #555555;
}

.home_prod sup {
	font-weight: normal;
	font-size: 10px;
}

.home_prod h2 {
	clear: both;
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}

.home_prod br {
	clear: both;
}

.home_infos {
	clear: both;
	margin-top: 50px;
}

.home_infos td {
	width: 33%;
	padding: 10px;
	vertical-align: top;
}

.home_infos img {
	float: left;
	margin-right: 10px;
}

.home_infos span {
	color: #ffffff;
}

.home {
	text-align: left;
	padding-left: 10px;
}

/* home video */

.home_video {
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
}

.home_video h2 {
	clear: both;
	margin-top: 20px; /* margin does not work because of the clear both*/
	padding-top: 0px;
	padding-left: 8px;
	margin-bottom: 20px;
	font-size: 18px;
	border-bottom: 1px rgb(64,109,136) solid;
	border-left: 3px rgb(64,109,136) solid;
}

.home_video td {
	vertical-align: top;
}

.home_video .list {
	/*
	height: 267px;
	overflow: auto;
	*/
	margin-left: 0px;
}

.home_video .item {
	margin-left: 10px;
}

.home_video .selected {
	margin: 0px;
	padding: 10px;
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(img/vids_sel_bg.gif) no-repeat;
}

/* menu_page */

.menu_page {
	margin: 20px;
}

.menu_page br {
	clear: both;
}

.menu_page .quicklinks {
	padding-bottom: 30px;
	text-align: center;
}

.menu_page .quicklinks span {
	font-style: italic;
	color: #EFB168;
}

.menu_page a.top {
	font-style: italic;
	color: #EFB168;
	font-weight: normal;
}

.menu_page .menu_infos {
	margin-bottom: 30px;
}

.menu_page .menu_infos td {
	vertical-align: top;
}

.menu_page .advice_img {
	display: block;
}

.menu_page h3 {
	color: #ffffff;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 40px;
	font-size: 18px;
	border-bottom: 3px solid rgb(64,109,136);
	background: url(img/gift_title.png) no-repeat;
}

.menu_page .sec_link {
	text-align: right;
	font-weight: normal;
}

.menu_page .sec_link a {
	font-weight: normal;
}

.menu_page .advice {
	color: #ffffff;
	margin: 10px 0px 0px 10px;
	border-top: 3px solid rgb(64,109,136);
}

.menu_page h2 {
	color: #ffffff;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	font-size: 18px;
}

.menu_page .advice_scroll {
	color: #ffffff;
	margin: 10px 0px 0px 10px;
	border-top: 3px solid rgb(64,109,136);
	border-bottom: 3px solid rgb(64,109,136);
	height: 180px;
	overflow: auto;
}

.menu_page .advice_swap {
	display: none;
	color: #ffffff;
	margin: 10px 0px 0px 10px;
	border-top: 3px solid rgb(64,109,136);
	border-bottom: 3px solid rgb(64,109,136);
}

.menu_page .advice_swap2 {
	display: none;
	color: #ffffff;
	margin: 10px 0px 0px 10px;
	border-top: 3px solid rgb(64,109,136);
	border-bottom: 3px solid rgb(64,109,136);
	height: 180px;
	overflow: auto;
}

.menu_page .advice_swap3 {
	display: none;
	color: #ffffff;
	margin: 10px 0px 0px 10px;
	border-top: 3px solid rgb(64,109,136);
	border-bottom: 3px solid rgb(64,109,136);
	height: 400px;
	overflow: auto;
}

.menu_page .menu_infos a {
	font-weight: bold;
	color: #EFB168;
}

.menu_page .advice a:hover {
	text-decoration: underline;
}

.menu_page p {
	margin: 0px;
	padding: 0px;
}

/*
.menu_page h2 {
	clear: both;
	margin-top: 20px; 
	padding-top: 0px;
	padding-left: 8px;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px rgb(64,109,136) solid;
	border-left: 3px rgb(64,109,136) solid;
}
*/

.menu_page .item {
	float: left;
	background: url(img/prod_base_wood4.png) no-repeat;
	background-position: bottom center;
	text-align: center;
	margin-bottom: 10px;
}

.menu_page .left {
	padding-bottom: 10px;
	text-align: center;
}

.menu_page .right {
	text-align: left;
	width: 180px;
}

.menu_page .item .th {
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.menu_page .title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border: 0px solid #555555;
}

.menu_page .desc {
	padding: 5px 10px 5px 0px;
}

.menu_page i {
	color: #ffffff;
}

.menu_page .desc a:link , .menu_page .desc a:visited , .menu_page .desc a:active {
	color: #EFB168;
	font-weight: normal;
}

.menu_page .tag {
	/*
	background: url(img/price_bg.png) no-repeat;
	background-position: top center;
	*/
	width: 60px;
	background: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #555555;
}

.menu_page sup {
	font-weight: normal;
	font-size: 10px;
}

.menu_page br {
	clear: both;
}

/* gift list */


.prod_list_gift {
	padding: 20px;
}

.prod_list_gift .head {
	background: url(img/gift_0.gif) no-repeat;
	color: white;
	padding: 5px;
	padding-left: 90px;
	margin-bottom: 20px;
	border-bottom: 1px solid green;
	font-size: 16px;
}

.prod_list_gift br {
	clear: both;
}

.prod_list_gift .item {
	float: left;
	/*background: url(img/prod_base_wood4.png) no-repeat;*/
	background-position: bottom center;
	text-align: center;
	margin-bottom: 10px;
}

.prod_list_gift .left {
	padding-bottom: 10px;
	text-align: center;
}

.prod_list_gift .right {
	text-align: left;
	width: 180px;
}

.prod_list_gift .item .th {
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.prod_list_gift .title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border: 0px solid #555555;
}

.prod_list_gift .desc {
	padding: 5px 10px 5px 0px;
}


.prod_list_gift .desc a:link , .prod_list_gift .desc a:visited , .prod_list_gift .desc a:active {
	color: #EFB168;
	font-weight: normal;
}

.prod_list_gift .tag {
	/*
	background: url(img/price_bg.png) no-repeat;
	background-position: top center;
	*/
	background: #049e00;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ffffff;
	margin: 2px 15px 4px 0px;
}

.prod_list_gift sup {
	font-weight: normal;
	font-size: 10px;
}

.prod_list_gift img {
	float: left;
	margin-right: 5px;
}

/* items */
.back {
	margin-bottom: 10px;
}

.show_item {
	
}

.show_item .photo {
	margin: 5px;
	margin-left: 5px;
	float: left;
}

.show_item .title {
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
}

.show_item .desc {
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
}

.show_item .price  {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #FFB007;
	font-weight: bold;
	font-size: 35px;
}

.show_item .price_was  {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #5395A3;
	font-weight: bold;
	font-size: 20px;
	text-decoration: line-through;
}

.show_item .price sup {
	font-size: 18px;
}

.show_item .stock img , .show_item .add_cart img {
	vertical-align: middle;
	margin: 5px;
}

.show_item .stock {
	color: #FFF8A5;
	font-weight: bold;
	font-size: 14px;
}

.show_item .stock_txt {
	color: #23EF00;
}

.show_item .shipping {
	margin-left: 5px;
}

.show_item .add_cart a:link , .show_item .add_cart a:visited {
	font-weight: bold;
	font-size: 14px;
}

.show_item .txt {
	margin-top: 40px;
}

.show_item td {
	vertical-align: top;
}

/* bottom security infos*/
.security {
	text-align: center;
}

/* scenario */

.scenario {
	width: 574px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.scenario .top {
	display: block;
}

.scenario .bg {
	background-image: url(img/scenario_bg_repeat.png);
	padding-left: 80px;
	padding-right: 80px;
}

.scenario .scenario_content {
	position: relative;
	top: -110px;
	text-align: left;
	padding-bottom: 0px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.scenario .title {
	text-align: center;
}

.scenario .title td {
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
}

.scenario .th {
	float: right;
}

.scenario .th2 {
	margin-left: auto;
	margin-right: auto;
}

.scenario .bottom {
	position: relative;
	top: -50px;
	display: block;
}

/* special styles for scenario list*/

.scenario #scenario_list {
	text-align: center;
}

.scenario #scenario_list table {
	margin-left: auto;
	margin-right: auto;
}

.scenario #scenario_list a {
	color: #000000;
}

/* layout admin */

.layout_adm {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.layout_adm_top {
	padding: 0px;
}

.layout_adm_top img {
	display: block;
	margin: 0px;
}

.layout_adm_menu {
	background: url();
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #000000;
	width: 150px;
}

.layout_adm_menu ul {
	margin: 0px;
	padding: 10px;
	list-style: none;
}

.layout_adm_menu ul li {
	border-bottom: 1px solid #000000;
	padding: 5px 0px 5px 0px;
}

.layout_adm_main {
	background: url();
	padding-left: 10px;
}

.layout_adm_bottom {
	padding: 0px;
}

.layout_adm_bottom img {
	display: block;
	margin: 0px;
}


/* special */
.noel_top {
	height: 25px;
	background: url( img/noel_top.png );
}

.compare {
	border: 1px solid #ff9900;
	margin: 10px;
}

.compare th {
	color: #ffffff;
	border-bottom: 3px double #ff9900;
	padding: 10px;
	text-align: center;
}

.compare td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
}

.compare .title {
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

