
/* ####################### */
/* Classic (common styles) */
/* ####################### */

/* ################################ */
/* Styles used across several pages */
#shortlist-block a {
	text-decoration: underline;
}
#shortlist-block a:hover {
	text-decoration: none;
}
.details-global, #shortlist-block {
	margin: 20px 25px 30px 25px;
	text-align: left;
	width: 93%;
}
.details-global a {
	text-decoration: underline;
}
.details-global a:hover {
	text-decoration: none;
}
.details-global h2 {
	margin-top: 5px;
}
.details-global label {
}
.details-global p {
}
.form-common {
}
.form-common h2 {
	margin: 10px 0 3px 0;
}
.form-common label {
	background: #E0EFFF;
	color: #000099;
	display: block;
	font-weight: bold;
	height: 100%;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	text-align: left;
	width: 95%;
}
* html .form-common label {
	width: 100%;
	w\idth: 95%;
}
.form-common select, .form-common textarea {
	width: 22em;
}
.form-common td {
}
.form-common #address {
}
.form-common #airport {
}
.form-common #d {
}
.form-common #pax {
}
.form-common #price_range {
}
.form-common #rd {
}
.form-common .button {
	border: 0;
	width: auto;
}
.form-common .input {
	width: 22em;
}
.form-common .message { /* textarea */
	height: 8em;
	width: 33.7em;
}
.hilite, .lds-hilite, .lqs-hilite {
	color: #FF9900;
}
.hr { /* default horizontal rule */ 
	border-top: 1px solid #000066;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0;
}
.hr-no-space {
	border-top: 1px solid #000066;
	font-size: 0.1em;
	margin: 0;
	padding: 0;
}
.inline {
	display: inline;
}
.justify {
	text-align: justify;
}
.link-false {
	color: #000099 !important;
	cursor: default;
	text-decoration: underline !important;
}
.notice, .notice p { /* notices, errors, messages etc. */
	padding: 0 0 2em 0;
	text-align: center;
}

#searchBar {
	background-color: #FFF;
	border-bottom: 1px solid #000066;
	display: block;
	margin-left: auto;
	padding: 40px 0 60px 0;
	margin-right: auto;
	width: 760px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 758px;
}
html>#searchBar {
	width: 758px;
}

/* ######################## */
/* {supplier} related pages */
/*
	lds-listing  ... Level 1 listing
	lds-details  ... Details after Level 1 listing
	lqs-listing  ... Level 2 listing
	lqs-details  ... Details after Level 2 listing
	qc-question  ... Questions for Level 3
	qc-details   ... Level 3 details and Level 4 booking confirmation page
	book-details ... Level 4 - contact details, credit card details etc.
*/

/* ################################# */
/* book-details ({supplier} Level 4) */
.book-details-box {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px;
}
.book-details-content {
	padding: 10px;
}
.book-details-content h2 {
	margin: 0 0 15px 0 !important; /* overrides .form-common h2 style where applicable */
}
.book-details-form-table td {
	padding: 2px;
}
.book-details-form-table label {
	display: block;
	margin: 0;
	text-align: right;
	width: 95%;
}
.book-details-form-table select {
	width: 5em;
}
.book-details-form-table select.day {
	width: 7em;
}
.book-details-form-table select.month {
	width: 10em;
}
.book-details-form-table select.year {
	width: 7.5em;
}
.book-details-form-table select.card-type {
	width: 13em;
}
.book-details-form-table .input-checkbox {
}
.book-details-form-table .input-radio {
}
.book-details-form-table .input-text {
	width: 16em;
}
.book-details-form-table .input-text-dob-day {
	width: 3em;
}
.book-details-form-table .input-text-issue-no {
	width: 5em;
}
.book-details-form-table .input-text-security-code {
	width: 5em;
}
.input-text-emergency-contact {
	width: 55em;
}
.input-text-insurance-name {
	width: 25em;
}
.book-details-note {
	color: #666666;
}
.book-details-box select#card_type {
	width: 12.5em;
}

