﻿/* Add here all your css styles (customizations) */
html, body {
	height: 100%;
}

body {
	background: #d6e3f1 repeat-x center top;
	background-image: url(images/background3.jpg);
	font-family: sans-serif,Arial,Helvetica;
	background-position: 0 0px;
	line-height: normal;
}

body, button, input, select, textarea {
	font-family: sans-serif;
}


/* Hide things from the vendors that are public store only */
.vendOnly,
#VendStoreOnly {
    display: none;
}

table {
    background-color:transparent;
}  

input, select, textarea {
    border-radius: 3px;
}

.form-control-inline::-moz-placeholder {
	color: #000;
}

.fancybox-opened .fancybox-title .displayTitleBreak{
    display: none;
}

.fancybox-opened .fancybox-title .displayTitleHyphen{
    display: block;
}

.displayRespMenu {
    position: relative;
    z-index: 300;
    top: 16px;
    background-color: #003f7d;
    float: left;
    width: 100%;
    display: none;
    height: 0px;
    padding-bottom: 5px;
    transition: margin-left .25s;
}

.displayRespMenuBg {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 250;
    background-color: #003f7d;
    margin-top: 16px;
    transition: .25s;
}

.respMenuItems {
    background-color: #003f7d;
}

.lowestPriceRespMenuTop {
    display: none;
    background-color: #A3181F;
    margin-top: 5px;
    padding: 2px;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 12px;
}

.LeftSidebarPromo1 {
	margin: 14px 0 7px 7px !important;
	text-decoration: none;
	color: #000;
}

div.CityInfo .TTAcityname {
	color: #03c;
	font-size: 14px;
	font-weight: bold;
}

div.CityInfo .TTAauthor {
	margin: 0 0 0 0.4em;
}

.cityInfoWrapper {
	width: 785px;
}

div.CityInfo p {
	color: #333;
}

div.CityInfo .fr {
	float: right;
}

div.CityInfo img {
	padding: 0.5em;
}

div.CityInfo .TTAtitle {
	color: #03c;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}

div.CityInfo #header {
	background-color: #fff5cf;
	clear: none;
	margin-bottom: 0.5em;
	padding-top: 0.2em;
}

div.CityInfo #header h1 {
    font-size: 2em;
    font-weight:bold;
}
.LeftSidebarPromo2 {
	margin: 0 0 10px 7px !important;
	text-decoration: none;
	color: #000;
}

.ccCardImg {
	min-width: 33px !important;
    display: none;
    margin-left: -42px;
    margin-top: 5px;
    opacity: 0.8;
}

span.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-left: 50px;
}

#categoryPage {
    max-width: 600px; width:600px;
    /*width: 100%;*/
}

a img {
	border: none;
}

a:hover {
	color: #e5a704;
	text-decoration: none;
}

#outerPageContainer .leftSidebarResponsive .leftSidebarLayout {
	left: 20%;
	padding-left: 5px !important;
    float: right;
}

#outerPageContainer .leftSidebarResponsiveReceipt {        
    margin-right: 1px;      
}

#outerPageContainer #contentContainer #leftColumn {
	background-color: #ecf2f9;
	width: 20%;
	padding-left: 0;
	padding-right: 0;
}

.navbar-default {
	/*background-color: #003f7d;
	border-color: #003f7d;*/
    background-color: transparent;
	border-color: transparent;
}

.navbar-default #Call {
    display:none;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.pagedList tr th {
	text-align: center;
}

.ReservationInstructions {
	color: #e00;
	font-size: 14px;
	font-weight: bold;
}

div.widget div.header {
	background-color: #003f7d;
	border-left-color: #003f7d;
	border-right-color: #003f7d;
	border-top-color: #003f7d;
	color: #fff;
}

#headerTop .search input.searchPhrase {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #65aedb;
	height: 20px;
	margin: 0;
	padding-left: 0.5em;
	width: 160px;
}

#productPage div.productDisplay div.simpleProduct div.productDetails table.pagedList tr td {
	text-align: center !important;
}

.CalHeader td {
	padding: 3px;
}

#descPane.descriptionWrapper #pnl_GatewayCalendar table td, th {
	text-align: center;
}

#descPane.descriptionWrapper GatewayCalendar table td {
	padding: 8px !important;
}

.calGatewayId {
	color: lightgray;
	font-size: 0.5em;
}

p.emailboxalign {
	margin: 2px 0;
}

.contactus-details tbody tr th {
	vertical-align: bottom;
}

.CalTimeSectionHeader {
	background-color: #003f7d;
	border-collapse: collapse;
	color: White;
	font-weight: bold;
	padding: 4px 0;
	width: 100%;
}

.labelEventTimes {
	color: #888;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	padding-top: 3em;
	text-align: center;
}

.searchButton {
	background: rgba(0, 0, 0, 0) url("images/icons/search_btn2-A.gif") no-repeat scroll center top;
}

/* Mobile Checkbox */
.mobile-checkbox .spacer {
    padding: 25px 0;
}

.mobile-checkbox input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 2rem;
    margin: 0 -2rem -2rem 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 2rem;
    opacity: 0.001;
}

.mobile-checkbox-div :hover {
    background-color: rgb(247,247,247);
}

.mobile-checkbox-div label {
    margin-bottom: 0px;
}

.mobile-checkbox {
    padding: 2px;
    width: 100%;
    position: relative;
    display: inline-block;
    line-height: 2rem;
    cursor:pointer;    
  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-checkbox__checkmark {
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tcModal {
    display: none;
    position: fixed;
    width: auto; left: 0; right: 0;
    height: auto; top: 0; bottom: 0;
    z-index: 1000990;
}

.tcModalShade {
    display: block;    
    width: 100%; 
    height: 100%; 
    text-align: center; 
    z-index: 1000995;
    background-color: rgba(48,48,48,.4);
}

.tcModalOuter {
    width: 675px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 2em;
    z-index: 1000999;
}

.tcModalInner {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #303030;
}

.tcModalIncPage {
    margin-top: 1.25em;
    background-color: #fff;
}

.tcModalClose div {
    position: fixed;
    width: 606px;
    margin-right: 18px;
    padding: .25em;
    background-color: #303030;
}

.tcModalClose {    
    text-align: center;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}

.tcModalClose :hover {
    color: white;
    text-decoration: underline;
    background-color: black;
    cursor: pointer;
}

/* Background */
.mobile-checkbox__checkmark:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 2rem;
    height: 2rem;
    background: #e5e9e9;
    border: 1px solid #a5a8a8;
    border-radius: 3px;
    cursor: pointer;
  
    -webkit-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
}

/* Checkmark */
.mobile-checkbox__checkmark:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 13px; 
    height: 8px;
    top: 6px;
    left: 6px;
    background: transparent;
    border: 4px solid #304fba;
    border-top: none;
    border-right: none;
    border-radius: 2px;

    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

:checked + .mobile-checkbox__checkmark:after {
    opacity: 1;
}

:disabled + .mobile-checkbox__checkmark:before {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.mobile-checkbox span {
    font-weight: normal;
}
/* End Mobile Checkbox*/

.couponAndTotal {
    width: 100%;
}

.couponAndTotal > th,
.couponAndTotal > tr,
.couponAndTotal > td {
    display:block;
}

input::-webkit-input-placeholder {
	color: rgba(0,0,0,.5) !important;
}
input::-moz-placeholder {
	color: rgba(0,0,0,.5) !important;
}
input:-moz-placeholder {
	color: rgba(0,0,0,.5) !important;
}
input:-ms-input-placeholder { 
	color: rgba(0,0,0,.5) !important;
}

#outerPageContainer #header #storeHeader #headerTop .column_1 {
	width: 98.5%;
	padding-left: 0;
}

#outerPageContainer #header #storeHeader #headerTop .column_2 {
	position: absolute;
	right: 7px;
	width: 25%;
	z-index: 999;
}

#mainColumn .zone {
	padding: 1px 0 0 0;
}
/***********Details view*********/
.LeftTd {
	float: left;
	margin: 0;
	text-align: left;
	width: 49%;
}

div.productRow {
	background-color: #fef6cb;
	overflow: hidden;
	padding: 0.3em 0;
}

.RightTd {
	color: black;
	float: right;
	text-align: right;
	width: 49%;
}

#tabs {
	margin-top: 0.5em;
}
/************************/
#outerPageContainer #contentContainer {
	margin-left: 0;
	background: #fff;
	margin-right: 0; /*position:relative;*/
}
/*#innerPageContainer > div {position:relative;}*/
#headerNavigation a {
	border-right: 1px solid #0058ad;
	color: #fff;
	float: left;
	display: inline-block;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	/*padding: 7px 17px 7px 16px;*/
	padding: 10px 17px 1px 16px;
	text-decoration: none;
	text-shadow: 0 2px 1px #000;
	text-transform: capitalize;
    height:30px;
}

#headerNavigation a:hover {
	color: #FFFFD0;
	background: #0062a3 url(images/navigation_hover.jpg) repeat-x top;
	/*padding:10px 17px 1px 16px;*/
}

#webpage-ttawrapper #leftColumn,
#basket-ttawrapper #leftColumn,
#product-ttawrapper #leftColumn, 
#category-ttawrapper #leftColumn,
#ttawrapper #leftColumn{
	background-color: transparent; /*position: relative;*/
	width: 100%;
}

.welcomeImage {
	padding: 0 0 0.8em;
	text-align: left;
}

.welcomeText {
	color: #006;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.3em;
	/*padding: 0.2em 0 0 0.8em;*/
	/*padding:0.1em 0 0 0.2em;*/
	text-align: justify;
}

.welcomeText H1 {
	color: #cc0f13;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0;
	text-align: center;
	padding: 0.1em 0 0 0.2em;
}

.welcomeText p {
	margin: 0 0 0.5em;
	padding: 0.1em 1em 0 0.1em;
	//0 1em 0 0;
}

.titleText {
	font-weight: bold;
	font-size: 14pt;
	color: #CC0F13;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
}

.clearit {
	clear: both;
}

#loginPage .pageHeader h1 {
	margin: 5px;
	color: #fff;
	font-size: 16px !important;
	font-variant: small-caps;
	font-weight: bold;
}

#checkoutPage #checkout_payPage .orderTerms {
	display: none;
}

.changeEmailLink {
    font-style: italic;
}

.changeEmailLink:hover {
    color: #23527c;
    font-weight: bold;
    text-decoration: underline;
}

.basketSummaryOrderDetails {
    margin-right: 35px;
}

.ccHostedInput {
	border: 1px solid #7dc2db;
    box-shadow: unset;
    border-radius: 3px;
	color: #444444;
	font-size: 1em;
	height: 30px;
	padding: 2px;
	transition: border-color 160ms ease 0s;
}

.ccInput {
	border: 1px solid #7dc2db;
    border-radius: 3px;
	color: #444444;
	font-size: 1em;
	height: 25px;
	transition: border-color 160ms ease 0s;
}

.braintree-hosted-fields-focused {
    box-shadow: 0 0 4px #7dc2db;
}

.braintree-hosted-fields-invalid {
    border: 1px solid red;
}

.ccHostedInput.braintree-hosted-fields-focused.braintree-hosted-fields-invalid {
    box-shadow: 0 0 4px red;
}

.ccInput input {
	border: medium none !important;
	box-sizing: border-box;
	height: 100% !important;
	left: 0;
	padding: 3px 0 0 5px !important;
	top: 0;
	width: 100%;
}

.ccSecurityCodeImg {
    display: none;
    margin: 0 auto;
    height: 30px;
    width: auto;
}

.braintreePlaceOrder {
    text-align:right;
    margin-top:2em;
    margin-bottom:1em;
    margin-right:5px;
}

.welcomeText p.titleText {
	padding-top: 10px;
}

#checkout_receiptPage .button.hyperLinkButton {
	line-height: 16px !important;
}

.cityInfoWrapper div.pageHeader h1 {
	color: white !important;
	font-size: 16px !important;
	font-variant: small-caps;
	font-weight: bold;
	text-indent: 10px;
	margin: 4px 0 0 0 !important;
}
#productPage div.productDisplay div.simpleProduct div.productDetails{padding-left:0px !important;}

p.featuredToursHeading {
	background-color: #003f7d;
	color: white;
	font-size: 1.143em;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 0.2em 0 0 1em;
}

.featuredGroupToursSection {
    width: 600px;
}

#footerTop {
	width: 100%;
}

#footerTop .content .footerLeft {
	padding-left: 0;
}

#footerTop .content .footerMiddle {
	text-align: center;
}

#footerTop .content .footerMiddle img {
	display: inline;
}

#footerTop .content .footerRight {
	padding-right: 0 !important;
	text-align: right;
}

#footer {
	display: block;
	margin-left: 0 !important;
	margin-right: 0 !important;
	clear: both;
	background-color: #D6E3F1;
	padding: 16px 0 0 0;
	color: #666;
	font-size: 0.857em;
	padding-left: 0;
	padding-right: 0;
}

.BillingPageBottomText {
	background-color: white;
	color: #304fba !important;
	font-size: 1.1em;
	font-weight: bold !important;
	text-align: center;
}
.BillingAddressbtm {
    padding-left: 30px;
    padding-top: 8px;
}

#storeFooter {
	text-align: left;
}

#storeFooter .shortcuts {
	padding-top: 8px;
    display:none;
}

.CategoryLinks ul li img {
	float: left;
}

.CategoryLinks ul li {
	line-height: 18px;
}

.CategoryLinks ul li a {
	padding-left: 5px;
}

.featuredToursSection {
	width: 780px;
}

div.widget .header h2 {
	color: #fff;
	font-size: 16px !important;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 2px 1px 0 0.2em;
	text-align: center;
}

div.simpleSearchPanel {
	bottom: -34px;
	font-size: 11px;
	right: 0px;
    margin-top: 20px;
}

#storeHeader .shortcuts a {
	display: none;
}

#outerPageContainer #footer #storeFooter {
	padding-bottom: 15px;
}

.linked:link {
	text-decoration: underline;
}

.addressHeaderPterms {
	background-color: #efefef;
}

.addressHeaderPterms > h2 {
	font-size: 1.143em;
	padding-top: 5px;
}

.outsideContent p {
	margin: 0 5px;
	padding: 0 0 10px;
}

#outerPageContainer #header #storeHeader {
	padding-top: 0px;
}

#storeHeader .search {
	text-align: right;
	margin: 33px 35px 0px 0px;
}

.column_2 .shortcuts {
	margin: 0px;
}

#storeHeader .search .searchButton {
	vertical-align: middle;
	right: 3px;
	top: 2px;
	position: relative;
}

