/*
[2007-01-16]
Created by Matej
Contains all style definitions for the page layout
*/
textarea {
    overflow: auto;	/* Remove Scrollbar from Textarea in IE */
}
#contentholder {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	background:#ffffff;
	font-size:12px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

div, img {
	margin:0;
	padding:0;
	border:none;
}

table {
	font-size:12px;
}

a {
	text-decoration:underline;
	color:#333333;
}

a:hover {
	text-decoration:none;
}

b, strong {
	font-weight:bold;
}

h1 {
	margin:5px 0 5px 0;
	padding:0;
	font-size:22px;
	font-weight:bold;
	color:#9e9fa3;
}

h2 {
	margin:5px 0 5px 0;
	padding:0;
	font-size:16px;
	color:#0bb04a;
	font-weight:bold;
}

select {
	font-size:10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pageWraper {
	margin:auto;
	width:760px;
	background:#ffffff;
}

.pageWraper .page {
	width:760px;
}

.pageWraper .page #header {
	width:760px;
	height:135px;
	background:url(images/lead_banner_760_135.jpg) no-repeat top left;
}

.pageWraper .page #menu {
	width:760px;
	height:35px;
	background:#000000;
}

.pageWraper .page #content {
	width:760px;
}

.pageWraper .page #footer {
	width:760px;
	background:#c0272c;
}

.pageWraper .page #footer a {
	color:#ffffff;
	font-size:12px;
}

.searchItm {
	font-size:11px;
	color:#ffffff;
	padding-top:5px;
}

.searchTitl {
	color:#fff300;
	font-weight:bold;
	font-size:18px;
	margin:10px 0 5px 0;
}

.searchTitl1 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:24px;
	line-height:20px;
	margin:0;
	padding:0;
}

.searchTitl2 {
	color:#ba2930;
	font-weight:bold;
	font-size:32px;
	line-height:28px;
	margin:0;
	padding:0;
}

.topMenu {
	margin:0 0 2px 0;
	border-bottom:solid 2px #ffffff;
	height:32px;
	background:#0cb14b;
}

.topMenu a {
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}

.topMenu a:hover {
	text-decoration:underline;
}

.message {
	padding:15px;
	text-align:center;
	border:solid 1px #ff0000;
	background:#FFAEAE;
	font-weight:bold;
	color:#FF0000;
	margin-bottom: 10px;
}

.contactfont {
	color:#ffffff;
	font-weight:bold;
	padding-left:20px;
}

.newedit {
	width:280px;
	font-size:10px;
	border:solid 1px #cccccc;
}

.ratesTable {
	margin:5px 0 0 0;
}

.ratesTable th {
	padding:2px 9px 2px 0;
	font-weight: bold;
	color:#c0272c;
}

.ratesTable td {
	padding:1px 5px 1px 0;
	color:#333333;
	font-size:10px;
}

ul.features {
	list-style-type:disc;
	margin:0;
	padding:0;
	margin-left:13px;
}

.homeText {
	color:#009ecc;
}

.homeText p {
	color:#009ecc;
}

.homeBottom {
	padding:10px;
}

.homeBottom a {
	display:block;
	float:left;
	color:#ffffff;
	margin-right:12px;
	vertical-align:middle;
}

.rangeDesc {
	width:250px;
	height:200px;
}

.rangeDesc .rangeName {
	width:95px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:33px 0 0 5px;
	float:left;
}

.rangeDesc .rangeFrom {
	width:30px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin:33px 0 0 5px;
	float:left;
}

.rangeDesc .rangePrice {
	width:60px;
	font-size:12px;
	font-weight:bold;
	color:#c0272c;
	margin:25px 0 0 10px;
	float:left;
	text-align:center;
}

.rangeDesc .rangeImage {
	margin:0 0 0 20px;
	text-align:center;
}

.homePhone {
	margin:0;
	padding:0 2px 0 2px;
}

.homePhone span.homeCountry {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

.homePhone span.homePhoneNmbr {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

#bottommenu {
	background:#e3e4e6;
}

#bottommenu td {
	padding:10px;
}

#bottommenu a {
	color:#333333;
	font-size:12px;
}

.ratesText {
	color:#0bb04a;
	font-size:20px;
}

.featuresTable {
	color:#333333;
	width:100%;
}

.featuresTable td {
	padding:5px 5px 5px 0;
	text-align:left;
}

.copyright {
	font-size:10px;
}

.pricePan {
	border-bottom:solid 1px #CCCCCC;
	padding:3px;
	font-weight:bold;
	text-align:center;
}

