div#insidecontent{
	padding: 0;
}

/* Nav */

div#catleft{
	float: left;
}
div#expNav{
	width: 184px;
	float: left;
	padding: 0 0 12px 0;
	background: #e7e8ea url(https://www.adventurepeaks.com/templates/default/images/searchbg.jpg) repeat-x 0 0;
}

div#expNav ul{
	margin: 0 12px 0 12px;
	padding: 12px;
	background: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
div#expNav h3{
	color: #FFF;
	padding: 0 0 8px 0;
	text-transform: uppercase;
	text-shadow: #000000 3px 2px 0.2em!important;
}
div#expNav li{
	position: relative;
	z-index: 9999;
}
div#expNav ul a{
	width: 130px;
	padding: 1px 10px 1px 0;
	color: #236687;
	font-size: 1.1em;
	background: url(https://www.adventurepeaks.com/templates/default/images/orangesm.gif) no-repeat 95% 50%;
}
div#expNav ul a:hover{
	width: 300px;
	padding: 1px 10px 1px 10px;
	color: #FFF;
	background: #014f75 url(https://www.adventurepeaks.com/templates/default/images/orangesm.gif) no-repeat 95% 50%;
}
div#expNav ul li:hover a,
div#expNav ul li.sfhover a,
div#expNav ul li.iehover a{
	width: 130px;
	padding: 1px 10px 1px 5px;
	color: #FFF;
	background: #014f75 url(https://www.adventurepeaks.com/templates/default/images/orangesm.gif) no-repeat 95% 50%;
}

/* Sub hover */

div#expNav ul ul,
div#expNav ul ul ul{
	display: none;
	padding: 0;
	margin:0 0 0 5px!important;
	-webkit-box-shadow: 0 0 6px #000;	-moz-box-shadow: 0 0 6px #000;
}
div#expNav ul li:hover ul,
div#expNav ul li.iehover ul,
div#expNav ul li.sfhover ul{
	display: block;
	position: absolute;
	top: 0;
	left: 140px;
	background: #014f75;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-o-border-radius: 0!important;
	border-radius: 0!important;
	-webkit-box-shadow: 0 0 6px #000;
	z-index: 999;
}
div#expNav ul li:hover ul ul,
div#expNav ul li.iehover ul ul,
div#expNav ul li.sfhover ul ul{
	display: none;
}
div#expNav ul ul li:hover ul,
div#expNav ul ul li.iehover ul,
div#expNav ul ul li.sfhover ul{
	display: block!important;
	position: absolute;
	top: 0;
	left: 185px;
	z-index: 9999;
}
div#expNav ul li:hover ul li a,
div#expNav ul li.iehover ul li a,
div#expNav ul li.sfhover ul li a{
	padding: 0px 10px 0px 10px;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
}
div#expNav ul li ul li a{
	padding: 2px 50px 2px 10px!important;
	border-top: 1px solid #FFF;
}
div#expNav ul li ul li:first-child a{
	border-top: none;
}
div#expNav ul li ul li:hover a,
div#expNav ul li ul li.iehover a,
div#expNav ul li ul li.sfhover a{
	color: #000;
	background: #e9741f url(https://www.adventurepeaks.com/templates/default/images/whitesm.gif) no-repeat 95% 50%;
	
}
div#expNav ul ul{
	border-top: 1px solid #e9741f!important;
	border-bottom: 1px solid #e9741f!important;
	z-index: 999;
}
div#expNav ul ul ul{
	margin-top: -4px;
	border-top: 1px solid #014f75!important;
	border-bottom: 1px solid #014f75!important;
	z-index: 9999;
}
div#expNav ul ul ul li:first-child a{
	border: none!important;
}
div#expNav ul ul ul li a{
	width: 220px!important;
	font-size: 1em!important;
	color: #000!important;
	padding: 2px 10px 2px 10px!important;
	background: #e9741f url(https://www.adventurepeaks.com/templates/default/images/bluesm.gif) no-repeat 95% 50%!important;
	border-top: 1px solid #FFF!important;
}
div#expNav ul ul ul li a:hover{
	background: url('https://www.adventurepeaks.com/templates/default/images/whitesm.gif') no-repeat 95% 50% #014f75!important ;
	color: #fff!important;
}

/**/

