body {
	font-family: Arial;
	text-align: center;
}

#sr-wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	color: #333333;
}

#sr-left-column {
	float: left;
	width: 250px;
	margin: 20px 0px 0px 13px;
}

#sr-left-column #you-searched-for {
	width: 248px;
	background: #356294;
	float: left;
	padding-bottom: 10px;
}

#sr-left-column #you-searched-for span {
	float: left;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	background: #0c3657;
	width: 100%;
	height: 28px;
	display: block;
}

#sr-left-column #you-searched-for span h3 {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 7px 0px 0px 10px;
	color: #FFFFFF;
}

#sr-left-column #you-searched-for p {
	color: #a8d6ff;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 200px;
	margin: 6px 0px 0px 10px;
}

#sr-left-column #you-searched-for p.small {
	font-size: 10px;
	color: #333333;
	width: 190px;
}
#sr-left-column #modify-search {
	width: 248px;
	float: left;
	margin: 10px 0px 0px 0px;
}

#sr-left-column #mod-title {
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	background: url(../images/search-results-modify-bg.jpg) no-repeat;
	width: 248px;
	height: 28px;
	display: block;
}

#sr-left-column #mod-title h3 {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 7px 0px 0px 10px;
	color: #FFFFFF;
}

#sr-left-column #modify-search h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 14px 0px 0px 11px;
	float: left;
}

#sr-left-column #modify-search table.modify-search {
	width: 200px;
	margin: 10px 0px 0px 24px;
	color: #333333;
	font-size: 11px;
	float: left;
}

#sr-left-column #modify-search .white-line {
	border-top: 1px solid #FFFFFF;
	width: 230px;
	margin: 15px 0px 5px 9px;
	font-size: 1px;
	float: left;
}

#sr-left-column #modify-search table.select-destination {
	width: 230px;
	margin: 20px 0px 0px 11px;
	text-align: left;
}

#sr-left-column #modify-search table.select-destination input, #sr-left-column #modify-search table.select-destination select {
	border: 1px solid #999999;
	height: 18px;
}
#sr-left-column #modify-search table.select-destination td select {
	font-size: 12px;
}
#sr-left-column #modify-search table.select-destination input.sr-modify-submit-btn {
	background: url(../images/sr-modify-submit-btn.jpg) no-repeat;
	width: 132px;
	height: 37px;
	display: block;
	border: 0px;
	margin: 10px 5px 0px 0px;
}

#sr-left-column #modify-search table.select-destination input.check-in-out {
	width: 85px;
	height: 18px;
}

#sr-main {
	float: left;
	width: 725px;
	margin: 20px 0px 0px 10px;
}

#sr-main .hotel-result {
	margin: 10px 0px 20px 0px;
}

#sr-main #sr-sort-results {
	float: left;
	margin: 30px 0px 0px 0px;
}

#sr-main #sr-sort-results table.sort-results-table {
	font-size: 11px;
}

#sr-main #pagination {
	width: auto;
	float: right;
	margin: 25px 5px 0px 0px;
	text-align: center;
}

#sr-main #pagination table, #sr-main table.pagination-bottom {
	text-align: center;
	font-size: 12px;
	float: right;
}

#sr-main table.pagination-bottom {
	float: left;
	margin: 10px 0px 0px 0px;
}

#sr-main #pagination table td.page-numbers, #sr-main table.pagination-bottom td.page-numbers	 {
	font-size: 16px;
}
#sr-main #pagination table td.page-numbers a:link, #sr-main table.pagination-bottom td.page-numbers a:link, #sr-main #pagination table td.page-numbers a:active, #sr-main table.pagination-bottom td.page-numbers a:active, #sr-main #pagination table td.page-numbers a:visited, #sr-main table.pagination-bottom td.page-numbers a:visited {
	color: #0067ac;
	text-decoration: underline;
	font-weight: bold;
}

#sr-main #pagination table td.page-numbers a:hover, #sr-main table.pagination-bottom td.page-numbers a:hover {
	color: #0067ac;
	text-decoration: none;
	font-weight: bold;
}

#sr-main #sr-sort-results table h3.sort-results {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
}

#sr-main table.hotel-result-table { border-collapse: collapse; }
#sr-main table.hotel-result-table th {
	background: #356294;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
}

#sr-main table.hotel-result-table th.first { padding-left: 10px; }
#sr-main table.hotel-result-table th.last {
	padding-left: 5px;
	padding-right: 10px;
}

#sr-main table.hotel-result-table td img {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

