@import url('popup.css');

* {
	font-family:Helvetica,Arial,sans-serif;
	/*font-size: 12px;*/
}
body {
	width:100%;
	margin:0;
	padding:0;
	padding-bottom:10px;
	color: #444;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	border-width:0;
	border-style:solid;
	border-color:#900;
	border-collapse:collapse;
	text-align:center;
	background-color: #300;
	background-image: url("../_img/background.png");
	background-repeat:repeat-x;
	background-position:left top;
	background-attachment:fixed;
}

body#frm_color {
	background-color: #600;
	background-image: none;
}

#container {
	width: 755px;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
	padding-top: 125px;
	position: relative;
	/*z-index: -100 !important;*/
}
#content {
	position: relative;
	width:754px;
	margin:0;
	text-align:left;
	border-right: 1px solid #900;
	background-color:#fff;
}

#fixed_background {
	width:494px;
	height: 404px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: transparent;
	background-image: url("../_img/logoCTP.png");
	z-index: -100;
}
a { color: #333; }
a:hover { color: #900; text-decoration: none; cursor: pointer; }
a.anchor {
	border-top: 130px solid transparent;
	margin: 0;
}
a.go_to_link, a.go_to_link_dark {
	display: inline-block;
	color: #b55;
	background: url(../_img/go_to.png) no-repeat left center;
	line-height: 12px;
	font-size: 12px;
	padding: 2px 4px;
	padding-left: 12px;
	border: 1px solid #ddd;
	margin: 1px;
	text-decoration: none;
}
a.go_to_link:hover, a.go_to_link_dark:hover {
	background: url(../_img/go_to_hover.png) no-repeat left center;
	background-color: #ccc;
	color: #333;
}
a.go_to_link_dark {
	color: #333;
}
a.go_to_link_dark:hover {
	color: #c00;
}
h1, h2, h3, h4, h5, h2 a, h3 a {
	text-align:center;
	/*white-space:nowrap;*/
}
h1 { font-size: 1.4em; color:#622; }
h2, h2 a { font-size: 1.2em; color:#844; }
h2.a_l {
	border-bottom: 1px dashed #ddd;
}
h3, h3 a { font-size: 1.1em; color:#955; }
h3 a, h2 a { font-size: 1em }
h4 {
	font-size: 1em;
	border-top: 1px solid #eee;
	height: 24px;
	line-height: 16px;
	background: url(../_img/background_h4.png);
	margin-bottom:5px;
	color: #666;
}
h4.grey {
	border-top: 1px solid #ccc;
	background: url(../_img/background_h4_grey.png);
	color: #444;
}
h4.beige {
	border-top: 1px solid #ccc;
	background: url(../_img/background_h4_beige.png);
	color: #444;
}
h5 {
	font-size: 1em;
	text-align: left;
}
h6 { margin: 5px 0; }
h2.home_title {
	font-size: 1.1em;
	text-align: left;
	color: #866;
}

hr {
	border: 0;
	width: 100%;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	clear: both;
}

label:hover {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
input[type=checkbox] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
}

table, table td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align:top;
}
marquee {
	font-size: 11px;
	font-weight: bold;
	margin: 7px 0 4px 0;
	padding-bottom: 5px;
}
marquee a {
	color: #f00 !important;
	text-decoration: none !important;
}
marquee a:hover {
	text-decoration: underline !important;
}
ul {
	margin: 5px 0 10px;
	padding-left: 25px;
	list-style-position: outside;
	font-size: 13px;
	color: #444;
}
p {
	color: #444;
}
.clear {
	clear: both;
	height: 5px;
}
.clearer {
	clear: both;
	height: 0px;
	display: block;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.w_fifty {
	width: 50%;
}

.a_c { text-align:center !important; }
.a_l { text-align:left !important; }
.a_r { text-align:right !important; }

.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }
.no_decoration { text-decoration:none; }
.no_border { border:none !important; }
.no_float { float: none !important; }
.red { color: #f00; }

.hidden {
	display: none;
}

.nowrap { white-space:nowrap; }

.w100 { width:100px; }
.w125 { width:125px; }
.w150 { width:150px; }
.w175 { width:175px; }
.w200 { width:200px; }

/*	DEFAULT BODY PAGE	*/
.wFull {
	width:595px;
}

.err {
	color:#f00;
	font-style:italic;
	text-decoration:underline;
}

.red { color:#f00; }
.blue { color:#339; }

/* STATIC PAGES */
td.main_content {
	width:100%;
	border-right: 1px solid #a00;
	padding: 3px;
	vertical-align: top;
}

table.tableoffer {
	font-size: 11px !important;
	color: #444;
	background-color: #fff;
	border-spacing: 1px;
	font-weight: bold;
	text-align: center !important;
}
table.tableoffer tr.main_cat td {
	font-size: 13px !important;
	color: #fff;
	background-color: #444 !important;
}
table.tableoffer tr.main_cat a {
	color: #fff !important;
}
table.tableoffer tr.main_cat a:hover {
	color: #900 !important;
}
table.tableoffer td.separator {
	height: 2px;
	background-color: #ddd;
}
table.tableoffer td {
	background-color: #EBD9A9;
	border: 0;
	vertical-align: middle;
	padding: 1px;
}
table.tableoffer td.odd {
	background-color: #eee !important;
}
table.tableoffer td.cat_name {
	width: 200px;
}
table.tableoffer td a {
	display: block;
	color: #333;
	text-decoration: none;
}
table.tableoffer td.odd a {
	color: #333;
}
table.tableoffer td a:hover {
	color: #a00;
	background-color: #fff !important;
}
table.tableoffer td img{
	display: inline-block;
	max-height: 60px;
	border: 1px solid #aaa;
}

/* FOOTER */
#footer {
	width: 753px; /*755 - 2(border) - 150 (padding)*/
	height: 70px;
	margin:0 auto;
	position: relative;
	bottom: 10px;
	z-index: 100;
	text-align: center;
	color: #d00 !important;
	font-size: 11px;
	background: url(../images/frise1bas.png) transparent;
	/*background: #600;*/
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #900;
	border-top: none;
	padding: 20px 0 10px 0;
}
#footer a {
	color: #f00;
}
#footer a:hover {
	color: #fff;
}

/* PRODUCTS */
table.product_summary td {
	padding-top: 5px;
}
table.product_form {
	margin-top: 10px;
}
table.product_form th {
	border-bottom: 1px solid #ddd;
	text-align: center;
	vertical-align: middle !important;
}
table.product_form td {
	padding: 2px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
td.bdr_r, th.bdr_r  {
	border-right:1px solid #ddd;
}
td.bdr_t, th.bdr_t  {
	border-top:1px solid #ddd;
}
.striped, .striped {
	background-image: url('../_img/stripes.png');
}
td.product_display h2, td.product_display h3 {
	text-align: left;
	color: #933;
	border-bottom: 1px solid #cbb;
	margin: 0 0 3px;
	font-size: 12px;
}
td.product_display h2 {
	border-bottom: 1px solid #c66;
	padding-bottom: 2px;
	margin-bottom: 6px;
}
td.product_display span.designation {
	font-weight: bold;
	color: #833;
}
/* TOP 5 */
td#top5_container {
	padding: 4px;
	background-color: #EEE9C4;
}
div#top5 {
	padding: 0;
	background: url('../images/background_top5.png') #fffad5;
	text-align: left !important;
	color: #c00;
	/*border: 4px solid #eee9c4;*/
	border: 2px solid #a00;
}
div#top5 .top5_content {
	padding: 5px 3px;
	background: url('../images/background_top5_2.png') transparent;
	background-repeat: repeat-x;
}
div#top5 h3 {
	color: #eee9c4;
	border-bottom: 2px dotted #a00;
	border-top: 1px solid #a00;
	text-align: left;
	font-style: italic;
	margin: 0;
	font-size: 14px;
	padding: 0 3px;
	background-color: #900;
}
div#top5 ul {
	margin:0;
	padding-left: 17px;
	list-style-type: disc;
}
div#top5 ul.coup_de_coeur {
	list-style-image: url('../images/heart.png');
	padding-left: 20px;
}
div#top5 li {
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
}
div#top5 .price_right {
	float:right;
	display:inline-block;
}
div#top5 a {
	color:#000;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
