body
{
	font-size: 12px;
	background-image: url("/images/pagegraphics/default/MHM-Homepage_CIJ-Beach.jpg");
	background-repeat: repeat;
}

a img
{
	border: none;
}

/* This div wraps the entire content of the page, this is where we need to apply centering. */
.bodycontainer 
{
   	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

.mainSection
{
   	width: 100%;
	background-color:transparent;
	padding-bottom: 160px;
	position: relative;
	min-height: 80vh;
}

.headerSection
{
   	width: 1000px;
}

.contentSection
{
	width: 100%;
}

.footerSection
{
	width: 1000px;
	position: absolute;
	bottom: 0;
	height: 160px;
}

/* used for centering the extra wide background images in the header and footer */
.invisibleParent
{
	position: relative;
	right: 50%;
	text-align: center;
}

/* center the header background image */
.centerHeaderBG
{
	background-color: #0653BF;	/*#1d423b;*/
	width: 2000px;
	height: 112px;
}
.headerLinks
{
	font-family:Tahoma;
	font-size:9pt;	
	color: white;
	display: block;
}

.headerLinks a
{
	font-family:Tahoma;
	color: white;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

.headerLinks a:hover
{
	text-decoration: underline;
}

/* center the footer background image */
.centerFooterBG
{
	background-color: #4c7e70;
	background-repeat: no-repeat;
	background-position: center bottom;
	width:2000px;
	height:200px;
}

.centerFooterBGWhite
{
	position:relative;
	background-color:#b2282f; /*#cc2129;*/
	width:2000px;
	height:160px;
	/*margin-top:-20px;
	z-index:-10;*/
	display:inline-block;
}

/* style the footer navigation links */
.footerLinksPosition
{
	position:relative;
	width: 800px;
	float: right;
	margin-top: -140px;
	z-index:5;
}

.footerSwitchToMobileLinksPosition
{
	position:relative;
	width: 190px;
	float: left;
	margin-top: -140px;
	z-index:6;
}

.footerSection .chp-logo {
	max-width: 200px;
}

.footerSection .footer-logo-hb {
	max-width: 200px;
}

.footerLinks
{
	background-color:#4c7e70; /*#cc2129;*/
	font-family:Tahoma;
	font-size:9pt;	
	color: white;
	display: block;
	z-index:8;
}

.footerLinks a
{
	font-family:Tahoma;
	color: white;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

.footerLinks a:hover
{
	text-decoration: underline;
}

a.cssButton {
	font-weight: normal;
}

/* hide page title for content pages */
.topSubSectionMiddle
{
	display: none;
}

/* style 'back' link on content pages */
.topSubSectionLeft
{
	padding-top: 10px;
}
.topSubSectionLeft a,
.topSubSectionLeft a:link,
.topSubSectionLeft a:visited,
.topSubSectionLeft a:active
{
	font-size: 12px;
	font-weight: bold;
	color: #58585a;
	text-transform: uppercase;
}
.topSubSectionLeft a:hover
{
	color: white;
}

/* submit form pages (contact us) */
.contentpage_index .submitButton
{
	height: 40px;
	margin-left: 275px;
	padding-top: 10px;
	text-align: center;
}
.contentpage_index a.cssButton
{
	background: transparent url("/images/pagegraphics/default/css-left40.gif") no-repeat top left;
	display: inline-block;
	line-height: 32px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background */
	height:40px; /* Height of button background height */
	padding-left: 12px; /* Width of left menu image */
}
.contentpage_index a.cssButton:hover
{
	background-position: top left;
	color:#58585a;
}
.contentpage_index a.cssButton SPAN
{
	background: transparent url("/images/pagegraphics/default/css-right40.gif") no-repeat top right;
	display: block;
	display: inline-block;
	padding: 4px 12px 4px 0; /* Set 12px (second value) to match value of 'padding-left' above (a.cssButton) */
	color:#ffffff;
	min-width:100px;
}
.contentpage_index a.cssButton SPAN:hover
{
	background-position: top right;
	color:#58585a;
}
.contentpage_index .contentSection,
.termsofuse .termsAndConditions,
.contentpage_termsofuse .contentSection {
	background-color: white; /*#faf8f0;*/
	padding: 12px;
	height: auto;
}
.termsofuse .contentHeaderSection {
	display: none;
}

/* contact us form fields */
.contactSectionWrappers
{
	width: 310px;
	margin: 0 auto;
}
.contactFormWrapper
{
	width: 400px;
	text-align: left;
	float: left;
}
.contactFormInput
{
	font-family:Tahoma;
	width: 350px;
	margin-right: 5px;
	float: left;
}
.contactFormMessage
{
	font-family:Tahoma;
	font-size: 12px;
	margin: 0px 5px 0px 0px;
	width: 350px;
	height: 60px;
	float: left;
}
.contactFormStar
{
	color:#FFFFFF;
	float: left;
	font-size: 14px;
}


/* put the login page content in the middle */
.account_login .contentSection
{
	padding-left: 90px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* red background box for data entry area on login page - left (fields) side */
.account_login .contentSection .leftRightSections
{
	background-color: #112750; /*#84c0ce;*/
	width: 800px; /* was 775*/
	padding-left: 10px; /*was 30*/
	padding-top: 15px;
	padding-right: 10px; /*was 15*/
}
.account_login .leftRightSections .leftSection {
	float: left;
	width: 80%;
}
.account_login .leftRightSections .rightSection {
	float: right;
	width: 20%;
}
.account_login .contentSection .bottomContent
{
	background-color: #112750; /*#84c0ce;*/
	color: white;
	width: 790px;
	padding-bottom: 15px;
	line-height: 25px;
}
.account_login .contentSection .bottomContent a
{
	color: white;
	text-decoration: none;
}
.account_login .contentSection .bottomContent a span:hover
{
	text-decoration: underline;
}
.account_login .contentSection .fieldSection .photoCode input{
	width: 140px;
}
.account_login .contentSection .fieldSection .email input {
	width: 140px;
}
/* accept terms on login - white */
.account_login .contentSection .acceptTerms,
.account_login .contentSection .acceptTerms a
{
	color: white;
	text-decoration: none;
	font-size: 11px;
}
.account_login .contentSection .acceptTerms a:hover
{
	text-decoration: underline; 
}
.account_login .contentSection .acceptTerms label {
	display: inline-block;
    word-wrap: break-word;
    width: 245px;
}
.account_login .contentSection .acceptTerms label a::before
{
	/*content: "\A";
	white-space: pre;*/ 
}

/* errors on home page... can't be red text on red background - make them white for this page */
.account_login .contentSection .leftRightSections .validationSummary .validation-summary-errors ul li
{
	color: #C00000;
}

/* style the Get Your Photo button on login page */
.account_login .contentSection .rightSection .cssButton
{
	display: inline-block;
	background-image: url("/images/pagegraphics/default/HomePageGetYourPhotoButton.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -60px;
	padding-top: 16px;
	width: 220px;
	height: 46px;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
}

.account_login .contentSection .rightSection .cssButton span
{
	background-image: none;
}

.confirmEmailDialog .dialogOptin {
	display: inline;
}

/* style tabs for gallery and workshop area */
/* 10/30/14 - split so gallery/photo tab is blue #70BCCC with white text instead */
.home_index .galleryAndSinglePicture .galleryAndSinglePictureTab
{
	border-left: 1px solid #70BCCC;
	border-top: 1px solid #70BCCC;
	border-right: 1px solid #70BCCC;
	background-color: #70BCCC;
}
.galleryAndSinglePictureTab a
{
	color: white;
}
.workshopTab,
.workshopBody,
.galleryAndSinglePictureBody
{
	border: white;
	background-color: white;
}
.workshopBody a,
.galleryAndSinglePictureBody a
{
	color: #58585a;
}
.workshopTab a
{
	color: white;
}
.workshop .workshopTab.current
{
   background-color: white;
   border: 1px solid white;
}
.workshop .workshopTab.current a
{
	color: #58585a;
}

/* style for remove sticker and clear all text */
.workshopOptions,
.singlePictureOption_RemoveSticker,
.singlePictureOption_RemoveAndClear
{
	padding-top: 5px;
}
.workshopOptions a,
.workshopOptions a:link,
.workshopOptions a:visited,
.workshopOptions a:active,
.singlePictureOption_RemoveSticker a,
.singlePictureOption_RemoveSticker a:link,
.singlePictureOption_RemoveSticker a:visited,
.singlePictureOption_RemoveSticker a:active,
.singlePictureOption_RemoveAndClear a,
.singlePictureOption_RemoveAndClear a:link,
.singlePictureOption_RemoveAndClear a:visited,
.singlePictureOption_RemoveAndClear a:active
{
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
.workshopOptions a:hover,
.singlePictureOption_RemoveSticker a:hover,
.singlePictureOption_RemoveAndClear a:hover
{
	color: #58585a;
}

/* style for single picture options (save, download, tweet, post) */
.singlePictureOptions
{
	text-align: center;
	padding-top: 10px;
}
.singlePictureOptions a,
.singlePictureOptions a:link,
.singlePictureOptions a:visited,
.singlePictureOptions a:active
{
	font-size: 10px;
	font-weight: bold;
	color: white; /*#58585a;*/
	padding-top: 10px;
	vertical-align: top;
}
.singlePictureOptions a:hover
{
	color: #58585a;
}
.singlePictureOptions .iconButtonTextBelow span
{
	padding-top: 42px;
}
.singlePictureOptions .saveButton span
{
	padding-top: 35px;
	width: 60px;
}
.singlePictureOptions .facebookButton,
.singlePictureOptions .twitterButton {
	display: none;
}

/* styles for sfly popoup page */
.sflyHeader
{
	font-family:Tahoma;
	font-size: 20pt;
	color:#58585a;
	font-weight:bold;
}
.sflyBody
{
	font-family:Tahoma;
	font-size: 16pt;
	color:#58585a;
}

/* back button on terms content page to match faq and contact pages */
.termsBack a
{
	font-size: 12px;
	font-weight: bold;
	color: #58585a;
	text-transform: uppercase;
	text-decoration: none;
}
.termsBack a:hover
{
	color: white;
}

/* used for 'GET MORE PHOTOS' on multi-claim sites */
.multiClaim
{
	width: 100%;
	text-align: center;
}
.multiClaim a,
.multiClaim a:link,
.multiClaim a:visited,
.multiClaim a:active
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #58585a;
}
.multiClaim a:hover
{
	color: white !important;
}
.multiClaim a img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.album_sharedpicture .imageContainer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.album_sharedpicture .imageContainer img {
	display: inline-block;
	margin: auto;
}



/* *************************************************************** */
/* album/pro page                                                  */
/* *************************************************************** */
.album_pro .clearfix {
	margin-top: 10px;
	background-color: white; /*#faf8f0;*/
	/*box-shadow: 3px 3px 3px #888888;*/
	padding: 20px;
	/* rounded corners
	box-sizing: border-box;
	border: 1px solid #9a9a9a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
}
.album_pro .leftSection {
	width: 475px;
}
.album_pro .albumFilterSection {
	/*
	display: none !important;
	*/
	padding-bottom: 10px;
}
.album_pro .largeImageSection {
	background-color: #dcdcdc;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 400px !important;
	line-height: 400px !important;
	border: 1px solid #9a9a9a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.album_pro .leftSection .largeImageSection img {
	max-height: 400px;
}
.album_pro .leftSection .largeImageSection .imageWrapper img
{
	max-height: 400px;
}
/*
.album_pro .downloadHeading {
	display: none;
}
.album_pro .leftSection .actionSection {
	height: 60px;
	display: inline-block;
}
*/
.album_pro .leftSection .actionSection .iconButtonNoText {
	height: 45px;
	width: 45px;
}
.album_pro .leftSection .actionSection .shareActionSection,
.album_pro .leftSection .actionSection .shareActionSection .shareHeading,
.album_pro .leftSection .actionSection .shareActionSection .shareButtons,
.album_pro .leftSection .actionSection .uploadActionSection,
.album_pro .leftSection .actionSection .uploadActionSection .uploadHeading,
.album_pro .leftSection .actionSection .uploadActionSection .uploadPhotoButton
 {
	display: none;
/*
	width: 300px;
	float: right;
	text-align: left;
*/
}
/*
.album_pro .leftSection .actionSection .shareActionSection .shareHeading {
	line-height: 50px;
}
.album_pro .leftSection .actionSection .shareActionSection .shareButtons .emailButton {
	background-image: url("/images/pagegraphics/default/icon-email.png");
	width: 37px;
}
.album_pro .leftSection .actionSection .shareActionSection .shareButtons .facebookButton {
	background-image: url("/images/pagegraphics/default/icon-facebook.png");
	width: 37px;
}
.album_pro .leftSection .actionSection .shareActionSection .shareButtons .twitterButton {
	background-image: url("/images/pagegraphics/default/icon-twitter.png");
	width: 37px;
}
*/

.album_pro .leftSection .actionSection,
.album_pro .leftSection .actionSection .downloadActionSection {
	height: 50px;
	line-height: 50px;
}
.album_pro .leftSection .actionSection .downloadActionSection .downloadHeading {
	display: none;
	line-height: 50px;
}
.album_pro .leftSection .actionSection .downloadActionSection .downloadButtons .downloadPhotoButton
{
	background-image: url("/images/pagegraphics/default/icon-download.png") !important;
	line-height: 50px;
	width: 178px;
}
.album_pro .leftSection .actionSection .downloadActionSection .downloadButtons .orderDownloadAlbumButton
{
	background-image: url("/images/pagegraphics/default/icon-PurchaseAlbumdownload.png") !important;
	line-height: 50px;
	width: 178px;
}
/*
.album_pro .downloadButtons {
	width: 132px !important;
}
.album_pro .downloadButtons .downloadPhotoButton {
	width: 132px !important;
	background-image: url("/images/pagegraphics/default/DownloadImageButton.png") !important;
}
.album_pro .downloadButtons .orderDownloadAlbumButton {
	width: 132px !important;
	background-image: url("/images/pagegraphics/default/BuyAlbumButton.png") !important;
}
*/
.album_pro .leftSection .actionSection .slideshowActionSection {
	display: none;
}
/*
.album_pro .imagesSection {
	background-image: url("/images/pagegraphics/default/imagesSectionBackground.png");
	background-repeat: repeat-x;
}
*/
.album_pro .leftSection .imagesSection .leftButton {
	background-image: url("/images/pagegraphics/default/icon-left_arrow.png");
}
.album_pro .leftSection .imagesSection .rightButton {
	background-image: url("/images/pagegraphics/default/icon-right_arrow.png");
}
.album_pro .rightSection {
	width: 450px;
	padding-top: 0px;
	/*margin-top: 25px;*/
}





.cart_index .contentSection,
.billing .contentSection,
.shipping .contentSection,
.payment .contentSection,
.orderhistory .contentSection,
.orderdetail .contentSection,
.searchresultgrid .contentSection,
.product_index .contentSection,
.contentpage_index .contentSection,
.termsofuse .termsAndConditions,
.contentpage_termsofuse .contentSection,
.home_termsofuse .contentSection
{
	margin-top:20px;
	margin-bottom:20px;
	background-color: white; /*#faf8f0;*/
	/*box-shadow: 3px 3px 3px #888888;*/
	/*padding: 10px;*/
	/* rounded corners
	box-sizing: border-box;
	border: 1px solid #9a9a9a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
}

.product_index .recentDesignAndProductsYouMayAlsoLikeSection
{
	display: none;
}