/* ######################################## */
/* lds-listing ({supplier} Level 1 listing) */
/* (sc = self catering, fd = fly drive) */
.lds-listing-action {
	margin: 0 0 1.8em 0;
}
.lds-listing-bottom-left, .lds-listing-top-left {
	float: left;
}
.lds-listing-bottom-left div, .lds-listing-top-left div {
	text-align: right;
}
.lds-listing-bottom-right, .lds-listing-top-right {
	float: right;
	text-align: right;
}
.lds-listing-bottom-right label, .lds-listing-top-right label {
	font-weight: bold;
}
.lds-listing-header { /* h1 */
	margin-bottom: 0;
}
.lds-listing-notes-sc-fd {
	text-align: right;
}
.lds-listing-polldate {
	color: #999999;
}
.lds-listing-dest {
	color: #FF9900;
	font-weight: bold;
}
.lds-listing-dept {
	color: #0067C0;
	font-weight: bold;
}
.lds-listing-date {
	color: #0067C0;
	font-weight: bold;
}
.lds-listing-duration {
	color: #0067C0;
	font-weight: bold;
}
.lds-listing-row-hilite {
	background-color: #E0EFFF;
}

/* ########################################################### */
/* lds-details, lqs-details ({supplier} Level 1 and 2 details) */
#lqs-details-block {
	width: 94%; /* 94% = 712px which is the width of the Fresh background image */
	margin-left: auto;
	margin-right: auto;
}
#lqs-details-block div a {

}
#lqs-details-block div a:hover {
}
#lqs-details-block p {
}
.lds-details-phone, .lqs-details-phone, .lds-details-price, .lqs-details-price {
	color: #CC0000;
	margin: 0;
}
.lqs-details-summary a {
}
.lqs-details-summary a:hover {
}
.lds-details-summary h2, .lqs-details-summary h2 {
	margin: 0 0 3px 0;
}
.lds-details-summary img, .lqs-details-summary img {
	margin: 5px 0 0 0;
}
.lds-details-summary td, .lqs-details-summary td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.lqs-details-summary td.left-bottom { /* QC form */
	padding-top: 2.4em;
}
.lqs-details-summary td.left-top { /* QC form */
}
.lqs-details-summary td.right-bottom { /* QC form */
	text-align: right;
	padding-top: 1.5em;
}
.lqs-details-summary td.right-top { /* QC form */
	text-align: right;
}
.lds-details-summary td td, .lqs-details-summary td td {
	border: 0;
	padding: 0;
}
.lqs-details-summary_details {
}
.lqs-details-summary_details td {
}
.lqs-details-summary_details td span {
}
.lqs-details-summary_details .lqs-hilite {
}
.lds-details-form, .lqs-details-form {
	text-align: left;
	vertical-align: top;
}
.lds-details-form fieldset, .lqs-details-form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.lds-details-form h2, .lqs-details-form h2 {
	padding-top: 10px;
}
.lds-details-form input, .lqs-details-form input {
	background-color: #F0F6FF;
	border: 1px solid #000066;
	display: block;
	margin-top: 2px;
	padding: 2px;
}
.lds-details-form input.button, .lqs-details-form input.button {
	background-color: #FFF;
	border: 0;
	display: block;
}
.lds-details-form label, .lqs-details-form label {
	display: block;
	margin-top: 3px;
}
.lds-details-form select {
}
.lds-details-form textarea, .lqs-details-form textarea {
	background-color: #F0F6FF;
	border: 1px solid #000066;
	height: 60px;
	margin-bottom: 15px;
	margin-top: 2px;
	padding: 2px;
	width: 88%;
}
.lds-details-form .contact-details input, .lqs-details-form .contact-details input {
	width: 20em;
}
.lds-details-form .numbers input, .lqs-details-form .numbers input {
	width: 4em;
}

