/* temp - amalgamate and standardize */

/* rates
============================*/

.rates-wrapper {
	padding: 25px 10px 0 15px;
}

.currnote {padding: 0 0 0px 2px;}
.currnote img {padding-right: 10px;}
.currnote p {font-style: italic; font-size: 12px; color: #878787;}

p.pkgnote  {
	padding: 0 0 0px 2px;
	font-style: italic; 
	font-size: 12px; 
	color: #878787;
}

table.rates {
	border-collapse: collapse;
	width: 85%;
	font-size: 12px;
	font-family:/*"Trebuchet MS",*/ Arial;
	border-right: 1px solid #95bce2;
}

/*table head*/

table.rates th {
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

/*widths*/

table.rates th.pkg {width:;}


table.rates th {
	background: url(../images/bg-bar-solo2.png);
	color: #000;}

table.rates tr.couple th {background: url(../images/bg-bar-couple2.png);}
table.rates tr.group th {background: url(../images/bg-bar-group2.png);}
table.rates tr.addon th {background: url(../images/bg-bar-addons2.png);}

table.rates.group th {
	background: #3e83c9;
	color: #fff;
}

table.rates th h2{
	font-weight:normal;
	line-height:110%;
	padding:0;
	margin:10px 0 10px 0;
	border:none;
	font-size:24px;
}

table.rates th.nights {
	font-size:14px;
	color:#000;
}
table.rates th.price {
	width:35px;
	color:#000;
}

/*table body*/

table.rates td {
	padding: 3px 2px;
	border-bottom: 1px solid #95bce2;
	border-left: 1px solid #95bce2;
	vertical-align: top;
	font-weight: normal;
}

/*sub-packages*/

table.rates td.sub {
	padding-left:15px;
}

/*small text*/

table.rates td em {
font-size:11px;font-style:normal;}



/*         stripes           */

table.rates tr.alt td {background: #bcd4ec;}
table.rates tr.alt td.pl {background: #fff;}

/*solo*/
table.rates tr.over td {background: #C2D68D;}
table.rates tr.over td.pl {background: #C2D68D;}

/*couple*/
table.rates.couple tr.over td {background: #89d2d6;}
table.rates.couple tr.over td.pl {background: #89d2d6;}


/*group*/
table.rates.group tr.over td {background: #d6d18c;}
table.rates.group tr.over td.pl {background: #d6d18c;}


/*addon*/
table.rates.addon tr.over td {background: #d3d3d1;}
table.rates.addon tr.over td.pl {background: #d3d3d1;}


/*links*/

table.rates td a {
	color: #000;
	font-weight:bold;
	text-decoration:none;
	padding-left:2px;
}

table.rates td a:hover {
	color:green;
	font-weight:bold;
	text-decoration:underline;
	background-color:#fff;
}