div#top5 a span {
	color:#000;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
}
div#top5 a:hover {
	color: #f00;

}
div#top5 span.coup_de_coeur {
	display: block;
}
div#top5 hr {
	color: #ddd8b3;
	background-color: #ddd8b3;
	margin: 2px 0;
	clear: both;
}

/* INPUT */
input[type=submit], input[type=button], input[type=image], a.link_as_button {
	background: url('../_img/button.png') left bottom #fff;
	background-repeat: repeat-x;
	border: 1px solid;
	border-color: #ddd #ccc #bbb #eee;
	padding: 3px 4px;
	min-height: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a.link_as_button.bigger {
	height: 40px;
}
input[type=submit].blank, input[type=button].blank, input[type=image].blank {
	background: transparent !important;
	border: 0;
	padding: 3px 4px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
input[type=submit]:hover, input[type=button]:hover, input[type=image]:hover, a.link_as_button:hover {
	background: url('../_img/button_hover.png') left top #fff;
	background-repeat: repeat-x;
	border-color: #bbb #ddd #eee #ccc;
	color: #000;
	text-decoration: none;
}
a.link_as_button {
	display: inline-block;
	max-width: 400px;
}
div.choose_payment {
	width:45%;
	text-align:center;
}
input[type=submit].focus, input[type=button].focus, input[type=image].focus, a.link_as_button.focus {
	/*background-color: #bbf;
	border-color: #99f #88f #77f #aaf;*/
	/*background-color: #c93;
	border-color: #a71 #960 #850 #b82;*/
	min-height: 24px !important;
	font-size: 16px !important;
	line-height: 24px !important;
	vertical-align: middle;
	padding: 3px 6px;
	background-color: #900;
	border-color: #700 #600 #500 #800;
	color: #fff;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
input[type=submit].focus:hover, input[type=button].focus:hover, input[type=image].focus:hover, a.link_as_button.focus:hover {
	color: #ff9;
	/*border-color: #77f #99f #aaf #88f;*/
	border-color: #500 #700 #800 #600;
}

/* HOME */
a.link_new {
	display: inline-block;
	background: url(../images/icons/new.png) no-repeat left center;
	padding-left: 32px;
	font-weight: bold;
	margin: 2px 0;
}
table.home_right_table {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	font-size:11px !important;
}
table.home_right_table img{
	margin-left: 3px;
	border: 2px solid #fff;
}
table.home_right_table a{
	font-size:11px !important;
}
table.home_right_table td {
	padding:3px;
	border-bottom:2px solid #fff;
	background-color:#eee9c4;
	text-align: center;
}
table.home_right_table ul {
	padding:5px 0 5px 15px;
	font-size:11px;
	text-align: left;
}
table.home_right_table a:hover {
	color: #900;
}
table.home_right_table h3 a {
	color: #c00;
	font-size: 12px !important;
	text-decoration: none !important;
}
table.home_right_table h3 span {
	font-size:11px;
}
img.img_right, img.small_img_right {
	float: right;
	border: 1px solid #aaa;
	margin: 0 4px;
	max-width: 150px;
}
img.img_left, img.small_img_left {
	float: left;
	border: 1px solid #aaa;
	margin: 0 4px;
	max-width: 150px;
}
img.img_center {
	border: 1px solid #aaa;
	margin: 0 auto;
	max-width: 150px;
}
img.small_img_right, img.small_img_left, img.small_img_center {
	max-width: 100px !important;
}
img.landscape {
	max-width: 250px !important;
}
img.small_landscape {
	max-width: 200px !important;
}
div#home_link {
	color: #f99;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	padding-bottom: 2px;
}
div#home_link h3 {
	color: #900;
	border-bottom: 1px solid #bbb;
	text-align: left;
	margin-bottom: 2px;
}
div#home_link a {
	text-decoration:none;
	font-weight: normal;
}
div#home_link a:hover {
	text-decoration:underline;
}
div.informative {
	font-size: 11px;
	color: #900;
	text-align: center;
	background-color: #fdd;
	padding: 4px 0;
	font-weight: bold;
	border-top: double 4px #fff;
	border-bottom: double 4px #fff;
}