/* ######################################## */
/* lqs-listing ({supplier} Level 2 listing) */
#lqs-listing-block {
	width: 94%; /* 94% = 712px which is the width of the Fresh background image */
	margin-left: auto;
	margin-right: auto;
}
.lqs-listing-button {
	margin-right: -5px;
	margin-top: 10px;
}
.lqs-listing-header {
	background-color: #E0F0FF;
	width: 100%;
}
.lqs-listing-header h2 {
	color: inherit;
	display: inline;
	float: left;
	margin: 0;
}
.lqs-listing-header .star {
	color: #CC0000;
}
.lqs-listing-header_price {
	font-size: 1.4em;
	font-weight: bold;
	padding-right: 6px;
	text-align: right;
}
.lqs-listing-header_box-other .lqs-listing-header_price {
	color: #006;
}
.lqs-listing-header_box-top .lqs-listing-header_price {
	color: #FFF;
}
.lqs-listing-header_title {
	font-weight: bold;
	padding: 4px 0 4px 0;
}
.lqs-listing-header_title img {
	display: inline;
	padding: 4px;
}
.lqs-listing-header_title span {
	font-size: 1.4em;
	margin-left: 6px;
}
.lqs-listing-header_box-other .lqs-listing-header_title span {
	color: #006;
}
.lqs-listing-header_box-top .lqs-listing-header_title span {
	color: #FFF;
}
.lqs-listing-header_box-other .lqs-listing-header_price, .lqs-listing-header_box-other .lqs-listing-header_title {
	background-color: #E0F0FF;
}
.lqs-listing-header_box-top .lqs-listing-header_price, .lqs-listing-header_box-top .lqs-listing-header_title {
	background-color: #0066CC;
}
.lqs-listing-poll-details {
	color: #999999;
}
.lqs-listing-table_box {
	padding: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 100%;
}
.lqs-listing-table_box img {
	margin-top: 10px;
}
.lqs-listing-table_cell a {
	text-decoration: underline;
}
.lqs-listing-table_cell a:hover {
	text-decoration: none;
}
.lqs-listing-table_cell table td {
}
.lqs-listing-table_cell table td span {
	font-weight: bold;
}
.lqs-listing-wrapper {
	border: 1px solid #CCCCCC;
	clear: both;
	margin-bottom: 10px;
	width: 712px;
}
.lqs-listing-last-updated {
	color: #999999;
}
.lqs-listing-matching h2 {
	color: #FFF;
	margin-bottom: 3px;
}
.lqs-listing-matching td {
	padding: 3px 5px;
}
.lqs-listing-matching td table td {
	padding: 0;
}
.lqs-listing-phone {
	color: #000099;
	font-size: 170%;
	font-weight: bold;
}
.lqs-listing-phone-book-now {
	margin-top: 40px;
}
.lqs-listing-pp {
	color: #CC0000;
}
.lqs-listing-price {
	color: #CC0000;
	font-size: 200%;
	font-weight: bold;
}
.lqs-listing-right {
	text-align: right;
}
.lqs-listing-right p {
	margin: 0;
	text-align: right;
}
.lqs-listing-similar h2 {
	margin-bottom: 3px;
}
.lqs-listing-similar td {
	padding: 3px 5px;
}
.lqs-listing-similar td table td {
	padding: 0;
}
.lqs-listing-table {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 6px;
	width: 712px;
}
.lqs-listing-header_box-top, .lqs-listing-header_box-other {
	width: 100%;
}
.lqs-listing-text {
	font-size: 110%;
}
#lqs-listing-top-deals {

	background: #E0F0FF;
	border: 1px solid #000;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	text-align: center;
	width: 60%;
}
#lqs-listing-top-deals td {
	padding: 2px;
}
#lqs-listing-top-deals td a {
}
#lqs-listing-top-deals td a:hover {
	color: inherit;
}
#lqs-listing-top-deals th {
	padding: 2px;
}