#storeHeader .search .simpleSearchPanel input {
	font-size: 11px;
	color: #000;
	background: #ffffff;
	border: solid 1px #65aedb;
	width: 175px;
	height: 25px;
	border-radius: inherit;
	font-style: italic;
}

#headerNavigation .navigation .navbar-default {
	background-color: transparent;
	border: none;
}

#headerNavigation .navigation .navbar-default .navbar-nav > .active > a {
	background-color: transparent;
}

.SimpleBox ul.category {
	background-color: #ecf2f9;
}

.SimpleBox .category .subheaderText {
	background-image: url(images/bullet.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 15px 0 5px 0;
	padding: 0 0 0 24px;
	font-size: 1.143em;
	color: #CC0F13;
	font-variant: small-caps;
	font-weight: bold;
}

.simpleCategoryListWidget .content li a {
	color: #006;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(images/red_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 3px 1px 3px 14px;
}

.widget.categorySearchSidebarWidget {
	padding-top: 2px;
}

.categorySearchSidebarWidget .criteriaPanel .searchCriteria span.count {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color:transparent;
    color:black;
    border-radius: 10px;
}

#searchPage .info {
	color: #cc0f13;
	font-size: 14px;
	font-weight: bold;
}

.searchSortHeader .fieldHeader {
	font-size: 0.8em;
}

.searchSortHeader span {
	font-size: 0.8em;
	font-weight: bold;
}

.fieldHeader {
	font-weight: bold;
}

.searchSortHeader {
	background: #003f7d none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-variant: small-caps;
	height: 29px;
	line-height: 20px;
	margin: 0;
	padding: 0 5px 0 4px;
	text-indent: 10px;
	width: auto;
}

.searchSortHeader .sorting {
	border: 1px solid #65aedb;
	color: #222222;
	font-size: 0.85em;
	padding: 1px;
}

.SimpleBox ul.category li a:hover {
	color: #005b90;
	background-color: white;
	text-decoration: none;
}

.SimpleBox ul.category .content {
	padding: 0;
}
/*#leftColumn div.zone {padding:0 !important;}*/
.navbar {
    max-height: 31px;
    min-height: 31px;
	margin-bottom: 0;	    
}

#outerPageContainer #header #storeHeader #headerNavigation {
	margin-top: 6px;
}

#headerNavigation .navigation .navbar-default .navbar-collapse {
	margin-top: 1px;
	padding-left: 0;
}

.m-logo {
	display: none;
}

.leftsidebarHeader {
	margin-bottom: 0.3em;
	padding-left: 0;
    background-color: #003f7d;
}

.leftsidebarHeaderText {
	background-color: #003f7d;
	color: white;
	font-size: 1.143em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0.2em 0 0.2em 1em;
	width: 179px;
}

.CategoryLinks {
	font-size: 0.929em;
	margin: 0 0 1em 1.25em;
}

.privacyPage ul li {
    list-style-type:disc;
    margin-left: 3em;
    padding: 0;
}

.privacyPage ul {
    padding-bottom:1em;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.CategoryLinks a {
	color: #304fba;
}

#outerPageContainer #header {
	margin-left: 0;
	margin-right: 0;
}

div.widget {
	border: none;
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 5px !important;
}

.LeftSidebarPromo1 img {
	display: inline-block;
}

#bbb {
	text-align: center;
	margin: 1em 0;
}

#bbb img {
	display: inline-block;
	text-align: center;
}

.CityHeaderImage {
	margin-left: 1.25em;
}

#outerPageContainer {
	max-width: 1000px;
	padding-left: 0;
	padding-right: 0;
}

.featuredProductContainer {
	border: 1px solid #B4E3F5;
	margin: 8px 0;
	padding: .2em;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#ECF2F9), to(#ffffff));
	background: -webkit-linear-gradient(#ECF2F9, #ffffff);
	background: -moz-linear-gradient(top, #ECF2F9, #ffffff);
	background: -ms-linear-gradient(#ECF2F9, #ffffff);
	background: -o-linear-gradient(#ECF2F9, #ffffff);
	background: linear-gradient(#ECF2F9, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECF2F9', endColorstr='#ffffff');
	zoom: 1;
}

.detailsInnerPara {
	border-top: 1px solid #003f7d;
	padding: 3px;
	width: 465px;
}

a {
	color: #005b90;
}
/*.featuredProductContainer a.highlight {
    color: #cc0f13;
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
    padding-bottom: 5px;																			
    padding-top: 5px;
    text-decoration: none;
}*/

#outerPageContainer #header #storeHeader #headerNavigation .navigation {
	padding-left: 0;
}

#rightColumn {
	background-color: #ecf2f9 !important;
	display: inline-block;
	vertical-align: top;
	width: 195px !important;
	height: auto;
	min-height: 100% !important;
	padding-top: 10px;
}

#outerPageContainer #contentContainer #rightColumn {
	float: right;
	padding-right: 0;
	padding-left: 0; /*position:absolute;right:0;*/
	width: 20%;
}

.SidebarPromo img {
	display: inline;
}

.SidebarPromoGS img {
	display: inline;
}

/*#mainColumn.threeColumnLayout {width: 1000px !important;}*/
div#basketPage.mainContentWrapper {
	padding-bottom: 40px;
}

div.checkoutPageHeader {
	color: #01076c;
	margin: 3px 0 0;
	padding: 3px 0;
	text-indent: 5px;
}

div.checkoutPageHeader h1 {
	font-size: 18px;
	font-weight: bold;
}

#basketPage div.warnings {
	padding-left: 20px;
}
/*#outerPageContainer #contentContainer .threeColumnLayout {padding-left: 0;	padding-right: 0;}*/
/***********************Basket ****************/
/*table.basket {border: 0;  border-collapse: collapse;  width: 100%;}*/
table.basket th {
	border-bottom: 1px solid #ccc;
	padding: 4px 8px;
	text-align: center;
	vertical-align: top;
}

table.basket td {
	border: thin solid white;
	border-collapse: collapse;
	padding: 0 8px;
	text-align: center;
	vertical-align: top;
}

table.basket td a {
	color: #304FBA;
}

table.basket td a:hover {
	color: #788f03;
}

table.basket th.thumbnail {
	border-right: none;
	text-align: left;
	width: 60px;
}

table.basket td.thumbnail {
	border-right: none;
	text-align: center;
	width: 60%;
	padding: 4px;
	border: none;
}

table.basket th.item {
	border-left: none;
	text-align: left;
}

table.basket td.item {
	border-left: none;
	text-align: left;
}

table.basket td.item div.setGiftOptions a {
	background: url(images/icons/gift-box.gif) center right no-repeat;
	height: 30px;
	line-height: 30px;
	padding-right: 25px;
}

table.basket td.item div.itemDetail {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

table.basket td.item div.itemActions a {
	margin-right: 8px;
	text-transform: capitalize;
}

table.basket th.quantity {
	text-align: center;
	width: 20%;
}

table.basket td.quantity {
	text-align: center;
	width: 20%;
	vertical-align: top;
}

table.basket th.total {
	text-align: center;
	width: 20%;
}

table.basket td.total {
	text-align: center;
	width: 20%;
}

.Basketdetailcss {
	float: left;
	padding: 0 9px;
	text-align: left;
	width: 218px;
}

table.basket td.footerSubtotalLabel {
	text-align: right;
	width: 50%;
}

table.basket tr {
	border: thin solid #ffffff;
	border-collapse: collapse;
}

.FeaturedinBasket div.pageHeader {
	background-color: #003f7d;
	height: 25px;
	margin: 0;
	padding: 0;
}

.FeaturedinBasket div.pageHeader h1 {
	color: #fff;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0;
	text-indent: 10px;
	border: inherit;
}

#basketPage div.basketContainer div.actions {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

table.basket tr {
	border: thin solid #ffffff;
	border-collapse: collapse;
}

table.basket tr.evenRow {
	background-color: #F5F5F5;
}

.section .header h2 {
	background-color: #003f7d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0;
	text-align: center;
}

#outerPageContainer #contentContainer #rightColumn .section .header h2 {
	padding-left: 4px;
}

.couponForm input {
	height: 25px !important;
	padding: 2px !important;
}

.sidebar .sb-basketbox1 {
	background-color: white;
	border: thin solid black;
}

.sb-basketbox1 {
	background-color: white;
	border: thin solid black;
	margin: 1em 0.2em;
	padding: 0.2em 0.5em;
}

.sidebar { color: #003f7d; 	font-family: Arial,Helvetica,sans-serif;	font-size: 12px;	padding-left:5px; padding-right:5px;}

table.basket a.link {
	border: solid 1px #9fd9ef;
	padding: 1px 5px;
	background: #e4ecee url(images/button_bg.gif) repeat-x;
	color: #005b94;
	line-height: 22px;
	text-decoration: none;
}

a.button {
	background: #c9ddf3 url("images/button_bg.gif") repeat-x scroll center center;
	border: 2px solid #7d90b1;
	color: #005b90;
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	height: 21px;
	border-radius: 0;
	line-height: 21px;
	margin: 0 0 2px 4px;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

.button {
	background: #c9ddf3 url("images/button_bg.gif") repeat-x scroll center center;
	border: 2px solid #7d90b1;
	color: #005b90;
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin: 0 0 2px 4px;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

.checkout {
	float: right;
	padding-right: 20px;
	padding-top: 40px;
}

#basketPage {
	padding: 0 0.7em;
	width: 600px;
}

.mainContentWrapper {
	vertical-align: top;
}

.FeaturedinBasket {
	padding: 0 8px;
	width: 600px;
}

.sidebar .sb-baskettext1 {
	font-size: 15px;
	font-weight: bold;
}

.sb-baskettext1 {
	font-size: 15px;
	font-weight: bold;
}

.sb-basketbox1 img {
	display: inline;
}

div.productItemDisplay .moreInfoButton {
	float: none;
	text-align: center;
}

#leftColumn {
	background-color: #ecf2f9;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 195px !important;
}

.miniBasketWrapper {
	background-color: white;
	border: thin solid black;
	padding: 0.3em;
}

.miniBasketHeader {
	background-color: #fff;
	padding-bottom: 0.5em;
}

.miniBasketHeaderText {
	background-image: url("images/cart1.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	color: #003f7d;
	font-size: 1.05em;
	font-weight: bold;
	height: 25px;
	margin: 0;
	padding-left: 0.8em;
	text-align: center;
}

.miniBasket a.button {
	background: #ecf2f9 url("images/button_bg.gif") repeat-x scroll center center;
	color: #005b90;
	background-image: none;
	height: 1em;
	padding: .2em .2em;
	border-width: 1px;
	font-size: 0.614em;
	line-height: 1em;
	text-decoration: none;
	border-width: 1px;
	border-radius: inherit;
	display: initial;
	text-transform: none;
	height: 14px\0\;;
}

.miniBasket a.button:hover {
	font-size: .614em;
	padding: .2em .2em;
	background-color: #ECF2F9;
	background-image: none;
	height: 1em;
	line-height: 1em;
	text-transform: none;
	text-decoration: none;
	border-width: 1px;
}

.miniBasketItemDetail .title a {
	color: #444444;
}

.miniBasketItemDetail .title {
	background-color: #e1e1e1;
	color: #018;
	float: left;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	text-align: left;
	width: 166px;
}

.miniBasket .basketItemBox .actions input.quantity {
	font-size: 0.614em;
	width: 20px;
}

.breadCrumbs {
	color: #7f7f7f;
	font-size: 12px;
	padding:0;
	margin-bottom: 0;
    margin-left: 10px;
	background-color: transparent;
}

.breadCrumbs a:nth-child(3), a:nth-child(6) {display:none;}

.HeadingText {
	background-image: url("images/bullet.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #cc0f13;
	font-size: 1.143em;
	font-variant: small-caps;
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 0 0 0 24px;
}

.SimpleBox a {
	background-image: url("images/red_arrow.gif");
	background-position: left center;
	background-repeat: no-repeat;
	color: #006;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	margin: 0 0 0 10px;
	padding: 3px 1px 3px 14px;
}

.SimpleBox .HeadingText {
	background-image: none;
	background-position: left center;
	background-repeat: no-repeat;
	color: #cc0f13;
	font-size: 1.143em;
	font-variant: small-caps;
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 0 0 0 24px;
}

.SimpleBox .cityDropDownBox {
	padding-left: 20px;
}

#safelistbox {
	padding: 10px;
}

#safelist {
	background-color: #fff;
	border: 2px solid #dae6f3;
	font-size: 0.929em;
	list-style: outside none none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	width: 165px;
}

#safelistbox .header {
	background-color: #ecf2f9;
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	text-align: center;
}

/*********/
.breadCrumbs a {
	color: #888888;
}

.InfoPopup {
	background: url(images/city-details.png) no-repeat 0px 0px;
	width: 84px;
	height: 24px;
	display: inline-block;
}

.InfoPopupBox {
	visibility: hidden;
	display: none;
	z-index: 9999;
}

.InfoboxPopupInner {
	background-color: white;
	border: 1px solid gray;
	padding: 10px;
	width: 450px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}

.ExtraInfo {
	display: none;
}

.TTACityCatName {
	padding-left: 10px;
	padding-top:3px;
}

.TTACityCatName H2 {
	padding: 0;
	margin-bottom: 8px;
	margin-top: 0.16em;
	font-size: 16px;
	color: #CC0F13;
	font-variant: normal;
	font-weight: bold;
}

.TTACityCatName H1 {
	margin: 0;
	color: #036;
	font-size: 2em;
	font-weight: bold;
}
.SubCatSummaryPage {   padding-left: 3px;	}

.LinksContainer {
	clear: both;
	float: right;
	height: 1em;
	margin: 3px 2px 0 0;
}

.buttonDown {
	background-color: #fef6cb;
	border: thin solid black;
	float: left;
	font-size: 0.786em;
	font-weight: bold;
	margin: 0 0 0 0.5em;
	padding: 0.2em;
}

.buttonUp {
	background-color: white;
	border: thin solid black;
	float: left;
	font-size: 0.786em;
	margin: 0 0 0 0.5em;
	padding: 0.2em;
}

.buttonDown a {
	color: #000;
}

.buttonUp a {
	color: #006;
}

.DetailsViewLink {
	float: right;
	padding: .2em .2em;
	background-color: white;
	border: thin black solid;
	margin: 0 .5em;
}

.CityHeaderImage img {
	width: 100%;
}

.DetailsViewLink a {
	color: #005b90;
	font-weight: bold;
	font-size: 0.786em;
}

