BODY {
	padding: 0;
	margin: 0;
}
BODY, TD, P {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
IMG, A IMG {
	vertical-align: top;
	border: 0px;
}

/*** LINKS ***/
A, A:visited, A:active {
	text-decoration: none;
}
A {
	color: #1B427B;
}
A:hover {
	text-decoration: underline; 
}
A:visited {
	/*color: #005EAF;*/
	color: #1B427B;
}
A:active {
	color: #C90103
}

/*** LAYOUT ***/
#background {
	background: url('../images/backgrounds/bg_body.jpg') repeat-x #E3F5FF left top;
}
#page {
	
}
#page_content {

}
#top {
	
}
#top_content {
	
}
#path {
	
}
#path_content {
	width: 980px;
	margin: 6px auto 8px;
	font-size: 11px;
}
#body {
	width: 980px;
	margin: 0 auto 16px;
}
#body_content {	
}
#footer {
	/*width: 980px;
	margin: 0 auto;
	border-top: 1px solid white;*/
}

/*** TOP ***/
#main_banner {
	width: 980px;
	height: 64px;
	margin: 0 auto;
	position: relative;
}
.lang_fr #main_banner {
	background: url('../images/locales/fr/slogan.png') no-repeat right 30px transparent;
}

.lang_en #main_banner {
	background: url('../images/locales/en/slogan.png') no-repeat right 30px transparent;
}
.lang_es #main_banner {
	background: url('../images/locales/es/slogan.png') no-repeat right 30px transparent;
}
.lang_jp #main_banner {
	background: url('../images/locales/jp/slogan.png') no-repeat right 30px transparent;
}
.lang_cn #main_banner {
	background: url('../images/locales/cn/slogan.png') no-repeat right 30px transparent;
}

#main_banner H1 A {
	background: url('../images/logo_top.png') no-repeat;
	background-position:0 8px;
	display: block;
	height: 70px;
	overflow: hidden;
}
#slogan {
	position: absolute;
	right: 0px;
	top: 0px;
}
#sub_banner {
	width: 980px;
	margin: 0 auto;
	padding: 8px 0px 4px;
	text-align: right;
}
#sub_banner #languages {
	
}
#sub_banner #languages A {
	margin-left: 8px;
}
#sub_banner #languages A IMG {
	border: 0px;
}
#main_menu {
	background: url('../images/backgrounds/bg_menu.png') repeat-x left top;
	padding-bottom: 0px;
}
#main_menu #main_menu_content {
	width: 980px;
	margin: 0 auto;
}
#main_search {
	float: right;
	text-align: right;
	padding-top: 6px;
}
#main_search FORM {
	margin: 0;
	padding: 0;
}
#main_search #query_field {
	border: 0px;
	background: url('../images/backgrounds/bg_main_query_field.png') no-repeat left top;
	padding: 4px 6px;
	height: 26px;
	width: 120px;
}
#main_search #query_button {
	border: 0px;
	background: url('../images/backgrounds/bg_main_query_button.png') no-repeat left top;
	height: 26px;
	width: 35px;
	vertical-align: top;
	cursor: pointer;
}

/*** MAIN MENU ***/
#main_menu UL.prime {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 5;
}
#main_menu UL.prime LI.prime_item {
	float: left;
	list-style: none;
}
#main_menu UL.prime LI.prime_item A {
	background: url('../images/menu/menu_left.png') no-repeat transparent left 0px;
	padding-left: 16px;
	line-height: 40px;
	color: #1d509a;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 13px;
	padding-bottom: 10px;
}
#main_menu UL.prime LI.prime_item A SPAN {
	background: url('../images/menu/menu_right.png') no-repeat transparent right 0px;
	padding-right: 16px;
	padding-top: 13px;
	padding-bottom:10px;
}
#main_menu UL.prime LI.prime_item A:hover, #main_menu UL.prime LI.prime_item:hover A {
	background: url('../images/menu/menu_left.png') no-repeat transparent left -38px;
	padding-left: 16px;
	text-decoration: none;
	color: white;
}
#main_menu UL.prime LI.prime_item A:hover SPAN {
	background: url('../images/menu/menu_right.png') no-repeat transparent right -38px;
	padding-right: 16px;
}
#main_menu UL.prime LI.prime_item:hover A SPAN {
	background: url('../images/menu/menu_right.png') no-repeat transparent right -38px;
	padding-right: 16px;
}
#main_menu UL.prime LI.prime_item.box_promo_menu a{
	color:#FFF;
	background: url('../images/menu/menu_promo_left.png') no-repeat transparent left 0px;
}
#main_menu UL.prime LI.prime_item.box_promo_menu a span{
	background: url('../images/menu/menu_promo_right.png') no-repeat transparent right 0;
}

