@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html, body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	background-color:#fff;
}
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #444;
}
p {
	/*text-align:justify;*/
	margin:0 0 5px 0;
}

ul, ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}
form {
	margin:0px;
	padding:0px;
}
img {
	border:0;
	background:transparent;
}


input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #ccc;
	background-color: #fff;
	color:#333;
	font-size:12px;
	padding:6px;
	width:100%;
	/*min-width:100%;*/
	max-width:300px;
	height:15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

textarea{
	/*width:300px;*/
	height:75px;
	max-width:300px;
}

select {
	padding:3px;
	height:30px;
	max-width:300px;
}

/*input[type="checkbox"], input[type="radio"] {
	border: 1px solid #039;
	background-color: #fff;
}*/
input[type="submit"], input[type="button"], input[type="reset"] {
	height: 23px;
	min-width:58px;
	color: #333;
	text-shadow: 1px 1px 0px #fff;
	font-size: 11px;
	border:#999 1px solid;
	
	background:url(../../../images/gui/img_TileSilver.png) repeat-x;
	outline:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

h1 {
	font-size: 14px;
	color: #036;
	font-weight:bold;
	margin:0 0 10px 0;
	display:block;
}
h2 {
	font-size: 12px;
	color: #000;
	font-weight:bold;
	margin:0 0 10px 0;
}
h3 {
	font-size: 13px;
	color: #036;
	font-weight:bold;
}


a, a:link, a:visited, a:active {
	color: #06c;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color: #036;
	text-decoration:underline;
}

#content h1{
	padding:0px 0 10px 0;
	font-size:24px;
	color:#333333;
	border-bottom:1px solid #cccccc;
	margin:0px 0 0 0;
	display:block;
}
#top_header{
	width:100%;
	height:30px;
	background:url(../../../images/gui/top_menu_bg.jpg) repeat-x;
	-webkit-box-shadow: 1px 2px 3px #9b9a9a;
	-moz-box-shadow: 1px 2px 3px #9b9a9a;
	box-shadow: 1px 2px 3px #9b9a9a; 
}

#top_menu{
	width:530px;
	
	float:left;
	padding-top:6px;
}

#top_menu ul li{
	float:left;
	border-right:#666666 solid 1px;
	padding:0 8px;
}

#top_menu ul li a{
	color:#666666;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

#top_menu ul li a:hover{
	color:#2f324f;
}

#top_menu ul li.last{
	padding-right:0 ;
	border:none;
}

#call_us{
	width:110px;
	float:left;
	padding-top:8px;
	font-weight:bold;
	font-size:11px;
	color:#990000;
	margin-left:188px;
}

#languages{
	width:124px;
	float:right;
	margin:9px 10px 0 0;
	position:relative;
	text-align:right;
	cursor:pointer;
	font-size:11px;
	color:#333;
}
#languages_list{
	position:absolute;
	top:20px;
	right:0;
	z-index:10000000;
	background:#eee;
	border:#ccc 1px solid;
	padding:5px 7px 7px 7px;
	text-align:left;
	display:none;
}
#languages_list li{
	padding:7px 0 7px 0;
	border-bottom:#CCC dotted 1px;
}
#current_language{
	background:url(../../../images/gui/arrow_down.png) center right no-repeat;
	padding:0 15px 0 0;
}
#languages_list li.last{
	padding:7px 0 0 0;
	border:none;
}
#languages_list li a{
	color:#999;
	text-decoration:none;
}
#languages_list li a:hover{
	color:#666;
}

#banner{
	width:100%;
	height:300px;
	position:relative;
}

#logo{
	width:79px;
	height:79px;
	position:absolute;
	top:20px;
	left:20px;
	z-index:99;
}

#weather{
	width:220px;
	height:80px;
	position:absolute;
	right:10px;
	top:10px;
	background-image:url(../../../images/gui/weather.png);
	z-index:100000;
}

#tabs{
	height:100px;
	margin:10px 0 10px 0;
}

#tabs a{
	text-decoration:none;
}
.tab{
	width:318px;
	height:98px;
	background:url(../../../images/gui/tab_bg.jpg) repeat-x;
	float:left;
	margin:0 9px 0 0;
	border:1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tab.last{
	margin:0;
	float:right;
}

.tab img{
	float:left;
	margin:4px 10px 4px 4px;
}

.tab .titletab{
	font-weight:bold;
	color:#FFF;
	margin:10px 0px 10px 0px;
	display: block;
}

.tab .brieftab{
	
	color:#FFF;
	margin:5px 8px 0 0;
	font-size:11px;
}

#social_media{
	height:55px;
	margin:0 0 10px 0;
	background:url(../../../images/gui/social_bg.jpg) repeat-x;
	
}