div#catright{
	width: 720px;
	float: right;
	padding: 0 18px 0 0;
}
div#catright h3{
	font-size: 1.5em;
	color: #e9741f;
}

/* Expeditions */

div#tripsWrapper{
	margin: 0 0px 70px 0;
	float: left;
	border: 1px solid #ccc;
}

div#tripsWrapper ul.triphead{
	width: 100%;
	float: left;
	background: #ebebed;
}
div#tripsWrapper ul.triphead li{
	float: left;
	padding: 8px;
}
div#tripsWrapper ul.triphead li p{
	padding: 0!important;
	font-weight: bold;
}

div#tripsWrapper ul.triphead li.expedition{
	width: 220px;
}
div#tripsWrapper ul.triphead li.grade{
	width: 60px;
}
div#tripsWrapper ul.triphead li.height{
	width: 55px;
}
div#tripsWrapper ul.triphead li.location{
	width: 100px;
}
div#tripsWrapper ul.triphead li.days{
	width: 32px;
}
div#tripsWrapper ul.triphead li.months{
	width: 140px;
}

div#tripsWrapper table tr td.expeditionName{
	width: 230px; padding:3px 0
}
div#tripsWrapper table tr td.gradeValue{

}
div#tripsWrapper table tr td.heightValue{
	width: 65px;
}
div#tripsWrapper table tr td.locationValue{
	width: 100px;
}
div#tripsWrapper table tr td.timeValue{
	width: 40px;
}
div#tripsWrapper table tr td.months td span{
	width: 10px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 2px;
}


/* Data Table */

div#tripsWrapper table{
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}

div#tripsWrapper table tr:nth-child(odd)    { background-color:#f9f9f9; }
div#tripsWrapper table tr:nth-child(even)    { background-color:#fff; }
div#tripsWrapper table tr:hover{ background-color: #ecf0c4!important; } 
table#tripsTable{
	border: none;
}
div#tripsWrapper table.tripList{
	width: 100%;

}
div#tripsWrapper table.tripList td a{
	display: block;
	width: 190px;

}
div#tripsWrapper table td table td{
	padding: 0 0 0 10px;
	border-bottom: 1px solid #ebebec;
	border-left: 1px solid #ebebec;
}
div#tripsWrapper table td table td:first-child{
	padding: 4px;
	border-left: none;
}
div#tripsWrapper table td table tr:last-child td{
	border-bottom: none!important;
}

/*- Trip Region Squares -*/

div#tripsWrapper table td table td table{}
div#tripsWrapper table td table td table td{
	padding: 0!important;
	font-size: 0.8em;
	border: none;
}
td.regions span{
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 2px 0 0;
	background: #ebebec;
}
td.regions span span{
	position: absolute;
	left: -9999px;
}

/*-Color Tables-*/