.tabber {
	width:100%;
	background-color:#F0F0F0;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin-bottom:10px;
}
/*
table.tabber2n {
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}

table.tabber2n td  {
	border-top:solid 1px #CCCCCC;
	border-collapse:collapse;
	text-align:right;
	padding:5px;
	line-height:13px;
	font-size:11px;
}

table.tabber2n td.smlfnt {
	font-size:10px;
	font-style:italic;
}

table.tabber2n th {
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	text-align:right;
	color:#0D6AB8;
	border-top:solid 1px #CCCCCC;
	border-collapse:collapse;
	padding:5px;
}

.tabber2 {
	width:100%;
	background-color:#F0F0F0;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin-bottom:10px;
}

.tabber td, .tabber2 td {
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}
*/
.quicktext3 {
	border-bottom:solid 2px #000000;
	border-right:solid 1px #CCCCCC;
	padding:3px;
	/*
    color:#2492C6;
    */
	font-weight:bold;
	text-align:right;
	font-size:14px;
}

.prices2 {
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	padding:3px;
	text-align:right;
	line-height:13px;
	font-size:11px;
}

.prices {
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	padding:3px;
	text-align:right;
	line-height:13px;
	font-size:11px;
}

.middle {
	margin:0 auto;
}

.middle1 {
	text-align:center;
	padding:10px;
	float:left;
    _width:220px;
    /*
    width:220px;
	border-right:dashed 1px #868688;
    */
	border-collapse:collapse;
}

.middle2 {
	text-align:center;
	width:220px;
}

.middle2 img {
	width:200px;
	border:none;
}

.middle3 {
     /*
	 float:left;
     border-left:dashed 1px #868688;
     */
	 padding-left:10px;
	 border-collapse:collapse;
	 width:255px;
     padding-top: 5px;
}

.resultDiv {
	border:dashed 1px #868688;
	width:530px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 5px;
    margin-bottom: 10px;
}

form {
	margin:0;
	padding:0;
}

table.desctbl {
	width:100%;
	background-color:#F0F0F0;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	margin-bottom:10px;
}

table.desctbl td {
	border-bottom:solid 2px #000000;
	border-right:solid 2px #000000;
	padding:3px;
	color:#2492C6;
	font-size:14px;
	text-align:center;
}

table.desctbl td.pricePanr {
	text-align:right;
}

/*------- form -------*/

select {
	font-size:11px;
	padding-left:0;
}

/*------- reset -------*/

div {
	margin:0;
	padding:0;
}

.tabber2 {
	width:255px;
}

.prices2 {
	overflow:hidden;
}

.prices {
	text-align:right;
}

.tab21 {
	float:left;
	width:49%;
}

.tab21 {
	float:left;
	width:49%;
}

.tab31 {
	float:left;
	width:33%;
}

.tab32 {
	float:left;
	width:33%;
}

.tab33 {
	float:left;
	width:33%;
}

.pricelast {
	text-align:right;
	font-weight:bold;
}

/*--------- common styles --------*/

.ajax-loading {
	 background:url(images/common/loader.gif) no-repeat center center;
	 min-height:60px;
}

.popContent {
	font-size:12px;
	color:#333333;
}

.popContent h3 {
	color:#35A0D9;
	font-size:13px;
}

.popTitle {
	color:#9e9fa3;
}

.reset {
	clear:both; 
	height:1px;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:1px;
}

/*--------- common styles --------*/

.link {
 	color:#0bb04a;
 	line-height:20px;
}

.link a {
 	color:#0bb04a;
}

.lowest {
	padding-top:5px;
	font-size:12px;
	color:#333333;
}

.lowest span {
	font-size:20px;
	color:#ed1626;
	font-weight:bold;
}