/*** FLASH FOCUS ***/
#flash_focus {
	padding-top: 6px;
	position:relative;
	padding-bottom: 6px;
}

/*** FOOTER ***/
#footer_content {
	/*background: url('../images/backgrounds/bg_footer.png') repeat-x left top;*/
	background-color: #002255;	
	padding: 14px 0 8px;
	/*padding-bottom: 0px;*/
}

#footer UL#footer_menu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
	text-align: center;
}
#footer UL#footer_menu LI {
	display: inline;
	list-style: none;	
	padding: 0px 8px;
	border-left: 1px solid #465665;
}
#footer UL#footer_menu LI A {
	font-weight: bold;
	color: #C2EBFF;
}
#footer UL#footer_menu LI A SPAN {
	
}
#footer UL#footer_menu LI.first {
	border-left: 0px;	
}
#footer UL#footer_links {
	width: 700px;
	margin: 16px auto 0px;
	font-size: 11px;
}
UL#footer_links LI {
	float: left;
	width: 142px;
	min-height: 12px;
	list-style: none;
	padding: 0px 16px 0px 16px;
	border-left: 1px solid #465665;
	color: #C2EBFF;
}
UL#footer_links LI A {
	color: #C2EBFF;
}
UL#footer_links LI.first {
	border-left: 0px;	
}
#footer_copyright {
	font-size: 9px;
	margin: 18px 0px 16px;
	text-align: center;
	color: #ffffff;
}

/*** 3 COLUMNS LAYOUT ***/
.three_columns {
}
.three_columns #body_content {
	width: 980px;
	margin: 0 auto;
}
.three_columns #left_column, .three_columns #center_column, .three_columns #right_column {
	float: left;
	overflow: hidden;
}
.three_columns #left_column {
	width: 197px;
	margin-right: 17px;
}
.three_columns #left_column_content {
	padding-left: 8px;
}
.three_columns #center_column {
	width: 559px;
}
.three_columns #center_column_content {
	
}
.three_columns #right_column {
	width: 189px;
	margin-left: 18px;
}
.three_columns #right_column_content {
}

/*** 3 COLUMNS LAYOUT ***/
.two_columns {
	
}
.two_columns #main_column, .two_columns #right_column {
	float: left;
	overflow: hidden;
}
.two_columns #main_column {
	width: 769px;
}
.two_columns #main_column #main_column_content {
	
}
.two_columns #right_column {
	width: 189px;
	margin-left: 20px;
}
.two_columns #right_column #right_column_content {
}

/*** HEADERS ***/
H1, H2, H3, H4, H5, H6 {
	
}
H1 {
	
}
H2 {
	
}
H3 {
	
}
H4 {
	
}
H5 {
	
}
H6 {
	
}

/*** SPECIFIC HEADERS ***/



/*** HORIZONTAL RULER ***/
#top HR { display: none; }
#footer HR { display: none; }

/*** CONTENT ***/
.promotion_public_price {
	background-color: #ffae00;
	height: 18px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: right;
	text-decoration: line-through;
	padding: 6px;
}
.promotion_final_price {
	background-color: #ff6c00;
	height: 18px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: right;
	padding: 6px;
}
.product_price {
	background-color: #0091f6;
	height: 28px;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: right;
	padding: 6px;
}
.slot_product_price {
	background-color: #0091f6;
	height: 18px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: right;
	padding: 6px;
}
.my_cart {
	background: url('../images/icons/my_cart.png') no-repeat right top;
	padding: 4px 26px 4px 0px;
	color: #1B427B;
}
.my_account{
	padding: 4px 0px 4px 10px;
	color: #1B427B;
}
.sticker_promo {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right top;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 75px;
}
/*
.lang_fr .sticker_promo {
	background-image: url('../images/locales/fr/sticker_promo.png');
}

.lang_en .sticker_promo {
	background-image: url('../images/locales/en/sticker_promo.png');
}

.lang_es .sticker_promo {
	background-image: url('../images/locales/es/sticker_promo.png');
}

.lang_jp .sticker_promo {
	background-image: url('../images/locales/jp/sticker_promo.png');
}

.lang_cn .sticker_promo {
	background-image: url('../images/locales/cn/sticker_promo.png');
}
*/
.picture_promo {
	background-repeat: no-repeat;
	background-color: transparent;
	height: 130px;
	overflow:hidden;
}

