/* = fancy box modal
--------------------------------------------------------------------------------------------
	
	zankhana.vyas@harlandclarke.com
	steve.armbrecht@harlandclarke.com
	
--------------------------------------------------------------------------------------------
*/

/* Global
--------------------------------------------------------------------------------*/

/*
#body-content{
	margin:0px !important;
}
*/
 .fancybox-skin {
    background-color:#f1f1f1 !important;
}
.fancybox-inner {
    background-color:#f1f1f1;
    /*
	border:1px solid #ccc !important;
	-moz-box-shadow: 	inset 0 0 10px #dadada !important;
	-webkit-box-shadow: inset 0 0 10px #dadada !important;
	box-shadow: 		inset 0 0 10px #dadada !important;
	*/
}
.fb-white .fancybox-skin, .fb-white .fancybox-inner {
    background-color:#ffffff !important;
    background:#ffffff !important;
}
/* Cart
--------------------------------------------------------------------------------*/
 #discontinued-product {
    padding:20px;
    height:500px;
    width:850px;
}
#discontinued-product div.callout-orange {
	padding:10px;
	color:#EC2769;
	border:3px solid #EC2769;
}
#discontinued-product div.callout-orange h2 {
    color:#EC2769;
}
#discontinued-product div.callout-orange p {
    margin:10px 0 0 0;
}
#discontinued-product table#cart-table td {
    border-top:none;
    border-bottom:1px solid #e1e1e1;
}
/* Pre Cart Upsell
--------------------------------------------------------------------------------*/
 #fb-pre-cart-upsell {
    width:715px;
    /*height:540px;*/
    padding:0 20px;
    background:#fff;
}
#fb-pre-cart-upsell img.upsell-thumb {
	margin:25px auto 0 auto;
	width: 80%;
	border: 1px solid #cccccc;
}
#fb-pre-cart-upsell h3.xsell, #fb-pre-cart-upsell .jcarousel-skin-tango .jcarousel-container-horizontal, #fb-pre-cart-upsell .jcarousel-skin-tango .jcarousel-clip-horizontal {
    min-width:600px !important;
}
#fb-pre-cart-upsell ul#mycarousel li {
    width:150px;
    display:inline-block;
}
#fb-pre-cart-upsell ul#mycarousel li p.rating {
    height: 10px;
    margin:10px 0 10px 0;
}
#fb-pre-cart-upsell ul#mycarousel li p.rating span {
    display: inline-block;
    height: 10px;
    width:55px;
    line-height: 0;
    margin-right:5px;
    background: url("../../images/expressionery/star-10.png") repeat-x scroll 0 -20px transparent;
}
#fb-pre-cart-upsell ul#mycarousel li a.btn-secondary {
    width:100px !important;
    margin:0 auto 10px auto !important;
}
#fb-pre-cart-upsell h3.xsell {margin: 20px 0;}
#fb-pre-cart-upsell .product-name {margin-bottom: 5px}
#fb-pre-cart-upsell .btn-primary, #fb-pre-cart-upsell .btn-secondary.regular-link {margin-top: 15px}
/* Quick View Product Modal
--------------------------------------------------------------------------------*/

/*************** end old quick view seperate classes, use combined classes below to keep same as product detail page ****************************/

/*
#quickview{
	height:600px;
	width:900px;
}
	#quickview .fancybox-skin{
		background:#ffffff !important;
	}
	#quickview .fancybox-inner{
		border:none !important;
	}
	
	
	.qv-content{
		padding-left:20px;
		font-family: Arial,Helvetica,sans-serif;
   		color:#424242;
	}
	.scroll-y{
		margin-top:20px;
		height:100px;
		overflow-x:hidden;
	    overflow-y:auto;	
	}
	.qv-content h1{
		font-size:19px;
		color:#464445;
		border-bottom:1px solid #ededed;
		padding:5px 0;
	}
	.qv-content h2{
		color:#454547;
	}
	.qv-content p{
		clear:both;
		display:block;
		height:auto;
		width:auto;
	}
	.qv-content p.smallDesPara{
		margin-top:-10px;
		padding:5px 0 0 2px;
		font-size:110%;
		color:#666666;
    	border-top:1px solid #ededed;
    }
	ul#qv-prod-attributes li{
		margin:0 0 20px 0 !important;
		padding:0;
		vertical-align:middle;
		line-height:20px;
	}
	ul#qv-prod-attributes li label{
		display:block;
		float:left;
		width:15%;
		height:auto;
		padding-right:5%;
		margin-top:5px;
		font-weight:bold;
	}
	ul#qv-prod-attributes li .label-mimick{
		display:block;
		float:left;
		width:15%;
		height:auto;
		padding-right:5%;
		font-weight:bold;
	}
	ul#qv-prod-attributes li.qv-buttons{
		display:block;
		margin:20px 0;
		padding:20px 0;
		vertical-align:middle;
		border-top:1px solid #ededed;
		border-bottom:1px solid #ededed;
	}	
	.qv-functions{
		height:20px;
		overflow:visible;
		margin:0;
		padding:0;
		font-size:11px;
		color:#424242;
	}
	.qv-reviews{
		float:left;
		width:auto;
		margin-right:20%;
		line-height:18px;
	}
		.qv-reviews img{
			float:left;
			margin-right:5px;
		}
	.qv-favorites{
		float:left;
		width:auto;
		margin-right:20%;
	}
		.qv-fav-icon {
			display:inline-block; 
			display:block;
			width:17px; 
			height:17px;
			margin-top:-4px;
			text-indent:-9999px; 
		}
	.qv-social{
		float:left;
		width:auto;
	}
	.qv-social span.st_email{
		width:16px;
		height:16px;
		overflow:hidden;
		padding:0 !important;
		margin:0;
	}
	.qvProdImg{
		width:100%;
	}
	.wrapper-border{
		position:relative;
		border:1px solid #c2c2c2;
		width:inherit !important;
	}
	#detail-img{
		width:100%;
	}
	ul.qvProThumb {
		list-style:none outside none;
	    margin:0;
	    padding:0;	
	}
	ul.qvProThumb li{
		float:left;
		display:block;
		margin:10px 3% 0 0;
		width:31% !important;
	}
		ul.qvProThumb li img{
			width:100%;
			margin:0;
			padding:0;
			border:1px solid #c2c2c2;
		} 
		ul.qvProThumb li.no-r-margin{
			margin-right:0px !important;
		}
	ul.qvProThumb li a{
		outline:none;
	}
	.thumb-selected{
		border:1px solid #999999 !important;
	}	
	.thumb-active{
		border:1px solid #0066ff !important;
	}
	#title-box{
		padding-top: 10px;
		font: 12px arial,helvetica,sans-serif;
		color:#666;
	}
*************** end old quick view seperate classes, use combined classes below to keep same as product detail page *****************************/

