﻿.questionCheckOutSummary
{
    background-image: url("/CC2/ccf/images/checks/sprite_tooltip_icon.png");
    height: 15px;
    width: 15px;
    position: relative;
    cursor: pointer;
    margin-top: 28px;
}

#iframecres li
{
    margin: 0;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
}

.bundleGreenTxtHarmonized
{
    top:5px;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    color:#009933;
    line-height: 20px;
    position:relative;
}

.bundleOrangeTxtHarmonized
{
    margin-top:5px;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #e66b03;
}

ul
{
    font-size: 12px;
}
.body
{
    margin: 0;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
}

.txtColor
{
   color:#505050;
}

.LoginBody
{
    margin: 0;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
    text-align:right;
}

.LoginDD
{
    font-size:12px;
    height:32px;
}

.labelWidth
{
    width:120px;
}

.laserText
{
    margin: 0;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
    padding-left:10px;
}

.ProductText
{
    margin: 0;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
}
.listprice
{
    margin: 0;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
}
.bgColor
{
    background-color:#ffffff;
}

label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #505050;
  text-align: left;
}
input,
button,
select,
textarea {
  font-family: 'AvenirNextLTPro-Regular', "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #505050;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #505050;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #505050;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #505050;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #505050;
}

#iframecres .typeSectionHeaderHarmonized {
  font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif !important;
  font-size: 26px;
  font-weight: 300;
  color: #505050;
}
.typeSectionHeaderHarmonized {
  font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif !important;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  color: #505050;
}

.bodyCart
{
    margin: 0;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
    border-top:1px solid #cccccc;
}

.bodyCartTotal
{
    margin: 0;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
    font-weight:bold;
}
td
{
    margin: 0;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
}

.recommended_text
{
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 14px;
    color: #0098CD;
    font-weight: bold;
    width: 350px;
}
.selectHarmonized
{
    font-family: 'AvenirNextLTPro-Regular', "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: rgb(255,255,255);
    border-bottom-color: #cccccc;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-collapse : collapse;
    border-left-color : #cccccc;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #cccccc;
    border-right-style : solid;
    border-right-width : 1px;
    border-spacing : 0;
    border-top-color : #CCCCCC;
    border-top-left-radius : 2px;
    border-top-right-radius : 2px;
    border-top-style : solid;
    border-top-width: 1px;
    color : #505050;
    display : inline-block;
    font-size: 12px;
    font-weight: normal;
    height:30px;
    line-height: 30px;
    margin-bottom:10px;
    margin-left : 0px;
    margin-right: 0px;
    margin-top : 0px;   
    padding-bottom:4px;
    padding-left:6px;
    padding-right:6px;
    padding-top:4px;
    text-align:left;
    vertical-align: middle;
    width : 80px;
}
.emailContentTextHarmonized
{
    margin-top:5px;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 16px;
    line-height: 20px;
    color : #505050;
}
.typeSectionSubHeaderHarmonized 
{
  font-family: 'AvenirNextLTPro-Regular', "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #505050;
  line-height: 24px;    
}

img {
  max-width: inherit;
/*
Fix Part BVC of issue CRES-135: New Customization - The image for matching security envelope is missing
Other Properties Of img class comes from intuitmarket Cresendo.css 

*/
}

.step3StyleCres
{ 
    position:absolute;
    top:45px;
    left:733px;
    height:122px;
    width:235px;
    *width:200px;
}

.callOutClassCres 
{
    position: absolute; 
    left: 690px; 
    top: 85px; 
    width: 280px;
    height: 129px; 
    display: none; 
}

.popupContentSubHeader
{
    margin-top:5px;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 16px;
    line-height: 20px;
    color : #505050;
    font-weight:bold;
}

.popupContentBody
{
    margin: 0;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
    font-weight:bold;
}

.requiredFieldHarmonized
{        
    color: Red;
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

.clsWarnHarmonized
{
    FONT-WEIGHT: bold !important;
    FONT-SIZE: 16px !important;    
    COLOR: #ff3333 !important;     
    font-family: "AvenirNextLTPro-Regular", "HelveticaNeue" , "Helvetica Neue" , "Helvetica" , "Arial" , sans-serif;
}

#ctl00_ContentPlaceHolder_shippingArrival div
{    
	margin-top: 0px;
	height: auto;	
}

#ctl00_ContentPlaceHolder_shippingArrival div
{    
	margin-top: 0px;
	height: auto;	
}

#divSection2 div > label {
    padding: 0px 0px 0px 0px;
}

#divInkSection div > label {
    padding: 0px 0px 0px 0px;
}
#lblCheckStartNumber.callOutTextClass
{
    left:6px;
    top:12px;
}
.stepNav {
    padding-right: 20px;
}
