/* Site Framework */
html, body {
	margin: 0;
	padding: 0;
	}
body {
	color: #555555;
	font-size: 13px;
	line-height: 15px;
	font-family: Tahoma,Verdana,sans-serif;
	background: url('../_img/bg-waves.jpg') top center repeat-x;
	}
textarea {
	color: #333;
	font-size: 13px;
	line-height: 15px;
	font-family: Tahoma,Verdana,sans-serif;
	}
#frame {
	width: 961px;
	margin: 20px auto 0 auto;
	padding-top: 10px;
	background: url('../_img/frame-top.jpg') top center no-repeat;
	}
#frameLeft {
	float: left;
	display: inline;
	width: 6px;
	height: 535px;
	background: url('../_img/frame-left.jpg') top left no-repeat;
	}
#frameCenter {
	float: left;
	display: inline;
	width: 949px;
	background-color: #fff;
	}
#frameRight {
	float: left;
	display: inline;
	width: 6px;
	height: 535px;
	background: url('../_img/frame-right.jpg') top left no-repeat;
	}
/* END Site Framework */

/* Generic Styles */
a {
	color: #1776c9;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img, form {
	margin: 0;
	padding: 0;
	border: 0;
	}
.clickable {
	cursor: pointer;
	}
.center {
	text-align: center;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.bold {
	font-weight: bold;
	}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}
.smallGap {
	height: 7px;
	}
.dotBar {
	width: 927px;
	height: 5px;
	margin: 0 auto;
	background: url('../_img/divider-dots.png') top left no-repeat;
	}
.dividerBlue {
	width: 692px;
	height: 4px;
	margin: 10px auto;
	background: url('../_img/divider-blue.png') top left no-repeat;
	}
.heading, .headingImg {
	color: #1776c9;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	}
.subHeading {
	color: #1776c9;
	font-size: 16px;
	font-weight: bold;
	}
.manillaBox {
	margin: 10px 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background-color: #ffffe6;
	}
#warningBox, #noticeBox {
	width: 572px;
	height: 47px;
	margin: 10px auto;
	background: url('../_img/bg-alert.png') top left no-repeat;
	}
#warningBoxInt, #noticeBoxInt {
	line-height: 47px;
	text-align: center;
	}
.warningBox, .noticeBox {
	padding: 3px 5px;
	border: 1px solid #ccc;
	background-color: #ffffe6;
	}
.boxTitle {
	color: #fff;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	margin-left: 10px;
	font-family: Tahoma, Arial, sans-serif;
	}
.boxPad {
	margin: 20px;
	}
