@charset "UTF-8";
/* CSS Document */


/* 
------------------------------------
BODY
------------------------------------
*/
body
{
    margin: 0;
    background: #FFFFFF;
    font-family: "brandon-grotesque",sans-serif;
    /* only for mac safari */
    -webkit-font-smoothing: subpixel-antialiased;
}

::selection {
	background: #a8d1ff; /* Safari */
	}
::-moz-selection {
	background: #a8d1ff; /* Firefox */
}

/* End Body */


.tileHeight {
    height: 450px;
}

.fb-like{
    height: 20px;
    overflow: hidden;
}

.promoBasket
{
    background: #f5f5f5;
    width: 350px;
    position: fixed;
    z-index: 1000;
    right: 0px;
    bottom: 0px;
    padding: 10px 20px 10px 20px;
}


/* 
------------------------------------
FONTS & TYPOGRAPHY
------------------------------------
*/
.promotions li a
{
    color: #ffffff;
    text-decoration: none;
}

.promotions li a:hover
{
    color: #3ba3bc;
    text-decoration: none;
}

.subtotalPriceFont {
    font-size: 21px;
}

.shippingPriceFont {
    font-size: 18px;
}

.totalPriceFont {
    font-size: 24px;
}

p {
	font-weight: 300;	
	font-size: 16px;
	line-height: 20px;
	margin: 12px 0;
}

.italics, .italic {
	font-style: italic;
}

.bold, .bold {
	font-weight:bold;
}

.para {
	font-weight: 300;	
	font-size: 15px;
	line-height: 17px;
	margin: 12px 0;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font21 {
    font-size: 21px;
}

.font24 {
    font-size: 24px;
}

.lighter {
    font-weight: lighter;
}

/* END Fonts */





/* 
------------------------------------
TOOLTIP
------------------------------------
*/
.tooltip {
    opacity: 1;
    position: relative;
    font-size: 16px;
}
.tooltip span {
    z-index:10;
    display:none;
    padding: 2px 10px 8px 10px;
    margin-top:-60px;
    margin-left:-200px;
    width:200px;
    border-radius:4px;
    box-shadow: 3px 2px 5px #cccccc;
}
.tooltip:hover span{
    display:inline;
    position:absolute;
    border:none;
    background:#f5f5f5;
}
/* END Tooltip */




/* 
------------------------------------
MAIN
------------------------------------
*/
.milkHomeBG
{
    background: url("../images/homepage_bg_milk.jpg") no-repeat scroll center top #FFFFFF;
    width: 100%;
    height: 368px;
}

.main, .header, .section, .socialIcons, .footer {
	max-width:1240px;
	margin:0 auto;
}

#main
{
    width:1240px;
	height:100%;
	margin:0 auto 0 auto;
	position: relative;
}

#mainHm
{
    padding: 0px 0px 0px 0px;
    position: relative;
}
/*End Main*/





/* 
------------------------------------
SWITCH WEBSITES MENU
------------------------------------
*/
.switchWebsite a, .switchWebsite a:active, .switchWebsite a:visited  {
    color: #ffffff;
}
.switchWebsite a:hover {
    color: #3ba3bc;
}

.pqSmallLogo {
    /*margin-top: 3px;*/
    margin-top: 0;
}

#switchWebsitesMenu 
{
    background-color: #4c4c4c;
    height: 25px;
    font-size: 11px;
    font-weight: bold;
}

#switchWebsitesMenu li 
{
    float: left;
	list-style: none;
	width: auto;
    cursor: pointer;
    line-height: 24px;
    /*padding: 0 25px 0 25px;*/
    /*margin-right: 0;*/
    margin: 0 40px 0 0;
}

#switchWebsitesMenu li a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    height: 17px;
}

/* End Switch Websites Top Menu*/





/* 
------------------------------------
FOOTER
------------------------------------
*/
.footerWide 
{
    width: 100%;
    height: 100%;
}

.footerBottomBar 
{
    float: left;    
    width: 100%;    
    background-color: #343434;
    color: #ffffff;
    font-size: 12px;
    padding:5px 0 0 0;
    line-height: 17px;
}

footer h1 
{
    font-size: 14px;
    color: #cacaca;
}

footer h5
{
    font-size: 14px;
    color: #cacaca;
}

footer a, footer a:visited
{
    color: #ffffff;
    text-decoration: none;
}

footer a:hover
{
    color: #3ba3bc;
    text-decoration: none;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
}

.footer_col_separator
{
    float: left;
    width: 1px;
    height: 163px;
    background-color: #ffffff;    
    margin: 5px 30px 0 30px;    
}

.footerJoinValidateMsg
{
    color: #3ba3bc;
    clear: both;
    display: none;
}
/* End Footer*/





/* 
------------------------------------
FOOTER SOCIAL ICONS
------------------------------------
*/
.MILKIcon {
	background-image: url(../images/shared/ui-sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 38px;	
	text-indent: -9999px;
	margin: 0 6px 0 0;
}

.MILKIcons li {
	display: block;
	float: left;
}

.MILKIcon.facebook {
    
    width: 36px;
    background-position: -360px -308px;
}

.MILKIcon.twitter {
    width: 36px;
    background-position: -405px -308px;
}

.MILKIcon.youtube {
    width: 36px;
    background-position: -449px -308px;
}

.MILKIcon.pinterest {
    width: 36px;
    background-position: -493px -307px;
}


.MILKIcon.facebook:hover,
.MILKIcon.pinterest:hover,
.MILKIcon.youtube:hover,
.MILKIcon.twitter:hover {
    transform: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    opacity: 0.7;
}
/* End Social Icons*/

/* 
------------------------------------
REFER A FRIEND
------------------------------------
*/

.referafriend_header 
{
    float: right;
    padding-top: 2px;
}

.referafriend_product_multi
{
    float: right;
    height: 53px;
    margin-top: -40px;
    width: 165px;
}

.referafriend_product_single
{
    height: 35px;
    width: 167px;
    float: right;
}
/* End Refer a friend*/








/* 
------------------------------------
TOP MENU NAVIGATION
------------------------------------
*/

/*
---------------------------------
NAV BAR
---------------------------------
*/

.milkNavbar 
{
  /*  margin-top: 54px;*/
    height: 45px;
    min-height: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: none;
    border: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: 0;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav {
    margin-right: 0;    
}

.milkNavbar .nav-left > li:last-child {
    margin-right: 0;
}

.milkNavbar .pull-right > li:first-child {
    margin-left: 0;
}

.milkNavbar .nav-left > li, .milkNavbar .pull-right > li {
    list-style: none;
}

.milkNavbar .nav-left > li > a, .milkNavbar .pull-right > li > a {
    color: #353535;
}

.milkNavbar .nav-left > li > a:hover,
.milkNavbar .nav-left > .active > a,
.milkNavbar .nav-left > .active > a:hover,
.milkNavbar .nav-left > .active > a:focus, 
.milkNavbar .pull-right > li > a:hover,
.milkNavbar .pull-right > .active > a,
.milkNavbar .pull-right > .active > a:hover,
.milkNavbar .pull-right > .active > a:focus {
    box-shadow: none;
    text-decoration: none;
    border-bottom: solid 5px #444444;
}

.milkNavbar .nav-left > li > a.selected,
.milkNavbar .nav-left > .active > a.selected,
.milkNavbar .nav-left > .active > a:hover.selected,
.milkNavbar .nav-left > .active > a:focus.selected, 
.milkNavbar .pull-right > li > a:hover.selected,
.milkNavbar .pull-right > .active > a.selected,
.milkNavbar .pull-right > .active > a:hover.selected,
.milkNavbar .pull-right > .active > a:focus.selected,
.milkNavbar  a.selectedNavItem {
    box-shadow: none;
    text-decoration: none;
    border-bottom: solid 5px #444444;
}

.navigation-menu li ul
{	
    visibility: hidden;
	/*min-width: 197px;*/
	padding: 0;
	position: absolute;
	z-index: 99;
    top: 25px;
}

.navigation-menu .right
{	
    visibility: hidden;
	min-width: 200px;
	padding: 0;
	position: absolute;
	z-index: 99;
}

.navigation-menu li ul li
{
    list-style: none;
    line-height: 30px;
}

.navigation-menu li ul li a:hover {
    color: #000000;
}

.navigation-menu li ul li:hover {
    background-color: #f1f1f1;
    color: #000000;
}

.navigation-menu .arrow {
    background: #ffffff;
    padding: 12px 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
}

/*.navigation-menu .arrow:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.navigation-menu .arrow:after {
     border-color: rgba(255, 255, 255, 0);
     border-bottom-color: #ffffff;
     border-width: 15px;
     left: 24%;
}*/

.navigation-menu .subitem {
     font-size: 13px;
}

.navigation-menu a.subitem
{
    padding: 0 15px 0 15px;
    display: block;
}

.navigation-menu li.categorysubitem {
    margin: 0 15px 0 15px;
    border-bottom: 1px solid #dfdfdf;
}

.navigation-menu li.categorysubitem:hover, .navigation-menu li ul li.categorysubitem_li:hover{
    background: none;
}

.navigation-menu li.categorysubitem .subitem {
     font-size: 16px;
}

.navigation-menu ul.categorysubitemlist {
    margin: 0;
    position: relative;
    visibility: inherit;
    top: 0;
}

.navigation-menu .menusubcategorydiv {
    float: left;
    height: 270px;
}

.navigation-menu .catalog {
    width: 695px;
}

.navigation-menu .register {
    width: 215px;
    margin: 15px 0 0 -105px;
    padding: 0 10px 0 10px;
}

.navigation-menu .div1 {
    float: left;
}

.navigation-menu .div2 {
    float: left;
    border-left: 1px solid #dfdfdf;
}

.navigation-menu .div3 {
    float: left;
    border-left: 1px solid #dfdfdf;
}

.navigation-menu .div4 {
    float: left;
    border-left: 1px solid #dfdfdf;
}


/* END NAV BAR */

.navigationBar 
{
    position: absolute;
    width: 1240px;
}

.subHeaderNav 
{
    float:left;
    margin:65px 0 20px 0;
    width: 100%;
}

nav 
{
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #000000;
    position: relative;
    top: -70px;
}

#navigationmenu
{
    margin: 0;
	padding: 0
}

#navigationmenu a.single:hover 
{
    color: #7b7b7b;
}
	
#navigationmenu li
{	    
	list-style: none;
	width: auto;
	margin: 0 45px 0 45px;
    line-height: 0px;
}

#navigationmenu li a
{	
    display: block;
    padding: 3px 0 3px 0;
	text-decoration: none;	
	width: auto; 
	margin: 0;
	
}

#navigationmenu .selected
{
    z-index: 100;
    width: auto; 
    height: 27px;
    position: relative;
    text-align: center;
    /*color: #575A44;*/
}

#navigationmenu .item
{
    border-left: 1px solid transparent;
    border-top: 1px solid  transparent;
    border-right: 1px solid  transparent;
    border-bottom: 1px solid transparent;
    z-index: 100;
    background: none;	
    width: auto;     
    position: relative;
    text-align: center;
    color: #000000;
}
			
#navigationmenu li ul
{	
	/*border-right: 1px solid  #E7E3DA;
	border-bottom: 1px solid  #E7E3DA;
	border-left: 1px solid  #E7E3DA;*/
	margin: 0 0 0 -20px;
	min-width: 150px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 99;
}

#navigationmenu li ul.catalogmenu 
{
	margin-left: -350px
}
		
#navigationmenu li ul li
{	
    float: none;
	display: inline
}

#navigationmenu li ul.catalogmenu li
{	
	float: left;
}
		
#navigationmenu li ul li a
{	
	background: #ffffff;
	color: #353535;
	border:none;
	width: auto;
	text-align: left;
	margin-left: 0px;
    font-size: 13px;
    font-weight: normal;
    height: 22px;
    padding-top: 8px;
    letter-spacing: 0.5px;
}
			
#navigationmenu li ul li a:hover
{	
	background: #E7E3DA;
	border:none;
	width: auto;
}

#navigationmenu .catalogitem
{
    width:95px;
	height:200px;
	background: #F4F2EC;
	text-align: left;
	padding: 15px;
}

#navigationmenu .catalogitem a
{
    padding: 0;
    background: none;
    padding: 10px 0 0 0;
    text-decoration: underline;
}
	
#navigationmenu .catalogitem:hover
{
	background: #E7E3DA;
}

#navigationmenu .catalogitem p 
{
    font-size: 11px;
	font-weight: 600;
    /*color: #575A44;*/
	line-height: 15px;
	margin: 0;
	margin: 0; 
}

#navigationmenu .catalogitem .description 
{
    height: 50px;
}
	
#navigationmenu .catalogitem a.view
{
    text-decoration: none;
    color: #FC8C2A;
}

#navigationmenu .catalogitem a.view:hover
{
    text-decoration: underline;
}

#navigationmenu .catalogmenu .catalogbox 
{
    float: left;
}

#navigationmenu .catalogmenu .catalogsubmenu 
{
    background: none repeat scroll 0 0 #F4F2EC;
    padding: 10px 0 0 20px;
    text-align: left;
    color: black;
    font-size: 14px;   
}

#navigationmenu .catalogmenu .l_border 
{
    border-left: 1px solid #E7E3DA;
}
/* End Navigation */





/* 
------------------------------------
BREADCRUMB, PAGE TITLE, PROMOTIONS
------------------------------------
*/
.pageTitle 
{
    width: auto;    
}

.promotions
{
    width: auto;   
}

.promotionsTicker {
    height: 20px;
	overflow: hidden;
	list-style: none;
    width: 625px;
}

.promotions li
{
    float: right;
    width: 625px;
}

#breadcrumb
{
    color: #6a6a6a;
    margin: 0;
    padding: 4px 0 0 0;
    font-size: 9px;
    letter-spacing: 1px;
}

#breadcrumb li {
    float: left;
    list-style: none outside none;
    width: auto;
}

#breadcrumb li a {
    color: #6a6a6a;
    text-decoration: none;
}

#breadcrumbArrow
{
    position: relative;
    top: -6px;
    left: 0px;
    margin: 0 4px 0 0;
}

.christmasOfferBg {
    background-image: url(../images/promotions/christmas-special-offer/blue-bg.jpg);
	background-repeat: no-repeat;
}

/* End Page Title*/





/* 
------------------------------------
MY VOUCHERS PAGE
------------------------------------
*/

.timeFrame1 
{
    padding:12px 0 12px 0;
    border: none;
    background-color: transparent;
    font-weight: bold;
}

.timeFrame2
{
    padding:12px 0 12px 0;
    border: solid 1px #bebebe;
    background-color:#f0f0f0;
}

.timeFrame3
{
    padding:12px 0 12px 0;
    border: solid 1px #000000;
    background-color:#000000;
    color: #ffffff;
}

.timeFrame1 .timeFrameIcon {
    display: none;
}

.timeFrame2 .timeFrameIcon,
.timeFrame3 .timeFrameIcon {
    display: inline;
}

/* End My Vouchers Page*/



/* 
------------------------------------
PRODUCT PICKER
------------------------------------
*/
.selectedFabric 
{
    background: #3399ff;
    color: #ffffff;
}

.fabricsDropdown
{
    background-color: #ffffff;
    box-shadow: none;
    width: 93%;
    border: none;
    padding: 0;
    font-size: 14px;
    height: 25px;
}

.fabricsDropdown::after 
{
    background-image: url("../images/shared/ui-sprite.png");
    background-position: -126px -399px;
    border-left: 1px solid #d6d6d6;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.075) inset;
    content: " ";
    height: 27px;
    pointer-events: none;
    position: absolute;
    right: -13px;
    top: 1px;
    width: 25px;
}

.fabricsDropdown input 
{
    width:100%;
    cursor:pointer;
    color: #4d4e53;
}

.fabricsDropdownContainer {
    max-height: 250px;
    overflow-y: auto;
    width: 106%;
    border-radius:0;
    margin-top: 6px;
    box-shadow: none;
    border-top:none;
}

.fabricsDropdownContainer ul li {
    margin: 0 0 5px 0;
    cursor: pointer;
    color: #4d4e53;
}

.fabricsDropdownContainer ul li:hover,
.fabricsDropdownContainer ul li:focus {
    background: #3399ff;
    color: #ffffff;
}

.fabricsDropdownContainer ul li:last-child {
    margin: 0 0 15px 0;
}