.TTASubCatHeader {
	border-bottom: solid 1px #7CC2DB;
	padding: 0.1em 1em 0.6em;
	margin: .5em 0 0 0;
	background-color: #003F7D;
	color: #FFF;
	font-style: initial;
	height: 1.65em;
}

.TTASubCatHeader .heading {
	color: white;
	font-size: 1.16em;
	font-weight: bold;
}

.miniBasket .basketItemBox .iconBox {
	display: none;
}

div.widget .content {
	padding: 5px;
}

.summaryDescription {
	display: none;
}

.ProductPrice {
	font-size: 0.857em;
}

.miniBasket .basketItemBox .label {
	background-color: transparent;
	color: #003616;
	font-size: 0.86em;
	font-weight: bolder;
}

.miniBasket .basketItemBox .value {
	background-color: transparent;
	color: #cc0f13;
	font-size: 0.86em;
}

div.productDisplay h1 {
	color: #cc0f13 !important;
	font-size: 1.571em !important;
	padding-bottom: 0 !important;
	padding-top: 4px !important;
	margin-bottom: 2px !important;
}

.pageHeaderTTA h1 {
	color: #cc0f13 !important;
	font-size: 1.571em !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0.42em;
	padding-top: 2px !important;
	font-weight: bold;
}

.promoDiv {
	background-color: #fef6cb;
	border: 1px solid #ebce07;
	color: #000;
	font-size: 14px;
	margin: 0 5px 25px;
	padding: 3px;
	text-align: center;
}

.DatePromptNoCalendar {
	color: #cc0f13;
	float: left;
	font-weight: bold;
	font-size: 0.929em;
}

.myCalendar {
	margin-left: auto;
	margin-right: auto;
}

table.pagedList th {
	background-color: #003f7d;
	color: #fff;
	margin: 0;
	padding: 0 1.071em !important;
}

table.pagedList tr.evenRow {
	background-color: #f0f5fb !important;
	text-align: center;
}

.VariantChoiceName {
	color: #333;
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: bold;
}
.quantityUpDown {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.quantityUpDown #Up {
	/*background: rgba(0, 0, 0, 0) url("images/up.gif") no-repeat scroll center center;*/
    background: rgba(0, 0, 0, 0) url("images/plus.gif") no-repeat scroll center center;
	display: block;
	height: 12px;
	width: 12px;
}

.quantityUpDown #Down {
	/*background: rgba(0, 0, 0, 0) url("images/down.gif") no-repeat scroll center center;*/
    background: rgba(0, 0, 0, 0) url("images/minus.gif") no-repeat scroll center center;
	display: block;
	height: 12px;
	width: 12px;
    float: left;
}

.VariantNote {
	color: #333;
	display: block;
	font-size: 8pt;
	font-style: normal;
	padding-left: 0;
}

.retailPrice {
	font-weight: normal;
	text-decoration: line-through;
}

.youSave {
	color: red;
	font-style: italic;
}

.noYouSave {
    display:none;
}

.tab {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	height: auto;
	letter-spacing: 0.5px;
	text-shadow: initial;
}


div.productDisplay div.optionProduct div.productDetails {
	padding: 4px 5px 5px 3px;
	vertical-align: top;
}

#productPage div.productDisplay div.simpleProduct div.productDetails {
	width: 100%;
}

#productPage div.productDisplay div.simpleProduct {
	margin-left: 0;
}

#productPage {
	width: 605px;
}

table.pagedList {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

.noHidden {
	color: #cc0f13;
	font-size: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.pagedList tr.oddRow td:first-child {
	text-align: left;
}

table.pagedList tr.oddRow td {
	color: #000000;
	padding: 2px;
	text-align: center;
}

table.pagedList tr.evenRow td:first-child {
	text-align: left;
}

table.pagedList tr.evenRow td {
	color: #000000;
	padding: 2px;
	text-align: center;
}

.itemContainer {
	background-color: transparent;
	border: none;
	width: 180px;
}

.itemListingContainer .thumbnail img {
	border: 8px solid #fff;
	outline: 2px solid #eaeaea;
    margin: 0 auto;
}

div.productItemDisplay div.detailsArea {
	padding-top: 0.2em;
	text-align: center;
}

div.productItemDisplay div.detailsArea div.details div.itemName a {
	color: #304fba;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.descriptionWrapper > table {
	width: 100%;
}

.validationSummary ul li {
	color: red;
	font-weight: bold;
}

.searchListing .sku {
	display: none;
}

/************Checkout pages***********/
#checkoutPage {
	font-size: 0.929em;
	 /*margin-right: 10px; margin-left: 5px; */
}

.paymentTable {
    width: 100%;
    overflow: hidden;
}

.paymentTable td {
    vertical-align: top;
}

.paymentTable .billingAddressDetails {
    margin: .5em 2em;
    text-align: center;
    background-color: #EFEFEF;
    padding: .5em;
}

.paymentTable .heading {
    color: #304fba;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
}

.sectionHeader .lockMessage {
    margin-left: 2em;
    font-size: 1.1em;    
    color: #689d47;
    display: inline;
}

.sectionHeader .lockMessage img {
    display: inline-block;
    margin-right: .5em;
    margin-top: -2px
}
.colCcImage {
    width: 2em;
}

#checkout_billPage #pageHeader {
	font-weight: bold !important;
}

#pageHeader {
	margin-top: 4px;
	padding: 2px 0;
	position: relative;
}

#checkoutPage h1 {
    color: #01076c;
	font-size: 18px !important;
	margin: 3px 0 6px !important;
	padding: 3px 0;
	text-indent: 5px;
}

#pageHeader h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}

table.inputForm .rowHeader {
	color: #444444;
	text-align: right;
}

table.inputForm .rowHeader * {
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

#checkout_billPage .inputForm th.rowHeader {
	width: 25%;
	width: 80px !important;
}

#checkout_billPage .inputForm .rowHeader {
	padding: 0;
}

#checkoutPage .inputColumn {
	width: 262px;
}

table.inputForm td {
	margin: 0;
	padding: 2px !important;
}

#checkout_billPage table.inputForm:last-child input[type="text"] {
	border: 1px solid #7dc2db;
	color: #444444;
	padding: 2px;
	width: 200px !important;
}

#checkout_billPage table.inputForm input[type="text"] {
	border: 1px solid #7dc2db;
	height: auto !important;
	color: #444444;
	padding: 2px;
	width: 200px !important;
}

table.inputForm input[type="text"] {
	border: 1px solid #7dc2db;
	color: #444444;
	padding: 2px;
	height: auto;
}

.form-control-inline {
	border: 1px solid #7dc2db;
	font-size: 14px;
    width: auto;    
}

.pageSizePanel .form-control-inline ,.sortPanel .form-control-inline {
	border: 1px solid #7dc2db;
	font-size: 12px;    
    padding:0;
    height:29px;
}


table.inputForm select {
	border: 1px solid #7dc2db;
	color: #444444;
	padding: 2px;
	height: auto;
}
/*.requiredField{font-weight:bold;}*/
.BillingPageText {
	background-color: white;
	color: #304fba !important;
	font-size: 1.1em;
	font-weight: bold !important;
	margin-bottom: 18px;
}

.notice {
	color: #b60f17;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.5em;
	text-align: center;
}

#checkout_billPage .actions {
	float: right;
	padding-bottom: 20px;
	padding-right: 20px;
}

div#checkout_payPage.mainContentWrapper {
	width: 745px;
}

table.itemList tr.evenRow {
	background-color: whitesmoke;
}

table.itemList td.item {
	text-align: left;
}

table.itemList td {
	padding-bottom: 5px;
	padding-top: 5px;
}

#pageHeader div.links a.button {
	border-radius: 0;
}

#pageHeader div.links {
	position: static;
	text-align: right;
	width: 100%;    
}


.receiptpagesummaryrow .widget.orderTotalSummaryWidget .paymentinfocontent .orderTotalSummary tbody tr td {
	width: 100%\0;
}

.receiptpagesummaryrow .orderTotalSummaryWidget.widget .paymentinfocontent .orderTotalSummary tbody tr td {
	float: left !important\0;
}

table.itemList td.thumbnail {
	width: 80px;
}

.savingsRow {
	color: #888;
	font-style: oblique;
	font-weight: normal;
}

.addressHeader, .termsHeader, .sectionHeader {
	background: #efefef none repeat scroll 0 0;
	font-size: 0.929em;
	margin-bottom: 1em;
    padding: .4em;
}

.sectionHeader span {
    font-size: 1.143em;
    font-weight: bold;
    margin: 0;
    padding: 4px;
    line-height: 1.5;
}
																		
.columnHeader {
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #eee, #ccc) repeat scroll 0 0;
	float: left;
	line-height: 1.5em;
	padding-left: 1em;
	width: 222px;
}
.editAddress label{
	margin-bottom:0 !important;
}
#checkoutPage #checkout_billPage .column_1 .section .content{
	padding-left:0; padding-right:0;
}

div.billingAddressWidget div:nth-child(2) {
	float: left;
}

#checkoutPage div.billingAddressWidget {
	margin-left: 10px;
	width: 100%;
}

div.billingAddressSection {
	float: left;
	padding-bottom: 2em;
	padding-right: 3em;
	width: 200px;
}

div.ticketUserSection {
	float: left;
	padding-bottom: 2em;
	padding-right: 3em;
	width: 200px;
}

td.thumbnail img {
	width: 65px;
}

.paymentMethodHeader {
	border-bottom: thin dotted #000;
	font-size: 0.929em;
	padding-top: 1em;
}

.colHeader {
	color: black;
	font-weight: bold;
	padding: 3px;
}

.paymentMethodHeader h2 {
	font-size: 1em;
	font-weight: bold;
}

.paymentFormContainer {
	margin-left: 226px;
}

div.paymentWidget .paymentFormContainer .paymentForm table.inputForm {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.tdBillingAddress {
    min-width: 35%;
}

.placeYourOrder {
	float: right;
	margin-bottom: 2em;
}

#checkoutPage div.billingAddressWidget h2,
.termsAndConditionsWidget h2 {
	font-size: 1.143em;
	font-weight: bold;
	margin: 0;
	padding: 4px;
}

div.checkoutProgress {
	background-color: #005b90;
	clear: both;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.checkoutProgress span.on span {
	background-color: #fff;
	border: 1px solid #7cc2db;
	border-radius: 5px;
	color: #3f294d;
}

div.hoverPanel {
	background-color: #fff;
	border: 1px solid #7cc2db;
}

div.hoverPanel .header {
	border-bottom: 1px solid #7cc2db;
	padding: 6px;
}

div.hoverPanel .content {
	padding: 6px;
}

#CVVHoverLookupPanel {
	top: -350px !important;
	left: 503px !IMPORTANT;
}

.cvvHelpHoverPanel .helpSection h3 {
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: bold;
}

.cvvHelpHoverPanel .helpSection {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
	width: 280px;
}

#checkout_receiptPage h1 {
	font-size: 16px !important;
	font-weight: bold;
	text-indent: 10px;
}

.TicketInstructions {
	background-color: #eee;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 5px;
	padding: 5px 5px 5px 10px;
}

.TicketInstructionsEmphasis {
	color: red;
}

#checkout_receiptPage div.billingAddressWidget {
	margin-left: 0;
}

.orderSummaryTable {
	border: thin solid black;
	/*margin-bottom: 1em;*/
	width: 100%;
}

.orderSummaryTable td:nth-child(1) {
	width: 33%;
}

.orderNonShippableItemsWidget tr th{
    background-color: #fff;
    color:#15466e;
}


.noLineTable td {
	/*border-width: 0 1px 0 0;*/
}

.orderSummaryTable td {
	background-color: white;
	border-color: gray;
	border-style: inset;
	border-width: 1px;
	font-size: 14px;
    border: none;    
}

.invoiceHeader {
	font-size: 1.5em !important;
	font-weight: bold;
	text-align: center;
}

div.pageHeader div.links a.button, #pageHeader div.links a.button {
	line-height: 7px;
}

.groupsalesform-td-left {
	font-family: Arial;
	font-size: 14px;
	width: 144px;
}

.groupsalesform-td-right {
	width: 100%;
}

.groupsalesform-td-inputbox {
	width: 250px;
}

.cc {
	font-size: 20px;
}
/*********end checkout pages*********/


/*****************Top menu pages********************/
.specialsPage, .securityPage, .privacyPage, .termsPage, .giftPage, .aboutPage, .guaranteePage, .custServicePage, .contactPage{padding: 0 0.7em;}

.privacyPage h2, h3, h4 {
    font-weight: bold;
    color: black;
}

.privacyPage h2 {
    font-size: 20px;
}

.privacyPage h3 {
    font-size: 18px;
}

.privacyPage h4 {
    font-size: 14px;
}


.groupSales {
	padding: 0 0 0 8px;
}

.TTAServicePage h1 {
	font-size: 1.5em; 
	padding-bottom: 1em !important;
	color: #036;
    text-align: center;
    font-weight:bold;    
}

.custServicePage .TTAPageHeader h1 {
    padding-bottom: 3px !important;
}

.imageboxLeft {
	padding: 0px 0 0px 4px;
	width: 154px;
	float: left;
	text-align: center;
}
 .imageboxLeft.imageboxLeft2 {
    padding-left: 12px;
}
.TTAPageHeader h1 {
	color: #036;
	font-size: 1.4em;
	margin-bottom: 0;
	margin-top: 2px;
	padding: 5px 0 0;
	text-align: center;
	font-weight: bold !important;
}
	 
.smalltext {
    font-size: x-small;
}
.imageboxLeft > img { max-width: inherit; }

#reviewbox {
	width: 350px;
	margin: 0 40px 0 0;
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-left: 3%;
}

#reviewbox ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

#reviewbox li {
	list-style-type: none;
	padding: 0 0 10px 20px;
	background-image: url(/ttaincludes/images/red_arrow.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

/*.aboutPage p:nth-of-type(3) {
	display: none;
}*/

#HighlightBox {
	text-align: left;
	font-size: 14px;
	font-style: normal;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid red;
	color: #006;
	padding: 6px;
	background-color: #EFEFEF;
}

#HighlightBox strong {
	font-size: 16px;
}

#HighlightBox img {
	display: initial;
}

#rightColumn .section {
	clear: both;
	margin-bottom: 1em;
}

.sidebartextCEO {
	background: #FEFAE0 url(images/sidebartext.jpg) repeat-x top;
	border: thin solid #EBCE07;
	color: #006;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 1.2em;
	height: auto;
	margin: 3px;  	
	padding: 8px;
	text-shadow: 0 2px 0 #FFF;
}