/*quickview jsp trigger for css = body#quickview*/
 body#quickview {
    overflow:hidden !important;
}
/*scroll bar fix for chrome */
 .fancybox-type-iframe .fancybox-outer, .fancybox-type-iframe .fancybox-inner {
    overflow:hidden !important;
}
body#quickview .quickview-container {
    height:580px;
    padding:10px 5px 10px 5px !important;
    overflow-x:scroll !important;
    overflow-y:scroll !important;
}
body#quickview .dvProdImg, body#quickview #detail-img-info, body#quickview #dvProdThumb {
    position: relative !important;
}
/* fancybox skin */
 body#quickview .fancybox-skin, body#gallerypage .fancybox-skin {
    /*background:#ffffff !important;*/
}
body#quickview .fancybox-inner, body#gallerypage .fancybox-inner {
    border:none !important;
}
.wrapper-border {
    position:relative;
    border:1px solid #c2c2c2;
}
body#quickview .dvProdImg, body#quickview .detail-img {
    width:100%;
}
body#quickview .dvProdImg img.detail-img {
    width:100%;
}
body#quickview div#detail-img-info {
    position:relative;
    width:100%;
    height:30px;
    overflow:hidden;
    padding:0;
    margin:0 0 0 0;
}
body#quickview div#detail-img-info div#title-box {
    position:absolute;
    top:10px;
    left:0px;
    margin:0;
    padding:0;
    font:normal normal 12px arial, helvetica, sans-serif;
    color:#999;
}
body#quickview div#detail-img-info .btn-larger-view {
    display:none;
}
body#quickview div#detail-img-info .btn-larger-view:hover {
    display:none;
}
body#quickview h1 {
    margin-bottom:10px;
    padding-bottom:5px;
    border-bottom:1px solid #e1e1e1;
}
body#quickview div.prod-detail-ratings {
    margin:0 !important;
    padding:0 !important;
    border-bottom:none !important;
}
.qv-reviews {
    float:left;
    width:auto;
    padding-right:10px;
    margin-right:10px;
    line-height:18px;
}
#quickview span.review-link {
    display:none !important;
}
.qv-reviews img {
    float:left;
    margin-right:5px;
}
.qv-favorites {
    float:left;
    width:auto;
    margin-right:20px;
    border-left:1px solid #e1e1e1;
}
.qv-fav-icon {
    display:inline-block;
    display:block;
    width:17px;
    height:17px;
    margin-top:-4px;
    text-indent:-9999px;
}
body#quickview div.pd-add-to-favorites {
    display:inline-block;
    *display: inline;
    zoom: 1;
}
body#quickview div.pd-add-to-favorites .fav-add {
  	display:block;
    padding:3px 3px 3px 20px;
    text-indent:16px;
    background-position:left -376px;
    /*border:2px solid red;*/
}
body#quickview div.pd-add-to-favorites a.fav-add {
    color:#999999;
}
body#quickview div.pd-add-to-favorites .fav-add:hover {
    background-position:left -356px;
}
body#quickview div.pd-add-to-favorites .fav-remove {
    display:block;
    padding:3px 3px 3px 20px;
    text-indent:0;
    background-position:left -340px;
}
body#quickview div.pd-add-to-favorites .fav-remove:hover {
    background-position:left -319px;
}
body#quickview div.pd-add-to-favorites .fav-active {
    display:block;
    padding:3px 3px 3px 35px;
    text-indent:0;
    background-position:left -517px;
}
.qv-social {
    float:left;
    width:auto;
}
.qv-social span.st_email {
    width:16px;
    height:16px;
    overflow:hidden;
    padding:0 !important;
    margin:0;
}
body#quickview ul#prod-detail-attributes {
    list-style-type:none;
}
body#quickview ul#prod-detail-attributes li {
    display:block;
    min-height:25px;
    clear:both;
    margin:0 0 5px 0;
}
body#quickview ul#prod-detail-attributes label {
    font-weight:bold;
    vertical-align:middle;
    font-weight:normal;
    cursor:pointer;
}
body#quickview ul#prod-detail-attributes div.attr-title {
    float:left;
    width:12%;
    margin:0 10px 15px 0;
    padding:5px 0 0 0;
    font-weight:normal;
}
body#quickview ul#prod-detail-attributes div.attr-content {
    float:left;
    margin:0 10px 15px 0;
    padding:0;
}
body#quickview ul#prod-detail-attributes li span.color-selector {
    vertical-align:bottom;
}
body#quickview div.prod-attribute-co {
	position:relative;
	float:left;
	padding:10px;
	width:250px;
	border:1px solid #e1e1e1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f4f4f4));
	background:-moz-linear-gradient(center top, #ffffff 5%, #f4f4f4 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
	background-color:#f4f4f4;
	font-size:11px;
	color:#666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
body#quickview .numQuantity {
	display:block;
	margin-top:4px;
	font-size:15px;
	font-weight:bold;
	/* [disabled]color:#1c75d1; */
}
body#quickview .font-1c75d1 {
    color:#1c75d1;
}
body#quickview .bold-7e0100 {
    color:#7e0100;
    font-weight:bold;
    font-size:1.3em;
}
body#quickview .order-by {
    width:100%;
    padding:0px;
    border:none !important;
}
body#quickview div.product-buttons {
    display:block;
    margin:20px 0;
    padding:20px 0;
    vertical-align:middle;
    border-top:1px solid #ededed;
    border-bottom:1px solid #ededed;
}
body#quickview div.prod-social {
    display:none;
}
ul.ProdThumb {
    list-style:none outside none;
    margin:0;
    padding:0;
}
ul.ProdThumb li {
    float:left;
    display:block;
    margin:10px 5% 0 0;
    width:21% !important;
}
ul.ProdThumb li img {
    width:100%;
    margin:0;
    padding:0;
    border:1px solid #e1e1e1;
}
ul.ProdThumb li.no-r-margin {
    margin-right:0px !important;
}
ul.ProdThumb li a {
    outline:none;
}
.scroll-y {
    margin-top:20px;
    /*height:100px;*/
    overflow-x:hidden;
    overflow-y:auto;
}
/* My Account - Add Contact, Edit Contact
--------------------------------------------------------------------------------*/