td.regions .orange{background: #dfcb83;}
td.regions .red{background: #8f3b3b;}
td.regions .pink{background: #e0b3b3;}
td.regions .brown{background: #d2b886;}
td.regions .purple{background: #c5a8bb;}
td.regions .green{background: #a0cba0;}
td.regions .lightblue{background: #5ccbef;}
td.regions .lightpurple{background: #8693d2;}
td.regions .blue{background: #5c90ef;}
td.regions .darkblue{background: #2b56a5;}
td.regions .yellow{background: #e5eb9c;}

div#catleft div.moduletable{
	width: 182px;
	min-height: 80px;
	float: left;
	color: #FFF;
	margin: 25px 0 0 0;
	position: relative;
	background: url(https://www.adventurepeaks.com/templates/default/images/promothumb.jpg) no-repeat 0 0;
}
div#catleft div.moduletable a{
	color: #FFF;
	display: block;
	padding: 0 20px 0 0;
	background: url(https://www.adventurepeaks.com/templates/default/images/whiteonblue.gif) no-repeat 100% 50%;
}
div#catleft div.moduletable h3{
	padding: 0;
	color: #e9741f;/*
	text-shadow: #222 0 6px 8px!important;*/
}
div#catleft div.moduletable p{
	padding: 10px 40px 0 6px;
}
div#catleft div.imagepresent{
	width: 180px;
	padding: 0 0 150px 0;
	border: 1px solid #145c7f;
}
div#catleft div.imagepresent img{
	position: absolute;
	bottom: 0;
}

div#catright h2{
	color: #9a9ca0;
	line-height:120%
}
div#catright h2 span{
	color: #e9741f;
}
div#catright h2 a{
	font-size: 0.6em!important;
	color: #004f75;
}

div#catright div.moduletablebooknow{
	width: 150px;
	position: absolute;
	top: 105px;
	right: 25px;
	background: url(https://www.adventurepeaks.com/templates/default/images/booknow.jpg) no-repeat 0 100%;
}
div#catright div.moduletablebooknow h3 a{
	width: 150px;
	height: 55px;
	float: left;
	display: block;
}
div#catright div.moduletablebooknow h3 span{
	position: absolute;
	left: -9999px;
}
div#catright div.moduletablebooknow p{
	width: 150px;
	float: left;
	padding: 0 0 6px 0;
	color:#000;
	font-weight: bold;
	text-align: center;
}
div#catright div.moduletableviewmore{
	width: 170px;
	float: left;
	clear: both;
	padding: 0 0 12px 0;
	margin: 0 0 24px 0;
	color: #FFF;
	background: url(https://www.adventurepeaks.com/templates/default/images/promothumb.jpg) no-repeat 0 100%;
}
div#catright div.moduletableviewmore a{
	width: 120px;
	display: block;
	color: #FFF;
	font-weight: bold;
	padding: 0 30px 0 0;
	margin: 0 0 12px 0;
	background: url(https://www.adventurepeaks.com/templates/default/images/orangearrow.gif) no-repeat 100% 50%;
}
div#catright div.moduletableviewmore a:hover{
text-decoration:underline!important;
color:orange!important;
}
div#catright div.moduletableviewmore h3{
	padding: 0 0 8px 0;
	font-size: 2em;
	color: #FFF;/*
	text-shadow: #222 0 6px 8px!important;*/
}
div#catright div.moduletableviewmore p{
	padding: 0 0 0 8px;
	width: 100px;
	font-size: 1.1em;
}
div#catright div.download a{
	background: url(https://www.adventurepeaks.com/templates/default/images/orangearrowdown.gif) no-repeat 100% 50%;
}
div#catright div#subLeft{
	width: 500px;
	float: left;
	padding: 24px 0 0 0;
}
div#catright div#subLeft span{
	font-size: 1em!important;
}
div#catright div#subRight{
	padding: 45px 4px 0 0;
	float: right;
}
div#catright div#summaryWrapper{
	float: left;
	margin: 0 0 20px 0;
	background: url(https://www.adventurepeaks.com/templates/default/images/summaryrp.gif) repeat-y 0 0;
}
div#catright div#summaryWrapper th, div#catright div#summaryWrapper td{
	padding:5px 5px 0 5px; font-size:0.9em;
}
div#catright div#summary{
	width: 719px;
	min-height: 50px;
	float: left;
	border-bottom: 1px solid #e9741f;
	background: url(https://www.adventurepeaks.com/templates/default/images/summary.jpg) no-repeat 0 0;
}
div#catright div#summary h3{
	font-size: 1.7em;
	color: #000;
}
div#catright div#summary table.summarytable{
	width: 450px;
	margin: 0 0 0 18px;
	border-collapse: collapse;
}
div#catright div#summary table.summarytable td:first-child  {
	border-left: none;
}
div#catright div#summary table.summarytable tr{
	border-top: 1px solid #ebebec;
}
div#catright div#summary table.summarytable tr:first-child{
	border-top: none;
}
div#catright div#summary table.summarytable td{
	border-left: 1px solid #ebebec;
}

div#catright div#summary table.summarytable td.startDate{
}
div#catright div#summary table.summarytable td.eDate{
}
div#catright div#summary table.summarytable td.tDuration{
}
div#catright div#summary table.summarytable td.tPrice{
}
div#catright div#summary table.summarytable td.tAvail{
	width:90px
}

div#catright div#summary table.summarytable p{
	float: left;
}
div#catright div#summary table.summarytable a{
	width: 85px;
	height: 32px;
	padding: 6px 0 0 10px;
	display: block;
	float: left;
	color: #fff;
	background: url(https://www.adventurepeaks.com/templates/default/images/tablebooknow.jpg) no-repeat 0 0;
}
div#catright div#summary table.summarytable a span{
	position: absolute;
	left: -9999px;
}
div#catright div#sumLeft{
	width: 460px;
	float: left;
	margin: 18px 0 0 0;
}
div#catright div#sumLeft table.heading{
	width: 477px;
	margin: 3px 0 8px 1px;
}
div#catright div#sumLeft th{
	padding: 5px;
	background: #ebebec;
	color: #014f75;
}