.cleanField {
	margin: 0;
	padding: 2px 5px;
	color: #000;
	font-size: 12px;
	letter-spacing: normal;
	border: 1px solid #1776c9;
	background-color: #fff;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
.cleanLink {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
	}
.smallText {
	font-size: 11px;
	}
.dataLabel {
	float: left;
	display: inline;
	width: 115px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	margin-bottom: 4px;
	}
.dataData {
	float: left;
	display: inline;
	width: 150px;
	height: 14px;
	line-height: 14px;
	margin-left: 15px;
	}
.formLine {
	margin-bottom: 5px;
	}
.fieldLabel {
	float: left;
	display: inline;
	width: 110px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	margin-bottom: 4px;
	}
.dynFieldLabel {
	float: left;
	display: inline;
	width: 110px;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	padding-top: 2px;
	margin-bottom: 4px;
	}
.fieldRequired {
	font-weight: bold;
	}
.fieldInput {
	float: left;
	display: inline;
	width: 200px;
	margin-left: 15px;
	}
.fieldInputWide {
	float: left;
	display: inline;
	width: 400px;
	margin-left: 15px;
	}
.fieldRequired {
	font-weight: bold;
	}
.fieldError {
	border: 1px solid #FF0000;
	background-color: #FFDBDB;
	}
.fieldLabelSub {
	font-size: 11px;
	font-weight: normal;
	margin-top: -10px;
	margin-bottom: 4px;
	}
.subText {
	font-size: 11px;
	font-weight: normal;
	margin: 4px 0;
	}
h1 {
	font-size: 28px;
	margin: 10px;
	}
h2 {
	font-size: 22px;
	margin: 10px;
	}
h3 {
	font-size: 16px;
	margin: 10px;
	text-align: left;
	}
h4 {
	font-size: 14px;
	margin: 0 0 10px 0;
	text-align: left;
	}
.heavy {
	color: #2C2B2B;
	font-weight: bold;
	}
.light {
	color: #999;
	font-weight: normal;
	}
.paddedBtn {
	text-align: right;
	margin-right: 20px;
	}
.formNote {
	margin: 0 0 3px 125px;
	font-size: 12px;
	}
.formNoteSmall {
	margin: 0 0 3px 125px;
	font-size: 11px;
	}
.heavyBlue {
	color: #1776c9;
	font-weight: bold;
	}
.smallBlue {
	color: #1776c9;
	font-size: 11px;
	}
.twoCol {
	float: left;
	display: inline;
	width: 49%;
	}
.twoColThin {
	float: left;
	display: inline;
	width: 40%;
	}
.twoColBioRt {
	float: left;
	display: inline;
	width: 73%;
	}
.twoColBioLt {
	float: left;
	display: inline;
	width: 27%;
	}
.threeCol {
	float: left;
	display: inline;
	width: 33%;
	}
.quoteBlock {
	width: 560px;
	margin: 0 auto;
	background: url('../_img/bg-quote-left.png') top left no-repeat;
	}
.quoteBlockInner {
	padding: 10px 35px 10px 35px;
	background: url('../_img/bg-quote-right.png') bottom right no-repeat;
	}
.vertical {
	vertical-align: middle;
	}
.sidebarLoginField {
	width: 140px;
	margin-bottom: 5px;
	}
/* END Generic Styles */

/* Button Sprites */
.buttonSprite, .buttonSpriteSm {
	display: inline;
	height: 37px;
	border: 0;
	cursor: pointer;
	background: url('../_img/button-sprites.png') top left no-repeat;
	}
.buttonSpriteSm {
	height: 22px;
	}
.btnDisabled {
	cursor: default;
	}
a.orderOnline {
	display: block;
	width: 160px;
	height: 37px;
	background-position: -457px -544px;
	}
.submitBtn {
	width: 80px;
	background-position: -317px -804px;
	}
.updateBtn {
	width: 88px;
	background-position: -529px -184px;
	}
.loginBtn {
	width: 67px;
	background-position: -330px -404px;
	}
.addAddressBtn {
	width: 147px;
	background-position: -80px -404px;
	}
.continueCheckoutBtn {
	width: 214px;
	background-position: -183px -254px;
	}
.cancelBtn {
	width: 85px;
	background-position: -142px -754px;
	}
.editBtn {
	width: 59px;
	background-position: -338px -354px;
	}
.deleteBtn {
	width: 80px;
	background-position: -317px -304px;
	}
.addToCartBtn {
	width: 119px;
	background-position: -108px -504px;
	}
.addToCartBtnDisabled {
	width: 119px;
	background-position: -108px -854px;
	}
.activateBtn {
	width: 95px;
	background-position: -522px -284px;
	}
.submitOrderBtn {
	width: 126px;
	background-position: -491px -34px;
	}
.activateMembershipBtn {
	width: 189px;
	background-position: -428px -334px;
	}
.renewMembershipBtn {
	width: 179px;
	background-position: -438px -644px;
	}
.unsubBtnSm {
	width: 92px;
	background-position: -45px -44px;
	}
.updateBtnSm {
	width: 71px;
	background-position: -66px -194px;
	}
.loginBtnSm {
	width: 71px;
	background-position: -144px -44px;
	}
.addAddrBtnSm {
	width: 92px;
	background-position: -144px -74px;
	}
.cancelBtnSm {
	width: 71px;
	background-position: -144px -104px;
	}
.applyBtnSm {
	width: 71px;
	background-position: -144px -134px;
	}
.deleteBtnSm {
	width: 71px;
	background-position: -144px -164px;
	}
.editBtnSm {
	width: 71px;
	background-position: -144px -194px;
	}
.earnPointsBtnSm {
	width: 89px;
	background-position: -48px -74px;
	}
.redeemPointsBtnSm {
	width: 106px;
	background-position: -31px -134px;
	}
/* END Button Sprites */

/* Header */
#logo {
	float: left;
	display: inline;
	width: 288px;
	height: 81px;
	margin: 15px 0 0 30px;
	}
#topNav {
	float: right;
	display: inline;
	width: 580px;
	height: 90px;
	margin-top: 10px;
	margin-right: 30px;
	}