*::-webkit-input-placeholder
{
    color:#4d4e53;
    opacity: 1;
}
*::-moz-placeholder
{
    color:#4d4e53;
    opacity: 1;
}
*:-moz-placeholder
{
    color:#4d4e53;
    opacity: 1;
}
*:-ms-input-placeholder
{
    color:#4d4e53;
    opacity: 1;
}
/* End PRODUCT PICKER */






/* 
------------------------------------
HOME PAGE
------------------------------------
*/
.threeStepsWrapper {
    background-color: #f7f7f7;
    padding: 10px 0 10px 0;
}

.threeSteps {
    text-align: center;
    margin-top: 3%;
}

.tilesInner {
    width: 92%;
    margin: 0 auto;
    padding: 15px 0 15px 0;
}

.homeTileButtons 
{
    width: 100%;
    position: absolute;
    bottom: 15px;
}

.tilesSubTitle {
    font-size: 13px;
    color: #6a6a6a;
}

.tilesDetail {
    text-align: left;
    min-height: 85px;
}

.homeAboutWrapper {
    float: left;
}

.homeAboutText {
    width: 340px;
    float:left;
    margin-right: 20px;
}

.homeAboutLink {
    margin-top: 15px;
}

.homeAboutImage {
    float: left;
}

/* End Home Page*/






/* 
------------------------------------
CATALOG LANDING PAGES
------------------------------------
*/
.catalogDescriptionText ul
{
    list-style: none outside none;
    margin: 10px 0 0 15px;
}

.catalogDescriptionText li:before 
{
    color: #bababa;
    content: "\25CF";
    font-size: 8px;
    list-style: none outside none;
    margin: 0 10px 0 -16px;
    vertical-align: middle;
    line-height: 24px;
}

.margin-bottom {
    margin-bottom: 2%;
}

/* End Catalog Landing Page*/





/* 
------------------------------------
CATALOG PRODUCT CAROUSEL
------------------------------------
*/
.carousel-indicators li {
    border-radius: 5px;
    width: 8px;
    height: 8px;
}

.carousel-indicators li {
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
}

.carousel-indicators .active {
    background-color: #747474;
    border: solid 1px #747474;
}

.catalogProductCarouselWrapper 
{
    position: relative;
}

.productSliderImage 
{
	width: 690px;
}

.productSliderTextWrapper
{
	width: 550px;
    height: 410px;
}

.productSliderText
{
    color: #6a6a6a;
    font-weight: lighter;
    letter-spacing: 0.5px;
}

.productSliderNavWrapper{
	position: absolute;
    bottom: 10px;
	right: 10px;	
}

.carouselSlider {
	visibility: hidden;
}

.carouselSlider .carouselSlide{
	overflow: hidden;
}

#carouselSliderNav{
	display: block;
	z-index: 20;
	position: relative;
	text-align: left;
}

#carouselSliderNav a{
	display: block;
	float: left;
	height: 20px;
	width: 23px;
	text-indent:-9999px;
    background-position: -208px -401px;
}

#carouselSliderNav a.activeSlide{
    background-position: -186px -401px;
}

#carouselSliderNav a 
{
	background-image: url(../images/shared/ui-sprite.png);
	background-repeat: no-repeat;
}

.promo-carousel,
.promo-carousel:visited
{
    opacity: 0.6;
}
.promo-carousel-btn 
{
    opacity: 0.6;
}
    
/* End Catalog Product Carousel*/






/* 
------------------------------------
TESTIMONIALS
------------------------------------
*/
.testimonialsCatalog {
	float: left;
    margin-top: 30px;
}

.testimonialsWrapper {
	float: left;
    position: relative;
}

.testimonial {
	float: left;
    margin-top: 30px;
}

.testimonialDesc {
	color: #6a6a6a;
    font-weight: lighter;    
    height: 115px;
}

.testimonialImage {
    float: left;
}

.testimonialLocation {
    color: #6a6a6a; 
}

.testimonial:before 
{
    background-image: url("../images/shared/ui-sprite.png");
    background-position: -331px -370px;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    float: left;
    height: 49px;
    margin: -30px 2px 0 0;
    width: 62px;
    
}

.promotion-template-testimonial .testimonialDesc {
	color: #333333;
    font-weight: 300;
    height: auto;
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
}

/*
.testimonial:after 
{
    background-image: url("../images/shared/ui-sprite.png");
    background-position: -416px -862px;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    float: right;
    height: 49px;
    margin: -20px 0 0 0;
    width: 68px;
}
*/
/* End Testimonials*/






/* 
------------------------------------
CATALOG PRODUCT PAGE
------------------------------------
*/
.sectionTitle {
    padding: 10px 0 10px 0;
}

.sectionTitleCenter 
{
    text-align: center;
    padding: 15px 0 15px 0;
}

.productContentWrapper {
	float: left;
	width: 690px;
	margin: 30px 0 0 0;
}

.productFeaturesWrapper{
    margin-bottom: 35px;
}

.photoAlbumsFeatures{
    margin-bottom: 55px;
}

.productFeature {
	float: left;
    width: 25%;
    text-align: center;
}

.featuresMargin {
    margin-bottom: 5px;
    padding: 0 21%;
}

.productFeatureDescription {
    text-align: center;
    padding: 0 20px 0 20px;
}

.bookFormatDetail {
    text-align: left;
    min-height: 65px;
}


.popularBookImageWrapper 
{
    line-height: 90px;
    padding-top: 10px;
    text-align: center;
}

.imageWrapperPhotoAlbums {
    width: 370px;
    height: 190px;
}


.pageExtent {
    background-color: #ffffff;
    border: solid 1px #dfdfdf;
    border-radius: 2px;
	height: 70px;
	position: relative;
	width: 280px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 5px 0 0 4px;
}

.pageExtent:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 0 solid transparent;
	border-bottom: 7px solid #dfdfdf;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;

    top: -8px;
	left: 50%;
	margin-left: -10px;
}

.pageExtentInner 
{
    display: inline-block;
    margin: 0px auto;
}

.pageExtentNumber 
{
    border-radius: 21px;
    border:solid 1px #dfdfdf;
    width:38px;
    height:30px;
    float:left;
    padding-top: 7px;
    display:block;
    margin: 5px 4px 0 0;
}

.bespokeThemesWrapper 
{
    margin: 0 auto;
    padding: 10px 0;
    width: 92%;
    min-height: 355px;
    position: relative;
}

.bespokeThemeDescription {
    text-align: left;
    min-height: 110px;
}

/* End Catalog Product Page*/





/* 
------------------------------------
PHOTO BOOKS PLUS ACCORDIAN
------------------------------------
*/
.bespokeAccordion {
    margin: 0;
}

.bespokeAccordion a {
    cursor: pointer;
}

.bespokeAccordion ul {
    padding: 0;
}

.bespokeAccordion h2 {
    margin-top: 0;
}

.bespokeAccordion li
{
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #dfdfdf;
    line-height: 21px;
    vertical-align: middle;
    padding: 10px 0 0 0;
    height: 30px;
}

.bespokeAccordion li a {
    text-decoration: none;
}

.bespokeAccordionContent {
    display: none;
    background-color: #FFFFFF;
    margin: 15px 0 35px 0;
    padding-top: 25px;
}
/* End Bespoke Accordian*/






/* 
------------------------------------
POPULAR BOOKS
------------------------------------
*/
.popularBooksWrapper{
    padding: 10px 40px;
    min-height: 170px;
}

.popularBooksText {
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
}

.popularBooksInner
{
    float: left;
    position: relative;
}

.popularBook 
{
    float:left;
    width: 130px;
    margin-right: 10px;
}

.scrollArea 
{
    overflow: hidden;
    position: relative;
    margin: 0 50px 0 50px;
}

/* End Popular Books*/





/* 
------------------------------------
BUTTONS
------------------------------------
*/
.btn
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.blackButton
{
    background-color: #000000;
    color: #ffffff;
}