#social_media div{
	float:left;
	border-right:#ccc solid 1px;
	height:30px;
	padding:13px 10px 12px 10px;
	display:block;
	
}

#social_media div:hover{
	background:url(../../../images/gui/social_hover_bg.jpg) repeat-x;
}

#social_media a{
	display:block;
	text-decoration:none;
	height:30px;
	
}

#social_media div a img{
	float:left;
	margin:0 5px 0 0;
}

#social_media div a .social_mediaTitle{
	color:#666;
	font-size:12px;
	float:left;
	font-weight:bold;
	margin:0 0 1px 0;
}

#social_media div a .social_mediaBrief{
	color:#666;
	font-size:10px;
	float:left;
}

#social_media #twitter{
	width:150px;
}

#social_media #facebook{
	width:115px;
}

#social_media #linkedin{
	width:165px;
}


#social_media #blogger{
	width:165px;
}

#social_media #flicker{
	width:115px;
}

#social_media #youtube{
	width:140px;
	border:none;
}


#breadcrumb_container{
	height:25px;
	background:#eee;
	padding:5px 5px 5px 10px;
	margin:0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#breadcrumb{
	float:left;
	font-size:11px;
	color:#666666;
	line-height:25px;
}

#page_tools{
	height:20px;
	width:100%;
	margin:2px 0 2px 0;
	display:block;
}

#page_tools ul li{
	float:left;
	padding:0 8px;
	border-right:1px solid #999;
	height:20px;
	line-height:20px;
	display:block;
}

#page_tools ul li.last{
	border:none;
}

#search{
	width:232px;
	float:right;
}







input[type="text"].input_search{
	float:left;
	height:23px;
	width:195px;
	padding-left:5px;
	border:1px solid #999999;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	padding: 0px;
}

input[type="submit"].submit_search{
	float:left;
	background:url(../../../images/gui/search_icon.png) no-repeat;
	width:30px;
	min-width:30px;
	height:25px;
	border:none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}


.blocks_container{
	overflow:hidden;
	margin:10px 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:5px solid #eeeeee;
}

.block_l{
	width:340px;
	float:left;
	overflow:hidden;
}

.block_home{
	width:340px;
	float:left;
	overflow:hidden;
}

.alignR{
	float:right;
}



.block_l h2, .block_r h2{
	width:100%;
	color:#333333;
	font-size:18px;
	border-bottom:#cccccc solid 1px;
	padding:0 0 5px 0;
}

.block_home h2,.block_home h2 a{
	color:#0066cc;
	font-size:11px;
	padding:0 0 5px 0;
	border:none;
	font-weight:bold;
}

.block_home h3{
	width:100%;
	color:#333333;
	font-size:18px;
	border-bottom:#cccccc solid 1px;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

.blocks_container .block_l p{
	color:#333333;
	text-align:justify;
	
}
.blocks_container .blockhomepage
{
	font-weight:bold;
	color:#000;
	font-size:12px;
}

.block_home p{
	color:#333333;
	text-align:justify;
	margin:10px 0 0 0;
}

.block_l ul li, .block_r ul li{
	width:100%;
	margin:5px 0 5px 0;
	clear:both;
	overflow:hidden;
}

.block_l ul li:hover, .block_r ul li:hover{
	background-color:#eaeaea;
}

.block_l ul li a, .block_r ul li a{
	text-decoration:none;
	color:#666666;
	font-size:11px;

}

.block_home ul li{
	color:#333333;
	font-size:12px;
	padding:0 0 8px 0;
	display:block;
	text-decoration:none;
}

.block_home ul li a{
	color:#333333;
	font-size:12px;
	padding:0 0 5px 0;
	display:block;
	text-decoration:none;
}

.block_home ul li a:hover{
	color:#0066cc;
}
.blockhomepageDis
{
	float:left;
	text-align:justify;
	width:265px;
	margin:2px 0 0 0;
}

.block_l ul li a img{
	float:left;
	margin:0 5px 0 0;
}

.block_l ul li a p{
	float:left;
	text-align:justify;
	width:265px;
	margin:2px 0 0 0;

}

.block_r ul li a p{
	float:left;
	text-align:justify;
	width:100%;
	margin:2px 0 0 0;
}

.block_l ul li a h3, .block_r ul li a h3{
	font-weight:bold;
	color:#000;
	font-size:12px;
}

.block_r{
	width:340px;
	overflow:auto;
	float:right;
}

.block_l #guide_nav{
	width:100%;
	margin:10px 0 0 0;
	
}

