/* CSS Document */

#listpicthumb {
	border: 1px solid #000000; 
	margin-bottom: 7px;
	}	
	
#listpriceleft {
	background-image: url(../travel_img/list_forfait_left.gif);
	background-repeat: repeat-y;
	}
#listpriceright {	
	background-image: url(../travel_img/list_forfait_right.gif);
	background-repeat: repeat-y;
	} 
	
#listpricetop {
	background-image: url(../travel_img/list_forfait_top.gif);
	background-repeat: repeat-x;
	}
#listpricebottom {	
	background-image: url(../travel_img/list_forfait_bot.gif);
	background-repeat: repeat-x;
	} 
	
a.listBlackLink:link, a.listBlackLink:active, a.listBlackLink:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;}

a.listBlackLink:hover { 
	color: #01a4c2;
	}
	
.listprice {
	color: #01a4c2;
	font-size: 13px;
	font-weight: bold;
	}
	
#DashedBorder {
	border-top: 1px dotted #85abb2;
	border-bottom: 1px dotted #85abb2;
	height: 44px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
#DashedBorderCheckout {
	border-top: 0px dotted #85abb2;
	border-bottom: 0px dotted #85abb2;
	height: 38px;
	padding-top: 3px;
	padding-bottom: 4px;
	}
	
#floatleft {
	float: left;
	display: block;
	margin-top: 3px;
	}
	
#floatright {
	float: right;
	display: block;
	margin-right: 6px;
	margin-top: 2px;
	}
	
/* product details page */

.producttitle {
	font-size: 18px;
	color: #333333;
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	}
		
.productprice {
	font-size: 15px;
	color: #01a4c2;
	font-weight: 700;
	font-family: Arial, sans-serif;
	}
	
#productdetails {
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	font-family: Arial, sans-serif;
	}
	
#productdetails2 {
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	font-family: Arial, sans-serif;
	}
	
.productextras {
	font-size: 12px;
	color: #000000;
	font-weight: bold; 
	}
	
#addtocartbox {
	border: 1px dotted #000000;
	padding: 6px; 
	line-height: 18px; 
	font-weight: bold;}
	
.reservetext {
	font-size: 16px;
	color: #666666;
	line-height: 17px; }
	
.prodmenu  a, .prodmenu a:active, .prodmenu a:visited {
	/* navigation buttons */
	width: 222px;
	height: 34px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #333333;
	background-image: url(../travel_img/prod_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 14px;
	display: block;
	font: 13px Helvetica, Arial;  
	font-weight: bold;
	text-decoration: none;}

.prodmenu a:hover { 
	background-image: url(../travel_img/prod_menu_over.gif);
	color: #000000;
	margin-top: 0px;
	margin-bottom: 2px;
	}
	
.prodmenurequest  a, .prodmenurequest a:active, .prodmenurequest a:visited {
	/* navigation buttons */
	width: 222px;
	height: 34px;
	margin-top: 0px;
	color: #01a4c2;
	background-image: url(../travel_img/prod_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 15px;
	display: block;
	font: 13px Helvetica, Arial;  
	font-weight: bold;
	text-decoration: none;}

.prodmenurequest a:hover { 
	background-image: url(../travel_img/prod_menu_over.gif);
	color: #00b8da;
	margin: 0px;
	}
	
/* checkout page */
#buttonsalign {
	float: right;
	}
	
#secureborder {
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
	padding: 2px;
	line-height: 17px;
	height: 90px;
	}
	
.securetxt {
	font-size: 11px;
	color: #333333;
	text-align: justify;
	margin-right: 10px;
	font-family: helvetica, arial;
	}
	
/* wishlist section */

.wishlisttitle {
	font-size: 18px;
	color: #259aad;
	display: block;
	margin-bottom: 3px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	}
	
#wishlistborder {
	border: 1px solid #259aad;
	padding: 3px;
	background: #ecf8f8;
	}
	
	
	
	

