
	
	/* Main page big bar line */
	.product_boxbg_common {
	
	background : url(../images/products_box.gif) repeat-x;
	
	border : 1px solid #eeeeee;
	padding : 10px;
	}
	.product_boxbg_common h2 {
	color : #FFFFFF;
	font-size : 14px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0 0 15px 0;
	}
	.product_boxbg_common h2 span {
	color : #FFFFFF;
	font-size : 12px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0 0 15px 0;
	}
	
	/* Main page right boxes */
	
	.prod_box_right {
	
	background : url(../images/tab_off.png) repeat-x top;
	
	border : 1px solid #c6c6c6;
	padding : 2px 5px 5px 5px;
	}
	.prod_box_right_title {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : bold;
	padding : 0 0 10px 0;
	}
	
	/* Buttons */
	
	a.btn_details_small, a:visited.btn_details_small {
	
	background : url(../images/btn_right_arrow_off.png) no-repeat right;
	
	display : block;
	width : 88px !important ;
	width : 98px;
	height : 16px;
	padding : 0 0 2px 5px;
	margin : 0 0 2px 0;
	color : #fff;
	font-size : 11px;
	line-height : 16px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : left;
	}
	a:hover.btn_details_small {
	
	background : url(../images/btn_right_arrow_on.png) no-repeat right;
	
	}
	a.btn_details_big, a:visited.btn_details_big {
	
	background : url(../images/btn_right_arrow_off.png) no-repeat right;
	
	display : block;
	width : 115px !important ;
	width : 125px;
	height : 18px;
	padding : 4px 6px 4px 6px;
	margin : 0 5px;
	color : #fff;
	font-size : 11px;
	line-height : 18px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : left;
	cursor : pointer;
	}
	a:hover.btn_details_big {
	
	background : url(../images/btn_right_arrow_on.png) no-repeat right;
	
	}
	
	/* Tour title */
	
	.prod_desc_title {
	color : black;
	font-size : 18px;
	font-weight : bold;
	padding : 0 0 5px 0;
	}
	.prod_desc_title a {
	color : #0d79ba;
	font-size : 18px;
	font-weight : bold;
	padding : 0 0 5px 0;
	text-decoration : none;
	}
	.prod_desc_title a:hover {
	text-decoration : none;
	}
	
	/* Inner page right booking box */
	
	.roght_box_common {
	
	background : #fbfbfb url(../images/roght_box_common.gif) no-repeat;
	
	width : 235px;
	border : 1px solid #eeeeee;
	padding : 0 10px 5px 10px;
	margin : 0 0 0 5px;
	}
	.roght_box_common_title, #calc_clm_calendar .calendar_ttl {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 14px;
	font-weight : bold;
	padding : 5px 0 15px 0;
	}
	
	