div#catright div#sumLeft th.sDate{
	width:75px;
}
div#catright div#sumLeft th.eDate{
	width:75px;
}
div#catright div#sumLeft th.tDuration{
}
div#catright div#sumLeft th.tPrice{
}
div#catright div#sumLeft th.tAvail{
}

div#catright div#sumLeft td{
}
div#catright div#sumLeft td:first-child{
}
div#catright div#sumLeft h3{
	padding: 4px 0 8px 10px;
}
div#catright div#sumLeft p{
	padding:0 0 0 5px;
}
div#catright div#sumLeft p span{
	color: #e9741f;
}
div#catright div#summarytabs{
	float: left;
	padding: 20px 0 10px 0;
}
div#catright div#summarytabs li{
	border:none; padding:0!important;
}
div#catright div#summarytabs p span{
	color: #333!important;
	font-size: 1em!important;
}
div#catright ul#summarytabnav{
	width: 468px;
	float: left;
	clear: both;
	padding: 6px 0 0 8px;
	margin: 0 0 0 1px;
	background: #9ea0a4;
}
div#catright ul#summarytabnav li{
	float: left;
}
div#catright ul#summarytabnav a{
	float: left;
	display: block;
	padding: 5px 8px 5px 8px;
	margin: 0 1px 0 0;
	background: #c9cacc;
}
div#catright ul#summarytabnav a:hover{
	background: #e1e1e1;
}

div#catright ul#summarytabnav li#selected a{
	background: #FFF;
	font-weight: bold;
	color: #e9741f;
}
div#catright div#sumLeft div.contentItem{
	float: left;
	padding: 12px 0 0 20px;
}
div#catright div#sumLeft div.contentItem ul{
	float: left;
	padding: 12px 10px 0 10px!important;
}
div#catright div#sumLeft div.contentItem h1,
div#catright div#sumLeft div.contentItem h2,
div#catright div#sumLeft div.contentItem h3,
div#catright div#sumLeft div.contentItem h4,
div#catright div#sumLeft div.contentItem h5,
div#catright div#sumLeft div.contentItem h6{
	font-family: arial;
	padding: 0 0 12px 12px;
	font-size: 1.4em;
}
div#catright div#sumLeft div.contentItem p{
	padding: 0 0 12px 12px;
}
div#catright div#sumLeft div.contentItem ul{
	padding: 0 10px 0 30px;
}
div#catright div#sumLeft div.contentItem li{
	list-style: disc;
	padding: 0 0 12px 0;
}

div#catright div#sumRight{
	width: 220px;
	float: right;
	margin: 20px 0 0 0;
}
div#catright div#sumRight a{
	text-decoration:underline; font-weight:bold;
}
div#catright div#sumRight table{
	width: 100%;
	padding: 12px 0 24px 0;
		margin:30px 0 0;
}
div#catright div#sumRight td{
	vertical-align: top!important;

	}
div#catright div#sumRight td.day{
	width: 70px;
}
div#catright div#sumRight h3{
	padding: 0!important;
}
div#catright div#sumRight p{
	width: 100%;
	padding: 0!important;
	margin-left: 0px;
}
tr.see-more-info td{
	border-bottom:1px solid #d2d2d2!important; padding:0 5px 10px!important; 
}
/* category details

We ended up ditching this page all together,
so styles below are redundant, at least for now

div#category-detail-view
{
	float: left;
	display: inline;
	width: 570px;
}

div#category-detail-view h1
{
	float: left;
	display: inline;
	width: 570px;
}

div#category-detail-view p.description
{
	float: left;
	display: inline;
	width: 570px;
}

div#category-detail-view ul#activity-listing
{
	list-style: none;
	float: left;
	display: inline;
}

div#category-detail-view ul#activity-listing li
{
	width: 260px;
	margin-right: 20px;
	float: left;
	display: inline;
	height: 120px;
	overflow: hidden;
}skype

div#category-detail-view ul#activity-listing li h3
{
	float: left;
	display: inline;
}

div#category-detail-view ul#activity-listing li p.description
{
	float: left;
	display: inline;
}

div#category-detail-view ul#activity-listing li p.description a.more
{
	font-size: 1.1em;
	
}
div#category-detail-view ul#activity-listing li p.description a.more:hover
{
	text-decoration: underline;
}

*/