.blackButton:hover, .blackButton:focus, .blackButton:active, .blackButton.disabled, .blackButton[disabled] {
    color: #ffffff;
    background-color: #000000;
    *background-color: #000000;
    background-image: -moz-linear-gradient(top, #000000, #555555);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#555555));
    background-image: -webkit-linear-gradient(top, #000000, #555555);
    background-image: -o-linear-gradient(top, #000000, #555555);
    background-image: linear-gradient(to bottom, #000000, #555555);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#555555', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.scrollerRoundButton
{
    width:40px;
    height:40px;
    padding:0px;
    border-radius: 20px;
}

.milkBlue {
    color: #38a1ba;    
}


.btn-round
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 60px;
    background-color: #ffffff;
    border: solid 1px #c7c7c7;
    display: inline-block;
}

.btn-round:hover
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 60px;
    background-color: #38a1ba;
    display: inline-block;
    border: none;
}

.milkBlueButton 
{
    background-color: #000000;
    color: #ffffff;
    text-shadow: none;
    background-image: none;
    border: none;
    font-weight: 300;
}


.milkBlueButton:hover, .btn:focus, .btn:active, .btn.disabled, .btn[disabled] 
{
    color: #ffffff;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #555555 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#555555)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000000 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000000 0%,#555555 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #000000 0%,#555555 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #000000 0%,#555555 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
}

.milkWhiteButton 
{
    color: #353535;
    text-shadow: none;
    background-color: #ffffff;
    border: 1px solid #000000;
    cursor: pointer;
    display: inline-block;
    line-height: 15px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
}

.milkWhiteButton:hover {
    color: #353535;
    background-color: #f6f6f6;
}

.catalogSelectButton
{
    text-align: center;
}

.selectCarouselButton 
{
    margin-top: 5px;
}

.scrollerLeftButton 
{
    position: absolute;
    top:35px;
    left: 0;
    z-index: 933;
}

.scrollerRightButton 
{
    position: absolute;
    top:35px;
    right: 0;
    z-index: 943;
}

.scrollerRoundButton
{
    width:40px;
    height:40px;
    padding:0px;
    border-radius: 20px;
    
    color: #333333;
    text-align: center;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.scrollerRoundButton:hover, .scrollerRoundButton:focus, .scrollerRoundButton:active, .scrollerRoundButton:disabled, .scrollerRoundButton[disabled]
{
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.testimonialsLeftButton 
{
    position: absolute;
    bottom:10px;
    right: 50px;
    z-index: 934;
}

.testimonialsRightButton 
{
    position: absolute;
    bottom:10px;
    right: 0;
    z-index: 944;
}

.joinButton:hover {
    transform: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    opacity: 0.7;
}

.popularBooksButton-control 
{
    outline: none;
    position: absolute;
    top: 40px;
	left: -40px;
}

.popularBooksButton-control.right 
{
    outline: none;
    left: auto;
	right: -40px;
}

.sharedWhiteButton 
{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    *background-color: #fgfgfg;
    background-image: -moz-linear-gradient(top, #ffffff, #fgfgfg);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fgfgfg));
    background-image: -webkit-linear-gradient(top, #ffffff, #fgfgfg);
    background-image: -o-linear-gradient(top, #ffffff, #fgfgfg);
    background-image: linear-gradient(to bottom, #ffffff, #fgfgfg);
    border: 1px solid #d6d6d6;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
    color: #6a6a6a;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.sharedWhiteButton:hover {
    color: #6a6a6a;
    background-color: #fafafa;
    *background-color: #ffffff;
}

.fixedPosButton 
{
    bottom: 22px;
    position: absolute;
    width: 100%;
}

.subscriptionPopupButtons
{
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 32px;
    width: 122px;
}

.creamButton
{
    background: #362A1F;
    border: 1px solid #362A1F;
    color: #FFFFFF;
    border-radius: 2px;
    font-size: 14px;
    padding: 4px;
    width: 175px;
    margin-left: 10px;
    margin-right: 10px;
}

/* End Buttons*/






/* 
------------------------------------
CAROUSEL BUTTONS
------------------------------------
*/

.carousel-control.left {
  left: 50px;
}

.carousel-control.right {
  right: 50px;
}

.carouselButton
{
    /*
    width:35px;
    height:55px;
    padding:0px;
    
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    */
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #aeaeae;
}

.carouselButton:hover, .carouselButton:active, .carouselButton:disabled, .carouselButton[disabled]
{
    /*
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    */
    opacity: 0.8;
}

.leftBtnRadius 
{
    /*border-radius: 0 6px 6px 0;*/
    border-radius: 30px;
}

.rightBtnRadius 
{
    /*border-radius: 6px 0 0 6px;*/
    border-radius: 30px;
}

.carouselLeftButton 
{
    position: absolute;
    top:175px;
    left: 0;
    z-index: 931;
}

.carouselRightButton 
{
    position: absolute;
    top:175px;
    right: 0;
    z-index: 941;
}

.left-arr 
{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../images/shared/ui-sprite.png");
    background-repeat: no-repeat;
    background-position: -459px -265px    
}

.right-arr {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../images/shared/ui-sprite.png");
    background-repeat: no-repeat;
    background-position: -486px -265px;
}

/*END CAROUSEL BUTTONS*/






/* 
------------------------------------
GLOBAL
------------------------------------
*/
.boxShadow 
{
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

.border-full
{
    border: solid 1px #dfdfdf;
}
.border-top 
{
    border-top: solid 1px #dfdfdf;
}
.border-right {
    border-right: solid 1px #dfdfdf;
}
.border-bottom {
    border-bottom: solid 1px #dfdfdf;
}
.border-left {
    border-left: solid 1px #dfdfdf;
}

i {
  display: inline-block;
  font-style: normal;
  position: relative;
}

i.arrow {
    top: 4px;
    border-right: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
}

i.arrow.right{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

i.arrow.left{
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

i.arrow.small {
    width: 20px;
    height: 20px;
}

i.arrow.medium {
    width: 25px;
    height: 25px;
}

i.arrow.large {
    width: 30px;
    height: 30px;
    display: block;
}

a, a:hover, a:active, a:focus {
    outline: 0;
}

.showCursor {
    cursor: pointer;
}

header
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

header .milkLogo,
header .no-resize-milk,
header .sharedLogo,
header .no-resize-shared,
header .mskLogo,
header .no-resize-msk,
header .milkNavbar,
header .ticker,
header .navigation {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.ticker
{
    background-color: #000000;
    color: #ffffff;
    height: 31px;
    padding-top: 9px;
}

.milkNavbar {
   margin-top: 31px;
}
 
.navigation
{
    background-color: #ffffff;
    height: 80px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
}

.milkLogo 
{
    margin-top: -50px;
    text-align: center;
}

.no-resize-milk {
    display: inline-block;
    min-height: 124px;
    height: 124px; 
    min-width: 115px;
    width: 115px;
}

header.smaller .no-resize-milk {
    width: 91px;
    min-width: 91px;
    height: 97px;
    min-height: 97px;
}

header.smaller .ticker {
    height: 20px;
    padding: 5px;
}

header.smaller .navigation {
    height: 47px;
}

header.smaller .milkNavbar {
   margin-top: 14px;
}

header.smaller .milkLogo {
    margin-top: -36px;
}

.sectionTitleWithLine 
{
    background-color: #ffffff;
    display: inline-block;
    padding: 0 35px 0 35px;
    position: relative;
    top: -10px;
}

.fa-times-thin:before {
    content: '\00d7';
    font-size: 34px;
    color: #a3a3a3;
}

.fa-times-thin:hover {
    color: #353535;
}

.carouselHeading {
    line-height: 21px;
}

.carouselHeading h1 {
    margin-bottom: 23px;
    font-weight: 300;
    line-height: 32px;
}

.socialIconBox {
    background-color: #878787;
    border-radius: 3px;
    color: #ffffff;
}

.socialIconBox:hover {
    background-color: #353535;
}

.socialIconBox.facebook {
    padding: 5px 4px 0 14px;
}

.socialIconBox.google {
    padding: 5px 7px 0 7px;
}

.socialIconBoxFooter {
    background-color: #ffffff;
    border-radius: 5px;
    color: #212121;
    width: 15px;
    margin: 0 auto;
}

.socialIconBoxFooter:hover {
    background-color: #686868;
}

.socialIconBoxFooter.facebook {
    padding: 6px 4px 0 8px;
}

.socialIconBoxFooter.twitter {
    padding: 3px 8px 3px 4px;
}

.socialIconBoxFooter.pinterest {
    padding: 3px 7px 3px 5px;
}

.socialIconBoxFooter.youtube {
    padding: 3px 8px 3px 4px;
}

.socialIconBoxFooter.instagram {
    padding: 3px 8px 3px 5px;
}

.socialIconBoxFooter.envelope {
    padding: 3px 9px 3px 3px;
}



.bulletList ul
{
    list-style: none outside none;
    margin: 10px 0 0 15px;
}

.bulletList li:before 
{
    color: #353535;
    content: "\25CF";
    font-size: 8px;
    list-style: none outside none;
    margin: 0 10px 0 -16px;
    vertical-align: middle;
    line-height: 24px;
}

.carousel 
{
    z-index: 0;
}

a.nocolor, a.nocolor:hover, a.nocolor:active, a.nocolor:visited
{
    color: inherit;
}

a 
{
    color: #353535;
    text-decoration:none;
    outline: none;
}

a:visited 
{
    color: #353535;
    text-decoration:none;
    outline: none;
}

a:hover, #breadcrumb li a:hover
{
    color: #3ba3bc;
    text-decoration:none;
    outline: none;
}

a:hover, a:active 
{
    color: #3ba3bc;
    outline: none;
    text-decoration:none;
}

.paddingTop_15 {
    padding-top: 15px;
}

.textureGrey 
{
    /*background: url("../images/milk/slideshow-bg-texture.jpg") repeat scroll left top transparent;*/
    background-color: #f7f7f7;
}

ul, ol {
	margin: 0;
	padding: 0;	
}

.spacer_5{
	height:5px;
	display:block;
	overflow:hidden;	
}

.spacer_10{
	height:10px;
	display:block;
	overflow:hidden;	
}

.spacer_20{
	height:20px;
	display:block;
	overflow:hidden;	
}

.spacer_30{
	height:30px;
	display:block;
	overflow:hidden;	
}

.spacer_40{
	height:40px;
	display:block;
	overflow:hidden;	
}

.spacer_50{
	height:50px;
	display:block;
	overflow:hidden;	
}

.spacer_60{
	height:60px;
	display:block;
	overflow:hidden;	
}

.spacer_200{
	height:200px;
	display:block;
	overflow:hidden;	
}

.align-center {
    text-align: center;
}

.flexible {
    width: 100%;
}

.doubleLines 
{
    height: 2px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
}

.keyline {
	width: 100%;
	height: 1px;
	background-color: #dfdfdf;
}

.keylineDark {
	width: 100%;
	height: 1px;
	background-color: #353535;
}

.keylineGrey {
	width: 100%;
	height: 1px;
	background-color: #8A8A8A;
}

.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.floatLeft, .float_left {
	float: left;	
}

.floatRight, .float_right {
	float: right;	
}

.clear_both {
	clear: both;	
}

.content-container
{
    max-width: 1240px;
    margin: 0 auto;
}

.arrow_box {
	position: relative;
}

.arrow_box:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #4c4c4c;
	border-width: 8px;
	left: 50%;
	margin-left: -10px;
}

.activeColor {
    color: #3ba3bc;
}

.text-underline {
    text-decoration: underline;
}

.text-bold {
    font-weight: 500;
}

.payPrintPopup 
{
    list-style-type: none;
    margin-top: 15px;
}

.payPrintPopup label {
    margin-bottom: 10px;
}

.text-white {
    color: #ffffff;
}

.flipbookIcons {
    color: #6a6a6a; 
}

.flipbookIcons:hover, .flipbookIcons:focus {
    color: #3ba3bc;
}

.groupDealsHeading h1 {
    font-size: 40px;
    font-weight: 200;
}

.groupDealsBody {
    font-size: 18px;
    font-weight: 200;
    padding: 28px 0 18px 0;
}

.link_arrow_box {
    position: relative;
}
.link_arrow_box:after,
.link_arrow_box:before {
     left: 100%;
     top: 50%;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
}
.link_arrow_box:after {
     border-color: rgba(136, 183, 213, 0);
     border-left-color: #9a9a9a;
     border-width: 7px;
     margin-top: -7px;
     left: 105%;
}
/* END GLOBAL */








/* 
------------------------------------
GALLERY LIGHBOX
------------------------------------
*/
.galleryWrapper{
    padding: 10px 40px;
    min-height: 60px;
}

.galleryLightbox-control 
{
    outline: none;
    position: absolute;
    top: 9px;
	left: -40px;
}

.galleryLightbox-control.right 
{
    outline: none;
    left: auto;
	right: -40px;
}

.galleryLightboxPopup-control 
{
    outline: none;
    position: absolute;
    top: 205px;
	left: 0;
    z-index: 999;
}

.galleryLightboxPopup-control.right 
{
    outline: none;
    left: auto;
	right: 0;
}

.galleryLightboxControlls
{
    top: 25%;
}

.boxWithShadow {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    padding: 20px;
}

/* END GALLEYR LIGHTBOX */








/* 
------------------------------------
CUSTOM CHECKBOX / RADIO BUTTONS
------------------------------------
*/

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:28px;
    height:28px;
    margin:-5px 5px 0 0;
    vertical-align:middle;
    cursor:pointer;
    background-image: url(../images/shared/ui-sprite.png);
    background-repeat: no-repeat;
    background-position: -537px -423px;
}

input[type="checkbox"]:checked + label span {
    background-position: -502px -423px;
}



input[type="radio"] {
    display: none;
}

input[type="radio"] + label span {
    display:inline-block;
    width:24px;
    height:24px;
    margin:-3px 5px 0 0;
    vertical-align:middle;
    cursor:pointer;
    background-image: url(../images/shared/ui-sprite.png);
    background-repeat: no-repeat;
    background-position: -279px -395px;
}

input[type="radio"]:checked + label span {
    background-position: -244px -395px;
}

/* END CUSTOM CHECKBOX / RADIO BUTTONS */










/* 
------------------------------------
GLOBAL ICONS
------------------------------------
*/
.iconsGlobal 
{
    background-image: url(../images/shared/ui-sprite.png);
	background-repeat: no-repeat;
    display: block;
}

.iconsGlobal.arrowNormal 
{
    background-position: -156px -405px;
    float: left;
    height: 16px;
    margin: 4px 0 0 3px;
    width: 17px;
    cursor: pointer;
}

.iconsGlobal.arrowActive 
{
    background-position: -129px -406px;
    float: left;
    height: 16px;
    margin: 4px 0 0 0;
    width: 17px;
}

.iconsGlobal.storyWithImage {
    background-position: -327px -460px;
    margin-top: -3px;
    width: 35px;
    height: 35px;
}

.iconsGlobal.storyWithText {
    background-position: -372px -460px;
    margin-top: -3px;
    width: 35px;
    height: 35px;
}

.loginIcons
{
    background-image: url(../images/shared/ui-sprite.png);
	background-repeat: no-repeat;
    display: block;
    float: left;
    height: 50px;
    margin-right: 8px;
    width: 50px;
}

.loginIcons.facebook {
    background-position: -101px -122px;
}

.loginIcons.facebook:hover {
    background-position: -101px -171px;
}

.loginIcons.google {
    background-position:  -163px -122px;
}

.loginIcons.google:hover {
    background-position:  -163px -171px;
}

.loginIcons.yahoo {
    background-position:  -225px -122px;
}

.loginIcons.yahoo:hover {
    background-position:  -225px -171px;
}

.loginIcons.openid {
    background-position: -187px -119px;
}

.loginIcons.openid {
    background-position: -118px -265px;
    width: 140px;
    height: 45px;
}

.loginIcons.openid:hover {
    background-position: -118px -223px;
}

.iconsFlag
{
    background-image: url(../images/shared/ui-sprite.png);
	background-repeat: no-repeat;
    display: block;
    float: left;
    height: 22px;
    margin: 2px 5px 0 0;
    width: 32px;
}
.pricing_us {
    background-position: -48px -19px;
}
.pricing_british {
    background-position: -48px -47px;
}
.pricing_euro {
    background-position: -48px -76px;
}
.pricing_aud {
    background-position: -48px -107px;
}
.pricing_nzd {
    background-position: -48px -138px;
}
.pricing_cad {
    background-position: -48px -167px;
}

.iconsPricing
{
    background-image: url(../images/shared/ui-sprite.png);
	background-repeat: no-repeat;
    display: block;
    float: left;
    height: 22px;
    margin: 2px 5px 0 0;
    width: 32px;
}
.tick {
    background-position: -433px -436px;
}
.dash {
    background-position: -433px -465px;
}

.iconsAppFeatures
{
    background-image: url(../images/milk/app/icons-sprite.png);
	background-repeat: no-repeat;
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
}
.imageImport {
    background-position: -68px -13px;
}
.imageEdit {
    background-position: -125px -12px;
}
.autofill {
    background-position: -181px -13px;
}
.dragDrop {
    background-position: -236px -12px;
}
.addText {
    background-position: -290px -11px;
}
.customizeBook {
    background-position: -344px -12px;
}
.watchVideo {
    background-position: 0 -3px;
    width: 67px;
    height: 64px;
}
/* END Global Icons*/











/* 
------------------------------------
PRICING
------------------------------------
*/

.pricing_col1-grey
{
    background-color:#eeeeee;
    padding:15px 0 15px 15px;
    text-align: left;
}

.pricing_col1-white
{
    background-color:#ffffff;
    padding:15px 0 15px 15px;
    text-align: left;
}

.pricing_col2-grey
{
    background-color:#eeeeee;
    padding:15px 0 15px 0;
    text-align: center;
}

.pricing_col2-white
{
    background-color:#ffffff;
    padding:15px 0 15px 0;
    text-align: center;
}

.pricingDownArrow{
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-top: 13px solid #ffffff;
    height: 0;
    width: 0;
}

/* END PRICING */






/* 
------------------------------------
PROMOTION
------------------------------------
*/
.wpoButtons {
	background-image: url('../images/promotions/wpo/buttons.png');
	background-repeat: no-repeat;
	display: block;
    height: 172px;
    width: 172px;
    text-indent: -9999px;
    position: relative;
    z-index: 999;
}

.wpoClickBtn
{
    cursor: pointer;
    position: absolute;
    right: 65px;
    top: -180px;
	background-position: 0 0;
}

.wpoPreviewBtn 
{
    cursor: pointer;
	position: absolute;
    right: 190px;
    top: 0;
	background-position: -173px 0;
}

.wpoBuyBtn 
{
    cursor: pointer;
	position: absolute;
    right: 5px;
    top: 0;
	background-position: -347px 0;
}

.wpoRegisterBtn 
{
    cursor: pointer;
	position: absolute;
    right: 5px;
    top: 0;
	background-position: -520px 0;
}

.wpoPromotionWrapper {
    width: 940px;
    margin: 0 auto;
}

.wpoSectionTitle {
    font-size: 22px;
}

.wpoTealColor {
    background-color: #439fa5;
    border-bottom: solid 6px #4bb2b9;
    color: #ffffff;
    height: 40px;
    padding: 10px 0 10px 0;
}

.wpoPinkColor {
    background-color: #b1307b;
    border-bottom: solid 6px #c53689;
    color: #ffffff;
    height: 40px;
    padding: 10px 0 10px 0;
}

.wpoGreyColor {
    background-color: #697478;
    border-bottom: solid 6px #7f8d92;
    color: #ffffff;
    height: 40px;
    padding: 10px 0 10px 0;
}

.wpoLimeColor {
    background-color: #c8ba31;
    border-bottom: solid 6px #b8ab2e;
    color: #ffffff;
    height: 40px;
    padding: 10px 0 10px 0;
}

.blank_box {
    height: 20px;
    padding-top: 20px;
}

.wpo_arrow_box {
    position: relative; 
    color: #ffffff;
    height: 20px;
    padding-top: 20px;
} 

.wpo_arrow_box:after {
     bottom: 100%; 
     border: solid transparent; 
     content: " "; 
     height: 0; 
     width: 0; 
     position: absolute; 
     pointer-events: none;
} 

.wpo_arrow_box:after {
     border-bottom-color: #7f8d92; 
     border-width: 10px; 
     left: 50%; 
     margin-left: -10px;
}

.shelfImage {
    background-image: url(../images/promotions/wpo/shelf.jpg);
	background-repeat: no-repeat;
    height: 340px;
    padding: 20px 25px 0 25px;
}

.wpoBookShelf {
    margin-left: 35px;
    cursor: pointer;
}

.wpoLeft {
    width: 460px;
    padding-right: 70px;
    float: left;
}

.wpoRight {
    width: 370px;
    float: left;
}

.wpoBooksButton-control 
{
    outline: none;
    position: absolute;
    top: 145px;
	left: -40px;
}
.wpoBooksButton-control.right 
{
    outline: none;
    left: auto;
	right: -40px;
}

.wpoShortlistHeader {
    width: 100%;
    height: 25px;
    padding-top: 2px;
    padding-left: 10px;
    background-color: #666666;
    color: #ffffff;
}

.wpoShortlistRow {
    width: 100%;
    height: 25px;
    padding-top: 2px;
    padding-left: 10px;
}

.wpoShortlistRowGrey {
    background-color: #e1e1e1;
}

.wpoCarouselText {
    color: #4D4E53;
    font-size: 21px;
    font-weight: lighter;
    left: 755px;
    line-height: 35px;
    position: relative;
    top: 60px;
    width: 400px;
    z-index: 97;
}

.wpoTiles {
    cursor: pointer;
}

.closePopupButton 
{
    cursor: pointer;
    position: absolute;
    right: 0px;
    width: 50px;
    height: 45px;
}

.wpoRegisterFormText {
    width: 115px;
}

.wpoFormLabelFont {
    font-size: 14px;
}

.wpoFormEleWidth {
    width: 205px;
}

/* 
------------------------------------
END WPO PROMOTION
------------------------------------
*/










/* FLIPBOOX */

.dfbBanner {
    color: #6a6a6a;
    background-color: #ffffff;
    padding: 18px;
    line-height: 25px;
    -webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.25);
    box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.25);
}

.dfbOwnerBanner {
    border-radius: 7px;
    border: 1px solid #353535;
    padding: 23px;
}

.dfbOwnerBanner:after {
    background-image: url("../images/flip-book/arrow.png");
    content: " ";
    display: block;
    float: right;
    height: 32px;
    margin: -17px 0 0 208px;
    width: 164px;
}

.dfbRandomBanner {
    border-radius: 7px;
    border: 1px solid #353535;
    padding: 15px;
}

.dfb-btns {
    position: absolute;
    margin-top: 50px;
    background-color: transparent;
    width: 50px;
    z-index: 1000;
}

.shadow
{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}

#magazine .turn-page
{
    background-color: #ccc;
    background-size: 100% 100%;
}

.thumbPage
{
    display: block;
    float: left;
    background-size: 100% 100%;
}

.spreadview
{
    height: 110px;
}
   
.leftPage
{   
        -webkit-box-shadow: inset -30px 8px 15px -30px rgba(0,0,0,0.2);
        -moz-box-shadow: inset -30px 8px 15px -30px rgba(0,0,0,0.2);
        box-shadow: inset -30px 8px 15px -30px rgba(0,0,0,0.2);
       
}
    
.rightPage
{
    /*-webkit-box-shadow: inset 30px 8px 15px -30px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 30px 8px 15px -30px rgba(0,0,0,0.2);
    box-shadow: inset 30px 8px 15px -30px rgba(0,0,0,0.2);*/
}

.dfb-controls {
    border-radius: 5px;
    height: 34px;
    font-size: 18px;
    color: #ffffff;
    padding: 7px 10px 0 10px;
    text-align:center;
    
    background-color: #cacaca;
    *background-color: #cacaca;
    background-image: -moz-linear-gradient(top, #cacaca, #878787);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cacaca), to(#878787));
    background-image: -webkit-linear-gradient(top, #cacaca, #878787);
    background-image: -o-linear-gradient(top, #cacaca, #878787);
    background-image: linear-gradient(to bottom, #cacaca, #878787);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#878787', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: none;
}

.spreadSmallShadow{
    box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.75);
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    overflow:hidden;
}

.spreadPageNumber{
    float: left;
    margin-right: 10px;
}

.pageNumberSmall{
    float:left;
    text-align:center;
}

.scrollSpreadArrow {
    float: left; 
    width: 20px; 
    height: 120px; 
    vertical-align: middle; 
    line-height: 120px;
    text-align: center;
    font-size: 30px;
    cursor:pointer;
    color: #878787;
}

.spreadScollArea {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto; 
    overflow-y: hidden;
    float:left;
}

.milk .selectedSpread{
	box-shadow: 0 0 8px 0 #3BA3BC;
}

.moleskine .selectedSpread{
	box-shadow: 0 0 8px 0 #FC8C2B;
}


/* END FLIPBOOK */

















/* 
------------------------------------
UFD DROP DOWN
------------------------------------
*/

/**	ufd 0.6: http://code.google.com/p/ufd/
This is the default skin, a plain but attractive dropdown.	*/

span.ufd.plain
{
    width: 234px !important;
}

.ufd.plain input
{
    height: 26px;
    line-height: 27px !important;
    padding: 1px 3px;
    width: 186px !important;
    border: 1px solid #d6d6d6;
}

.ufd_small .ufd.plain input
{
    width: 20px !important;
}

.ufd_small .ufd.plain
{
    width: 75px;
}

.ufd.plain input.disabled
{
    color: #777;
    background-color: #eee !important;
}

.ufd.plain button
{
    height: 28px;
    width: 25px;
    background-image: url(../images/shared/ui-sprite.png);
    background-position: -126px -399px;
    
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.075);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.ufd button {
    background-color: #ffffff;
    position: relative;
}

/* 
------------------------------------
END UFD DROP DOWN
------------------------------------
*/









/* 
------------------------------------
Subscription Popup
------------------------------------
*/
.subscriptionPopupBg 
{
    /*background: url(../images/shared/subscription-popup/bg.jpg) top left repeat;*/
    padding: 5px;
    font-size: 12px;
}

.closeButtonSubscription 
{
    background-image: url(../images/shared/ui-sprite.png);
	background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 5px;
    left: 482px;
    height: 25px;
    margin-right: 8px;
    width: 25px;
    background-position: -507px -388px;
    cursor: pointer;
    z-index: 919;
} 

.subscriptionPopupClose
{
    
}

.subscriptionPopupBg li 
{
    list-style: none;
}

.validationErrorMsg, .errorMsg {
    color:#3ba3bc;
    font-size: 14px;
    height: 30px;
}

.subscriptionInputBox {
    width: 88%;
    color: #8a8a8a !important;
}

.navInputBox {
    width: 93%;
    color: #8a8a8a !important;
}

.subscriptionPopupDropdown span.ufd.plain
{
    width: 185px !important;
}

.subscriptionPopupDropdown .ufd.plain input
{
    height: 26px;
    line-height: 27px !important;
    padding: 1px 3px;
    width: 150px !important;
    border: 1px solid #d6d6d6;
    color: #8a8a8a !important;
}

.subscribtionpopup_small .topText {
    padding-top: 40px;
}

.subscribtionpopup_small .textstyle1 
{
    color: #3A3737;
    font-size: 27px;
    line-height: 40px;
    padding-top: 38px;
}

.subscribtionpopup_small .textstyle2 
{
    color: #FC8C2B;
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
}

.subscribtionpopup_small .textstyle2_2 
{   color: #555555;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    padding-right: 20px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subscribtionpopup_small .textstyle3 
{
    color: #FC8C2B;
    display: block;
    font-size: 18px;
    left: 20px;
    line-height: 22px;
    padding: 0 20px 10px 0;
    font-weight:bold;
    text-align: right;
}
.subscribtionpopup_small label
{
     float: left;
    font-size: 12px;
    line-height: 13px;
    padding-left: 16px;
    text-align: left;
    width: 50px;
}

.subscribtionpopup_small .email   
{
    line-height: 30px;
 }

.subscribtionpopup_small input, .subscribtionpopup_small input:focus
{
 background: url("../images/input_bg.png") repeat-x scroll -31px top transparent;
    border: medium none;
    float: left;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 5px;
    vertical-align: middle;
}

.subscribtionpopup_small .button, .subscribtionpopup_small input.button:focus
{
    background: url("../images/submitbtn_subscription.png") no-repeat scroll center top transparent;
    height: 43px;
    margin-top: 46px;
    width: 140px;
    margin-left: 120px;
}

.closeButton {
    height: 25px;
    position: absolute;
    top: 10px;
    right: 8px;
    width: 25px;
    background: url("../images/closeBtnLightbox.png") no-repeat scroll center top transparent;
    cursor: pointer;
    z-index: 919;
} 

.subscriptiontermsdiv 
{
    background: none repeat scroll 0 0 #F4F2EC;
    text-align: left;
}

.subscriptioninfo {
    background: none repeat scroll 0 0 #F4F2EC;
    border: 1px solid #DCD8D4;
    font-size: 15px;
    height: 139px;
    margin: 5px;
    padding: 20px;
    position: absolute;
    right: 15px;
    top: 305px;
    width: 206px;
    z-index: 100;
}

.invalid_email {
  color: #FC8C2B;
    font-size: 12px;
    left: 385px;
    position: absolute;
    top: 433px;
}

.email_me {
    display: block;
    font-size: 16px;
    left: 275px;
    line-height: 20px;
    position: absolute;
    text-align: right;
    top: 452px;
    width: 300px;
}

.terms_and_cond {
    position: absolute;
    bottom: 24px;
    right: 20px;
    font-size: 12px;
}

.terms_and_cond a {
    text-decoration: underline;
    color: #FC8C2B;
}

.terms_and_cond a:hover {
    text-decoration: underline;
    color: #555555;
}

.backBtn {
 /*   bottom: 0px;*/
    position: absolute;
    right: 0;
}

#fancybox-content .subscriptiontermsdiv .button_Wrapper a .button_Center, #fancybox-content .subscriptiontermsdiv .button_Wrapper a .button_Left, #fancybox-content .subscriptiontermsdiv .button_Wrapper a .button_Right {
    background-image: url("../images/mmbuttons.png");
}

.recoverAccount label.error {
    color: #FC8C2A;
    /*font-size: 12px;
    left: 50px;
    margin-top: 30px;
    position: absolute;*/
}

#password_recovery_form .button_Wrapper input.button_Center, .button_Wrapper input.button_Center {
    color: #FFFFFF;
}


.defaultTextActive 
{
    color: #a1a1a1;
}
/* 
------------------------------------
END SUBSCRIPTION POPUP
------------------------------------
*/








/* 
------------------------------------
GIFT SHOP LINKS
------------------------------------
*/
.giftShopLink ul li{
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}
/* 
------------------------------------
END GIFT SHOP LINKS
------------------------------------
*/











/* 
------------------------------------
BASKET - FBARIC SELECT
------------------------------------
*/
.checkout_page_fabrics {
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.control_nav {
    position: relative;
    padding-top: 4px;
    height: 35px;
}

.control_nav a:hover {
 
}

.control_nav ul {
    margin: 0;
    padding: 0;
    top: 0px;
}

.control_nav li {
    display: inline;
    float: left;
    padding: 10px 0 9px 0;
    margin-right: 2px;
    position: relative;
    cursor: pointer;
    border-left: solid 1px #DFDFDF;
    border-top: solid 1px #DFDFDF;
    border-right: solid 1px #DFDFDF;
}

.control_nav li.selected
{
    display: inline;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 2px;
    background-color: #EEEEEE;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
}

.control_nav li.selected .left
{   
    display: block;
    float: left;
    left: 0px;
    position: absolute;
    top: 0;
    height: 37px;
}

.control_nav li:hover {
    background-color: #EEEEEE;
}

.control_nav li.last
{
    background: none;
    padding-right: 10px;
}

.control_nav li a:hover
{
    
}

.control_nav li a, .control_nav li.selected a
{
    padding: 8px 10px;
}

.catalog_grid_1 {
    padding-top: 10px;
}

.catalog_carousel ul li, .catalog_gallery_carousel ul li
{
    margin-right: 7px;
    display: block;
    float: left;
    height: 69px;
    width: 59px;
}

.catalog_carousel ul li a
{
    width: 45px;
    height: 55px;
    display: block;
    float: left;
    padding: 6px;
    border: 1px solid transparent;
}

.catalog_carousel ul li a:hover
{
    border: 1px solid #DFDFDF;
}

.catalog_carousel ul li a.selected
{
    background-color: #DFDFDF;
}

.catalog_carousel
{
    margin: 0 20px;
}

.catalog_carousel .fabric_price
{
    padding: 10px 0;
}

.catalog_carousel ul li img .catalog_gallery_carousel
{
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}
/* END BASKET - FBARIC SELECT */







/* 
------------------------------------
MILK APP PAGE
------------------------------------
*/
.appPageBg
{
    background-image: url(../images/milk/app/carousel-bg.jpg);
	background-repeat: repeat;
}

.milkAppTextColor {
    color: #767676;
}

.appFeatureHeading {
    float: left;
    margin: 2% 0 0 7px;
}

.appFeatures {
    text-align: left;
}

.appFeatures ul
{
    list-style: none;
}

.appFeatures ul li
{
    margin: 0 0 10px 0;
}

.appFeatures ul li:before
{	
    background-image: url(../images/milk/app/icons-sprite.png);
    width: 30px;
    height: 30px;
    vertical-align: middle;
	display: block;
	float: left;
    content: "";
    background-position: -395px -25px;
}
	
	


/* END MILK APP PAGE */






/* PRO MEMBER LOGIN POPUP / CREAM ALBUM */
.proMemberClass .container
{
    width: 720px;
    margin: 0;
}

.proMemberClass .fixedCol
{
    display: block;
    float: left;
    margin: 0 0 0 25px;
    width: 340px;
    
}
/* END PRO MEMBER LOGIN POPUP / CREAM ALBUM */


.pointer {
    cursor: pointer;
}


/* REGISTER CONFIRMATION */
.promoBox{
    border: solid 1px #DFDFDF;
    padding: 10px;
}
/* END REGISTER CONFIRMATION*/


.jockBookBg {
    background-color: #000000;
    padding: 67.5% 0 67.5% 0;
}

.selectedLine {
    -webkit-box-shadow: 0 -10px 5px -10px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0 -10px 5px -10px rgba(50, 50, 50, 0.20);
    box-shadow: 0 -10px 5px -10px rgba(50, 50, 50, 0.20);    
}

.triangle-with-shadow {
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 50px;
    margin: 0 auto;
}

.triangle-with-shadow:after {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 -10px 5px -10px rgba(50, 50, 50, 0.20);
    content: "";
    height: 30px;
    left: 10px;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 30px;
}

.triangle-with-shadow-small 
{
    position: absolute;
    width: 45px;
    height: 25px;
    overflow: hidden;
    margin: 0 auto;
    top: -23px;
    left: 45px;
}

.triangle-with-shadow-small:after 
{
    position: absolute;
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
    content: "";
    width: 20px;
    height: 20px;
    left: 10px;
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} 

.unsubscribe-image {
    background: #ffffff url("../images/shared/unsubscribe/background2000-2.jpg") no-repeat scroll 50% center / 2000px 879px;
    height: 879px;
}

/* 
------------------------------------
END NEW STYLES
------------------------------------
*/































button, input, select, textarea 
{
    color: #4d4e53;
}

#containerHm
{
	width:100%;
	height:100%;
	margin:0 auto;
}







/* Open Id */
form.openid ul 
{
     text-align:center;
     list-style-type:none;
     display:inline;
}
form.openid ul img 
{
    margin-left:0;
}
/* END Open Id*/












.bespoke{
	font-size:12px;
}

.bespokeTitle2{
	font-size:15px;
}

.bespokeTitle{
	font-size:19px;
}



/* 
------------------------------------
MOLESKINE + MILK - Main elements
------------------------------------
*/

.oneCol {
	width: 235px;	
}

.twoCol {
	width: 470px;
}

#MSKcontainer{
	width:100%;
	height:100%;
	margin:0 auto;
}











.topHeader {
	height: 25px;
	/*background: url(../images/hdr_bg.jpg) top left no-repeat;*/
	padding: 10px 0 0 0;
}


.jointLogo {
	width: 161px;
	line-height: 22px;
}

.topHeader nav.twoCol {
	width: 445px;
}



.topHeader nav a, .topHeader nav a:visited {
	color: #927f6f;
	margin-left: 40px;
}

.topHeader nav a:hover, .topHeader nav a:active {
	color: #7b7b7b;
}

.topHeader nav a.first, nav#menu a.first {
	margin-left: 0px;
}

a#createLogin {
	color: #FFFFFF;	
}

.moleskineLogo {
	padding: 20px 0 0 0;
}

.moleskineLogoCat {
	padding: 20px 0 0 0;
}

.milkLogoCat {
	padding: 10px 0 0 36px;	
}

.jointlogosMain {
	padding: 12px 0 0 10px;
}

.loginDetails {
	height: 31px;
	width: 100%;	
}

#greeting {
	font-size: 18px;
	font-weight: 300;
	/*color: #575A44;	*/
	padding: 13px 0 0 47px;
}

#logout, #itemCount {
	display: block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px 0 0 0;
}

#itemCount {
	margin: 0 25px 0 50px;	
}

#logout {
	margin: 0 12px 0 0;
}

nav#menu {
	width: 580px;
	font-weight: 500;
	margin: 35px 25px 0 0;
}

nav#menu a, nav#menu a:visited {
	color: #8e907f;
	margin-left: 10px;
}

nav#menu a:hover, nav#menu a:active {
	color: #3ba3bc;
}

.login {
	width: 505px;
}

.keyline_darkGrey {
	width: 100%;
	height: 1px;
	background: url('../images/hr_grey.gif') repeat-x;	
}

.stripe {
	width: 100%;
	height: 8px;
	background: url(../images/stripe.gif) repeat-x;
}

.button_Wrapper {
    display: block;
    padding: 0 0 0 5px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}

.button_Wrapper a {
    display: block;
    float: left;
    color: #969089;
}

.button_Wrapper a {
    text-decoration: none !important;
}

.button_Wrapper a .button_Left {
    float: left;
    height: 25px;
    width: 13px;
    background-position: 0px -454px;
}

.button_Wrapper a .button_Center {
    float: left;
    height: 25px;
    background-position: -25px -454px;
	background-color: transparent;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 26px;
    border: 0 none;
    padding: 0;
    vertical-align: middle;
	color: #FFFFFF;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 700;
    text-align: center;
}

.button_Wrapper a:hover .button_Center {
color: #FFFFFF;
}
.button_Wrapper a .button_Right {
    float: left;
    height: 25px;
    width: 15px;
    background-position: -322px -454px;
}



/* hover */
.button_Wrapper a:hover .button_Left {
    background-position: -0px -489px;
}

.button_Wrapper a:hover .button_Center, 
.button_Wrapper .button:hover, 
.ui-dialog .ui-button:hover
{
    background-position: -25px -489px;
}

.button_Wrapper a:hover .button_Right, 
.ui-dialog .ui-button:hover:after
{
    background-position: -322px -489px;
}

/* active */
.button_Wrapper a:active .button_Left
{
    background-position: -0px -524px;
}

.button_Wrapper a:active .button_Center, 
.button_Wrapper .button:active, 
.ui-dialog .ui-button:active
{
    background-position: -25px -524px;
}

.button_Wrapper a:active .button_Right, 
.ui-dialog .ui-button:active:after
{
    background-position: -322px -524px;
}

#fancybox-content .button_Wrapper a .button_Center, 
#fancybox-content .button_Wrapper a .button_Left , 
#fancybox-content .button_Wrapper a .button_Right  {
   background-image: url("../images/buttons.png");
}

#fancybox-content .cross_red a:hover .button_Center {
color: #753038;
}

