/**
 * General
 *
 * blue : #38cec2;
 * red  : #ec1b23;
 */
.popup-container {
	padding: 20px;
	margin: 0 auto;
	width: auto;
	min-width:200px;
	min-height:120px;
	text-align:center;
}
.popup-container2 {
	padding: 20px;
	margin: 0 auto;
	width: auto;
	text-align:left;
}
.popup-content {
	margin: 0 auto;
	width: 96%;
/*	padding-top: 15px; */
}
.popup-title {
	font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #4f4f4f;
    margin-bottom: 10px;
}
.popup-divider {
	background-image: url("/img/popup/divider.jpg");
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
}
.popup-divider-dotted {
	clear: both;
	padding-bottom: 12px;
	margin-bottom: 7px;
	background: url("http://s3image.ssww.com/cart/dashed_line_pcart.gif") repeat-x scroll left bottom transparent;
}
.popup-table {
	margin-left: 20px;
	width:80%;
}
.popup-table input {
	width:80%;
}
.colorbox-message {
	padding: 30px;
	line-height: 25px;
	max-width: 350px;
	margin-right: 30px;
}
.colorbox-message a {
	font-weight: normal;
	color: #4F4F4F;
	text-decoration: underline;
}
.colorbox-message a:hover {
	color: #ec1b23;
}

/**
 * Customer Choice
 */
#customer-choice-container {
    width: 800px;
    margin: 0 auto;
}
#customer-choice-left {
    float: left;
    width: 560px;
    margin-right:10px;
}
#customer-choice-divider {
    float: left;
    width: 22px;
}
#customer-choice-right {
    float: left;
    width: 200px;
    line-height:130%;
}
#customer-choice-guest-title {
    font-weight:bold;
    font-size:130%;
    margin-top:20px;
    margin-bottom:20px;
    color: #589797;
}
.customer-choice-right span {
    font-weight:bold;
}
.customer-choice-title {
    font-size:130%;
    text-align:center;
    margin:30px 0;
    line-height:130%;
    font-weight:bold;
}
.customer-choice-text {
    font-size:130%;
    text-align:center;
    margin:30px 0 5px 0;
    line-height:130%;
    font-weight:bold;
}
.customer-choice-subtext {
    margin-bottom:30px;
}
.customer-choice-text .small-text {
    font-size:80%;
    font-weight:normal;
}
.customer-choice-text .blue {
    color: #3E9AC1;
}
#customer-choice-options {
    width: 560px;
    height:270px;
    overflow-y: auto;
}
.customer-choice-box {
    float:left;
    width: 238px;
    margin: 10px 10px 10px 0px;
    padding:10px 0 10px 10px;
    overflow:hidden;
}
.customer-choice-box-left {
    width: 164px;
    text-align:left;
    float:left;
    line-height:110%;
}
.customer-choice-box-right {
    width: 70px;
    text-align:right;
    float:right;
}
.customer-choice-box-right button {
    font-size:90%;
    margin-top:17px;
}
.customer-choice-box-title {
    font-weight:bold;
    font-size:110%;
    height:20px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:left;
}
.customer-choice-box-address {
    font-size:90%;
    height:47px;
    overflow:hidden;
}
.customer-choice-box-payment {
    font-size:80%;
    font-style: italic;
}
#customer-choice-first {
    background:#D2EFF7;
    margin-left:96px;
    width:360px;
    font-weight:bold;
    font-size:106%;
}
#customer-choice-first .customer-choice-box-title {
    text-align: center;
}
#customer-choice-first .customer-choice-box-payment {
    font-size:100%;
    color: #ea2628;
    font-weight:normal;
}
#customer-choice-first .customer-choice-box-right {
    margin-right:10px;
}
/**
 * Forms
 */
.popup-container .textarea-container {
	position: relative;
	margin-bottom: 10px;
}
.popup-container textarea {
	display: block;
	height: 220px;
	margin: 0;
	padding: 7px;
	white-space: pre-wrap;
	box-sizing: border-box;
	width: 100%;
}
.popup-container .counter-holder {
	position: absolute;
	right: 0px;
	bottom: -17px;
}
.popup-container .form-header {
	margin-bottom: 8px;
}