/*
.fb-my-account .fancybox-inner{
	background:#f1f1f1 !important;
}
*/
 body#fb-bg-fff .fancybox-inner {
    background:#ffffff !important;
    background-color:#ffffff !important;
}
/*#fb-my-account{background:#f1f1f1 !important;}*/
 .fb-my-account {
    background:#f1f1f1 !important;
}
.fb-my-account #fb-modal-outer h1, .fb-my-account #fb-modal-outer h2 {
    display:block;
    color:#999999;
    text-shadow:none;
    background-color:#f1f1f1;
    background:#f1f1f1;
    padding:10px 10px 10px 0;
}
#fb-modal-outer div.content {
    padding:20px;
    background-color:#fff;
    border:1px solid #cdcdcd;
    -moz-box-shadow: inset 0 0 3px 3px #e1e1e1;
    -webkit-box-shadow: inset 0 0 3px 3px #e1e1e1;
    box-shadow: inset 0 0 3px 3px #e1e1e1;
}
#fb-modal-outer div.content2 {
    padding:20px;
    background-color:#fff;
    border:1px solid #cdcdcd;
}
#fb-modal-outer div.content p, #fb-modal-outer div.content2 p {
    padding:0;
    margin:0 0 10px 0;
}
#fb-modal-outer div.content p.margin-bottom-30px, #fb-modal-outer div.content2 p.margin-bottom-30px {
    margin-bottom:35px;
}
.buttons{ padding: 5px 0;}
#fb-modal-outer div.buttons {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	margin-top:20px;
}
/* My Account - Import Contact
--------------------------------------------------------------------------------*/
 #import-contact-list {
    min-width:700px;
}
#tbl-contact-list-order ul li {
    float:left;
    width:auto;
    margin:5px 0 0 0;
    padding:0 5px 0 5px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666666;
}
#tbl-contact-list-order ul li:first-child {
    padding:0 5px 0 0 !important;
}
#tbl-contact-list-order ul li a {
    color:#333333;
    text-decoration:underline;
}
#tbl-contact-list-order ul li a:hover {
    text-decoration:none;
}
#tbl-contact-list-order ul li input[type="radio"] {
    padding:0 !important;
    margin:-1px 0 0 0!important;
}
#tbl-contact-list-order ul li.border-right-1px-c2c2c2 {
    border-right:1px solid #c2c2c2;
    !important
}
#tbl-contact-list-order ul li.padding-right {
    padding-right:20px !important;
}
#tbl-contact-list-order ul li.padding-left {
    padding-left:20px !important;
}
.scroll-vertically {
    overflow-x:hidden;
    overflow-y: scroll;
}
table.tbl-contact-list {
    width:100%;
    min-width:600px;
    margin:0;
}
table.tbl-contact-list th {
    width:150px;
    background-color:#cacaca;
    color:#fff;
    text-align:left;
    padding:5px;
    /**/
}
table.tbl-contact-list th:first-child {
    /*padding-left:10px;*/
}
table.tbl-contact-list tr td {
    overflow:hidden;
    width:150px;
    padding:5px;
    font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size:12px;
    vertical-align:middle;
    color:#424242;
    border-bottom:1px solid #c2c2c2;
}
table.tbl-contact-list tbody tr td label {
    vertical-align: text-top;
    cursor:pointer;
}
/* My Account - Import Contact 3rd party
--------------------------------------------------------------------------------*/
 #import-mc .content {
    margin-top:20px;
    height: auto !important;
    overflow: visible !important;
}
#import-mc h2 {
    border-top:1px solid #d7d7d7;
    margin:22px 0 22px 0;
    padding-top:29px;
    color:#000;
}
div.mc-menu {
    position:relative;
    z-index:900;
    margin-top:15px;
}
div.mc-menu ul li a {
    margin-top:2px;
    padding:10px 10px 10px 45px;
    color:#424242;
    text-decoration:none;
    display:block;
    vertical-align:middle;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
    border-left:1px solid transparent;
    -moz-border-radius:2px 0 0 2px;
    -webkit-border-radius:2px 0 0 2px;
    border-radius:2px 0 0 2px;
    outline:none;
}
div.mc-menu ul li a:first-child {
    margin-top:0;
}
div.mc-menu ul li a:hover, div.mc-menu ul li a:focus {
    color:#000;
    text-decoration:none;
}
div.mc-menu ul li a.active {
    color:#000;
    background-color:#fff;
    border-color:#dadada;
}
.mc-menu ul li a.icon-csv {
    background-image:url('../../images/expressionery/bg-import-icons.png');
    background-position: 5px 5px;
    background-repeat:no-repeat;
}
.mc-menu ul li a.icon-gmail {
    background-image:url('../../images/expressionery/bg-import-icons.png');
    background-position: 5px -35px;
    background-repeat:no-repeat;
}
.mc-menu ul li a.icon-yahoo {
    background-image:url('../../images/expressionery/bg-import-icons.png');
    background-position: 5px -77px;
    background-repeat:no-repeat;
}
.mc-menu ul li a.icon-hotmail {
    background-image:url('../../images/expressionery/bg-import-icons.png');
    background-position: 5px -118px;
    background-repeat:no-repeat;
}
.mc-menu ul li a.icon-linkedin {
    background-image:url('../../images/expressionery/bg-import-icons.png');
    background-position: 5px -161px;
    background-repeat:no-repeat;
}
.mc-menu ul li a.icon-facebook {
    background-image:url('../../images/expressionery/bg-import-icons.png');
    background-position: 5px -201px;
    background-repeat:no-repeat;
}
div.mc-content {
    position:relative;
    z-index:800;
    height:390px;
    padding:25px;
    margin-left:-1px;
    font-weight:100;
    color:#343434;
    line-height:15px;
    background:#fff;
    border:1px solid #dadada;
}
div.mc-content div.bg-csv {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-import-csv.jpg") no-repeat top left;
}
div.mc-content div.bg-gmail {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-import-gmail.jpg") no-repeat top left;
}
div.mc-content div.bg-yahoo {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-import-yahoo.jpg") no-repeat top left;
}
div.mc-content div.bg-hotmail {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-import-hotmail.jpg") no-repeat top left;
}
div.mc-content div.bg-linkedin {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-import-linkedin.jpg") no-repeat top left;
}
div.mc-content div.bg-facebook {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-import-facebook.jpg") no-repeat top left;
}
#import-mc .buttons {
    text-align: right;
}
/* **** get feed back modal **** */
 #get-feed-back {
    /*height:440px;*/
    width:600px;
}
#get-feed-back h1 {
    border-bottom:1px solid #ccc;
}
#get-feed-back #fb-modal-outer div.content {
	margin-top:15px;
	padding: 0px;
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.feedback-image img {
    max-height: 200px;
    width: auto;
}
#get-feed-back #fb-modal-outer div.content div.feedback-image img {
	margin:0 auto;
	max-width: 100%;
	padding:5px 5px 20px 5px;
	border:1px solid #ccc;
	background-color:#ffffff;
}

