table.standard_table {
	border: 1px solid #e0e0d5;
	float: right;
	margin: 0px 0 0px 0px;
	font-family: Arial, sans-serif;
	}
.standard_table thead tr th {
	border-top: 1px solid #1c1f21;
	}
.standard_table thead tr th h3 {
	border-top: 1px solid #67696a;
	border-bottom: 1px solid #dadccd;
	background: #1c1f21;
	font-family: Museo;
	height: 61px;
	padding-left: 20px;
	font-size: 30px;
	color: #f7f8e9;
	font-weight: normal !important;
	line-height: 61px;
	text-align: left;
	margin: 0px;
	}

.standard_table tbody tr td {
	text-align: left;
	font-size: 12px;
	color: #32a3af;
	padding: 15px 0 15px 15px;
	}
.standard_table tbody tr.top td {
	padding: 15px 0 0 15px;
	}
.standard_table tbody tr.bottom td {
	padding: 15px 0 15px 15px;
	}
.standard_table tbody tr td a {
	color: #32a3af;
	}
.standard_table tbody tr.top td {
	border-top: 1px solid white;
	}

.standard_table tbody tr.bottom td {
	border-bottom: 1px solid #d5d7bf;
	}
.standard_table tbody tr.single td {
	border-bottom: 1px solid #d5d7bf;
	border-top: 1px solid white;
	}



div.selectbox-wrapper  {
    cursor:pointer;
    display:block;
    float:left;
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.8em;
    height:auto;
    margin: 0;
    padding-left:5px;
    text-align:left;
    position: absolute;
    z-index: 10;
}

div.selectbox-wrapper ul {
    list-style-type:none;
    background: #bcdde1;
    border-top: 1px solid #7f969d;
    border-right: 1px solid #a1c2cb;
    border-bottom: 1px solid #a7cad3;
    border-left: 1px solid #a7c5cf;
    color:#165F8A;
    padding: 0px;
    margin: 24px 0 0 -1px;
    width: 227px !important;
}

div.selectbox-wrapper ul li.selected, div.selectbox-wrapper ul li:hover {
    background-color:#EAF2FB;
    width:222px;
}

div.selectbox-wrapper ul li {
    cursor:pointer;
    display:block;
    color:#165f8a;
    font-size:12px;
    list-style-type:none;
    margin:0;
    padding-bottom:5px;
    padding-left:5px;
    padding-top:5px;
}

.selectbox {
    background: #bcdde1 url(../img/static/dd_arrow.png) 79px 9px no-repeat;
    border-top: 1px solid #7f969d;
    border-right: 1px solid #a1c2cb;
    border-bottom: 1px solid #a7cad3;
    border-left: 1px solid #a7c5cf;
    color:#165F8A;
    cursor:pointer;
    display:block;
    float:left;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    height:20px;
    line-height: 20px;
    margin:0 5px 0 4px;
    text-align:left;
    width:90px;
}

.book_now {
	
	height: 24px;
	margin: 5px 18px 0px 0;
	padding: 0;
	display: block;
	float: right;
	text-align: center;
	border-radius: 0px;
	width: 98px;
	line-height: 24px;
	font-family: Museo;
	cursor: pointer;
	color: #00c8f5;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
	background: #1d3e4d;
	border-top: 1px solid #496470;
	border-right: 1px solid #122731;
	border-bottom: 1px solid #21808a;
	border-left: 1px solid #122731;
	
	}
.subsidiary_notes {
	padding: 5px;
	margin: 5px 15px 15px 0px;
	font-size: 12px;
	line-height: 15px;
	width: 818px;
	float: left;
	background: #bcdde1;
    border-bottom: 1px solid #7f969d;
    border-left: 1px solid #a1c2cb;
    border-top: 1px solid #a7cad3;
    border-right: 1px solid #a7c5cf;
    color:#165F8A;
	}
.price {
	font-weight: bold;
	margin: 0px 15px 0px -5px;
	font-size: 24px;
	display: block;
	width: 98px;
	float: right;
	text-align: center;
	color: #1d3e4d;
	}