/*** BOXES ***/
.box {
	margin-bottom: 8px;
}
.box .head {
	
}
.box .content {
	background-color: white;
}
.box .bottom {
}
.box .padded_content {
	padding: 6px 6px 0px 6px;	
}
.box .big_padded_content {
	padding: 6px 16px 1px 16px;	
}
.center_box {
	
}
.center_box .head {
	background: url('../images/boxes/box_center_top_red.png') no-repeat left top;
	height: 50px;
}
.center_box .content {
	border-left: 1px solid #aedef7;
	border-right: 1px solid #aedef7;
}
.center_box .padded_content {
	padding: 0px 18px 0px 18px;	
}
.center_box .small_padded_content {
	padding: 0px 3px 0px 3px;	
}
.center_box .bottom {
	background: url('../images/boxes/box_center_bottom.png') no-repeat left top;
	height: 17px;
}
.main_red_box .head {
	background: url('../images/boxes/box_main_top_red.png') no-repeat left top;
	height: 40px;
}
.main_red_box .content {
	border-left: 1px solid #aedef7;
	border-right: 1px solid #aedef7;
}
.main_red_box .padded_content {
	padding: 1px 18px 1px 18px;	
}
.main_red_box .bottom {
	background: url('../images/boxes/box_main_bottom.png') no-repeat left top;
	height: 17px;
}
.main_blue_box .head {
	background: url('../images/boxes/box_main_top_blue.png') no-repeat left top;
	height: 40px;
}
.main_blue_box .content {
	border-left: 1px solid #aedef7;
	border-right: 1px solid #aedef7;
}
.main_blue_box .padded_content {
	padding: 1px 18px 1px 18px;	
}
.main_blue_box .bottom {
	background: url('../images/boxes/box_main_bottom.png') no-repeat left top;
	height: 17px;
}
.column_box {
	
}
.column_box .head {
	
}
.column_box .content {
	
}
.column_box .bottom {
	
}
.column_orange_box {
	
}
.column_orange_box .head {
	background: url('../images/boxes/box_column_top_orange.png') no-repeat left top;
	height: 33px;
	white-space: nowrap;
}
.column_orange_box .content {
	border-left: 1px solid #ff6c00;
	border-right: 1px solid #ff6c00;
}
.column_orange_box .bottom {
	background: url('../images/boxes/box_column_bottom_orange.png') no-repeat left top;
	height: 12px;
}

.column_blue_box .head {
	background: url('../images/boxes/box_column_top_blue.png') no-repeat left top;
	height: 33px;
}
.column_blue_box .content {
	border-left: 1px solid #00498e;
	border-right: 1px solid #00498e;
}
.column_blue_box .bottom {
	background: url('../images/boxes/box_column_bottom_blue.png') no-repeat left top;
	height: 12px;
}

.column_red_box .head {
	background: url('../images/boxes/box_column_top_red.png') no-repeat left top;
	height: 33px;
}
.column_red_box .content {
	border-left: 1px solid #b20000;
	border-right: 1px solid #b20000;
}
.column_red_box .bottom {
	background: url('../images/boxes/box_column_bottom_red.png') no-repeat left top;
	height: 12px;
}

.full_box .head {
	background: url('../images/boxes/box_full_top_blue.png') no-repeat left top;
	height: 43px;
}
.full_box .headless {
	background: url('../images/boxes/box_full_top_headless.png') no-repeat left top;
	height: 12px;
}
.full_box .content {
	border-left: 1px solid #94dbff;
	border-right: 1px solid #94dbff;
}
.full_box .padded_content {
	padding: 0px 8px 0px 8px;	
}
.full_box .bottom {
	background: url('../images/boxes/box_full_bottom.png') no-repeat left top;
	height: 12px;
}

.full_intro_box .head {
	background: url('../images/boxes/box_full_top_intro.png') no-repeat left top;
	height: 36px;
}
.full_intro_box .content {
	background: url('../images/backgrounds/bg_box_intro.png') #004E91 repeat-x left top;
	border-left: 1px solid #94dbff;
	border-right: 1px solid #94dbff;
	border-bottom: 1px solid #94dbff;
	color: white;
	padding: 0;
}
.full_intro_box .bottom {
	display: none;
}