.sidebartextCEO a {
	color: #C82425;
}

p {
	margin: 0;
}

body {
	color: #000;
}

.twoColumnLayout { margin-left: 200px;}

/************end here******************/

.divAddToCart {
	float: right;
	margin-right: 14px;
}


/* @gcss 17-12-15*/
.featuredCityName {
	color: #003F7D;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 13px;
}

.featuredProductContainer a.highlight {
	color: #CC0F13;
	font-size: 14px;
	font-style: italic;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}

a.highlight {
	font-weight: bold;
	color: #003F7D;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 0.9em;
}

.briefDescription {
	margin: 5px 0 5px 22px;
	color: #666;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	word-wrap: break-word;
}

.storeLogo img {
	max-width: 100%;
}

.fancybox-title-outside-wrap {
    text-align: center;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    top: -33px;
    width: 100%;
    border: 2px white solid;
    background-color: #22578b;
    position: absolute;
    color: #fff;
    border-radius: 10px;
    z-index: 100;
    padding: 10px;
}

.fancybox-close {
    top: -20px;
    right: -16px;
}

#bbb font {
	display: inline-block;
}

#storeHeader .shortcuts {
	padding: 0;
	width: 100%;
	margin: 0;
	display: inline-block;
	text-align: center;
}

#outerPageContainer #header #storeHeader #headerTop .column_2 .content {
	position: relative;
	top: -4px;
	left: 8%;
}

#outerPageContainer #header #storeHeader #headerTop .column_2 .content a {
	margin-right: 2%;
}

#storeHeader .search .simpleSearchPanel .form-control-inline {
	background: #FFF;
	border: solid 1px #65aedb;
    border-radius: 3px;
	height: 24px;
	margin: 0;
	padding: 0 !important;
	padding-left: .5em !important;
	color: #000;
	width:168px;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
}

:placeholder-shown {
	color: orange !important;
	font-style: italic;
}


/* ends and starts @gcss  29-12-15*/
/***Weather section****/
.weatherHeader {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 20px;
	padding: 2px 0 2px 0;
	text-align: center;
	text-indent: 0px;
	background-color: #003F7D; /* padding: 0; */
}

.weatherIFrame {
	width: 100%;
}

.weatherSection {
	padding-top: 20px;
}
/**********/

.cityDropDownBox select {
	padding: 0 !important;
	height: auto !important;
}


#basketPage table.basket td.item {
	border-left: none;
	text-align: left;
	width: 65%;
}

#basketPage .actions span.basket .button:hover {
	background-color: #005b90;
	color: #7D90B1;
	border: 2px solid #005b90 !important;
}

#basketPage .actions span.basket .button:hover, #basketPage .actions span.basket a.button:hover {
	background: #5872CB url(images/button_bg_hover.gif) repeat-x center;
	font-size: 9px;
	text-transform: uppercase;
	color: #675D29;
	cursor: pointer;
	margin: 0 0 2px 4px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #C7B55C;
}

#basketPage .savingsRow {
	font-style: oblique;
	font-weight: normal;
	color: #888;
}

#basketPage .quantity input[type='text'] {
	width: 50px !important;
	margin-top: 6px;
	border-radius: 3px;
	height: 27px;
}

table.basket td.thumbnail img {
	max-width: initial;
}

.featuredProductContainer img {
	max-width: initial;
}

.SubCatSummaryPage .thumbnail {
	border: 2px solid #EAEAEA !important;
	background-color: #fff;
	padding: 5px;
	text-align: center;
	display: inline-block;
}

.SubCatSummaryPage .thumbnail img { /*border: 2px solid #eaeaea;*/
	float: left;
	margin: 0 0 0.2em;
}

.pnlDetail .thumbnail {
	float: left;
}
/*.pnlDetail .thumbnail img { margin: 0 0.2em 0.4em;	}*/
.productSection {
	display: table;
}

.Duration, .HdrPrice {
	color: #006;
	font-size: 0.83em;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-right: 1em;
	padding-top: 5px;
	text-decoration: none;
}

.tourSummary {
	float: right;
	text-align: left;
	vertical-align: top;
}

.moreInfoButton {
	float: right;
}

/*.SubCatSummaryPage .pnlSummary .thumbnail img {
	border: 2px solid #EAEAEA;
	margin: 0;
	margin-bottom: .2em;
}*/

div.SimpleBox .category .active {
	background-color: #FEF6CB;
	font-weight: bold;
}

.CategoryPageDisplayContainer .SubCatSummaryPage .citylistitems .rowSeparator {
	/*display: inline-block; margin-right: 15px;float:left;*/
	/*width: 25%;*/
	/*width: 45%;*/
	vertical-align: top;
	text-align: center;
	padding: 0.5em 0.5em 0.5em 0.7em;
	border: 4px groove #e5e5e5; 
}

.citylistitems br {
	display: none;
}

.SubCatSummaryPage .actions {
	display: none;
}

.SimpleBox ul.category li {
	text-decoration: none !important;
}

.simpleCategoryListWidget li a:hover {
	color: #005b90;
	background-color: white;
}

#safelist ul li {
	background-image: url(images/checkbox.gif);
	list-style-position: inside;
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.4em;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*a.button { font-size: 9px;   padding: 5px 12px 6px; }*/
.button:hover, a.button:hover {
	background: #5872CB url(images/button_bg_hover.gif) repeat-x center;
	font-size: 9px;
	text-transform: uppercase;
	color: #675D29;
	cursor: pointer; /*margin: 0 0 2px 4px;*/
	text-align: center;
	text-decoration: none;
	vertical-align: middle; /*border: 1px solid #C7B55C;*/
}

.miniBasket input.form-control-inline {
	background-color: #eee;
	border-radius: 3px;
	font-size: 8px;
	height: 18px;
	max-width: 29px !important;
	padding: 1px 8px;
}

.miniBasket .basketItemBox .actions input.quantity {
	font-size: .614em;
	width: 20px !important;
}

.FeaturedCatHeader {
	margin: 0px;
	padding: 0px;
	height: 25px;
}

.FeaturedCatHeader p.featuredHeader {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 2px 0 0 0;
	text-align: center;
	text-indent: 0px;
    background-color: #003f7d;
}

.FeaturedCatItems .FeaturedCatImg {
	text-align: left;
	float: left;
}

.FeaturedCatText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	padding-left: 68px;
	text-align: left;
}

.FeaturedCatContent {
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
}

.FeaturedCatImg img {
	margin-top: 2px;
	width: 60px;
	border: solid 3px #FFF;
	outline-color: #E0E0E0;
	outline-style: solid;
	outline-width: 1px;
	margin-bottom: 5px;
}

.FeaturedCatMoreDet a {
	float: right;
	color: #00f !important;
	font-size: .929em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.widget.miniBasket {
	margin-bottom: 0px;
}

.widget.miniBasket .RightSidebarPromo {
	margin: 0 0 0px 7px;
}

.SimpleBox ul.category .content li:hover a {
	text-decoration: underline;
}

.CategoryLinks ul li:hover a {
	color: #304fba;
}

.SideWeather img {
	margin-left: 20px;
}

.miniBasket .checkoutButtonsBox .alternateCheckouts div {
	padding-top: 0px;
}

.miniBasket .basketItemBox {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: medium none;
}

.itemContainer div.actionsArea div.actions a.button:hover {
	display: inline-block;
}

.threeColumnLayout .ui-tabs .ui-tabs-nav li a {
	height: 1.5em;
}

.threeColumnLayout .ui-tabs .ui-tabs-nav {
	height: 0.3em;
    margin-bottom: 1.8em;
}

.threeColumnLayout .productDetails table.pagedList > thead > tr > th, .threeColumnLayout .productDetails table.pagedList > tbody > tr > th, .threeColumnLayout .productDetails table.pagedList > tfoot > tr > th, .threeColumnLayout .productDetails table.pagedList > thead > tr > td, .threeColumnLayout .productDetails table.pagedList > tbody > tr > td, .threeColumnLayout .productDetails table.pagedList > tfoot > tr > td {
	vertical-align: middle;
}

#rightColumn .itemListing .tableNode {
	padding-left: 0;
	padding-right: 0;
}

.threeColumnLayout .productDetails table.pagedList .quantityUpDown td input {
	width: 30px !important;
	text-align: center;
	font-weight: normal;
}

#outerPageContainer #contentContainer .threeColumnLayout {
	padding-left: 2px;padding-right: 2px;	 	width: 59%;	 	/*padding-right: 5px;  	width: 59%;*/	}

#productPage .OutsideContent {
	max-width: 100%;
}

#outerPageContainer #contentContainer #rightColumn .popularProductsListing {
	padding-left: auto;
	padding-right: auto;
}


#leftColumn .itemListing, #rightColumn .itemListing {
	margin-left: 10px;
	margin-right: 0;
}

div.detailsArea div.details {
	padding-left: 0;
}

div#checkout_billPage table tr:nth-child(10) td:nth-of-type(2) {
	display: table;
}

div#checkout_billPage table tr:nth-child(11) td:nth-of-type(2) {
	display: table;
}

div#checkout_billPage .notice {
	text-align: right;
	margin-right: 5%;
}

div#pageHeader .editordersection a.button, .registerWidget a.button {
	font-size: 9px;
	background: #C9DDF3 url(images/button_bg.gif);
	border-radius: inherit;
	border: 2px solid #7d90b1;
	color: #005b90;
	font-weight: bold;
}

#outerPageContainer #header #storeHeader #checkoutNavigation .checkoutProgressBar {
	padding-left: 0px;
	padding-right: 0px;
}

div#pageHeader .editordersection a.button:hover, .registerWidget a.button:hover {
	background: #5872CB url(images/button_bg_hover.gif) repeat-x center;
}

#checkout_startPage .loginWidget .form-control-inline {
	padding: 0 12px;
	border: 1px solid #7dc2db;
	height: auto;
}

#checkout_startPage .loginWidget table.inputForm .rowHeader {
	text-align: left;
}

div.checkoutProgressBar div.checkoutProgress {
	float: left;
	width: 100%;
}

div.paymentWidget .paymentFormContainer .paymentForm {
	width: 100%;
}

#checkout_payPage td.thumbnail.footable-visible.footable-first-column td.thumbnail img,
#checkout_Page td.thumbnail.footable-visible.footable-first-column td.thumbnail img {
	width: auto;
}

#account_credentialsPage .tabpane table.inputForm .rowHeader {
	color: #444444;
	text-align: left;
}

#account_mainPage .tabpane table tr.paging {
	display: inline-block;
	margin: 0 0 20px;
}

#checkout_payPage .billingAddressWidget .billingAddressSection .billingAddress {
	padding-left: 9%;
	display: inline-block;
}

#checkout_payPage .billingAddressWidget .ticketUserSection .billingAddress {
	padding-left: 23%;
	display: inline-block;
}

#detailsPane {
	background-color: #FEF6CB;
	padding: 2em;
	font-size: 0.857em;
}

#detailsPane h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.143em;
    padding-bottom: 5px;
}

#detailsPane .SectionTitle {
    padding-bottom: 1em;
}

.detailsImage {
    display: none;
    margin: 0 auto;
}

.DetailsTabLink {
	height: 25px;
	background: url(images/info7.png) no-repeat left top;
	margin: 1em 0 3em 30px;
	padding: 0 0 0 30px;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

div#GridTypeHeading {
	text-align: Left;
}

div#GridQtyHeading {
    text-align: center;
}

table.pagedList th {
	border: solid 1px #e4e4e4;
}

#productPage div.productDisplay div.simpleProduct div.productDetails table.pagedList tr td {
	text-align: center;
}

.miniBasket .miniBasketItemDetail .title {
	float: left; /*text-align: center;*/
	position: relative;
}
    table.pagedList > thead > tr > th, table.pagedList > tbody > tr > th, table.pagedList > tfoot > tr > th, table.pagedList > thead > tr > td, table.pagedList > tbody > tr > td, table.pagedList > tfoot > tr > td{line-height:normal;}
.miniBasket .basketItemBox .actions {
	margin: 0.5em 0;
}

#PriceLine {
	line-height: 0.8em;
	/*padding-right: 2em;*/
	text-align: right;
}


.miniBasket .subTotalsBox {
	border-bottom: 1px solid black;
	margin-bottom: 0.4em;
	padding-bottom: 0.5em;
}

.miniBasket .label {
	color: #003616;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 0.86em;
	font-weight: bold;
	/*margin-right: 5px;*/
}

.value.price.subTotal {
	background-color: transparent;
	color: #cc0f13;
	font-size: 0.86em;
	font-weight: bold;
}

/*.miniBasket .subTotalPanel {
	padding-top: 2px;
	text-align: right;
}*/
.miniBasket .subTotalPanel {
	padding-top: 2px;
	text-align: right;
	padding-right: 8px;
}

#productPage div.productDisplay div.simpleProduct div.productDetails table.pagedList tr td span.GridPrice, #productPage div.productDisplay div.simpleProduct div.productDetails table.pagedList tr td span.youSave {
	font-weight: bold;
}

a#TermsAndConditionsPU { /*display: block;*/
	clear: both;
	margin-left: 2.25em;
}

.registerDialog table.inputForm input[type="text"], .registerDialog table.inputForm input[type="password"], .loginWidget table.inputForm input[type="text"], .loginWidget table.inputForm input[type="password"] {
	height: 29px;
	margin-left: 5px;
}

.registerDialog table.inputForm .rowHeader, .loginWidget table.inputForm .rowHeader {
	text-align: left;
}

#descPane.descriptionWrapper table {
	width: 100% !important;
	background-color: none;
}

#descPane.descriptionWrapper table td, th {
	padding: 1px;
}

img.mobileheader, .checkifbusiness {
	display: none;
}

.vieworderheading {
	display: block;
	overflow: hidden;
    margin-bottom: 3px;
    margin-top: 3px;
}

.vieworderheading #pageHeader div.links {
	position: static;
	text-align: right;
	width: 100%;
    background-color: white;
    margin-top: 5px;
}

.vieworderheading #pageHeader div.links a.button {
    font-size: 9px;
}

.vieworderheading div.widget .content {
    background-color: white;
}

.vieworderheading #invoiceDetails {
    background-color: white;
}

#pageHeader.printwrapper.receiptprint{
    background-color: white !important;
    padding: 5px 0;
}

#checkoutPage .vieworderheading h1 {
    border: 0;
    color: white;
    background-color: #003f7d;
}

#checkoutPage checkout_receiptPage .printwrapper, #checkoutPage checkout_receiptPage .receiptprint {
	display: block;
	ovreflow: hidden;
	clear: both;
	width: 100%;
}