.block_l #guide_nav ul li{
	float:left;
	padding:0 5px 0 5px;
	border-right:1px solid #000;
	width:auto;
	clear:none;
	
	
}

.block_l #guide_nav ul li.last{
	border:none;
}



.block_l #guide_nav ul li:hover{
	background:none;
}

.block_l #guide_nav ul li a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#000;
	display:inline-block;
	
}

.block_l #guide_nav ul li a:hover{
	text-decoration:underline;
}


#spcial_offer{
	margin:0;
	width:100%;
	background:#e5e5e5;
	overflow:hidden;
	padding:0 0 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#spcial_offer h3{
	background: url(../../../images/gui/small_logo.png) no-repeat 10px 7px,url(../../../images/gui/special_offer_bg.png) repeat-x;
	background-color:#074193;
	padding: 5px 0 5px 35px;
	color: white;
	font-weight: bold;
	margin: 0;
	/*line-height: 30px;*/
	/*height: 30px;*/
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#spcial_offer ul{
	width:96%;
	margin:10px auto;
	
}
#spcial_offer .itenarySpcial_offer{
width:96%; 
margin-left:5px; 
margin-top:5px;
}

#spcial_offer ul li a{
	text-decoration:none;
}

.days{
	width:30px; 
	height:30px;
	background:url(../../../images/gui/days_bg.png) no-repeat;
	float:left; 
	color:#FFF;
	font-size:9px;
	text-align:center;
	line-height:9px;
	padding:5px 0 0 0;
}

.days span{
	font-size:18px;
}

.places{
	width:140px;
	height:30px;
	margin:0 5px;
	background:#FFF;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.places p{
	font-size:11px;
	width:140px;
	color:#5b5b5b;
	float:left;
	margin:0 0 0 5px;
}

.places p span{
	color:#0099ff;
}

.price{
	width:60px;
	height:30px;
	float:left;
	background:url(../../../images/gui/price_bg.png) no-repeat;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	text-align:center;
	padding:5px 0 0 0;
}

.selected{
	background:url(../../../images/gui/special_price_bg.png) no-repeat;
}

.panel1{
	margin:10px 0 0 0;
	background:#eee;
	overflow:hidden;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.panel1 h3{
	background:url(../../../images/gui/small_logo.png) no-repeat;
	padding:0 0 5px 30px;
	color:#000;
	font-weight:bold;
	/*height:18px;*/
	line-height:18px;
	border-bottom:1px solid #cccccc;
	margin:0 5px 5px 5px;
}
.panel1 .inner{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	padding:10px;
	color:#666;
	line-height:18px;
}
.panel1 ul.inner{
	padding:0 10px 10px 10px;
}
.panel1 .inner li{
	padding:10px 0 10px 0;
	border-bottom:#999 1px dotted;	
}
.panel1 .inner li.last{
	border:none;
	padding:10px 0 0 0;
}
.panel1 .inner li a{
	color:#666;
	text-decoration:none;
}
.panel1 .inner li a:hover{
	color:#06C;
}
#map{
	width:100%;
	height:226px;
	margin:10px auto;
	background:url(../../../images/gui/google_map.png) no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#destinations{

	margin: 0 auto;
	
}

#destinations p{
	float:left;
	color:#666666;
}

#destinations .combo{
	float:right;
	width:100px;
}

#left_menu{
	width:200px;
	float:left;
	margin:0 10px 0 0;
	
}



#inner_slider{
	width:100%;
	height:370px;
	background:#000;
	margin:0 0 20px 0;
}

#inner_slide{
	width:100%;
	height:300px;
	position:relative;
}

#inner_slider ul li{
	float:left;
}

#inner_slider ul li img{
	width:100px;
	height:60px;
	margin:5px;
	
}

.left_arrow{
	position:relative;
	float:left;
	margin:25px 5px 0 5px;
}

.right_arrow{
	position:relative;
	float:right;
	margin:25px 5px 0 5px;
}

.article{
	padding:10px 0;
	text-align:justify;
	color:#666666;
	
}

/*.article img{
	float:right;
	margin:0 0 15px 15px;
	width:270px;
	height:150px;
}*/

.article p{
	margin:10px 0 0 0;
	width:100%;
}


/* footer start here */