.lowest_bord {
	border:dashed 1px #868688;
	width:240px;
	height:275px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

.lowest_bord1 {
	text-align:center;
	padding:10px;
}

.lowest_bord1 {
	text-align:center;
}

.lowest_bord2 img {
	max-width:160px;
	border:none;
}

.txt11 {
	color:#333333;
	font-size:11px;
	text-align:center;
	width:490px;
	margin:15px 0 0 0;
}

/*---------------results OTA------------------*/

table.tabber2n {
	width:255px;
	border-collapse:collapse;
	margin:10px 0 15px 0;
}

table.tabber2n td  {	
	border:1px solid #666666;
	border-collapse:collapse;
	text-align:right;
	padding:5px;
	line-height:13px;
	font-size:12px;
}

table.tabber2n td.smlfnt {
	font-size:12px;
	font-style:italic;
}

table.tabber2n th {
	font-size:12px;
	line-height:14px;
	text-align:right;
	color:#524232;
	border:1px solid #666666;
	border-collapse:collapse;
	padding:5px;
}

.fineprint, a.fineprint, a.fineprint:visited, a.fineprint:hover {
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-align:left;
}

.prices21 {
	line-height:13px;
	font-size:12px;
	text-align:right;
}

.prices3	{
	line-height:13px;
	font-size:12px;
	text-align:right;
}

/*---------pagination--------*/

.pagination {
	text-align:center;
	margin-bottom:10px;
}

.pagination ul {
	margin-left:0;
	padding-left:0;
	display:inline;
} 

.pagination ul li {
	margin-left:0;
	padding:3px 15px;
	border-left:1px solid #d0d0d0;
	list-style:none;
	display:inline;
}

.pagination ul li.first {
	margin-left:0;
	border-left:none;
	list-style:none;
	display:inline;
}

.pagination ul li span, .pagination ul li a, .pagination ul li a:hover {
    font-size:10pt;
}

.pagination ul li a {
    text-decoration:underline;
}

.pagination ul li a:hover {
    text-decoration:none;
}

.redLinks {
	color:#0bb04a;
	float:none;
	text-align:center;
}

.redLinks a, .redLinks a:visited {
	color:#0bb04a;
	text-decoration:underline;
	cursor:pointer;
}

.red {
	color:#ff0000;
	font-size:11px;
	text-align:left;
	margin:3px 0 0 0;
}

.redd {
	color:#ff0000;
	font-size:10px;
}

.redd a {
	text-decoration:underline;
	color:#FF0000;
	font-size:10px;
}

/*----------Feedback Popup ----------*/

#tell-us-trigger {display: block !important;} /* display feedback popup */

.ui-widget-header { background: none repeat scroll 0 0 #211F20 !important; border: 1px solid #211F20 !important; color: #fff !important; }
#dialog-modal img.active, .ui-dialog, #ui-datepicker-div { border: 1px solid #AEB0B2 !important; }
.ui-dialog-title { font-weight: bold; }
.ui-widget-content .ui-state-default { background: none repeat scroll 0 0 white !important; border: 1px solid #0CB14B !important; color: #000000 !important;}
.ui-widget-content .ui-state-active, .ui-widget-content .ui-state-default:hover {  background: none repeat scroll 0 0 #0CB14B !important; }

/*------------ shortlist buttons-----------*/

a.shortlistota,
a.shortlist {
    display:block;
    width:149px;
    height:28px;
    background:url(images/shortlist_btn.jpg) no-repeat 0px 0px;
    text-decoration:none;
}

a.shortlistota.remove,
a.shortlist.remove {
    background:url(images/shortlist_btn.jpg) no-repeat 0px -28px;
}

a.shortlistota.saving,
a.shortlist.saving {
    background: url(images/shortlist_btn.jpg) no-repeat 0px -56px;
}

/*-----------shortlist--------------*/

.mail {
    text-align:right;
    font-size:12px;
    color:#000000;
}

.mail a {
    color:#008fc7;
}

.mail img {
    vertical-align:middle;
}

.new {
    font-size:11px;
    padding:4px 0 0 0;
}

.new img {
    vertical-align:middle;
}

.ext {
    margin:0 auto;
    width:100%;
}

.ext .r_xtras {
    padding: 10px;
}

table.xtra {
    margin:10px 0 10px 0;
    font-size:12px;
    width:100%;
}

table.xtra tr.gry {
    background:#ededed;
}

table.xtra td {
    padding:3px 5px 3px 5px;
    text-align: left;
}

table.xtra th {
    border:solid 1px #ffffff;
    font-size:13px;
    padding:5px;
    background:#d5d6d8;
    text-align: left;
}

table.xtra th a {
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
    color:#000000;
}

table.xtra th a:hover {
    text-decoration:none;
}

table.xtra td.one, table.xtra th.one {
    width:10%;
    text-align: center;
}

table.xtra td.one select {
    width:40px;
    border:solid 1px #333333;
    height:20px;
}

table.xtra td.two, table.xtra th.two {
    width:65%;
    vertical-align: middle;
}

table.xtra td.three, table.xtra th.three {
    width:25%;
    vertical-align: middle;
}

table.xtra td.one1 {
    width:10%;
    vertical-align:middle;
    text-align:center;
    border-right:solid 1px #ffffff;
}

table.xtra td.two1 {
    width:70%;
    vertical-align: middle;
    text-align:left;
    padding:5px 10px 5px 10px;
}

table.xtra td.two1 ul {
    margin:0 0 0 10px;
    padding:0;
}

table.xtra td.three1 {
    width:20%;
    vertical-align:top;
    text-align:left;
    padding:5px 10px 5px 10px;
    border-left:solid 1px #ffffff;
}

h3 {
    font-size:16px;
    color:#008fc7;
    line-height:22px;
    padding:0;
    margin:0;
}

.rght {
    text-align:right;
}

/*------------Shortlist back to search btn-----------*/
.date {
    font-size:12px;
    padding:2px 0 0 0;
}

.date a {
    color:#333333;
    text-decoration:underline;
}


.date a:hover {
    text-decoration:none;
}

.date img {
    vertical-align:middle;
    padding:4px 0 4px 0;
}

#noresults{
    width: 98%;
    color:#282828;
    font-size:14px;
    font-weight:normal;
    text-align: center;
    font-size: 14pt;
}

/**
* search result filter
*/
.resultFilter {
    width: 163px;
    margin: 0 auto;
}

.resultFilter .option>h2,
.resultFilter .option>p {
    margin-top: 0;
    margin-bottom: 0;
}

.resultFilter .top {
    height: 7px;
    
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    
    border-top: 1px dashed #868688;
    border-left: 1px dashed #868688;
    border-right: 1px dashed #868688;
}

.resultFilter .option {
    padding: 0 5px;
    border-left: 1px dashed #868688;
    border-right: 1px dashed #868688;
}

.resultFilter .option input:checkbox {
    margin-left: 0;
}

.resultFilter .bottom {
    height: 7px;
    margin-bottom: 8px;
    
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    
    border-left: 1px dashed #868688;
    border-right: 1px dashed #868688;
    border-bottom: 1px dashed #868688;
}

#slider {
    margin: 5px auto;
    width: 140px;
}

/**
* Search result ota
*/
.headtext3 {
    font-size: 14px;
}

.resultOta {
}

.resultOta .middle1 {
    border-right: none;
    width: 240px;
}

.resultOta .middle3 {
    border-left: none;
    float: right;
}

.resultDiv .head1 {
    background-color: #0CB14B;
    
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.resultDiv .head2 .left,
.resultDiv .head2 .right {
    display: block;
    overflow: hidden;
}

.resultDiv .head2 .left {
    float: left;
    width: 373px;
}

.resultDiv .head2 .right {
    float: right;
    width: 150px;
    margin-right: 5px;
}

.resultDiv .head2 h2 {
    margin-left: 5px;
    color: #fff;
}

.resultDiv .link {
    width:33%;
    float:left;
    font-size:11px;
    line-height:18px;
}

.resultDiv .link img {
    vertical-align: middle;
}

ul.poplist {
    list-style-type: none;
    padding: 0;
}

ul.poplist li {
    display: inline;
    margin: 0 10px 0 0;
}

/*-----------rates--------------*/
table.rates {
    width:100%;
    border:solid 1px #a1a1a1;
    border-collapse:collapse;
    font-size:11px;
    text-align:right;
    margin:0 0 10px 0;
}

.moreinfo table.rates {
    background-color: #F0F0F0;
}

table.rates th {
    font-size:12px;
    white-space:nowrap;
    font-weight:bold;
    text-transform:uppercase;
}

table.rates th, table.rates td {
    border:solid 1px #a1a1a1;
    border-collapse:collapse;
    padding:3px 4px 3px 3px;
}

table.rates td.red {
    color:#ff0000;
    font-size:11px;
}

table.rates td.tot {
    background:#dcdddf;
    font-weight:bold;
}

table.rates td.nn {
    padding:5px;
    text-align:center;
}

table.rates td.nobr {
    white-space:nowrap;
}

table.rates td.brd {
    border-top:solid 1px #697689;
    border-bottom:solid 1px #697689;
}

table.rates span {
    color:#be1d2c;
}

.gall {
    border-left:solid 1px #a1a1a1;
    border-right:solid 1px #a1a1a1;
    border-bottom:solid 1px #a1a1a1;
    border-collapse:collapse;
    width:236px;
    padding:0;
    margin:0;
}

.gall img {
    text-align:center;
    padding:10px 28px 10px 28px;
    border-top:solid 1px #a1a1a1;
    border-collapse:collapse;
    width:180px;
}

/*-----------send quote--------------*/

.qt_hold {
    padding-top:22px;
    width:334px;
    margin:auto;
}

.qt_top {
    height:12px;
    background:url(images/qt_top.jpg) no-repeat top left #a99a9d;
    font-size:1px;
    line-height:1px;
}

.qt_mid {
    background:url(images/qt_mid.jpg) repeat-y top left #a99a9d;
}

.qt_bot {
    height:12px;
    background:url(images/qt_bot.jpg) no-repeat top left #a99a9d;
    font-size:1px;
    line-height:1px;
}

.qt_in {
    padding:7px 5px 0 5px;
    width:324px;
}

.email {
    background:#e6e7e9;
    margin:0 0 7px 0;
}

.line {
    padding:10px 10px 15px 40px;
    line-height:18px;
    color:#333333;
    font-size:12px;
    width:274px;
}

label.ln {
    width:274px;
    line-height:24px;
}

input.ln {
    width:220px;
    border:solid 1px #adaeb2;
    background:#ffffff;
    color:#000000;
    padding:0 0 0 5px;
    height:20px;
    line-height:20px;
}

.send {
    text-align: center;
    padding-top:5px;
}

.send input {
    width:88px;
}

/*--------------History price table---------------*/
.price-table {
    border-collapse: collapse;
    width: 100%;
}

.price-table th {
    background: #0CB14B;
    color: white;
    text-transform: capitalize;
    text-align: left;
    padding: 3px 0;
}

.price-table th:first-child {
    padding-left: 10px;
}

.price-table td a {
    text-decoration: underline;
}

.price-table .table-row-2 td {
    background: #EFEFEF;
}

.price-table th[colspan="3"] {
    font-weight: normal;
    font-style: italic;
}

.price-table td p {
    margin: 0;
    padding: 5px 0 3px;
}

/*--------------Email Offer---------------*/

.emailoffer {
    color:#333333;
    font-size:12px;
    text-align:center;
    line-height:18px;
    margin:8px 0 0 0;
}

.emailoffer a {
    font-size:12px;
    text-decoration:underline;
}

.emailoffer a:hover {
    text-decoration:none;
    color:#de0000;
}

.emailoffer img {
    vertical-align:middle;
}

/*-------------- search panel ---------------*/
.searchPanel .top {
    background:#211f20 url(images/blackborder_top_right.jpg) no-repeat top right;
    width:163px;
    margin-bottom:7px;
}

.searchPanel .bottom {
    background:url(images/blackborder_bottom_right.jpg) no-repeat bottom right;
    width:163px;
    height: 14px;
}

.searchPanel select[name=category],
.searchPanel select[name=currency] {
    width: 135px;
}

#searchform td {
    text-align: left;
}

/*-------------- popup styles ---------------*/
    #popup {
        margin: 0px;
        padding: 0;
        width: 629px;
        max-width: 629px;
        /*
        height: 478px;
        max-height: 430px;
        */
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
    }
    #top-menu {
        width: 100%;
        line-height: 15px;
        text-align: right;
    }
    #top-menu img {
        margin: 0 5px;
        vertical-align:middle;
    }
    #top-menu a {
        color: #414141;
        padding-right: 5px;
        font-size: 65%;
        text-decoration: none;
    }
    #top-menu a:hover {
        text-decoration: underline;
    }
    #top-header {
        float: left;
        width: 629px;
        line-height: 31px;
        margin: 5px 0 0 0;
        /*background: url(images/popup_top_629.gif) no-repeat;*/
        background-color: #0CB14B;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }
    #top-header span {
        padding-left: 10px;
        font-weight: bold;
        color: #ffffff;
    }
    #popupmain {
        float: left;
        width: 629px;
    }
    #popupmain .main-table {
        border: 1px solid #0CB14B;
    }
    #popupmain .main-table td {
        /*vertical-align: top;*/
    }
    .info {
        float: left;
        width: 100%;
        text-align: center;
        _padding-bottom: 17px;
    }
    .info table {
        margin: auto;
        border-bottom: 1px solid #0CB14B;
        border-right: 1px solid #0CB14B;
    }
    .info td {
        text-align: left;
        border-top: 1px solid #0CB14B;
        border-left: 1px solid #0CB14B;
        color: #3C3C3C;
        padding: 2px 0 2px 6px;
    }
    .info img {
        margin: 5px 2px 10px 2px;
    }
    .info p {
        float: left;
        width: 250px;
        text-align: left;
        margin: 10px auto;
        padding: 0 0 0 17px;
        color: #3C3C3C;
    }
    .info2 {
        float: left;
        margin: 10px 10px 0 0;
        width: 310px;
        border: 1px solid #0CB14B;
        margin-bottom: 17px;
    }
    .info2 .top {
        line-height: 21px;
        background-color: #0CB14B;
        border-bottom: 1px solid #0CB14B;
    }
    .info2 .top span {
        padding-left: 10px;
        color: #fff;
        font-weight: bold;
    }
    .info2 .main {
        overflow: auto;
        height: 365px;
        position:relative;
        display:block;
    }
    .info2 .main .tip {
        line-height: 20px;
        padding-left: 10px;
        color: #4B4B4B;
        border-bottom: 1px solid #0CB14B;
    }
    .info2 .main .item {
        line-height: 18px;
        padding-left: 10px;
        padding-bottom: 3px;
        border-bottom: 1px solid #0CB14B;
    }
    .info2 .main .item a {
        margin-left: 5px;
        color: #1E1E1E;
        font-weight: bold;
    }

    .info2 .main .item p, .info2 .main .item .element div {
        margin-left: 5px;
        font-size: 9pt;
        color: #1E1E1E;
    }
    .info2 .main .item li {
        color: #1E1E1E;
    }

    .info2 .main .item h4.toggler {
        padding-left: 25px;
        color: #1E1E1E;
        font-weight: bold;
        text-decoration: underline;
        background: url(images/popup_item.gif) no-repeat 0 6px;
        cursor: pointer;
        margin: 5px 0 5px 0;
    }
    .info2 .main .item table {
        margin: 10px 0 10px 0;
        border-bottom: 1px solid #0CB14B;
        border-right: 1px solid #0CB14B;
        line-height: 1.2em;
    }
    .info2 .main .item td {
        border-top: 1px solid #0CB14B;
        border-left: 1px solid #0CB14B;
        /*color: #3C3C3C;
        text-align: right;
        padding: 2px 4px 2px 4px;*/
    }
    .info2 .main .item td.center.nn {
        /*text-align: center;*/
        padding: 8px 0;
    }
    .info2 .main .item .head {
        text-align: center;
        font-weight: bold;
        color: #0b4d81;
    }
    .info2 .main .item .val {
        text-align: right;
    }
    .info2 .main .item .discount {
        color: red;
    }
    .info2 .main .item .price {
        padding: 6px 10px;
        font-size: 110%;
        font-weight: bold;
        color: red;
        background: #d4f0ff;
    }
    .info2 .main .item .booking {
        text-align: center;
        line-height: 46px;
        background: url(images/sr-price-bg.gif) repeat-x 0 -1px;
    }
    .info2 .main .item .booking #st-buk-btn {
        padding: 4px;
    }
    
    .info2 .main .ui-widget .ui-state-active .ui-icon {
        background-image: url("../globalcss/images/ui-icons_ffffff_256x240.png");
    }
    
    .info2 .main .ui-widget .ui-state-active,
    .info2 .main .ui-widget .ui-state-hover {
        color: #fff !important;
        background-color: #0CB14B !important; /* fix for IE6 */
        text-decoration: none !important;
    }