/**
 * Add product to cart
 */
#popup-cart-add {
	background: #fff;
	height: auto !important;
	margin: 0 auto;
	padding: 18px 0 0 7px;
	width: 270px;
	z-index: 99;
}
.popup-cart-add-inner {
	position: relative;
	font-size: 12px;
	padding: 0 0 10px 0;
}
.popup-cart-add-title {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 0px 0 8px 0;
}
.popup-cart-add-subtitle {
	font-size: 14px;
	text-align: center;
	margin-bottom: 7px;
}
.popup-cart-add-container {
	margin: 0 5px 10px 5px;
	padding: 0 0 6px 0;
}
.popup-cart-add-image {
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
}
.popup-cart-add-image img {
	width: 60px;
	height: 60px;
	border: 1px solid #b9b8b6;
}
.popup-cart-add-text {
	padding: 8px 0 0 0;
	width: 180px;
	float: right;
}
.popup-cart-add-price {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 4px;
}
.popup-cart-add-continue {
	float: left;
	margin: 0 0 6px 10px;
}
.popup-cart-add-checkout {
	float: right;
	margin: 0 10px 6px 0;
}
.popup-cart-add-continue button, .popup-cart-add-checkout button {
	font-size: 14px;
	padding: 3px 5px;
}
.popup-cart-add-divider {
	text-align: center;
}
.popup-cart-add-text2 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 7px;
}
.popup-cart-add-text3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 7px;
	font-weight:bold;
}
.popup-cart-add-text4 {
	font-size: 14px;
	margin: 18px 0 10px 5px;
}
#popup-cart-add-items .cart-item  {
	margin: 0 5px;
	padding: 0 0 6px 0;
}
#popup-cart-add-items .cart-item-image {
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
}
#popup-cart-add-items .cart-item-image img {
	width: 60px;
	height: 60px;
	border: 1px solid #b9b8b6;
}
#popup-cart-add-items .cart-item-text {
	width: 190px;
	float: right;
}
#popup-cart-add-items .cart-item-title {
	width: auto;
	float: left;
	padding: 8px 5px 10px 5px;
	line-height: 14px;
	height: 20px;
	background: #fff;
	overflow: hidden;
	text-align: left;
}
#popup-cart-add-items a .cart-item-name {
    font-weight: 500;
}
#popup-cart-add-items .cart-item-sku {
	font-weight: 700;
}
#popup-cart-add-items .cart-item-price {
	width: 110px;
	float: left;
	text-align: left;
	padding: 0 0 5px 5px;
	font-size: 15px;
	font-weight: 700;
}
#popup-cart-add-items .cart-item-quantity {
	width: 60px;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-weight: 700;
	font-weight: 700;
}

/**
 * Add to List
 */
.popup-container .account-login-box {
	margin:auto;
}
.popup-container .popup-line a {
	display: block;
	padding: 2px;
	font-weight: normal !important;
}
.save-carts {
	font-size: 13px;
	text-align: left;
}
#saved-carts form {
	border-top: 1px dotted #4f4f4f;
	padding-top: 10px;
	margin-top: 10px;
}
#saved-carts input {
	width: 107px;
	padding-bottom: 2px;
	font-size: 13px;
}

/**
 * Email List
 */
#email-list {
	width: 400px;
}
#email-list-form .label {
	text-align: left;
	margin-bottom: 5px;
}

/**
 * Share List
 */
.popup-container.share-list {
	text-align: left;
}
 .popup-container.share-list input[type=checkbox] {
	margin: 5px;
	vertical-align: -4px;
}
.popup-container .share-list form {
	margin-bottom: 10px;
}
.popup-container form.organization-share {
	margin-bottom: 25px;
}
.popup-container .toggle span.label{
	width: 250px;
	text-align: left;
	display: inline-block;
}
.popup-container .toggle input[type=radio]{
	vertical-align: -4px;
	margin: 3px 5px;
}
.popup-container .list-share-customer {
	margin-bottom: 15px;
}
.list-share-customer .toggle {
	margin: 5px 0px;
}
/**
 * Buy More and Save
 */