#fancybox-content .tick_green a:hover .button_Center {
color: #2E6941;
}



/* 
------------------------------------
MOLESKINE + MILK - Product Tiles
------------------------------------
*/

.productTiles 
{
    float:left;
	margin: 80px 0 0 0;
}

.productTiles .oneCol{
	width: 234px;
	margin: 0 1px 0 0;
}

.productTiles .oneCol.last {
	margin: 0;
}

.productTile {
	cursor: pointer;	
}

.tileText {
	height: 70px;
	color: #FFFFFF;
	padding: 8px 0 0 15px;
    line-height: 19px;
    letter-spacing: 0.5px;
}

.tileText a {
	color: #FFFFFF;
	font-size: 10px;
}

.tileAccent {
	width: 100%;
	height: 6px;
}

.tileImg {
	width: 100%;
	/*height: 194px;*/
}

/* 
------------------------------------
MOLESKINE + MILK - Colors
------------------------------------
*/

.lime {
	background-color: #C8BA31;	
}

.lime .darkTint {
	background-color: #B8AB2E;	
}

.cyan {
	background-color: #439FA5;	
}

.cyan .darkTint {
	background-color: #4BB2B9;	
}

.green {
	background-color: #697478;	
}

.green .darkTint {
	background-color: #7F8D92;	
}

.magenta {
	/*background-color: #A0232B;*/
    background-color: #C53689;
}

.magenta .darkTint {
	/*background-color: #C22B34;*/
    background-color: #B1307B;
}

.aqua {
	/*background-color: #4BB2B9;	*/
	background-color: #697478;
}

