@charset "utf-8";

/* Form Changes */

.stepBox {
    float: left;
    width: 31%;
    text-align: center;
    padding: 23px;
    box-sizing: border-box;
    background-color: #C1C1C1;
    color: white;
    margin-right: 2%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.stepBox.active {
	background-color: #005696;
}

.booking-form input {
    width: 94%;
    padding: 7px;
    font-size: 14px;
    margin: 10px 0px 10px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
}

.booking-form .radio input {
	width: auto;
	margin: 10px 15px 10px 0px;
}

.radio {
	display: inline-block;
	margin-right: 10px;
	margin-left:5px; 
}

.booking-form select {
    font-size: 58px;
    height: 30px;
    background: #EFEFEF;
    font-size: 13px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 33px;
    margin: 10px 0px;
}

.label {
    font-size: 12px;
}

h3.sydney {
	color: #005696;
}

.btnCheckout {
	cursor: pointer;
    border: 1px solid white !important;
    opacity: 1 !important;
    background-color: #D03548;
    padding: 21px 15px !important;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 24px;
    border-radius: 5px;
    color: white !important;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 auto 60px auto;
}

.btnProcessPayment {
	cursor: pointer;
    border: 1px solid white !important;
    opacity: 1 !important;
    background-color: #D03548;
    padding: 21px 15px !important;
    text-align: center;
    width: 30%;
    float:right;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 24px;
    border-radius: 5px;
    color: white !important;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 auto 60px auto;
}

.btnCheckout:hover {
    width: 32%;
}

.btnBack {
	cursor: pointer;
    border: 1px solid white !important;
    opacity: 1 !important;
    background-color: #005696;
    padding: 21px 15px !important;
    text-align: center;
    width: 30%;
    float:left;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 24px;
    border-radius: 5px;
    color: white !important;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 auto 60px auto;
}

.btnBack:hover {
    width: 32%;
}

.tdInfo {
	padding: 0 14px 28px 14px !important;
    text-align: left;
    line-height: 0;
}

.btnCheckout:hover {
    width: 94%;
}

table#toursTable {
    margin-bottom: 30px;
}

table#toursTable td {
    padding: 0px 14px;
}

tr.tallRow td {
    padding: 14px !important;
}

.extra-riders {
	display: none;
}



/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 767px ) {
    table#toursTable {
    font-size: 12px;
	}
	
	.stepText {
		display:none;
	}
}

/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	text-align:justify;
}
/*
body.main{background:url(../images/bg/bg_repeat_orange.png) repeat-x top center;}
body.sydney{background:url(../images/bg/bg_repeat_blue.png) repeat-x top center;}
body.melbourne{background:url(../images/bg/bg_repeat_red.png) repeat-x top center;}
*/

.wrapper
{
	width:955px;
	margin:0px auto 0px auto;
	position:relative;
	background-color:#FFF;
	margin-bottom:0px;
	/*
	border-right:2px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5;
	border-left:2px solid #e5e5e5;
	*/
}

.header_main{margin-bottom:0px; position:relative;}

.header{margin-bottom:27px; position:relative;}