#acctLinks {
	text-align: right;
	margin-right: 8px;
	}
#acctLinks a {
	margin-left: 40px;
	color: #1776c9;
	font-size: 11px;
	text-decoration: none;
	}
#mainNav {
	margin-top: 37px;
	text-align: right;
	}
#mainContent {
	margin: 21px 25px 20px 25px;
	}
#mainContentIndex {
	margin: 21px 0px 20px 0px;
	}
/* END Header */

/* Footer */
#footer {
	text-align: center;
	}
#footerLinks {
	color: #1776c9;
	font-size: 11px;
	margin: 8px 0px 15px 0px;
	}
#footerLinks a {
	color: #1776c9;
	margin: 0 5px;
	text-decoration: none;
	}
#subFooter {
	height: 60px;
	color: #85b8ea;
	font-size: 10px;
	border-top: 5px solid #77A8E5;
	background-color: #D8EEFF;
	}
#footerCopyright {
	float: left;
	display: inline;
	width: 400px;
	height: 20px;
	margin: 5px 0px 0px 20px;
	text-align: left;
	}
#subFooterLinks {
	float: right;
	display: inline;
	width: 400px;
	height: 20px;
	text-align: right;
	margin: 5px 20px 0px 0px;
	}
#subFooterLinks a {
	color: #85b8ea;
	font-size: 10px;
	margin: 0 5px;
	text-decoration: none;
	}
/* END Footer */

/* Index */
#indexFlash {
	width: 897px;
	height: 375px;
	margin-left: 25px;
	}
#indexMoviePasses {
	float: left;
	display: inline;
	width: 299px;
	height: 232px;
	margin-left: 25px;
	background: url('../_img/bg-discount-passes.png') top left no-repeat;
	}
#indexMovieHeading {
	height: 20px;
	margin: 10px 0 0 10px;
	}
#indexMoviePassesText {
	height: 80px;
	margin: 5px 10px 0px 10px;
	color: #555555;
	font-size: 13px;
	line-height: 15px;
	font-family: Tahoma, Verdana, sans-serif;
	}
#indexMoviePassesLogo {
	float: left;
	display: inline;
	width: 126px;
	height: 60px;
	margin-left: 22px;
	}
#indexMoviePassesLinks {
	float: right;
	display: inline;
	width: 125px;
	margin-top: 25px;
	}
#indexGiftCerts {
	clear: both;
	margin-left: 138px;
	}
#indexPromote {
	float: left;
	display: inline;
	width: 572px;
	height: 232px;
	margin-left: 26px;
	background: url('../_img/bg-homepage-feature.png') top left no-repeat;
	}
#indexPromoteLeft {
	float: left;
	display: inline;
	width: 280px;
	height: 200px;
	margin: 5px 0 5px 5px;
	}
#indexPromoteHeading {
	height: 20px;
	}
#indexPromoteRight {
	float: right;
	display: inline;
	width: 265px;
	height: 222px;
	margin: 0px 0px 0 0;
	}
#indexPromotePad {
	margin: 5px;
	}
#indexPromoteText {
	height: 150px;
	margin: 5px 0;
	color: #555555;
	font-size: 13px;
	line-height: 15px;
	font-family: Tahoma, Verdana, sans-serif;
	}
#indexPromoteBtn {
	margin-left: 184px;
	}
#indexSocialBar {
	width: 897px;
	height: 64px;
	margin: 20px 0 0 25px;
	background: url('../_img/bg-index-social.png') top left no-repeat;
	}
#indexEmailBox {
	float: left;
	display: inline;
	width: 100px;
	font-size: 11px;
	font-weight: normal;
	margin: 25px 0 0 265px;
	}
#indexEmail {
	width: 90px;
	font-size: 11px;
	font-weight: normal;
	}
#indexEmailBtn {
	float: left;
	display: inline;
	width: 107px;
	height: 22px;
	margin: 24px 10px 0 5px;
	}
#indexSocial {
	float: left;
	display: inline;
	width: 390px;
	height: 35px;
	margin: 17px 0 0 0;
	}
#indexSocialResponse {
	width: 850px;
	height: 30px;
	margin: 0 auto;
	}
#indexSocialResponseText {
	padding: 5px 10px;
	border-left: 1px solid #BCDAF1;
	border-right: 1px solid #BCDAF1;
	border-bottom: 1px solid #BCDAF1;
	}
/* END Index */