#get-feed-back #fb-modal-outer div.content.content-fb-get-feed-back {
    height:320px;
}
#get-feed-back #fb-modal-outer div.content label {
    color:#666666;
    font-weight:bold;
}
#get-feed-back #fb-modal-outer div.content input[type="text"] {
    width:99%;
}
#get-feed-back #fb-modal-outer div.content textarea {
    width:99%;
    height:100px;
}
#get-feed-back #fb-modal-outer div.content .border-e1e1e1 {
    padding:5px 5px 40px 5px;
    width:auto;
}
/* My Account - Add image modal
--------------------------------------------------------------------------------*/
 .mc-menu ul li a.icon-upload-photo {
    background-image:url('../../images/expressionery/bg-add-image-icons.png');
    background-position: 5px 5px;
    background-repeat:no-repeat;
}
.mc-menu ul li a.icon-bigbox-library {
    background-image:url('../../images/expressionery/bg-add-image-icons.png');
    background-position: 5px -35px;
    background-repeat:no-repeat;
}
.mc-menu ul li a.icon-picasa {
    background-image:url('../../images/expressionery/bg-add-image-icons.png');
    background-position: 5px -77px;
    background-repeat:no-repeat;
}
.mc-menu ul li a.icon-shutterfly {
    background-image:url('../../images/expressionery/bg-add-image-icons.png');
    background-position: 5px -118px;
    background-repeat:no-repeat;
}
.mc-menu ul li a.icon-flickr {
    background-image:url('../../images/expressionery/bg-add-image-icons.png');
    background-position: 5px -161px;
    background-repeat:no-repeat;
}
.mc-menu ul li a.icon-facebook {
    background-image:url('../../images/expressionery/bg-add-image-icons.png');
    background-position: 5px -201px;
    background-repeat:no-repeat;
}
div.mc-content div.bg-upload-photo {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-upload-photo.jpg") no-repeat top left;
}
div.mc-content div.bg-bigbox-library {
    padding-top:0px;
    background: none;
}
div.mc-content div.bg-bigbox-library h2 {
    padding-top:0px !important;
    margin-top:0px !important;
    border-top:none !important;
}
div.mc-content div.bg-bigbox-library div.search-bigbox {
    padding:20px 15px;
    background-image:none;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eef5ff), color-stop(1, #e9f0ff));
    background:-moz-linear-gradient(center top, #eef5ff 5%, #e9f0ff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef5ff', endColorstr='#e9f0ff');
    background-color:#e9f0ff;
    border:1px solid #dddddd;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
div.mc-content div.bg-bigbox-library div.search-bigbox label {
    display:inline-block;
    float:left;
    font-weight:bold;
    padding:5px 5px 0 0;
}
div.mc-content div.bg-bigbox-library div.search-bigbox select {
    display:inline-block;
    float:left;
}
div.mc-content div.bg-bigbox-library div.search-bigbox input[type="text"] {
    display:inline-block;
    float:left;
    margin-left:-4px;
}
div.mc-content div.bg-bigbox-library div.search-bigbox input[type="image"] {
    display:inline-block;
    float:left;
    width:28px;
    height:27px;
    background-image:url("../../images/expressionery/btn-search-bb.gif");
    background-position:top left;
    border:none;
}
/** select box for bigbox library upload - also a piece of this in ie7 css **/
 div#bigbox-library div.selectParent {
    float:left;
    /*width:136px;*/
    height:25px;
    padding-right:2px;
    overflow:hidden;
    border: 1px solid #D3D9DF;
    cursor: pointer !important;
    background-color:#fff;
    /*
	background-image:url("../../images/expressionery/bg-input-text.jpg") !important;
	background-repeat:repeat-x;
	background-position:bottom left;
	*/
}
/*
div#bigbox-library  div.selectParent div.select-arrow{
	position:absolute;
	top:0px;
	left:85%;
	width:19px;
	height:19px;
	background-color:red;
	background-image:url("../../images/expressionery/icon.png");
	background-position: 0px -1480px;
	background-repeat:no-repeat;	
}
*/
 div#bigbox-library div.selectParent select {
    /*width:130px;*/
    height:25px;
    margin:0;
    padding:4px;
    /*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/
    border: none !important;
    cursor: pointer !important;
    /*
	background-image:url("../../images/expressionery/icon.png");
	background-position: 105px -1480px;
	background-repeat:no-repeat;
	*/
    background-color:#fff;
    /*
	background-image:url("../../images/expressionery/bg-input-text.jpg") !important;
	background-repeat:repeat-x !important;
	background-position:top left !important;
	*/
}
/* Pagination
--------------------------------------------------------------------------------*/
 div#bigbox-library div.pagination {
    border-bottom:none !important;
    border-top:none !important;
    margin:0px !important;
    padding:0px !important;
    background:#ffffff;
}
div#bigbox-library .pagination label {
    font-weight:normal;
}
div#bigbox-library div.orderSort-left {
    display:inline-block;
    margin:0;
    padding:0;
    width:45%;
    text-align:right;
}
div#bigbox-library div.pagination-Info {
    color: #454545;
    margin:4px 0 0 0;
}
div#bigbox-library div.sort-order {
    display:none;
}
div#bigbox-library .sort-order label, div#bigbox-library .sort-order select {
    display:none;
}
div#bigbox-library .le-select-wrapper {
    display:none;
}
div#bigbox-library div.orderSort-right {
    display:inline-block;
    margin:0;
    padding:0;
    width:55%;
    text-align:right;
    background:#ffffff;
    white-space:nowrap !important;
}
div#bigbox-library div.item-per-page {
    display:none;
}
div#bigbox-library label.items-per-page {
    display:none;
}
div#bigbox-library div.pagination-numbers {
    margin:0 0 0 0 !important;
}
div#bigbox-library div.pagination-numbers ol {
    float: right;
    overflow: hidden;
    margin:0 0 0 0;
}
div#bigbox-library div.pagination-numbers ol.page-numbers li {
    color: #666666;
    float: left;
    margin-left: 5px;
    line-height:20px;
}
div#bigbox-library div.pagination-numbers ol.page-numbers li.selected {
    display:block;
    height:19px !important;
    width:19px !important;
    padding:0;
    text-align:center;
    color: #d4d4d4;
    font-weight:normal;
    border:none;
    background-color:#ffffff;
    border:1px solid #d4d4d4;
}
div#bigbox-library div.pagination-numbers ol.page-numbers li a {
    display:block;
    /*
					*/
    height:19px !important;
    width:19px !important;
    padding:0;
    text-align:center;
    color: #717171;
    border:1px solid #ffffff;
    background-color:#ffffff;
}
div#bigbox-library div.pagination-numbers ol.page-numbers li a:hover, div#bigbox-library div.pagination-numbers ol.page-numbers li a:focus {
    background-color:#f5f5f5;
}
div#bigbox-library div.pagination-numbers a.previous-page, div#bigbox-library div.pagination-numbers a.next-page, div#bigbox-library div.pagination-numbers a.first-page, div#bigbox-library div.pagination-numbers a.last-page {
    display:block;
    margin: 0 3px;
    padding: 6px 6px 8px 6px;
    /*position: relative;*/
    border:none !important;
    background: url("../../images/expressionery/icon.png") no-repeat scroll center center transparent;
    background-color:# !important;
}
div#bigbox-library div.pagination-numbers a.previous-page {
    background-position: right -938px;
    width:13px !important;
    padding:0px !important;
    margin:0 !important;
}
div#bigbox-library div.pagination-numbers a.next-page {
    background-position: right -980px;
    width:13px !important;
    padding:0px !important;
    margin:0 !important;
}
div#bigbox-library div.pagination-numbers a.first-page {
    background-position: left -938px;
    width:13px !important;
    padding:0px !important;
    margin:0 !important;
}
div#bigbox-library div.pagination-numbers a.last-page {
    background-position: left -980px;
    width:13px !important;
    padding:0px !important;
    margin:0 !important;
}
div#bigbox-library .page-viewall {
    display:none;
}
div#bigbox-library .page-viewall a {
    display:none;
}
div#bigbox-library .page-viewall a:hover {
    display:none;
}
div#bigbox-library .offscreen {
    display:none;
}
/**** big box image library ****/
 div#bigbox-library div.bb-image-library {
    width:680px;
    height:230px;
    overflow:hidden;
}
div#bigbox-library div.bb-image-library img {
    display:inline-block;
    width:15%;
    height:auto;
    margin:0 8px 10px 0;
}
/**** content background logos ****/
 div.mc-content div.bg-picasa {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-picasa.jpg") no-repeat top left;
}
div.mc-content div.bg-shutterfly {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-shutterfly.jpg") no-repeat top left;
}
div.mc-content div.bg-flickr {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-flickr.jpg") no-repeat top left;
}
div.mc-content div.bg-facebook {
    padding-top:70px;
    background:transparent url("../../images/expressionery/bg-facebook.jpg") no-repeat top left;
}
/* Product Generic Sample 
--------------------------------------------------------------------------------*/
 #fb-generic-sample-form {
    width:841px;
    padding:1% 0 1% 0;
    background-color:#ffffff !important;
    background:#ffffff !important;
    overflow:hidden;
}
#fb-generic-sample-form .promo {
    height:168px;
    background-image:none;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fefefc), color-stop(1, #fff3db));
    background:-moz-linear-gradient(center top, #fefefc 5%, #fff3db 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefc', endColorstr='#fff3db');
    background-color:#fff3db;
    border:1px solid #e3e3e3;
}
#fb-generic-sample-form .promo .promo-txt {
    padding:50px 0 0 40px;
    height:118px;
    background:transparent;
}
#fb-generic-sample-form .promo .promo-txt h1 {
    width:280px;
    color:#827f7b;
    text-align:right;
    font-size:28px;
    text-shadow:none;
    line-height:1.05em;
    margin:0 0 10px 0;
    background:transparent;
    white-space:nowrap;
}
#fb-generic-sample-form .promo .promo-img {
    height:168px;
    background:transparent url("../../images/expressionery/bg-prod-img.png") no-repeat bottom left;
}
#fb-generic-sample-form h2 {
    color:#666666 !important;
}
#fb-generic-sample-form #datepicker {
    background-image: url("../../images/expressionery/icon.png");
    background-position:97% -1528px;
    background-repeat:no-repeat;
}
#fb-generic-sample-form .thankyou h2 {
    color:#3884d2 !important;
}
/* Product Order Sample 
--------------------------------------------------------------------------------*/
 #fb-order-sample {
    width:841px;
  /*  height:550px;*/
    padding:0 0 1% 0;
    background-color:#ffffff !important;
    background:#ffffff !important;
    overflow:hidden;
}
#fb-order-sample .font-small {font-size: 10px}
#fb-order-sample .order-by {border: none;}
#fb-order-sample h1 {
    padding:5px 15px 15px 5px;
    border-bottom:1px solid #e4e4e4;
    background-color:#f1f1f1;
    text-shadow:none;
}
#fb-order-sample h1 span {display: inline-block;}
#fb-order-sample .grid_3 {
    text-align:right;
}
#fb-order-sample .grid_3 label {
    display:block;
    padding-top:7px;
}
#fb-order-sample label.my-img-box {
    display:block;
    float:left;
    position:relative;
    margin:0 20px 0 0;
    padding:5px 15px;
    text-align:center;
    border:1px solid #ffffff;
    -moz-box-shadow: 0 0 2px 2px #fff;
    -webkit-box-shadow: 0 0 2px 2px #fff;
    box-shadow: 0 0 2px 2px #fff;
    cursor:pointer;
}
#fb-order-sample label.my-img-box:hover {
    border:1px solid #e1e1e1;
    -moz-box-shadow: 0 0 2px 2px #e1e1e1;
    -webkit-box-shadow: 0 0 2px 2px #e1e1e1;
    box-shadow: 0 0 2px 2px #e1e1e1;
}
#fb-order-sample label.active {
    border:1px solid #e1e1e1;
    -moz-box-shadow: 0 0 2px 2px #e1e1e1;
    -webkit-box-shadow: 0 0 2px 2px #e1e1e1;
    box-shadow: 0 0 2px 2px #e1e1e1;
}
#fb-order-sample .my-img-box img {
    display:block;
    margin-bottom:5px;
}
#fb-order-sample #datepicker {
    background-image: url("../../images/expressionery/icon.png");
    background-position:97% -1528px;
    background-repeat:no-repeat;
}
#fb-order-sample .grid_16.alpha.omega.row {
	padding: 4px 0;
}
#fb-order-sample .grid_16.alpha.omega.row.sample-limits {
	padding: 4px 10px;
}