/* ############################### */
/* qc-details ({supplier} Level 3) */
.qc-print-page img {
		float: left;
		margin-right: 5px;
}
.qc-details-accomm-table {
	width: 100%;
}
.qc-details-accomm-table td {
}
.qc-details-accomm-table td strong {
}
#qc-details-block {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
#qc-details-block p {
	text-align: left;
}
#qc-details-block p strong {
	margin-left: 10px;
}
.qc-details-box {
	border: 1px solid #CCCCCC;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
.qc-details-content {
	padding: 10px;
}
.qc-details-content-left {
	float: left;
	padding: 10px;
	width: 30%;
}
.qc-details-content-right {
	float: right;
	font-size: 125%;
	padding: 10px;
	text-align: right;
	width: 50%;
}
.qc-details-flight-table {
	width: 100%;
}
.qc-details-flight-table th {
	border-bottom: 1px solid #000066;
	font-weight: bold;
	text-align: left;
}
.qc-details-flight-table td.bottom-row {
	border-bottom: 1px dotted #000066;
}
.qc-details-header {
	background: #0066CC;
	width: 100%;
}
.qc-details-header h2, .qc-details-header p {
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
}
.qc-details-header-box {
	padding: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 100%;
}
.qc-details-header-box a {
}
.qc-details-header-box select {
}
.qc-details-header-box label {
}
.qc-details-header-box #postal_address_2 {
}
.qc-details-header-box p {
	margin-top: 0;
}
.qc-details-header-box strong {
	text-transform: none;
}
.qc-details-header-wrapper {
	border: 1px solid #CCCCCC;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
.qc-details-note {
	clear: both;
	color: #666666;
}
.qc-details-notes-table {
	width: 90%;
}
.qc-details-notes-table th {
	border-bottom: 1px solid #000066;
	font-weight: bold;
	text-align: left;
}
.qc-details-notes-table td {
	border-bottom: 1px dotted #000066;
}
.qc-details-phone {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
}
.qc-details-price {
	color: #CC0000;
	font-size: 200%;
	font-weight: bold;
}
.qc-details-pricing-table {
	width: 100%;
}
.qc-details-pricing-table th {
	border-bottom: 1px solid #000066;
	font-weight: bold;
	text-align: left;
}
.qc-details-pricing-table td {
	border-bottom: 1px dotted #000066;
}

/* ############ */
/* item-details */
.item-details-content {
	background: #FFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: top;
}
.item-details-content img {
	display: block;
	float: left;
	margin: 0 7px 0 0;
}
.item-details-header {
	background-color: #0067CF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 3px 5px;
}
.item-details-header h2 {
	color: #FFF;
	font-size: 125%;
	margin: 0;
}
.item-details-phone {
	font-size: 125%;
	font-weight: bold;
}
p.item-details-phone {
}
.item-details-strapline {
	font-weight: bold;
}

/* ######### */
/* item list */
.item-list-content {
	font-weight: bold;
}
.item-list-content, .shortlist-content {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 7em;
	margin: 0;
	padding: 5px 3px;
	vertical-align: top;
}
.item-list-content {
	background: #FFF;
}
.shortlist-content {
	background: #FFF;
}
.item-list-content img, .shortlist-content img {
	float: left;
	margin: 0 5px 1px 0;
}
.item-list-content p, .shortlist-content p {
	font-size: 90%;
	margin: 0;
}
.item-list-header {
	background-color: #0067CF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 3px 5px;
}
.item-list-header h2 {
	color: #FFF;
	font-size: 125%;
	margin: 0;
}
p.item-list-moreinfo {
	margin-top: 5px;
}

/* ##################### */
/* mail - e-mail message */
.mail-hd-not {
	color: #CC0000;
	font-weight: bold;
}
.mail-message-box {
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.mail-message-box h1 {
	margin-top: 0;
}

/* ##########*/
/* marketing */
#marketing-category {
	margin: 4px;
	margin-bottom: 12px;
	margin-top: 0;
}

/* ########### */
/* search form */
select#fromDay, select#toDay {
	width: 5em;
}
select#fromMonthYear, select#toMonthYear {
	width: 16.6em;
}
.search-text {
	font-weight: bold;
	text-align: center;
}

/* ################## */
/* terms & conditions */
.tc-bullet {
	padding-top: 5px;
}
/* ############################ */
/* HTML elements, excluding <a> */
/* ############################ */
body, table, li, dt, dd, input, select, textarea {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
html>body, html>table, html>li, html>dt, html>dd, html>input, html>select, html>textarea {
	font-size: x-small;
}
body {
	background-color: #FFF;
	color: #006;
	margin: 0;
	padding: 0;
}
body#classic {
	background-color: #06C;
	background-image: url(asset/images/waves/v6/classic/s/m/entry/bg-small.png);
	background-repeat: repeat-x;
}
* html body#classic {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/waves/v6/classic/s/m/entry/bg-big.png', sizingMethod='image');
	height: 100%;
}
* html body div {
	position: relative; /* png MSIE 6 background image fix */
}
* html body * div {
	position: static;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
h1 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
img {
	border: 0;
	display: block;
}
input {
}
label {
}
pre {
	font-size: 110%;
}
select {
}
textarea {
}
th {
	font-weight: bold;
	text-align: center;
}

/* ################################### */
/* <a> elements and classes within <a> */
/* ################################### */
a {
	color: #009;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}

/* ############# */
/* other classes */
/* ############# */

.portal_list-header {
	color: inherit;
	background-image: url(asset/images/waves/v6/classic/s/m/portal/list-header.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 23px;
	padding-left: 10px;
}
.tab {
	background-image: url(asset/images/waves/v6/classic/s/m/portal/tab.gif);
}
.tab a, .tab a:hover, .tab-dp a, .tab-dp a:hover {
	color: #666;
	display: block;
	font-size: 11px;
	margin-bottom: 11px;
	text-align: center;
	text-decoration: none;
}
.tab-dp {
	background-image: url(asset/images/waves/v6/classic/s/m/portal/tab-dp.gif);
}
.tab-selected {
	background-image: url(asset/images/waves/v6/classic/s/m/portal/tab-selected.gif);
}
.tab-selected a, .tab-selected a:hover {
	color: #006;
	display: block;
	font-size: 11px;
	margin-bottom: 11px;
	text-align: center;
	text-decoration: none;
}

/* ### */
/* IDs */
/* ### */

/* ########## */
/* bar-footer */
#bar-footer {
}
#bar-footer a {
	color: inherit;
	text-decoration: underline;
}
#bar-footer a:hover {
	color: inherit;
	text-decoration: none;
}
#bar-footer td {
	vertical-align: middle;
}
#bar-footer img {
	display: inline;
	margin-bottom: 5px;
	vertical-align: middle;
}
#bar-footer .tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}
#bar-footer .tel-details {
	margin-right: 5px;
	text-align: right;
}
#bar-footer .tel-details span {
	font-weight: bold;
}