.product_highlight_box {
	width: 773px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.product_highlight_box .head {
	background: url('../images/boxes/box_product_highlight_top.png') no-repeat left top;
	height: 10px;
}
.product_highlight_box .content {
	border-left: 2px solid #add9ff;
	border-right: 2px solid #add9ff;
	font-size: 14px;
	font-weight: bold;
	color: white;
	min-height: 32px;
}
.product_highlight_box .padded_content {
	background: url('../images/backgrounds/bg_box_product_highlight.png') #0091f6 no-repeat 4px top;
	padding: 0px 8px 0px 40px;	
}
.product_highlight_box .bottom {
	background: url('../images/boxes/box_product_highlight_bottom.png') no-repeat left top;
	height: 10px;
}

.product_highlight_small_box {
	width: 519px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.product_highlight_small_box .head {
	background: url('../images/boxes/box_small_highlight_top.png') no-repeat left top;
	height: 10px;
}
.product_highlight_small_box .content {
	border-left: 2px solid #add9ff;
	border-right: 2px solid #add9ff;
	font-size: 14px;
	font-weight: bold;
	color: white;
	min-height: 32px;
}
.product_highlight_small_box .padded_content {
	background: url('../images/backgrounds/bg_box_product_highlight.png') #0091f6 no-repeat 4px top;
	padding: 0px 8px 0px 40px;	
}
.product_highlight_small_box .bottom {
	background: url('../images/boxes/box_small_highlight_bottom.png') no-repeat left top;
	height: 10px;
}
.product_content {
	background: url('../images/backgrounds/bg_product_main_box.png') repeat-y left top;
}

.pointer_box
{
	cursor: pointer;
}
.subcats UL {
	padding: 0;
	margin: 0;
	list-style: none;	
}
.subcats UL LI {
	list-style: none;
	padding: 0px 10px 0px;
}
.subcats UL LI A {

}


/*** THEMATICS ***/
.thematics {
	
}
.thematics .theme {
	width: 265px;
	height: 224px;
	float: left;
	margin-bottom: 0px;
	background-color: white;
}
.theme H3 {
	font-weight: bold;
	font-size: 18px;
	color: #c70000;
	padding: 0;
	margin: 6px 0px 2px 0px;
}
.theme H3 A {
	color: #c70000;
}
.thematics .first {
	margin-right: 8px;	
	margin-left: 6px;	
}
.theme .theme_content {
	background: #e3f5ff;
	/*border-top: 1px solid #0a88eb;
	border-left: 1px solid #0a88eb;
	border-right: 1px solid #0a88eb;*/
}
.theme .theme_picture {
	/*float: left;*/
	width: 265px;
	height: 90px;
	overflow: hidden;
	/*border-right: 1px solid #73cffd;*/
}
.theme .theme_text {
	/*float: left;*/
	width: 261px;
	height: 64px;
	overflow: hidden;
	border-top: 1px solid #0a88eb;
	padding: 8px 2px;
	font-size: 11px;
	line-height: 16px;
	color: #1b427b;
}
.theme .theme_long_text {
	width: 710px;
}
.theme_text .more_link {
	font-weight: bold;
	margin-top: 8px;
}
.theme .theme_bottom {
	/*background-color: #e3f5ff;*/
	line-height: 21px;
	height: 21px;
}
.theme .theme_bottom DIV {
	background: url('../images/boxes/box_theme_bottom.png') no-repeat left top #e3f5ff;
	/*border-top: 1px solid white;*/
	text-align: right;
	font-weight: bold;
	color: white;
	line-height: 21px;
	height: 21px;
	padding: 0px 16px 0px;
	float: right;
}
.theme .theme_bottom A{
	color:#FFFFFF;
}
.theme .theme_bottom STRONG {
	background: url('../images/box_theme_bottom_arrow.png') no-repeat left top;
	padding-left: 14px;
}


/*** BOX TITLING ***/
.box .head H2 {
	padding: 3px 0 0 0;
	margin: 0;
	color: white;
	padding-left: 32px;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.main_red_box .head H3, .main_blue_box .head H3 {
	padding: 3px 0 0 0;
	margin: 0;
	color: white;
	padding-left: 32px;
	font-size: 21px;
	line-height: 27px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.column_box .head H3 {
	padding: 8px 0 0 8px;
	margin: 0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/*** CATEGORY ***/
.category_intro_picture {
	float: left;
	overflow: hidden;
	width: 430px;
	height: 120px;
}
.category_intro_content {
	float: left;
	overflow: hidden;
	width: 530px;
	padding: 9px;
	font-size: 14px;
}
.category_intro_more_link {
	color: #94dbff;
	font-size: 12px;
}

/*** PRODUCT ***/


/*List*/

.products {
}
.products .product {
}
.products .first {
	margin-right: 10px;	
}
.products .product .product_content {
	/*border-bottom: 1px solid #73cffd;*/
}
.products .product .product_title {
	float: left;
	overflow: hidden;
}
.products .product .product_title H3 {
	font-weight: bold;
	font-size: 18px;
	color: #c70000;
	padding: 0;
	margin: 16px 0px 4px 0px;
}
.products .product .product_title H3 A {
	color: #c70000;
}
.products .product .product_right{
	float:right;
	margin: 16px 0px 4px 0px;
}
.products .product .product_picture {
	float: left;
	width: 130px;
	height: 100px;
	overflow: hidden;
	margin-bottom:10px;
	border: 1px solid #73cffd;
}
.products .product .product_text {
	float: left;
	width:580px;
	margin-left: 1px;
	overflow: hidden;
	padding: 6px;
}
.products .product .product_text .product_info {
	width:580px;
}
.products .product .product_bottom_right{
	bottom:10px;
	right:0px;
	float:right;
}
.products .product .product_content HR{
	height: 1px;
	color: #73cffd;
	background-color: #73cffd;
	border: hidden;
}


/*Page*/
.product_small_title {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}
.product_info {
	float: left;
	overflow: hidden;
}
.product_info .product_picture {
	float: left;
	overflow: hidden;
	width: 450px;
	background: #E3F5FF;
}
.product_info .product_detail {
	float: left;
	overflow: hidden;
	width: 307px;
	padding: 0px 8px 0px 8px;
}
.product_info UL.product_properties {
	padding: 0;
	margin: 8px 0px 0px 0px;
	list-style: none;
}
.product_info UL.product_properties LI {
	float: left;
	margin-right: 8px;
}
.product_book_form {
	float: left;
	overflow: hidden;
	width: 159px;
	margin-left: 6px;
	background: #D2EDFF;
	padding: 12px;
}
.product_book_form H3 {
	font-size: 21px;
	color: black;
	margin: 0;
	padding: 0;
}
.product_book_form P {
	margin: 4px 0px 8px;
}
.calendar_field {
	background: url('../images/backgrounds/bg_calendar_field.png') no-repeat left top;
	height: 16px;
	cursor: pointer;
	border: 0px;
	padding: 5px 5px 5px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	width:155px;
	display:block;
}
.product_book_form .calendar_field:hover {
	background-position: left -26px;
	color: white;
}
.product_book_form .pax_field {
	background: url('../images/backgrounds/bg_pax_field.png') no-repeat left top;
	height: 15px;
	border: 0px;
	margin: 0;
	padding: 5px 6px 6px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	vertical-align: top;
	float:left;
	display:block;
	width:10px;
	height:18px;
}
.product_book_form A.pax_increment_link {
	background: url('../images/btn_pax_more.png') no-repeat left top;
	padding:0px 4px 8px;
	white-space: nowrap;
	float:left;
	display:block;
	width:10px;
	height:18px;
}
.product_book_form A.pax_decrement_link {
	background: url('../images/btn_pax_less.png') no-repeat left top;
	padding: 0px 4px 8px;
	white-space: nowrap;
	float:left;
	display:block;
	width:10px;
	height:18px;
}	
.product_book_form A.pax_increment_link:hover, .product_book_form A.pax_decrement_link:hover {
	text-decoration: none;	
}
.product_book_form A.pax_increment_link:active, .product_book_form A.pax_decrement_link:active {
	outline: none;	
}

/** Lots **/
.lots{}
.lots H3{
	margin-top: 4px;
	margin-bottom: 4px;
}
.lots .day{
	border-bottom:1px solid #C2EBFF;
	margin-bottom:4px;
}
.day_time{
	float:left;
	width:100px;
	background:#D2EDFF;
	padding-left:10px;
	border-bottom:1px solid #C2EBFF;
}
.day_spokens{	
	float:left;
	width:150px;

}
.day_group{
	float:left;
	width:100px;
}
.day_price_adult{
	float:left;
	width:130px;
}
.day_price_child{
	float:left;
	width:130px;
}
.day_book{
	float:left;
	text-align:right;
	width:110px;
}

/** Rooms **/
.room_line{
	margin-top:20px;
}
.room_numbers{
	float:left;
	width: 100px; 
	margin-right: 5px;
}
.room_birth{
	float:left;
	width: 100px; 
	margin-right: 5px;
}

/*** Tableau **/
.List{
	margin-top:15px;
}
.List TR{

}
.List TR.focus{

}
.List TR.focus TD{
	border-bottom:1px dotted #CFECFE;
}	
.List TH{	
	font-size:11px;
	padding:5px 10px;
	color:#002255;
	font-weight:bold;
	background:#E3F5FF left 10px;
	border-bottom:1px dotted #66B9FF;
}
.List TD{
	table-layout:auto;
}


/*** BUTTONS ***/
.button {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: 0px;
	height: 26px;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #014D86;
	cursor: pointer;
	white-space: nowrap;
	text-decoration:none;
	

   /* padding-left: 18px;  sliding doors padding */
}
A.button{
	display: block;
    float: left;
	margin-left: 6px;
	text-decoration:none;
}

.button SPAN {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 6px 14px 6px 0px;
	margin-left: 10px;
}
A.button SPAN{
	display: block;
    line-height: 16px;
}


.blue_button {
	background-image: url('../images/btn_blue_left.png');
	color: #014D86 !important;
}
.blue_button SPAN {
	background-image: url('../images/btn_blue_right.png');	
}
.dark_button {
	background-image: url('../images/btn_darkblue_left.png');
	color: white !important;
}
.dark_button SPAN {
	background-image: url('../images/btn_darkblue_right.png');	
}
.red_button {
	background-image: url('../images/btn_red_left.png');
	color: white !important;
}
.red_button SPAN {
	background-image: url('../images/btn_red_right.png');	
}
/*** RATING ***/
.rating {
	background: url('../images/rating_empty.png') repeat-x transparent left center;
	margin: 0px 4px;
}
.rating_note {
	background: url('../images/rating_full.png') repeat-x transparent left center;
}

/*** ACCOUNT MENU */
.account_block{
	float:left;
	width:300px;
	margin-bottom:10px;

}
.account_block UL{
	list-style:none;
	margin:0;
	padding:0px 5px;
}

/*** REGISTER LOGIN***/
.register{
	float:left;
	width:580px; 
}
.register H2 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.login{
	float:left;
	width:300px;
}
.login H2 {
	margin-top: 4px;
	margin-bottom: 4px;
}

/*** CART ***/
.cart_pax_field {
	background: url('../images/backgrounds/bg_pax_field.png') no-repeat left top;
	height: 15px;
	border: 0px;
	margin: 0;
	padding: 5px 6px 6px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	float:left;
	width:18px;
	display:block;
	vertical-align: top;
}
A.cart_increment_link {
	background: url('../images/btn_pax_more.png') no-repeat left top;
	padding:0px 4px 8px;
	white-space: nowrap;
	line-height: 15px;
	float:left;
	display:block;
	width:10px;
	height:18px;
}
A.cart_decrement_link {
	background: url('../images/btn_pax_less.png') no-repeat left top;
	padding: 0px 4px 8px;
	white-space: nowrap;
	line-height: 15px;
	float:left;
	display:block;
	width:10px;
	height:18px;
}


/* FORMS */
.form_inline{}

.form_block{}
.form_block DIV, .form_inline DIV{
	margin: 0px 0px;
}
.form_block DIV LABEL{
	display:block;
}
.form_block DIV LABEL.required, .form_inline DIV LABEL.required{
	font-weight:bold;
}
div.MsgAlert.Red{
	color:#C70000;
}
div.MsgAlert.Red a{
	color:#C70000;
	text-decoration:underline;
}

/*** CUSTOMER_REPORTS ***/
.customer_report {
	font-size: 11px;
}
.customer_report .report_thumbnail {
	float: left;
	overflow: hidden;
	width: 155px;
}
.customer_report .report_thumbnail IMG {
	width: 140px;
	border: 1px solid #68cbfd;
}
.customer_report .report_content {
	float: left;
	overflow: hidden;
	width: 570px;
}
.report_content .report_author {
	font-weight: bold;
	color: 002356;
}
.report_content .report_country {
}
.report_content .report_short_desc {
	margin-bottom: 8px;
}
.report_content .report_more_link {
	color: #0091f6;
}
.more_customer_reports_link {
	color: #0091f6;
}

/*** IMAGES ***/
.Image, .ImageLeft, .ImageRight {
	border: 2px solid #68CBFD;
	margin: 8px 10px 8px 10px;
}
.ImageLeft {
	margin: 0px 10px 8px 0px;
	float: left;
}
.ImageRight {
	margin: 0px 0px 8px 10px;
	float: right;
}

/*** MISC ***/
.clear { clear: both; }
.hidden { display: none; }
.column { float: left; overflow: hidden; }
.columnRight { float: right;}
.loading { background: url('../images/loading.gif') no-repeat left center; padding-left: 50px; }

/*** DEBUG ***/
.debug_warning {
	background: #C00;
	padding: 2px;
	color: white;
	font-size: 9px;
	position: relative;
	display: inline;
}

/*** PRICES ***/
.price {}
.price .Currency {
	font-size: 80%;	
}
.public_price {
	text-decoration: line-through;
	color: black;
}
.promotion_price {
	color: #C50000;
	font-weight: bold;
}
.regular_price {
	color: #C50000;
	font-weight: bold;
}

/* LIGHTBOXES */
#lightbox_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
	width: 100%;
	height: 500px;
	background-color: #000;
	cursor: pointer;
}
.lightbox {
	position: absolute;
	left: 0;
	z-index: 650;
	padding: 25px 10px;
	background: white;
	border: 8px solid white;
	overflow:hidden;
}
.lg_product {
	padding: 22px 0px 0px 0px;
	border: 3px solid white;
}
.lg_product .box{
	margin:0px;
}
.lightbox .lightbox_close_link, .lightbox .lightbox_close_link:hover {
	background: url('../images/lightbox_close.png') transparent no-repeat right center;
	padding: 4px 30px 4px 4px;
	font-size: 11px;
	color: #8e856f;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

/*** OVERLIB ***/
.overBackground {
	background: #E3F5FF;
	padding: 0;
	margin: 0;
}
.overBorder {
	background: #E3F5FF;
	padding: 4px;
	margin: 0;
	border: 2px solid #56A1E4;
}
.overText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}
.overText STRONG {
	font-size: 11px;
	color: #004C8D;
}

/*** STYLES ***/
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underlined { text-decoration: underline; }

/*** SIZES ***/
.small { font-size: 9px; }
.reduced { font-size: 11px; }
.normal { font-size: 12px; }
.medium { font-size: 14px; }
.big { font-size: 17px; }
.huge { font-size: 21px; }
.giant { font-size: 28px; }

/*** COLORS ***/
.dark_blue { color: #1F5184 !important; }
.blue { color: #0077CC !important; }
.light_blue { color: #95DBFD !important; }
.red { color: #C70003 !important; }
.light_orange { color: #FFAD00 !important; }
.orange { color: #FF6D00 !important; }
.grey { color:#999999 !important; }

/* MESSAGE */
.MsgAlert {
	background: url('../images/i_alert.png') #FFF8F8 no-repeat 4px 4px;
	margin: 8px 0px;
	padding: 6px 6px 6px 26px;
	border: 1px dotted #EFC4C4;
}
.MsgAlert STRONG {
	color: #DD0000;
}
.MsgValid {
	background: url('../images/i_alert.png') #F8FFF8 no-repeat 4px 4px;
	margin: 8px 0px;
	padding: 6px 6px 6px 26px;
	border: 1px dotted #A4CFA4;
	color: #00AA00;
}
/* Checkout success */
body.checkout_success .facebook{
	text-align:center;	
}
body.checkout_success .content{
	font-size:15px;	
}
/* Home page product slider */
#products_slider{
	width:980px;	
	position:relative;
	height:337px;
}
#products_slider h2{
	background-color:red;
	padding-left:35px;	
	padding-top:3px;
	margin:0;
	color:#FFF;
	font-size:20px;
	background: url('../images/boxes/box_products_slider.png') no-repeat left top;	
	height:43px;		
}
#products_slider .arrow{
	width:40px;
	position:absolute;
	top:2px;
	right:15px;
}
#products_slider .arrow span{
	display:block;	
	height:27px;
	width:20px;
	position:relative;
	float:left;
}
#products_slider .arrow span:hover{
	cursor:pointer;
}	
#products_slider .arrow .left{
	background:url('../images/red_arrow_left.png') no-repeat left top transparent;	
	right:25px;	
}
#products_slider .arrow .right{
	background:url('../images/red_arrow_right.png') no-repeat left top transparent;	
	right:15px;
}
#products_slider .arrow span a{
	display:block;
	width:100%;
	height:100%;	
}
#products_slider ul{
	margin:0;
	padding:0;
	height:285px;
	position:relative;
}
#products_slider ul li{
	overflow:hidden;
	width:980px;
	list-style:none;
	height:320px;
	background:url('../images/bg_products_slider.png') #9fcff3 repeat-x;	
}
#products_slider ul li div.clear{
	border:none;
	padding:0;
	clear:both;
	width:1px;	
}
#products_slider ul li div{
	list-style:none;
	margin:0;
	padding:0;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	padding-left:25px;
}
#products_slider ul li div{
	float:left;
	width:217px;
}
#products_slider ul li div.first{
	border-left:none;	
}
#products_slider ul li div.last{
	border-right:none;	
}
#products_slider ul li img{
	border:3px solid #FFF;
	text-align:center;
}
#products_slider h3 a{
	color:#b20000;
	font-size:15px;	
}
#products_slider h3{
	font-size:14px;
	color:#000;	
	width:192px;
	height:38px;
	overflow:hidden;
	display:block;
	margin-top:5px;
	margin-bottom:10px;
}
#products_slider h4{
	width:192px;	
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	height:35px;
	overflow:hidden;
}
#products_slider .price{
	color:#b20000;	
	font-size:17px;
	width:80px;
	float:left;
	padding:0;
	margin:0;
	margin-top:10px;
}
#products_slider .price span.promo{
	font-size:13px;
	text-decoration:line-through;	
}
#products_slider .more{
	background:url('../images/boxes/box_theme_bottom.png') no-repeat scroll 10px top transparent;
	height:21px;
    color: white;
    font-weight: bold;
	line-height:21px;
	width:115px;
	float:left;
	margin:0;
	padding:0;
	margin-top:10px;
}
#products_slider .more a{
	color:#FFF;
	background:url("../images/box_theme_bottom_arrow.png") no-repeat scroll left top transparent;
	margin-left: 18px;
    padding-left: 13px;	
}
#products_slider_bottom{
	background:url("../images/boxes/box_products_slider_bottom.png") no-repeat scroll left transparent;
	height:12px;
	margin-bottom:12px;
	width:980px;
}