/* Interior Layout */
#leftSidebar {
	float: left;
	display: inline;
	width: 191px;
	}
.sidebarSection {
	font-size: 11px;
	margin-bottom: 10px;
	}
.sidebarSubSection {
	margin-bottom: 10px;
	margin-left: 8px;
	}
#rightContent {
	float: right;
	display: inline;
	width: 695px;
	}
.leftBoxSimple {
	width: 191px;
	margin-bottom: 10px;
	}
.leftBox {
	width: 191px;
	margin-bottom: 10px;
	background: url('../_img/bg-leftbox-mid.png') top left repeat-y;
	}
.leftBoxTop {
	width: 191px;
	height: 18px;
	background: url('../_img/bg-leftbox-top.png') top left repeat-y;
	}
.leftBoxBot {
	width: 191px;
	height: 18px;
	background: url('../_img/bg-leftbox-bot.png') top left repeat-y;
	}
.leftBoxPad {
	margin: 0 10px;
	}
.leftTitle {
	margin-bottom: 5px;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	}
.leftLink {
	color: #1776c9;
	font-size: 11px;
	margin-bottom: 5px;
	text-decoration: none;
	}
.leftLink a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #1776c9;
	}
.titleBarSm {
	width: 331px;
	height: 36px;
	margin-bottom: 5px;
	line-height: 25px;
	background: url('../_img/bg-titlebar-sm.png') top left no-repeat;
	}
.barBoxSm {
	width: 320px;
	margin: 0 auto;
	line-height: 15px;
	}
.titleBarRight {
	width: 672px;
	height: 36px;
	margin: 0 auto 5px auto;
	line-height: 25px;
	background: url('../_img/bg-titlebar-right.png') top left no-repeat;
	}
.titleBarRightBox {
	width: 672px;
	height: 36px;
	margin: 0 auto;
	line-height: 25px;
	background: url('../_img/bg-titlebar-right-box.png') top left no-repeat;
	}
.titleBarTitle {
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	}
.titleBarTitleLeft {
	float: left;
	display: inline;
	width: 550px;
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	}
.titleBarTitleRight {
	float: left;
	display: inline;
	width: 70px;
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	}
.titleBarTitleToggle {
	float: right;
	display: inline;
	width: 50px;
	text-align: left;
	font-weight: normal;
	}
.titleBarTitleRight a {
	color: #fff;
	font-weight: normal;
	}
.rightBoxBasic {
	width: 625px;
	margin: 0 auto 40px auto;
	}
.rightBoxMid {
	width: 672px;
	margin: 0 auto 40px auto;
	background: url('../_img/bg-rightbox-mid.png') top left repeat-y;
	}
.rightBoxPad {
	padding: 10px 20px 0px 20px;
	}
.rightBoxHPad {
	padding: 0 20px;
	}
.rightBoxBot {
	width: 672px;
	height: 18px;
	background: url('../_img/bg-rightbox-bot.png') top left no-repeat;
	}
/* END Interior Layout */

/* Login / Register */
.loginBox {
	float: left;
	display: inline;
	width: 428px;
	height: 266px;
	background: url('../_img/bg-box-login.png') top left no-repeat;
	}
.loginBoxContent {
	height: 145px;
	}
#forgotPassLink {
	margin-right: 110px;
	color: #1776c9;
	font-size: 10px;
	text-align: right;
	}
#rememberOption {
	font-size: 11px;
	margin-top: 10px;
	margin-left: 100px;
	}
#registerBox {
	width: 650px;
	margin-left: 225px;
	}
#registerBtn {
	margin-left: 150px;
	}
#zipMessage {
	height: 20px;
	}
/* END Login / Register */

/* Merchant Directory Splash */
.merchFeatureBox, .textBlock {
	width: 630px;
	margin: 0 auto;
	font-size: 12px;
	}
.offerMerchantName {
	float: left;
	display: inline;
	width: 200px;
	text-align: left;
	font-weight: bold;
	}
.merchantOffers {
	float: left;
	display: inline;
	width: 425px;
	text-align: left;
	}
.newMerchCol {
	margin-bottom: 10px;
	}
.newMerchImgCol {
	float: left;
	display: inline;
	width: 80px;
	text-align: left;
	}
.newMerchNameCol {
	float: left;
	display: inline;
	width: 550px;
	line-height: 25px;
	}