/* ########## */
/* bar-portal */
#bar-portal_hole-links {
	text-align: left;
	vertical-align: top;
}
#bar-portal_hole-content {
	background-image: url(asset/images/waves/v6/classic/s/general/portal/background-photo-right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}

/* ############### */
/* bar-portal-left */
#bar-portal-links {
	background-image: url(asset/images/waves/v6/classic/s/general/portal/background-photo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
}
#bar-portal-links .latest-offers {
	background-image: url(asset/images/waves/v6/classic/s/m/portal/latest-offers-middle.gif);
	background-repeat: repeat-y;
	color: #009;
	padding: 0 5px 0 5px;
}
#bar-portal-links_bottom img {
	margin-top: 6px;
}
#bar-portal-links_top {
	padding-top: 28px;
}

/* ################ */
/* bar-portal-right */
#bar-portal-content_bottom { /* bottom edge */
	background-image: url(asset/images/waves/v6/classic/s/m/portal/bar-bottom-background.gif);
	background-position: top right;
	background-repeat: repeat;
}
#bar-portal-content_main, #bar-portal-content_main-dp {
	background-image: none;
}
#bar-portal-content_main {
	background-color: #FFF;
}
#bar-portal-content_main-dp {
	background-color: transparent;
}
#bar-portal-content_left {
	background-image: url(asset/images/waves/v6/classic/s/m/portal/bar-left.gif);
}
#bar-portal-content_top {
	background-image: url(asset/images/waves/v6/classic/s/m/portal/tab-background.gif);
	background-position: top right;
}

/* ########################### */
/* content of bar-portal-right */
#bar-portal_offers {
	background-color: #FFF;
	text-align: center;
}
#bar-portal_offers img {
	display: inline;
}
#bar-portal_search-form {
	background-color: #FFF;
}
#bar-portal_search-form label {
	color: #000;
	display: block;
	font-weight: bold;
	margin: 5px 0 3px 0;
	text-align: left;
}
#bar-portal_search-form label.inline {
	display: inline;
}
#bar-portal_search-form label.td-top {
	margin-top: 10px;
	margin-bottom: 5px;
}
#bar-portal_search-form .radio {
	margin-bottom: -3px;
	margin-left: 0;
	text-align: left;
}
#bar-portal_search-form .search-now {
	padding-top: 10px;
}
#bar-portal_search-form .search-now input {
	border: 0;
}
#bar-portal_search-form .select,
#bar-portal_search-form .select #destinationAircodes,
#bar-portal_search-form .select #departureAirCodes {
	width: 15em;
}
#bar-portal_search-form .select-day {
	width: 4em;
}
#bar-portal_search-form .select-month {
	width: 10em;
}
#bar-portal_search-form .td-top {
	margin-top: 15px;
	margin-bottom: 5px;
}
#bar-portal_super-deals {
	background-color: #FFF;
	padding-right: 6px;
}
#bar-portal_super-deals .sd-notext {
	background-color: #FFCF00;
}
#bar-portal_super-deals .sd-notext img {
	height: 3px;
	width: 1px;
}
#bar-portal_super-deals .sd-text1, .sd-text2, .sd-text3, .sd-text4, .sd-text5, .sd-text6, .sd-text7 {
	background-position: top right;
	background-repeat: no-repeat;
	padding: 1px 12px 1px 2px;
}
#bar-portal_super-deals .sd-text1 {
	background-color: #FFFFDF;
	background-image: url(asset/images/waves/v6/classic/blue/m/portal/super-deals-1.gif);
	border-left: 0;
}
#bar-portal_super-deals .sd-text2 {
	background-color: #FFFFDF;
	background-image: url(asset/images/waves/v6/classic/blue/m/portal/super-deals-2.gif);
	border-left: 0;
}
#bar-portal_super-deals .sd-text3 {
	background-color: #FFFFDF;
	background-image: url(asset/images/waves/v6/classic/blue/m/portal/super-deals-3.gif);
	border-left: 0;
}
#bar-portal_super-deals .sd-text4 {
	background-color: #FFFFDF;
	background-image: url(asset/images/waves/v6/classic/blue/m/portal/super-deals-4.gif);
	border-left: 0;
}
#bar-portal_super-deals .sd-text5 {
	background-color: #FFFFDF;
	background-image: url(asset/images/waves/v6/classic/blue/m/portal/super-deals-5.gif);
	border-left: 0;
}
#bar-portal_super-deals .sd-text6 {
	background-color: #FFFFDF;
	background-image: url(asset/images/waves/v6/classic/blue/m/portal/super-deals-6.gif);
	border-left: 0;
}
#bar-portal_super-deals .sd-text7 {
	background-color: #FFFFDF;
	background-image: url(asset/images/waves/v6/classic/blue/m/portal/super-deals-7.gif);
	border-left: 0;
}
#bar-portal_super-deals .sd-text1 a, .sd-text2 a, .sd-text3 a, .sd-text4 a, .sd-text5 a, .sd-text6 a, .sd-text7 a {
	font-weight: normal;
	text-decoration: none;
}
#bar-portal_super-deals .sd-text1 a:hover, .sd-text2 a:hover, .sd-text3 a:hover, .sd-text4 a:hover, .sd-text5 a:hover, .sd-text6 a:hover, .sd-text7 a:hover {
	color: #C00;
	text-decoration: underline;
}
#bar-portal_super-deals .sd-text1 span, .sd-text2 span, .sd-text3 span, .sd-text4 span, .sd-text5 span, .sd-text6 span, .sd-text7 span {
	font-weight: bold;
	text-decoration: none;
}
#bar-portal_super-deals-bottom-middle {
	background-image: url(asset/images/waves/v6/classic/blue/m/portal/super-deals-bottom-middle.gif);
}
#bar-portal_super-deals-details {
	border-left: 1px solid #006;
	border-top: 1px solid #006;
}
#bar-portal_super-deals-details td {
	background-color: #FFF;
	border-bottom: 1px solid #006;
	border-right: 1px solid #006;
}
#bar-portal_super-deals-right {
	background-image: url(asset/images/waves/v6/classic/s/m/portal/super-deals-right.gif);
	background-repeat: repeat;
}
#bar-portal_super-deals-top-middle {
	background-image: url(asset/images/waves/v6/classic/blue/m/portal/super-deals-top-middle.gif);
	background-repeat: repeat;
}