/* popup holder style */
.pmy_popup {
    background: rgb(255, 255, 255);
    width: 640px;
    border: 1px solid rgb(224, 222, 222);
    z-index: 200;
}

.pmy_pophead {
    height: 20px;
    padding-top: 5px;
    border-bottom: 0px solid rgb(224, 222, 222);
}
.pmy_titl {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    display: block;
    float: left;
    width: 620px;
    height: 19px;
    margin: 0pt;
    padding: 0pt;
    text-align: center;
    cursor: pointer;
}
.pmy_popch {
    padding: 0;
    clear: both;
}
.pmy_content {
    height: 478px;
    padding: 0 0 0 5px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

/* popup email */
div.email .line {
    margin: 10px 0 10px 0;
    line-height: 2em;
}

div.tcpopup h1 {
    font-size: 11pt;
    text-transform: uppercase;
}
div.tcpopup p {
    margin-bottom: 5px;
}
div.tcpopup strong, div.tcpopup b {
    font-weight: bold;
}

a.caltrigger {
    background: url("images/calendar-off.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 21px;
    width: 20px;
}

input.date {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #686463;
    color: #000000;
    float: left;
    font-size: 11px;
    padding: 2px 0 2px 2px;
    text-align: left;
    width: 110px;
    padding: 1px;
    margin: 1px 0 0 0;
}