#product-price-quantity-popup .medium {
	line-height: 26px;
}
.substitute-popup-header {
 font-size:14px;
 padding:25px 0 25px 0;
 font-weight:700;
 text-align:center
}
.substitute-popup-item-container {
 clear:both;
 padding-left:10px
}
.substitute-popup-image {
 float:left;
 width:110px;
 border:2px solid #d5d5d5
}
.substitute-popup-image img {
	width: 110px;
}
.substitute-popup-item-details-container {
 float:left;
 padding:5px 0 0 10px;
 width:260px
}
.substitute-popup-item-details-container>.result-title {
 max-height:2em;
 height:auto;
 overflow:hidden
}
.substitute-popup-buy-now-button {
 margin-top:7px
}
.substitute-popup-alt-buy-not-button {
 display:inline;
 margin-left:2px;
 margin-top:5px
}
.substitute-popup-no-reccomendations {
 margin:10px 0 15px 0
}
.substitute-popup-close {
 text-align:center;
 margin-top:10px
}
.substitute-popup-product-qty-field {
 width:37px
}
.substitute-popup-product-sku {
 font-weight:100;
 margin-bottom:5px
}
.substitute-clear {
 clear:both
}

/**
 * Address Form
 */
div.address-form {
    width: 390px;
    padding: 11px 0 0 25px;
}
.address-form .form-instructions {
	font-weight: bold;
	text-align: center;
}
.address-form .row {
    display: table;
}
.address-form .address-label {
    width: 174px;
    clear: left;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    padding-right: 8px;
    font-weight: bold;
}
.address-form input {
    padding:2px;
}
.address-label:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.address-form.hidden {
    display: none;
}

/**
 * Address Verification
 */
.address-smart {
    padding: 10px 10px 20px 10px;
    font-size: 16px;
}
.provided-smart {
    padding-bottom: 15px;
}
.title-smart {
    padding-bottom: 8px;
}
.address-box {
	width: 100%;
    float: left;
    margin-right: 10px;
}
.address-smart .actions {
    border-top: 1px solid #4f4f4f;
	text-align: left;
	padding-top: 7px;
}
.address-smart .actions a {
    color: #fff;
    display: inline-block;
}
.address-box.alternative:hover {
    border-color: #38cec2;
    cursor: pointer;
}
.address-box.alternative:hover a,
.address-smart .actions a:hover {
    color: #38cec2;
	text-decoration: none;
}
.address-smart .address {
    padding: 8px;
}
.address-smart .address div {
	padding-top: 4px;
}

/**
 * Email / Print Cart / Order
 */
.popup-order-display td {
    font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 12px
}
.popup-order-display body {
    font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 12px; margin: 3px
}
.popup-order-display .gb {
    color:#339900; font-weight: bold
}
.popup-order-display a {
    color:#3366cc !important;
    font-weight:bold;
    text-decoration: underline !important;
}
.popup-order-display .rb {
    color:#cc0000;font-weight:bold
}
.popup-order-display .close-me {
    text-align: right;
    padding: 8px 10px 0px 0px;
}
.popup-order-display .blb {
    color:#000000;font-weight:bold
}
.popup-order-display a {
    color: #0066cc
}
.popup-order-display a:visited {
    color: #0066cc
}
.popup-order-display a:hover {
    color: #ff0000 !important;
    text-decoration: none !important;
}
.popup-order-display .email-form-header {
    background-color: #e6e6e6;
    height: 44px;
    margin-bottom: 40px;
    clear: both;
}
.popup-order-display .system-message {
    font-size: 18px !important;
    margin: 0;
}
#order-complete-print .sku-name {
    width: auto !important;
}
#order-complete-print .line-description {
    width: 385px !important;
}

/**
 * Email / Print Cart / Order
 */
.skeleton .form-container {
	margin: 0;
}
.skeleton .account-login-box {
	width: auto;
	border: none;
}
.skeleton .account-register-link {
	font-size: 14px;
}

@media print
{
  .no-print, .close-me { display :none; }
}