/* ERROR MESSAGE */
.error_message {
	background-color: #fdd;
	border: 2px solid #fff;
	color: #d00;
	font-weight: bold;
	padding: 5px 3px;
	text-align: center;
	margin: 5px 10px;
}
#error_message {
	background-color: #fdd;
	border: 2px solid #900;
	color: #d00;
	font-size: 16px;
	padding: 10px 5px;
	text-align: center;
	margin: 5px 10px;
}
#error_message a {
	font-weight: bold;
	font-size: 16px;
	color: #900;
}
#error_message a:hover {
	color: #f00;
}
/* SITEMAP */
#sitemap {
	border-top: 1px solid #ddd;
	padding-top: 4px;
}
#sitemap span {
	display: inline-block;
	width: 25px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #bbb;
	color: #bbb;
	margin-right: 4px;
}
#sitemap a {
	color: #333;
	text-decoration: none;
}
#sitemap a:hover {
	color: #b00;
}
#sitemap a:hover span {
	text-decoration: none;
	background-color: #bbb;
	color: #fff;
}
.pagination {
	width: 100%;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin: 10px 0;
}
.pagination a, .pagination span, .pagination a.adjacent_page, .pagination span.adjacent_page {
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	line-height: 20px !important;
	background-color: #eee !important;
	border: 1px solid #ccc !important;
	padding: 0 2px !important;
	margin: 1px !important;
}
.pagination a.adjacent_page, .pagination span.adjacent_page {
	width: auto !important;
	background: #f6f6f6 !important;
}
.pagination span.ellipse {
	background-color: #fff !important;
	border-color: #eee !important;
}
.pagination span {
	color: #bbb;
	cursor: default;
}
.pagination a {
	color: #400;
	text-decoration: none;
}
.pagination a:hover {
	color: #fff !important;
	background-color: #900 !important;
	text-decoration: none !important;
}