.newMerchNameColTitle {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	}
.newMerchListCol {
	float: left;
	display: inline;
	width: 50%;
	}
.newMerchNameColEntry {
	margin-left: 10px;
	width: 220px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	}
/* END Merchant Directory Splash */

/* Merchant Directory Detail */
.merchantSidebarLink {
	height: 40px;
	color: #1776c9;
	font-size: 11px;
	text-decoration: none;
	}
#merchantSidebar a:hover img {
	text-decoration: none;
	}
.collapse {
	cursor: pointer;
	padding-left: 20px;
	background: url('../_img/toggle-collapse.png') center left no-repeat;
	}
.expand {
	cursor: pointer;
	padding-left: 20px;
	background: url('../_img/toggle-expand.png') center left no-repeat;
	}
.collapseContent a {
	display: block;
	margin-left: 25px;
	}
#merchantSearch {
	width: 692px;
	height: 68px;
	margin-bottom: 30px;
	background: url('../_img/bg-search-directory.png') top left no-repeat;
	}
#merchantSearchKeyword {
	float: left;
	display: inline;
	width: 175px;
	margin: 7px 0 0 15px;
	}
#merchantSearchValidation {
	float: left;
	display: inline;
	width: 150px;
	margin-top: 7px;
	}
#merchantSearchZip {
	float: left;
	display: inline;
	width: 230px;
	margin-top: 7px;
	}
#merchantSearchKeyword input, #merchantSearchZip input {
	margin-top: 2px;
	}
#merchantSearchBtn {
	float: left;
	display: inline;
	width: 115px;
	margin-top: 10px;
	}
#displayInfo {
	height: 25px;
	}
#displayTitle {
	float: left;
	display: inline;
	width: 285px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	}
#searchResultsNum {
	float: left;
	display: inline;
	width: 155px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	}
#searchDisplay {
	float: left;
	display: inline;
	width: 110px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	}
#searchSort {
	float: left;
	display: inline;
	width: 140px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	}
#merchBox {
	position: relative;
	width: 692px;
	height: 320px;
	}
#merchMapCover {
	position: absolute;
	z-index: 10;
	top: 3px;
	left: 3px;
	width: 466px;
	height: 314px;
	color: #666;
	text-align: center;
	background-color: #fff;
	}
#merchMapCover img {
	margin-top: 140px;
	}
#merchItemsCover {
	position: absolute;
	z-index: 20;
	top: 3px;
	left: 480px;
	width: 209px;
	height: 314px;
	background-color: #fff;
	}
#merchMap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 472px;
	height: 320px;
	background: url('../_img/bg-map.png') top left no-repeat;
	}
#googleMap {
	margin: 4px 0 0 4px;
	}
#merchList {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 477px;
	width: 215px;
	height: 320px;
	background: url('../_img/bg-mapItems.png') top left no-repeat;
	}
#merchListBox {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 450px;
	width: 239px;
	height: 310px;
	}
#merchListScroll {
	width: 239px;
	height: 310px;
	padding: 0;
	}
#merchPagination {
	width: 214px;
	height: 20px;
	margin-left: 478px;
	color: #1776c9;
	font-size: 11px;
	text-align: center;
	}