.aqua .darkTint {
	background-color: #439FA5;	
}

.white {
	background-color: #FFFFFF;
}

.mint {
	background-color: #A5C3B6;	
}

.mint .darkTint {
	background-color: #90B5A6;	
}

.blue {
	background-color: #98AAB6;	
}

.blue .darkTint {
	background-color: #8297A5;	
}

.grey {
	background-color: #595a5c;	
}

.grey .darkTint {
	background-color: #414244;	
}

.red {
	background-color: #710f28;	
}

.red .darkTint {
	background-color: #590617;	
}

/* 
------------------------------------
MOLESKINE + MILK - SECTIONS
------------------------------------
*/

.prepay {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.sectionWrapper {
	width: 100%;
	background-color: #FAF9F6;
	margin: 0 0 70px 0;
}

.section {
	position: relative;
}

.sectionTop {
	height: 82px;	
}

.sectionTop h1 {
	width: 470px;	
	margin: 42px 0 0 15px;
	letter-spacing: 1px;
}

.sectionNav {
	margin: 56px 0 0 0;	
}

.sectionNav ul {
	list-style-type: none;	
}

.sectionNav ul li{
	display: inline-block;
	margin: 0 0 0 50px;
	cursor: pointer;
	color: #927F6F;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
}

.sectionNav ul li a {
	color: #927F6F;
}

.sectionNav ul li a:hover {
	color: #FC8C2A;	
}

.sectionContent {
	height: 368px;
	margin: 11px 0 92px 0;
	color: #FFFFFF;
}

.sectionAccent {
	width: 100%;
	height: 4px;
}

.sectionDescription {
	width: 410px;
	padding: 15px 10px 0 50px;
}

.sectionDetails {
	height: 334px;
	width: 395px;
	padding: 30px 20px 0 55px;
}

.sectionDetails ul{
	margin: 15px 0 0 0;
	list-style-type: none;	
}

.sectionDetails ul li {
	padding: 3px 0;
	border-top: 1px solid #FFFFFF;
	font-size: 14px;
}

.sectionDetails ul li.sectionDetailsListHdr {
	border-top: none;
}

.sectionDetails ul li a {
	color: #FFFFFF;	
}

.sectionContent .details {
	font-size:14px;
	font-weight:400;
}

 .details {
	font-size:14px;
	font-weight:400;
}

.sectionDescription a {
	color:#FFF;
	text-decoration:none;
}

.sectionDescription a:hover {
	text-decoration:underline;
}

.catalog_main_left a {
	text-decoration:none;
}

.catalog_main_left a:hover {
	text-decoration:underline;
	/*color: #575A44;*/
}



.sectionDescription .bullet:before, .catalog_main_left .bullet:before, .carouselSlideText .bullet:before, .FAQlists .bullet:before
{	 content: "\25CF";     
    font-size: 6px;
    padding-bottom: 2px;
    vertical-align: middle;
	margin-right: 8px;
	display: block;
	float: left;
	}
	
.FAQlists .bullet:before {
		color:#969089;
	}
	
.sectionDescription ul li, .catalog_main_left ul li, .carouselSlideText ul li, ul.FAQlists li
{
	list-style-type: none;
	display: inline-block;
}
.sectionDescription .text, .catalog_main_left .text, .carouselSlideText .text, .FAQlists .text
{
	display:block;
	width: 350px;
	float: left;
	padding-bottom: 2px;
}

.FAQlists .text {
	width:140px;
}

.carouselSlideText .text {
	font-size:16px;
	font-weight:300;
	width:220px;
}

.sectionGallery {
	height: 100%;
}

.sectionImg {
	height: 364px;
}

.imgListItem, .imgThumbItem {
	display: none;	
}

.imgListItem:nth-child(1), .imgThumbItem:nth-child(1) {
	display: block;	
}

.galleryThumbnails a {
	width: 235px;
	height: 182px;
	display: block;
	float: left;
}

.MSKCreateButtons, .MILKCreateButtons {
	background-image: url('../images/mskcreatebuttons.png');
	background-repeat: no-repeat;
	display: block;
    height: 172px;
    width: 172px;
    text-indent: -9999px;
}

.MILKCreateButtons {
	background-image: url('../images/milkcreatebuttons.png');
}

.giftVoucherBtn, .photoBookBtn, .photobooksBtnHm, .giftvouchersBtnHm, .photobooksplusBtnHm, .photoalbumsBtnHm, 
.photoAlbumBtn, .photoBookPlusBtn, .photobooksBtnHmMole, .photobooksplusBtnHmMole, .photoalbumsBtnHmMole, .giftvouchersBtnHmMole
 {
	position: absolute;
	bottom: -50px;
	right: 20px;
	z-index: 999;
}

.giftVoucherBtn a {
	background-position: 0 0;
}

.giftVoucherBtn a:hover {
	background-position: -172px -519px;
}

.photoBookBtn a {
	background-position: 0px -172px;
}
.photobooksBtnHm a {
	background-position: 0px -1549px;
}
.photobooksplusBtnHm a {
	background-position: 0px -1204px;
}
.photoalbumsBtnHm a {
	background-position: 0px -1376px;
}
.photoAlbumBtn a {
	background-position: 0px -344px;
}

.photoBookPlusBtn a {
	background-position: 0px -516px;
}

.photoBookBtn a:hover, .photoAlbumBtn a:hover, .photoBookPlusBtn a:hover {
	background-position: -172px -344px;
}


.giftvouchersBtnHmMole a {
	background-position: 0px -1542px;
}
.giftvouchersBtnHmMole a:hover
{
    background-position: -172px -688px;
}
.photoalbumsBtnHmMole a {
	background-position: 0px -1202px;
}
.photoalbumsBtnHmMole a:hover
{
    background-position: -172px -860px;
}
.photobooksplusBtnHmMole a {
	background-position: 0px -1031px;
}
.photobooksplusBtnHmMole a:hover
{
    background-position: -172px -860px;
}

.photobooksBtnHmMole a {
	background-position: -172px -860px;
}
.photobooksBtnHmMole a:hover
{
    background-position: -172px -346px;
}

.photobooksBtnHm a:hover, .photoalbumsBtnHm a:hover, .photobooksplusBtnHm a:hover {
	background-position: -172px -1032px;
}

.photobooksBtnHm a:hover {
	background-position: -172px -172px;
}

.giftvouchersBtnHm
{
    background-position: -0px -0px;
}
.giftvouchersBtnHm a:hover {
	background-position: -172px -688px;
}
.homeCreateBtn a:hover
{
	background-position: -0px -344px;
}

.prePurchaseBtn
{
	bottom: 30px;
	position: absolute;
	right: 210px;
}

.prePurchaseBtn a
{
	background-position: -0px -696px;
}

.prePurchaseBtn a:hover
{
	background-position: -0px -696px;
}

.prePurchaseBtnMilk, .prePurchaseBtnMilk25, .prePurchaseBtnMoleskine, .prePurchaseBtnProjectLife
{
	/*bottom: -32px;*/
	position: absolute;
	/*right: 180px;*/
}

.milk_prepurchaseBtn, .milk_gift_prepurchaseBtn
{
	top: 250px;
	position: relative;
    left: 750px;
    width: 172px;
}

.prePurchaseBtnMilkHm, .prePurchaseBtnMoleskineHm, .prePurchaseBtnMilk25Hm, .emailBtnMoleskineHm, .specialBtnMoleskineHm
{
	bottom: 32px;
	position: absolute;
	right: 200px;
}


.moleskine_prepurchaseBtn, .moleskine_gift_prepurchaseBtn
{
	top: 250px;
	position: relative;
    left: 750px;
    width: 172px;
}

.prePurchaseBtnMilkHm a
{
	background-position: -0px -688px;
}

.prePurchaseBtnMilkHm a:hover
{
	background-position: -172px -688px;
}
.prePurchaseBtnMoleskineHm a
{
	background-position: 0px -688px;
}

.prePurchaseBtnMoleskineHm a:hover
{
	background-position: -172px -688px;
}
.emailBtnMoleskineHm a
{
	background-position: 0 -1712px
}

.emailBtnMoleskineHm a:hover
{
	background-position: -172px -688px;
}

.specialBtnMoleskineHm a
{
	background-position: -171px -1542px
}

.specialBtnMoleskineHm a:hover
{
	background-position: -172px -688px;
}
.prePurchaseBtnMilk25Hm a
{
	background-position: 0px -688px;
}

.prePurchaseBtnMilk25Hm a:hover
{
	background-position: -172px -860px;
}

.prePurchaseBtnMilk a, .milk_prepurchaseBtn a
{
	background-position: 0px -2916px;
}

.prePurchaseBtnProjectLife a
{
	background-position: 0px -2748px;
}

.prePurchaseBtnMilk a:hover, .milk_prepurchaseBtn a:hover, .prePurchaseBtnProjectLife a:hover
{
	background-position: -172px -688px
}

.milk_gift_prepurchaseBtn a
{
	background-position: 0px -2404px;
}

.milk_gift_prepurchaseBtn a:hover
{
	background-position: -172px -688px
}

.prePurchaseBtnMilk25 a
{
	background-position: 0px -688px;
}

.prePurchaseBtnMilk25 a:hover
{
	background-position: -172px -860px;
}
.prePurchaseBtnMoleskine a, .moleskine_prepurchaseBtn a
{
	background-position: 0px -688px;
}

.prePurchaseBtnMoleskine a:hover, .moleskine_prepurchaseBtn a:hover
{
	background-position: -172px -688px;
}

.moleskine_gift_prepurchaseBtn a
{
	background-position: 0px -1712px;
}

.moleskine_gift_prepurchaseBtn a:hover
{
	background-position: -172px -688px;
}

/* 
------------------------------------
MOLESKINE + MILK - TERMS + HELP
------------------------------------
*/

#terms_grid, #help_grid {
	width: 938px;
    padding: 25px 0;
    border: 1px solid #DCD8D4;
    background: #F6F4EF;
    clear: both;
	margin: 0 0 30px 0;	
}

.terms_container {
    clear: both;
    float: left;
  /*  padding: 0px 45px 20px 45px;*/
    width: 850px;
}

.terms_grid_full{
	width: 800px;
	margin: 0 auto;
    padding: 30px 0 20px 0;
	clear: both;
}

.faq_grid_full{
	width: 850px;
	margin: 0 auto;
	clear: both;
}

.terms_col {
    float: left;
    margin-bottom: 15px;
    width: 280px;
}

ul.terms_lists {
	line-height: 18px;
    list-style-type: none;
}

.terms_heading h2, .faq_heading {
    font-size: 23px;
    line-height: 28px;
    padding-left: 20px;
	font-weight: 400;
}

#terms_grid .intro h4, #help_grid .intro h4, .acct_login .intro h4 {
	height:40px;
	text-align:right;
	letter-spacing: 1.5px;
	/*color: #575A44;*/
	font-weight: 500;
	font-family: "brandon-grotesque",sans-serif;
}

.acct_login .intro h4 {
	text-align: left;
	height: 25px;	
}

.tc_item_content {
  /*  display:none;*/
}

#terms_grid .terms_lists li a, #help_grid .terms_lists li a {
    cursor:pointer;
	text-decoration: underline;
	color: #969089;
	font-size: 13px;
	line-height: 19px;
}

#terms_grid .terms_lists li a:hover, #help_grid .terms_lists li a:hover  {
	color: #3ba3bc;
}

#terms_grid p {
	font-size: 15px;
	line-height: 18px;
	/*color: #575A44;*/
	font-weight: 300;
}

.termNum {
	font-weight: 500;	
}



/*
.input_text span
{
    float: left;
    height: 27px;
    width: 10px;
    display: block;
    background: url('../images/input_bg.png') -17px top no-repeat;
}
*/
#help_grid h2 {
	padding: 0 0 0 20px;
	/*color: #575A44;*/
}

.FAQlists_wrapper {
	padding: 0 15px;	
	clear: both;
	margin-bottom: 20px;
}

.faq_col_left, .faq_col_mid, .faq_col_right{
	width:174px;
	float:left;
	margin-bottom:15px;
	border-right: 1px solid #e0ded9;
	padding: 0 15px;
	height: 420px;
}

.faq_col_right{
	border: none;
}

.faq_col_left ul, .faq_col_mid ul, .faq_col_right ul{
	padding-left:15px;
}

ul.FAQlists {
	list-style-type:none;
	line-height:16px;
	cursor:pointer;
}

ul.FAQlists li a{
	cursor:pointer;
	text-decoration: none;
	color: #969089;
}

ul.FAQlists li a:hover {
	color: #3ba3bc;
}

.faq_content{
	margin-top:20px;
	font-size:14px;	
	line-height:18px;
}

.faq_content img{
	margin-left:20px;
	float:right;
}

#faq_page_header{
	height:80px;
	padding-top:20px;
	padding-left:10px;	
}

#faq_page_header .text_left{
	width:450px;
	font-size:20px;
	line-height:24px;
}

.faq_item_title {
	line-height: 26px;
	font-weight: 700;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1.7px;
	padding: 5px 0 20px 0;
}

.help_item_content_inner {
	margin: 0 166px;
	/*color: #575A44;*/
	font-weight:300;
}

.faq_QA_text{
	width:465px;
	float:left;
	padding-bottom:25px;
	font-size: 15px;
	line-height: 21px;
}

.faq_Q{
	width:25px;
	float:left;
}

.Q{
	font-style:italic;
}

.Q p, .A p 
{
    padding:0;
    margin:0;
}

.faq_A{
	width:25px;
	float:left;
}

.faq_line{
	margin:15px 0 5px 0;
	padding:15px 0 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0ded9;	
}

.faq_contact_help {
	font-size: 13px;
	/*color: #575A44;	*/
}



/* 
------------------------------------
MOLESKINE + MILK - MILK LANDING PAGE
------------------------------------
*/


.carouselSlideText h1 {
	font-size: 26px;
}

.carouselSlideText .small {
	font-size: 13px;
	line-height: 16px;
}

#MILKcontainer .tileImg {
	height: 216px;
}

.MilkButtonImg {
	position: absolute;
	top: 283px;
	right: 16px;	
	z-index: 300;
}

/* 
------------------------------------
MOLESKINE + MILK - FOOTER
------------------------------------
*/

.catalogFooter 
{   
    position: absolute;
    left: 535px;
    top: 840px;
}


.pricing_shipping {
    /*padding-left: 505px;*/
    line-height: 21px;
}

.socialIcons{
    /*padding-left: 505px;*/
    /*margin: 40px auto 0 auto;*/
    width: 370px;
    margin-top: 15px;
    height: 30px;
}	

.MSKSocialIconsInner {
	height: 27px;
	width: 940px;
    margin: 0 auto 0 auto;
}

.MSKSocialIconsInner2 {
	height: 40px;
	width: 286px;
	margin: 10px 0 20px 780px;
}

.socialHdr {
	font-size: 16px;
	width: 105px;
	font-weight: 400;
    padding-top: 5px;
	vertical-align: middle;
}

.socialHdrMILK {
	font-size: 16px;
	width: 105px;
	font-weight: 400;
	vertical-align: middle;
    padding-top: 9px;
    color: #ab9d8c;
}


.MSKIcons li {
	display: block;
	float: left;
}

.MILKSocialIconsInner {
	height: 27px;
	width: 940px;
    margin: 0 auto 0 auto;
}