#footer_wrapper{
	width:100%;
	background:#eeeeee;
	border-top:5px solid #cccccc;
	overflow:hidden;
}

#footer{
	width:980px;
	margin:0 auto;
	padding:0 0 20px 0;
	overflow:hidden;

}

#footer .footer_menu{
	margin:25px 15px 25px 0;
	float:left;
}

#footer .footer_menu .header_nameTitle{
	display:block;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 11px 0;
	font-size:13px;
}


#footer .footer_menu ul li a{
	text-decoration:none;
	color:#666666;
	font-size:12px;
	display:block;
	margin:0 0 4px 0;
	width:170px;
}

#footer .footer_menu ul li a:hover{
	color:#0066cc;
}

#footer #copyrights{
	clear:both;
	width:100%;

}

#footer #copyrights p{
	border-top:1px solid #ccc;
	width:100%;
	margin:15px 0 0;
	padding:20px 0 0 0;
}

#footer #copyrights p #copy{
	float:left;
	color:#666666;
	font-size:12px;
}

#footer #copyrights p #design{
	float:right;
	color:#666666;
	font-size:12px;
}

#footer #copyrights p #design a{
	text-decoration:none;
	color:#0099ff;
}

#footer .seperator{
	width:100%;
	clear:both;
	height:1px;
	color:#cccccc;
	border:none;
	background:#CCC;
	margin:10px 0 0 0;
}

/*********************************************************************/ style old Tour egypt 
/*Right-Main-body*/
#right-main-side h1{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:24px; color:#58595b;  text-transform:uppercase; font-weight:normal; line-height:1.4em;  }
#right-main-side h2{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:24px; color:#58595b;  text-transform:uppercase; font-weight:normal; line-height:1.4em; }
#right-main-side h3 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px;color:#58595b;  text-transform:uppercase; font-weight:normal; line-height:1.4em; }
#right-main-side p{ font-size:12px; line-height:1.4em; text-align:justify;  color:#272727; font-family:"helvetica neue",arial,helvetica,sans-serif; margin-right:10px;  }
#right-main-side p a {color:#14a5e8; text-decoration:none;}
#right-main-side p a:hover {color:#747474; text-decoration:underline;}

#Book_Panel{
	width:800px;
	height:auto;
	margin:auto ;
	}

#Book_Panel #Panel_Title{
	margin:0 0 10px 0;
	height:29px;
	background:url(../../../images/img_Book_Panel_Title.jpg) top no-repeat;
}

#Book_Panel #Panel_Title span{
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#694a58;
	line-height:30px;
	height:30px;
	margin-left:55px;
}

#Book_Panel #Tour_Information{
	margin:10px;	
	
}

#Book_Panel #Tour_Information #Panel1{
	width:330px;
	float:left;
	margin:0 10px 0 10px;	
}

#Book_Panel #Tour_Information ul{
	margin:0;
	border:#bbb 1px solid;
}

#Book_Panel #Tour_Information ul li{
	margin:0;
	list-style:none;
	height:24px;
	line-height:24px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#58595b;
	border-bottom:#bbb dashed 1px;
	border-top: #FFF solid 2px;
	
}

#Book_Panel #Tour_Information ul #Li1{
	background:#ebecec;
}

#Book_Panel #Tour_Information ul #Li2{
	background:#cccccc;
}

#Book_Panel #Tour_Information ul li #Title{
	width:120px;
	display:inline-block;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:right;
	margin-right:10px;
	color:#000;
}

#Book_Panel #Tour_Information ul li #Price{
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#694a58;
}

#Book_Panel #Tour_Information #AccPanel .HD{
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	height:26px;
	line-height:26px;
	padding-left:10px;
	margin:10px 0 0 0;
	border-bottom:dashed #999 1px;
	background:#694a58;
}

#Book_Panel #Tour_Information #AccPanel .HD #IMG1{
	float:right;
	margin:5px;
}

#Book_Panel #Tour_Information #AccPanel #Data{
	padding:10px;
}


#Book_Panel #Tour_Itinerary{
	margin:10px;
	border:#9ea1a5 1px solid;
}

#Book_Panel #Tour_Itinerary #Title{
	background:#747c7f;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:21px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	margin:0px;
}

#Book_Panel #Tour_Itinerary #AccPanel .HD{
	color:#273357;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	height:26px;
	line-height:26px;
	padding-left:10px;
	margin:0px;
	border-bottom:dashed #999 1px;
}

#Book_Panel #Tour_Itinerary #AccPanel .HD #IMG1{
	float:right;
	margin:5px;
}