/* 404 */
input#goog-wm-qt {
	width: 98%;
}
input#goog-wm-sb {
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}


/* CATEGORY DISPLAY / SEARCH */
a.category_block {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	color: #444;
	border: 2px solid #eee;
	background-color: #fff;
}
a.category_block:hover {
	background-color: #ff9 !important;
	color: #444;
}
a.category_block.odd {
	border: 2px solid #ddd !important;
	background-color: #eee;
}
a.category_block.odd .category_block_title {
	background-color: #e4e4e4 !important;
}

a.category_block .category_block_title {
	background-color: #f5f5f5;
	font-weight: bold;
	padding: 1px 3px;
}
a.category_block .category_block_content {
	padding: 4px;
}

/* SPECIAL NYE */
h3.nye {
	text-align: left;
	margin: 0 0 3px 0;
	padding: 5px 3px;
	color: #fff;
	background-color: #aaa;
}
p.nye {
	margin: 2px 0 5px 0;
	padding: 3px 3px 3px 10px;
}
span.nye_price {
	text-align: right;
	display: block;
	float: right;
	font-size: 1em;
}
a.nye {
	display: block;
	border-top: 1px solid #bbb;
	text-decoration: none;
}
h2.h2_grey {
	background-color: #666;
	color: #eee;
	margin: 10px 0 0;
	padding: 5px;
	border-top: double 3px #fff;
	border-bottom: double 3px #fff;
	text-transform: uppercase;
}
a.back_to_top {
	display: block;
	background: #ddd;
	color: #666;
	text-align: left;
	font-weight: bold;
	padding: 4px;
	border-bottom: solid 1px #aaa;
	text-decoration: none;
}
a.back_to_top:hover {
	background-color: #fff;
}
a.nye_h2 {
	display: block;
	text-decoration: none;
	background-color: #900;

}
a.nye:hover, a.nye_h2:hover {
	background-color: #ff9 !important;
	color: #666 !important;
}
a.nye_h2 h2 {
	padding: 5px 0;
	margin: 0;
	border: 1px solid #900;
	color: #fff;
}
a.nye_h2 h2:hover {
	color: #666 !important;
}
#booking_step {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	background: #eee;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
#booking_step a {
	display: inline-block;
	width: 200px;
	padding: 0;
	margin: 0;
	background: #eee;
	color: #888;
	text-decoration: none;
	cursor: default;
}
#booking_step.large a {
	width: 251px;
}
#booking_step a.clickable {
	cursor: pointer;
}
#booking_step a span.number {
	display: inline-block;
	float: left;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	margin: 0;
	background: #bbb;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#booking_step a span.text {
	display: inline-block;
	float: right;
	width: 170px;
	height: 26px;
	line-height: 26px;
	font-size: 11px !important;
	margin: 0;
	padding: 0 2px;
	text-align: center;
	text-transform: uppercase;
}
#booking_step.large a span.text {
	width: 221px !important;
}
#booking_step a span.text span {
	white-space: nowrap;
}
#booking_step a.active span.number {
	background-color: #c93;
}
#booking_step a.active span.text {
	background-color: #eee9c4;
	color: #900;
	font-weight: bold;
}
#booking_step a.clickable:hover span.number {
	background-color: #fb5;
	cursor: pointer !important;
}
#booking_step a.clickable:hover span.text {
	background-color: #ff9;
	color: #b00;
	cursor: pointer !important;
}