/* bloc de recherche */
#search{
	width:189px;
	position:absolute;
	right:0;
	top:140px;
	height:390px;
}
#search h2{
	background:url('../images/box_search_title.png') no-repeat scroll left top transparent;
	font-size:18px;
	color:#FFF;
	padding-left:10px;
	font-weight:normal;
	margin:0;
    height: 29px;
    padding-left: 28px;
    padding-top: 4px;
	padding-bottom:0;
}
#search form{
	border-right:1px solid #1b5f9e;
	border-left:1px solid #1b5f9e;
	margin:0;
	padding:0;
	padding-left:7px;
	height:360px;
}
#search input.text{
	border:2px solid #addaff;	
	padding:0;
	margin:0;
	width:163px;
	height:25px;
	float:none;
	margin-left:3px;
	margin-top:7px;
}
#search p.title{
	color:#cc0003;
	font-weight:bold;
	font-size:15px;	
	margin:0;
	padding:0;
	margin-top:10px;
	padding-top:5px;
	margin-bottom:15px;
}
#search label{
	color:#134067;
	font-size:12px;	
	float:left;
	width:68px;
	display:block;
	padding-left:2px;
}
#search p{
	width:180px;
	margin-bottom:8px;
	height:15px;
	margin-top:0;
	padding:0;
}
#search label.big{
	width:140px;	
}
#search input{
	float:left;	
	margin:0;
	padding:0;
}
#search input.submit{
	cursor:pointer;	
}
#search input.submit{
	background:url('../images/box_search_valider.png') no-repeat scroll left 3px transparent;
	border:none;
	height:24px;
    color: white;
	line-height:21px;
	width:115px;
	font-size:15px;
	margin-left:23px;
	margin-top:20px;
}
#search .bottom{
	background:url('../images/box_search_bottom.png') no-repeat scroll left top transparent;
	height:20px;	
}