.language_bar
{
	font-size:12px;
	font-weight:bold;
	color:#333;
	line-height:25px;
	height:25px;
	padding:0px 20px;
}
.language_bar.main{background-color:#d6d6d6;}
.language_bar.sydney{background-color:#cddee8;}
.language_bar.melbourne{background-color:#f4d1d7;}

.menu a{text-decoration:none;}

.menu
{
	position:relative;
	height:45px;
	margin-top:40px;
	padding-left:20px;
	padding-right:20px;
}
.menu.sydney{background:url(../images/menu/sydney/section_syd_menubar.gif) repeat-x}
.menu.melbourne{background:url(../images/menu/melbourne/section_mel_menubar.gif) repeat-x}

.menu_item{position:relative; float:left;}

.submenu_tours
{
	margin-left:-105px;
	width:809px;
	height:0px;
	position:absolute;
	overflow:hidden;
	background-color:#FFF;
}

.submenu_packages
{
	margin-left:-218px;
	width:809px;
	height:0px;
	position:absolute;
	overflow:hidden;
	background-color:#FFF;
}

.submenu_bike
{
	margin-left:-360px;
	width:809px;
	height:0px;
	position:absolute;
	overflow:hidden;
	background-color:#FFF;
}

.submenu_item
{
	text-align:center;
	font-family:inherit;
	font-size:13px;
	font-weight:bold;
	color:#4D4D4D;
	padding:3px;
	background-color:#d9d9d9;
	height:27px;
	line-height:25px;
}
.submenu_item:hover
{
	color:#FCEE21;
	background-color:#29abe2;	
}
.submenu_item.selected
{
	color:#FCEE21;
	background-color:#29abe2;	
}


.content
{
	position:relative;
	/*border:2px solid #e5e5e5;*/
	margin:0px 10px;
	padding:0px 10px;
	font-size:13px;
	color:#4e4e4e;
	width:911px;
	background:url(../images/bg/content_mid_shadow.png) repeat-y;
}
.content.description, .description
{
	font-size:14px;
	line-height:22px;
}

.content h1{font-size:20px; font-weight:bold; margin:5px 0px;}
.content h1.main{color:#F8931F;}
.content h1.sydney{color:#105893;}
.content h1.melbourne{color:#C71830;}

.content h2{font-size:14px; font-weight:bold; margin:5px 0px;}

.content ul
{
	padding-left:20px;
	margin:0px;
	list-style-image:url(../images/other/list_arrow_sydney.png);
}

.content a{text-decoration:none; color:inherit;}
.content a:hover{text-decoration:underline;}

.footer
{
	position:relative;
	padding:0px 20px;
	margin-top:20px;
}
.footer a{text-decoration:none; color:inherit;}
.footer a:hover{text-decoration:underline;}

.clear{clear:both;}
img{border:none;}
.italic{font-style:italic;}

.animation_main{position:relative; margin-left:0px; height:300px;}
.animation_main .nav{position:absolute; top:180px; left:0px; z-index:10; width:100%;}

.animation{position:relative; margin-left:0px; height:300px;}
.animation .nav{position:absolute; top:130px; left:0px; z-index:10; width:100%;}


/*.tour_route img{position:relative; float:left;}*/

.schedule
{
	border-bottom:1px solid #1d6699;
	border-left:1px solid #1d6699;
}
.schedule td
{
	border-top:1px solid #1d6699;
	border-right:1px solid #1d6699;
	padding:4px;
}

/********/
body.sydney div.bicycle{/*background:url(../images/other/ico_bikeavailable.gif) no-repeat center left; min-height:18px; padding-left:26px;*/}
body.sydney div.rates{/*background:url(../images/other/ico_rates.gif) no-repeat center left; min-height:18px; padding-left:16px;*/}
body.sydney div.inclusion{/*background:url(../images/other/ico_inclusion.gif) no-repeat center left; min-height:18px; padding-left:24px;*/}
body.sydney div.video{/*background:url(../images/other/ico_video.gif) no-repeat center left; min-height:18px; padding-left:20px;*/}
body.sydney div.gallery{/*background:url(../images/other/ico_gallery.gif) no-repeat center left; min-height:18px; padding-left:22px;*/}
body.sydney div.tour_fav{/*background:url(../images/other/ico_tourfav.gif) no-repeat center left; min-height:18px; padding-left:20px;*/}
body.sydney div.sched{/*background:url(../images/other/ico_schedule.gif) no-repeat center left; min-height:18px; padding-left:22px;*/}

body.melbourne div.bicycle{/*background:url(../images/other/ico_bikeavailable_red.gif) no-repeat center left; min-height:18px; padding-left:26px;*/}
body.melbourne div.rates{/*background:url(../images/other/ico_rates_red.gif) no-repeat center left; min-height:18px; padding-left:16px;*/}
body.melbourne div.inclusion{/*background:url(../images/other/ico_inclusion_red.gif) no-repeat center left; min-height:18px; padding-left:24px;*/}
body.melbourne div.video{/*background:url(../images/other/ico_video_red.gif) no-repeat center left; min-height:18px; padding-left:20px;*/}
body.melbourne div.gallery{/*background:url(../images/other/ico_gallery_red.gif) no-repeat center left; min-height:18px; padding-left:22px;*/}
body.melbourne div.tour_fav{/*background:url(../images/other/ico_tourfav_red.gif) no-repeat center left; min-height:18px; padding-left:20px;*/}
body.melbourne div.sched{/*background:url(../images/other/ico_schedule_red.gif) no-repeat center left; min-height:18px; padding-left:22px;*/}
/********/

/********/
table.rates{}
table.rates div{float:left; margin-top:3px; margin-right:5px;}
table.rates div.box_0{/*width:10px; height:10px; background-color:#50a3e7;*/ display:none;}
table.rates div.box_1{/*width:10px; height:10px; background-color:#e8c60f;*/ display:none;}
table.rates div.box_2{/*width:10px; height:10px; background-color:#2f703a;*/ display:none;}
/********/

/* Bike Thumb */
ul.thumb {
	float: left;
	list-style: none;
	margin: 0 auto; padding: 0px;
	width: 920px;
}

ul.thumb li {
	margin: 0; padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 142px;
	height: 105px;
	margin-right:3px;
}

ul.thumb li div.cont
{
	position:relative;
	width:144px;
	height:107px;
	overflow:show;
}

ul.thumb li div.close
{
	width:27px;
	height:25px;
	background:url(../images/button/sydney/pop_up_hover_blue.png);
	position:absolute;
	z-index:12;
	top:0px;
	right:0px;
	display:none;
	cursor:pointer;
}

ul.thumb li img {
	width: 142px; height: 105px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #ddd;*/
	border:1px solid #ddd;
	padding: 0px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	cursor:pointer;
}
ul.thumb li img.hover {
	/*background:url(thumb_bg.png) no-repeat center center;*/  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

ul.thumb li div.img_txt
{
	position:absolute;
	bottom:0px;
	left:0px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	font-size:20px;
	background:url(../images/other/bg_zoom.png) repeat;
	color:#FFF;
	display:none;
	width:100%;
	padding:0px 10px;
}
/********/

/* tour favourites */
table.tour_fav_thumb
{
	border:none;
	padding:0px;
	margin:0px 0px 0px -10px;
}
table.tour_fav_thumb td{padding:0px; margin:0px;}

table.tour_fav_thumb td.thumb
{
	width:110px;
	height:94px;
	position:relative;
	float:left;
	cursor:pointer;
	background:url(../images/other/bg_thumb.jpg) top center no-repeat;
}
table.tour_fav_thumb td.thumb div.container
{
	position:absolute;
	top:9px;
	left:17px;
	width:76px;
	height:76px;
}
table.tour_fav_thumb td.thumb div.close{
	width:27px;
	height:25px;
	background:url(../images/button/sydney/pop_up_hover_blue.png);
	position:absolute;
	top:0px;
	right:0px;
	display:none;
}
table.tour_fav_thumb td.thumb img.small
{		
	width:76px;
	height:76px;
}
table.tour_fav_thumb td.thumb div.txt{
	position:relative;;
	margin-top:-35px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	font-size:20px;
	background:url(../images/other/bg_zoom.png) repeat;
	color:#FFF;
	padding:0px 10px;
	text-align:left;
	display:none;
}
table.tour_fav_thumb td.txt{font-size:10px; color:#000; width:110px; max-width:110px; float:left; padding:5px 0px;}
/********/

ul#suggest.small li{font-size:12px;}

.Accordion a{text-decoration:underline;}
.Accordion a:hover{color:#105893;}

/********/
/********/
#contentBox {
	float:left;
	background-color:#FFF;
	top:-5px;
	/*width:640px;*/
	margin:0px;
	padding:0px;
}

#contentBox p {
	/*font-family:georgia,tahoma,verdana,serif;*/
	font-family:inherit;
	font-size:11px;
	text-align:left;
	line-height:15px;
	margin:0px;
	padding-bottom:10px;
	text-align:justify;
}

#contentBox ul {
	/*font-family:georgia,tahoma,verdana,serif;*/
	font-family:inherit;
	font-size:11px;
	text-align:left;
	/* margin:0 0 0 0;
	padding:0 0 0 0; */
}

#contentBox ul li
{
	margin:0 0 0 20px;
	padding:0 0 0 0;
}

#contentBox p a {
	/*font-family:Georgia, "Times New Roman", Times, serif;	
	font-family:inherit;
	font-size:11px;
	color:#012b73;
	text-decoration:none;
	border-bottom:1px dotted;
	*/
	text-decoration:underline;
}

.sydney #contentBox p a:hover {
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-family:inherit;
	font-size:11px;
	color:#a82121;
	border-bottom:none;
	*/
	color:#105893;
}
.melbourne #contentBox p a:hover {color:#C71830;}

#contentBoxLeft {
	width:348px;
	float:left;
	margin:0;
	padding:0 5px 0 0 0px;
}


#contentBoxRight {
	width:200px;
	float:left;
	padding:30px 0px 0px 15px;
	margin:0px;
}

#homeContentBoxLeft {
	position:relative;
	width:350px;
	float:left;
	margin:0;
	padding:0px 0 0 0px;
}


#homeContentBoxRight {
	position:relative;
	width:200px;
	float:left;
	padding:0;
	padding:0px 0 0 0px;
}
/********/
/********/

/****************************************************************************/
.stepTitle {
	/*font-family:Verdana,Tahoma,Arial,serif;*/
	font-family:inherit;
	font-size:14px;
	font-weight:bold;
}

table#toursTable {

}

tr.rowSubTotal {
	/*background-color: #f5f5f5;*/
	background-color: #81a9c6;
	color:#FFF;
	font-weight:bold;
}

tr.rowSubTotal td {
	/*
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	*/
}

tr.rowActive {
	background-color: #A82121;
	color: #FFFFFF;
}

tr.rowDisabled {
	color: #BBBBBB;
}

tr.rowHeader {
	/*background-color: #D7DCE6;*/
	background-color: #04548d;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}

tr.rowHeader td {
	/*
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	*/
}

.paypalSuccess {
    color: green;
    text-align: center;
    font-size: 16px;
}
.PaypalCancel {
    color: red;
    text-align: center;
    font-size: 16px;
}

.hideRow{ display:none; }
.hideCell{ display:none; }

.displayRow{ display:table-row; }
.displayCell{ display:table-cell; }
/****************************************************************************/

form#reservation{padding:10px 5px;}