.MSKIcon {
	width: 27px;
	height: 27px;
	display: block;
	background-image: url(../images/msk_social_icons.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.MSKIcon.rss {
	background-position: 0px 0px;
}

.MSKIcon.moleskinerie {
	background-position: -27px 0px;
}

.MSKIcon.facebook {
	background-position: -54px 0px;
}

.MSKIcon.twitter {
	background-position: -81px 0px;
}

.MSKIcon.youtube {
	background-position: -108px 0px;
}

.MSKIcon.vimeo {
	background-position: -135px 0px;
}

.MSKIcon.flickr {
	background-position: -162px 0px;
}

.MSKIcon.pinterest {
	background-position: -189px 0px;
}





.lines_hoz {
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A19D97;
	border-bottom-color: #D0CCC4;
}

/**** Loading Animation ****/

.loader_wrapper {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.my_books_invitation .loader_wrapper {
    display: none;
}

/* 
------------------------------------
MILK - Account elements
------------------------------------
*/



.acct_sub_head h2
{
    padding-left: 10px;
	margin: 12px 0;
	font-size: 24px;
}

.acct_sub_head .button_Wrapper
{
    margin-top: 12px;
}

.acct_postcard
{
    position: absolute;
    top: 70px;
    right: 0px;
}

.acct_address_addtional hr, .acct_grid_address_right hr
{
    border-top: 1px solid #D0CCC4;
}

.acct_grid_address_right hr
{
    clear: both;
}

.acct_grid_1
{
    width: 400px;
    float: left;
    margin-top: 13px;
}

.acct_grid_full
{
    width: 824px;
    float: left;
    margin-top: 13px;
}

.acct_grid_1_thin
{
    width: 230px;
    float: left;
    margin-top: 13px;
}

.acct_grid_1_wide
{
    width: 424px;
    float: left;
    margin-top: 13px;
}

.acct_grid_address_left
{
    float: left;
    width: 392px;
    margin-top: 13px;
    height: 380px;
}

.acct_grid_address_right
{
    float: left;
    margin: 13px 0 0 20px;
    width: 424px;
}



.acct_grid_1_form
{
    width: 450px;
    float: left;
    margin-top: 13px;
}

#accordion
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.acct_grid_1.vl
{
    border-right: 1px solid #e0ded9;
}

.acct_grid_2
{
    width: 424px;
    float: left;
    margin: 13px 0 0 20px;
}



.acct_grid_2_wide
{
    width: 392px;
    float: left;
    margin: 13px 0 0 20px;
}

.acct_grid_2 .social_media_wrapper
{
    padding-right: 48px;
    padding-bottom: 20px;
}


.multi_label .left
{
    padding-left: 190px;
    padding-bottom: 5px;
}

.acct_form .multi_label
{
    padding-bottom: 0px;
}

.acct_form .right input[type="text"]
{
    width: 359px;
}



.block
{
    display: block;
}

.social_btn_wrapper
{
    background: #FFFFFF;
	margin: 5px;
	float: left;
    height: 53px;
    display: block;
    text-align: center;
}

.content a.social_btn_wrapper
{
    text-decoration: none;
}

.social_media_wrapper .providers
{
   /* padding: 0 0 0 20px;*/
}

.social_media_wrapper .providers li
{
    list-style-type: none;
}

.social_btn_wrapper .text
{
    display: block;
    padding: 0 0 0 17px;
    color: #4d4e53;
    font-size: 13px;
    float: left;
    line-height: 45px;
    vertical-align: middle;
}

#checkout_grid .content, #catalog_grid .content, #about_grid .content, #terms_grid .content, #help_grid .content, #professionalServices_grid .content
{
    padding: 0px 45px 0px 45px;
}

.checkbox, .radio
{
    width: 20px;
    height: 20px;
    padding: 0 5px 0 0;
    background: url('../images/checkbox.png') no-repeat;
    display: block;
    clear: left;
    float: left;
}

.radio
{
    background: url(radio.gif) no-repeat;
}

.select
{
    position: absolute;
    width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 21px;
    padding: 0 24px 0 8px;
    color: #fff;
    font: 12px/21px arial,sans-serif;
    background: url('../images/select.png') no-repeat;
    overflow: hidden;
}

#delivery_address1
{
    float: left;
    margin-bottom: 10px;
}

#delivery_address2
{
    float: left;
    margin-bottom: 10px;
}

#delivery_address3
{
    float: left;
}




.hide_address3
{
    display:none !important;
}

/*#zip_code
{
    width: 106px;
}*/

#acct_my_details, #acct_login_details, #acct_delivery_address {
	float: left;
	clear: both;
	width: 100%;
}

.MyProfilePage .acct_grid_1_wide .button_Wrapper {
    padding: 0;
}

.myprofile_row .radioBtn, #acct_my_details .radioBtn {
    display: block;
    float: left;
    height: 24px;
    width: 31px;
    line-height: 35px;
}

#acct_my_details .radioBtn {
    line-height: 17px;
}

.myprofile_row {
    width: 430px;
    line-height: 40px;
    font-size: 12px;
    float: right;
}

form.openid ul {
    margin: 0px;
}

fieldset.openid {
    float: left;
	padding-left:80px;
}

input#IsPrimary {
	display: none;
}



.hide
{
    display: none;
}

.show
{
    display: block;
}

#ufd-container .plain div.list-scroll
{
    border: 1px solid #dcdbdb;
    border-top-width: 0px;
    background-color: #FFF;
}

#ufd-container .plain div.list-wrapper-up div.list-scroll
{
    border-top-width: 1px;
    border-bottom-width: 0px;
}

#ufd-container .plain li
{
    padding-left: 5px;
}

#ufd-container .plain li em
{
    font-weight: bold;
    font-style: normal;
}

.acct_grid_address_right li, .my_book_control li
{
    list-style: none;
}

.my_book_control li
{
    display: block;
    clear: both;
}


.acct_form hr
{
    margin-top: 0px;
}

.expand.additional
{
    border-top: 1px solid #D0CCC4;
    padding-top: 10px;
}

/*
.carousel
{
    position: relative;
    width: 620px !important;
}
*/

.carousel ul li
{
    display: block;
    float: left;
    list-style: none;
    margin-right: 10px;
    height: 454px;
    width: 320px;
}

.address_option {
    padding: 5px 0;
}

.address_option label {
    margin-left: 10px;
}

#sign_up {
    margin: 20px 0;
}



input[type="button"], input[type="submit"] {
    text-transform: uppercase;
}

.form_buttons {
    margin: 20px 0;
}

#my_details_form .button_Wrapper {
    padding: 0 5px 0 0;
}

.my_books_create_new_book_wrapper {
	margin: 0 0 0 10px;
	cursor: pointer;	
}

.my_books_create_new_book_wrapper .button_Center {
	width: 218px;	
}

/**** Info Message ****/

.info_msg
{
    background-color: #FFFFFF;
    border: 1px solid #DCD8D4;
    padding: 0 20px;
    text-align: center;
    margin: 15px;
    clear: both;
    display: none;
}

/* 
------------------------------------
MILK - Catalog
------------------------------------
*/

#catalog_nav, #pricing_nav, #about_navi
{
    width: 942px;
    position: relative;
    top: 1px;
    z-index: 40;
}

#pricing_nav a.pricing_nav_item, #about_navi a.about_navi_item
{
    font-size: 11px;
    vertical-align: middle;
    width: 226px;
	font-weight: 700;
}

#catalog_nav a, #pricing_nav a, #about_navi a
{
    display: block;
    font-weight: 500;
    font-size: 11px;
	line-height: 15px;
    letter-spacing: 1px;
    float: left;
    margin-right: 8px;
    padding: 16px 0;
    border-right: 1px solid #EDE8DE;
    border-top: 1px solid #EDE8DE;
    border-left: 1px solid #EDE8DE;
    background: url('../images/hr_grey.gif') repeat-x top left;
    text-align: center;
	color: #b4b0a8;
}

#catalog_nav a.catalog_nav_item {
	width: 125px;
	padding: 10px 0;
	 font-weight: 500;
}

#catalog_nav a.selected, #pricing_nav a.selected, #about_navi a.selected
{
    background-color: #F6F4EF;
    border-right: 1px solid #ddd9d4;
    border-top: 1px solid #ddd9d4;
    border-left: 1px solid #ddd9d4;
    background-image: none;
    /*color: #575A44;*/
}


#catalog_nav a.last {
    margin: 0 0 0 2px;
}

#pricing_nav a.last {
	padding-top: 25px;
	height: 21px;
}

#catalog_grid #catalog_nav {
    float: right;
    width: 354px;
    top: 1px;
}

#catalog_grid #catalog_nav a {
    width: 170px;
    font-size: 13px;
    text-decoration: none;
	border-right: none;
    border-top: 1px solid #F6F4EF;
    border-left: none;
}

#catalog_grid #catalog_nav a.selected {
    border-right: 1px solid #ddd9d4;
    border-top: 1px solid #ddd9d4;
    border-left: 1px solid #ddd9d4;
}

#catalog_grid .desc_specs {
    width: 854px;
}

.catalog_grid_full {
    width: 850px;
    float: left;
    padding: 10px 0;
    clear: both;
}
	
.catalog_footer_left {
    width: 430px;
    float: left;
}

.catalog_footer_right {
    width: 400px;
    float: left;
    padding-left: 20px;
}

.catalog_footer_right .large_button_Wrapper.last {
    margin-left: 20px;
}

.bottom_left_bar {
    float: left;
    font-size: 14px;
    /*color: #575A44;*/
    padding: 9px 0px 9px 0px ;
	line-height:18px;
}

.bottom_left_bar .orders_total {
    font-size: 24px;
	font-weight: 400;
    font-style: normal;
    padding: 0 10px 0 0px;
}

.price_ship_links {
	font-weight: 300;
	font-size: 13px;	
}

.price_ship_links a {
	text-decoration: underline;
}



.catalog_slider
{
    clear: both;
}

.catalog_slider img, .catalog_slider iframe, .catalog_slider object
{
    background: none repeat scroll 0 0 #F6F4EF;
    border: 1px solid #DCD8D4;
    padding: 8px;
    overflow: hidden;
}

.catalog_grid_2
{
    width: 430px;
    float: left;
}

span.grey_lge
{
    font-size: 20px;
    line-height: 24px;
}

.catalog_main_left span.grey_lge
{
    font-size: 16px;
    line-height: 18px;
}

.catalog_main_left ul li
{
	font-size: 16px;
    font-weight: 300;
}

.catalog_grid_full .intro h5
{
    display: inline;
	font-size: 15px;
	line-height: 14px;
	padding: 0 0 0 10px;
	margin: 0px;
}

.catalog_grid_full .intro h5 .italics {
	font-weight: 400;	
}

.intro h5
{
    padding-top: 15px;
    float: left;
	font-weight: 500;
    letter-spacing: 1px;
	/*color: #575A44;*/
}


.bookSpecTitles h5
{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}


.theme_title_italics {
	font-weight:400;
	letter-spacing:0px;
	font-size:14px;
	line-height:14px;
}
	
	
.catalog_landing_intro h5
{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
}

.intro .lines_hoz
{
    margin-top: 20px;
    float: left;
}

#catalog_grid .intro
{
    float: left;
    /*width: 854px;*/
    width: 420px;
    margin: 30px 0 20px 0;
}

#catalog_grid .catalog_grid_full
{
    padding-bottom: 0px;
}




#booksWrapper .catalog_carousel .catalog_gallery_carousel
{
    margin: 0 30px;
}

#catalog_grid a.prev, #catalog_grid a.next, #catalog_grid a.prevgallery, #catalog_grid a.nextgallery
{
    display: block;
    text-indent: -9999px;
    position: absolute;
    height: 34px;
    width: 34px;
    z-index: 40;
    top: 28px;
    cursor: pointer;
}

#catalog_grid a.prevgallery, #catalog_grid a.nextgallery
{
    top: 22px;
}

#catalog_grid a.prev, #catalog_grid a.prevgallery
{
    background: url("../images/buttons.png") no-repeat scroll -544px -513px transparent;
    left: -15px;
}
#catalog_grid a.next, #catalog_grid a.nextgallery
{
    background: url("../images/buttons.png") no-repeat scroll -510px -513px transparent;
    right: -19px;
}
#catalog_grid a.prev:hover, #catalog_grid a.prevgallery:hover
{
    background: url("../images/buttons.png") no-repeat scroll -544px -434px transparent;
}
#catalog_grid a.next:hover, #catalog_grid a.nextgallery:hover
{
    background: url("../images/buttons.png") no-repeat scroll -510px -434px transparent;
}
#catalog_grid a.prev:active, #catalog_grid a.prevgallery:active
{
    background: url("../images/buttons.png") no-repeat scroll -543px -433px transparent;
}
#catalog_grid a.next:active, #catalog_grid a.nextgallery:active
{
    background: url("../images/buttons.png") no-repeat scroll -509px -433px transparent;
}

.catalog_book_specs {
    padding-bottom: 20px;
}

.catalog_book_specs a {
    cursor: pointer;
}

.bookPrice {
    color: #726f68;
}

.catalog_book_specs ul {
    margin: 10px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #DDDBD7;
    border-left: 1px solid #DDDBD7;
    border-right: 1px solid #DDDBD7;
    background-color: #f0ede7;
}

.catalog_book_specs h2 {
    margin-top: 0;
}

.catalog_book_specs li
{
    margin: 0;
    list-style: none;
    font-size: 10px;
    border-top: 1px solid #DDDBD7;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 32px;
    vertical-align: middle;
	/*color: #575A44;*/
    padding: 1px 0 0 25px;
}

.book_spec_arrow {
    background: url("../images/book_spec_default_arrow.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.book_spec_arrow_active {
    background: url("../images/book_spec_active_arrow.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.book_specs_thumb_description {
	letter-spacing:0px;
	font-size:12px;
	font-family: "brandon-grotesque",sans-serif;
}

.catalog_book_specs li a {
    text-decoration: none;
}


.catalog_book_specs li:hover, .catalog_book_specs li:active {
    background: url("../images/book_spec_active_arrow.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 1px 0 0 25px;
}


#Previewholder {
    display: none;
    background: #fff;
    border: 1px solid #DCDCDC;
}

#Previewholder img
{
    display: block;
}

#Previewholder p
{
    margin: 0;
    padding: 0;
    color: #090808;
}

#Previewholder p span
{
    border-top: 1px solid #ccc;
    display: block;
    padding: 5px;
}

.book_specs_wrapper_zoom
{
    opacity: 0;
}

.book_specs_wrapper_zoom
{
    line-height: 0px;
}

.book_specs_wrapper
{
    position: relative;
    /*margin: 215px 0 0 0;*/
    margin: 0;
    width: 365px;
    float: right;
}

.book_specs_thumb_wrapper
{
    margin: 45px 0 0 0;
    width: 430px;
    /*float: right;*/
    float: left;
}

.book_fabric_preview 
{
    text-align: center;
    width: 430px;
}

.book_specs_thumb_detail .image_margin
{
    margin-top: 70px;
}

.book_specs_img {
	height: 425px;
	margin: 0 0 150px 0;	
}

.book_specs_wrapper_zoom
{
    position: absolute;
    top: 0;
    left: 0;
}

.catalog_slider_wrapper
{
    position: relative;
    float: left;
    height: 525px;
}

#nav {
    display: block;
    z-index: 20;
    top: 0;
    left: 0;
    left: -50%;
    position: relative;
    text-align: left;
}

#nav a {
    display: block;
    float: left;
    height: 20px;
    width: 23px;
    text-indent: -9999px;
    background-position: -29px -321px;
}

#nav a.activeSlide {
    background-position: -5px -321px;
}

.catalog_slider_nav_relative_wrapper
{
    clear: both;
    float: left;
    left: 50%;
    padding: 0;
    position: relative;
    text-align: left;
}

.catalog_slider_nav_wrapper
{
    position: absolute;
    bottom: 14px;
    left: 0px;
    width: 850px;
}

.catalog_carousel_upper
{
    padding-left: 15px;
}

.catalog_carousel_upper_wrapper
{
    position: relative;
    left: 0;
}

.catalog_main_left
{
    padding: 15px 0;
	/*color: #575A44;*/
	font-size: 15px;
	line-height: 18px;
}

.catalog_main_right
{
    /*position: relative;*/
    /*position: absolute;*/
    /*right: 30px;*/
    /*top: 52px;*/
    top: 15px;
    width: 355px;
    height: 235px;
}



/*--- catalog main carousel --- */

.catalog_main_carousel, .pricing_main, .pricing_main_alt, .about_main {
    background: none repeat scroll 0 0 #F6F4EF;
    border: 1px solid #DCD8D4;
    padding: 8px;
    float: left;
    margin-bottom: 20px;
    width: 924px;
}

.catalog_main_carousel_content_wrapper {
    overflow: hidden;
}

.catalog_main_carousel_content_wrapper.album_carousel {
    background: url('../images/cat_cara_bg.jpg') no-repeat;
    height: 506px;
    overflow: hidden;
    position: relative;
}

.catalog_main_carousel_content_wrapper .catalog_carousel_entry {
   /* padding-right: 2px;*/
    float: left;
}

.catalog_upper_content {
    height: 342px;
    padding: 0 0 20px 0;
}

.catalog_lower_content {
    margin: 0 auto;
    text-align: center;
    width: 224px;
}

.book_photo_8x8_wrapper {
    width: 240px;
}

.book_photo_8x8 {
    width: 330px;
    height: 198px;
    background: url(../images/book_photo8x8_shadow.png) 185px 0 no-repeat;
    padding: 25px 0 35px 0;
    margin: 178px 0 0 0;
}