#Book_Panel #Tour_Itinerary #AccPanel #Header1{
	background:#e6e7e8;
}

#Book_Panel #Tour_Itinerary #AccPanel #Header2{
	background:#ccc;
}

#Book_Panel #Tour_Itinerary #AccPanel #Data{
	background:#fcfcfc;
	padding:10px;
}


#Book_Panel #Book_Now{
	margin:10px;
	background:#e2e2e2;
	border:#b3b3b3 1px solid;
}

#Book_Panel #Book_Now #IMG{
	margin:20px 0 10px 20px;
}

#Book_Panel #Book_Now td{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666;
}
.td_1{background:#ebecec; border-bottom:1px dashed #bbbbbb;}
.td_2{background:#cccccc; border-bottom:1px dashed #bbbbbb;}
.new_tour_information td{height:21px; padding-bottom:10px;}
.new_tour_information strong {font-size:12px; font-weight:100; text-align:right}
.new_tour_information em{color:#58595b; font-size:13px;}
.new_tour_information table {border:#bbbbbb 1px solid}
.new_price {font-family:Helvetica, Arial, sans-serif;    font-size:20px;    color:#694a58;}
.terms { font-size:15px; margin:15px; }
.terms  a {color:#694a58;

	background:url(../../../images/img_Book_Panel_Title.jpg) top right no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#666;
	line-height:25px;
	height:25px;
}
.clear {clear:both;}
.DayTour_Panel{
 width:800px;
	height:auto;
	margin:auto ;

}

.DayTour_Panel .DayTour_Title{
	margin:0px;
	height:29px;
	background:url(../../../images/img_Book_Panel_Title.jpg) left top no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#694a58;
	line-height:30px;
	height:30px;
	padding-left:55px;
	width:666px;
}

.DayTour_Panel .DayTour_Data{
	margin:10px;
 margin-left:0px;
	width:720px;

}

.DayTour_Panel .DayTour_Data .TitleLine{
	background:#747c7f;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:21px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	margin:0px;


}

.DayTour_Panel .DayTour_Data .CostLine{
	color:#273357;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	height:26px;
	line-height:26px;
	padding-left:10px;
	margin:0px;
	background:#e6e7e8;
}

.DayTour_Panel .DayTour_Data .Data{
	background:#fcfcfc;
	padding:10px;
	font-size:12px;
	line-height:14px;
}

.Title_1{
	margin:0px;
	height:29px;
	background:url(../../../images/img_Book_Panel_Title.jpg) top left no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#694a58;
	line-height:30px;
	height:30px;
	padding-left:55px;
}
.Book_Panel .Tour_Information .Panel1{
	width:330px;
	float:left;
	margin:0 10px 0 10px;
_margin:0 5px;	
}

.Book_Panel .Tour_Information ul{
	margin:0;
	border:#bbb 1px solid;
}

.Book_Panel .Tour_Information ul li{
	margin:0;
	list-style:none;
	height:24px;
	line-height:24px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#58595b;
	border-bottom:#bbb dashed 1px;
	border-top: #FFF solid 2px;
	
}

.Book_Panel .Tour_Information ul .Li1{
	background:#ebecec;
}

.Book_Panel .Tour_Information ul .Li2{
	background:#cccccc;
}

.Book_Panel .Tour_Information ul li .Title{
	width:120px;
	display:inline-block;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:right;
	margin-right:10px;
	color:#000;
}

.Book_Panel .Tour_Information ul li .Price{
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#694a58;
}

.Book_Panel .Tour_Information .AccPanel .HD{
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	height:26px;
	line-height:26px;
	padding-left:10px;
	margin:10px 0 0 0;
	border-bottom:dashed #999 1px;
	background:#694a58;
}

.Book_Panel .Tour_Information .AccPanel .HD .IMG1{
	float:right;
	margin:5px;
}

.Book_Panel .Tour_Information .AccPanel .Data{
	padding:10px;
}


.Book_Panel .Tour_Itinerary{
	margin:10px;
	border:#9ea1a5 1px solid;
}

.Book_Panel .Tour_Itinerary .Title{
	background:#747c7f;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:21px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	margin:0px;
}

.Book_Panel .Tour_Itinerary .AccPanel .HD{
	color:#273357;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:26px;
	padding-left:10px;
	margin:0px;
	border-bottom:dashed #999 1px;
}

.Book_Panel .Tour_Itinerary .AccPanel .HD .IMG1{
	float:right;
	margin:5px;
}

.Book_Panel .Tour_Itinerary .AccPanel .Header1{
	background:#e6e7e8;
}

.Book_Panel .Tour_Itinerary .AccPanel .Header2{
	background:#ccc;
}

.Book_Panel .Tour_Itinerary .AccPanel .Data{
	background:#fcfcfc;
	padding:10px;
}


.Book_Panel .Book_Now{
	margin:10px;
	background:#e2e2e2;
	border:#b3b3b3 1px solid;
}

.Book_Panel .Book_Now .IMG{
	margin:20px 0 10px 20px;
}

.Book_Panel .Book_Now td{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666;
}
#PanelTop .Panel_Header{
	height:30px;
}

#Panel{
	height:202px;
	width:340px;
	margin:10px 10px 10px 10px;
	float:left;
	line-height:17px;
}
#Panel #Panel_Header{
	height:30px;
}
#PanelTop .Panel_Header{
	height:30px;
}

#Panel .Header_01{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_01.jpg) left top no-repeat; }
.Header_1{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_01.jpg) left top no-repeat; }