/* PRODUITS ASSOCIES */
#grey_block {
	background-color: #ddd;
	text-align: center;
	padding: 1px 0 5px;
}
a.associated_product {
	display: inline-block;
	position: relative;
	border: 1px solid #ddd;
	margin: 4px;
	text-decoration: none;
	background-color: #fff;
	width: 180px;
	height: 230px;
	/*overflow: hidden;*/
}
a.associated_product:hover {
	background-color: #ff9;
}
a.associated_product div.associated_product_content {
	position: absolute;
	top: 0;
	text-align: center;
	font-weight: normal;
	color: #333;
	width: 176px;
	height: 206px;
	margin: 0;
	padding: 2px;
	overflow: hidden;
}
a.associated_product div.bottom_block {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-weight: bold;
	/*background-color: #900;*/
	background-color: #c93;
	color: #fff;
	width: 180px;
	height: 20px;
	line-height: 20px;
	border-top: 2px solid #ddd;
}
a.associated_product span.title {
	display: block;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 4px;
	font-size: 11px;
	color: #333;
}
a.associated_product span.title span.price {
	display: block;
	float:right;
}
a.associated_product img {
	display: block;
	max-width: 150px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 10px auto;
}


/* LOGIN */
div.min_height_block {
	height: 200px;
	padding-top: 20px;
}
a.toggle_login {
	margin: 0 30px;
}
div#my_info, div#logon {
	width: 693px;
	padding: 0 30px;
}
div#logon {
	width: 553px;
	padding: 0 100px;
}

h5.toggler{
	background: #a00;
	padding: 2px;
	border: 1px solid #700;
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

div#my_info input[type="text"], div#my_info select, div#logon input[type="text"], div#logon input[type="password"] { width:97% !important; }
th.warning, span.mandatory {
	color:#990000;
}
div#my_info label { float:left; }
div#my_info span.mandatory { float:right; }

div.ctp_tooltip {
	display: none;
	position: fixed;
	max-width: 200px;
	top: 0;
	left: 0;
	background-color: #600 !important;
	color: #fff !important;
	border: 1px solid #fff;
	padding: 2px;
	text-align: left;
}

span.calculator {
	display: inline-block;
	overflow: visible;
	white-space: nowrap;
}

table.unavailable_page {
	width: 100%;
}
table.unavailable_page th {
	width: 150px;
}
table.unavailable_page td, table.unavailable_page th {
	text-align: center;
	vertical-align: middle;
}
table.unavailable_page td a {
	font-size: 13px;
	font-weight: bold;
}