/*
		#fb-order-sample .grid_3{
			background:black;
		}
		#fb-order-sample .grid_13{
			background:yellow;
		}
		#fb-order-sample .grid_3 span.note {
		    display: block;
		    font-size: 0.85em;
		    padding-left: 0px !important;
		}
		*/

/*
#fb-generic-sample-form .promo{
	height:168px;
	background-image:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefc), color-stop(1, #fff3db) );
	background:-moz-linear-gradient( center top, #fefefc 5%, #fff3db 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefc', endColorstr='#fff3db');
	background-color:#fff3db;
	border:1px solid #e3e3e3;
}
	#fb-generic-sample-form .promo .promo-txt{
		padding:50px 0 0 40px;
		height:118px;
		background:transparent;
	}
		#fb-generic-sample-form .promo .promo-txt h1{
			width:280px;
			color:#827f7b;
			text-align:right;
			font-size:28px;
			text-shadow:none;
			line-height:1.05em;
			margin:0 0 10px 0;
			background:transparent;
			white-space:nowrap;
		}
	#fb-generic-sample-form .promo .promo-img{
		height:168px;
		background:transparent url("../../images/expressionery/bg-prod-img.png") no-repeat bottom left;
	}
	
#fb-generic-sample-form h2{
	color:#666666 !important;
}
#fb-generic-sample-form #datepicker{
	background-image: url("../../images/expressionery/icon.png");
	background-position:97% -1528px;
	background-repeat:no-repeat;
}
#fb-generic-sample-form .thankyou h2{
	color:#3884d2 !important;
}
*/