/* ############## */
/* bar-quick-list */
#bar-quick-list {
	margin: 6px 0 10px 0;
}
#bar-quick-list a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
}
#bar-quick-list a:hover {
	color: #C00;
	text-decoration: underline;
}
#bar-quick-list .bar-quick-list_bottom {
	background-image: url(asset/images/waves/v6/classic/blue/m/hole-bottom/quick-list-bottom-middle.gif);
	background-repeat: repeat;
}
#bar-quick-list_details { /* details outer table */
	border-bottom: 1px solid #006;
	border-right: 1px solid #006;
}
#bar-quick-list_details td { 
	background-color: #E0EFFF;
	border-left: 1px solid #006;
	border-top: 1px solid #006;
	color: #006;
	padding: 1px 5px;
}
#bar-quick-list_details td.price, #bar-quick-list_details .row-hilite td.price { /* price <td>s */
	background-color: #FC0;
	border-left: 1px solid #006;
	border-top: 1px solid #006;
}
#bar-quick-list_details td.price a:hover, #bar-quick-list_details .row-hilite td.price a:hover {
	color: #C00;
}
#bar-quick-list_details th {
	background-color: #9FCFFF;
	border-left: 1px solid #006;
	border-top: 1px solid #006;
	color: #006;
	font-weight: bold;
	padding: 1px 5px;
	text-align: left;
}
#bar-quick-list_details .row-hilite td {
	background-color: #FFF;
}
#bar-quick-list .bar-quick-list_top-right {
	background-image: url(asset/images/waves/v6/classic/blue/m/hole-bottom/quick-list-top-middle.gif);
	background-repeat: repeat;
}
#bar-quick-list_wysiwyg-container {
	border: 1px solid #006;
}
#bar-quick-list_wysiwyg-details {
	margin: auto;
	overflow: hidden;
	width: 744px;
}
#bar-quick-list_wysiwyg-details a {
	text-decoration: underline;
}
#bar-quick-list_wysiwyg-details a:hover {
	color: inherit;
	text-decoration: none;
}
#bar-quick-list_wysiwyg-details img {
	display: inline;
}

/* ############## */
/* bar-top-banner */
#bar-top-banner div {
	color: #009;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin: 0 5px 0 2px;
}
#bar-top-banner img {
	display: inline;
}
#bar-top-banner div#top-telephone {
	color: #F00;
}