#sr-main table.hotel-result-table td img.hotel-result-thumb {
	margin: 10px;
	display: block;
}

#sr-main table.hotel-result-table th.small { font-size: 10px; }

#sr-main table.hotel-result-table td p { 
	font-size: 11px;
	margin: 10px 0px 10px 0px;
}
#sr-main a.book-now-btn:link, #sr-main a.book-now-btn:active, #sr-main a.book-now-btn:visited, #sr-main a.book-now-btn:hover {
	background: url(../images/sr-hotel-result-book-now-btn.jpg) no-repeat;
	width: 125px;
	height: 46px;
	display: block;
	text-decoration: none;
}

#sr-main a.book-now-btn span {
	float: left;
	width: 125px;
	text-align: center;
	margin: 11px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#sr-main table.hotel-result-table td p.book-now-btn {
	margin: 0px 0px 0px 0px;
}
#sr-main table.hotel-result-table td p.description {
	margin: 10px 0px 0px 0px;
}
#sr-main table.hotel-result-table td p.no-margin {
	margin: 0px 0px 0px 0px;
}
#sr-main table.hotel-result-table td p.left-nudge {
	margin-left: 10px;
}
#sr-main table.hotel-result-table td p.lowest-per-night-avg {
	color: #666666;
	font-family: Verdana;
	font-size: 9px;
	margin: 0px 0px 17px 0px;
}
#sr-main table.hotel-result-table td h3 {
	margin: 15px 0px 0px 0px;
	color: #66cc00;
	font-size: 46px;
	font-family: Arial;
	font-weight: bold;
}
#sr-main table.hotel-result-table td h4, #sr-main table.hotel-result-table td h5  {
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}
#sr-main table.hotel-result-table td h5 {
	margin: 10px 0px 0px 10px;
}
#sr-main table.hotel-result-table td h4 {
	margin: 0px 0px 0px 10px;
}

#sr-main table.hotel-result-table a.red-underline:link, #sr-main table.hotel-result-table a.red-underline:active, #sr-main table.hotel-result-table a.red-underline:visited {
	text-decoration: underline;
	color: #660000;
}

#sr-main table.hotel-result-table a.red-underline:hover {
	text-decoration: none;
}

#sr-main table.hotel-result-table .location-wrapper {

	margin: 0px 0px 0px 0px;
	text-align: left;
}

#sr-main table.hotel-result-table .location-wrapper h5 {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

#sr-main table.hotel-result-table .location-wrapper h4 {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

#sr-main table.hotel-result-table h4.search-result-date-range {
	color: #4ea0d4;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-transform: none;
}

#sr-footer p {
	margin: 20px 0px 0px 13px;
	font-size: 11px;
	color: #000000;
}

#mod-search-1 {
	background: url(../images/mod-search-1-bg.jpg) no-repeat;
	width: 246px;
	height: 101px;
	float: left;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #bababa;
}

#mod-search-2 {
	background: url(../images/mod-search-2-bg.jpg) no-repeat;
	width: 246px;
	height: 109px;
	float: left;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #bababa;
}

#mod-search-amentities {
	background: url(../images/amentities-bg-large.jpg) no-repeat;
	width: 246px;
	float: left;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #bababa;
}

#sr-left-column #modify-search #mod-search-amentities h4 {
	float: none;
}

#mod-search-locations {
	background: url(../images/amentities-bg-large.jpg) no-repeat;
	width: 246px;
	float: left;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #bababa;
}

#sr-left-column #modify-search #mod-search-locations h4 {
	float: none;
}

#mod-search-3 {
	background: url(../images/mod-search-3-bg.jpg) no-repeat;
	width: 246px;
	float: left;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #bababa;
}

#mod-search-4 {
	background: url(../images/mod-search-4-bg.jpg) no-repeat;
	width: 246px;
	height: 58px;
	float: left;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #bababa;
}

table#amenitiesBox1_CheckBoxList1, table#locations1_CheckBoxList1 {
	margin-left: 20px;
	margin-bottom: 15px;
}

table#locations1_CheckBoxList1 td, table#amenitiesBox1_CheckBoxList1 td {
	vertical-align: top;
}

table#locations1_CheckBoxList1 td input, table#amenitiesBox1_CheckBoxList1 td input {
	float: left;
	margin-right: 6px;
}

table#locations1_CheckBoxList1 td label, table#amenitiesBox1_CheckBoxList1 td label {
	float: left;
	margin-top: 3px;
	width: 190px;
}