#checkoutPage checkout_receiptPage .printwrapper .links {
	text-align: right;
}

.invoicesummary {
	text-align: center;
}

.widget.orderNonShippableItemsWidget .nonshippableheading {
	background-color: #003F7D;
	color: #fff;
	border: 0 !important;
}

.widget.orderNonShippableItemsWidget .nonshippableheading h2 {
	text-align: center;
    padding: 25px 1px 0 0.2em;
    font-size: 14px !important;
}

.receiptpayments th {
	text-align: center;
}

.receiptpayments th > h6, #checkout_receiptPage .header.receiptsummaryorder h6 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

#checkout_receiptPage .header.receiptsummaryorder {
	background-color: transparent;
	color: #fff;
	text-align: center;
	border: 0 !important;
}

.ordertotalsummarygrandtotal {
	color: #048800;
}

#checkout_receiptPage .orderSummaryTable {
    border: thin solid black;
}

#checkout_receiptPage .orderSummaryTable td {
    border-top: none;
    border-bottom: none;
}

#checkout_receiptPage .orderSummaryTable td:first-child{
    padding-left: 10px;    
}


#checkout_receiptPage .orderSummaryTable .receiptpagesummarycell {
	border-left: 1px solid #808080;
}

#checkout_receiptPage div.billingAddressWidget .addresscontent {
	padding-left: 30px;
}

#checkout_receiptPage .orderSummaryTable.noLineTable .leftbordercolumn {
	border-left: 1px solid #808080;
}

.receiptpagesummaryrow .widget.orderTotalSummaryWidget .paymentinfocontent {
	display: block;
	margin: 0 auto;
	width: 98%;
}

.receiptpagesummaryrow .widget.orderTotalSummaryWidget .paymentinfocontent .orderTotalSummary, .receiptpagesummaryrow .widget.orderTotalSummaryWidget .paymentinfocontent .orderTotalSummary tbody, .receiptpagesummaryrow .widget.orderTotalSummaryWidget .paymentinfocontent .orderTotalSummary tbody tr {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.receiptpagesummaryrow .widget.orderTotalSummaryWidget .paymentinfocontent .orderTotalSummary tbody tr th {
	display: inline;
	width: 100%;
	text-align: center;
}

.receiptpagesummaryrow .widget.orderTotalSummaryWidget .paymentinfocontent .orderTotalSummary tbody tr td {
	display: inline;
	float: right;
	width: 100%;
	border: 0;
}

div.widget.basketTotalSummaryWidget table.orderTotalSummary.nonshippableitems tr.simpleRow.nonshippablecells td, div.widget.basketTotalSummaryWidget table.orderTotalSummary.nonshippableitems tr.importantRow.nonshippablecells td {
	border-bottom: 1px solid #cccccc;
}

div.orderSummaryWidget table.orderTotalSummary td, div.basketTotalSummaryWidget table.orderTotalSummary td, div.orderTotalSummaryWidget table.orderTotalSummary td {
	width: 48px;
}

.TTAServiceContent h3{ font-size:1em; font-weight:bold; margin:0;}
.specialLineItems { line-height:2em;}
h3.searchCriteria {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/bullet.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #B01C18 !important;
    font-size: 16px !important;
    font-variant: small-caps;
    font-weight:bold !important;
    margin: 5px 0 5px 0;
    padding: 0 0 0 24px;
}

a.searchCriteria {
    background-image: url("images/red_arrow.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #006 !important;
    display: block !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0 0 0 10px;
    padding: 2px 1px 1px 14px !important;
}

.TTAServiceContentLeft { width:75%; float:left; }
.TTAServiceContentRight { width:25%; float:right;}
.TTAServicePage table { width: 100%; }
.TTAServicePage a {font-weight: bold; text-decoration: underline; color: #005b90;}
.TTAServicePage p {padding-bottom:1.02em; font-size: .929em; line-height: 1.4em; padding-right: 8px;}
.couponForm { margin: 0 0 2em 40%; }
div#ContinueButton { text-align: right; }
#storeClosed .content { background-color: #eee;margin-top:60px;height: 1000px;text-align: center;font-weight: bold;font-size: 20px;}
#storeClosed .pageHeader H1 { text-align: center;font-size: 30px;line-height: 30px;margin-top: 20px;}
#EditThis { text-align: right; }
#EditThis a { text-decoration: underline;color: blue !important;margin-right: 15px;}
.cuteEditSection H1 { font-size: 20px;}
#EditorControl { margin-left: auto; margin-right: auto;}
.contactUsFrame { background:url(https://trustedtours.com/store/app_themes/tta_responsive/images/processing.gif) center 10% no-repeat; }

#specialsMainWrapper {
    position: relative;
    width: 100%;
}

#specialsIframeWrapper {
    position: absolute;
    width: 99%;
    top: 10px;
    background: url(https://trustedtours.com/store/app_themes/tta_responsive/images/processing.gif) center 10% no-repeat;
}

    #specialsIframeWrapper iframe {
        height: 1590px;
        width: 100%;
        border: none;
    }

.alignTimes { float: right;text-align: right;}

#ajaxProgressOuter {
    border: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #444;
    opacity: .65;
    filter: alpha(opacity=65);
    z-index: 1000
}

#ajaxProgressInner {
    padding: 0;
    background: #fff url(images/processing.gif) no-repeat 50%;
    position: absolute;
    left: 48%;
    top: 25%;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    border: solid 2px #444;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1001
}

.productsGrid td:first-child { width:100px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari only override */
::i-block-chrome, .registerDialog table.inputForm tr:nth-child(4) td:nth-of-type(2) div {
	width: auto !important;
}

::i-block-chrome, .miniBasket input.form-control-inline {
	padding: 0px 6px;
}

::i-block-chrome, .miniBasket .basketItemBox .button {
	/*margin: -4px 5px 2px 0;	 */
	/*display: inline-block;*/
	height: 1.7em;
}

::i-block-chrome, .miniBasket .basketItemBox .button:hover {
	margin: -4px 5px 2px 0;
	display: inline-block;
	height: 1.7em;
} 

#descPane .descriptionWrapper table tbody tr td p img { max-width:initial;}

}

.registerDialog .dialogSection .validationSummary ul {
	text-align: left;
}

.miniBasket .basketItemBox .button {
	padding: 0.2em !important; /*margin: -10px 5px 2px 0;height: 17px;*/
}

.miniBasket .basketItemBox input[type='text'], .miniBasket .basketItemBox .quantity {
	font-size: 0.614em;
}

.miniBasket .basketItemBox input[type='text']:focus\0, .miniBasket .basketItemBox .quantity:focus\0 {
	width: 40px !important;
	height: auto;
	max-width: auto !important;
}

.miniBasket .basketItemBox input[type='text']:hover\0, .miniBasket .basketItemBox .quantity:hover\0 {
	width: 40px !important;
	height: 18px;
	max-width: auto !important;
}

.miniBasket a.button:hover\0 {
	height: inherit;
	padding: 4px;
}
/*.miniBasket .basketItemBox .button {margin: -3px 5px 2px 0;}*/
#storeHeader .search .simpleSearchPanel .form-control-inline\0, #storeHeader .search .simpleSearchPanel .form-control-inline:focus\0, {
	color: #000 !important;
}

#descPane.descriptionWrapper table {
	width: 100% !important;
}
/* Edit Billaddress Form */
.editbillingaddressform {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.editbillingaddressform .editAddress {
	display: inline-block;
	margin: 5px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	color: #444444;
	font-size: 12px !important;
}

.editbillingaddressform .editAddress table {
    margin: 0 auto;
}

.editbillingaddressform .editAddress table td input,
.editbillingaddressform .editAddress table td select {
    width: 230px;
    height: 24px;
    line-height: 1em;
    padding: 0 5px;
    margin: 0 3px;
}

.editbillingaddressform .editAddress > table td select {
    padding: 0px;
}

.addressdetail .asteriskSign {
	margin-left: 0;
}

.editbillingaddressform .ifbussiness {
	display: none;
}
/* Edit Billaddress Form End */
.descriptionWrapper table table tbody tr td:nth-child(odd) img {
	margin-right: 20px;
	float: left;
	display: block;
	text-align: left;
}

_:-ms-fullscreen, :root .receiptpagesummaryrow .widget.orderTotalSummaryWidget .paymentinfocontent .orderTotalSummary tbody tr td {
	float: none !important;
}

_:-ms-input-placeholder, :root .receiptpagesummaryrow .widget.orderTotalSummaryWidget .paymentinfocontent .orderTotalSummary tbody tr td {
	float: none !important;
}

.divofferheading.divofferheading {
	display: none;
}

/*#outerPageContainer #contentContainer #ttaWrapper .leftBar,#contentContainer #ttaWrapper #rightColumn {height:auto !important;}*/
.contactPage > iframe {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

/* Contact Us Form */
.contactus-details {
	width: 100%;
}

.contactus-details, .contactus-details tbody {
	width: 100%;
	display: block;
}

.contactus-details tr {
	display: inline-block;
	width: 100%;
}

.contactus-details tr .td-name {
	display: block;
	float: left;
	width: 20%;
}

.contactus-details tr .td-sub {
	display: block;
	float: left;
	width: 77%;
}

.td-sub.twocolumn div {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.cityInfoWrapper {
	width: 100%;
}
/*29.02.2016*/
#outerPageContainer #contentContainer .leftSidebarLayout {
	width: 80%;
}

.navTdSelected {
	background-color: #ffcc00;
	text-align: center;
}

.navTable {
	background-color: #999999;
	border-collapse: collapse;
	border-color: #ffcc00;
	border-style: solid;
	border-width: 1px;
}

.weatherSection {
	width: 100%;
}

.weatherHeader {
	background-color: #003f7d;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	text-indent: 0;
}

div.weatherHeader .CityPageHeader {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.457em;
	font-weight: bold;
	padding: 0 0 0 0.3em;
}

div.weatherHeader .CityPageHeader {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.457em;
	font-weight: bold;
}

.weatherIFrame {
	border: medium none;
	height: 1600px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}

#leftSearchBar #headerTop .search {
	padding: 0;
	text-align: right;
    margin-top: 20px;

}
 #mFooterFP{display:none !important;}
 #mimage{display:none !important;}
.CategoryPageDisplayContainer .SubCatSummaryPage .citylistitems .rowSeparator{border:0;float:none;display:inline-block;vertical-align:top;width: 25%;}
.CategoryPageDisplayContainer .SubCatSummaryPage .citylistitems.citylistitemdetail .rowSeparator{width: 100%;}	 
#outerPageContainer #contentContainer .rightSidebarLayout{padding-left:10px;padding-right:0;}
/*.mSearchButton{display:none;}*/
.msearchText{display:none;}
#storeHeader .search .simpleSearchPanel input[type="submit"] { display:none;}
.searchListing .itemListingContainer,
.searchListing .itemListingContainer .itemListing .tableNode {
    display: inline-block;
    text-align: center;
}

.itemContainer .productItemDisplay {
    text-align: center;
}

.itemContainer div.details div.price span.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #777;
}

.itemContainer div.details div.price span.value {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #d9534f;
}

.searchSortHeader .pageSizePanel {
        float: left !important;
        margin-left: 10px;
    }

.searchSortHeader .sortPanel {
    float: left;
}

/*#region ucReservationCalendar */
.selectReservation {
    width: 100%;
    margin: 5px 0;
    text-align: center;
}

.resTimesContainer,
.resCalendarContainer {
    display: inline-block;
    min-width: 49%;
}

    .resCalendarContainer table {
        border-collapse: inherit !important;
    }

.calHeader {
    font-weight: bold;
}

    .calHeader td {
        padding: 10px 5px;
    }

        .calHeader td:first-of-type a {
            background-image: url(data:image/png;base64,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);
            background-repeat: no-repeat;
            background-position: center;
        }

        .calHeader td:last-of-type a {
            background-image: url(data:image/png;base64,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);
            background-repeat: no-repeat;
            background-position: center;
        }

        .calHeader td.calNextPrevNextOnly:first-of-type {
            visibility: hidden;
        }

.calNextPrev a,
.calNextPrevNextOnly a {
    border: 1px solid gainsboro;
    border-radius: 5px;
    padding: 5px 10px;
    color: black;
}

    .calNextPrev a:hover,
    .calNextPrevNextOnly a:hover {
        background-color: white;
    }

.calDate a {
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    display: block;
    padding: 2px;
    margin: 1px;
}

    .calDate a:focus {
        outline: none;
    }

    .calDate a:hover,
    .calDate a:focus {
        text-decoration: none;
    }

    .calDate a:hover {
        border-color: #ccc;
        background-color: #ededed;
    }

.calDateSelected {
    background: #003F7D;
    font-weight: bold;
}

.calDateUnavailable {
    color: gray;
    text-decoration: line-through;
    border: none;
    background: none;
    padding: 4px;
}

.resTimesContainer {
    vertical-align: top;
}

    .resTimesContainer div {
        width: 100%;
    }

.eventTimesHeading {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px;
    background-color: #E9E9E9;
    display: block;
}

.eventTimesNoDateSelected {
    color: #888;
    width: 100%;
    display: block;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}

.eventTimesSelectButton {
    width: 25%;
    height: 25px;
    padding: 3px 0 0;
    text-align: center;
}

.resCalInstructions {
    width: 100%;
    padding: 5px 0;
    text-align: left;
}

.btnSelectAnotherDate {
    display: none;
    margin-top: 10px;
}
/*#endregion*/

/***********Media Queries******************/

/* Large */
/* Large desktops and laptops */
@media screen and (min-width: 1200px) {

#Call {
    display: none !important;
}

#reviewbox ul {
    padding-left: 10%;
}

img.mobileheader {
    display: none;
}

.featuredToursSection img {
    max-width: initial;
}

.welcomeImage img {
    max-width: initial;
}

#checkoutPage .orderSummaryTable tr td div.widget div.header h2 {
    margin: 0;
    padding: 4px 0 0;
    display: table-cell;
}

.orderSummaryTable tr td {
    display: table-cell;
    float: left;
    width: 67%;
    border: 0;
}

.divAddToCart{
    margin-right: 5px;
}
}