.book_photo_8x8_wrapper .catalog_carousel_detail {
    width: 198px;
    padding-left: 12px;
}

.book_photo_8x8_wrapper .catalog_lower_content {
    margin: 0 0 0 -23px;
    text-align: center;
}

.book_photo_10x8_wrapper {
    width: 311px;
}

.book_photo_10x8 {
    width: 380px;
    height: 200px;
    background: url(../images/book_photo10x8_shadow.png) 242px 0 no-repeat;
    padding: 25px 0 35px 0;
    margin: 176px 0 0 0;
}

.book_photo_10x8_wrapper .catalog_carousel_detail {
    width: 250px;
    
}

.book_photo_9x7_wrapper {
    width: 270px;
}

.book_photo_9x7 {
    width: 370px;
    height: 177px;
    background: url(../images/book_photo9x7_shadow.png) 220px 0 no-repeat;
    padding: 16px 0 35px 0;
    margin: 210px 0 0 0;
}

.book_photo_9x7_wrapper .catalog_carousel_detail {
    width: 224px;
    padding-left: 12px;
}

.book_photo_9x7_wrapper .catalog_lower_content {
    margin: 0 0 0 -10px;
    text-align: center;
}

.book_photo_MLPB {
    width: 370px;
    height: 181px;
    background: url(../images/book_photo9x7_shadow.png) 220px 6px no-repeat;
    padding: 16px 0 35px 0;
    margin: 204px 0 0 0;
}

/* Moleskine Classic Landscape Photo Book and Classic Notebook*/
.msk_CPPN_wrapper {
    width: 265px;
    margin-left: 165px;
}

.msk_CPPN {
    width: 370px;
    height: 210px;
    background: url(../images/book_photo9x7_shadow.png) 120px 7px no-repeat;
    padding: 0;
    margin: 186px 0 0 65px;
}

.msk_CLPB_wrapper {
    float: none !important;
    left: -15px;
    margin: 0 auto;
    position: relative;
    width: 400px;
}


.msk_CLPB {
    width: 400px;
    height: 217px;
    background: url(../images/book_photo9x7_shadow.png) 185px 8px no-repeat;
    padding: 0;
    margin: 178px 0 0 25px;
}
/* End */

.book_photo_13x11_wrapper {
    width: 383px;
}

.catalog_main_carousel_content_wrapper .book_art_wrapper {
    width: 383px;
    float: none;
    margin: 0 auto;
}

.book_art, .book_photo_13x11 {
    width: 490px;
    height: 271px;
    background: url(../images/book_art_shadow.png) 311px 0 no-repeat;
    padding: 24px 0 35px 0;
    margin: 106px 0 0 0;
}

.book_art_wrapper .catalog_carousel_detail, .book_photo_13x11_wrapper .catalog_carousel_detail {
    width: 320px;
}

.catalog_main_carousel_content_wrapper .book_album_wrapper {
    width: 642px;
    float: none;
    margin: 0 auto;
}

.book_album {
    width: 760px;
    height: 293px;
    background: url(../images/book_album_shadow.png) 516px 24px no-repeat;
    padding: 31px 0 35px 0;
    margin: 76px 0 0 0;
}

.book_album_wrapper .catalog_carousel_detail {
    width: 575px;
}

.book_bespoke_wrapper {
    width: 240px;
}

.book_bespoke {
    width: 310px;
    height: 247px;
    background: url(../images/book_bespoke_shadow.png) 165px 0 no-repeat;
    padding: 19px 0 34px 0;
    margin: 136px 0 0 0;
}

.book_bespoke_wrapper .catalog_carousel_detail {
    width: 175px;
    padding-left: 12px;
}

.book_bespoke_wrapper .catalog_lower_content {
    margin: 0 0 0 -34px;
    text-align: center;
}

.book_bespoke_photo_wrapper {
    width: 312px;
}

.book_bespoke_photo {
    width: 380px;
    height: 199px;
    background: url(../images/book_bespoke_photo_shadow.png) 244px 7px no-repeat;
    padding: 0 0 35px 0;
    margin: 202px 0 0 0;
}

.book_bespoke_photo_wrapper .catalog_carousel_detail {
    width: 247px;
}



/* 
----------------------------------------------
MOLESKINE + MILK - MSK Catalog slider items
----------------------------------------------
*/
.catalog_carousel_entry_thumb a {
	display: block;	
}

.catalog_lower_content a {
    display: block;
    height: 56px;
    width: 224px;
    padding-top: 25px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 13px;
    vertical-align: middle;
	color: #959595;
}

.catalog_lower_content .small {
    font-size: 10px;
    font-weight: 300;
}

.catalog_lower_content.selected a {
    color: #fff;
	background: url('../images/catalogcarousel/milk_detail.png') no-repeat center top;
}

.mskPB .catalog_carousel_detail, .mskPA .catalog_carousel_detail, .mskPBP .catalog_carousel_detail {
	margin: 40px 0 0 0;
}

/*MOLESKINE PHOTO BOOKS*/

.mskPB {
	padding: 0 0 0 70px;	
}

.mskPB .catalog_lower_content.selected a {
	background: url('../images/catalogcarousel/msk_pb_detail.png') no-repeat center top;
}

.mskPBMedLandscapeWrapper {
    width: 289px;
}

.mskPBMedLandscape {
    width: 380px;
    height: 193px;
    background: url('../images/catalogcarousel/msk_pb_med_landscape_shadow.png') 229px -9px no-repeat;
    padding: 0px;
    margin: 202px 0 0 0;
}

.mskPBMedLandscapeWrapper .catalog_carousel_detail {
	width: 239px;	
}

.mskPBMedSquareWrapper {
    width: 257px;
}

.mskPBMedSquare {
    width: 380px;
    height: 207px;
    background: url('../images/catalogcarousel/msk_pb_med_square_shadow.png') 178px 6px no-repeat;
    padding: 0px 0 0px 0;
    margin: 188px 0 0 0;
}

.mskPBMedSquareWrapper .catalog_carousel_detail {
	width: 224px;
	margin-left: -8px;
}

.mskPBLargeSquareWrapper {
    width: 288px;
}

.mskPBLargeSquare {
    width: 380px;
    height: 237px;
    background: url('../images/catalogcarousel/msk_pb_large_square_shadow.png') 204px 24px no-repeat;
    padding: 0px;
    margin: 158px 0 0 0;
}

.mskPBLargeSquareWrapper .catalog_carousel_detail {
	width: 238px;
}

/*MOLESKINE PHOTO ALBUMS*/

.mskPA .catalog_lower_content.selected a {
	background: url('../images/catalogcarousel/msk_pa_detail.png') no-repeat center top;
}

.mskPAlbumWrapper {
    width: 789px;
	margin: 0 auto;	
	float: none !important;
	margin-right: 75px;
}

.mskPAlbum {
    width: 789px;
    height: 254px;
    background: url('../images/catalogcarousel/msk_pa_shadow.png') 417px 0px  no-repeat;
    padding: 0px;
    margin: 141px 0 0 0;
}

.mskPAlbum .catalog_carousel_detail {
	width: 239px;
}

/*MOLESKINE PHOTO BOOKS PLUS*/

.mskPBP, .milkcarousel {
	padding: 0 0 0 50px;	
}

.mskPBP .catalog_lower_content.selected a {
	background: url('../images/catalogcarousel/msk_pbp_detail.png') no-repeat center top;
}

.mskPBPLandscapeWrapper {
    width: 289px;
}

.mskPBPLandscape {
    width: 380px;
    height: 193px;
    background: url('../images/catalogcarousel/msk_pb_med_landscape_shadow.png') 229px -9px no-repeat;
    padding: 0px;
    margin: 202px 0 0 0;
}

.mskPBPLandscapeWrapper .catalog_carousel_detail {
	width: 238px;	
}

.mskPBPPortraitWrapper {
    width: 240px;
}

.mskPBPPortrait {
    width: 310px;
    height: 251px;
    background: url('../images/book_bespoke_shadow.png') 165px -9px no-repeat;
    padding: 0px;
    margin: 144px 0 0 0;
}

.mskPBPPortraitWrapper .catalog_carousel_detail {
    width: 175px;
	margin-left: -25px;
}



.catagory_landing_text {
    width: 505px;
    padding: 10px 40px;
    margin: 20px 0;
    clear: both;
}

.catalog_landing_upper {
    float: left;
    position: relative;
}

.catalog_landing_intro {
    position: absolute;
    padding-top: 22px;
    font-size: 22px;
    padding-left: 50px;
	font-weight: 400;
}

.book_specs_thumb_detail {
    text-align: center;
}

.book_specs_thumb_description {
    text-align: left;
    font-size: 14px;
	font-weight: 400;
    line-height: 18px;
    padding: 10px 15px 10px 15px;
	display: none;
	/*color: #575A44;*/
    background-color: #ffffff;
    border-top: 1px solid #DDDBD7;
    margin-left: -25px;
}

.bespoke_bks_btn, .bespoke_photo_bks_btn, .photo_bks_btn, .art_bks_btn, .albums_btn {
    position: absolute;
    text-indent: -9999px;
    display: block;
    width: 150px;
    height: 150px;
}

.bespoke_bks_btn {
    background: url("../images/cat_intro_btn.png") no-repeat scroll -486px -5px transparent;
    left: 425px;
    top: 284px;
}

.bespoke_photo_bks_btn {
    background: url("../images/cat_intro_btn.png") no-repeat scroll -8px -5px transparent;
    left: 54px;
    top: 284px;
}

.photo_bks_btn {
    background: url("../images/cat_intro_btn.png") no-repeat scroll -647px -5px transparent;
    left: 798px;
    top: 284px;
}

.art_bks_btn {
    background: url("../images/cat_intro_btn.png") no-repeat scroll -168px -5px transparent;
    left: 224px;
    top: 547px;
}

.albums_btn {
    background: url("../images/cat_intro_btn.png") no-repeat scroll -327px -5px transparent;
    left: 634px;
    top: 547px;
}

.catalog_landing_upper_intro, .error_landing_upper_intro {
    padding-top: 2px;
}

.error_landing_upper_intro {
    border-bottom: 1px solid #DCD8D4;
}

.catalog_landing_upper_intro h1, .error_landing_upper_intro h1, .error_landing_upper_intro h5 {
    font-size: 18px;
    line-height: 18px;
    float: right;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 12px 0;
}

.bespoke_bks_btn:hover {
    background-position: -486px -155px;
}

.bespoke_bks_btn:active {
    background-position: -485px -154px;
}

.bespoke_photo_bks_btn:hover {
    background-position: -8px -155px;
}

.bespoke_photo_bks_btn:active {
    background-position: -7px -154px;
}

.photo_bks_btn:hover {
    background-position: -647px -155px;
}

.photo_bks_btn:active {
    background-position: -646px -154px;
}

.art_bks_btn:hover {
    background-position: -168px -155px;
}

.art_bks_btn:active {
    background-position: -167px -154px;
}

.albums_btn:hover {
    background-position: -327px -155px;
}

.albums_btn:active {
    background-position: -326px -154px;
}

/* 
------------------------------------
MOLESKINE + MILK - Buttons
------------------------------------
*/

.catalog_main_right .button_NewBook, .catalog_main_right .button_travel, .catalog_main_right .button_recipe, .catalog_main_right .button_family, .catalog_main_right .button_wedding, 
.catalog_main_right .button_tribute, .catalog_main_right .button_baby, .catalog_main_right .button_multipurpose, .catalog_main_right .button_bespoke_photo_books, 
.catalog_main_right .button_memoir, .catalog_main_right .button_milk_photo_books, .catalog_main_right .button_art_books, .catalog_main_right .button_milk_photo_albums,
.catalog_main_right .photoBookBtn, .catalog_main_right .button_milk_bespoke_books, .button_moleskine_photo_albums, .button_moleskine_photo_books, .button_moleskine_photo_books_plus, 
.button_moleskine_classics
{
    position: absolute;
    right: 0;
    /*top: -140px;*/
    z-index: 40;
}

.button_milk_photo_books a, .button_milk_bespoke_books a, .prePurchaseBtnMilk25Hm a, .prePurchaseBtnMilkHm a, 
.prePurchaseBtnMilk25 a, .prePurchaseBtnMilk a, .milk_prepurchaseBtn a, .milk_gift_prepurchaseBtn a, .button_travel a, .button_recipe a, .button_family a, 
.button_wedding a, .button_tribute a, .button_baby a, .button_multipurpose a, .button_bespoke_photo_books a, 
.button_memoir a, .button_art_books a, .button_milk_photo_albums a, .photobooksBtnHm a, .photobooksplusBtnHm a,
.photoalbumsBtnHm a, .giftvouchersBtnHm a, .prePurchaseBtnProjectLife a
{
    background-image: url("../images/milkcreatebuttons.png");
    display: block;
    height: 172px;
    text-indent: -9999px;
    width: 172px;
}

.prePurchaseBtnMoleskine a, .moleskine_prepurchaseBtn a, .moleskine_gift_prepurchaseBtn a, .button_moleskine_photo_books a, .button_moleskine_photo_albums a, .button_moleskine_photo_books_plus a,
.prePurchaseBtnMoleskineHm a, .photobooksBtnHmMole a, .photobooksplusBtnHmMole a, .photoalbumsBtnHmMole a, .giftvouchersBtnHmMole a, .button_moleskine_classics a
, .emailBtnMoleskineHm a, .specialBtnMoleskineHm a
{
    background-image: url("../images/mskcreatebuttons.png");
    display: block;
    height: 172px;
    text-indent: -9999px;
    width: 172px;
}
.button_travel a
{
    background-position: -5px 0px;
}

.button_travel a:hover
{
    background-position: -194px 0px;
}

.button_travel a:active
{
    background-position: -193px 1px;
}

.button_recipe a
{
    background-position: -5px -200px;
}

.button_recipe a:hover
{
    background-position: -194px -200px;
}

.button_recipe a:active
{
    background-position: -193px -199px;
}

.button_family a
{
    background-position: -5px -400px;
}

.button_family a:hover
{
    background-position: -194px -400px;
}

.button_family a:active
{
    background-position: -193px -399px;
}

.button_wedding a
{
    background-position: -5px -600px;
}

.button_wedding a:hover
{
    background-position: -194px -600px;
}

.button_wedding a:active
{
    background-position: -193px -599px;
}

.button_tribute a
{
    background-position: -5px -800px;
}

.button_tribute a:hover
{
    background-position: -194px -800px;
}

.button_tribute a:active
{
    background-position: -193px -799px;
}

.button_baby a
{
    background-position: -5px -1000px;
}

.button_baby a:hover
{
    background-position: -194px -1000px;
}

.button_baby a:active
{
    background-position: -193px -999px;
}

.button_multipurpose a
{
    background-position: -5px -1200px;
}

.button_multipurpose a:hover
{
    background-position: -194px -1200px;
}

.button_multipurpose a:active
{
    background-position: -193px -1199px;
}

.button_bespoke_photo_books a
{
    background-position: -0px -1397px;
}

.button_bespoke_photo_books a:hover
{
    background-position: -194px -1397px;
}

.button_bespoke_photo_books a:active
{
    background-position: -193px -1396px;
}

.button_memoir a
{
    background-position: -5px -1597px;
}

.button_memoir a:hover
{
    background-position: -194px -1597px;
}

.button_memoir a:active
{
    background-position: -193px -1596px;
}

.button_milk_photo_books a
{
    background-position: -0px -172px;
}

.button_milk_photo_books a:hover
{
    background-position: -172px -344px;
}

.button_milk_photo_books a:active
{
    background-position: -172px -344px;
}

.button_moleskine_photo_books a
{
    background-position: -0px -172px;
}

.button_moleskine_photo_books a:hover
{
    background-position: -172px -344px;
}

.button_moleskine_photo_books a:active
{
    background-position: -172px -344px;
}

.button_moleskine_classics a
{
    background-position: -0px -172px;
}

.button_moleskine_classics a:hover
{
    background-position: -172px -344px;
}

.button_moleskine_classics a:active
{
    background-position: -172px -344px;
}

.button_moleskine_photo_books_plus a
{
    background-position: -0px -516px;
}

.button_moleskine_photo_books_plus a:hover
{
    background-position: -172px -343px;
}

.button_moleskine_photo_books_plus a:active
{
    background-position: -172px -343px;
}

.button_moleskine_photo_albums a
{
    background-position: -0px -344px;
}

.button_moleskine_photo_albums a:hover
{
    background-position: -172px -343px;
}