/* Fancy Box Widths
--------------------------------------------------------------------------------*/
 #fb-verification2-address {
    /*height:295px;*/
    width:600px;
}
#fb-verification1-address {
    /*height:295px;*/
    width:600px;
}
#fb-use-address {
    /*height:600px;*/
    width:900px;
}
#fb-edit-contact {
    /*height:600px;*/
    width:950px;
}
#fb-incomplete-contact {
    /*height:600px;*/
    width:900px;
}
#fb-import-contacts {
    /*height:575px;*/
    width:900px;
}
#fb-change-shipping-address {
    /*height:575px;*/
    width:575px;
}
#fb-add-contact, #fb-add-contact-international {
    /*height:575px;*/
    width:575px;
}
#fb-delete-contact {
    width:575px;
}
#fb-add-or-edit-billing-address {
    /*height:500px;*/
    width:550px;
}
#fb-new-contact {
    /*height:590px;*/
    width:950px;
}
#fancybox-modal-div, #fb-password-error, #fb-edit-email {
    /*height:300px;*/
    width:600px;
}
#fb-forgot-password {
    width:650px;
}
#fb-change-email, #fb-fav-clear-all, #fb-save-for-later {
    /*height:275px;*/
    width:600px;
}
#fb-import-csv, #fb-import-gmail, #fb-import-yahoo, #fb-import-hotmail, #fb-import-linkedin, #fb-import-facebook {
    /*height:535px;*/
    width:900px;
}
#fb-add-image {
    /*height:535px;*/
    width:900px;
}
#fb-duplicate-design {
    width:550px;
}
#fb-duplicate-design .fb-duplicate-design-content {
    height:60px;
}
#fb-delete-design {
    width:550px;
}
#fb-delete-design .fb-delete-design-content {
    height:50px;
}
#fb-save-this-design {
    width:550px;
}
/**/
 #fb-save-this-design .content {
    height:25px;
    overflow:hidden;
}
/* Estimated Deliver Modal
--------------------------------------------------------------------------------*/
 #deliveryEstimatesModel {
    width:650px;
    background-color:#ffffff !important;
    background:#ffffff !important;
    overflow:hidden;
}
#deliveryEstimatesModel h1 {
    padding-bottom:15px;
    margin-bottom:10px;
    color:#797979;
    text-shadow:none;
    background:#f1f1f1;
    border-bottom:1px solid #e4e4e4;
}
.delivery-options-hdr {
    background-color:#fff2df;
    padding:30px 15px 0 15px;
    height:50px;
    font-size:16px;
}
.delivery-options {
    background-color:#f2f2f2;
    padding:25px 15px 0 15px;
    height:55px;
    font-size:14px;
}
.border-right-d9d9d9 {
    border-right:1px solid #d9d9d9;
}
.border-bottom-d9d9d9 {
    border-bottom:1px solid #d9d9d9;
}
.border-bottom-ffffff {
    border-bottom:1px solid #ffffff;
}
/* Custom Colors Modal
--------------------------------------------------------------------------------*/
 #fb-custom-color {
    /*width:900px;*/
    background: none repeat scroll 0 0 #FFFFFF !important;
    overflow: hidden;
    padding:0px;
    width: 841px;
}
#fb-custom-color h1 {
    /*height:20px;*/
    padding: 0 0 0 30px;
    line-height:44px;
    text-shadow: none;
    background:#f1f1f1 url("../../images/walmofficedepotn-custom-colors.jpg") no-repeat left center;
    border-bottom: 1px solid #e4e4e4;
}
.custom-color-container {
    float:left;
    display:inline-block;
    height:100px;
    width:63px;
    margin:0 10px;
    font-size:11px;
    color:#333333;
    line-height:1.2em;
    text-align:center;
}
.custom-color-anchor {
    display:block;
    height:59px;
    width:59px;
    margin-bottom:4px;
    border:2px solid #ffffff;
}
.custom-color-anchor:hover, .custom-color-anchor.active {
    border:2px solid #777777;
    cursor:pointer;
}
.custom-color-square-outer {
    display:block;
    height:57px;
    width:57px;
    border:1px solid #b0b0b0;
}
.custom-color-square-inner {
    display:block;
    height:55px;
    width:55px;
    border:1px solid #ffffff;
}
/* Configurator Help Modal
--------------------------------------------------------------------------------*/
 #configurator-help-modal {
    width:850px;
    /*height:530px;*/
}
#configurator-help-modal #cfm-header .padding {
    padding:10px 10px 0 10px;
    background:#ffffff;
}
#configurator-help-modal #scrolling-content .padding {
    padding:0 0 0 2px;
    background:#ffffff;
}
#configurator-help-modal #body-content {
    height:505px;
    margin:0;
    padding:0;
    background:#ffffff;
    clear:both;
}
#configurator-help-modal #fb-modal-outer div.content2 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0px;
}
#configurator-help-modal h1 {
    color:#216da5;
    font-size:21px;
}
#configurator-help-modal #scrolling-content {
    height:429px;
    overflow-x:hidden;
    overflow-y:auto;
}
#configurator-help-modal .cfm-tag-line {
    width:800px;
    font-size:14px;
    margin-top:12px;
    padding-bottom:15px;
    border-bottom:1px solid #d8d8d8;
}
#cfm-content .cfm-content-h2 {
    height:38px;
    line-height:35px;
    padding-right:3px;
    background-color:#f2f2f2;
    border-top:1px solid #ffffff;
}
#cfm-content .cfm-content-h2 img {
    float:right;
    margin:6px 3px 0 0;
}
#cfm-content .cfm-content-h2 h2 {
    display:inline-block;
    padding:0 0 0 2px;
    margin:0 10px;
    color:#666666;
    text-shadow:none;
}
#cfm-content .cfm-content-section {
    /*padding-bottom:4px;
				border-bottom:1px solid #e0e0e0;*/
    margin:0 0 0 20px;
}
#cfm-content .cfm-content-section h3 span {
    display:block;
    float:left;
    margin-bottom:20px;
}
#cfm-content .cfm-content-section h3 span.img {
    margin-right:5px;
}
#cfm-content .cfm-content-section h3 span.h3 {
    font-size:18px;
    font-weight:bold;
    line-height:1.5em;
}
#cfm-content .cfm-content-section p {
    clear:both;
    margin:20px 0 0 0 !important;
    font-size:16px;
}
#cfm-content .cfm-content-hr {
    padding:0 0 0 2px;
    height:1px;
    line-height:.5px;
    border-bottom:1px solid #e0e0e0;
}
/* main menu */
 #configurator-help-modal #cfm-main-menu {
    padding:20px 0;
}
#configurator-help-modal #cfm-main-menu h2 {
    color:#666666;
    font-size:21px;
}
#configurator-help-modal #cfm-main-menu .cfm-main-menu-text {
    color:#666666;
    font-size:16px;
    height:130px;
    overflow:hidden;
}
#configurator-help-modal #cfm-main-menu .cfm-main-menu-anchor {
    font-size:16px;
    color:#4caae9;
    text-decoration:none;
}
/* end main menu */