#Panel .Header_02{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_02.jpg) left top no-repeat; }
.Header_2{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_02.jpg) left top no-repeat; }

#Panel .Header_03{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_03.jpg)  left top no-repeat; }
.Header_3{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_03.jpg)  left top no-repeat; }

#Panel .Header_04{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_04.jpg) left top no-repeat; }
.Header_4{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_04.jpg) left top no-repeat; }

#Panel .Header_05{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_05.jpg) left top no-repeat; }
.Header_5{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_05.jpg) left top no-repeat; }


#Panel .Header_06{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_06.jpg) left top no-repeat; }
.Header_6{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_06.jpg) left top no-repeat; }

#Panel .Header_07{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_07.jpg) left top no-repeat; }
.Header_7{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_07.jpg) left top no-repeat; }


#Panel .Header_08{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_08.jpg) left top no-repeat; }
.Header_8{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_08.jpg) left top no-repeat; }


#Panel #Panel_Header span{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	line-height:30px;
	height:30px;
	margin-left:45px;
}
#PanelTop .spanHeader{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	line-height:30px;
	height:30px;
	margin-left:45px;
}
#Panel_Data{
	background:url(../../../images/TourEgypt04/images/img_Panel_Background.jpg) top no-repeat;
	height:174px;
	padding:10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
}

.Panel_Data{
	background:url(../../../images/TourEgypt04/images/img_Panel_Background.jpg) top no-repeat;
	height:174px;
	padding:10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
}

#Panel_Data #P1{
	color:#2595ac;
}
#PanelTop .P1{
	color:#2595ac;
}

#Panel_Data #P2{
	color:#93581b;
}

#PanelTop .P2{
	color:#93581b;
}

#Panel_Data #P3{
	color:#6098a8;
}

#PanelTop .P3{
	color:#6098a8;
}

#Panel_Data #P4{
	color:#984137;
}

.Panel{
	height:202px;
	width:340px;
	margin:10px 10px 10px 10px;
	float:left;
	line-height:17px;
}

.Panel .Panel_Header{
	height:30px;
}

.Panel #Header_01{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_01.jpg) top no-repeat; }

.Panel #Header_02{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_02.jpg) top no-repeat; }

.Panel #Header_03{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_03.jpg) top no-repeat; }

.Panel #Header_04{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_04.jpg) top no-repeat; }
.Panel #Header_05{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_05.jpg) top no-repeat; }
.Panel #Header_06{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_06.jpg) top no-repeat; }
.Panel #Header_07{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_07.jpg) top no-repeat; }
.Panel #Header_08{ background:url(../../../images/TourEgypt04/images/img_Panel_Title_08.jpg) top no-repeat; }

#right-main-side .Panel .Panel_Header h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	line-height:30px;
	height:30px;
	margin-left:45px;
}

	
.Panel_Data{
	background:url(../images/img_Panel_Background.jpg) top no-repeat;
	height:174px;
	padding:10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
}


.Panel_Data .P1{
	color:#2595ac;
}

.Panel_Data .P2{
	color:#93581b;
}

.Panel_Data .P3{
	color:#6098a8;
}

.Panel_Data .P4{
	color:#984137;
}


.Panel_Text{
	margin:5px 0 0 0;
	line-height:14px;
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
}

.Panel_Data a{
	float:right;
	margin:5px 0 0 0;
}

.Panel_Img{
	margin:0 10px 120px 0;
}

/*********************************************************************/ End style old Tour egypt 