.merchItemHeader {
	clear: both;
	width: 239px;
	height: 30px;
	color: #555;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	}
.merchItemHeader .merchItemNum {
	width: 30px;
	}
.merchItemHeader .merchItemNum img {
	vertical-align: middle;
	}
.merchItemHeader .merchItemName {
	color: #000;
	width: 160px;
	height: 25px;
	line-height: 25px;
	}
.merchItem {
	width: 239px;
	height: 40px;
	color: #555;
	font-size: 11px;
	cursor: pointer;
	margin: 0;
	}
.merchItemNum {
	float: left;
	display: inline;
	width: 22px;
	margin: 5px 0 0 40px;
	}
.merchItemName {
	float: left;
	display: inline;
	width: 170px;
	height: 15px;
	overflow: hidden;
	color: #1776c9;
	margin-top: 5px;
	}
.merchItemCity {
	float: left;
	display: inline;
	width: 120px;
	font-size: 10px;
	margin: 0px 0 0 62px;
	}
.merchItemDist {
	float: right;
	display: inline;
	width: 50px;
	font-size: 10px;
	margin-top: 0px;
	}
.merchBG1 {
	background: url('../_img/bg-merchBG1.png') 33px 0 no-repeat;
	}
.merchBG2 {
	background: url('../_img/bg-merchBG2.png') 33px 0 no-repeat;
	}
.merchBG3 {
	background: url('../_img/bg-merchBG3.png') 33px 0 no-repeat;
	}
.merchBG1On {
	background: url('../_img/bg-merchBG1-on.png') 0 0 no-repeat;
	}
.merchBG2On {
	background: url('../_img/bg-merchBG2-on.png') 0 0 no-repeat;
	}
.merchBG3On {
	background: url('../_img/bg-merchBG3-on.png') 0 0 no-repeat;
	}
.merchBG1Click {
	background: url('../_img/bg-merchBG1-on.png') 0 0 no-repeat;
	}
.merchBG2Click {
	background: url('../_img/bg-merchBG2-on.png') 0 0 no-repeat;
	}
.merchBG3Click {
	background: url('../_img/bg-merchBG3-on.png') 0 0 no-repeat;
	}
.merchDetail {
	float: left;
	display: inline;
	width: 692px;
	}
.merchDetailBg {
	background: url('../_img/bg-merch-detail.png') top left no-repeat;
	}
.merchDetailBot {
	height: 3px;
	overflow: hidden;
	background: url('../_img/bg-merch-detail-bot.png') top left no-repeat;
	}
.merchLCol {
	float: left;
	display: inline;
	width: 175px;
	overflow: hidden;
	margin: 11px;
	}
.merchMCol {
	float: left;
	display: inline;
	width: 322px;
	overflow: hidden;
	margin: 11px 11px 0 11px;
	}
.merchRCol {
	float: left;
	display: inline;
	width: 129px;
	height: 277px;
	overflow: hidden;
	margin: 11px;
	}
.detailTitle {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	}
.merch2for1 {
	color: #E97035;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	}
.merchDetail a {
	color: #1776c9;
	}
.subInfo {
	margin-left: 10px;
	}
.merchURL {
	font-size: 11px;
	}
.merchMColEmail {
	width: 331px;
	margin-top: 10px;
	margin-left: 203px;
	padding-bottom: 5px;
	font-size: 11px;
	text-align: center;
	}
.merchMColEmail img {
	vertical-align: middle;
	}
.merchCuisines {
	color: #1776c9;
	font-size: 11px;
	margin: 10px 0 20px 10px;
	}
.merchMedia {
	font-size: 11px;
	margin: 10px 0 0 10px;
	}
.merchMedia img {
	margin-right: 5px;
	vertical-align: middle;
	}
.merchPhotos {
	width: 120px;
	margin: 0 auto;
	}
.merchPhotos img {
	margin: 8px 10px;
	}
/* END Merchant Directory Detail */

/* jScrollPane */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url('../_img/jscroll-track.png') top left repeat-y;
	}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: url('../_img/jscroll-drag.png') center center no-repeat;
	}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url('../_img/jscroll-drag-top.png') top left no-repeat;
	}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url('../_img/jscroll-drag-bot.png') bottom left no-repeat;
	}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 17px;
	background: url('../_img/jscroll-arrow-up.png') top left no-repeat;
	}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
	}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 17px;
	background: url('../_img/jscroll-arrow-down.png') bottom left no-repeat;
	}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
	}
/* END jScrollPane */

/* Interior Pages */
.photoCol {
	float: left;
	display: inline;
	width: 242px;
	text-align: center;
	margin-bottom: 25px;
	}
.textColRight {
	float: left;
	display: inline;
	width: 445px;
	text-align: left;
	margin-bottom: 25px;
	}
.textHeading {
	font-size: 14px;
	font-weight: bold;
	}
.textColRight ul {
	margin: 10px 0 10px 30px;
	padding: 0;
	}
.textColRight li {
	list-style-image: url('../_img/icon-list.png');
	margin-bottom: 5px;
	}
.textColFull {
	float:left;
	display: inline;
	width: 98%;
	text-align: left;
	margin-bottom: 25px;
	margin-left: 15px;
	}
.textColFull ul {
	margin: 10px 0 10px 30px;
	padding: 0;
	}
.textColFull li, .loginBoxContent li {
	list-style-image: url('../_img/icon-list.png');
	margin-bottom: 5px;
	}
/* END Interior Pages */

