
/* CSS Document */
/*base*/
	.rbox .tr{
		padding: 2px 5px 5px 7px;
	}
	.rbox .tr h5{
		line-height: 24px;
	}

	/*base*/
	
	/*
	=rbox-blue
	*/
	.rbox-blue{
		border-bottom:1px solid #A8C5EC;
		background: url(http://travelsuperlink.com/image/cbox_blue_bg.gif) repeat-x;
	}
	.rbox-blue .tl{
		background: url(http://travelsuperlink.com/image/cbox_blue_tl.gif) no-repeat left top;
	}
	.rbox-blue .tr{
		background: url(http://travelsuperlink.com/image/cbox_blue_tr.gif) no-repeat right top;
	}
	/*end blue*/

	/*
	=rbox-cyan
	*/
	.rbox-cyan{
		border-bottom:1px solid #B2E9FF;
		background: url(http://travelsuperlink.com/image/cbox_cyan_bg.gif) repeat-x;
	}
	.rbox-cyan .tl{
		background: url(http://travelsuperlink.com/image/cbox_cyan_tl.gif) no-repeat left top;
	}
	.rbox-cyan .tr{
		background: url(http://travelsuperlink.com/image/cbox_cyan_tr.gif) no-repeat right top;
	}
	/*end cyan*/
		
	/*
	=yellow
	*/
	.rbox-yellow{
		border-bottom:1px solid #FED097;
		background: url(http://travelsuperlink.com/image/cbox_yellow_bg.gif) repeat-x;
	}
	.rbox-yellow .tl{
		background: url(http://travelsuperlink.com/image/cbox_yellow_tl.gif) no-repeat left top;
	}
	.rbox-yellow .tr{
		background: url(http://travelsuperlink.com/image/cbox_yellow_tr.gif) no-repeat right top;
	}
	
	/*end yellow*/

	/*
	=green
	*/
	.rbox-green{
		border-bottom:1px solid #E4F2DD;
		background: url(http://travelsuperlink.com/image/cbox_green_bg.gif) repeat-x;
	}
	.rbox-green .tl{
		background: url(http://travelsuperlink.com/image/cbox_green_tl.gif) no-repeat left top;
	}
	.rbox-green .tr{
		background: url(http://travelsuperlink.com/image/cbox_green_tr.gif) no-repeat right top;
	}
	
	/*end green*/
	
	#mainleft{
		display: inline;
		float: left;
		width: 330px;
		margin-left: 10px;
		margin-right: 10px;
	}
	#mainright{
		display: inline;		
		float: right;
		width: 330px;
		margin-left: 10px;
		margin-right: 10px;		
	}
	#mainboth{
		display: inline;		
		float: left;
		width: 600px;
		margin-left: 50px;
		margin-right: 50px;		
	}
.button-blue ul {list-style: none;}
.button-blue li {
	background: url(/image/small_blue.gif)  no-repeat;
}

.button-yellow ul  {list-style: none;}
.button-yellow li {
	background: url(/image/small_yellow.gif)  no-repeat;
}
.button-green ul  {list-style: none;}
.button-green li {
	background: url(/image/small_green.gif)  no-repeat;
}	
.heavy {font-weight: 600; color: #000000; font-size: 13px;}
.p14 {FONT-SIZE: 14px; LINE-HEIGHT: 24px; FONT-FAMILY: "Arial"; }
.gray14{ FONT-SIZE: 14px; LINE-HEIGHT: 24px; color: #333333}
.blue12 { FONT-SIZE: 14px; LINE-HEIGHT: 24px; color: #0033cc}
.gray12 {  LINE-HEIGHT: 20px; color: #666666}
.gray_text { FONT-SIZE: 12px; color: #333333 ; line-height:20px;}


	.marginTop15{
		margin-top: 15px;
	}
	.marginTop10{
		margin-top: 10px;
	}
	.marginTop11{
		margin-top: 11px;
	}	
	.marginTop5{
		margin-top: 5px;
	}