/* ############ */
/* bar-top-menu */
#bar-top-menu {
	background-image: url();
	border-bottom: 1px solid #006;
	border-top: 1px solid #006;
}
#bar-top-menu a {
	background-color: #FFF;
	border-right: 1px solid #006;
	color: #009;
	display: block;
	font-size: 94%;
	font-weight: bold;
	float: left;
	padding: 0.2em 0.6em 0.2em 0.5em;
	text-decoration: none;
}
* html #bar-top-menu a {
	padding: 0.2em 0.9em 0.2em 0.9em;
}
#bar-top-menu a.current {
	background-color: #0067CF;
	background-image: url();
	color: #FFF;
	font-weight: normal;
}
#bar-top-menu a:hover {
	background-color: #9FCFFF;
 	color: #009;
	text-decoration: none;
}
#bar-top-menu a.current:hover {
	color: #009;
}

/* ##### */
/* holes */
#hole-bottom {
	padding: 6px;
	text-align: left;
	vertical-align: top;
}
#hole-middle {
	text-align: left;
	vertical-align: top;
}
#hole-top {
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}
/* ##### */
/* other */
.shortlist-box {
	margin-bottom: 20px;
	width: 100%;
}
#layout {
	background-color: #FFF;
	border: 1px solid #006;
	border-top: 0;
}
#layout-portal {
	background-color: #FFF;
	border: 1px solid #006;
	border-top: 0;
}
#layout-search {
	background-color: #FFF;
	border-left: 1px solid #006;
	border-right: 1px solid #006;
}
#popup {
	padding: 20px;
}
#popup,
#popup dd,
#popup dt,
#popup input,
#popup label,
#popup li,
#popup select
#popup table,
#popup textarea {
	background-color: #FFF;
	color: gray;
}
#popup a {
	text-decoration: underline;
}
#popup a:hover {
	text-decoration: none;
}
#popup h1 {
	color: gray !important;
	margin-top: 0;
}

/* ################ */
/* ## ENTRY PAGE ## */
/* ################ */

/* ############### */
/* ## HTML tags ## */
/* ############### */

body#entry, #entry dd, #entry dt, #entry input, #entry label, #entry li, #entry select, #entry table, #entry textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body#entry #hole-bottom, #entry #hole-bottom dd, #entry #hole-bottom dt, #entry #hole-bottom input, #entry #hole-bottom label, #entry #hole-bottom li, #entry #hole-bottom select, #entry #hole-bottom table, #entry #hole-bottom textarea, #entry #bar-top-menu {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body#entry {
	background-color: #06C;
	background-image: url(asset/images/waves/v6/classic/s/m/entry/bg-small.png);
	background-repeat: repeat-x;
	color: rgb(51,51,51);
	margin: 0;
	padding: 0;
}
* html body#entry {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/waves/v6/classic/s/m/entry/bg-big.png', sizingMethod='image');
	height: 100%;
	text-align: center;
}
#entry h1 {
	color: #000;
	float: left;
	font-size: 145%;
	margin: 0;
	padding: 24px 0 0 18px;
}
#entry h2 {
	color: #000;
	font-size: 145%;
	margin: 0;
	padding: 24px 0 0 18px;
}
#entry h3 {
	color: #000;
	font-size: 140%;
	margin: 0;
	padding: 0;
}
#entry img {
	border: 0;
	display: inline;
}

/* ############## */
/* ## <a> tags ## */
/* ############## */
#entry a {
	text-decoration: underline;
}
#entry a:hover {
	text-decoration: none;
}
#main_nav #site_link a {
	color: #FFF;
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 15px 8px 15px 1px;
	text-align: center;
	text-decoration: none;
}
#main_nav #site_link a:hover {
	color: #000;
}
#main_nav #site_map a {
	color: rgb(51,102,153);
}
#main_nav #site_map a:hover {
	color: rgb(255,51,0);
}
#main_nav #specialities a {
	color: #FFF;
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 12px 8px 10px 1px;
	text-align: center;
	text-decoration: none;
}
#main_nav #specialities a:hover {
	color: #000;
}
#page_footer a {
	color: #8C8C8C;
	font-weight: normal;
}
#page_footer a:hover {
}

/* ############# */
/* ## classes ## */
/* ############# */