/* FAQ */
.faqQuestion {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	}
.faqAnswer {
	color: #383838;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	}
.backToTop {
	float: left;
	display: inline;
	width: 80px;
	font-size: 11px;
	}
.faqAnswer {
	float: left;
	display: inline;
	width: 590px;
	}
.faqDivider {
	text-align: center;
	margin-bottom: 20px;
	}
/* END FAQ */

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}
.mceContentBody div {
	border: 1px solid #ccc;
	}
.mceContentBody div div {
	border: 1px dashed #ccc;
	}
.mceContentBody div div div {
	border: 1px dotted #ccc;
	}
.mceContentBody .twoCol {
	width: 49%;
	}
/* DMS TinyMCE specific rules */

/* Category Page */
.catProductEntry {
	clear: both;
	height: 140px;
	}
.catProductImage {
	float: left;
	display: inline;
	width: 140px;
	height: 140px;
	}
.catProductInfo {
	float: left;
	display: inline;
	width: 375px;
	height: 140px;
	}
.catProductInfo a {
	color: #1776c9;
	}
#catNumItems, #catPageInfo {
	float: left;
	display: inline;
	width: 200px;
	height: 25px;
	line-height: 25px;
	}
#catDisplay, #catPagination {
	float: right;
	display: inline;
	width: 460px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	}
/* END Category Page */

/* Product Page */
#prodDetailLeft {
	float: left;
	display: inline;
	width: 200px;
	}
#prodDetailRight {
	float: left;
	display: inline;
	width: 450px;
	}
#prodDetailProductName {
	font-size: 14px;
	font-weight: bold;
	}
.nonSalePrice {
	color: #D31300;
	text-decoration: line-through;
	}
.salePrice {
	color: #0AA522;
	}
#prodDetailProdDescBox {
	margin-bottom: 20px;
	}
/* END Product Page */

/* Downloads */
.toggleClosed, .toggleOpened {
	float: left;
	display: inline;
	width: 9px;
	height: 9px;
	margin: 9px 10px 0 0;
	background: url('../_img/iconExpand.png') top left no-repeat;
	}
.toggleOpened {
	background: url('../_img/iconCollapse.png') top left no-repeat;
	}
.downloadCat {
	font-size: 16px;
	margin-bottom: 10px;
	}
.downloadEntry {
	margin: 0 30px 20px 30px;
	}
/* END Downloads */

/* My Account */
.surveyEntry {
	height: 20px;
	line-height: 20px;
	}
.surveyDate {
	float: left;
	display: inline;
	width: 150px;
	height: 20px;
	}
.surveyPoints {
	float: left;
	display: inline;
	width: 60px;
	height: 20px;
	}
.surveyName {
	float: left;
	display: inline;
	width: 300px;
	height: 20px;
	}
/* END My Account */

/* Contact Form Styles */
#formBox {
	width: 400px;
	margin: 0 auto;
	font-size: 12px;
	}
.form_row {
	padding: 0px;
	height: 30px;
	clear: both;
	}
.form_row_med {
	padding: 0;
	height: 50px;
	clear: both;
	}
.form_row_big {
	padding: 0;
	height: 130px;
	clear: both;
	}
.floatLabel {
	float: left;
	display: inline;
	width: 145px;
	text-align: right;
	padding: 5px 10px 0 0;
	}
input.input{
	width: 170px;
	float: left;
	margin: 3px 0 3px 0;
	}
textarea.textarea{
	width: 486px;
	height: 214px;
	float: left;
	display: inline;
	padding: 6px 5px 0 7px;
	margin: 3px 0 3px 0;
	text-align: left;
	border: none;
	}
textarea.textarea_contact{
	width: 170px;
	height: 115px;
	float: left;
	margin: 3px 0 3px 0;
	text-align: left;
	}
.form_require {
	clear: both;
	padding: 25px 0 10px 120px;
	font-size: 13px;
	}
.form_require_contact {
	clear: both;
	padding: 25px 0 10px 170px;
	font-size: 11px;
	}
input.apply_now {
	padding: 5px 0 0 160px;
	}
#formBox .submit {
	margin-left: 205px;
	}
/* END Contact Form Styles */

#whereToBuyMap {
	margin: 0 auto 20px auto;
	}
.featuredOfferBox {
	float: left;
	display: inline;
	width: 25%;
	line-height: 15px;
	}

/* Order Detail */
#orderDetailInfo {
	padding: 10px;
	margin: 10px 0;
	background-color: #D3E6F3;
	}
/* END Order Detail */