/* Medium */
/* Landscape tablets and medium desktops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #Call { display:none !important; }
	#reviewbox ul {padding-left: 10%;  }	
	#outerPageContainer #contentContainer #leftColumn { position: static;}
	#outerPageContainer #contentContainer .leftSidebarLayout { float: right !important;	width: 79% !important;	} 
	#outerPageContainer .leftSidebarResponsive .leftSidebarLayout {left: 0 !important; }  
	#bbb font {display: block; } 
	img.mobileheader {display: none;	} 
	#productPage{width:575px;}
	#checkoutPage .orderSummaryTable tr td div.widget div.header h2 {	margin: 0; 	padding: 4px 0 0;		display: table-cell;	}
	.orderSummaryTable tr td {	display: table-cell;	 float: left; 	width: 67%;	border-width: 1px 1px 0 0;	 }
	 nav ul.list-unstyled.main-menu { margin-top: 3px;}
	  .outsideContent p{margin:0;padding:0;}
	@-moz-document url-prefix() {	#mainColumn.leftSidebarLayout table img {width: 100%;}	}
	 .descriptionWrapper table {width: 100%;	}
	.navbar {max-height: 31px !important;}
	#headerNavigation a {padding: 8px 14px 7px 17px; display: inline-block; }
	.column_2 .simpleSearchPanel {width: 219px;}	
	.navbar-nav {margin: 3.5px -15px 0px;	} 
	#storeHeader .search .simpleSearchPanel input {width: 140px;} 
	#headerNavigation .navigation .container {width: 100%; padding-left: 0; 	padding-right: 0;	} 
	#headerNavigation .navbar-collapse {padding-right: 0px; 	padding-left: 0px;}	
	#headerNavigation .navigation .navbar-default .navbar-collapse { margin-top: 0px;}	
	.storeLogo img {max-width: 131% !important;  } 
	#outerPageContainer #header #storeHeader #headerNavigation {margin-top: 0px;} 
	#outerPageContainer .leftSidebarResponsive #leftColumn {right: 80%;	} 
	#outerPageContainer #contentContainer .leftSidebarLayout {float: left; width: 80%;	 } 
	.featuredToursSection {width: 780px;	max-width: 100%;	}
	.featuredToursSection img {max-width: initial; } 
	.detailsInnerPara {width: inherit; display: block;}
	#outerPageContainer #contentContainer {margin-top: 5px;}	
	#basketPage {padding: 0 0.7em;	width: 100%;} 
	div#checkout_payPage.mainContentWrapper {width: 717px;}	
	.registerDialog .dialogSection .validationSummary ul { text-align: left;	}
	#categoryPage { width: 580px; float: left; }  
    #storeHeader .search {text-align: right;margin: 33px -20px 0px 0px;}     
}

/* Portrait tablets and small desktops */
/* Small */
@media screen and (min-width: 1px) and (max-width: 991px) {

    .twoColumnLayout {
        margin-left: 10px;
    }

    #specialsIframeWrapper {
        position: unset;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /*#rightColumn {display: none;}*/
    #reviewbox ul {
        padding-left: 10%;
    }

  .descriptionWrapper img {width: 100%;}
	div.simpleSearchPanel {	/*bottom: -10px;*/	font-size: 11px; 	position: absolute;	right: 0; }	  
	.divofferheading.divofferheading {color: black;	background: #E6E6E6;	} 
	checkout_payPage .itemDetail.basketItemDetail {	line-height: 5px;	 }	  
	img.mobileheader { display: none;}	
	#CVVHoverLookupPanel { left: 414px !important;	top: -196px !important;	}		  
	#outerPageContainer #contentContainer .rightSidebarLayout {float: left;	width: 548px; 	padding-right: 0px !important;} 
	.miniBasket .basketItemBox .button {padding: 0px;	} 
	#checkoutPage .orderSummaryTable tr td div.widget div.header h2 {	margin: 0; padding: 4px 0 0;	 display: table-cell;}
	#checkoutPage div.billingAddressWidget div.content, #checkoutPage .widget.orderSummaryWidget div.content { word-wrap: break-word; display: block; padding: 0 2px;  width: 100%; }
	.orderSummaryTable tr td {display: table-cell;	 float: left;  width: 67%;	border-width: 1px 1px 0 0;	 }
	div#checkout_payPage.mainContentWrapper {	width: 100%; }
	.smenu_icons {display:none;}
	#checkoutPage #checkout_billPage .column_1 .section .content{padding-left:10px;}
	.BillingPageBottomText{text-align:left;}
    
    #webpage-ttawrapper #leftColumn,
    #basket-ttawrapper #leftColumn,
    #product-ttawrapper #leftColumn, 
    #category-ttawrapper #leftColumn,
    #ttawrapper #leftColumn{ display: none !important;	}

    #productPage {
        width: 125%;
        float: left;
    }

    .outsideContent p{margin:0;padding:0;}
    #outerPageContainer #contentContainer #rightColumn {
        padding-right: 5px;
    }

    .welcomeImage {
        width: 550px !important;
    }

    .SidebarPromo {
        margin: 0 6px !important;
    }

    .FeaturedinBasket {
        width: 100%;
    }

    .SubCatSummaryPage .citylistitems .rowSeparator {
        max-width: 30%;
        margin-left: 5px;
        margin-right: 5px;
    }

    #bbb font {
        display: block;
    }

    #bbb br {
        display: none;
    }

    #storeHeader .search {
        text-align: left;
    }

    .Basketdetailcss {
        width: 200px;
    }

    .descriptionWrapper img {
        width: 100%;
    }

    div.simpleSearchPanel { /*bottom: -10px;*/
        font-size: 11px;
        position: absolute;
        right: 0;
    }

    .divofferheading.divofferheading {
        color: black;
        background: #E6E6E6;
    }

    checkout_payPage .itemDetail.basketItemDetail {
        line-height: 5px;
    }

    img.mobileheader {
        display: none;
    }

    #CVVHoverLookupPanel {
        left: 414px !important;
        top: -196px !important;
    }

    #outerPageContainer #contentContainer .rightSidebarLayout {
        float: left;
        width: 548px;
        padding-right: 0px !important;
    }

    .miniBasket .basketItemBox .button {
        padding: 0px;
    }

    #checkoutPage .orderSummaryTable tr td div.widget div.header h2 {
        margin: 0;
        padding: 4px 0 0;
        display: table-cell;
    }

    #checkoutPage div.billingAddressWidget div.content, #checkoutPage .widget.orderSummaryWidget div.content {
        word-wrap: break-word;
        display: block;
        padding: 0 2px;
        width: 100%;
    }

    .orderSummaryTable tr td {
        display: table-cell;
        float: left;
        width: 67%;
        border-width: 1px 1px 0 0;
    }

    div#checkout_payPage.mainContentWrapper {
        width: 100%;
    }

    .smenu_icons {
        display: none;
    }

    #checkoutPage #checkout_billPage .column_1 .section .content {
        padding-left: 10px;
    }

    .BillingPageBottomText {
        text-align: left;
    }

    #Basket-ttawrapper #leftColumn{ display: none !important;}

    #product-ttawrapper #leftColumn, 
	#category-ttawrapper #leftColumn {display: none !important;	}
	
     	  .outsideContent p{margin:0;padding:0;}
			.descriptionWrapper table table tbody tr td:nth-child(odd) img {width:auto;}
	.descriptionWrapper table { width: 100%; }
    .editbillingaddressform .editAddress table,
    .editbillingaddressform .editAddress table tbody,
    .editbillingaddressform .editAddress table tr,
    .editbillingaddressform .editAddress table td { display: block; }
	/* PPIS 1.4.2015 */
#outerPageContainer #contentContainer .leftSidebarLayout {
	float: right;
	min-height: 1px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	position: static;
	width: 74%;
	margin: 0 auto;
}

#HighlightBox {width:530px;}
/*#outerPageContainer #contentContainer {
	margin-right: -15px !important;
}*/

#footerTop .content .footerMiddle {
	text-align: center;
	padding-left: 0;
	margin-bottom: 10px;
}

#footerTop .content .footerRight {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}

#footerTop .content .footerLeft {
	text-align: center;
	margin-bottom: 10px;
}

div#footerMiddle {
	text-align: center;
}

.detailsInnerPara {
	width: 446px;
}

.leftsidebarHeaderText {
	width: 100%;
}

.promoPictures {
	display: block;
	width: 100%;
	text-align: center;
}

.fancybox-opened .fancybox-title div:nth-child(1){
   display: none;
}

.fancybox-opened .fancybox-title div:nth-child(2){
   display: block;
}

.LeftSidebarPromo1, .LeftSidebarPromo2 {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.LeftSidebarPromo2 img {
	display: initial;
	display: inline-block;
}

#headerNavigation a {	
padding: 9px 8px 7px 8px;
 	display: inline-table;
width:inherit;		/*width: 100%;*/
font-size: 13px;
}
	
.column_2 .simpleSearchPanel {
	width: 214px;
}

.navbar-nav {
	margin: 0px 0px 0;
}
	/*#headerNavigation a {   padding: 9px 6px 7px 6px; display:block;}
.column_2 .simpleSearchPanel { width: 219px;}
.navbar-nav {margin: -2.5px -15px 0;}*/
#storeHeader .search .simpleSearchPanel input {
	width: 160px;
	padding: 0 !important;
}

#headerNavigation .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

#headerNavigation .navigation .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#headerNavigation .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

#headerNavigation .navigation .navbar-default .navbar-collapse {
	margin-top: 0px;
}

.storeLogo img {
	max-width: 675px;
}
/*#mainColumn{display:block;}*/
#outerPageContainer .leftSidebarResponsive .leftSidebarLayout {
	display: block;
	left: 26%;
}

#outerPageContainer #header #storeHeader #headerNavigation {
	margin-top: 33px;
}

.welcomeImage {
	width: 590px;
}

.featuredToursSection {
	width: 780px;
	max-width: 100%;
}

.featuredToursSection img {
	max-width: initial;
}

.detailsInnerPara {
	width: inherit;
	display: block;
}

.SimpleBox ul.category {
	padding-left: 0;
	float: left;
	width: 100%;
}

.SimpleBox ul.category li {
	display: inline-block;
	width: 100%;
}

#outerPageContainer #header #storeHeader #headerTop .column_2 {
	padding-left: 0;
}

#outerPageContainer #contentContainer #rightColumn {
	float: right;
	width: 26.3% !important;
}

.miniBasketWrapper {
	width: auto;
	display: block;
	max-width: 188px;
}

.tab {
	letter-spacing: inherit;
}

#categoryPage {
	width: 550px;
	float: left; /* max-width: 75%;*/
}

#rightColumn .itemListing .tableNode {
	float: none;
	width: 100%;
}

#basketPage {
	padding: 0 0.7em;
	width: 100%;
}

.navbar {max-height: 31px !important;}

#outerPageContainer #contentContainer #rightColumn .itemContainer {
	background-color: transparent;
	border: none;
	width: auto;
}

.miniBasketItemDetail .title {
	width: auto;
}

.registerDialog .dialogSection .validationSummary ul {
	text-align: left;
}

div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td .linked {
	display: initial !important;
}

div.productItemDisplay .moreInfoButton {
    margin-top: 10px;
}

div.pagingPanel a, .paging a {
    position: relative;
    bottom: 8px;
}

.paymentFormContainer {
    margin-left: 0px;
}

#storeHeader .search .simpleSearchPanel .form-control-inline {
    width: 120px;
}

div.simpleSearchPanel {
    margin-bottom: 15px;
}

.searchListing .itemListingContainer {
    margin-top: 10px;
}

.inputForm th, .inputForm .rowHeader {
    white-space:nowrap;
}

}

@media screen and (min-width: 1px) and (max-width: 360px) {
    .couponForm .button {
        margin: 5px 0px;
        position: relative;
    }
}

/* Extra Small */
@media screen and (min-width: 1px) and (max-width: 767px) {

    #detailsPane button, html input[type="button"] { display: none;}

    #productPage {
        width: auto;
        float: unset;
    }

    .displayFullMenu {
        display: none;
    }

    .displayRespMenu {
        display: block;
    }

    .displayRespMenuBg {
        display: block;
    }

    .lowestPriceRespMenuTop {
        display: block;
    }

    .promoPictures .link { display: none; }

    .promoPicturesWrapper {
        background-color: #003f7d;
    }

    .promoPictures {
        display: none;
    }

    .promoPictures div {
        display: table-cell;
    }

.eventTimesFor {
    display: none;
}

.availableDisplay {
    display: none !important;
}

.footerRespMenuPromo {
    display: none;
}

#home-page > .footerRespMenuPromo,
#category-page > .footerRespMenuPromo,
#product-page > .footerRespMenuPromo {
    display: inline-block;
}

.footerRespMenuPromo1 {
    display: table-cell;
    padding-right:25px;
}

.footerRespMenuPromo1 img {
    height: 90px;
    width: auto;
}

.footerRespMenuPromo2 {
    display: table-cell;
    padding-left: 25px;
}

.footerRespMenuPromo2 img {
    height: 90px;
    width: auto;
}

.ccCardImg { float: right; margin-top: -30px; margin-right: 5px; }
.tdCvv { width: 60% !important; }
.ccSecurityCodeImg { margin-top: -33px; padding-left: 5px; float: right; }
.tdBillingAddress {width: 100%;}
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm {
    width: auto;
}
    
.basketSummaryOrderDetails { margin-right: 25px; }
.tcModalClose div { top: 0px; left: 0; right: 0; width: 100%; }
.tcModalOuter { padding: 0; }
.paymentTable td { display: block; width: 100%; }
.paymentTable .billingAddress { width: 100%;}
.paymentTable .ccDetails { width: 100%; margin-top: 2em;}
.sectionHeader .lockMessage { margin-left: 0; display: block; font-size: 0.9em; }

#Call {width: 70%;}
#Searchbar {width: 70%;}
#navbar {width: 70%;}

#Call.in {width: 100%;}
#Searchbar.in {width: 100%;}
#navbar.in {max-width: 100%; width: 100%;}

p#CityList {margin-left: 20px !important;}

#Searchbar{z-index: 1000 !important;}
#navbar {z-index: 1;}
nav.in {z-index: 2147483647 !important;}    

#storeHeader .leftSearchBar .search .simpleSearchPanel .form-control-inline {
    width: 200px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    display: block;
}

.threeColumnLayout .productDetails table.pagedList > tbody > tr > td, .threeColumnLayout .productDetails table.pagedList > tbody > tr > th{padding:1px !important; width:auto !important;}
	#YouSaveHeading { width:1px !important; display:none !important;}