/* booking form */


form#booking-form
{
	width: 600px;
	padding: 10px;
	margin: 0 0 16px 16px;
	float: left;
	display: inline;
}

form#booking-form p.form-note-standfirst
{
	font-size: 1.2em;
	color: #f00;
	float: left;
	width: 600px;
}

form#booking-form p.form-note
{
	float: left;
	width: 600px;
	font-size: 1.2em;
}

form#booking-form fieldset
{
	float: left;
	display: inline;
	margin-bottom: 20px;
	width: 600px;
	
}
form#booking-form h3
{
	float: left;
	width: 600px;
}
form#booking-form input{
	clear: both;
	display: block;
}


form#booking-form div.form-line{
	width: 600px;
	margin: 0 20px 20px 0;
	padding: 10px;
	float: left;
	clear: both;
	background: #DDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
}

form#booking-form div.option-form-line
{
	float: left;
	display: inline;
	margin-top: 7px;
}

form#booking-form div.form-line label
{
	width: 200px;
	float: left;
	display: block;
	padding: 5px 0 0 0;
	font-size: 1.2em;
}

form#booking-form div.form-line input,
form#booking-form div.form-line textarea
{
	width: 350px;
	display: block;
	float: right;
	clear: none;
	font-weight: bold;
	font-size: 1.5em;
	color: #004F75;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
}
form#booking-form div.form-line select{
	float: right;
}

form#booking-form div.option-form-line input
{
	float: left;
	display: block;
	width: 25px;
}

form#booking-form div.option-form-line label
{
	display: block;
	margin-left: 20px;
	width: 520px;
}

form#booking-form div#TotalCost-line{}
form#booking-form div#TotalCost-line label{}
form#booking-form div#TotalCost-line input{}

p.feedback
{
	float: left;
	display: inline;
	width: 600px;
	font-size: 1.2em;
	color: #f00;
	margin-left: 10px;
	font-family: arial, san-serif;
}

form#booking-form label span.mandatory-field-indicator
{
	color: #f00;
}

form#booking-form div.terms-and-conditions-line
{
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

form#booking-form div.terms-and-conditions-line label
{
	float: right;
	clear: none;
	width: 565px;
	font-size: 1.2em;
}
form#booking-form div.terms-and-conditions-line input
{
	float: left;
	clear: none;
}

form#booking-form #btnSubmit
{
	float: left;
	margin-top: 20px;
	background: url("https://www.adventurepeaks.com/templates/default/images/booknow.jpg") no-repeat scroll 0 100% transparent;
	width: 149px;
	height: 76px;
	border: none;
	cursor:pointer;
}


a.form-anchor
{
	position: relative;
	top: -50px;
}
/*
#booking-form-nav{
	width: 20em;
	height: 40em;
	top: 0;
	right: 0;
	border: 1px solid red;
}*/


#booking-form-nav
{
	position: absolute;
	right: 48px;
	top: 102px;
	width: 170px;
	padding: 8px 8px 12px 8px;
	color: #FFF;
	background: url(https://www.adventurepeaks.com/templates/default/images/promothumb.jpg) no-repeat 0 100%;
}
#booking-form-nav h2{color:#fff!important; margin:0 0 0 8px!important; padding:0 0 10px!important;}
#booking-form-nav ul
{
	padding: 8px 8px 0px 8px;
}
#booking-form-nav ul li
{}
#booking-form-nav ul li a
{
	width: 120px;
	display: block;
	color: #d15800;
	font-weight: normal;
	padding: 0 30px 0 0;
	margin: 0 0 8px 0;
	background: url(https://www.adventurepeaks.com/templates/default/images/arrow_orange.png) no-repeat 100% 50%;
	text-decoration:underline;	
}


#booking-form-nav ul li a:hover{
text-decoration:underline!important;
color:#fff!important;
}
#booking-form-nav p{
	padding: 0 0 8px 0;
	font-size: 2em;
	color: #FFF;/*
	text-shadow: #222 0 6px 8px!important;*/
}

#booking-form p.validation-error-msg
{
	float: left;
	display: inline;
	width: 400px;
	
	color: red;
	font-size: 1.2em;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: -15px;
	padding-left: 15px;
	border-left: 3px solid red;
}

/* Gallery Page  */
#activity-gallery-wrapper
{
	width: 880px;
	margin: 0 auto;
}

/* Trips Cart */

div#bookingcart h3{
	font-size: 2em;
	padding-bottom: 30px;
}
div#bookingcart{
	padding: 0 0 0 25px;
}
div#bookingcart table {
	width: 890px;
	padding: 8px 0 0 0;
}

