﻿/*Left Menu*/
#LeftMenu, .InlineFrame {
	border:#CCCCCC 1px solid;
}
#LeftMenu .LevelSp {
	border-bottom:1px #CCCCCC dashed;
}
#LeftMenu .Level1 {
	border-bottom:1px #CCCCCC dashed;
	background:#F2F2F2;
}
#LeftMenu a:hover {
	background-color:#F2F2F2;
}
#LeftMenu .Level1:hover {
	background-color:#FAFAFA;
}
/*Subscribe*/
#SubscribeLeft th {
	background:#808080;
}
/*BookmarkList*/
#BookmarkList {
	border:#CCCCCC 5px solid;
	background-color:#F2F2F2;
}
#BookmarkListHD {
	border-bottom:#CCCCCC 1px solid;
	background-color:#F2F2F2;
}
/*Product Search Inner*/
#ProductSearchInner {
	border-bottom:#CCCCCC 1px dashed;
	border-top:#CCCCCC 1px dashed;
}
#ProductSearchInner table{
	border:#CCCCCC 0px solid;
}
/*ProductsTable*/
#ProductsTable .ProductType{
	border-top:#CCCCCC 1px dashed;
	background:#F2F2F2;
}
#ProductsTable .ProductItem{
	border-top:#CCCCCC 1px dashed;
}
#ProductsTable .ProductItemMOver{
	border-top:#CCCCCC 1px dashed;
	background:#F2F2F2 url(../images/common/ProdBG1.jpg) repeat-x;
}
.NotFound{
	border-top:#CCCCCC 1px dashed;
}
#ProductsTable .ProdImg{
	border:1px #CCCCCC solid;
}
.PageList{
	 border-top:#CCCCCC 1px dashed;
}
.PageList a:hover{
	background:#F2F2F2;
}
/*Fare Table*/
#FareTable td, #FareTable th {
	border:1px #CCCCCC solid;
}
/*Travelogue*/
#TravelogueTable td {
	border-top:#CCCCCC 1px dashed;
}