.youSave {width:1px !important; display: none !important;}
.SectionTitle {color: #003f7d;	 font-size:18px;}	
.SectionTitle > p{color: #304fba;}
#categoryPage{	max-width:100%; width:100%;}
.actions{text-align:center;float:none !important;margin-top:10px;}
#checkoutPage h1{border-top:2px solid #003f7d;}
#checkoutPage{font-size:14px;}	
table.itemList th{background-color:#003f7d; color:#fff; background-image:none;}
#categoryPage .breadCrumbs {display:none;}
#productPage .breadCrumbs {display: inline-block; width: 102%; margin: 2px 0px 2px -2px; background: #ccc; padding: 4px 12px;}
    .breadCrumbs a {display: none; color: #003F7D;}
    #productPage .breadCrumbs a:nth-child(3), a:nth-child(4) {display:inline-block;}
div.productDisplay h1{font-weight:normal; color:#003f7d !important;}
#mimage{display:block !important;}
div.widget div.header > h2 {  font-size: 20px;	 font-variant: small-caps;	  font-weight: normal;}	 
.SimpleBox ul.category{background-color:#fff;}
div.simpleSearchPanel{position:static;}
#leftColumn #bbb{display:none;}
#storeFooter {	display: none !important;}
div.paymentWidget .paymentFormContainer .paymentForm {font-size:16px;}
#checkout_payPage .form-control-inline{font-size:18px;}
.addressHeaderPterms{background-color:#003f7d;border:solid 1px #003f7d;color:#fff; margin-top:1em}
.addressHeaderPterms > h2{font-size:1.1em;padding-top:0;margin-top:0}
.braintreePlaceOrder {text-align:center;}
table.pagedList{font-size:13px;}
.TTAPageHeader{width:auto;}
.smenu_icons { position: absolute; top: 0; right: 59px; z-index:0; }
.editbillingaddressform .editAddress table { display: block; font-size: medium; }
.tcModal > div {width:100%; height:100%; margin: 0px;}
.smenu_icons .icon-tel { list-style-type: none; margin: 0; padding: 0; }
.smenu_icons .icon-tel {display:inline; float:left;}
.smenu_icons .icon-tel  { display: block; float: left; width: 46px; height: 47px; list-style: none outside none; border-left: 1px solid #ededed; overflow: hidden; }
.phone-tel {background:url("images/smenu_icons/phone_smenu.png") no-repeat center; z-index:0;}
.search-tel {background:url("images/smenu_icons/search.png") no-repeat center; z-index:0;}
.smenu_icons .icon-tel { display: block; width: 46px; height: 47px;  text-align: center; text-decoration: none; background-color: #fff; text-indent:-666em; }

.smallMenu ul li .close {display: block;width: 46px; height: 47px;  background-color: #ffcffb;}
.close_ikon {background:url("images/smenu_icons/close.png") no-repeat center !important;}
/*.navbar-offcanvas {position: absolute !important;background-color: #004b93 !important; top:34px !important;max-width:312px !important;  padding-left: 30px !important;	 padding-right: 30px !important; left:-240px !important; }*/	

 /*#headerNavigation .navigation .navbar-header button.navbar-toggle {float: right !important;	 padding: 6px;    position: absolute;	 right: -15px;	 text-align: right;   top: -35px;   z-index: 89997; }*/
#checkoutPage #checkout_billPage .column_1 .section .content{padding-left:18px;}

#headerNavigation a {
    display: inline-table;
    color: #fff;
    float: none;
    text-align: left;
    line-height: 30px;
    border-bottom: 1px solid #0058ad;
    border-right: inherit;
    width: 100%;
    text-shadow: none;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
}

.navbar {min-height: 11px;}

.navbar-toggle{padding:3px;}

#navbar{ }
/*#navbar{ margin-left:3px;margin-top: -22px; padding-left:0px !important;padding-right:0px !important;}*/

button.navbar-toggle.offcanvas-toggle.pull-right.cross { right: -32px; top: 3PX; }

.phone-number {
    background-color: #ffffff;
    border-bottom: medium none;
    display: block !important;
    position: relative;
    text-decoration: none;
    margin: 0 auto; width:auto;
    max-width: 227px;
}
	 
.center-phone-text {
    background-color: #ffffff;
    color: #004b93;
    display: block;
    font-size: 1.5em;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.callActions{padding:45px 20px 20px;}
	 
/*.navbar-offcanvas {position: absolute !important; background-color: #004b93 !important; top: 34px !important; padding-left: 30px !important; padding-right: 30px !important; left:-242px !important; width: 0px;}*/
.navbar-offcanvas {background-color: #004b93 !important;}

#headerNavigation .navigation .navbar-header button.navbar-toggle {float: right !important;	 padding: 6px; position: absolute; right: -3px; text-align: right; top: -30px; z-index: 8000; }

.BillingAddressbtm{padding-left:0;}
.BillingPageBottomText{text-align:left; padding-right:25px;}
.mWelcomeImage {background-color: #003f7d;   margin: 0;  padding: 4px; }
.headerPreText {color: #fff; font-variant: small-caps;  text-align: center;  font-size: 18px;}

/*.mSearchButton{display:block;}*/
.searchButton{display:none !important;}
.msearchText {color: #fff;	display: block; font-size: 15px;	 font-weight: bold; padding-bottom: 15px;	}

#storeHeader .search .simpleSearchPanel input[type="submit"] { display:block;	color: #004b93;    margin: 20px auto;
  font-style: normal;  width: 115px;}
	
/*#checkoutPage #checkout_receiptPage .links{display:block !important;}*/
	/**********mobile footer*********/
							 
#mFooterFP {
	 display:block !important;
    color: #fff;
    font-size: 14px !important;
    text-align: center;
}

.mFooterLinksBox {
    background-color: #003f7d;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    text-decoration: none;
}

.mFooterLinksBox a{color:#fff;}
/********************/

#leftColumn .itemListing .tableNode {
	float: none;
	width: 100%;
	clear: both;
}

#outerPageContainer #contentContainer .threeColumnLayout {
	width: 100%;
}
/*29.02.2016*/
.CategoryPageDisplayContainer .SubCatSummaryPage .citylistitems .rowSeparator {
	display: inline-block;
	margin-right:10px;
	width:22.5%;
}

#leftColumn {
	width: auto !important;
}		  	

.couponForm {
    margin: 0;
}

#checkout_payPage .itemList th.total,
#checkout_payPage .itemList td.total,
#checkout_billPage .itemList th.total,
#checkout_billPage .itemList td.total {
	display: none;
}

#checkout_payPage .itemList tr.oddRow,
#checkout_billPage .itemList tr.oddRow,
tr.evenRow {
	white-space: normal !important;
}
.detailsInnerPara{width:auto !important;}

table.basket td {
	padding: 0 4px;
}

table.itemList td.thumbnail img{
	display: none !important;
}

#headerNavigation .navigation .navbar-header button.navbar-toggle {
	float: left;
	text-align: left;
}

#outerPageContainer #header #storeHeader #headerNavigation {
	left: 10px;
    margin-top: 0px;
	position: static;
	text-align: left;
	top: 40px;
	z-index:999999;
}

/*.SubCatSummaryPage .thumbnail {
	min-width: 140px !important;
}*/

.SubCatSummaryPage .pnlSummary .thumbnail img {
	width: 100%;
}

.divofferheading.divofferheading {
	color: black;
	background: #E6E6E6;
}

.divofferheading.divofferheading {
	display: block;
}

.SimpleBox .category .subheaderText {
	display: none;
}

#checkout_billPage.editbilladdressinfotable tbody tr th {
	float: left;
	display: inline-block !important;
}

#checkout_billPage .editbilladdressinfotable tbody tr td {
	display: block;
}

#checkout_billPage .editbilladdressinfotable tbody tr {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

img.mobileheader {
	display: inline;
	text-align: center;
	/*border-top:solid 25px #003f7d;*/
	border-left:solid 25px #003f7d;
	border-right:solid 25px #003f7d;
}

#mimage {background-color:#003f7d;}

.homepagecontainer {
	background-color:#fff;
	display: block;
	text-align: center;
	width: 100%;		
}

#footer{background-color:#fff;}

#searchPage .itemContainer {
	width: 195px;
}

.FeaturedinBasket div.pageHeader h1 {
	font-size: 12px;
	padding: 5px 0 0;
}


div#checkout_billPage .notice {
	margin-right: 5%;
	text-align: left;
}

div#checkout_payPage.mainContentWrapper {
	float: none;
	width: 100%;
}
/* PPIS 1.4.2015 */
#footerTop .content .footerRight {
	text-align: left;
	padding-top: 5px;
}

#headerNavigation .navigation .navbar-default {
	/*background-color: #004b93;*/
	border-color: #004b93;
}

.navbar-header {
	background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
	background-color: #004b93;
}
/*div#innerPageContainer {width: 90%; margin: 0 auto;}*/
#outerPageContainer #header #storeHeader #headerTop {
	display: block !important;
}

#outerPageContainer #header #storeHeader #headerTop .column_1 {
	width: 100%;
	text-align: center;
	min-height: 40px;
	border-bottom: 1px solid #ededed;
    padding-bottom:8px; 
    margin-bottom: -16px;
}

#outerPageContainer #header #storeHeader #headerTop .column_2 {
	min-height: 1px;
	position: absolute;
    top: 45px;
	right: 8px;
	width: 100%;
}

#outerPageContainer {
	background-color: #bccee4;
	padding-right: 0;
	overflow: hidden;
}

#outerPageContainer #header {
	background-color: #fff;
}

#headerNavigation .navigation .container > .navbar-header {
	background-color: #004b93;
}

#headerTop {
	display: block !important;
}

.m-logo {
	display: block !important;
	padding-top	:5px;
}

.storeLogo img {
	display: none;
}
/*#mainColumn{display:none;}*/
#outerPageContainer .leftSidebarResponsive .leftSidebarLayout {
	display: none;
}

#outerPageContainer #contentContainer #leftColumn {
	width: 100%;
	display: block;
}

div.simpleSearchPanel {
	right: 11px;		
}


#footerTop .content .footerMiddle {
	text-align: center;
}

.simpleCategoryListWidget .content li a {
	background-image: url("images/arrow1.png");
	background-position: 93% center;
	background-repeat: no-repeat;
	color: #006;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 1em;*/
	margin: 0;
	padding: 5px 1px 6px 2px;
	text-decoration: none;
	text-align:left;
	font-size: 22px;
}

.simpleCategoryListWidget .content li {
	border-bottom: thin solid #999;
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
}

#footerTop .content .footerMiddle {
	text-align: center;
	padding-left: 0;
	margin-bottom: 10px;
}

#footerTop .content .footerRight {
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}

#footerTop .content .footerLeft {
	text-align: center;
	margin-bottom: 10px;
}

div#footerMiddle {
	text-align: center;
}

.LeftSidebarPromo1 {
	display: none;
}

.LeftSidebarPromo2 {
	display: none;
}

.CategoryLinks {
	display: none;
}

.leftsidebarHeader {
	display: none;
}

.LeftSidebarPromo2 img {
	display: initial;
	display: inline-block\0;
}

#headerNavigation .navigation .navbar-default .navbar-collapse ul.nav > li {
	padding-left: 3%;
}

#headerNavigation .navigation .navbar-default .navbar-collapse ul.nav > li a {
	border-bottom: 1px solid #edeeed;
}

#headerNavigation .navigation .navbar-default .navbar-collapse ul.nav > li:last-child a {
	border-bottom: none;
}

.storeLogo {
	text-align: center;
}

.storeLogo a {
	display: block !important;
	overflow: hidden !important;
	padding-right: 25px !important;
	width: 100% !important;
}

.storeLogo a.m-logo img {
	text-align: center;
	display: inherit !important;
}

#bbb font {
	display: block;
}

div#bbb br {
	display: none;
}

#basketPage #mainColumn {
	display: block;
}

#safelistbox {
	display: none;
}

#mFooterFP .content a { color: lightblue; }

#webpage-ttawrapper #leftColumn,
#basket-ttawrapper #leftColumn,
#product-ttawrapper #leftColumn, 
#category-ttawrapper #leftColumn,
#ttawrapper #leftColumn {
	display: none !important;
}

#outerPageContainer #contentContainer #rightColumn {
	float: left;
	width: 100% !important;
	display: none;
}

.FeaturedinBasket {
	width: auto;
}

.checkout {
	padding-top: 18px;
}

#basketPage {
	width: auto;
}
/*table.basket td.thumbnail{display:none;}*/
table.basket td.thumbnail img {
	display: none;
}

table.basket th.item {
	display: none;
}

table.basket th {background-color: #003f7d;
/* For WebKit (Safari, Google Chrome etc) */
background: -webkit-gradient(linear, left top, left bottom, from(#003f7d), to(#003f7d));
/* For Mozilla/Gecko (Firefox etc) */
background: -moz-linear-gradient(top, #003f7d, #003f7d);
/* For Internet Explorer 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003f7d, endColorstr=#003f7d);
/* For Internet Explorer 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#003f7d, endColorstr=#003f7d)";					 
	color:#fff;font-size:16px;}

/*.SubCatSummaryPage .rowSeparator{display:inline-table;margin-right: 40px;width:42%}*/
/*#headerNavigation a {
	padding: 9px 16px 20px 15px;
}*/

table.basket td a, table.basket td a:hover{color:#000 !important; font-size:16px !important;}
.button, a.button:hover {font-size:13px !important;text-transform:capitalize !important; height:24px !important;}
#basketPage div.basketContainer div.actions{text-align:left !important;}
table.basket a.link{background-color:transparent; border:none; text-decoration:underline;color:#304fba !important; background-image:none;}
div.checkoutPageHeader h1{border-bottom:solid 1px #000; padding-bottom:8px;font-size:20px;}
/*#basketPage .actions span.basket .button:hover, #basketPage .actions span.basket a.button, a.button:hover {font-size:14px !important;text-transform:capitalize !important;}*/
.SimpleBox ul.category li {
	text-decoration: none !important;
	line-height: 30px;
}

.RightSidebarPromo {
	text-align: center;
}

#outerPageContainer #contentContainer #rightColumn .zone {
	max-width: 200px;
	display: inline-block;
}

.miniBasketWrapper {
	width: auto;
	display: block;
	max-width: 188px;
}

#rightColumn .itemListing .tableNode {
	float: none;
	width: 100%;
}

.SimpleBox ul.category li a:hover {
	color: #005b90;
	background-color: inherit;
	text-decoration: none !important;
}

table.basket tr.footable-disabled td:nth-child(1) {
	display: none;
}

#outerPageContainer #contentContainer #rightColumn .itemContainer {
	overflow: inherit !important;
}

#outerPageContainer #footer {
	margin-left: -15px; /*margin-right: -15px;*/
}

#outerPageContainer #footer #storeFooter {
	padding-left: 15px;
	padding-right: 15px;
}

#outerPageContainer #footer #storeFooter .col-xs-12 { /*width: 95%;*/
}

#outerPageContainer #footer #storeFooter .footerRight.col-xs-12 {
	padding-left: 0;
}