div#bookingcart th {
	padding: 6px;
}
p.feedback{
	width: 880px;
	padding: 0 0 24px 27px!important;
	margin: 0!important;
	border: none;
	color: #1a1a1a;
}
div#bookingcart p.feedback{
	width: 910px;
	padding: 8px 0 8px 0!important;
	margin: 0!important;
	color: #FF0000;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}
div#bookingcart ul{
	clear: both;
	float: left;
	padding: 30px 0 0 0;
	border-bottom: 2px solid #FFF;
	color: #6a6a6a;
}
div#bookingcart ul li{
	width: 350px;
	min-height: 30px;
	color: #222!important;
	float: left;
	clear: both;
	padding: 10px 0 6px 10px;
	margin: 0 0 12px 0!important;
	border: 1px solid #888;
	-webkit-border-radius: 12px;
	background: #eee;
}
div#bookingcart blockquote {
	width: 692px;
	padding: 8px 0 12px 0;
	margin: 0;
	clear: both;
	font-size: 1.8em;
	color: #f57b20;
	line-height: 1.8em;
}
div#bookingcart blockquote strong:first-child{
	display: block;
	font-size: 0.8em;
	color: #333!important;
}
div#bookingcart tr.item td {
	padding: 6px!important;
}
div#bookingcart tr.total_row {
	background: #FFF;
	color: #8a8a8a;
	font-size: 1.2em;
}
div#bookingcart tr.total_row span {
	font-weight: bold;
	color: #f06799;
}
#update-p input {
	width: 54px;
	height: 29px;
	color: #FFF;
	padding: 7px 9px 7px 3px!important;
	margin: 6px 0 0 0;
	clear: both;
	color: #FFF!important;
	display: block;
	border: none;
	/*background: url(https://www.adventurepeaks.com/templates/default/images/sprite.png) no-repeat -501px -159px!important;*/
}
#update-p input:hover {
	background-position: -501px -188px!important;
}
p#proceed-p {
	width: 187px;	
	-webkit-box-shadow: #3C3C3C 2px 1px 5px;
	background: #FFB000 url(https://www.adventurepeaks.com/templates/default/images/proceed.png) no-repeat 100% 50% !important;
	border: 1px solid #B4B4B4;
	color: #1E1E1E;
	cursor: pointer;
	float: right;
	font-size: 100%;
	font-weight: bold;
	margin: 0 50px 0 0;
	padding: 0 10px 0 10px!important;
	text-decoration: none;
	width: auto;
}

p#proceed-p a {
	width: 150px;
	margin: 1px;
	padding: 8px;
	display: block;
	float: right;
	color: #000!important;
}
p#proceed-p:hover{
	background: #f57b20 url(https://www.adventurepeaks.com/templates/default/images/proceedWhite.png) no-repeat 100% 50%!important;	
}
.checkProceed2 input,
.checkProceed input,
.voucher_form input {
	width: 120px;
	padding: 8px;
	color: #FFF;
	border: none;
	text-align: center;
	/*background: url(https://www.adventurepeaks.com/templates/default/images/sprite.png) no-repeat -482px -487px!important;*/
}
.checkProceed2 input:hover,
.checkProceed input:hover,
.voucher_form input:hover {
	background-position: -482px -476px!important;
}

/* Trips Cart Text */
.thanksTxt,.orderAdded{padding: 0 0 20px 28px!important; font-weight:bold}
/*Google Plus one button on the trip cart*/
.g-rba-Dh-kQa{margin:0 28px!important}
#subLeft p{margin:3px 0 15px 0}