/* ########## */
/* ## IDs ## */
/* ########## */
body#entry #container {
	background: no-repeat top left #FFF;
	background-image: url(asset/images/waves/v6/classic/blue/m/entry/top.gif);
	border: 1px solid #006;
	border-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0 20px 0;
	text-align: left;
	width: 758px;
}
* html body#entry #container {
	width: 758px;
	w\idth: 756px;
}
#main_nav {
	clear: both;
	float: left;
	margin: 0 0 0 6px;
	width: 137px;
}
#main_nav ul {
	margin: 0;
	padding: 0;
}
#main_nav .site-link_roll-off, #main_nav .site-link_roll-on {
	background: no-repeat top left;
	display: block;
	height: 54px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_nav .site-link_roll-off {
	background: url(asset/images/waves/v6/classic/s/m/entry/button-big-red.gif);
}
#main_nav .site-link_roll-on {
	background: url(asset/images/waves/v6/classic/s/m/entry/button-big-over.gif);
}
#site_link .site-link_roll-on a {
	color: #000 !important;
}
#main_nav #site_map li {
	font-weight: bold;
	list-style: none;
	margin: 20px 0 20px 30px;
	padding: 0;
}
#main_nav #specialities li {
	list-style: none;
}
#main_nav .specialities_roll-off, #main_nav .specialities_roll-on {
	background: no-repeat top left;
	display: block;
	height: 54px;
	margin: 0;
	padding: 0;
}
#main_nav .specialities_roll-off {
	background: url(asset/images/waves/v6/classic/blue/m/entry/button-big.gif);
}
#main_nav .specialities_roll-on {
	background: url(asset/images/waves/v6/classic/s/m/entry/button-big-over.gif);
}
#specialities .specialities_roll-on a {
	color: #000 !important;
}
#main_nav p {
	background: no-repeat top left;
	background-image: url(asset/images/waves/v6/classic/s/m/entry/button-big-green.gif);
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	height: 54px;
	margin: 0 0 -25px 0;
	padding: 15px 8px 10px 1px;
	text-align: center;
}
* html #main_nav p {
	height: 54px;
	hei\ght: 52px;
	margin: 0 0 -20px 0;
}
#marketing-wysiwyg img {
	display: inline;
}
#page_content {
	float: left;
	margin: 0 0 0 16px;
	padding: 0;
	width: 580px;
}
#page_content img {
	float: right;
	margin: 15px 0 0 10px;
}
#page_content #img_group {
	float: left;
	margin-top: 6px;
	width: 580px;
}
#page_content #img_group img {
	background-image: url(asset/images/waves/v6/l/s/m/entry/dropshadow-bottom-right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
	margin: 5px 8px 0 0;
	padding: 0 8px 8px 0;
}
#page_content p {
	color: #333;
	text-align: justify;
}
#page_footer {
	clear: both;
	color: #8C8C8C;
	font-size: 85%;
	margin: 0;
	padding: 10px 0 0 159px;
}
#page_footer li {
	display: inline;
	font-size: 100%;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
}
#page_footer p {
	color: #8C8C8C;
	font-size: 100%;
}
#page_footer ul {
	margin: 0;
	padding: 0;
}
#page_footer #contact_details {
	clear: both;
}
#page_footer #copyright_details p {
	margin: 0.3em 0 0 0;
}
#page_footer #member_details {
	height: 25px;
}
#page_footer #member_details img {
	display: block;
	float: left;
}
#page_footer #member_details p {
	float: left;
	margin: 6px 20px 0 6px;
	padding: 0;
}
#page_header {
	background: url(asset/images/waves/v6/classic/s/m/entry/banner-background.jpg) no-repeat top left;
	height: 112px;
}
#page_header-background {
	background: url(asset/images/waves/v6/classic/s/m/entry/filter.png) no-repeat top left;
	border-bottom: 1px solid #006;
	height: 74px;
}
* html #page_header-background {
	background: url(asset/images/waves/v6/classic/s/m/entry/filter.gif) no-repeat top left;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='asset/images/waves/v6/classic/s/m/entry/filter.png', sizingMethod='crop');
}
#page_header-background h2 {
}
#page_header-banner {
	background: no-repeat top left;
	background-image: url(asset/images/waves/v6/classic/blue/m/entry/banner.gif);
	height: 38px;
}
#welcome_content {
	font-size: 1.1em;
	margin-top: 5px;
	padding-right: 8px;
	text-align: justify;
}
#welcome_content ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	text-align: left;
}
#welcome_content li {
	font-size: 1.0em;
}
#welcome_heading {
	font-size: 1.3em;
	padding-right: 8px;
	text-align: justify;
}
/* Copyright (c) 2000-2008 Atolis Ltd, 2008-2010 Comtec (Europe) Ltd. */