/* edit your design */
 #discover-editing {
}
#discover-previewing {
    /*give room for content to scroll into view correctly*/
    padding-bottom:250px;
}
/* end edit your design */

/* my account pages new form style */
 div.content-form-padding {
    padding:0 15px 15px 15px;
}
div.content-form-padding div.content-labels {
    /*clear:left;*/
    float:left;
    width:26%;
    text-align:right;
    /*padding-top:7px;*/
}
div.content-form-padding div.content-labels label {
    /*display:inline-block;
			text-transform:lowercase;*/
    font-weight:bold;
    margin:0 15px 0 0;
    line-height:24px;
}
div.content-form-padding div.content-labels sup, div.content-form-padding div.content-form sup {
    margin:0;
    padding:0;
    line-height:0;
    color:red;
    font-size:12px;
}
/*div.content-form-padding div.content-labels sup{
			color:red;
		}*/
 div.content-form-padding div.content-form {
    float:left;
    width:74%;
    text-align:left;
    margin-bottom:10px;
    overflow:hidden;
}
div.content-form-padding div.content-form div.content-form-dom-int {
    margin-top:7px;
}
div.content-form-padding div.content-form div.content-form-dom-int label {
    font-weight:bold;
}
div.content-form-padding div.content-form div.content-form-state-zip label {
    display:inline-block;
    font-weight:bold;
    vertical-align:top;
    padding-top:6px;
    margin-right:10px;
}
div.content-form-padding div.content-form input[type=text] {
    width:95% !important;
}
div.content-form-padding div.content-form div.content-form-state-zip input[type=text] {
    width:32.5% !important;
}
div.content-form-padding div.content-form div.content-form-state-zip.fb-modal input[type=text] {
    width:30.5% !important;
}
div.content-form-padding div.content-form div.content-form-state-zip .state {
    margin:0px 10px 0 0;
    width:50%;
}
/* end my account pages new form style */