#pageHeader h1 {
	text-align: left;
}

#checkout_billPage .inputForm th.rowHeader {
	text-align: left;
	float: none;
	display: table;
}

.InfoPopupBox {
	left: -8px !important;
	POSITION: RELATIVE !IMPORTANT;
	OVERFLOW: visible;
	top: 0 !important;
}

.InfoboxPopupInner {
	max-width: 100%;
}

.InfoPopup {
	display: none;
}
 
#detailsPane {
	display: block;
}

.LinksContainer {
	display: none;
}

.threeColumnLayout #productPage {
	width: auto;
	max-width: 100%;
    margin-top: -20px
}

.threeColumnLayout .productDetails table.pagedList {
	white-space: nowrap;
}

.threeColumnLayout .productDetails table.pagedList > tbody > tr > td, .threeColumnLayout .productDetails table.pagedList > tbody > tr > th {
	white-space: normal;
	position: relative;
	width: 18%;
	padding: 4px !important;
	margin: 0;
	text-align: left !important;
}

.threeColumnLayout .productDetails table.pagedList > tbody > tr > td:before, .threeColumnLayout .productDetails table.pagedList > tbody > tr > th:before {
	white-space: nowrap;
	position: absolute;
}

#productPage div.productDisplay div.simpleProduct div.productDetails table.pagedList tr td{text-align:left !important;}

#productPage div.productDisplay div.simpleProduct div.productDetails {
	padding-left: 0;
}

#rightColumn .basketItemBox div.widget div.header {
	margin: 0 5px;
}

div#checkout_billPage table.inputForm tr {
	display: block;
}

#account_mainPage .tabstrip {
	margin-top: 20px;
}

#checkout_payPage .billingAddressWidget .ticketUserSection .billingAddress {
	padding-left: 8%;
	display: inline-block;
}

#checkoutPage .paymentWrapper .termsAndConditionsWidget .innerSection label {
	display: block;
}

#checkoutPage .paymentWrapper .termsAndConditionsWidget .innerSection input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}

#categoryPage .TTASubCatHeader {
	height: auto;
}

#categoryPage .TTASubCatHeader p {
	margin: 0;
}

#videoPane iframe {
width: 100%; 
}

#loginPage .dialogSection table.inputForm .rowHeader {
	width: auto;
}

#loginPage .pageHeader h1 {
	border: none;
}

div#loginPage {
	overflow: hidden;
}

.TTAServicePage {
	max-width: 100%;
	margin-left: 1px;
}

#reviewbox, #HighlightBox {
	width: auto;
}

.registerDialog .dialogSection .validationSummary ul {
	text-align: left;
}

.TTAServicePage iframe form table {
	max-width: 100% !important;
	display: inline-block !important;
	whitespace: nowrap;
	width: 100% !important;
}

.TTAServicePage iframe {
	max-width: 100% !important;
}

.TTAServicePage iframe form table td input[type="text"] {
	max-width: 100% !important;
	display: inline-block !important;
	width: 100% !important;
}

.descriptionWrapper table td:nth-of-type(1) {
	width: 100%;
	padding-right: 2%;
}

.descriptionWrapper table td:nth-of-type(2) {
	width: 100%;
	margin-right: 2%;
}

.descriptionWrapper table td:nth-of-type(1) table table td:nth-of-type(odd) {
	width: 2%;
	margin-right: 0px;
	max-width: 100%;
}

.iFrameBorder > iframe {
	width: 100%;
	float: none;
}
/* PPIS 1.6.2015 */
.orderSummaryTable {
	width: 100%;
	float: none;
	display: table;
}

.orderSummaryTable tr td {
	display: table-cell;
	float: left;
	width: 67%;
	border-width: 1px 1px 0 0;
	word-wrap: break-word;
}

#checkoutPage div.billingAddressWidget, #checkoutPage .widget.orderSummaryWidget {
	display: block;
	float: none;
	overflow: hidden;
	border-radius: 0;
}

#checkoutPage .orderSummaryTable tr td div.widget div.header h2 {
	margin: 0;
	padding: 4px 0 0;
	display: table-cell;
}

.orderSummaryTable.withLines tr {
	display: table-row;
}

#checkoutPage .orderSummaryTable tr td div.widget div.header {
	width: 100%;
	display: block;
	margin: 0;
	padding: 4px !important;
}

#checkoutPage div.billingAddressWidget div.content, #checkoutPage .widget.orderSummaryWidget div.content {
	word-wrap: break-word;
	display: block;
	padding: 0 2px;
	width: 100%;
}

#checkoutPage .widget.billingAddressWidget div.content .billingAddress {
	display: block;
	width: 100%;
}

.widget.orderSummaryWidget div.header {
	padding: 5px;
}

.descriptionWrapper table {
	overflow-x: auto;
	display: block;
}

.descriptionWrapper table, .descriptionWrapper thead, .descriptionWrapper tbody, .descriptionWrapper th, .descriptionWrapper td, .descriptionWrapper tr {
	display: block;
}

#descPane .productDescription .descriptionWrapper table {
	width: 100%;
}

#CVVHoverLookupPanel {
	top: -385px !important;
	left: 0% !important;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(2) { -webkit-transform: rotate(45deg) translate(5px, 4px); -ms-transform: rotate(45deg) translate(5px, 4px); transform:rotate(45deg) translate(5px, 4px); opacity:0.99 !important; }
.offcanvas-toggle.is-open .icon-bar:nth-child(3) { -webkit-transform: rotate(-45deg) translate(0px, 0px)!important; -ms-transform: rotate(-45deg) translate(0px, 0px)!important; transform:rotate(-45deg) translate(0px, 0px)!important; opacity:0.99 !important; }
.offcanvas-toggle.is-open .icon-bar:nth-child(4) { opacity:0; }

.smenu_icons .navbar-toggle {border-radius: 0;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.navbar-offcanvas { overflow: inherit;}
}
nav#navbar .offcanvas-toggle { display: none; }
#headerTop .search  .msearchText p {text-align: center;padding: 28px;margin-bottom: -30px;}
#headerNavigation a {border-bottom: 3px solid #0058ad;color: #fff;float: none;line-height: 30px;padding: 10px 25px;text-align: left;} 

#lowestPriceRespMenu {
    margin-bottom: 28px;
}

#lowestPriceRespMenu a {
    border:none;
    text-align:center;
    vertical-align: middle;
    line-height: 1.4;
}

#keepShoppingRespMenuContainter {bottom:0; width:100%;position:fixed;}
#keepShoppingRespMenuContainter a {border:none; text-align:center; background-color:steelblue; padding:3px;}

.smenu_icons button:nth-child(2) {border-right:2px solid #ededed;}
.phone-number .center-phone-text   .icon-tel {display: inline-block; height: 20px; left: -19px; position: relative; top: 2px; width: 20px;}
#Call .offcanvas-toggle {right:-33px; color:#004B93;}
#Searchbar .offcanvas-toggle {right:-33px; color:#004B93;}
.navbar-toggle .glyphicon-remove {  font-size: 20px;}
#headerNavigation a:hover {background: #0062a3 url("images/navigation_hover-1.png") repeat-x scroll center top;color: #ffffd0;}
.offcanvas-stop-scrolling {height: 100%;overflow: inherit !important;}
.callActions a {text-decoration:none;}

div.pagingPanel a, .paging a {
    position: relative;
    bottom: 8px;
}

.searchSortHeader {
    font-size: 14px;
}

.detailsImage {
    display: block;
    float: left;
    padding-right: 10px;
    }

.paymentFormContainer {
    margin-left: 0px;
}
/*Responsive Search Bar*/
/*Modified source menues would align atop one another*/

    .leftSearchBar {
        display: none;
        height: 650px;
        width: 100%;
    }

.offcanvas-toggle {
    color: #004B93;
}


#storeHeader .search {
    text-align: right;
    margin: 0px;
}

/*Responsive Phone Menu*/
    #phoneMenu {
        height: 640px;
        max-width: 100%;
        display: none;
    }

div.pageHeader {
    margin-top: 4px;
}

.searchListing .itemListingContainer {
    margin-top: 10px;
}

table.inputForm th, table.inputForm td, table.inputForm .rowHeader {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
}

}

/* Portrait phones and smaller */
@media screen and (max-width: 480px){
.basketSummaryOrderDetails { margin-right: 15px; }
/*.CategoryPageDisplayContainer .SubCatSummaryPage .citylistitems .rowSeparator.evenRow { border-right:2px solid #000 !important;} */
.m-logo {display:none !important;}
.smenu_icons .icon-tel { width: 40px; height: 44px; }
	
a.m-logo1 { padding-top: 5px; display: block; }

#categoryPage {width: 100%; }
			
/*.CategoryPageDisplayContainer .SubCatSummaryPage .citylistitems .evenRow:last-child{border-bottom:4px groove #e5e5e5 !important;}
.CategoryPageDisplayContainer .SubCatSummaryPage .citylistitems .rowSeparator:last-child{border:4px groove #e5e5e5 !important;}*/
.CategoryPageDisplayContainer .SubCatSummaryPage .citylistitems .rowSeparator {width:50%;margin:0;float:none;/*border:1px groove #000;*/    /*border-bottom: 2px solid #000;	  
border-left: 1px solid #000;     border-right: 1px solid #000 !important;*/}

.divAddToCart {float: none; 	margin-right: 5px; text-align:right; }
.divAddToCart .button { font-size: .75em !important; } 

#outerPageContainer #contentContainer .threeColumnLayout { width: auto; }

body { background: none;	background-image: none;	}

.CityHeaderImage { margin-left: 0;}

#outerPageContainer #contentContainer .rightSidebarLayout {
	float: none !important;
	padding-right: 7px;
	padding-left: 7px;
}

.SubCatSummaryPage .citylistitems .rowSeparator {
	max-width: 100% !important;
	float: none !important;
	/*display: inline !important;*/			 
}

.ccCardImg {
    float: right;
    margin-top: -30px;
    margin-right: 5px;
}

.ccSecurityCodeImg { margin-top: -33px; position: absolute; right: 0; }

.Basketdetailcss {
	width: 155px;
}

.SubCatSummaryPage .citylistitems .rowSeparator {
	/*max-width: 43%;*/
	min-height: 208px !important;
	/*margin-right: 15px;*/
}

#checkoutPage div.billingAddressWidget, #checkoutPage .widget.orderSummaryWidget {
	border-radius: 0;
	display: block;
	float: none;
	overflow: hidden;
	margin: 0;
}

div.billingAddressSection, .innerSection.ticketUserSection {
	display: block;
	float: none;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.columnHeader.addressHeader, .columnHeader.addressHeader {
	text-align: center;
	width: 100%;
}

#checkoutPage .widget.billingAddressWidget div.content .billingAddress {
	display: block;
	padding: 0;
	text-align: center;
	width: 100%;
}

.editbillingaddressform .column1, .editbillingaddressform .column2 {
	float: none;
	display: block;
	width: 100%;
}

#checkout_payPage .itemDetail.basketItemDetail {
	line-height: 15px !important;
}

.navbar-default 	button.navbar-toggle.offcanvas-toggle.js-offcanvas-has-events.is-open { right: 0px ; top: -38px; }

#outerPageContainer #header #storeHeader #headerTop .column_1 {border-bottom: 1px solid #ededed; padding-bottom:5px; }

.editbillingaddressform .editAddress table { display: block; }

#checkout_billPage .editbilladdressinfotable tbody tr td {
	display: block;
}

div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td .linked {
	margin-top: -58px;
    font-size: .8em;
}

.searchSortHeader .content table,
.searchSortHeader .content table td,
.searchSortHeader .content table tr {
    display: block;
}

#searchPage .itemContainer {
    margin-top: 15px;
}

.searchSortHeader span {
    color: #444;
}

.searchSortHeader .fieldHeader {
    color: #fff;
}

.searchSortHeader span:last-child {
    float: left;
}

.searchListing .itemListingContainer, .searchListing .itemListingContainer .itemListing .tableNode {
    padding-bottom: 10px;
}

.pageSizePanel .form-control-inline, .sortPanel .form-control-inline {
    font-size: 8px;
}

.noResultsPanel {
    position: relative;
    left: 4px;
}

.tdCvv { 
    width: 55% !important;
}

@media screen and (min-width: 1px) and (max-width: 480px) {
    .fancybox-opened .fancybox-title .displayTitleBreak{
        display: block;
}

    .fancybox-opened .fancybox-title .displayTitleHyphen{
        display: none;
    }
    
    .SidebarPromoPopText { 
    -webkit-text-size-adjust: 10%;
    -webkit-overflow-scrolling: touch;
    }
}

}
@media (min-width:481px) {
.m-logo1 {
    display: none !important;
}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #outerPageContainer #header #storeHeader #headerTop .column_2 {
        top: 48px;
    }
}

#GMap {
    padding: 0 1em;
}

#GMtoggle {
    margin-top: 1em;
}

#GMname {
    text-align:center;
}

#GMmap_canvas {
    width: 100%;
    height: 450px;
    margin-top: 1em;
}

.errorCondition {
    color: red;
    font-weight: bold;
}

.qtyOverMax {
    color: red;
}

.boreceiptcontainer {
    padding: 0 5px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.boreceiptcontainer > div {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
}

@media screen and (min-width: 1px) and (max-width: 480px) {
    .fancybox-opened .fancybox-title .displayTitleBreak{
        display: block;
    }

    .fancybox-opened .fancybox-title .displayTitleHyphen{
        display: none;
    }
    
    .SidebarPromoPopText { 
    -webkit-text-size-adjust: 10%;
    -webkit-overflow-scrolling: touch;
    }

    .resTimesContainer,
    .resCalendarContainer {
        width: 100%;
    }

    .resCalInstructions {
        padding-top: 20px;
    }

    .btnSelectAnotherDate {
        display: block;
    }
}

/* Carousel */
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height:auto
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 15%;
    z-index: 15;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-control.left {
    background-repeat: repeat-x;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #003f7d;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content:'';
}

.carousel-control .icon-next:before {
    content:'';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color:#000;
    background-color: grey;
    margin-bottom: -10px;
}

.carousel-indicators .active{
    margin: 0;
    width: 12px;
    height: 12px;
    margin-bottom: -10px
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
    text-shadow:none;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        transform: translate3d(100%,0,0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        transform: translate3d(-100%,0,0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        transform: translate3d(0,0,0);
        left: 0;
    }
}
/* End Carousel */