.button_moleskine_photo_albums a:active
{
    background-position: -172px -343px;
}

.button_milk_bespoke_books a
{
    background-position: -0px -344px;
}

.button_milk_bespoke_books a:hover
{
    background-position: -172px -344px;
}



.button_art_books a
{
    background-position: -5px -1997px;
}

.button_art_books a:hover
{
    background-position: -194px -1997px;
}

.button_art_books a:active
{
    background-position: -193px -1996px;
}

.button_milk_photo_albums a
{
    background-position: -0px -516px;
}

.button_milk_photo_albums a:hover
{
    background-position: -172px -344px;
}

.button_milk_photo_albums a:active
{
    background-position: -172px -344px;
}

/* 
------------------------------------
MOLESKINE + MILK - Footer
------------------------------------
*/




#footer_sitemap {
 padding-top: 10px;
 /*color: #575A44;*/
 height: 140px;
 margin-left: auto;
 margin-right: auto;
 width: 940px;
 }
 
footer .keyline {
	background-color: #DCD8D4;
	margin: 10px 0px;
}

.footer_row1 
{
    border-bottom: 1px solid  #DCD8D4;
    padding: 10px 10px 10px 0;
    height: 70px;
    width: 900px;
}

.footer_row2{
    padding: 10px 10px 10px 0;
}

.footer_sitemap_col1 {
   padding-left: 0;
    width: 700px;
    float: left;
}


.footer_sitemap_col2 {
    padding-left: 0px;
	width:100px;
}

/* 
------------------------------------
MOLESKINE + MILK - Pricing & Shipping
------------------------------------
*/

.price_grid 
{
    padding: 20px 40px 40px 40px;
	width: 860px;
	border: 1px solid #DCD8D4;
	background: #F6F4EF;
	clear: both;
	position: relative;
}

.price_grid .pricing_images_grid  
{
    margin-top: 20px;
    height: 220px;
}


.price_comparison
{
    float: left;
}

.price_comparison_column_left 
{
    width: 280px;
    float: left;
    margin-left: 0px;
    padding-top: 20px;
    height: 35px;
    text-align: center;
}

.price_comparison_column_right
{
    width: 183px;
    float: left;
    margin-left: 10px;
    padding-top: 20px;
    height: 35px;
    text-align: center;
}


.price_comparison .left_column
{
    width: 280px;
    float: left;
    margin-left: 0px;
    text-align:center;
    margin-top: 34px;
}

.price_comparison .comparison_columns 
{
    width: 183px;
    height: 220px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.price_dark_colour
{
    background-color: #f0ede8;
}


.pricing_grid 
{
	padding: 10px 0px 10px 0px;
	margin-bottom : 20px;
}

.pricing_main a 
{
	color: #969089;
}

.pricing_main a:hover
{
	color: #3ba3bc;
}

.pricing_grid_2_even
{
    width: 			650px;
    float: 			left;
	padding-top: 	20px;
}

.pricing_grid_1_even
{
    width: 220px;
    float: left;
}

.shpping_grid
{
	margin: 20px 45px;
}

.pricing_grid h3
{
	font-weight : 500;
	font-size: 19px;
	padding-left: 10px;
}

.shpping_grid h3
{
	padding: 0px;
}
.pricing_grid .italic
{
	font-size: 14px;
	padding-left: 10px;
}

.pricing_grid ul
{
	margin-top: 10px;
}
.pricing_grid ul li
{
	width: 100%;
	line-height:30px;
	vertical-align:middle;
	padding-left: 10px;
	border-top : 1px solid #DCD8D4;
	display: inline-block;
	cursor: pointer;
}

.shpping_grid .text
{
	float: left;
    width: 380px;
}

.pricing_grid_whiteline
{
	background-color :  #FFFFFF;
}

.pricing_grid_optional
{
	color: #969089;
}

.pricing_grid_price
{
	width: 120px;
	float:right;
}

.shpping_grid_price
{
	width: 200px;
	float:left;
}

.flagIcon {
	height: 25px;
	display: inline-block;
	background-image: url(../images/flagicons.png);
	background-repeat: no-repeat;
    text-indent: -9999px;
	line-height: 25px;
	width:25px;
    margin-right: 7px;
}

.british
{
	 background-position:  -10px -18px;
}

.euro
{
	 background-position:  -10px -49px;
}

.au
{
	 background-position:  -10px -82px;
}

.nz
{
	 background-position:  -10px -113px;
}

/* 
------------------------------------
MOLESKINE + MILK - Login
------------------------------------
*/

.acct_login .info_msg
{
     background: #fbfaf7; 
    border: none;
    padding: 0px;
    text-align: justify;
    margin: 0px; 
    font-style: normal;
     color: #FC8C2A;
}

.acct_login h2
{
	font-size: 21px;
}




.acct_login .login_box_1, .acct_login .login_box_2
{
	background: #fbfaf7;
	width: 375px;
	padding: 20px;
}

.acct_login .login_box_2
{
	margin: 13px 0 0 20px;
}

.recover 
{
	margin-top: 30px;
	border-top: 1px solid #D0CCC4;
	padding : 20px 0 10px 0px;
}

.social_btn_wrapper div
{
	line-height: 50px;
}

.bookTop
{
    /*float: left;*/
    padding-top: 5px;
    min-height: 180px;
}

.video_demo_home_page {
	position: fixed;
	top: 50%; 
	left: 50%; 
	margin-left: -318px; 
	margin-top: -179px;
	z-index:600; 
	display:none;
}

.video_demo_bg {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	z-index: 500; 
	background: none repeat scroll 0% 0% gray;
	left: 0px; 
	top: 0px;
	display:none;
	opacity: 0.75;
}

.video_demo_bg2 {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	z-index: 500; 
	background: none repeat scroll 0% 0% gray;
	left: 0px; 
	top: 0px;
	display:none;
	opacity: 0.75;
}

#demo .closeDemo {
	position: absolute; 
	margin-top: -30px; 
	right: -10px;
	font-weight:bold;
	cursor:pointer;
}

#demo2 .closeDemo2 {
	position: absolute; 
	margin-top: -30px; 
	right: -10px;
	font-weight:bold;
	cursor:pointer;
}

/* 
------------------------------------
MOLESKINE + MILK - About
------------------------------------
*/

.aboutVideo {
    width: 636px;
    margin: 0 auto;
    padding: 8px;
    border: solid 1px #E1E1E1;
}

#about_navi a.last 
{
	margin: 0px;
	width: 232px;
    margin-right: 8px;
}

#about_navi a.oneline {
	padding-top: 25px;
	height: 21px;
}

.about_main {
	border: 1px solid #DCD8D4;
	background: #F6F4EF;
	clear: both;
	position: relative;
	padding: 10px;
	width: 920px;
}

.about_grid  {
	padding-left: 20px;
	padding-right: 20px;
	width: 900px;
}

.about_grid .title{	
	padding: 0px 20px 10px 20px;
}

.about_grid .block{	
	padding: 20px;
	text-align:center;
	font-size: 23px;
    font-weight: 300;
    line-height: 25px;
	letter-spacing:1px;
}

.page_heading h1{	
	padding: 20px;
	text-align:center;
	font-size: 23px;
    font-weight: 300;
    line-height: 25px;
	letter-spacing:1px;
}

.about_grid .text_block{	
	padding: 20px;
}

.about_grid  .text  {
	float: left;
    padding-right: 40px;
    width: 410px;
}

.about_grid .quote {
	font-size: 22px;
}

.about_grid  .right  {
    padding-right: 0px;
}

.text_block .font11 {
	font-size: 11px;
}

.about_grid  .letter_spacing3 {
	letter-spacing:3px;
}

.text_block .font18 {
	font-size: 18px;
}
.text_block .font30 {
	font-size: 30px; 
	letter-spacing: 1px; 
	line-height: 32px; 
	font-weight: 300;
}

.text_block ul li {
	display: block;
	list-style-type:none;
    line-height: 21px;
}

.text_block .bullet:before
{	
    content: "\25CF";     
    display: block;
    float: left;
    font-size: 6px;
    margin-right: 8px;
}

.text_block .text_li 
{
    display: block;
    padding-bottom: 2px;
    padding-left: 14px;
}

.text_block .small_box {
	display:block;
	float:left;
	padding: 0px 10px;
	width: 180px;
}

.error_wrapper {
	background: #F6F4EF;
    border: 1px solid #DCD8D4;
    clear: both;
	padding: 40px;
}

.error_landing_upper_intro h1 {
	float:left;
}

.error_landing_upper_intro h5 {
	float:left;
}


#error_grid .col1 {
	padding: 15px 0px 0px 0px;
    width: 450px;
}

#error_grid .col2 {
    width: 180px;
}

.extentpagediv 
{
    position: absolute; 
    background: url("../images/msk_page_extent_box.png") no-repeat scroll center top transparent;
    display:none;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    /*top: 30px;*/
    top: 170px;
    vertical-align: middle;
    width: 175px;
    height: 62px;
    padding-top: 10px;
}

.extentpagediv a
{
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    width: 34px;
    height: 32px;
    
}

.extentpagediv a.moleskine_css:hover
{
    color: #FC8C2A;
}

.extentpagediv a.milk_css {
     background: url("../images/milk_page_extent_circle.png") no-repeat scroll center top transparent;
     background-position: -1px 0;
}

.extentpagediv a.milk_css:hover
{
    color: #FFFFFF;
    background-position: -35px 0;
}

.extentpagediv a.moleskine_css {
     background: url("../images/msk_page_extent_circle.png") no-repeat scroll center top transparent;
     background-position: -1px 0;
     color:#FFFFFF;
}

label.dropdown {
    position: relative;
    margin-right: 10px;
}
label.dropdown:after 
{
    content: '           ';
    background-image: url("../images/shared/ui-sprite.png");
    background-position: -126px -399px;
    border: 1px solid #d6d6d6;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.075) inset;
    right: 0;
    top: 0;
    width: 25px;
    height: 28px;
    position:absolute;
    pointer-events:none;
}
.form-group.has-error>label.dropdown:after
{
    border-bottom: 1px solid #fc8c2b;
    border-top: 1px solid #fc8c2b;
    border-right: 1px solid #fc8c2b;
}
label.dropdown:before {
    content:'';
    right:0;
    top:0;
    width:26px;
    height:29px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
.form-group:not(.has-error)>label.dropdown>select, .form-group:not(.has-error)>label.dropdown>select:focus {
    border: 1px solid #d6d6d6;
}
.acct_form .input_date .year label.dropdown,
.acct_form .input_date .month label.dropdown,
.acct_form .input_date .date label.dropdown,
.acct_form .input_date .year label.dropdown select,
.acct_form .input_date .month label.dropdown select,
.acct_form .input_date .date label.dropdown select {
    text-align: center;
    width: 100% !important;
}
.checkbox_form {
    padding-left: 25px;
    padding-right: 25px;
}
.checkbox_form > ul {
    padding-left: 25px;
    padding-right: 25px;
}
.checkbox_form .input_date .year label.dropdown,
.checkbox_form .input_date .month label.dropdown,
.checkbox_form .input_date .date label.dropdown,
.checkbox_form .input_date .year label.dropdown select,
.checkbox_form .input_date .month label.dropdown select,
.checkbox_form .input_date .date label.dropdown select {
    text-align: center;
    width: 100% !important;
}
.acct_form .input_text.date,
.acct_form .input_text.month,
.acct_form .input_text.year {
    margin-bottom: 10px;
}

.quote1 {
    background-image: url("../images/shared/ui-sprite.png");
  
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
}

.acct_form li
{
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 10px;
}

/*
------------------
GIFTING
------------------
*/

.addToBasketError {
    text-align: right;
}

.addToBasketError span{
    color: #fc8c2b;
}

.tooltip {
    z-index: 1;
}

/* LOGIN PANEL */

#containerHm #loginPanel {
    background-color: #ffffff;
}

#loginPanel {
    background-color: #f7f7f7;
}

.login-container
{
    padding: 20px 0px;
    
     transition: transform 0.35s;
    -moz-transition: transform 0.35s;;
    -webkit-transition: transform 0.35s;
    -o-transition: transform0.35s;
    
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); 
}

#loginPanel input, #loginPanel button {
    width: 100%;
}

.collapse{
     transition: height 0.35s;
    -moz-transition: height 0.35s;
    -webkit-transition: height 0.35s;
    -o-transition: height 0.35s;
}

.in .login-container {
    transform: translateY(0);
    -webkit-transform: translateY(0); 
}

.bounceInDown {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;   
}  

.in  .bounceInDown  {
    -webkit-animation-name: bounceInDown; 
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInDown { 
   0% { 
       opacity: 0; 
        -webkit-transform: translateY(-100%); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateY(20px); 
    } 
    80% { 
        -webkit-transform: translateY(-7px); 
    } 
    100% { 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-100%); 
    } 
    60% { 
        opacity: 1; 
        transform: translateY(20px); 
    } 
    80% { 
        transform: translateY(-7px); 
    } 
    100% { 
        transform: translateY(0); 
    } 
} 

/* SIGN UP PANEL */

#signup-panel {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
    height: 120px;
    width: 100%;
    color: white;
    transition: transform 0.4s;
    -moz-transition: transform 0.4s;;
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    position: fixed;
    bottom: -120px;
}

#signup-panel.slideUp {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

#signup-panel .container {
    padding: 20px 0;
}

#signup-panel-static {
    background-color: #292929;
    padding: 15px 0 15px 0;
}
/* END SIGN UP PANEL */


/* REGISTER PAGE */
#spreadBox .leftPage, #spreadBox .rightPage {
    display: block;
    background: white;
    margin: 0;
}

 #spreadBox .leftPage {    
    -webkit-box-shadow: inset -30px 8px 15px -30px rgba(0,0,0,0.2);
    -moz-box-shadow: inset -30px 8px 15px -30px rgba(0,0,0,0.2);
    box-shadow: inset -30px 8px 15px -30px rgba(0,0,0,0.2);   
}

 #spreadBox .rightPage {    
    /*-webkit-box-shadow: inset 30px 8px 15px -30px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 30px 8px 15px -30px rgba(0,0,0,0.2);
    box-shadow: inset 30px 8px 15px -30px rgba(0,0,0,0.2); */
}

#spreadBox .rightPage img {
    width: 100%;
}
 
 
             
#flipbookToShare .sharenow {
    padding-right: 5px;
    padding-top: 4px;
}

#flipbookToShare .orders_share_icons {
    float: left;
    padding: 4px 5px 0;
}

#flipbookToShare .flipbookIcons {
    background: #000000 none repeat scroll 0 0;
    border-radius: 2px;
    color: white;
    height: 20px;
    width: 20px;
}
        
#flipbookToShare .fa-facebook {
    padding-left: 4px;
}

.login_editor #spreadBox {
    width: 600px;
    margin-left: 7px;
} 
        
.login_editor #spreadBox .leftPage, .login_editor  #spreadBox .rightPage {
    height: auto;
    width: 300px;
}

.align-vertical
{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* MILK PRINT ON MILK CATALOG */
.milkPrintModal
{
    display: none;
    overflow-x: hidden;
    right: 0;
    margin-left: -315px;
    width: 628px;
}
.milkPrintModal .visible-xs
{
    display: none;
}
.milkPrintModal .modal-header
{
    height: 30px;
    padding: 0;
    margin-right: -35px;
    margin-top: -15px;
}
.milkPrintModal .modal-body {
    max-height: inherit;
}
.milkPrintModal .fileUpload input.upload,
.milkPrintModal .addMore
{
    left: 11%;
    width: inherit;
}
.milkPrintModal .milkModalNoMargin {
    margin: 0;
}
.milkPrintModal .imageScrollArea {
    margin-top: 15px;
}
.milkPrintModal .modal-header .close {
    font-size: 27px;
    right: 67px;
    top: 10px;
    position: relative;
}
.milkPrintModal .sr-only {
    display: none;
}
.milkPrintModal .progress-striped .bar {
    background-color: #000000;
}
/* END MILK PRINT */



/* *************************** */
/* MILK2 */
/* *************************** */

header .no-resize-milk2
{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.milkLogo2
{
    margin-top: -5px;
    text-align: center;
}

.no-resize-milk2 {
    display: inline-block;
    min-height: 24px;
    height: 24px; 
    min-width: 112px;
    width: 112px;
}

header.smaller .no-resize-milk2 {
    width: 112px;
    min-width: 112px;
    height: 24px;
    min-height: 24px;
}

/* *************************** */
/* END MILK2 */
/* *************************** */