/* Etiquette Modal
--------------------------------------------------------------------------------*/
 #etiquette-modal {
    width:750px;
}
#etiquette-modal .jcarousel-container-horizontal {
    min-width: 200px !important;
    padding: 0 30px;
}
#etiquette-modal .jcarousel-clip-horizontal {
    min-width: 200px !important;
}
#etiquette-modal .etiquette-page {
    width: 284px;
    height:399px;
    -moz-box-shadow: 3px 3px 3px #e1e1e1;
    -webkit-box-shadow: 3px 3px 3px #e1e1e1;
    box-shadow: 3px 3px 3px #e1e1e1;
    /* For IE 8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#e1e1e1')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#e1e1e1');
}
#etiquette-modal .hdr {
    font-weight:bold;
    font-size:15px;
    line-height:1.5em;
    text-align:center;
    border-bottom:1px solid #e1e1e1;
}
#etiquette-modal .cnt {
    padding-top:20px;
    font-size:12px;
    text-align:center;
    line-height:1.5em;
}
#etiquette-modal .jcarousel-prev-horizontal, #etiquette-modal .jcarousel-next-horizontal {
    top: 45% !important;
}
#etiquette-modal ul#mycarousel li {
    position:relative;
    display: inline-block;
    width: 300px;
    height:420px;
}
#etiquette-modal ul#mycarousel li:hover {
    background-color:transparent;
}
#etiquette-modal .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 30px;
}
#etiquette-modal .pagenumber {
    position:absolute;
    bottom:7px;
    left:1px;
    font-size:11px;
    color:#ccc;
    text-align:center;
    background:transparent;
    width: 295px;
    height:auto;
    padding:0 0 5px 0;
    margin:0px;
}
/*HIDE BV ON QV*/
 .qv-modal-container .BVRRRatingSummaryNoReviews, .qv-modal-container #prod-detail-attributes .BVRRRatingSummary .BVRRBuyAgainContainer, .qv-modal-container .BVRRBuyAgainContainer, .quickview-container .BVRRRatingSummaryLinks, .qv-modal-container .BVRRRatingNormalOutOf {
    display: none !important;
}
.quickview-container .BVRRRatingSummary .BVRRBuyAgainContainer {
    display: none !important;
}
.BVRRRatingOverall .BVRRRatingNormalOutOf, .BVRRRatingOverall .BVRRNumber, .qv-modal-container .BVRRRatingSummaryLinkWriteFirst {
    display: none !important;
}
.qv-modal-container .BVRRRatingSummaryNoReviews {
    display: none !important;
}

.grid_16.alpha.omega.row.lazy-registration {
	width:450px;
}	
.grid_16.alpha.omega.row.required {
	width:100%;
}
#addr2 {
    margin-top: 10px;
}

#chooseAddressItem .btn-primary, #chooseAddressItem .btn-secondary {margin-top: 10px;}